Merge changes made in Emacs trunk.
[gnus] / lisp / ChangeLog
1 2011-02-19  Glenn Morris  <rgm@gnu.org>
2
3         * gnus.el (gnus-meta): Doc fix.
4
5 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
6
7         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
8         in case it's not yet loaded.
9
10 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
11
12         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
13         outputs from the server.
14
15 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
16
17         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
18         later so that bbdb can hook in easier.
19
20 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
21
22         * auth-source.el (auth-source-search): Don't try to create credentials
23         if the caller doesn't want that.
24         (auth-source-search): If we don't find a match, don't bug out on
25         non-bound variables.
26         (auth-source-search): Only ask a single backend to create the
27         credentials.
28
29         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
30         logging.
31         (nnimap-credentials): Protect against auth-source-search returning nil.
32         (nnimap-request-list): Protect against not being able to open the
33         server.
34
35 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
36
37         * auth-source.el (auth-source-search): Do a two-phase search, one with
38         no :create to get the responses from all backends.
39
40         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
41         when getting credentials.
42
43         * gnus-util.el (gnus-delete-duplicates): New function.
44
45 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
46
47         * nnimap.el (nnimap-credentials): Instead of picking the first port as
48         a creation default, pass the whole port list down.  It will be
49         completed.
50
51         * auth-source.el (auth-source-search): Updated docs to talk about
52         multiple creation choices.
53         (auth-source-netrc-create): Accept a list as a value (from the search
54         parameters) and do completion on that list.  Keep a separate netrc line
55         with the password obscured for showing the user.
56
57         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
58         first choice to `auth-source-search' so it will be used for entry
59         creation instead of the server's Gnus-specific name.
60         (nnimap-credentials): Rely on the auth-source library to select which
61         port is actually wanted in the new netrc entry, so don't override
62         `auth-source-creation-defaults'.
63
64         * auth-source.el (auth-source-netrc-parse): Use :port instead of
65         :protocol and accept a missing user, host, or port as a wildcard match.
66         (auth-source-debug): Default to off.
67
68         (auth-source-netrc-search, auth-source-netrc-create)
69         (auth-source-secrets-search, auth-source-secrets-create)
70         (auth-source-user-or-password, auth-source-backend, auth-sources)
71         (auth-source-backend-parse-parameters, auth-source-search): Use :port
72         instead of :protocol.
73
74         * nnimap.el (nnimap-credentials): Pass a port default to
75         `auth-source-search' in case an entry needs to be created.
76         (nnimap-open-connection-1): Use :port instead of :protocol.
77
78 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * auth-source.el: Bind load-path when loading EIEIO from
81         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
82         21.4 doesn't support, to `require'.
83         (auth-source-secrets-search): Use mm-delete-duplicates instead of
84         delete-dups that is not available in XEmacs 21.4.
85
86 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
87
88         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
89         as EIEIO must also be loaded when auth-source.el is being
90         byte-compiled.
91
92 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
93
94         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
95
96         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
97
98         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
99
100         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
101
102         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
103
104         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
105
106         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
107
108         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
109         necessary.
110
111 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
112
113         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
114         nil means that nnimap doesn't get updated.
115
116 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
117
118         * auth-source.el (auth-source-netrc-create): Return a synthetic search
119         result when the user doesn't want to write to the file.
120         (auth-source-netrc-search): Expect a synthetic result and proceed
121         accordingly.
122         (auth-source-cache-expiry): New variable to override
123         `password-cache-expiry'.
124         (auth-source-remember): Use it.
125
126         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
127         parameter.  Create entry if necessary by using :create t.
128         (nnimap-open-connection-1): Don't pass `inhibit-create'.
129
130 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
131
132         * auth-source.el (auth-source-debug): Enable by default and don't
133         mention the obsolete `auth-source-hide-passwords'.
134         (auth-source-do-warn): New function to debug unconditionally.
135         (auth-source-do-debug): Use it.
136         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
137         and for Secrets API entries when the secrets.el library is not
138         available.
139
140 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
141
142         * gnus-sum.el (gnus-propagate-marks): Default to nil.
143         (gnus-summary-exit): Kill the correct article buffer on exit from a
144         `C-d' group.
145
146         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
147         gnus-propagate-marks.
148
149         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
150         before killing the buffers so that a non-full window conf gets handled
151         correctly.
152         (gnus-summary-exit): Ditto.
153         (gnus-summary-read-group-1): Ditto.
154
155         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
156         async code again so that we can debug it properly.
157
158         * message.el (message-reply): Take an optional switch-buffer parameter
159         so that Gnus window confs are respected better.
160
161 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
162
163         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
164         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
165         docstring.
166         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
167         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
168         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
169         Login collection is "Login" and not "login".
170
171 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
172
173         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
174         multiple headers.
175
176         * nnimap.el (nnimap-inhibit-logging): New variable.
177         (nnimap-log-command): Don't log login commands.
178
179         * auth-source.el (auth-source-netrc-search): The asserts seem to want
180         to have more parameters.
181
182         * nnimap.el (nnimap-send-command): Mark the command time for each
183         command, so that we don't get NOOPs stepping on our toes.
184
185         * gnus-art.el (article-date-ut): Get the date from the Date header on
186         `t'.
187
188 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * auth-source.el (auth-source-search): Use copy-sequence instead of
191         the cl.el copy-list.
192
193 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
194
195         * imap.el: Bring it back (revert
196         84d800cd31de3064f0ed39617d725709a2f8f42f).
197
198 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
199
200         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
201         Improve prompt.
202
203 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
204
205         * gnus-art.el (gnus-article-mode-line-format): Remove the article
206         washing status from the default format.  It isn't very informative.
207
208 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
209
210         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
211         Gcc processing on imap.
212
213 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
214
215         * imap.el: Remove file.  All the functionality is in nnimap.el.
216
217 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
218
219         * message.el (message-bury): Don't pop up a new window when selected
220         window is dedicated.
221
222 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
223
224         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
225
226 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
227
228         * sieve-manage.el: Autoload `auth-source-search'.
229         (sieve-sasl-auth): Use it.
230
231 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
232
233         * nnimap.el: Autoload `auth-source-forget+'.
234         (nnimap-open-connection-1): Use it if the connection fails.
235
236         * auth-source.el: Require `password-cache'.
237         (auth-source-hide-passwords, auth-source-cache): Remove and mark
238         obsolete.
239         (auth-source-magic): Marker for `password-cache' keys.
240         (auth-source-do-cache): Update docstring.
241         (auth-source-search): Use and check cache.
242         (auth-source-forget-all-cached, auth-source-remember)
243         (auth-source-recall, auth-source-forget, auth-source-forget+)
244         (auth-source-specmatchp): Caching support functions.
245         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
246         Remove and obsolete.
247         (auth-source-user-or-password): Remove caching to further discourage
248         using it.  Always hide passwords.
249
250         * password-cache.el (password-cache-remove): Accept secrets that are
251         not strings.
252
253 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
254
255         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
256         code for now, since it doesn't work for all users.
257
258 2011-02-09  Julien Danjou  <julien@danjou.info>
259
260         * message.el (message-options): Make message-options really buffer
261         local.
262
263 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
264
265         * mail-source.el: Autoload `auth-source-search'.
266         (mail-source-keyword-map): Note order matters.
267         (mail-source-set-1): Get all the mail-source source values and
268         defaults and search auth-source on those if needed.  This can all
269         probably be simplified.
270
271         * nnimap.el: Autoload `auth-source-search'.
272         (nnimap-credentials): Use it.
273         (nnimap-open-connection-1): Ask for the virtual server and physical
274         address in one shot.
275
276         * nntp.el: Autoload `auth-source-search'.
277         (nntp-send-authinfo): Use it.  Note TODO.
278
279 2011-02-08  Julien Danjou  <julien@danjou.info>
280
281         * shr.el (shr-tag-body): Add support for text attribute in body
282         markups.
283
284         * message.el (message-options): Make message-options a local variable.
285
286 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
287
288         * auth-source.el (auth-source-secrets-search)
289         (auth-source-user-or-password): Use `append' instead of `nconc'.
290         (auth-source-user-or-password): Build return list better and protect
291         against nil :secret.
292
293 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
294
295         * nnimap.el (nnimap-update-info): Refactor slightly.
296         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
297         (nnimap-update-info): Clean up slightly.
298         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
299         characters.
300         (nnimap-process-quirk): Rename function to avoid collision.
301         (nnimap-update-info): Fix macrology bug-out.
302         (nnimap-update-info): Simplify split history test.
303
304 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
305
306         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
307         `secrets-get-attributes' instead of `secrets-get-attribute'.
308         (auth-source-secrets-search): Limit search when `max' is greater than
309         number of results.
310
311 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
312
313         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
314         part not returning any data.
315
316         * proto-stream.el (open-protocol-stream): Document the return value.
317
318 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
319
320         * auth-source.el (auth-source-secrets-search): Add examples.
321
322 2011-02-06  Julien Danjou  <julien@danjou.info>
323
324         * message.el (message-setup-1): Handle message-generate-headers-first
325         set to t.
326
327 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
328
329         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
330         API with a string "secrets:collection-name" and with 'default.
331         (auth-source-backend-parse): Parse "secrets:collection-name" and
332         'default.  Recurse on parses instead of repeating code.  Use the
333         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
334         message when ignoring a source.
335         (auth-source-search): List ignored search keys at the top level.
336         (auth-source-netrc-create): Use `case' instead of `cond'.
337         (auth-source-secrets-search): Created with TODOs.
338         (auth-source-secrets-create): Created with TODOs.
339         (auth-source-retrieve, auth-source-create, auth-source-delete)
340         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
341         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
342         (auth-source-user-or-password-sftp)
343         (auth-source-user-or-password-smtp): Removed.
344         (auth-source-user-or-password): Deprecated and modified to be a wrapper
345         around `auth-source-search'.  Not tested thoroughly.
346
347 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
348
349         * auth-source.el: Bring in assoc and eioeio libraries.
350         (secrets-enabled): New variable to track the status of the Secrets API.
351         (auth-source-backend): New EIOEIO class to represent a backend.
352         (auth-source-creation-defaults): New variable to set prompt defaults
353         during token creation (see the `auth-source-search' docstring for
354         details).
355         (auth-sources): Simplify to allow a simple string as a netrc backend
356         spec.
357         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
358         (auth-source-backend-parse-parameters): Fill in the backend parameters.
359         (auth-source-search): Main auth-source API entry point.
360         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
361         (auth-source-search-collection): Helper function for searching.
362         (auth-source-netrc-parse, auth-source-netrc-normalize)
363         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
364         Supports search, create, and delete.
365         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
366         backend stubs.
367         (auth-source-user-or-password): Call `auth-source-search' but it's not
368         ready yet.
369
370 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
371
372         * message.el (message-setup-1): Remove the read-only stuff, since it
373         doesn't work under XEmacs, for some reason.
374
375         * gnus-sum.el (gnus-user-date): Rename back from
376         gnus-summary-user-date since user code refers to it.
377
378         * shr.el (shr-render-td): Store the actual background colour used.
379
380         * message.el (message-setup-1): Don't bind the constant
381         -forbidden-properties.
382         (message-setup-1): Revert previous change, since it needs to bind the
383         props to insert them.
384         (message-resend): Allow removing the read-only separator line.
385
386 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
387
388         * nnimap.el (nnimap-request-accept-article): Give an error message if
389         the APPEND wasn't successful.
390
391 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
392
393         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
394         that have no groups.
395
396 2011-02-03  Julien Danjou  <julien@danjou.info>
397
398         * gnus-draft.el: Remove progn around gnus-draft-setup.
399
400 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
401
402         * gnus-start.el (gnus-read-active-for-groups): This function is never
403         called with a nil `infos', so clean that up.
404         (gnus-get-unread-articles): Request active files from primary/secondary
405         methods that have no groups (yet).
406
407 2011-02-03  Julien Danjou  <julien@danjou.info>
408
409         * message.el (message-setup-1): Always generate References first.
410         (message-mail): Return the return value of message-setup, not always t.
411         (message-setup-1): Insert mail-header-separator with read-only and
412         intangible properties set.
413
414         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
415         user-date in docstring.
416
417         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
418
419         * gnus.el (gnus-summary-line-format): Mention &user-date format in
420         docstring.
421
422         * gnus.el (gnus-user-date-format-alist): Change default value. Use
423         defcustom, with type and group. Move from gnus-util.el. Rename to
424         gnus-summary-user-date-format-alist.
425
426 2011-02-03  Glenn Morris  <rgm@gnu.org>
427
428         * nnimap.el (gnus-fetch-headers): Declare.
429
430         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
431
432 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
433
434         * message.el (message-forward-make-body-digest-plain)
435         (message-followup, message-reply): Clean up things noted by Stefan.
436
437         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
438         gnus-article-update-date-headers is nil.
439         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
440         it didn't really work with defcustom.
441         (article-update-date-lapsed): Make sure the window start doesn't move,
442         either.
443
444 2011-02-01  Julien Danjou  <julien@danjou.info>
445
446         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
447         format.
448
449         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
450         standard in Emacs nowadays.
451
452         * color.el (color-gradient): Add a color-gradient function.
453
454 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
455
456         * message.el (message-expand-name): Don't trust the return value of
457         bbdb-complete-name.
458         (message-check-news-header-syntax): Remove unused var `start'.
459         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
460         (message-inhibit-body-encoding): Move to before first use.
461         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
462         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
463         (Organization, Message-ID, Date, mh-previous-window-config):
464         Defvar the vars using dynamic scoping.
465
466 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
467
468         * shr.el (shr-render-td): Only do colours at the final rendering.
469         Should be slightly faster.
470         (shr-insert-table): Fix up TD background colours when doing the
471         vertical padding.
472
473         * gnus-art.el (article-date-ut): Protect against articles with no Date
474         header.
475         (article-update-date-lapsed): Don't use current-column to find the
476         horizontal position.  It's fragile in the presence of \003 characters.
477
478         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
479
480 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
481
482         * gnus-art.el (article-transform-date): Rewrite to still work when
483         there are several rfc2822 parts.
484         (article-transform-date): Fix infinite recursion.
485         (article-date-ut): Replace infinitely many Date headers with a single
486         one when called interactively.
487
488         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
489         secure manner.
490
491         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
492         move around by not using save-window-excursion.  It seems to work...
493
494 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
495
496         * gnus-art.el (article-make-date-line): Work for user-defined format.
497
498 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
499
500         * nntp.el (nntp-retrieve-group-data-early)
501         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
502         fetching functions.
503
504         * gnus-start.el (gnus-read-active-for-groups): Read the active files
505         thoroughly for all backends that have no known groups.  This should
506         allow new nnml methods to retrieve mail.
507
508         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
509         that Gnus doesn't know exists again.
510
511         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
512         (gnus-treat-date-ut): Ditto.
513         (gnus-article-update-date-header): Renamed.
514         (gnus-treat-date-local): Removed.
515         (gnus-treat-date-english): Removed.
516         (gnus-treat-date-lapsed): Removed.
517         (gnus-treat-date-combined-lapsed): Removed.
518         (gnus-treat-date-original): Removed.
519         (gnus-treat-date-iso8601): Removed.
520         (gnus-treat-date-user-defined): Removed.
521         (gnus-article-date-headers): New variable to control all the date
522         header options.
523         (article-date-ut): Rewrite to allow using the new way to format date
524         headers(s).
525
526 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
527
528         * nnmail.el (nnmail-article-group): Check for a direct fancy split
529         method.
530         (nnmail-article-group): A better test for fanciness.
531
532         * nnimap.el (nnimap-request-head): Protect against not finding the
533         article by Message-ID.
534
535 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
536
537         * gnus-art.el (article-update-date-lapsed): Try a better way to really
538         keep point at the "same place".
539
540 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
541
542         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
543         data if the group is unactivated.
544
545 2011-01-28  Julien Danjou  <julien@danjou.info>
546
547         * gnus-win.el: Remove dead function gnus-window-configuration-element.
548         (gnus-all-windows-visible-p): Remove old compatibility code.
549         (gnus-window-top-edge): Add docstring.
550
551         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
552
553 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
554
555         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
556         older request-update-info.
557
558         * gnus-art.el (article-make-date-line): Limit the length a bit more.
559
560 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
561
562         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
563         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
564
565 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
566
567         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
568         groups.  This makes the nndraft:queue group pop up if it's not already
569         there.
570
571         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
572         messages" logic, which was reversed.
573
574         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
575         the "same place" even if point is on the line being replaced.
576         (article-update-date-lapsed): Allow updating both the combined lapsed
577         and the lapsed headers.
578         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
579         (article-make-date-line): Limit the number of segments dynamically to
580         avoid too-long lines.
581
582 2011-01-27  Julien Danjou  <julien@danjou.info>
583
584         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
585         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
586
587 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
588
589         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
590         Use plist-get instead of the cl function getf.
591
592 2011-01-27  Glenn Morris  <rgm@gnu.org>
593
594         * gnus-util.el (float-time): Get rid of compiler warning, again.
595
596 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
597
598         * shr.el (shr-put-color): Special-case background colours: Do put them
599         at the blank parts at the front of the lines.
600
601         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
602         exit hook to nix out all data on readedness on group exit.
603
604         * gnus-util.el (float-time): If float-time is bound, always use it on
605         all Emacsen.  It's unclear why the subrp check was there.
606         (time-date): Require to make some autoload issues on XEmacs go away.
607
608         * shr.el (shr-put-color): Don't do the box padding in tables, since
609         they're already padded.
610
611 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
612
613         * gnus-art.el (gnus-article-next-page): When the last line of the
614         article is displayed, scroll down once more instead of going to the
615         next article at once.
616         (article-lapsed-string): Refactor out and allow specifying how many
617         segments you want.
618         (gnus-article-setup-buffer): Start updating the lapsed header directly.
619         (gnus-article-update-lapsed-header): New variable.
620
621         * shr.el: Revert change that made headings use different-sized faces.
622         The Emacs display engine isn't advanced enough that, for instance,
623         tables can comfortably use differntly-sized faces.
624
625 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
626
627         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
628         used.
629         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
630         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
631         we're using an encrypted connection.
632
633         * proto-stream.el: Alter the interface functions to also return the
634         actual stream type used: network or tls.
635
636 2011-01-25  Julien Danjou  <julien@danjou.info>
637
638         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
639         (mm-display-javascript-inline): New function.
640
641         * mm-decode.el (mm-inline-media-tests): Add application/javascript
642         viewing function.
643
644 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
645
646         * shr.el (shr-expand-newlines): Fix variable name.
647
648 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
649
650         * shr.el (shr-expand-newlines): Make nested boxes work.
651
652 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
653
654         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
655         backgrounds.
656         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
657         in a more sensible manner.
658
659 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
660
661         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
662         if EPG is loaded.
663
664 2011-01-24  Julien Danjou  <julien@danjou.info>
665
666         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
667         tags.
668
669 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
670
671         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
672         commands.
673
674         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
675         in the article buffer.
676         (gnus-gravatar-insert): Use blank space from the current buffer to
677         avoid breaking text properties.  This makes X-Sent updating work again.
678
679         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
680
681 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
682
683         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
684         fix the bug in url-http.el instead.
685
686         * shr.el (shr-image-fetched): Ditto.
687
688         * shr.el (shr-image-fetched): Avoid having point move in the article
689         buffer.
690
691         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
692         buffer after being called.  It's apparently being killed by url.el, and
693         killing it made point move to end-of-buffer in a random buffer.
694
695         * shr.el (shr-image-fetched): Ditto.
696
697 2011-01-23  Julien Danjou  <julien@danjou.info>
698
699         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
700
701         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
702         text/x-org.
703
704 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
705
706         * gnus-sum.el (gnus-summary-move-article): Protect against backends
707         (i.e., nnimap) returning nil as the article number.
708
709 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
710
711         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
712         "DelSp" parameter in RFC3676.
713
714 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
715
716         * message.el (message-check-recipients): Display the encoded version of
717         the bogus address if they differ.
718
719         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
720         after sending.
721
722         * gnus-agent.el (gnus-agent-send-mail): Ditto.
723
724         * gnus-group.el (gnus-group-refresh-group): New convenience function.
725
726         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
727         group buffer after sending the queue.
728
729         * gnus-agent.el (gnus-agent-send-mail): Ditto.
730
731 2011-01-22  Julien Danjou  <julien@danjou.info>
732
733         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
734
735 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
736
737         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
738         nested related parts.
739
740         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
741         unexpired articles.  This fixes the regression that led expiry marks to
742         disappear from nnfolder groups.
743
744 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
745
746         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
747         Don't confuse the "ret" of "retrograde" with RET.
748
749 2011-01-21  Julien Danjou  <julien@danjou.info>
750
751         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
752         than mm-insert-inline.
753
754 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
755
756         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
757         Widen article buffer.
758
759 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
760
761         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
762         the temp buffer.
763         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
764
765 2011-01-20  Julien Danjou  <julien@danjou.info>
766
767         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
768
769         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
770         than mm-insert-inline to insert inline part: this respect
771         mm-inline-media-tests displayers.
772
773         * mm-view.el (mm-display-shell-script-inline): New function.
774
775         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
776
777         * mm-uu.el (mm-uu-type-alist): Add org block.
778         (mm-uu-org-src-code-block-extract): New function.
779
780         * mm-view.el (mm-display-org-inline): New function.
781
782         * mm-decode.el (mm-automatic-display): Add text/org.
783
784         * mailcap.el (mailcap-mime-extensions): Add .org.
785
786 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * gnus-art.el (gnus-article-highlight): Remove argument passed to
789         gnus-article-add-buttons.
790
791 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
792
793         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
794         From header with a date and "nobody" as the sender.
795
796 2011-01-19  Julien Danjou  <julien@danjou.info>
797
798         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
799         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
800         if you have the same regexp several times.
801         (gnus-button-push): Fix matching when regexp is symbol.
802
803 2011-01-15  Glenn Morris  <rgm@gnu.org>
804
805         * message.el (message-mail): A compose-mail function should
806         accept headers as strings.
807
808 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
809
810         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
811         Add :vert-only tags.
812         (message-mail): New arg RETURN-ACTION.
813         (message-return-action): New var.
814         (message-bury): Use it.
815         (message-mode): Make it buffer-local.
816         (message-send-and-exit): Always call message-bury.
817
818         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
819         message-mail.
820
821 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * nnimap.el (nnimap-convert-partial-article): Protect against
824         zero-length body parts.
825
826         * mm-decode.el (mm-preferred-alternative-precedence):
827         Discourage showing empty parts.
828
829         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
830         and stuff if the backend didn't return the article number.  This fixes
831         an Exchange-related nnimap bug.
832
833         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
834         group window, because it does the wrong thing when a separate frame
835         displays the group buffer.
836
837         * proto-stream.el (open-protocol-stream): Protect against the low-level
838         transport functions returning nil.
839
840 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
841
842         * mml2015.el (epg-sub-key-fingerprint): Autoload.
843         (mml2015-epg-find-usable-secret-key): New function.
844         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
845         mml2015-epg-find-usable-key (Bug#7797).
846         (mml2015-epg-encrypt): Ditto.
847
848 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * dgnushack.el (rot13-string): Fix the way to get the argument.
851
852 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
853
854         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
855
856 2011-01-03  Glenn Morris  <rgm@gnu.org>
857
858         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
859
860         * sieve.el (sieve-open-server): Give a more explicit error if
861         sieve-manage-open returns nil.  (Bug#7720)
862
863 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
864
865         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
866
867 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
870         This avoids sending passwords in plain text over non-encrypted
871         channels.
872
873         * shr.el (shr-rescale-image): Display all GIF images as animated images.
874
875         * nnimap.el (nnimap-login): Refactored out into own function, and
876         implement CRAM-MD5.
877         (nnimap-wait-for-line): Refactored out.
878
879         * mm-view.el (mml-smime): Require.
880
881 2010-12-20  David Engster  <deng@eml.cc>
882
883         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
884         use EPG to decrypt S/MIME messages instead of openssl.
885
886 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
889
890         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
891         status is the group clearly is unreachable.
892
893         * auth-source.el (auth-source-create): Add the optional second
894         parameter to `local-variable-p' to be compatible with XEmacs.
895
896 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
897
898         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
899         work when using a compressed nnml folder.
900
901 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902
903         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
904         backends after sanitising on entry, because this never makes sense:
905         If the articles have gone missing, then the data no longer exists on
906         the backend, and if they haven't, then Gnus is wrong, and shouldn't
907         overwrite anything anyway.
908
909         * shr.el (shr-insert-document): Bind shr-width dynamically to
910         window-width if it's nil.
911
912 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
913
914         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
915         with the meaning of using the full emacs window width for rendering.
916
917 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
918
919         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
920         case when sender is not given.
921
922 2010-12-23  Julien Danjou  <julien@danjou.info>
923
924         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
925         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
926         the addresses, otherwise we might misplaced the gravatar.
927
928 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
929
930         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
931         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
932         obsolete in Emacs.
933
934 2010-12-20  Julien Danjou  <julien@danjou.info>
935
936         * gnus-util.el (gnus-rescale-image): Revert last change.
937
938 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
939
940         * binhex.el: Improve commentary (Bug#7482).
941
942 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
943
944         * gnus-group.el (gnus-group-delete-articles): New command.
945
946 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
947
948         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
949
950 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
953         here, since it's up to the backends to do CRLF removal if their
954         protocol has it.
955
956         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
957
958 2010-12-17  Julien Danjou  <julien@danjou.info>
959
960         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
961         they are from file. Can also scale up.
962
963 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
964
965         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
966         gnus-use-agent.
967         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
968
969         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
970
971 2010-12-17  Julien Danjou  <julien@danjou.info>
972
973         * gravatar.el (gravatar-retrieve-synchronously): New function.
974         (gravatar-get-data): Make more robust.
975
976 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
979
980 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
983         to really consider the last line.
984
985 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
986
987         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
988         list of recipient keys, or use symmetric encryption if not a list.
989         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
990         EPA override, replacing the call to `netrc-store-data'.
991
992 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
993
994         * gnus-srvr.el: Avoid passing nil regexp argument to
995         delete-matching-lines.
996
997 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1000         fetching stops when Gnus exits.
1001
1002         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1003         function.
1004         (nnfolder-request-expire-articles): Save all the buffers after doing
1005         expiry.
1006
1007         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1008         the last article", since that led to serious performance regressions
1009         when expiring nnml groups.
1010
1011 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1012
1013         * nnir.el: Improve customizations.
1014
1015 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1018
1019         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1020         group has been killed.
1021         (gnus-group-yank-group): Ditto.
1022
1023         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1024
1025         * nnimap.el (nnimap-request-update-group-status): New function.
1026
1027         * gnus-int.el (gnus-request-update-group-status): New interface
1028         function.
1029
1030         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1031         copying read-ness to the backends.
1032
1033         * nnimap.el (nnimap-quirk): New function.
1034         (nnimap-retrieve-group-data-early): Use it.
1035         (nnimap-quirks): New alist.
1036
1037 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1040         don't delete it within indentation.
1041
1042 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1043
1044         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1045         previous line.
1046
1047 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1050         QRESYNC command by deleting a superfluous space which broke Cyrus
1051         servers.  This change will break other servers that are buggy the other
1052         way around.
1053
1054 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1055
1056         * spam.el: Reindent and fix long lines.
1057         (spam-copy-or-move-routine): Exclude invalid move destinations.
1058
1059 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1060
1061         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1062         installed the registry.
1063
1064 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1065
1066         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1067
1068 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1069
1070         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1071         groupname doesn't contain "gmane".
1072
1073 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1076         and netrc-bound-and-true-p bindings.
1077         (netrc-parse): Cache the netrc contents.
1078
1079         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1080         (gnus-1): Don't create the nndrafts group twice.
1081         (gnus-setup-news): There's no need to read the active file here, since
1082         that's done again later on a per-backend basis.
1083         (gnus-start-draft-setup): Make sure that the new group is started out
1084         empty.
1085
1086         * gnus-agent.el (gnus-agentize): Don't create the queue group
1087         automatically on startup.  It'll be created later, if needed.
1088
1089         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1090         of automatically subscribed groups.
1091         (gnus-auto-subscribed-categories): New variable.
1092         (gnus-matches-options-n): Use it.
1093         (gnus-default-subscribed-newsgroups): Remove unused variable.
1094         (gnus-start-draft-setup): Message a bit less.
1095
1096 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1097
1098         * nnir.el (nnir-run-imap): Return article list in order of increasing
1099         UID.
1100
1101 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * gnus-sum.el (gnus-summary-enter-digest-group):
1104         Mention gnus-auto-select-on-ephemeral-exit.
1105
1106         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1107         convention of the network-only option.
1108
1109 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * proto-stream.el (proto-stream-open-network-only): New function to
1112         have a way to specify non-STARTTLS upgrade connections.
1113
1114 2010-12-10  Julien Danjou  <julien@danjou.info>
1115
1116         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1117         email address is nil.
1118
1119         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1120
1121 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1122
1123         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1124         deletion.
1125         (nnir-run-imap): Only need to parse list once.
1126
1127 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * shr.el (shr-tag-script): Ignore <script>.
1130         (shr-tag-label): Add <label> support.
1131
1132 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1135
1136         * shr.el (shr-image-displayer): Work for images lined side by side.
1137
1138 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1139
1140         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1141         parameter, since XEmacs doesn't accept t as a parameter.
1142
1143 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1144
1145         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1146         ids.
1147         (nnir-run-gmane): Simplify groupspec formatting.
1148         (nnir-request-expire-articles): New function.
1149
1150 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1153         overflow, possibly.
1154
1155         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1156         (shr-render-td): Handle td style="" better.
1157         (shr-tag-table): Use the color from the style sheet.
1158         (shr-render-td): Make sure we copy over all the overlays, too.
1159
1160 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1161
1162         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1163         (nnir-request-article): Improve article retrieval.
1164
1165 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * mm-util.el (mm-extra-numeric-entities): New variable.
1168
1169         * mm-url.el (mm-url-decode-entities):
1170         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1171
1172         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1173
1174 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1175
1176         * message.el: Use completion-at-point.
1177         (message-completion-function): New fun, extracted from message-tab.
1178         (message-mode): Use it for completion-at-point-functions.
1179         (message-tab): Use it and completion-at-point.
1180
1181 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1184         character if a non-breakable character follows.
1185
1186 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1189         any stream.
1190
1191         * shr.el (shr-tag-font): Colorize the region.
1192         (shr-tag-body): Ditto.
1193         (shr-tag-font): Actually let the styles be inherited instead of
1194         overwriting them.
1195         (shr-tag-font): Get the background color right.
1196         (shr-tag-style): Ignore all <style> tags for the moment.
1197
1198         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1199         a Message-ID to avoid having nnimap depend on gnus-sum.
1200
1201         * shr.el (shr-descend): Only colorize something if we have a node that
1202         sets colors.
1203
1204 2010-12-06  Julien Danjou  <julien@danjou.info>
1205
1206         * shr.el (shr-render-td): Render td content with shr-descend, so style
1207         will be applied to <td> too.
1208         (shr-colorize-region): Colorize region even if we only have a background.
1209         (shr-tag-body): Fix color and background color inheritance.
1210         Do not recolorize after shr-generic.
1211         (shr-tag-font): Let shr-generic colorize via inheritance.
1212
1213 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1214
1215         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1216
1217 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1218
1219         * nnir.el (nnir-request-move-article): Remove obsolete code.
1220
1221 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1222
1223         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1224
1225 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226
1227         * gnus-sum.el (gnus-summary-respool-article): The completion function
1228         expects a list instead of an alist.
1229
1230         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1231         string as the parameter.
1232
1233         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1234
1235         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1236         styles.
1237         (shr-colorize-region): New function.
1238         (shr-insert-background-overlay): Remove.
1239         (shr-render-td): Background setting should be taken care of on a higher
1240         level.
1241         (shr-tag-body): Use post-hoc colorizations.
1242         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1243         (shr-put-color-1): Don't overwrite old colors.
1244         (shr-colorize-region): When the background color isn't explicit, use
1245         a fixed background.
1246
1247         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1248         nnmail variables.
1249
1250 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1251
1252         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1253         unless necessary.
1254
1255 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1256
1257         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1258         server.
1259
1260 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1263         so that TAB works.
1264
1265         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1266         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1267
1268         * shr.el (shr-urlify): Show the URL before the title to avoid
1269         misleading URLs.
1270
1271 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1272
1273         * shr.el (shr-urlify): Display the title in <a> tags.
1274
1275 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1276
1277         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1278
1279 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1280
1281         * nnir.el: Rearrange code to allow macros to be autoloaded by
1282         gnus-sum.el.
1283         (nnir-retrieve-headers-override-function): Make this variable
1284         customizable.
1285         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1286
1287         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1288         from nnir.el.
1289
1290 2010-12-03  Julien Danjou  <julien@danjou.info>
1291
1292         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1293
1294 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1297         allow optional argument `environment'.
1298
1299 2010-12-03  Glenn Morris  <rgm@gnu.org>
1300
1301         * mm-extern.el (message-goto-body): Update declaration.
1302
1303 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * gnus-util.el (gnus-macroexpand-all): New function.
1306
1307         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1308         instead of macroexpand-all that is unavailable in XEmacs.
1309
1310 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1311
1312         * nnir.el (nnir-summary-line-format): New variable.
1313         (nnir-mode): Use it.
1314         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1315         (nnir-article-ids): Reimplement as defsubst.
1316         (nnir-retrieve-headers): Don't mangle the subject header.
1317         (nnir-run-imap): Use 100 as RSV score.
1318         (nnir-run-find-grep): Fix for full server searching.
1319         (nnir-run-gmane): Better restriction to gmane groups.
1320
1321         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1322         summary buffers.
1323
1324 2010-12-02  Julien Danjou  <julien@danjou.info>
1325
1326         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1327
1328         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1329
1330         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1331         support.
1332
1333 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1334
1335         * nnir.el: Update to handle the registry better.
1336         (autoload): Silence byte-compiler.
1337         (nnir-open-server): Add a hook for nnir groups.
1338         (nnir-request-move-article): Don't mangle the header. Better to use
1339         formating variables (which will be added in the future).
1340         (nnir-registry-action): Update the registry using the original article
1341         group name.
1342         (nnir-mode): Install nnir-specific hooks for updating the registry.
1343
1344         * gnus-sum.el
1345         (gnus-article-original-subject,gnus-newsgroup-original-name):
1346         Remove obsolete variables.
1347         (gnus-summary-move-article): Remove use of obsolete variables.
1348         (gnus-summary-local-variables): Make move and delete hooks local to
1349         summary buffers.
1350
1351 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * rtree.el: New file.
1354
1355 2010-12-01  Julien Danjou  <julien@danjou.info>
1356
1357         * message.el (message-user-organization): Do not use
1358         gnus-local-organization.
1359
1360         * gnus.el: Remove gnus-local-organization.
1361
1362         * gnus-msg.el: Remove nastygram thing.
1363
1364 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1365
1366         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1367         funcall.
1368
1369 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1372         names.
1373
1374         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1375         characters.
1376
1377         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1378         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1379         Suggested by Štěpán Němec <stepnem@gmail.com>.
1380         (gnus-gravatar-transform-address): Use mail-extract-address-components
1381         that supports non-ASCII names rather than mail-header-parse-addresses.
1382
1383 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * proto-stream.el (open-protocol-stream): All starttls connections are
1386         handled by the network handler.
1387
1388 2010-11-30  Julien Danjou  <julien@danjou.info>
1389
1390         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1391         (nnimap-open-connection-1): Fix PREAUTH.
1392
1393         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1394
1395 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1396
1397         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1398         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1399         (shr-insert): Use them.
1400         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1401
1402 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1403
1404         * nnir.el (nnir-request-move-article): Bail out if original group
1405         doesn't support article moves.
1406         (nnir-get-active): Improve active list retrieval.
1407
1408 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1411
1412 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1413
1414         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1415         seem to accept strings-with-numbers as port numbers,
1416
1417 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1418
1419         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1420         change the registry.
1421
1422 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1425         delete-dups that is not available in XEmacs 21.4.
1426
1427         * mm-util.el (mm-delete-duplicates): Add comment.
1428
1429 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1430
1431         * nnir.el (nnir-ignored-newsgroups): New variable.
1432         (nnir-get-active): Use it.
1433
1434 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435
1436         * proto-stream.el (proto-stream-open-network): Add some comments.
1437
1438         * nntp.el (nntp-open-connection): Provide a :success condition.
1439
1440         * nnimap.el (nnimap-open-connection-1): Ditto.
1441
1442         * proto-stream.el (proto-stream-open-network): See what the response to
1443         the STARTTLS command is.
1444
1445         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1446         backwards compatibility).
1447         (nnimap-open-connection-1): Really respect nnimap-server-port.
1448
1449         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1450         TLS upgrades we don't really care about the identity of the peer.
1451         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1452         that what we've checked for.
1453         (proto-stream-always-use-starttls): Only default to t if
1454         open-gnutls-stream exists.
1455         (proto-stream-open-network): If STARTTLS failed, then just open a
1456         normal connection.
1457         (proto-stream-open-network): Wait until the greeting before doing
1458         STARTTLS.
1459
1460         * nntp.el (nntp-open-connection): Report what the connection error is.
1461
1462         * proto-stream.el (open-protocol-stream): Rename from
1463         open-proto-stream.
1464
1465 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1466
1467         * nnimap.el (nnimap-stream): Change default to `undecided'.
1468         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1469         first, and then network.
1470         (nnimap-open-connection-1): Respect nnimap-server-port.
1471         (nnimap-open-connection): Be more backwards-compatible.
1472
1473         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1474         (proto-stream-open-starttls): De-duplicate the starttls code.
1475         (proto-stream-open-starttls): Folded back into the main function.
1476         (proto-stream-open-network): Fix typo in the gnutls path.
1477         (proto-stream-command): Refactor out.
1478
1479         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1480
1481         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1482         starttls.el STARTTLS.
1483
1484         * color.el (color-lab->srgb): Fix function call name.
1485
1486         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1487         if we're using tls.el.
1488         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1489         built in, then don't try to establish a STARTTLS connection.
1490
1491         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1492         servers.
1493
1494         * proto-stream.el (open-proto-stream): Use network, not stream.
1495         (open-proto-stream): Add a way to specify what the end of a command is.
1496
1497         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1498         connections types.
1499         (nntp-open-network-stream): Remove.
1500         (nntp-open-ssl-stream): Remove.
1501         (nntp-open-tls-stream): Remove.
1502         (nntp-ssl-program): Remove.
1503
1504         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1505
1506 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1507
1508         * nnir.el: Fix typos.
1509         (nnir-retrieve-headers-override-function): Rename variable to reflect
1510         new semantics.
1511         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1512         macros.
1513         (nnir-request-article, nnir-request-move-article): Use them.
1514         (nnir-categorize): New function.
1515         (nnir-run-query): Use it.
1516         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1517         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1518         sorted.
1519         (nnir-group-full-name): Use gnus-group-full-name instead.
1520         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1521         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1522
1523 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1526
1527         * proto-stream.el: New library to provide protocol-specific
1528         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1529         protocols.
1530         (open-proto-stream): Complete the documentation.
1531         (proto-stream-open-network): Fix some typos.
1532
1533         * nnimap.el (nnimap-open-connection): Use it.
1534
1535 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1536
1537         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1538         negotiation.
1539
1540 2010-11-26  Julien Danjou  <julien@danjou.info>
1541
1542         * color.el: Rename various rgb functions to srgb.
1543
1544 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1547         names.
1548
1549 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * shr.el (shr-insert): Revert last change.
1552         (shr-find-fill-point): Never leave point being at bol;
1553         relax the kinsoku limitation when rendering tables.
1554
1555 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1558         results from -accept-article.
1559
1560         * shr-color.el: Require cl when compiling.
1561
1562         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1563         checkin.
1564
1565         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1566
1567         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1568
1569         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1570         'add and 'delete to set backend marks.
1571
1572         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1573
1574         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1575
1576         * nntp.el (nntp-request-set-mark): Use it.
1577
1578         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1579
1580         * nnml.el (nnml-request-set-mark): Ditto.
1581
1582         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1583         introduces regressions in article selection.
1584         (nnimap-find-uid-response): New function.
1585         (nnimap-request-accept-article): Use the UID returned, if any.
1586         (nnimap-request-move-article): Use the UID returned, if any.
1587         (nnimap-get-groups): Reimplement to work with folded lines.
1588         (nnimap-find-uid-response): The UID is the last element in the list.
1589         (nnimap-request-set-mark): Extend syntax with 'set.
1590
1591         * nnml.el (nnml-request-set-mark): Ditto.
1592
1593         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1594
1595         * nntp.el (nntp-request-set-mark): Ditto.
1596
1597 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * message.el (message-called-interactively-p): A temporary macro.
1600         (message-goto-body): Use it temporarily.
1601
1602 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1603
1604         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1605         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1606         (nnimap-last-response-string): Fix last unfolding fix.
1607
1608 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * shr.el (shr-insert): Fix the way to fold lines.
1611
1612 2010-11-25  Julien Danjou  <julien@danjou.info>
1613
1614         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1615
1616         * color.el: Rename from color-lab.el
1617         (color-rgb->hex): Add.
1618         (color-complement): Add.
1619         (color-complement-hex): Add.
1620
1621         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1622
1623 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1624
1625         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1626         don't exist.
1627
1628 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1629
1630         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1631         assuming that article displaying or another mml-preview may be
1632         interrupted for an error or for the like.
1633
1634         * shr.el (shr-get-background): Fix argument name.
1635
1636 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1639
1640         * gnus-sum.el (gnus-summary-include-articles): New function.
1641
1642         * message.el (message-goto-body): called-interactively-p needs a
1643         parameter, so use `any'.
1644
1645         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1646         clear marks before moving, since they're synced from the Gnus side
1647         first.
1648
1649         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1650         (gnus-summary-move-article): Copy over all marks before moving, so that
1651         IMAP doesn't think a new article has arrived.
1652
1653 2010-11-24  Julien Danjou  <julien@danjou.info>
1654
1655         * shr.el (shr-insert-background-overlay): Fix typo.
1656         (shr-render-td): Copy the background before rendering.
1657
1658         * shr-color.el (shr-color-visible): Fix docstring.
1659
1660         * shr.el (shr-tag-table): Add bgcolor support.
1661         (shr-render-td): Add bgcolor support.
1662         (shr-get-background): Add.
1663         (shr-insert-foreground-overlay): Use shr-get-background.
1664
1665         * message.el (message-goto-body): Use called-interactively-p.
1666         (message-in-body-p): message-goto-body returns point.
1667
1668 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1669
1670         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1671         Fixes something or other in Emacs 23, and is backwards compatible.
1672
1673         * message.el (message-goto-body): Remove the <#secure special-casing,
1674         which is too special.
1675
1676         * shr.el (shr-parse-style): Drop !important from styles.
1677
1678 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1679
1680         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1681         this function to return incorrect results when calling it with an
1682         explicit article argument different from
1683         (gnus-summary-article-number).
1684
1685 2010-11-24  Julien Danjou  <julien@danjou.info>
1686
1687         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1688         (shr-tag-body): Add background support.
1689         (shr-descend): Add background support.
1690         (shr-tag-title): Add.
1691
1692         * shr-color.el (shr-color-visible): Really return original background
1693         if fixed.
1694
1695 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * shr.el (shr-color-check): Protect against non-existant colour names.
1698
1699 2010-11-24  Julien Danjou  <julien@danjou.info>
1700
1701         * color-lab.el: Require 'cl when compiling.
1702
1703         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1704
1705         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1706         matched part.
1707
1708         * color-lab.el: Fix all expt calls to use float type.
1709
1710 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1713         expression to shr-color-check as is.
1714
1715         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1716
1717         * color-lab.el: Add coding cookie.
1718         (float-pi): Use eval-and-compile.
1719
1720         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1721         compiled for Emacsen having no `libxml-parse-html-region' support.
1722
1723 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * shr.el (shr-insert-color-overlay): Split stuff like
1726         "#444444 !important" to find the real colour.
1727         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1728         parse <font color="red"> entries.
1729
1730 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1731
1732         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1733         point when parsing headers.
1734
1735         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1736         is positioned properly when parsing headers.
1737
1738 2010-11-23  Julien Danjou  <julien@danjou.info>
1739
1740         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1741
1742         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1743
1744         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1745
1746         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1747         Use shr-color-hue-to-rgb.
1748         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1749
1750 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751
1752         * shr.el (shr-color->hexadecimal): Autoload.
1753         (shr-descend): Add color to all tags.
1754
1755 2010-11-22  Julien Danjou  <julien@danjou.info>
1756
1757         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1758         shr-color->hexadecimal.
1759
1760         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1761         RGB() or HSL() color representation.
1762
1763         * shr.el (shr-tag-font): Add.
1764         (shr-tag-color-check): New function to get better colors.
1765         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1766         tag-span.
1767
1768         * shr-color.el: New file.
1769
1770         * color-lab.el: New file.
1771
1772         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1773
1774 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1775
1776         * nnir.el: Fix typo in comments.
1777         (nnir-run-imap): Simplify code. No need to reverse artlist.
1778         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1779
1780 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1781
1782         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1783
1784         * nnimap.el (nnimap-get-capabilities): Refactor out.
1785         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1786
1787 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1788
1789         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1790         appearing when `mm-uu-hide-markers' is nil.
1791
1792 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * nnimap.el (nnimap-unselect-group): Make into its own function.
1795         (nnimap-request-rename-group): Unselect group before renaming.
1796         This had gotten lost somewhere.
1797         (nnimap-request-accept-article): Keep track of examined groups, and
1798         unselect the group before APPENDing to read-only groups.
1799         (nnimap-request-move-article): Clear flags before moving so that they
1800         can be re-set later.
1801
1802 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1803
1804         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1805         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1806
1807 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * gnus-art.el (gnus-mime-display-single)
1810         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1811         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1812         parameter.
1813
1814 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1817         (shr-table-vertical-line): New variable.
1818         (shr-insert-table): Use it.
1819
1820 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1821
1822         * gnus-html.el (gnus-html-wash-images): Don't display images if
1823         gnus-inhibit-images is non-nil; register displayer for cid images.
1824         (gnus-html-display-image): Work for cid image.
1825         (gnus-html-insert-image): Allow arguments.
1826         (gnus-html-put-image): Inhibit read-only.
1827         (gnus-html-prefetch-images): Don't prefetch images if
1828         gnus-inhibit-images is non-nil.
1829
1830 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831
1832         * shr.el (shr-put-image): Break lines when inserting big pictures.
1833
1834 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1835
1836         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1837         sender, thanks Katsumi Yamaoka.
1838
1839 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1840
1841         * nnir.el (nnir-run-imap): Reverse the article list for each group
1842         rather than the whole list.
1843
1844 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * shr.el (shr-image-displayer): Protect function against non-existent
1847         image source.
1848
1849         * gnus-art.el (gnus-inhibit-images): New user option.
1850         (gnus-mime-display-single): Don't display image if it is non-nil.
1851
1852         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1853         gnus-inhibit-images.
1854
1855         * shr.el (shr-image-displayer): New function.
1856         (shr-tag-img): Use it.
1857
1858 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1859
1860         * mml2015.el (mml2015-epg-sign): Use From header.
1861
1862 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1865
1866         * gnus-util.el (gnus-find-text-property-region): Return markers.
1867
1868         * shr.el (shr-tag-img): Put a displayer in the text property.
1869
1870         * gnus-util.el (gnus-find-text-property-region): New utility function.
1871
1872         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1873         (gnus-html-show-images): Remove.
1874
1875         * gnus-art.el (gnus-article-show-images): New, more general function.
1876
1877         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1878         image url text properties.
1879
1880         * shr.el: Ditto.
1881
1882         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1883         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1884
1885 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1888         work for two or more articles.
1889
1890 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1893         divide an image that's in an html article to two or more when washing
1894         non-ASCII characters in alt text of it.
1895
1896 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1897
1898         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1899         smime-decrypt-region using function argument.
1900         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1901
1902         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1903
1904         * smime.el (smime-decrypt-region): Catch it.
1905
1906 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1907
1908         * smime.el (smime-mode-map): Move initialization into declaration.
1909         (gnus-run-mode-hooks): Don't autoload.
1910         (smime-mode): Use define-derived-mode.
1911
1912 2010-11-11  Glenn Morris  <rgm@gnu.org>
1913
1914         * smime.el (from): Restrict declaration to XEmacs.
1915
1916         * nnir.el (gnus-group-topic-name): Autoload.
1917
1918 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1919
1920         * shr.el (shr-insert): Don't break long line if it is because of
1921         kinsoku-bol characters in the line end.
1922
1923 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1924
1925         * nnir.el (nnir-request-move-article): Fix to provide original group
1926         and subject.
1927         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1928         been retrieved.
1929
1930         * gnus-sum.el (gnus-summary-move-article): Use original group and
1931         subject for virtual articles such as those in an nnir summary buffer.
1932
1933 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1936         least 21.5).
1937
1938         * smime.el (from): Declare it again for XEmacs.
1939
1940 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1941
1942         * message.el (message-resend): Don't disable encoding unless it's
1943         already encoded.
1944
1945         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1946         low-numbered articles.
1947
1948 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * rfc2047.el (rfc2047-syntax-table): Simplify.
1951
1952         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1953
1954         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1955         set-char-table-range for XEmacs.
1956
1957 2010-11-10  Glenn Morris  <rgm@gnu.org>
1958
1959         * time-date.el (time-to-seconds): Always an alias on Emacs,
1960         never a real function.
1961         (with-no-warnings): Remove compat stub, now unused.
1962         (time-less-p): Doc fix.
1963         (time-to-number-of-days): Simplify.
1964
1965         * smime.el (from): Remove unused declaration.
1966
1967         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1968         (gnus-float-time): On Emacs, always an alias.
1969
1970         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1971         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1972
1973 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * dgnushack.el: Don't use ignore-errors in the top level form since it
1976         is unavailable in XEmacs even if cl is loaded.
1977
1978         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1979
1980 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * shr.el (browse-url-mailto): Autoload.
1983
1984         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1985
1986         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1987         regexp doesn't need quoting.
1988
1989 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1990
1991         * message.el (message-subject-trailing-was-ask-regexp)
1992         (message-subject-trailing-was-regexp): Match was: in addition to was.
1993
1994 2010-11-09  Glenn Morris  <rgm@gnu.org>
1995
1996         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1997         (nnbabyl-check-mbox): Use point-at-bol.
1998
1999 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2000
2001         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2002
2003         * message.el (message-mailto): New function.
2004         (message-mailto): Should accept other parameters.
2005         (message-mailto): Remove since it duplicates browse-url-mailto
2006         functionality.
2007
2008 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2011         methods.
2012         (gnus-read-active-file): Ditto.
2013
2014         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2015         ": " from the prompt.
2016         (gnus-group-make-group): Ditto.
2017
2018 2010-11-07  Glenn Morris  <rgm@gnu.org>
2019
2020         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2021         (gnus-bookmark-kill-line): Use point-at-eol.
2022
2023 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2026         asterisks in From header.
2027
2028 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2031         string to avoid making the From headers syntactically invalid.
2032
2033         * message.el (message-send-mail): Don't insert courtesy messages if the
2034         message already has List-Post and List-ID messages.
2035
2036 2010-11-06  Glenn Morris  <rgm@gnu.org>
2037
2038         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2039         `condition', `type', `length' a prefix.
2040         (gnus-treat-predicate): Update for above name changes.
2041
2042 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2043
2044         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2045         binding.  Handled by `gnus-summary-refer-thread' instead.
2046         (nnir-warp-to-article): New backend function.
2047
2048         * nnimap.el (nnimap-request-thread): Force dependency updating.
2049
2050         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2051         (gnus-summary-refer-thread): Rework to improve thread-referral.
2052
2053         * gnus-int.el (gnus-warp-to-article): New function.
2054
2055         * gnus-sum.el (gnus-summary-article-map): Bind it.
2056
2057 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2058
2059         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2060         gnus-summary-refer-thread.
2061
2062         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2063         headers.
2064         (gnus-summary-limit-include-thread): Prevent articles in thread from
2065         being cut in gnus-cut-threads.
2066         (gnus-summary-refer-thread): Limit retrieved headers to those in
2067         thread.
2068
2069 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * message.el (message-send-mail): Use the value of
2072         message-courtesy-message from the message buffer.
2073
2074         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2075
2076         * shr.el (shr-browse-url): Implement mailto: URLs.
2077
2078         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2079         "raw".
2080
2081         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2082         if it's already selected.
2083
2084         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2085
2086 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2089         to measure the length and truncate alt text.
2090
2091 2010-11-03  Glenn Morris  <rgm@gnu.org>
2092
2093         * nndiary.el (nndiary-generate-nov-databases-1)
2094         (nndiary-generate-active-info): Rename dynamic variable `files' to
2095         something less generic.
2096
2097 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2098
2099         * nnir.el (nnir-request-move-article): Call the underlying backend to
2100         move articles from nnir.
2101
2102 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2105
2106 2010-11-02  Julien Danjou  <julien@danjou.info>
2107
2108         * nnir.el: Remove wais support.
2109
2110 2010-11-02  Glenn Morris  <rgm@gnu.org>
2111
2112         * gnus-html.el: Reorder requirements to quieten compiler.
2113
2114 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2115
2116         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2117         properly for XEmacs as well.
2118         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2119         (gnus-article-natural-long-line-p): Use window-width rather than
2120         frame-width.
2121
2122 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2123
2124         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2125         (nnir-read-parms): Don't modify query.
2126         (nnir-run-query): Add ability to search topic on current line.
2127         (nnir-get-active): Clean up.
2128
2129 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2130
2131         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2132         degenerate articles.
2133
2134         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2135         (gnus-print-buffer): Just print the buffer as is, without any copying
2136         to a buffer and then re-highlighting.
2137
2138         * nnimap.el (nnimap-request-group): Store the new updated info.
2139         (nnimap-request-group): Select the group when we don't know whether it
2140         exists or not.
2141
2142         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2143         groups.
2144
2145         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2146         groups.
2147
2148         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2149         groups.
2150
2151         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2152         long-lines case by only filling the long lines.
2153
2154         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2155         (bug #7311).
2156
2157 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * shr.el: No need to declare `declare-function' since shr.el is for
2160         only Emacsen that provide `libxml-parse-html-region'.
2161
2162         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2163         effective only in a file it is referred to.
2164
2165 2010-11-01  Glenn Morris  <rgm@gnu.org>
2166
2167         * mm-util.el (gnus-completing-read): Autoload.
2168         (mm-read-coding-system): Simplify Emacs definition.
2169
2170         * nnmail.el (gnus-activate-group):
2171         * nnimap.el (gnutls-negotiate):
2172         * nntp.el (netrc-parse): Fix declarations.
2173
2174 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2175
2176         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2177         string-match-p in Emacs >=23.
2178
2179         * gnus-msg.el (gnus-configure-posting-styles)
2180         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2181
2182 2010-11-01  Glenn Morris  <rgm@gnu.org>
2183
2184         * nnir.el (declare-function): Add compat stub.
2185         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2186         (nnir-run-gmane): Require 'mm-url.
2187
2188         * mm-util.el (mm-string-to-multibyte): Simplify.
2189
2190         * shr.el (declare-function): Add compat stub.
2191         (url-cache-create-filename): Declare.
2192         (mm-disable-multibyte, widget-convert-button): Autoload.
2193
2194         * smime.el (ldap-search): Declare.
2195         (smime-cert-by-ldap-1): Require ldap on Emacs.
2196
2197         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2198         (nnimap-keepalive): Use gnus-float-time.
2199
2200         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2201         (mail-source-delete-crash-box): Use gnus-float-time.
2202
2203         * gnus-dired.el (gnus-completing-read): Autoload.
2204
2205         * mm-view.el (gnus-rescale-image): Autoload.
2206
2207         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2208
2209         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2210
2211         * sieve-manage.el: Require 'cl when compiling.
2212
2213         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2214         (gnus-iswitchb-completing-read): Require iswitchb.
2215         (gnus-select-frame-set-input-focus): Silence compiler.
2216
2217 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * message.el (message-subject-trailing-was-query): Change default to t,
2220         since I think that's what most people want.
2221
2222         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2223         appending for easier debugging.
2224         (nnimap-wait-for-connection): Take a regexp.
2225         (nnimap-request-accept-article): Wait for the continuation line before
2226         sending anything unless we're streaming.
2227
2228         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2229         leave the header washing to take place.
2230
2231 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2232
2233         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2234         regular expression match and replace in posting styles.
2235
2236 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2237
2238         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2239         an entire server.
2240         (nnir-get-active): New function.
2241         (nnir-run-imap): Use it.
2242         (nnir-run-gmane): Who knew, gmane search returns an article score!
2243
2244         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2245         server on the current line with nnir.
2246
2247 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2250         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2251         left edge.
2252         (gnus-article-foldable-buffer): Skip past the prefix when determining
2253         raggedness.
2254
2255         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2256         the raw article, and change `C-u g' to show the article without doing
2257         treatments.
2258
2259         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2260         on to `gnus-treat-article'.
2261         (gnus-inhibit-article-treatments): New variable.
2262
2263         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2264
2265         * gnus-art.el (gnus-treatment-function-alist): Have
2266         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2267         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2268         sections.
2269
2270         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2271         parameter.
2272         (gnus-article-fill-cited-long-lines): New function.
2273         (gnus-article-fill-cited-article): Allow filling only long sections.
2274
2275         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2276         and non-punctuation (like after the apostrophe in "'We").
2277
2278         * gnus-sum.el (gnus-summary-select-article): Make sure
2279         gnus-original-article-buffer is alive.
2280
2281         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2282         reflect the order they're in in the digest.
2283
2284         * gnus.el (gnus-group-startup-message): Move point to the start of the
2285         buffer.
2286
2287         * nnimap.el (nnimap-capability): New function.
2288         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2289         is set.
2290
2291 2010-10-31  David Engster  <dengste@eml.cc>
2292
2293         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2294         conform with changes to gnus-completing-read.
2295
2296 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2299
2300 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2301
2302         * nnir.el: Move defvar, defcustom around to keep file organized
2303         and keep byte-compiler quiet.
2304         (nnir-read-parms): Accept search-engine as arg.
2305         (nnir-run-query): Pass search-engine as arg.
2306         (nnir-search-engine): Remove.
2307
2308 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * shr.el (shr-generic): The text nodes should be text, not :text.
2311
2312         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2313         later in the file.
2314
2315 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2316
2317         * nnir.el: General clean up.  Allow searching with multiple engines.
2318         Allow separate extra-parameters for each engine.
2319         Batch queries when possible.
2320         (nnir-imap-default-search-key,nnir-method-default-engines):
2321         Add customize interface.
2322         (nnir-run-gmane): New engine.
2323         (nnir-engines): Use it.  Qualify all prompts with engine name.
2324         (nnir-search-engine): Remove global variable.
2325         (nnir-run-hyrex): Restore for now.
2326         (nnir-extra-parms,nnir-search-history): New variables.
2327         (gnus-group-make-nnir-group): Use them.
2328         (nnir-group-server): Remove in favor of gnus-group-server.
2329         (nnir-request-group): Avoid searching twice.
2330         (nnir-sort-groups-by-server): New function.
2331
2332 2010-10-30  Julien Danjou  <julien@danjou.info>
2333
2334         * gnus-group.el: Remove gnus-group-fetch-control.
2335
2336         * gnus-start.el (gnus-find-new-newsgroups):
2337         Remove gnus-check-first-time-used.
2338
2339         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2340
2341 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2342
2343         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2344         set on groups that don't have \* permanentflags.
2345
2346 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2349         control the background color.
2350         (shr-tag-img): Ignore very small web bug type images.
2351         (shr-put-image): Add help-echo alt texts to the images.
2352         (shr-tag-video): Show the video poster image.
2353
2354 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355
2356         * shr.el (shr-table-depth): New variable.
2357         (shr-tag-table-1): Only insert the images after the top-level table.
2358
2359         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2360
2361         * gnus-util.el (gnus-list-memq-of-list): New function.
2362
2363         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2364         selected.
2365         (nnimap-unsplittable-articles): New slot.
2366         (nnimap-new-articles): Use it.
2367
2368 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2369
2370         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2371         move to the previous line on `M-g'.
2372
2373 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2376         *-request-group, which seems unnecessary.
2377
2378         * nnimap.el (nnimap-quote-specials): Function copied over from
2379         imap.el.
2380         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2381         they support that.  Suggested by Tom Regner.
2382
2383 2010-10-29  Julien Danjou  <julien@danjou.info>
2384
2385         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2386         defalias.
2387         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2388
2389         * gnus.el: Remove `gnus-nntp-service' variable.
2390         (gnus-secondary-servers): Make obsolete.
2391         (gnus-nntp-server): Make obsolete.
2392
2393         * gnus-start.el (gnus-1): Remove x-splash calls.
2394
2395         * gnus-ems.el (gnus-x-splash): Remove.
2396
2397         * gnus.el (gnus-group-startup-message): Simplify/update code.
2398
2399         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2400         definition.
2401
2402         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2403         capability before doing anything.
2404         (gnus-group-insert-group-line): Remove useless
2405         gnus-group-remove-excess-properties.
2406
2407 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2408
2409         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2410
2411 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2414         config after reselecting.
2415
2416 2010-10-28  Julien Danjou  <julien@danjou.info>
2417
2418         * shr.el (shr-put-image): Use point even if only inserting text.
2419         (shr-put-image): Save excursion when inserting alt text on non-graphic
2420         display, so the behaviour is the same when we are on a graphic display.
2421
2422         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2423
2424 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2427         (gnus-mime-copy-part): Check coding system, not charset.
2428         (gnus-mime-view-part-externally): Never remove part.
2429         (gnus-mime-view-part-internally): Don't remove part here.
2430         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2431         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2432         multipart/alternative.
2433
2434         * mm-decode.el (mm-display-part): Take optional arg `force'.
2435
2436 2010-10-26  Julien Danjou  <julien@danjou.info>
2437
2438         * gnus-group.el (gnus-group-default-list-level): Add this function to
2439         compute the default list level.
2440         (gnus-group-default-list-level): Add possibility to use a function.
2441
2442 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2445
2446         * gnus-group.el (gnus-group-completing-read)
2447         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2448         gnus-replace-in-string.
2449
2450 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * shr.el (shr-tag-div): Add.
2453
2454         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2455
2456 2010-10-25  Julien Danjou  <julien@danjou.info>
2457
2458         * gnus-util.el: Remove `gnus-with-local-quit'.
2459
2460         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2461
2462 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2463
2464         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2465         the original article buffer.
2466
2467 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * nnimap.el (nnimap-request-head): New function.
2470         (nnimap-request-move-article): Try to be slighly faster by not
2471         requesting the entire message when moving.
2472         (nnimap-transform-headers): Don't bug out on bodiless articles.
2473         (nnimap-send-command): Have no outstanding messages if the IMAP server
2474         doesn't support streaming.
2475         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2476
2477 2010-10-24  Julien Danjou  <julien@danjou.info>
2478
2479         * message.el (message-default-headers): Fix type.
2480
2481 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2482
2483         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2484         prefetching images.
2485
2486         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2487         backend for unknown groups.  This is mainly useful for nnimap groups.
2488
2489         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2490         group isn't covered by the agent.
2491
2492 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2493
2494         * nnir.el (nnir-method-default-engines): New variable.
2495         (nnir-run-query): Use it.
2496         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2497         (gnus-summary-nnir-goto-thread): Change group if needed.
2498
2499         * gnus-group.el (gnus-group-group-map): Add key binding for
2500         gnus-group-make-nnir-group.
2501
2502 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * shr.el (shr-tag-object): Add.
2505
2506         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2507         original article buffer live.
2508         (gnus-summary-select-article-buffer):
2509         Mention gnus-widen-article-buffer.
2510
2511 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2512
2513         * shr.el (shr-tag-strong): Add.
2514
2515 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2518         group names.  They mess up the group buffer badly.
2519
2520         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2521
2522         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2523         instead of the summary one.
2524
2525 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2526
2527         * mml.el (mml-preview): Work properly when editing article.
2528
2529         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2530         gnus-have-read-active-file if it's already been in.
2531
2532 2010-10-22  Tom Tromey  <tromey@redhat.com>
2533
2534         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2535         gnus-group-completing-read.
2536
2537 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * message.el (message-mode-map): Don't bind M-; to comment region, to
2540         allow the global comment-dwim to work.
2541
2542 2010-10-21  Julien Danjou  <julien@danjou.info>
2543
2544         * message.el (message-setup-1): Allow message-default-headers to be a
2545         function.
2546
2547 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2548
2549         * shr.el (shr-tag-table): Simplify.
2550
2551 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2554         to avoid trying to snarf invalid stuff.
2555
2556         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2557
2558         * gnus.el (gnus-message-archive-group): Quote value.
2559         (gnus-message-archive-group): Mark as changed.
2560
2561         * shr.el (shr-add-font): Don't put the font properties on the newline
2562         or the indentation.
2563
2564         * message.el (message-fix-before-sending): Change options when sending
2565         non-printable characters.
2566
2567         * gnus.el (gnus-message-archive-method): Change the default to
2568         monthly outgoing groups.
2569
2570         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2571         that have gotten new numbers.
2572
2573         * nnimap.el (nnimap-request-replace-article): New function.
2574
2575 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2578         (nnrss-request-article): Don't use special html washing code.
2579
2580 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * shr.el (shr-tag-table): Remove useless nconc.
2583
2584 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2585
2586         * gnus-art.el (article-wash-html): Simplify and remove the charset
2587         stuff.  Use the normal html rendering code instead of the special html
2588         washing code.
2589
2590         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2591         `gnus-w3m' symbols.
2592         (mm-text-html-washer-alist): Remove.
2593
2594         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2595         (mm-inline-media-tests): Remove use.
2596         (mm-text-html-renderer): Change default to the `shr' symbol.
2597
2598         * mm-view.el (mm-inline-text-html): Remove use.
2599
2600         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2601         `gnus-blocked-images' to be a function.
2602         (gnus-article-wash-function): Remove.
2603
2604 2010-10-20  Julien Danjou  <julien@danjou.info>
2605
2606         * spam.el (spam-list-of-processors): Mark as obsolete.
2607
2608         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2609         (nnimap-insert-partial-structure): Fix boundary detection.
2610
2611 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2612
2613         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2614         run file-truename on remote files.  This can be expensive and even
2615         prevent one from editing drafts if some unrelated buffer has a stale
2616         connection.
2617
2618 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2621         kinsoku-eol regardless of shr-kinsoku-shorten.
2622         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2623         (shr-tag-table): Support caption, thead, and tfoot.
2624
2625 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2626
2627         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2628         lines.
2629         (shr-save-contents): New command and keystroke.
2630
2631         * nndoc.el (nndoc-type-alist): Add git support.
2632         (nndoc-git-type-p): New function.
2633         (nndoc-transform-git-article): Ditto.
2634         (nndoc-transform-git-headers): Ditto.
2635         (nndoc-transform-git-headers): Generate Subject headers.
2636
2637         * shr.el (shr-parse-style): New function.
2638         (shr-tag-span): Ditto.
2639
2640         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2641         to `G G' to avoid collisions.
2642
2643 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * shr.el: Load kinsoku if necessary.
2646         (shr-kinsoku-shorten): New internal variable.
2647         (shr-find-fill-point): Make kinsoku shorten text line if
2648         shr-kinsoku-shorten is bound to non-nil.
2649         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2650         shr-indentation too when testing if table is wider than frame width.
2651         (shr-insert-table): Use `string-width' instead of `length' to measure
2652         text width.
2653         (shr-insert-table-ruler): Make sure indentation is done at bol.
2654
2655 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2656
2657         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2658         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2659         undecoded network data.
2660
2661 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2662
2663         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2664         name in the mode line spec so that the mode line menu works
2665         (bug #2431).
2666
2667         * message.el (message-get-reply-headers): If we're fed `to-address',
2668         then always use that.
2669
2670         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2671         aren't so wide as to need to switch off the edit menu.
2672
2673         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2674         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2675
2676         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2677         `M-g'.
2678         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2679         the permanent marks.
2680
2681 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2682
2683         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2684         Splitting according to references/in-reply-to obeys the ignore-groups
2685         variable, while splitting by sender and subject do not.
2686
2687 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2690         alist, so that we can look for non-Unicode chars.
2691         (article-translate-strings): Allow both character and string maps.
2692
2693 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * shr.el (shr-insert): Don't insert space behind a wide character
2696         categorized as kinsoku-bol, or between characters both categorized as
2697         nospace.
2698
2699 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2700
2701         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2702         headers to gnus-newsgroup-headers.
2703
2704 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705
2706         * shr.el (shr-tag-img): Don't align images -- since we're not
2707         rescaling, this often leads to ugly displays.
2708
2709 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2710
2711         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2712         duplicates.
2713
2714 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2715
2716         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2717         call.
2718
2719 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2720
2721         * gnus.el: Autoload gnus-html-show-images.
2722
2723         * nnimap.el: Use nnheader-message throughout.
2724
2725         * shr.el (shr-tag-img): Ignore images with no data.
2726
2727 2010-10-15  Julien Danjou  <julien@danjou.info>
2728
2729         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2730         a possibility to disable format=flow encoding when using hard newlines.
2731
2732 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2733
2734         * shr.el (shr-insert): Remove space inserted before or after a
2735         breakable character or at the beginning or the end of a line.
2736         (shr-find-fill-point): Do kinsoku; find the second best point or give
2737         it up if there's no breakable point.
2738
2739 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740
2741         * nnimap.el (nnimap-open-connection): Message when opening connection
2742         for debugging purposes.
2743
2744         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2745         on every setup buffer call to allow this to change from article to
2746         article.
2747
2748         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2749         buffers where we have a wide table.
2750
2751 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2752
2753         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2754         uses *-request-thread.
2755
2756 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2757
2758         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2759         incantation, which is no longer valid.
2760
2761 2010-10-14  Julien Danjou  <julien@danjou.info>
2762
2763         * shr.el: Fix defcustom type (char -> character).
2764
2765 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2766
2767         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2768         programs.
2769
2770 2010-10-14  Julien Danjou  <julien@danjou.info>
2771
2772         * shr.el (shr-tag-a): Use url-link as widget type.
2773
2774         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2775         `gnus-group-get-icon'.
2776
2777 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2778
2779         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2780         This should make server editing work better.
2781
2782         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2783
2784         * tls.el (tls-program): Remove spurious %s from openssl.
2785
2786         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2787         (nnimap-parse-flags): Fix regexp.
2788
2789         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2790         probably work for CJVK text, too.
2791
2792         * nnimap.el (nnimap-extend-tls-programs): Remove.
2793         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2794
2795         * tls.el (tls-starttls-switches): Remove starttls hack.
2796         (open-tls-stream): Ditto.
2797         (tls-find-starttls-argument): Ditto.
2798
2799 2010-10-13  Julien Danjou  <julien@danjou.info>
2800
2801         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2802         responses.
2803
2804 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2807
2808         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2809         anything in Emacs.
2810
2811         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2812
2813 2010-10-13  Julien Danjou  <julien@danjou.info>
2814
2815         * shr.el (shr-width): Make shr-width a defcustom with default to
2816         fill-column.
2817         (shr-tag-img): Use shr-width rather than fill-column.
2818
2819 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * dgnushack.el (byte-optimize-apply)
2822         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2823
2824         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2825         position when (X-)Faces exist.
2826         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2827         avatars when called interactively.
2828
2829 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2832         gnus-article-x-face-too-ugly is bound.
2833
2834 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2837
2838         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2839         mailbox that doesn't exist.
2840
2841 2010-10-12  Julien Danjou  <julien@danjou.info>
2842
2843         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2844         (shr-get-image-data): Encode URL properly when fetching from cache.
2845         (shr-tag-img): Use aligned-to spaces to align correctly images.
2846
2847         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2848         before inserting the Gravatar.
2849
2850         * shr.el (shr-tag-img): Add align attribute support for <img>.
2851
2852 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * gnus-gravatar.el (gnus-art): Require.
2855
2856         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2857         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2858         Remove long obsoleted functions.
2859
2860 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2861
2862         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2863
2864         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2865
2866         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2867         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2868         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2869         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2870         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2871         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2872         * sieve-manage.el, smime.el, spam.el:
2873         Fix comment for declare-function.
2874
2875 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876
2877         * nnimap.el (nnimap-request-rename-group): Select group read-only
2878         before renaming it.
2879
2880         * shr.el (shr-insert): Fix up the white space only regexp.
2881
2882         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2883         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2884
2885         * shr.el (shr-current-column): New function.
2886         (shr-find-fill-point): New function.
2887
2888 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2889
2890         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2891         numbers.
2892
2893 2010-10-11  Julien Danjou  <julien@danjou.info>
2894
2895         * shr.el (shr-hr-line): Add.
2896         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2897         display hr lines.
2898         (shr-max-columns): Do not change state to nil if we just inserting
2899         spaces.
2900
2901 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902
2903         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2904         select the last group.
2905
2906 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2907
2908         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2909
2910 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2911
2912         * dig.el (dig-mode-map): Declare and define in one step.
2913
2914 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2917         for Gnus.
2918         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2919         (nnimap-update-qresync-info): Mark \Seen articles as read.
2920
2921         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2922         non-variable, too.
2923
2924         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2925         available.
2926         (nnimap-update-info): Rely more on the current active than the param
2927         active to avoid marking articles as read too much.
2928
2929         * auth-source.el (auth-source-create): Use (user-login-name) for the
2930         user name default.
2931
2932         * nnimap.el (nnimap-update-info): If the server doesn't return any
2933         useful info, just use the previous info.
2934         (nnimap-update-info): Prefer old info over start-article.
2935         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2936
2937 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2938
2939         * nnir.el (autoload): Clean up autoloads.
2940         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2941         Use key rather than value.
2942         (nnir-imap-search-other): New variable.
2943         (nnir-read-parm): Use it.
2944         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2945         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2946
2947 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2948
2949         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2950         the process, too.
2951
2952 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * spam.el (gnus-summary-mode-map): Bind to "$".
2955         Suggested by Russ Allbery.
2956
2957         * shr.el: Rework the way things are indented by <li> slightly.
2958
2959         * gnus.el (gnus-group-set-parameter): Fix typo.
2960
2961         * nnimap.el: Start implementing QRESYNC support.
2962
2963 2010-10-09  Julien Danjou  <julien@danjou.info>
2964
2965         * nnir.el (nnir-engines): Fix too many arguments.
2966
2967 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2970         group is the "last", so that the backends like nnfolder actually save
2971         their folders.
2972
2973         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2974         try to use that for the tls stream.
2975         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2976         UIDVALIDITY and find out which groups are read-only and not.
2977         (nnimap-get-flags): Use the same marks parsing code as the rest of
2978         nnimap.
2979
2980 2010-10-09  Julien Danjou  <julien@danjou.info>
2981
2982         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2983
2984         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2985         retrieving gravatars.
2986
2987         * shr.el (shr-table-corner): Add.
2988         (shr-table-line): Add.
2989         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2990
2991 2010-10-08  Julien Danjou  <julien@danjou.info>
2992
2993         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2994
2995 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2996
2997         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2998
2999         * gnus-sum.el (gnus-mark-article-as-unread)
3000         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3001         (gnus-summary-set-bookmark): Use it.
3002
3003         * gnus-msg.el (gnus-setup-message): Use it.
3004
3005         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3006
3007         * gnus.el (gnus-group-remove-parameter): Use it.
3008
3009         * gnus-group.el (gnus-group-make-web-group): Use it.
3010
3011         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3012
3013         * nnregistry.el: Update docs to mention manual.
3014
3015         * gnus-registry.el: Update docs to mention nnregistry.el.
3016         (gnus-registry-initialize): Don't install nnregistry refer method
3017         automatically.
3018         (gnus-registry-install-nnregistry): Remove it.
3019
3020 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3021
3022         * shr.el (shr-insert): Don't insert double spaces.
3023
3024 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * gnus-gravatar.el (gnus-treat-from-gravatar)
3027         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3028         called interactively.
3029
3030         * gnus-art.el (gnus-mime-view-part-externally)
3031         (gnus-mime-view-part-internally): Make predicate function passed to
3032         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3033         of a mime type.
3034
3035         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3036
3037 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038
3039         * shr.el (require): Require cl when compiling.
3040         (shr-tag-hr): New function.
3041
3042         * nnimap.el (nnimap-update-info): Remove double setting of high.
3043         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3044         This makes nnimap work properly on Courier again.
3045
3046         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3047         the variable for backwards compatability.
3048
3049         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3050         the file name before using to avoid setting mm-default-directory to
3051         nil.
3052
3053         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3054         bidning gnus-agent variables.
3055
3056         * shr.el (shr-render-td): Use a cache for the table rendering function
3057         to avoid getting an exponential rendering behaviour in nested tables.
3058         (shr-insert): Rework the line-breaking algorithm.
3059         (shr-insert): Don't leave trailing spaces.
3060         (shr-insert-table): Also insert empty TDs.
3061         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3062
3063 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3064
3065         * gnus-sum.el (gnus-number): Rename from `number'.
3066         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3067         (gnus-summary-limit-children): Update uses correspondingly.
3068
3069 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3072         (gnus-gravatar-transform-address): Don't show avatars of people of
3073         which mail addresses match gnus-gravatar-too-ugly.
3074
3075 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076
3077         * shr.el (shr-table-widths): Expand TD elements to fill available
3078         space.
3079
3080 2010-10-07  Julien Danjou  <julien@danjou.info>
3081
3082         * nnimap.el (nnimap-request-rename-group): Add this method.
3083
3084 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3085
3086         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3087         name from XEmacs' function-arglist.
3088
3089         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3090         gravatar under XEmacs.
3091
3092 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3093
3094         * auth-source.el: Update docs with TODO items.
3095
3096         * gnus-sync.el: Update docs to explain state and plans.
3097
3098         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3099         Hooks for mark updates.
3100         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3101
3102         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3103         hooks with arguments, which is needed for mark update hooks.
3104
3105 2010-10-06  Julien Danjou  <julien@danjou.info>
3106
3107         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3108         was matched.
3109
3110         * sieve-manage.el: Update example in `Commentary'.
3111
3112         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3113
3114         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3115         not 2000.
3116         (sieve-manage-authenticate): Re-add function.
3117
3118 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119
3120         * shr.el (shr-insert): Get 'space transition right.
3121         (shr-render-td): Only delete space at the end of the TD.
3122
3123         * nnimap.el (nnimap-open-connection): Prepare to support
3124         open-gnutls-stream.
3125
3126         * shr.el: Rearrange function order to be more logical.
3127
3128 2010-10-06  Julien Danjou  <julien@danjou.info>
3129
3130         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3131         (nnrss-discover-feed): Remove 404 URL in docstring.
3132
3133         * nnir.el: Fix Swish-E URL.
3134         Fix Namazu URL.
3135
3136         * message.el (message-change-subject): Remove 404 URL in a comment.
3137
3138 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3139
3140         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3141         called interactively.
3142
3143         * gnus-util.el (gnus-remove-if): Allow hash table.
3144         (gnus-remove-if-not): New function.
3145
3146         * gnus-art.el (gnus-mime-view-part-as-type)
3147         * gnus-score.el (gnus-summary-score-effect)
3148         * gnus-sum.el (gnus-read-move-group-name):
3149         Replace remove-if-not with gnus-remove-if-not.
3150
3151         * gnus-group.el (gnus-group-completing-read):
3152         Regard collection as a hash table if it is not a list.
3153
3154 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3157
3158         * shr.el: Document the table-rendering algorithm.
3159
3160 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3161
3162         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3163         for Emacsen having no `libxml-parse-html-region' support.
3164
3165 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3166
3167         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3168         invalid URLs.
3169
3170         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3171         line-broken.
3172         (shr-tag-img): Ignore image fetching errors.
3173         (shr-overlays-in-region): Compute overlay positions correctly.
3174
3175         * mm-decode.el (mm-shr): Require shr.
3176
3177         * gnus-art.el (gnus-blocked-images): Move variable here.
3178
3179         * shr.el (shr-insert-table): Bind free variable.
3180
3181         * mm-decode.el (mm-shr): Bind shr-content-function.
3182
3183         * shr.el (shr-content-function): New variable.
3184
3185         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3186         added for symmetry.
3187
3188         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3189
3190         * gnus-group.el (gnus-group-make-group): Doc fix.
3191
3192         * nnimap.el (nnimap-request-newgroups): Return success.
3193
3194         * shr.el (shr-find-elements): New function.
3195         (shr-tag-table): Put all the images after the table.
3196         (shr-tag-table): Really inhibit images inside the table.
3197         (shr-collect-overlays): Copy over overlays from the TD elements to the
3198         main document.
3199
3200         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3201         gnus-blocked-images.
3202
3203 2010-10-05  Julien Danjou  <julien@danjou.info>
3204
3205         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3206
3207         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3208         (gnus-html-maximum-image-size): Add this function.
3209         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3210
3211         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3212         server-value of the capability is nil.
3213
3214 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3215
3216         * shr.el (shr-tag-em): Add <EM> tag.
3217
3218 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3219
3220         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3221         customizable.
3222
3223         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3224         handing broken links to browse-url.
3225
3226 2010-10-05  Julien Danjou  <julien@danjou.info>
3227
3228         * gnus-util.el (gnus-emacs-completing-read)
3229         (gnus-iswitchb-completing-read): Use autoload rather than require.
3230
3231 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3232
3233         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3234         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3235         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3236         iswitchb-temp-buflist for XEmacs.
3237
3238         * gnus-util.el (gnus-completing-read-function): Exclude
3239         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3240         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3241         XEmacs.
3242
3243         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3244         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3245
3246         * gnus-html.el: Don't require help-fns under XEmacs.
3247         (gnus-html-schedule-image-fetching): Work for XEmacs.
3248
3249         * mm-decode.el (mm-shr): Decode contents by charset.
3250
3251 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3254         unknown.
3255
3256         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3257         (shr-get-image-data): Ensure against the cache file missing.
3258
3259         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3260         for data.
3261
3262         * spam-report.el (spam-report-url-ping-plain): Don't query about
3263         killing the process.
3264
3265         * shr.el (shr-render-td): Protect against too-wide text.
3266
3267 2010-10-04  Julien Danjou  <julien@danjou.info>
3268
3269         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3270         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3271
3272         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3273         retrieved.
3274
3275 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * shr.el (browse-url): Require.
3278         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3279         lines.
3280         (shr-show-alt-text, shr-browse-image): New commands.
3281         (shr-browse-url, shr-copy-url): New commands.
3282
3283         * gnus-sum.el (gnus-widen-article-window): New variable.
3284         (gnus-summary-select-article-buffer): Use it.
3285
3286         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3287         without @ signs.
3288
3289 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3290
3291         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3292
3293 2010-10-04  Julien Danjou  <julien@danjou.info>
3294
3295         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3296         for XEmacs.
3297
3298 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3299
3300         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3301
3302         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3303         (nnimap-close-server): Implement.
3304
3305         * dgnushack.el (iswitchb): Require to shut up the compiler.
3306
3307         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3308         (shr-insert): Tweak line breaking.
3309         (shr-insert): Handle <pre> better.
3310         (shr-tag-li): Get <li> indentation right.
3311         (shr-tag-li): Get <li> indentation even righter.
3312         (shr-tag-blockquote): Ensure paragraph start.
3313         (shr-make-table): Tweak table generation.
3314         (shr-make-table): Fix typo.
3315
3316         * shr.el: Implement table rendering.
3317
3318 2010-10-04  Julien Danjou  <julien@danjou.info>
3319
3320         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3321
3322 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * shr.el (shr-insert): Use string anchors instead of line anchors.
3325
3326 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3327
3328         * shr.el: Add headings.
3329         (shr-ensure-paragraph): Actually work.
3330         (shr-tag-li): Make <ul> prettier.
3331         (shr-insert): Get white space at the beginning/end of elements right.
3332         (shr-tag-p): Collapse subsequent <p>s.
3333         (shr-ensure-paragraph): Don't insert double line feeds after blank
3334         lines.
3335         (shr-insert): \t is also space.
3336         (shr-tag-s): Fix "s" tag name function.
3337         (shr-tag-s): Fix face prop name.
3338
3339 2010-10-03  Julien Danjou  <julien@danjou.info>
3340
3341         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3342
3343         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3344         gnus-window-inside-pixel-edges.
3345
3346         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3347         gnus-ems.
3348
3349         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3350
3351         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3352         function.
3353
3354         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3355         resize choice.
3356
3357 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3358
3359         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3360         beginning of the buffer.
3361
3362         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3363         article buffer again.
3364
3365         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3366
3367         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3368         when it's at the start of the buffer.
3369
3370         * shr.el (shr-tag-blockquote): Convert name.
3371         (shr-rescale-image): Use the right image-size variant.
3372
3373         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3374         buffer isn't shown, then select the current article first instead of
3375         bugging out.
3376         (gnus-summary-select-article-buffer): Show both the article and summary
3377         buffers again.
3378
3379         * shr.el (shr-fontize-cont): Protect against regions with no text.
3380         Rename tag functions to shr-tag-* for enhanced security.
3381         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3382
3383 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3384
3385         * shr.el (shr-insert):
3386         * pop3.el (pop3-movemail):
3387         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3388         loaded.
3389
3390 2010-10-03  Glenn Morris  <rgm@gnu.org>
3391
3392         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3393
3394         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3395
3396         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3397
3398         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3399
3400         * gnus-util.el (gnus-make-local-hook): Simplify.
3401
3402 2010-10-02  Julien Danjou  <julien@danjou.info>
3403
3404         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3405         (gnus-ido-completing-read): New function.
3406         (gnus-emacs-completing-read): New function.
3407         (gnus-completing-read): Use gnus-completing-read-function.
3408         Add gnus-completing-read-function.
3409
3410 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411
3412         * shr.el (shr-insert-document): Autoload.
3413         (shr-img): Be silent.
3414         (shr-insert): Add a newline after every picture before text.
3415         (shr-add-font): Use overlays for combining faces.
3416         (shr-insert): Pass upwards the text start point.
3417
3418         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3419         possible.
3420         (mm-shr): New function.
3421
3422 2010-10-02  Julien Danjou  <julien@danjou.info>
3423
3424         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3425         should go backward.
3426
3427 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3428
3429         * shr.el (shr): Fix typo in provide call.
3430
3431 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3432
3433         * shr.el: New file.
3434
3435         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3436
3437         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3438         completing read.
3439
3440 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3441
3442         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3443         we're being queried about.  Suggested by Dan Jacobson.
3444
3445         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3446         Suggested by Jason Eisner.
3447
3448         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3449         table, too.  Suggested by Stefan Wiens.
3450         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3451         the table unnecessary.  Suggested by Stefan Wiens.
3452
3453         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3454         longer needed, and probably doesn't work either, as pointed out by
3455         Stefan Wiens.
3456         (gnus-summary-exit): Remove call to the clearing function.
3457         (gnus-summary-exit-no-update): Ditto.
3458
3459         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3460         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3461         Reported by Stefan Monnier.
3462         (gnus-summary-save-in-rmail): Ditto.
3463
3464         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3465         article buffer, instead of both the article buffer and the summary
3466         buffer.  Sort of suggested by Dan Jacobson.
3467
3468         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3469
3470         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3471         Suggested by Dan Jacobson.
3472
3473         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3474         documentation clearer.
3475
3476         * message.el (message-shorten-references): Comment on the number "21".
3477         Suggested by Stefan Monnier.
3478
3479         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3480         Suggested by Dan Jacobson.
3481
3482         * gnus.el (gnus-large-newsgroup):
3483         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3484
3485         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3486         externalize attachments.  Bug reported by Steve Wen.
3487
3488         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3489         really message anything to the user.
3490
3491         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3492         directly.
3493
3494         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3495         messages in empty groups.
3496
3497 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3498
3499         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3500         non-UIDNEXT group.
3501
3502 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503
3504         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3505         not the value from the collection.
3506
3507         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3508         values.  This sometimes happens on some groups that have no info.
3509         (nnimap-request-newgroups): New function.
3510
3511 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3512
3513         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3514         check into `gnus-registry-initialize'.
3515         (gnus-registry-initialize): Ditto.
3516         Fix and extend header docs.
3517
3518 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3519
3520         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3521         regexp backtrace overflows.
3522
3523         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3524         for starttls that tls.el implements; i.e. openssl.
3525
3526         * tls.el (tls-starttls-switches): Give up on using starttls with
3527         gnutls-cli.
3528         (tls-program): Add --insecure to be consistent with the defaults from
3529         openssl s_client.  Now all three commands are insecure.
3530
3531 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * lpath.el: Bind completion-styles-alist for XEmacs.
3534
3535         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3536         (gravatar-create-image): New function that's an alias to
3537         gnus-xmas-create-image, gnus-create-image, or create-image.
3538         (gravatar-data->image): Use it.
3539
3540 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3541
3542         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3543         install the nnregistry refer method.
3544         (gnus-registry-install-hooks): Use it.
3545         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3546         unfollowed groups.
3547
3548 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3549
3550         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3551         expanding threads.
3552
3553 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * nnir.el: Use the server names without suffixes (bug #7009).
3556
3557         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3558         unencrypted to STARTTLS, if possible.
3559
3560 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3561
3562         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3563         headers before superseding.
3564
3565 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3566
3567         * nnrss.el (nnrss-use-local): Add documentation.
3568
3569         * nnimap.el (nnimap-extend-tls-programs): New function.
3570         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3571         (nnimap-wait-for-connection): Accept the greeting from the stupid
3572         output from openssl s_client -starttls, too.
3573
3574         * tls.el (tls-starttls-switches): New variable.
3575         (tls-find-starttls-argument): Use it.
3576         (open-tls-stream): Ditto.
3577
3578         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3579         (netrc-machine): Ditto.
3580
3581         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3582         article number.
3583         (nnimap-split-fancy): New variable.
3584         (nnimap-split-incoming-mail): Use it.
3585
3586         * nntp.el (nntp-server-list-active-group): Document.
3587
3588         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3589         SELECT to get the message-id.
3590
3591         * mail-source.el (mail-sources): Remove webmail support.
3592         (defvar): Ditto.
3593         (mail-source-fetcher-alist): Ditto.
3594         (mail-source-fetch-webmail): Remove.
3595
3596         * webmail.el: Remove -- doesn't seem relevant any more.
3597
3598         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3599
3600         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3601         the \r.
3602
3603 2010-09-30  Julien Danjou  <julien@danjou.info>
3604
3605         * gnus-agent.el (gnus-agent-add-group): Fix call to
3606         gnus-completing-read.
3607
3608 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3609
3610         * nndoc.el (nndoc-retrieve-groups): New function.
3611
3612         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3613         `default', use nnmail-split-methods.
3614         (nnimap-request-article): Downcase the NILs so that they are nil.
3615
3616         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3617         symbol.
3618
3619         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3620         code, since if the user has requested network, that's what they ought
3621         to get.
3622         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3623         (nnimap-split-rule): Mark as obsolete.
3624
3625         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3626         New variable.
3627
3628         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3629         correct slot, too.
3630
3631 2010-09-29  Julien Danjou  <julien@danjou.info>
3632
3633         * gnus.el (gnus-local-domain): Declare variable obsolete.
3634
3635         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3636         Fix history computing.
3637         (gnus-ido-completing-read): Require ido.
3638
3639 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640
3641         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3642         build Gnus.
3643
3644         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3645         when interpreting the structures.
3646         (nnimap-request-accept-article): Add \r\n to the lines to make this
3647         work with Cyrus.
3648
3649         * nndraft.el (nndraft-request-expire-articles): Use the group name
3650         instead if "nndraft".  Fix found by Nils Ackermann.
3651
3652 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3653
3654         * nnregistry.el: Add.
3655
3656 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3657
3658         * nnmail.el (group, group-art-list, group-art):
3659         Remove unneeded directives.
3660
3661 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3664         (mm-mime-charset)
3665         * rfc2047.el (rfc2047-syntax-table)
3666         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3667
3668         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3669         rather than `insert-file-contents' and `eval-region'.
3670
3671         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3672         construction.
3673
3674         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3675
3676         * time-date.el: No need to require cl for Emacs 21.
3677
3678 2010-09-29  Julien Danjou  <julien@danjou.info>
3679
3680         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3681         replacement of `gnus-gravatar-relief' to mimic
3682         `gnus-faces-properties-alist'.
3683         Add :version property.
3684
3685 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * mail-source.el (mail-source-report-new-mail)
3688         * message.el (message-default-mail-headers)
3689         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3690
3691         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3692
3693 2010-09-28  Julien Danjou  <julien@danjou.info>
3694
3695         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3696         mail-address contains the same string as real-name.
3697
3698         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3699         non-blank in header, otherwise it'll get stripped.
3700
3701         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3702         real-name, and then for mail address rather than doing : or , search.
3703
3704 2010-09-27  Julien Danjou  <julien@danjou.info>
3705
3706         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3707         right completing-read function.
3708         (gnus-use-ido): New variable
3709         (gnus-completing-read-with-default): Remove.
3710         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3711         (gnus-agent-add-group):
3712         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3713         * mm-view.el (mm-view-pkcs7-decrypt):
3714         * mm-util.el (mm-codepage-setup):
3715         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3716         * mml-smime.el (mml-smime-openssl-sign-query):
3717         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3718         (mml-insert-multipart):
3719         * gnus-msg.el (gnus-summary-yank-message):
3720         * gnus-int.el (gnus-start-news-server):
3721         * mm-decode.el (mm-interactively-view-part):
3722         * gnus-dired.el (gnus-dired-attach):
3723         * gnus.el (gnus-read-method):
3724         * gnus-bookmark.el (gnus-bookmark-jump):
3725         * gnus-art.el (gnus-mime-view-part-as-type)
3726         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3727         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3728         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3729         * nnmairix.el (nnmairix-create-server-and-default-group)
3730         (nnmairix-update-groups, nnmairix-get-server)
3731         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3732         (nnmairix-get-group-from-file-path):
3733         * nnrss.el (nnrss-find-rss-via-syndic8):
3734         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3735         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3736         (gnus-group-browse-foreign-server):
3737         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3738         (gnus-summary-execute-command, gnus-summary-respool-article)
3739         (gnus-read-move-group-name):
3740         * gnus-score.el (gnus-summary-increase-score)
3741         (gnus-summary-score-effect):
3742         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3743
3744 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3747         x-focus-frame.
3748
3749         * nnimap.el (auth-source-forget-user-or-password)
3750         (auth-source-user-or-password): Autoload.
3751
3752         * message.el (message-from-style, message-interactive)
3753         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3754         (message-yank-prefix, message-indentation-spaces, message-signature)
3755         (message-signature-file): Add comment.
3756
3757 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3758
3759         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3760         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3761         new articles.
3762
3763         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3764         parts.
3765         (nnimap-request-article): Work with the t setting, too.
3766
3767         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3768         that you don't get flashes of other buffers.
3769         (gnus-summary-show-complete-article): Intern before setting.
3770
3771 2010-09-27  David Engster  <dengste@eml.cc>
3772
3773         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3774         well as HEADERS.
3775         (nnmairix-retrieve-headers): Provide new argument for the above.
3776
3777 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3778
3779         * gnus-sum.el (gnus-summary-move-article): Don't alter
3780         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3781         group.
3782
3783         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3784
3785         * message.el (message-cite-prefix-regexp): Revert my last edit.
3786
3787         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3788         variable instead of the Gnus variable.
3789
3790         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3791
3792         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3793
3794         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3795         since some servers don't like it.
3796         (nnimap-open-connection): Forget credentials if the server says the
3797         password was wrong.
3798         (nnimap-parse-line): Protect against invalid data.
3799
3800         * gnus-sum.el (gnus-summary-move-article): Add comment.
3801         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3802         nothing alters it while scanning for new messages.
3803
3804         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3805         which may or may not help.
3806         (nnimap-open-connection): If we're doing a stream connection, and then
3807         discover we're on a STARTTLS-capable server, then open a STARTTLS
3808         connection instead.
3809
3810 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3811
3812         * nnimap.el (utf7): Require.
3813
3814         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3815         prefix.
3816
3817 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3818
3819         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3820
3821 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3822
3823         * nnimap.el (nnimap-request-accept-article): Message the error on
3824         error.
3825
3826 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3829
3830 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * nndoc.el (nndoc-request-list): Return success always.
3833
3834         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3835         `fetch-old' -- we only want to fetch the articles we've requested.
3836         The rest are in the agent, probably.
3837         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3838         disappeared server" to something low.  It's not important.
3839
3840         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3841         arrived before the FETCH data.
3842
3843         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3844         target here, because we don't know the Gnus name of the group.
3845
3846         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3847         for the correct group.
3848
3849         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3850
3851         * gnus.el (gnus): Give a final warning after startup.
3852
3853         * gnus-util.el (gnus-action-message-log): New variable.
3854         (gnus-message): Use it.
3855         (gnus-final-warning): New function.
3856
3857         * nnimap.el (nnimap-open-connection): Record the greeting.
3858         (nnimap): Add greeting.
3859
3860 2010-09-26  Julien Danjou  <julien@danjou.info>
3861
3862         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3863         arguments.
3864         (gnus-html-wash-images): Fix spec computing to include start/end.
3865
3866         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3867
3868 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869
3870         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3871         deletion.
3872         (nnimap-retrieve-headers): Don't select the group, because that's
3873         already done by nnimap-possibly-change-group.
3874
3875         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3876         (gnus-picon-transform-address): Use it.
3877
3878         * mail-source.el (mail-source-value): Revert previous patch.
3879
3880         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3881         on failure.
3882         (nnimap-open-connection): Look up both virtual and physical server name
3883         credentials.
3884
3885         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3886
3887 2009-02-07  Dave Love  <fx@gnu.org>
3888
3889         * tls.el (open-tls-stream): Don't query killing process.
3890
3891 2009-02-08  Dave Love  <fx@gnu.org>
3892
3893         * gnus-win.el (gnus-window-to-buffer-helper)
3894         (gnus-all-windows-visible-p): Function needn't be a symbol.
3895
3896         * mail-source.el (mail-source-value): Function needn't be a symbol.
3897
3898 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3899
3900         * message.el (message-cite-prefix-regexp): Remove } from the cite
3901         prefix.
3902
3903         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3904         highlight again, so that the highlight is correct.
3905
3906         * gnus-picon.el (gnus-picon): Remove again.
3907         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3908
3909         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3910         doing the header highlightling, so that the background colour of the
3911         picon is correct.
3912
3913         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3914         (gnus-picon): Ditto.
3915         (gnus-picon): Reinstate.  The background colour for picons is white.
3916         (gnus-picon-insert-glyph): Make the background white.
3917
3918         * nnml.el (nnml-open-nov): Don't return dead buffers.
3919
3920         * auth-source.el (auth-source-create): Query the user for whether to
3921         store the credentials.
3922
3923         * netrc.el (netrc-store-data): New function.
3924
3925         * auth-source.el (auth-source-user-or-password): Use the existing auth
3926         sources, if any, for creation.
3927
3928         * gnus.el (gnus-group-fast-parameter): Return the last matching
3929         parameter instead of the first matching parameter.
3930
3931 2010-09-26  Julien Danjou  <julien@danjou.info>
3932
3933         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3934
3935 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3936
3937         * mml2015.el (mml2015-use): Remove gpg support.
3938
3939         * mml1991.el (mml1991-function-alist): Remove gpg function.
3940         (mml1991-gpg-sign): Remove.
3941
3942 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3943
3944         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3945         (gnus-browse-unsubscribe-current-group): Document it.
3946         (gnus-browse-unsubscribe-group): Use it.
3947
3948 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3949
3950         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3951         address to the To list for easier response.
3952
3953         * gnus.el (gnus-play-startup-jingle): Remove.
3954         (gnus-splash): Don't play jingle.
3955         (gnus): Silence gnus-load message.
3956
3957         * gnus-art.el (gnus-treat-play-sounds): Remove.
3958
3959         * gnus.el (gnus-play-jingle): Remove audio support.
3960
3961         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3962
3963         * earcon.el: Remove -- no users.
3964
3965         * gnus-audio.el: Remove -- no users of this package.
3966
3967         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3968
3969         * gnus-start.el (gnus-setup-news): Remove nocem support.
3970
3971         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3972
3973         * gnus.el (gnus-use-nocem): Remove.
3974
3975         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3976         Remove.
3977
3978         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3979         uses NoCeM any more.
3980
3981         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3982         (gnus-button-ctan-handler): Ditto.
3983         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3984         (gnus-button-ctan-directory-regexp): Ditto.
3985         (gnus-button-handle-ctan): Ditto.
3986         (gnus-button-tex-level): Ditto.
3987         (gnus-button-alist): Remove CTAN stuff.
3988
3989 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990
3991         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3992         nnimap-streaming test.
3993
3994         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3995         servers twice.
3996
3997         * nnimap.el (nnimap-open-connection): Add more error reporting when
3998         nnimap fails early.
3999
4000         * nnheader.el (nnheader-get-report-string): New function.
4001         (nnheader-get-report): Use it.
4002
4003         * gnus-int.el (gnus-check-server): Say what the error was when opening
4004         failed.
4005
4006         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4007         using streaming.
4008
4009 2010-09-25  Julien Danjou  <julien@danjou.info>
4010
4011         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4012         gnus-window-inside-pixel-edges.
4013
4014 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4015
4016         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4017
4018         * mm-decode.el (mm-save-part): Allow saving to other directories the
4019         normal Emacs way.
4020
4021         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4022         Suggested by Jay Berkenbilt.
4023
4024         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4025         there isn't a single byte.
4026
4027         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4028         just do it.  It doesn't really seem to matter what the user responds
4029         here, I think, so it's just a confusing question.
4030
4031         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4032         non-streaming case.
4033
4034         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4035         (gnus-article-encrypt-body): Use it.
4036
4037         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4038         keystroke.
4039
4040         * nnimap.el (nnimap-find-wanted-parts-1):
4041         Use gnus-fetch-partial-articles.
4042
4043         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4044
4045         * nnimap.el (nnimap-insert-partial-structure): New function.
4046         (nnimap-get-partial-article): New function.
4047         (nnimap-request-article): Use it.
4048         (nnimap-wait-for-response): Return whether the wait was successful.
4049         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4050         retrieval wasn't successful.
4051         (nnimap-retrieve-group-data-early): Allow throttling servers.
4052         (nnimap-streaming): New variable.
4053         (nnimap-fetch-partial-articles): Remove.
4054
4055         * mm-decode.el (mm-with-part): Protect against killed buffers.
4056
4057         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4058         for prettier summary display.
4059
4060 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4061
4062         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4063
4064 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4067         apparently third-party libraries depend on it.
4068
4069         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4070         before starting negotiation.
4071
4072         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4073         privacy reasons.
4074         (gnus-treat-mail-gravatar): Ditto.
4075
4076         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4077         buffer when inserting images.  Inserting text into the headers, for
4078         instance, can make them invalid.
4079
4080 2010-09-25  Julien Danjou  <julien@danjou.info>
4081
4082         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4083         variables.
4084
4085         * nnheader.el: Remove useless variables news-reply-yank-from and
4086         news-reply-yank-message-id.
4087
4088         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4089         variables.
4090
4091         * mml1991.el: Remove useless mml1991-verbose.
4092
4093         * gnus.el: Remove useless variable gnus-use-generic-from.
4094         Remove obsolete variable gnus-topic-indentation.
4095
4096         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4097
4098         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4099
4100         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4101
4102         * gnus-group.el: Remove useless gnus-group-icon-cache.
4103         Remove useless gnus-ephemeral-group-server.
4104
4105         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4106
4107         * mml2015.el: Remove useless mml2015-verbose.
4108
4109         * mml-smime.el: Remove useless mml-smime-verbose.
4110
4111         * gnus.el: Remove useless gnus-local-domain.
4112
4113         * gnus-gravatar.el (gnus-gravatar-transform-address):
4114         Use gnus-gravatar-size.
4115
4116         * gnus-art.el: Remove useless gnus-treat-translate.
4117
4118 2010-09-24  Julien Danjou  <julien@danjou.info>
4119
4120         * gnus-sum.el: Add support for Gravatars.
4121
4122         * gnus-art.el: Add support for Gravatars.
4123
4124         * gnus-gravatar.el: Add this file.
4125
4126         * gravatar.el: Add this file.
4127
4128 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129
4130         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4131
4132         * gnus-group.el (gnus-group-fetch-faq): Remove.
4133
4134         * gnus.el (gnus-group-faq-directory): Remove.
4135
4136         * gnus-group.el (gnus-group-fetch-charter): Remove.
4137
4138         * gnus.el (gnus-group-charter-alist): Remove.
4139
4140         * gnus-group.el (gnus-group-archive-directory): Remove.
4141         (gnus-group-recent-archive-directory): Ditto.
4142         (gnus-group-make-archive-group): Remove.
4143
4144         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4145
4146         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4147         use the same article number for all the cached articles.
4148
4149         * nnimap.el (nnimap-command): Register the last command time so
4150         that we can use it for idling NOOPs.
4151         (nnimap-open-connection): Start the keeplive timer.
4152         (nnimap-make-process-buffer): Store all the process buffers.
4153         (nnimap-keepalive): New function.
4154
4155         * starttls.el (starttls-open-stream): Add autoload cookie.
4156
4157 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4158
4159         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4160         handling.
4161
4162 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163
4164         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4165         its data structures.
4166
4167         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4168         instead of the cl.el copy-list.
4169         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4170         equalp.
4171
4172 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4175         and tool-bar-local-item-from-menu.
4176
4177         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4178         mode-line-highlight face for Emacs.
4179
4180         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4181         loading gnus-sum.elc; fix comment for canlock-verify.
4182         (gnus-article-jump-to-part): Use read-number.
4183         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4184         Remove Emacs pre-21 compatible code for help-echo.
4185         (gnus-article-next-page-1): No need to adjust the number of lines.
4186         (gnus-article-describe-bindings): Always use help-buffer.
4187
4188         * gnus-audio.el (gnus-audio-inline-sound)
4189         * gnus-cus.el (gnus-custom-mode)
4190         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4191
4192         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4193
4194         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4195         compatible code.
4196
4197 2010-09-24  Glenn Morris  <rgm@gnu.org>
4198
4199         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4200         visiting the fcc file in rmail-mode.
4201
4202         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4203
4204 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * nnir.el: Silence the byte compiler.
4207
4208         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4209         alias to browse-url-url-encode-chars if any.
4210         (gnus-html-encode-url): Use it.
4211
4212 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4213
4214         * gnus-start.el (gnus-use-backend-marks): New variable.
4215         (gnus-get-unread-articles-in-group): Use it.
4216
4217         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4218         makeover.
4219
4220 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4221
4222         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4223
4224 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4225
4226         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4227         Remove.
4228         (gnus-setup-news-hook):
4229         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4230
4231         * gnus-int.el (gnus-request-update-info): Protect against backends not
4232         having the function.
4233
4234         * nnimap.el (nnimap-stream): Mention starttls.
4235         (nnimap-open-connection): Add starttls support.
4236
4237 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4238
4239         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4240
4241 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4242
4243         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4244         BODYSTRUCTUREs.
4245         (nnimap-transform-headers): Unfold quoted {42} headers.
4246
4247         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4248         the info.
4249         (gnus-get-unread-articles): Only call updatep on backends that support
4250         it.
4251
4252         * nnweb.el (nnweb-request-update-info): NOOP.
4253
4254         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4255
4256         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4257         since it only deals with marks.
4258
4259         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4260         gnus-request-marks, and make a new gnus-request-update-info.
4261
4262         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4263         the active instead of the high number, which is usually too low.
4264
4265 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4266
4267         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4268         * encrypt.el: Remove.
4269
4270 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271
4272         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4273         server in symbolic form.
4274
4275         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4276
4277 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4278
4279         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4280         (nnimap-update-info): Fix up code slightly.
4281
4282         * gnus-int.el (gnus-open-server): Add tracing for performance
4283         debugging.
4284
4285         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4286         (gnus-group-insert-group-line): Pass the real group name so that it
4287         gets the right data.
4288
4289         * gnus-start.el (gnus-get-unread-articles): Don't have
4290         `gnus-get-unread-articles-in-group' update info, since that can be
4291         really slow and doesn't seem to be needed?
4292
4293 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4294
4295         * time-date.el (date-to-time): Try using parse-time-string first before
4296         using the slower timezone-make-date-arpa-standard.
4297
4298 2010-09-22  Julien Danjou  <julien@danjou.info>
4299
4300         * gnus-group.el (gnus-group-insert-group-line):
4301         Call gnus-group-highlight-line.
4302         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4303         default hook list.
4304         (gnus-group-update-eval-form): Add new function.
4305         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4306         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4307
4308 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309
4310         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4311         immediate, then expire all articles.
4312         (nnimap-update-info): Fix off-by-one errors.
4313         (nnimap-flags-to-marks): Would return no marks lists for group with no
4314         flags.  Instead return the other data.
4315
4316 2010-09-22  Julien Danjou  <julien@danjou.info>
4317
4318         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4319         Only return an icon.
4320         (gnus-group-insert-group-line): Compute icon to return.
4321
4322         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4323         (gnus-html-image-fetched): Only cache if
4324         gnus-html-image-automatic-caching is set.
4325         (gnus-html-image-fetched): Check for errors.
4326
4327 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328
4329         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4330         once per method on `g'.  This ensures that backends like nnfolder don't
4331         open all their folders.
4332
4333         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4334         (nnimap-request-list): Nix out group in the correct buffer.
4335         (nnimap-parse-flags): Implement by using `read' instead of
4336         hand-parsing.
4337         (nnimap-flags-to-marks): Pass on permanent-flags.
4338         (nnimap-make-process-buffer): Record the server name.
4339         (nnimap-parse-flags): Fix typo.
4340         (nnimap-request-scan): Run split on the server in general, not just a
4341         single group.
4342
4343         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4344         parameter, and propagate this downwards.
4345
4346         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4347         since EXAMINE changes it on the server.
4348
4349         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4350         this command might take a while.
4351
4352 2010-09-22  Julien Danjou  <julien@danjou.info>
4353
4354         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4355         harmful if you have 2 images side-by-side, they can't be properly
4356         update on text deletion.  Using text-property is safer here.
4357         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4358         data.
4359
4360 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361
4362         * nnimap.el (nnimap-expunge-inbox): Remove.
4363         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4364         (nnimap-expunge): Flip default to t.
4365
4366         * gnus.el (gnus-method-to-server): Don't push things to the cache
4367         unless it's unique.
4368         (gnus-server-to-method): Ditto.
4369
4370 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4371
4372         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4373
4374 2010-09-22  Julien Danjou  <julien@danjou.info>
4375
4376         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4377         get the start of data.
4378         (gnus-html-encode-url): Add this function to encode special chars in
4379         URL.
4380         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4381         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4382
4383         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4384         default.
4385         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4386
4387         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4388         images alt-text.
4389         (gnus-html-put-image): Put alt-text as help-echo.
4390
4391 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4392
4393         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4394         * mm-util.el (mm-decompress-buffer)
4395         * nnir.el (nnir-run-find-grep)
4396         * pop3.el (pop3-list): Use 3rd arg of split-string.
4397
4398         * time-date.el (format-seconds): Comment fix.
4399
4400         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4401         and byte-optimize-form-code-walker.
4402         (dgnushack-make-auto-load): Don't advise make-autoload.
4403
4404         * lpath.el: Remove Emacs 21 stuff.
4405
4406 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4407
4408         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4409         outside the active range.  Suggested by Dan Christensen.
4410
4411         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4412         slightly later to avoid double-getting it.
4413
4414         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4415         previous patch.
4416
4417         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4418
4419 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4420
4421         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4422
4423 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4424
4425         * gnus-int.el (gnus-open-server): Give a better error message in the
4426         "go offline" case.
4427
4428         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4429         marks for nnimap, which is seldom the right thing to do.
4430
4431         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4432         (gnus-same-method-different-name): New function.
4433
4434         * nnimap.el (parse-time): Require.
4435
4436         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4437         method in the presence of many similar methods.
4438
4439         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4440
4441         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4442         nnml-inhibit-expiry.
4443
4444         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4445         find out whether methods are equal.
4446
4447         * nnimap.el (nnimap-find-expired-articles): New function.
4448         (nnimap-process-expiry-targets): New function.
4449         (nnimap-request-move-article): Request the article before looking at
4450         what the Message-ID is.  Fix found by Andrew Cohen.
4451         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4452
4453         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4454         for oldness in addition to being a predicate.
4455
4456         * nnimap.el (nnimap-request-group): When we have zero articles, return
4457         the right data to Gnus.
4458         (nnimap-request-expire-articles): Only delete articles immediately if
4459         the target is 'delete.
4460
4461         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4462         method, this would bug out.
4463
4464         * gnus-group.el (gnus-group-expunge-group): Rename from
4465         gnus-group-nnimap-expunge, and implemented as a normal interface
4466         function.
4467
4468         * gnus-int.el (gnus-request-expunge-group): New function.
4469
4470         * nnimap.el (nnimap-request-create-group): Implement.
4471         (nnimap-request-expunge-group): New function.
4472
4473 2010-09-21  Julien Danjou  <julien@danjou.info>
4474
4475         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4476         (gnus-html-cache-expired): Add new function.
4477         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4478         wethever we should display image for fetch it.
4479         Compute alt-text earlier to pass it to the fetching function too.
4480         (gnus-html-schedule-image-fetching): Change function argument to only
4481         get one image at a time, not a list.
4482         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4483         cache.
4484         (gnus-html-get-image-data): New function to retrieve image data from
4485         cache.
4486         (gnus-html-put-image): Change buffer argument to use image data rather
4487         than file, and place image above region rather than inserting a new
4488         one.  Do not take alt-text as argument, since it's useless now: we place
4489         the image above alt-text.
4490         (gnus-html-prune-cache): Remove.
4491         (gnus-html-show-images): Start to fetch image when we find one, do not
4492         push into a temporary list.
4493         (gnus-html-prefetch-images): Only fetch image if they have expired.
4494         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4495         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4496
4497 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4500
4501 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502
4503         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4504         spec inser "*" if the group isn't active instead of 0.
4505
4506         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4507         opening the server.
4508         (nnimap-request-delete-group): Implement group deletion.
4509         (nnimap-transform-headers): Return the size of the entire message in
4510         the Bytes header, not just the size of the first part.
4511         (nnimap-request-move-article): When moving an article from nnimap,
4512         request the article first so the accepting form has an article to
4513         accept.  Reported by Dan Christensen.
4514         (nnimap-command): Make sure that the error message doesn't error out.
4515
4516 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4517
4518         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4519         we haven't requested anything.
4520
4521 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4522
4523         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4524         "".  Fix found by Andrew Cohen.
4525
4526         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4527         instead of -encode-string.
4528
4529 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4532
4533         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4534         by mm-subst-char-in-string.
4535
4536 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4537
4538         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4539         waiting for the connection string.
4540
4541         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4542         arriving.
4543
4544         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4545         bogus characters.  This allows selecting certain Gmail groups.
4546
4547         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4548         (nnimap-fetch-partial-articles): New variable.
4549         (nnimap-open-connection): When looking for credentials, also use the
4550         nnimap-server-port.
4551         (nnimap-request-article): Return the group/article number, so that Gnus
4552         `^' works as expected.
4553         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4554
4555         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4556         comments.
4557         (gnus-methods-sloppily-equal): New function.
4558         (gnus): When using the development version of Gnus, load the gnus-load
4559         file.
4560
4561         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4562         `gnus-open-server' on each method before trying to scan them etc.
4563         This ensures that all the backend parameters are set correctly.
4564
4565         * nnimap.el (nnimap-authenticator): New variable.
4566         (nnimap-open-connection): Allow anonymous login.
4567         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4568         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4569
4570         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4571         patch, found by Knut Anders Hatlen.
4572
4573 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4574
4575         * gnus-agent.el (gnus-agent-batch-confirmation)
4576         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4577         to gnus-message.
4578         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4579         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4580         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4581         * gnus-int.el (gnus-open-server): Likewise.
4582         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4583         (gnus-score-check-syntax): Likewise.
4584         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4585         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4586         Likewise.
4587         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4588
4589 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4590
4591         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4592         calling conventions so that prefetch doesn't bug out.
4593
4594 2010-09-19  Julien Danjou  <julien@danjou.info>
4595
4596         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4597         rather than `subst-char-in-region' in order to be able to replace ASCII
4598         char by UTF-8 ones.
4599
4600         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4601         than curl.
4602         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4603         the right URL and ALT text on images.
4604         (gnus-html-wash-tags): Fix tag case.
4605         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4606         (gnus-article-html): Add -o display_ins_del=2 option.
4607         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4608
4609 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4610
4611         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4612         the extra mail headers, which sometimes seem to happen for unknown
4613         reasons.
4614
4615         * mail-parse.el (mail-header-encode-parameter): Define as
4616         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4617         (or most, perhaps?) mail readers don't understand the latter, but do
4618         understand the former.
4619
4620         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4621         to nil, so that no methods are automatically agentized.  I think this
4622         is probably what most users want.
4623
4624         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4625         from url-retrieve, for instance about invalid URLs.
4626
4627         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4628         groups that have no articles.
4629         (nnimap-request-article): Check that we really got an article when we
4630         requested one.
4631
4632         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4633         doesn't exist.
4634
4635         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4636         nntp buffer so the agent can save it.
4637         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4638         that CRLF doesn't get translated to \n.
4639         (nnimap-open-connection): Don't make 'shell commands only send \n.
4640
4641 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4642
4643         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4644         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4645         Update var name.
4646         (nnml-generate-nov-file): Use dolist.
4647         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4648         Use with-current-buffer.
4649
4650 2010-09-18  Julien Danjou  <julien@danjou.info>
4651
4652         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4653         parallel.
4654
4655 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4656
4657         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4658         the range update right.
4659         (nnimap-request-group): Don't make `M-g' bug out on group with no
4660         marks.
4661         (nnoo): Require, so that other packages can require nnimap.
4662         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4663         command we're looking for.  This helps when the server sends more
4664         responses after we've gotten everything we expected.
4665         (nnimap): Add a `newlinep' field to keep track of end-of-line
4666         conventions.
4667         Don't send CRLF to things that don't want it.
4668         (nnimap-request-accept-article): Ditto.
4669
4670 2010-09-18  Julien Danjou  <julien@danjou.info>
4671
4672         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4673         than curl to retrieve images.
4674
4675 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4676
4677         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4678         the marks.
4679         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4680         (nnimap-wait-for-connection): New function.
4681         (nnimap-open-connection): If we have PREAUTH, don't query for login
4682         credentials.
4683         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4684         when doing a partial update.
4685
4686 2010-09-18  Julien Danjou  <julien@danjou.info>
4687
4688         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4689         tags.
4690
4691 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4692
4693         * nnimap.el (nnimap-credentials): New function.
4694         (nnimap-open-connection): Use the new function to look for credentials
4695         also on the numeric equivalents of "imap" and "imaps".
4696
4697         * gnus-start.el (gnus-activate-group): Send the info to
4698         gnus-request-group.
4699
4700         * nnimap.el (nnimap-request-group): Have the "check" version of the
4701         function parse flags and update the info, so that a `M-g' get a total
4702         resync of all flags from the group.
4703
4704         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4705         to allow backends to alter the info on group selection.  Also alter all
4706         the backend -request-group functions to take the parameter.
4707
4708         * nnimap.el (nnimap-store-info): New function.
4709         (nnimap-update-info): Store the info for later usage.
4710         (nnimap-request-group): Use the stored info for the dont-check case, so
4711         that we don't retrieve all marks when we enter a group.
4712
4713         * nnimap.el: Use deffoo instead of defun for interface functions.
4714
4715         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4716         update the group info.  This makes the nndraft groups, for instance, go
4717         back to their old behaviour.
4718
4719         * gnus-sum.el (gnus-select-newsgroup): Indent.
4720
4721         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4722         in.
4723         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4724         nothing.
4725
4726         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4727         from methods that are denied.
4728
4729         * gnus-int.el (gnus-method-denied-p): New function.
4730
4731         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4732         store the password instead of netrc.
4733         (nnimap-open-connection): Don't error out when we can't make a
4734         connections.
4735
4736         * auth-source.el (auth-source-create): In the password prompt, say what
4737         we're querying for.  Also prompt for user name if that hasn't been
4738         given.
4739
4740         * nnimap.el (nnimap-with-process-buffer): Remove.
4741
4742 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743
4744         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4745         method when we're reading from the agent.
4746
4747         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4748
4749         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4750         that's probably most useful for users.
4751
4752         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4753         "failed" all the time.
4754
4755         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4756         ...)) with (with-current-buffer ... ).
4757
4758         * nntp.el (nntp-open-server): Return whether the open was successful or
4759         not.
4760
4761         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4762         select an unread unseen article first.
4763
4764         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4765         /etc/services, supply some sensible port defaults.
4766
4767         * dgnushack.el: Define netrc-credentials.
4768
4769 2010-09-17  Julien Danjou  <julien@danjou.info>
4770
4771         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4772
4773 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4774
4775         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4776         doesn't have any parameters.
4777
4778 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4779
4780         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4781         only upcased checks.
4782
4783         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4784
4785         * nnimap.el (nnimap-open-shell-stream): New function.
4786         (nnimap-open-connection): Use it.
4787         (nnimap-transform-headers): Get the number of lines in each message.
4788         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4789         number of lines.
4790         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4791         problem.
4792
4793         * utf7.el (utf7-encode): Autoload.
4794
4795         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4796         to allow the mail splitting to not return a default group.  This is
4797         useful for nnimap, which will leave unmatched mail in the inbox.
4798
4799         * nnimap.el: Rewritten.
4800
4801         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4802         nnimap usage.
4803
4804         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4805         if the move is internal, so that nnimap can do fast internal moves.
4806
4807         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4808         data.
4809         (gnus-read-active-for-groups): Support finishing the early retrieval of
4810         data.
4811
4812         * gnus-range.el (gnus-range-nconcat): New function.
4813
4814         * gnus-int.el (gnus-finish-retrieve-group-infos)
4815         (gnus-retrieve-group-data-early): New functions.
4816
4817 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4818
4819         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4820         (nnrss-retrieve-groups):
4821         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4822         (pop3-quit): Use with-current-buffer.
4823
4824 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4827         instead of nnheader-accept-process-output.
4828
4829         * dgnushack.el (dgnushack-compile): Add comment.
4830
4831         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4832
4833         * gnus-html.el (gnus-html-schedule-image-fetching)
4834         (gnus-html-prefetch-images): Replace process-kill-without-query by
4835         gnus-set-process-query-on-exit-flag.
4836
4837 2010-09-16  Romain Francoise  <romain@orebokech.com>
4838
4839         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4840
4841 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842
4843         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4844         parameter to unintern is mandatory-ish in Emacs 24.
4845
4846         * gnus-html.el (gnus-html-schedule-image-fetching)
4847         (gnus-html-prefetch-images): Check for curl before using it.
4848
4849         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4850         depend on curl, which isn't essential.
4851
4852         * imap.el: Revert back to version
4853         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4854         seem problematic.
4855
4856 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4857
4858         * gnus-registry.el (gnus-registry-install-shortcuts):
4859         Explicitly pass `obarray' to `unintern' to avoid a warning.
4860
4861 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4862
4863         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4864         change.
4865
4866         * nnrss.el (nnrss-request-list): Remove this function and related
4867         functions, including the moreover stuff.
4868
4869 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4870
4871         * nnrss.el (nnrss-retrieve-groups): New function.
4872
4873 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4874
4875         * .dir-locals.el: Add no-byte-compile cookie.
4876
4877 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * time-date.el (format-seconds): Comment fix.
4880
4881         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4882         for back end that doesn't support request-scan.
4883
4884 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4885
4886         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4887         then do request scans from the backends.
4888
4889         * netrc.el (netrc-credentials): New conveniency function.
4890
4891         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4892         avoid running a hook per line, since this takes a lot of time,
4893         profiling shows.
4894         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4895         directly if gnus-visual-p is true.
4896
4897 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4898
4899         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4900         groups; replace mapcar with dolist which is a bit faster; pass groups
4901         info to gnus-read-active-file-1.
4902         (gnus-read-active-file-1): Scan only specified groups if the new
4903         optional arg `infos' is given.
4904
4905 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4906
4907         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4908
4909         * pop3.el (pop3-movemail): Remove.
4910         (pop3-streaming-movemail): Rename to pop3-movemail.
4911
4912         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4913         don't restrict end-tag searches to the end of the line.
4914
4915 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4918         articles of every unchecked group to t, which means unknown since the
4919         server has never been opened.
4920
4921 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922
4923         * gnus-html.el (gnus-html-show-alt-text): New command.
4924         (gnus-html-browse-image): Ditto.
4925         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4926         to browse the image directly.
4927         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4928         better.
4929
4930         * gnus-async.el (gnus-async-article-callback):
4931         Call `gnus-html-prefetch-images' unconditionally.
4932
4933         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4934         before feeding URLs to curl.
4935
4936 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4939         internal images as deletable by `W D D'.
4940
4941         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4942         (gnus-async-article-callback): Fix typo.
4943
4944 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4945
4946         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4947         current line to work around bugs in the output from w3m.
4948
4949         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4950         for groups that want that.
4951
4952         * nntp.el (nntp-wait-for-string): Supply a timeout for
4953         accept-process-output to ensure progress.
4954
4955         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4956         level to get unread articles from, then use that for foreign groups,
4957         too.
4958
4959         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4960         confuses the rest of the function.
4961
4962         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4963         for the methods that support -retrieve-groups, too.
4964
4965         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4966
4967 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4968
4969         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4970         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4971
4972         * pop3.el: Require cl when compiling.
4973         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4974
4975 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4976
4977         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4978         that aren't going to be activated.
4979         (gnus-get-unread-articles): Fix up the last commit.
4980
4981         * gnus-html.el (gnus-article-html): Allow calling without specifying
4982         the handle.  In that case, dissect the buffer first.
4983
4984         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4985
4986         * nnimap.el (nnimap-open-connection): Revert the change that would look
4987         into authinfo for imaps instead of imap.
4988
4989         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4990         say that you don't want to call gnus-request-group with don-check, but
4991         do check the reponse.  This is for virtual groups only.
4992         (gnus-get-unread-articles): Count the archive groups as secondary, so
4993         that they're activated the same way as before.
4994
4995         * imap.el (imap-message-map): Removed optional buffer parameter, since
4996         no callers use it.
4997         (imap-message-get): Ditto.
4998         (imap-message-put): Ditto.
4999         (imap-mailbox-map): Ditto.
5000         (imap-mailbox-put): Ditto.
5001         (imap-mailbox-get): Ditto.
5002         (imap-mailbox-get): Revert last change for this function.
5003
5004         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5005         case-insensitively.
5006         (nnimap-debug): Remove.
5007
5008         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5009         to use `imap-fetch' instead.  According to the comments, this should be
5010         safe, since all other IMAP clients use the 1:* syntax.
5011         (imap-enable-exchange-bug-workaround): Removed.
5012         (imap-debug): Removed -- doesn't seem very useful.
5013
5014         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5015         mail from a file, and the file doesn't exist.
5016
5017         * imap.el (imap-log): New convenience function used throughout instead
5018         of repeating the same code all over the place.
5019
5020         * pop3.el (pop3-streaming-movemail): Return t for success.
5021
5022         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5023         .authinfo if we're using ssl connection.
5024
5025         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5026         already have if we're in a main Gnus `g' run.
5027
5028         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5029
5030 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5033
5034         * nnmh.el (nnmh-request-list-1): Bind `file'.
5035
5036         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5037         alias to set-process-query-on-exit-flag or process-kill-without-query.
5038         (pop3-open-server): Use it.
5039
5040 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5041
5042         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5043         box to the Incoming file.  Fixes mistake in previous checkin.
5044
5045         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5046         request loop (for debugging purposes) removed.
5047
5048         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5049         culprit is more visible.
5050         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5051         (nnml-add-incremental-nov): New functions to do "incremental" nov
5052         updates, where we just append to the end of the existing nov files
5053         without reading/writing them in full.
5054
5055         * mail-source.el (mail-source-delete-crash-box): Really only check the
5056         incoming files once in a while.
5057
5058         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5059
5060         * mail-source.el (mail-source-delete-crash-box): Only check the
5061         incoming files for deletion once per day to save a lot of file
5062         accesses.
5063
5064         * pop3.el (pop3-logon): Fix up unbound variable typo.
5065
5066         * mail-source.el (pop3-streaming-movemail): Autoload.
5067
5068         * pop3.el (pop3-streaming-movemail):
5069         Respect pop3-leave-mail-on-server.
5070
5071         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5072         retrieval.
5073
5074         * pop3.el (pop3-process-filter): Remove unused function.
5075         (pop3-streaming-movemail, pop3-send-streaming-command)
5076         (pop3-wait-for-messages, pop3-write-to-file)
5077         (pop3-number-of-responses): New functions for streaming pop3
5078         retrieval.
5079
5080         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5081         come from no known methods.
5082         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5083         list.
5084
5085         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5086         message sizes.
5087         (pop3-movemail): Use erase-buffer instead of looping and deleting
5088         regions, which seems rather odd.
5089
5090         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5091         file once per `g' run.
5092
5093         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5094         directories.  This makes the draft queue directory work.
5095
5096         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5097         data from the backends, so that we only request the list of groups from
5098         each method once.  This should speed things up considerably.
5099
5100         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5101         detect that it's not implemented.
5102
5103         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5104         we actually do recurse down into the tree, but don't stat all leaf
5105         nodes.
5106
5107         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5108         then say so instead of bugging out.
5109
5110         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5111         files exist before trying to read them.
5112
5113         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5114         around <pre_int>.
5115
5116         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5117
5118         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5119
5120 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5121
5122         * mm-util.el (mm-image-load-path): Just return the image directories,
5123         not all directories in the path in addition to the image directories.
5124         (mm-image-load-path): Maintain a cache of the image directories so that
5125         the `g' command in Gnus doesn't have to stat dozens of directories each
5126         time.
5127
5128         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5129         (gnus-html-wash-tags): Add a new `i' command to insert images.
5130         (gnus-html-insert-image): New command and keystroke.
5131         (gnus-html-redisplay-with-images): New command and keystroke.
5132         (gnus-html-show-images): Rename command.
5133         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5134         spacers.
5135         (gnus-html-wash-tags): Decode entities at the end, so that entities
5136         inside the tags don't mess up the rest of the "parsing".
5137
5138         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5139         so that nnimap methods aren't agentized by default.  There's apparently
5140         many problems related to agent/imap behaviour.
5141
5142         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5143
5144         * gnus-html.el: Doc fix.
5145
5146 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5149         specifier-spec-list for Emacs 21.
5150
5151         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5152         glyph-width and glyph-height instead of display-graphic-p and
5153         image-size; make avoidance of displaying small images work for XEmacs.
5154
5155         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5156         for XEmacs.
5157
5158         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5159         of symbol that holds plist data.
5160         (gnus-process-plist): Remove plist of process after getting it.
5161
5162 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5163
5164         * message.el (message-generate-hashcash): Change default to
5165         'opportunistic if hashcash is installed.
5166
5167         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5168         (gnus-html-put-image): Only call image-size once, since it's somewhat
5169         time-consuming on remote X servers.
5170
5171 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5174         type on data, not a file name.
5175
5176         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5177         window-pixel-edges for Emacs 21.
5178
5179         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5180         decoded contents.
5181         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5182
5183 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5184
5185         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5186         group line format, since it isn't very interesting.
5187
5188         * gnus-agent.el (gnus-agent-short-article),
5189         (gnus-agent-long-article): Increase values for these two variables,
5190         since most people are likely to have more network connection and
5191         storage than before.
5192
5193         * gnus.el (gnus-refer-article-method): Change default to 'current.
5194         When referring an article, the common behaviour is to refer it from the
5195         current select method, not the native select method.  The chances of
5196         the native select method having the message in question is rather slim
5197         these days.
5198
5199         * gnus-sum.el (gnus-auto-select-subject): Change default to
5200         `unseen-or-unread'.  I think it's likely that most people want to
5201         select an unseen article over a previously seen, but unread one.
5202
5203         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5204         means that in the article buffer none of the minor mode elements will
5205         be shown, usually, and this is not desirable in most cases.
5206
5207         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5208         that commands like `d' (and the like) go to the next line in the
5209         buffer, instead of the next unread article.  I think this is the
5210         behaviour that is most natural for most users.
5211         (gnus-single-article-buffer): Change default to nil, so that people can
5212         have as many article buffers open as they have summary buffer.  I think
5213         this is the most natural way for the groups to behave.
5214
5215         * message.el (message-generate-new-buffers): Change default to
5216         `unsent', so that all new message buffers start their names with the
5217         string "*unsent", and it's easier to find the buffers if you move from
5218         them.
5219
5220 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5221
5222         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5223         small.  They're probably tracking images.
5224         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5225         (gnus-html-rescale-image): Yet another try at getting the image sizing
5226         right.
5227
5228         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5229         nntp-marks-file-name is nil.
5230
5231 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5232
5233         * gnus-html.el (gnus-html-wash-tags)
5234         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5235         Better logging.
5236
5237 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5238
5239         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5240
5241         * gnus-html.el (gnus-html-wash-tags): Check the value of
5242         gnus-blocked-images in the summary buffer.
5243
5244 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5245
5246         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5247
5248 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249
5250         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5251         like "a", it seems like.
5252         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5253         since it needs to be picked from the correct buffer.
5254
5255         * nnwfm.el: Remove.
5256
5257         * nnlistserv.el: Remove.
5258
5259 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5260
5261         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5262         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5263
5264 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5265
5266         * nnkiboze.el: Remove.
5267
5268         * nndb.el: Remove.
5269
5270         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5271         alt text.
5272         (gnus-html-rescale-image): Try to get the rescaling logic right for
5273         images that are just wide and not tall.
5274
5275         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5276         overshadow variable bindings.
5277
5278 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5279
5280         * gnus-html.el (gnus-html-wash-tags)
5281         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5282         Add extra logging.
5283
5284 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5285
5286         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5287         (gnus-max-image-proportion): New variable.
5288         (gnus-html-rescale-image): New function.
5289         (gnus-html-put-image): Rescale images.
5290
5291 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5292
5293         Fix up some byte-compiler warnings.
5294         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5295         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5296         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5297         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5298         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5299         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5300         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5301
5302 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-html.el (gnus-article-html): Decode contents by charset.
5305
5306 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5309         (gnus-html-frame-width, gnus-blocked-images)
5310         * message.el (message-prune-recipient-rules): Add custom version.
5311         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5312
5313         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5314         functions.
5315
5316         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5317         gnus-process-get.
5318
5319 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5320
5321         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5322         instead of lsub directly.
5323
5324 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5325
5326         * nnwarchive.el: Remove.
5327
5328         * gnus-soup.el: Remove.
5329
5330         * nnsoup.el: Remove.
5331
5332         * nnultimate.el: Remove.
5333
5334         * gnus-html.el (gnus-blocked-images): New variable.
5335
5336         * message.el (message-prune-recipients): New function.
5337         (message-prune-recipient-rules): New variable.
5338
5339         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5340         guess whether a long line is natural text or not.
5341
5342         * gnus-html.el (gnus-html-schedule-image-fetching):
5343         Use gnus-process-plist and friends for compatibility.
5344
5345 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5346
5347         * gnus-html.el: Require packages that define macros used in this file.
5348         (gnus-article-mouse-face): Declare to silence byte-compiler.
5349         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5350         process-get.
5351         (gnus-html-put-image): Use plist-get to avoid getf.
5352         (gnus-html-prefetch-images): Use with-current-buffer.
5353
5354 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * gnus-ems.el: Provide compatibility functions for
5357         gnus-set-process-plist.
5358
5359         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5360         header-line-format for XEmacs 21.4.
5361
5362         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5363         * gnus.el (gnus-valid-select-methods)
5364         * message.el (message-send-mail-partially-limit)
5365         * mm-decode.el (mm-text-html-renderer)
5366         * mml.el (mml-insert-mime-headers-always)
5367         * smiley.el (smiley-regexp-alist): Bump custom version.
5368
5369 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5370
5371         * gnus-html.el: require mm-url.
5372         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5373         with the url to `url'.
5374         (gnus-html-wash-tags): Support cid: URLs/images.
5375
5376 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377
5378         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5379         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5380         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5381
5382         * gnus-move.el: Remove file, since it doesn't really work.
5383
5384         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5385         UTF-8.  This seems to fix problems with some German web feeds.
5386
5387         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5388         at the top so that the proper colours are applied.
5389
5390         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5391         don't have dots in their names.
5392
5393         * gnus-art.el (gnus-article-view-part): Doc fix.
5394
5395         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5396         XEmacs-compatible.
5397         (gnus-html-put-image): Don't do images on non-graphic displays.
5398
5399         * nnslashdot.el: Remove this unused backend.
5400
5401         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5402         actions.
5403         (gnus-undo-register-1): Revert last change.
5404
5405         * gnus-group.el (gnus-group-completing-read): Protect against not
5406         having completion-styles bound.
5407
5408         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5409         make broken recipients happier.
5410
5411         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5412
5413         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5414         point parameter.
5415
5416         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5417
5418         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5419         completion-styles for group selection.
5420
5421 2009-02-04  Andreas Schwab  <schwab@suse.de>
5422
5423         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5424         headers and regexp-quote the match if necessary.
5425
5426 2009-03-24  Miles Bader  <miles@gnu.org>
5427
5428         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5429         the blinking smiley.
5430
5431 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5432
5433         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5434         blink smiley.
5435
5436 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5439         where the dribbel file lives exists.
5440
5441         * message.el (message-send-mail-partially-limit): Change the default to
5442         nil, since most people don't want this.
5443
5444         * mm-url.el (mm-url-decode-entities): Also decode entities like
5445         &#x3212.
5446
5447 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5448
5449         * gnus-sum.el (gnus-summary-idna-message):
5450         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5451         Hyperlink urls in docstrings with URL `...'.
5452
5453 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5454
5455         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5456         functions.
5457
5458 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459
5460         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5461         say what the mouseover text should be.
5462
5463         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5464         version of the mm-w3m-safe-url-regexp variable to only download images
5465         in the groups where we want that to happen.
5466
5467         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5468
5469         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5470         easier debugging.
5471         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5472         big pictures in the article buffer.
5473
5474         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5475         gnus-article-html.
5476         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5477         w3m.
5478
5479         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5480
5481 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5482
5483         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5484         which doesn't exist.
5485
5486         * message.el (message-inhibit-ecomplete): New variable to allow some
5487         function to inhibit ecomplete address storage.
5488         (message-resend): Disable ecomplete message storage when resending
5489         messages.
5490
5491         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5492
5493 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5496         Save excursion while copying, moving, and deleting articles in order to
5497         prevent the cursor from jumping to unforeseen place.
5498
5499 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * lpath.el: No need to bind bookmark-current-buffer,
5502         bookmark-yank-point and bookmark-make-record-function.
5503
5504 2010-08-17  Glenn Morris  <rgm@gnu.org>
5505
5506         * gnus-sync.el: Require gnus components whose functions are used.
5507
5508         * gnus-art.el (bookmark-make-record-function):
5509         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5510         Declare for compiler.
5511
5512         * mm-url.el (mml-compute-boundary): Autoload.
5513
5514 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5517
5518 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5519
5520         Typo fix "hoo4a" -> "hook".
5521
5522         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5523
5524 2010-08-14  Glenn Morris  <rgm@gnu.org>
5525
5526         * gnus-sync.el (gnus-sync): Fix defgroup version.
5527
5528 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5529
5530         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5531
5532         * gnus-sync.el: Fix docs.
5533         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5534         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5535
5536 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5537
5538         Optimizations for gnus-sync.el.
5539
5540         * gnus-sync.el: Add docs about gnus-sync-backend
5541         possibilities.
5542         (gnus-sync-save): Remove unnecessary message.
5543         (gnus-sync-read): Optimize and show what groups were skipped.
5544
5545 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5546
5547         Minor bug fixes for gnus-sync.el.
5548
5549         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5550         Don't read the sync on get-new-news.
5551
5552         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5553         quiet.
5554
5555         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5556         (fix typo).
5557
5558 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5559
5560         Make saving and restoring of hidden threads work with overlays.
5561         Patch applied by Ted Zlatanov.
5562
5563         * gnus-sum.el (gnus-hidden-threads-configuration)
5564         (gnus-restore-hidden-threads-configuration): Update to deal with text
5565         properties, rather than searching for a magic character.
5566
5567 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5568
5569         New gnus-sync.el library for synchronization of marks.
5570
5571         * gnus-sync.el: New library for synchronization of marks.
5572
5573         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5574         renamed from `gnus-registry-grep-in-list'.
5575
5576         * gnus-registry.el (gnus-registry-follow-group-p):
5577         Use `gnus-grep-in-list'.
5578
5579         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5580
5581 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5584         determining charset of text fails.
5585
5586 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * nnmail.el (nnmail-get-new-mail-1): Revert.
5589
5590         * nnml.el (nnml-active-number): Make sure names of newly created groups
5591         in nnml-group-alist are encoded.
5592
5593 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5596         containing non-ASCII characters in active file for nnml back end.
5597
5598 2010-07-24  David Engster  <dengste@eml.cc>
5599
5600         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5601         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5602
5603 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5604
5605         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5606         tag (Bug#6654).
5607
5608 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5611         the article buffer, not the summary buffer.
5612
5613 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5616         Emacs 23 as well.
5617
5618 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5621         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5622
5623 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5624
5625         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5626         Patch applied by Karl Fogel.
5627
5628         * gnus-sum.el (gnus-summary-bookmark-make-record):
5629         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5630
5631 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5632
5633         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5634         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5635         C-w still not working correctly from Article buffers; Thierry's
5636         patch to fix that will be applied after this.
5637
5638         * gnus-art.el (bookmark-make-record-function): New local variable.
5639
5640         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5641         article buffer.
5642         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5643
5644 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5645
5646         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5647         on changes in bookmark.el.
5648
5649 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5652         `no-log' instead of message not to log prompt string.
5653
5654 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5655
5656         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5657         the *other* type of HTML form submission.
5658
5659 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5660
5661         * auth-source.el (auth-source-pick): If choice does not contain a
5662         questioned keyword, set the check to t.
5663
5664 2010-06-12  Romain Francoise  <romain@orebokech.com>
5665
5666         * gnus-util.el (gnus-date-get-time): Move up before first use.
5667
5668 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5669
5670         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5671         (gnus-article-edit-part): Bind it to make last part that is substituted
5672         or deleted visible.
5673         (gnus-mime-display-single): Buttonize part of which id equals to
5674         gnus-mime-buttonized-part-id.
5675
5676 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5677
5678         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5679         (gnus-dd-mmm): Use gnus-date-get-time.
5680         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5681         simplify logic.
5682         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5683         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5684
5685 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5686
5687         * auth-source.el (top): Autoload `secrets-list-collections',
5688         `secrets-create-item', `secrets-delete-item'.
5689         (auth-sources): Fix tag string.
5690         (auth-get-source, auth-source-retrieve, auth-source-create)
5691         (auth-source-delete): New defuns.
5692         (auth-source-pick): Rewrite in order to avoid 2 passes.
5693         (auth-source-forget-user-or-password): New parameter USERNAME.
5694         (auth-source-user-or-password): New parameters CREATE-MISSING and
5695         DELETE-EXISTING.  Retrieve password interactively, if needed.
5696
5697 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5698
5699         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5700         deleting unused directories when gnus-expert-user is t.
5701
5702 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5705         for each temp file when gnus-article-browse-delete-temp is ask.
5706
5707 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5708
5709         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5710         Lisp calls to delete-backward-char by calls to delete-char.
5711
5712 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5713
5714         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5715
5716 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5717
5718         * password-cache.el (password-cache-remove): Fix docstring.
5719
5720 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5723         article unless decoding article to be saved.
5724
5725 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5728         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5729         generated within the mm-with-unibyte-current-buffer macro.
5730
5731 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5734         to nil when we're in a mml-preview buffer and no group is selected.
5735
5736 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5737
5738         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5739         when catching the `C-g'.  Reported by "Leo".
5740
5741 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * message.el (message-forward-make-body-plain)
5744         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5745         multibyte-string-p.
5746
5747         * lpath.el: Revert.
5748
5749 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * message.el (message-forward-make-body-mml): Assume original message
5752         is multibyte string; error on unibyte.
5753         (message-forward-make-body-plain): Ditto; don't add excessive newline
5754         in body end.
5755
5756         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5757
5758 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5759
5760         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5761         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5762
5763 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * mm-extern.el (mm-extern-url): Don't use
5766         mm-with-unibyte-current-buffer.
5767         (mm-extern-cache-contents): Use with-current-buffer instead of
5768         save-excursion + set-buffer.
5769
5770 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * mm-util.el (mm-emacs-mule): Remove.
5773
5774 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5775
5776         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5777         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5778         change.
5779
5780 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5783         bind the default value of enable-multibyte-characters to nil.
5784
5785 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * message.el (message-forward-make-body-plain)
5788         (message-forward-make-body-mml):
5789         Don't use mm-with-unibyte-current-buffer.
5790
5791 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5792
5793         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5794
5795 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5796
5797         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5798         (Bug#5592).
5799
5800 2010-05-07  Julien Danjou  <julien@danjou.info>
5801
5802         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5803         it to mm-pipe-part.
5804
5805         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5806         it is given.
5807
5808 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * binhex.el (binhex-decode-region-internal)
5811         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5812         (dns-query)
5813         * nnweb.el (nnweb-gmane-search)
5814         * pgg-parse.el (pgg-parse-armor)
5815         * pgg.el (pgg-verify-region)
5816         * sha1.el (sha1-string-external)
5817         * uudecode.el (uudecode-decode-region-internal)
5818         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5819         XEmacs.
5820
5821         * gnus-art.el (gnus-article-browse-html-parts)
5822         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5823         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5824         make-temp-file.
5825
5826         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5827         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5828         compiling.
5829
5830         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5831         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5832         XEmacs when compiling.
5833
5834         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5835         gnus-pick-mode-off-hook for XEmacs when compiling.
5836         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5837         gnus-binary-mode-off-hook for XEmacs when compiling.
5838
5839         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5840         Return nil if char-charset is not available.
5841
5842         * imap.el (imap-disable-multibyte)
5843         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5844         macros.
5845
5846         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5847         instead of encode-coding-string.
5848
5849         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5850         'xemacs) instead of mm-emacs-mule to switch function definitions.
5851         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5852
5853         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5854         bind temporary-file-directory for XEmacs;
5855         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5856         timer-set-function for XEmacs 21.4 and SXEmacs;
5857         bind timer-list for XEmacs 21.4 and SXEmacs;
5858         fbind char-charset and find-charset-region for non-Mule XEmacs;
5859         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5860         encode-coding-region and encode-coding-string for XEmacs having no
5861         file-coding feature.
5862
5863 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5864
5865         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5866
5867 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5870         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5871
5872 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5873
5874         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5875         alias `jka-compr-delete-temp-file' no longer exists.
5876
5877 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5878
5879         Use define-minor-mode in Gnus where applicable.
5880         * mml.el (mml-mode): Use define-minor-mode.
5881         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5882         (gnus-undo-mode): Use define-minor-mode.
5883         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5884         (gnus-dead-summary-mode): Use define-minor-mode.
5885         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5886         Initialize in declaration.
5887         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5888         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5889         (gnus-mailing-list-mode): Use define-minor-mode.
5890         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5891         (gnus-draft-mode): Use define-minor-mode.
5892         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5893         (gnus-dired-mode): Use define-minor-mode.
5894
5895 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5896
5897         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5898         handles on recursive mml-to-mime translation and check them for
5899         boundary delimiter collisions.  Reported by Greg Troxel.
5900
5901 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5902
5903         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5904
5905 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5906
5907         * mm-util.el (mm-find-buffer-file-coding-system):
5908         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5909
5910 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5911
5912         * message.el (message-generate-headers): Record insertion of optional
5913         headers as well.  Otherwise the check to prevent repeated insertion of
5914         optional headers is a no-op.
5915
5916 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5917
5918         * smime.el: Don't mention CVS.
5919
5920         * nnrss.el (nnrss-fetch): Don't mention CVS.
5921
5922         * nnir.el: Don't mention CVS.
5923
5924 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5925
5926         * gnus-sum.el (gnus-summary-bookmark-make-record):
5927         Add `location' field.
5928
5929 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * lpath.el: Fbind bookmark-default-handler,
5932         bookmark-get-bookmark-record, bookmark-make-record-default,
5933         bookmark-prop-get for Emacs <23 and XEmacs.
5934
5935 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5936
5937         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5938         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5939         Use with-current-buffer to silence the byte-compiler.
5940         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5941         bother to require `gnus'.
5942         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5943
5944 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5945
5946         * gnus-sum.el (gnus-summary-bookmark-make-record)
5947         (gnus-summary-bookmark-jump): New functions.
5948         (gnus-summary-mode): Setup bookmark support.
5949
5950 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5951
5952         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5953         if set.
5954
5955 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5958         gnus-article-browse-html-save-cid-image; make it work recursively for
5959         forwarded messages as well.
5960         (gnus-article-browse-html-parts): Work when prefix arg is given.
5961         (gnus-article-browse-html-article): Doc fix.
5962
5963 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5964
5965         * message.el (message-default-mail-headers):
5966         (message-default-headers): Carry the value mail-default-headers over
5967         into message-default-mail-headers, rather than message-default-headers.
5968
5969 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5970
5971         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5972         charset.
5973
5974         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5975         charset into the <meta> tag when the article is encoded to utf-8.
5976
5977 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * gnus-art.el (gnus-article-browse-delete-temp-files):
5980         Delete directories as well.
5981         (gnus-article-browse-html-parts): Work for images that do not specify
5982         file names; delete temp directory when quitting; insert header at the
5983         right place; use file: scheme for image files.
5984
5985 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5986
5987         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5988         (gnus-article-browse-html-parts): Use it to make temporary cid image
5989         files in addition to html file so that browser may display them.
5990
5991 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5992
5993         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5994
5995 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5996
5997         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5998
5999 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6000
6001         * auth-source.el (auth-sources): Change default to be simpler.
6002         Explain about Secret Service API sources.  Improve Customize options.
6003         (auth-source-pick): Change to accept any number of search parameters.
6004         Implement fallbacks iteratively, not recursively.  Add scoring on the
6005         second pass and sort by score.  Call Secret Service API when needed.
6006         (auth-source-user-or-password): Use it.  Call Secret Service API
6007         directly when needed to get the user name and the password.
6008
6009 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6010
6011         * message.el (message-interactive): Doc fix.
6012         (message-qmail-inject-args): Reflow.
6013         (message-kill-to-signature): Fix typo in docstring.
6014
6015         * smiley.el (smiley-buffer): Fix typo in docstring.
6016
6017 2010-03-24  Glenn Morris  <rgm@gnu.org>
6018
6019         * mail-source.el (gnus-message): Declare.
6020         (mail-source-delete-old-incoming): Require gnus-util.
6021
6022 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6025
6026         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6027
6028         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6029         password-cache's default if it is not bound.
6030         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6031         password-cache-expiry's default if it is not bound.
6032
6033         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6034         available in Emacs 21.
6035
6036         * lpath.el: Suppress compiler warnings for:
6037         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6038         XEmacs;
6039         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6040         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6041         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6042
6043 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6044
6045         * auth-source.el (auth-sources): Fix up definition so extra parameters
6046         are always inline.
6047
6048 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6049
6050         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6051         wasn't updated after mismatch.  Clear cached mailbox info correctly
6052         when uidvalidity changes.
6053         (nnimap-group-prefixed-name): New function to avoid some code
6054         duplication.
6055         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6056         (nnimap-request-group): Use it.
6057         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6058         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6059         with many imap folders.  This is done by caching the group status from
6060         the imap server persistently in a group parameter `imap-status'.  (This
6061         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6062         but not persistently, so every Gnus startup was still very slow.)
6063
6064 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6065
6066         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6067         delete the extra newline.  Otherwise editing of :string and :number
6068         types don't work.
6069
6070 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6071
6072         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6073         secrets.el dependency.
6074         (auth-sources): Add optional user name.  Add secrets.el configuration
6075         choice (unused right now).
6076
6077 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6078
6079         * gnus-sum.el (gnus-summary-make-menu-bar):
6080         Let `gnus-registry-install-shortcuts' fill in the functions.
6081
6082         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6083         warnings.
6084         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6085         (gnus-registry-install-shortcuts): Populate and use it in a
6086         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6087
6088 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6089
6090         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6091         In-place substitutions for the group name encoding/decoding.
6092         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6093         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6094         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6095         (nnimap-update-unseen, nnimap-request-list)
6096         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6097         (nnimap-request-set-mark, nnimap-split-to-groups)
6098         (nnimap-split-articles, nnimap-request-newgroups)
6099         (nnimap-request-create-group, nnimap-request-accept-article)
6100         (nnimap-request-delete-group, nnimap-request-rename-group)
6101         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6102         `encoded-mbx' for consistency.
6103         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6104         variable `imap-current-mailbox'.
6105
6106         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6107         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6108
6109 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6110
6111         * pop3.el (pop3-display-message-size-flag): Display message size byte
6112         counts during POP3 download.
6113         (pop3-movemail): Use it.
6114         (pop3-list): Implement listing of available messages.
6115
6116 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6117
6118         * nnir.el (nnir-get-article-nov-override-function): New function to
6119         override the normal NOV retrieval.
6120         (nnir-retrieve-headers): Use it.
6121
6122 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6123
6124         * auth-source.el (netrc-machine-user-or-password): Autoload.
6125
6126 2010-03-19  Glenn Morris  <rgm@gnu.org>
6127
6128         Stop message.el from loading about 40 libraries it doesn't always need.
6129         The general approach is to autoload rather than require, and to
6130         require in the specific functions rather than the file.  (Bug#5642)
6131
6132         * gmm-utils.el: Don't require wid-edit.
6133         (widget-create-child-value, widget-convert, widget-default-get):
6134         Autoload.
6135
6136         * gnus-util.el: Don't require time-date, netrc.
6137         (message-fetch-field, gnus-group-name-decode): Declare rather than
6138         autoloading.
6139         (gnus-fetch-field): Require message.
6140         (gnus-decode-newsgroups): Require gnus-group.
6141
6142         * ietf-drums.el: Don't require time-date.
6143
6144         * message.el: Don't require hashcash, canlock, ecomplete.
6145         Do require mail-utils.  Require nnheader only when compiling.
6146         (smtpmail-default-smtp-server): Remove declaration.
6147         (message-send-mail-function): Check smtpmail-default-smtp-server
6148         is bound rather than requiring smtpmail.
6149         (message-auto-save-directory, message-insert-signature):
6150         Use expand-file-name rather than nnheader-concat.
6151         (nnheader-insert-file-contents): Autoload.
6152         (hashcash-wait-async): Declare.
6153         (message-send-mail): Only call gnus-setup-posting-charset if
6154         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6155         (message-send-mail-with-sendmail): Require sendmail.
6156         (canlock-password, canlock-password-for-verify): Declare.
6157         (message-canlock-password): Require canlock.
6158         (nnheader-get-report): Autoload.
6159         (gnus-setup-posting-charset): Declare.
6160         (message-send-news): Require gnus-msg.
6161         (message-make-references, message-make-in-reply-to): Use mail-header-id
6162         rather than the alias mail-header-message-id.
6163         (ecomplete-add-item, ecomplete-save): Declare.
6164         (message-put-addresses-in-ecomplete): Require ecomplete.
6165         (ecomplete-display-matches): Autoload.
6166
6167         * mm-decode.el: Don't require mailcap, gnus-util.
6168         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6169         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6170         Autoload.
6171         (mailcap-mime-extensions): Declare.
6172
6173         * mm-encode.el: Don't require mailcap.
6174         (mailcap-extension-to-mime): Autoload.
6175
6176         * mml-sec.el: Don't require password-cache.
6177
6178         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6179         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6180         (mml-minibuffer-read-type): Require mailcap.
6181         (mml-preview): Require gnus-msg.
6182
6183         * mml1991.el: Require password-cache.
6184         (password-cache-expiry): Remove declaration.
6185
6186         * mml2015.el: Require password-cache.
6187         (password-cache-expiry): Remove declaration.
6188
6189         * nneething.el (mailcap): Require mailcap.
6190
6191         * nnheader.el (declare-function): Add compatibility stub.
6192         (message-remove-header): Declare rather than autoload.
6193         (nnheader-replace-header): Require message.
6194
6195         * nnimap.el (declare-function): Add compatibility stub.
6196         (netrc-parse, netrc-machine-user-or-password): Declare.
6197         (nnimap-open-connection): Require netrc.
6198
6199         * nntp.el (declare-function): Add compatibility stub.
6200         (netrc-parse, netrc-machine, netrc-get): Declare.
6201         (nntp-send-authinfo): Require netrc.
6202
6203         * rfc2047.el: Don't require qp.
6204         (quoted-printable-encode-region, quoted-printable-decode-string):
6205         Autoload.
6206
6207         * sieve-mode.el: Don't require easymenu.
6208         (easy-menu-add-item): Autoload it.
6209
6210         * spam-stat.el (time-to-number-of-days): Autoload it.
6211
6212 2010-03-19  Glenn Morris  <rgm@gnu.org>
6213
6214         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6215
6216 2010-03-18  Glenn Morris  <rgm@gnu.org>
6217
6218         * hashcash.el (declare-function): Remove duplicate definition.
6219
6220 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6221
6222         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6223         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6224         value if any backslash escapes).
6225
6226 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6229         if it is available.  (bug#5647)
6230
6231         * lpath.el: Suppress compiler warning for coding-system-from-name for
6232         Emacs 21 and XEmacs.
6233
6234 2010-03-14  Juri Linkov  <juri@jurta.org>
6235
6236         * hmac-def.el:
6237         * hmac-md5.el:
6238         * netrc.el: Fix keywords.
6239
6240 2010-02-26  Glenn Morris  <rgm@gnu.org>
6241
6242         * message.el (message-send-mail-function): Change the default, so that
6243         it inherits from a customized send-mail-function.  (Bug#5643)
6244
6245 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6246
6247         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6248         shell-command-to-string signals an error (bug#5299).
6249
6250 2010-02-24  Glenn Morris  <rgm@gnu.org>
6251
6252         * message.el (message-smtpmail-send-it)
6253         (message-send-mail-with-mailclient): Doc fixes.
6254
6255 2010-02-16  Glenn Morris  <rgm@gnu.org>
6256
6257         * message.el (message-default-mail-headers): Change the default value
6258         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6259
6260 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6263         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6264
6265 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6266
6267         * time-date.el (date-to-time): Doc fix (Bug#5408).
6268
6269 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6270
6271         * message.el (message-mail): Just pass yank-action on to message-setup.
6272         (message-setup): Handle (FUN . ARGS) form of yank-action.
6273         (message-with-reply-buffer, message-widen-reply)
6274         (message-yank-original): Handle non-buffer values of
6275         message-reply-buffer (Bug#4080).
6276         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6277
6278 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6279
6280         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6281         Fix typo in docstring.
6282
6283 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6284
6285         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6286         response.
6287
6288 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6291
6292         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6293
6294         * message.el (message-check-news-header-syntax): Protect against a
6295         string that `rfc822-addresses' returns when parsing fails.
6296
6297 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6300         (gnus-previous-char-property-change): New functions.
6301
6302         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6303
6304 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6305
6306         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6307         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6308
6309 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6310
6311         * message.el (message-exchange-point-and-mark): Rework last change to
6312         avoid using optional arg of exchange-point-and-mark, for backward
6313         compatibility.
6314
6315 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6316
6317         * message.el (message-exchange-point-and-mark):
6318         Call exchange-point-and-mark with an argument rather than setting
6319         mark-active by hand (Bug#5175).
6320
6321 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * nntp.el (nntp-service-to-port): Work for service expressed with
6324         numeric string; replace [:digit:] with [0-9] for XEmacs.
6325
6326 2009-12-17  Glenn Morris  <rgm@gnu.org>
6327
6328         * gnus-group.el (gnus-bug-group-download-format-alist):
6329         Change emacs entry to debbugs.gnu.org.  Bump :version.
6330
6331 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6334
6335 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6336
6337         * message.el (message-info): Explain why we use `Info-goto-node'.
6338
6339 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6340
6341         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6342
6343 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6344
6345         * message.el (message-completion-in-region): New compatibility function.
6346         (message-expand-group): Use it.
6347
6348 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6351         with no unread article should be listed if the 2nd arg `predicate' is
6352         given.
6353
6354 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6357
6358 2009-11-29  Juri Linkov  <juri@jurta.org>
6359
6360         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6361         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6362         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6363
6364 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6365
6366         * sha1.el (sha1-string-external): default-directory "/" in case
6367         otherwise non-existent.  process-connection-type pipe for touch of
6368         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6369
6370 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6371
6372         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6373         it's comms related and sgml-mode.el has "comm" on that basis too.
6374
6375 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6378         containing tspecial characters if they have been already quoted.
6379
6380 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6381
6382         * dns-mode.el (auto-mode-alist): Purecopy string.
6383
6384 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6385
6386         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6387
6388 2009-10-24  Glenn Morris  <rgm@gnu.org>
6389
6390         * gnus-art.el (help-xref-stack-item): Define for compiler.
6391
6392 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6393
6394         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6395
6396 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6399
6400 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6403         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6404
6405 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6406
6407         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6408         (gnus-overlays-in): New alias to overlays-in.
6409
6410         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6411         gnus-overlay-get, and gnus-delete-overlay.
6412         (gnus-summary-show-thread): Make it work as well for systems in which
6413         next-single-char-property-change is not available.
6414         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6415
6416         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6417         (gnus-overlay-get): New alias to extent-property.
6418         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6419
6420         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6421         SXEmacs.
6422
6423         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6424         SXEmacs.
6425
6426 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6427
6428         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6429
6430 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6431
6432         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6433         and XEmacs that don't have `remove-overlays'.
6434
6435 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6436
6437         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6438         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6439         selective display.  Use overlays instead.
6440
6441 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6442
6443         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6444
6445 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6446
6447         * spam-stat.el (spam-stat-load): Fix typo in message.
6448
6449 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6450
6451         * dig.el (dig-invoke): Fix typo in docstring.
6452         (query-dig): Reflow docstring.
6453
6454 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6455
6456         * gnus-art.el (gnus-article-encrypt-body):
6457         * message.el (message-check-recipients):
6458         * mm-util.el (mm-codepage-setup):
6459         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6460         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6461
6462 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6463
6464         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6465         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6466         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6467         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6468         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6469
6470 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6471
6472         * dig.el: Add "Keywords: comm", as per net-utils.el.
6473
6474 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6475
6476         * dig.el (dig-mode): Use define-derived-mode.
6477
6478 2009-09-19  Glenn Morris  <rgm@gnu.org>
6479
6480         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6481
6482 2009-09-18  Glenn Morris  <rgm@gnu.org>
6483
6484         * gnus-diary.el (gnus-diary-check-message):
6485         * message.el (message-insert-formatted-citation-line):
6486         * nnbabyl.el (top-level):
6487         * nndiary.el (nndiary-schedule):
6488         Fix typos in condition-case handlers.
6489
6490 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6493         configuration that provides the sole article window in a frame;
6494         position point correctly after deleting a part.
6495
6496 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6497
6498         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6499         (spam-resolve-registrations-routine): Use it to unregister articles
6500         that change status.
6501
6502 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6505         with XEmacs.
6506         (parse-time-string-chars): Use it.
6507
6508 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6509
6510         * imap.el (imap-interactive-login): Better messages.
6511         (imap-open): Fix bug with renamed buffer on reconnect.
6512         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6513         for easier debugging and cleaner code.  On successful (guessed based on
6514         server capabilities) secondary authentication, set imap-state
6515         correctly.
6516         (imap-last-authenticator): Define imap-last-authenticator as a variable
6517         to avoid warnings.
6518
6519 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * nnrss.el (nnrss-request-article): Remove binding of
6522         default-enable-multibyte-characters that has gotten needless by
6523         the 2007-07-13 change in rfc2047-encode-message-header.
6524
6525         * mml.el (mml-insert-multipart): Error on the message header.
6526         (mml-insert-part): Error on the message header; position point at
6527         the end of a MIME tag.
6528
6529 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * time-date.el (autoload): Expand define-obsolete-function-alias into
6532         defalias and make-obsolete for old Emacsen that Gnus supports.
6533         (with-no-warnings): Define it for old Emacsen.
6534         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6535         is available.
6536         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6537         float-time is available; suppress compile warning for time-to-seconds.
6538
6539         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6540         (gnus-float-time): Alias to float-time if it exists.
6541
6542         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6543         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6544         float-time is available; suppress compile warning for time-to-seconds.
6545
6546         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6547         XEmacs.
6548
6549 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6550
6551         * imap.el (imap-message-map): Docstring fix.
6552
6553 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6556         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6557         Add the optional argument `encoding' that overrides the default.
6558
6559         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6560         mm-encode-buffer.
6561
6562 2009-09-04  Glenn Morris  <rgm@gnu.org>
6563
6564         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6565         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6566         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6567         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6568         * mm-util.el (mm-with-unibyte-current-buffer)
6569         (mm-find-buffer-file-coding-system):
6570         * yenc.el (yenc-decode-region): Use default-value rather than
6571         default-enable-multibyte-characters.
6572
6573 2009-09-03  Glenn Morris  <rgm@gnu.org>
6574
6575         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6576         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6577         than default-enable-multibyte-characters.
6578
6579 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6580
6581         * gnus-art.el (gnus-article-read-summary-keys):
6582         Fix gnus-buffer-configuration's value temporarily used.
6583
6584 2009-09-02  Glenn Morris  <rgm@gnu.org>
6585
6586         * gnus-util.el (gnus-float-time): New function.
6587         * gnus-delay.el (gnus-delay-article):
6588         * gnus-sum.el (gnus-thread-latest-date):
6589         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6590         * nnspool.el (nnspool-request-newgroups):
6591         Use gnus-float-time rather than time-to-seconds.
6592         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6593
6594         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6595         (gnus-header-subject-face, gnus-header-newsgroups-face)
6596         (gnus-header-name-face, gnus-header-content-face):
6597         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6598         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6599         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6600         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6601         (gnus-cite-face-11):
6602         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6603         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6604         (gnus-server-closed-face, gnus-server-denied-face)
6605         (gnus-server-offline-face):
6606         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6607         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6608         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6609         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6610         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6611         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6612         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6613         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6614         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6615         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6616         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6617         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6618         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6619         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6620         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6621         (gnus-summary-high-undownloaded-face)
6622         (gnus-summary-low-undownloaded-face)
6623         (gnus-summary-normal-undownloaded-face)
6624         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6625         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6626         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6627         (gnus-splash-face):
6628         * message.el (message-header-to-face, message-header-cc-face)
6629         (message-header-subject-face, message-header-newsgroups-face)
6630         (message-header-other-face, message-header-name-face)
6631         (message-header-xheader-face, message-separator-face)
6632         (message-cited-text-face, message-mml-face):
6633         * sieve-mode.el (sieve-control-commands-face)
6634         (sieve-action-commands-face, sieve-test-commands-face)
6635         (sieve-tagged-arguments-face):
6636         * spam.el (spam-face):
6637         Mark face aliases with "-face" in the name as obsolete.
6638
6639 2009-09-01  Glenn Morris  <rgm@gnu.org>
6640
6641         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6642         than goto-line.
6643
6644 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6647         Don't move point if the command is invoked inside the message header.
6648
6649 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6650
6651         * imap.el (imap-send-command): Simplify.
6652         (imap-wait-for-tag): point-max -> buffer-size.
6653
6654 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6655
6656         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6657         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6658         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6659         * nnir.el (nnir-swish-e-index-file):
6660         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6661         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6662         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6663         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6664         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6665         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6666
6667 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6670         Don't save excursion.
6671
6672 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6673
6674         * nnheader.el (nnheader-find-file-noselect):
6675         * mm-util.el (mm-insert-file-contents):
6676         Use (default-value 'major-mode) instead of default-major-mode.
6677
6678 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6679
6680         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6681
6682 2009-08-26  Glenn Morris  <rgm@gnu.org>
6683
6684         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6685         than placing in files.el.
6686
6687 2009-08-25  Glenn Morris  <rgm@gnu.org>
6688
6689         * nnir.el (top-level): Don't require cl at run-time.
6690         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6691         Replace cl-function substitute with gnus-replace-in-string.
6692         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6693         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6694         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6695         simplified expansions.
6696
6697 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6698
6699         * dig.el (dig): Add autoload cookie.
6700
6701 2009-08-22  Glenn Morris  <rgm@gnu.org>
6702
6703         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6704         goto-line.
6705
6706 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6707
6708         * parse-time.el (parse-time-string-chars): Save match data.
6709
6710 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6711
6712         * parse-time.el (parse-time-string-chars): Compute using character
6713         classes, to handle non-ascii characters (Bug#3190).
6714
6715 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6718
6719         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6720         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6721         (gnus-mm-display-part, gnus-mime-display-single)
6722         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6723         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6724
6725         * gnus-sum.el
6726         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6727         (gnus-summary-move-article): Add expirable mark to articles copied or
6728         moved to group that has auto-expire turned on if the option is non-nil.
6729
6730 2009-07-24  Glenn Morris  <rgm@gnu.org>
6731
6732         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6733         Fix typo.  (Bug#3903)
6734
6735 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6738         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6739         that should not be used for draft articles.
6740         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6741         that has no concern in minor mode keys.
6742         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6743         Abolish.
6744
6745 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6748         article without making inquiry to a user for unknown encoding.
6749
6750         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6751         (nnmaildir--scan): Assume i-node and device number that file-attributes
6752         returns might be cons-cell.
6753
6754         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6755
6756         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6757
6758 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6759
6760         * auth-source.el: Remove docs now in auth.texi.  Don't use
6761         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6762         `auth-source-hide-passwords' and use them.
6763
6764 2009-07-15  Glenn Morris  <rgm@gnu.org>
6765
6766         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6767
6768 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6771         excessive whitespace from the default values of title and description.
6772
6773 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6776         mail-fetch-field to fetch Content-Description header in order to
6777         exclude newlines.
6778
6779 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6780
6781         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6782         format used by GnuPG 2.0.11.
6783
6784 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6787         to deleted part.
6788
6789 2009-05-30  David Engster  <dengste@eml.cc>
6790
6791         * nnmairix.el: Remove old documentation in the commentary block.
6792         (nnmairix-request-group): Do not update active file for nnml back ends.
6793         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6794         end so that overview files are ignored.
6795         (nnmairix-update-groups): Make updating the groups more robust by using
6796         marks.
6797         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6798         with dollar characters in message-id.
6799
6800 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6801
6802         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6803         2008-12-25 in dns.el.
6804
6805 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6806
6807         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6808         could happen if the text is only composed of spaces and/or tabs.
6809
6810 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6811
6812         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6813         when sending a queued message to avoid extra mml tags.
6814
6815 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6818
6819 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6822         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6823         rmail-toggle-header for XEmacs;
6824         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6825
6826 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * gnus-dired.el: Remove autoload for gnus-setup-message.
6829         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6830         displaying Gnus logo; always use compose-mail.
6831
6832 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6835
6836 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6839         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6840         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6841         available.
6842         (gnus-nocem-epg-verify): New function.
6843
6844 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6845
6846         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6847
6848 2009-02-15  Glenn Morris  <rgm@gnu.org>
6849
6850         * gnus-util.el (rmail-insert-rmail-file-header)
6851         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6852         autoloads.
6853         (rmail-default-rmail-file): Remove unnecessary declaration.
6854         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6855
6856 2009-02-14  Glenn Morris  <rgm@gnu.org>
6857
6858         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6859         variable (only used in gnus-util, which declares it anyway).
6860         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6861         which was only needed by gnus-art (changed to not use it any more).
6862         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6863         only used in gnus-util, which autoloads it itself.
6864         (rmail-update-summary): Fix autoload.
6865
6866         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6867         rather than rmail-output-to-rmail-file.
6868
6869 2009-02-07  Glenn Morris  <rgm@gnu.org>
6870
6871         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6872         autoload of function that no longer exists.
6873         (rmail-toggle-header): Declare.
6874         (message-forward-rmail-make-body): Handle mbox Rmail.
6875
6876 2009-01-31  Glenn Morris  <rgm@gnu.org>
6877
6878         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6879         2009-01-09 change.
6880
6881 2009-01-31  Dave Love  <fx@gnu.org>
6882
6883         * imap.el (imap-fetch-safe): Bind debug-on-error.
6884         (imap-debug): Add imap-fetch-safe.
6885
6886 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6887
6888         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6889         (auth-source-forget-all-cached): New convenience function.
6890         (auth-source-user-or-password): Accept list of modes or a single mode.
6891
6892         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6893         auth-source modes.
6894
6895         * netrc.el (netrc-machine-user-or-password): Use list of
6896         auth-source modes.
6897
6898         * nnimap.el (nnimap-open-connection): Use list of
6899         auth-source modes.
6900
6901         * nntp.el (nntp-send-authinfo): Use list of
6902         auth-source modes.
6903
6904 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6905
6906         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6907         now.
6908
6909 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6912         coding system in XEmacs; add a workaround for XEmacs.
6913
6914         * lpath.el: Fbind coding-system-aliasee.
6915
6916 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6919         of current-language-environment.
6920
6921 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6922
6923         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6924         available at runtime.
6925
6926 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6929
6930 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6931
6932         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6933         the greatest positive fixnum value doesn't work under an XEmacs with
6934         bignum support; use the most-positive-fixnum constant instead,
6935         available since Emacs 21.1 with cl and XEmacs 21.1.
6936
6937 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6940         XEmacs gets not to work.
6941
6942 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * mm-util.el (mm-coding-system-priorities): Allow the value like
6945         "Japanese (UTF-8)" of current-language-environment.
6946
6947 2009-01-09  Glenn Morris  <rgm@gnu.org>
6948
6949         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6950         with last-command-event.
6951
6952 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6953
6954         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6955         in the doc string.
6956
6957         * message.el (message-fix-before-sending): Amend comment.
6958
6959 2009-01-08  Dave Love  <fx@gnu.org>
6960
6961         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6962
6963 2009-01-07  David Engster  <dengste@eml.cc>
6964
6965         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6966         simplified server definitions by converting it via
6967         gnus-server-to-method.
6968
6969 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6972         parameter's operands.
6973
6974 2009-01-06  David Engster  <dengste@eml.cc>
6975
6976         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6977         primary select method (for gnus-group-mark-article-as-read).
6978
6979 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6980
6981         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6982         `(gnus)Face', not `(gnus)X-Face'.
6983
6984 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * mm-util.el (mm-ucs-to-char): New function.
6987
6988         * mm-url.el (mm-url-decode-entities): Use it.
6989
6990         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6991         unicode-to-char.
6992
6993 2009-01-05  Dave Love  <fx@gnu.org>
6994
6995         * time-date.el: Require cl for `declare'.
6996
6997 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6998
6999         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7000         Dave Love.
7001
7002 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * message.el (message-fix-before-sending): Add `eight-bit' to
7005         illegible-text check.
7006
7007 2009-01-03  Michael Olson  <mwolson@gnu.org>
7008
7009         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7010         `headers' is nil.  This can occur if the IMAP server does not have
7011         permissions to read messages from a folder, but can write new messages
7012         to the folder.
7013         (nnimap-request-article-part): Do not insert `data' if it is nil.
7014
7015         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7016         characters which will confuse `read', so skip past them.
7017
7018 2009-01-01  Dave Love  <fx@gnu.org>
7019
7020         * imap.el (imap-string-to-integer): Fix typo.
7021         (imap-fetch-safe): New function.
7022         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7023
7024         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7025
7026         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7027         (imap-parse-greeting): Fix doc strings.
7028         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7029         (imap-parse-flag-list): Make messages unique.
7030         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7031
7032         * nnimap.el: Fix author email.
7033         (nnimap-split-rule): Add FIXME comment.
7034         (nnimap-debug): Fix doc string.
7035
7036 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7037
7038         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7039
7040 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7041
7042         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7043         nslookup if resolv.conf isn't available.
7044         (dns-query): Rename from query-dns.
7045         (dns-query-cached): Rename from query-dns-cached.
7046
7047 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7050         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7051         to check if those variables exist (first appeared in Emacs 18.50).
7052
7053 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * mm-util.el (mm-line-number-at-pos): New function.
7056
7057         * spam-report.el (spam-report-process-queue): Use it.
7058
7059 2008-12-24  David Engster  <dengste@eml.cc>
7060
7061         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7062         parameters that haven't existed as variables as buffer-local variables.
7063
7064 2008-12-23  Dave Love  <fx@gnu.org>
7065
7066         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7067         cadar.
7068
7069         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7070         imap-starttls-p.
7071         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7072
7073 2008-12-22  Dave Love  <fx@gnu.org>
7074
7075         * imap.el: Fix author email.  Doc fixes.
7076         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7077         reply.
7078
7079 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7080
7081         * spam-report.el (spam-report-gmane-max-requests): New constant.
7082         (spam-report-gmane-wait): New variable.
7083         (spam-report-gmane-ham, spam-report-gmane-spam)
7084         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7085         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7086         the server.
7087
7088         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7089         Add explanations.
7090
7091         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7092         nnheader-accept-process-output and nnheader-read-timeout if available.
7093         (pop3-movemail): Use it.
7094
7095         * message.el (message-check-news-body-syntax): Fix signature check if
7096         there's an attachment.
7097
7098 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * mm-util.el: Add comments to the mm- emulating functions.
7101
7102 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7103
7104         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7105         Reported by Stephen Berman <stephen.berman@gmx.net>.
7106
7107 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * mm-util.el (mm-substring-no-properties): New function.
7110         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7111         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7112         (mm-string-to-multibyte): Doc fix.
7113
7114         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7115
7116 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7117
7118         * mml.el (mml-attach-file): Strip text properties from file name.
7119         (Bug#1574)
7120
7121 2008-12-16  Glenn Morris  <rgm@gnu.org>
7122
7123         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7124
7125 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7128         knows since the charset specified might be a bogus alias that
7129         mm-charset-synonym-alist provides.
7130
7131 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7132
7133         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7134         "ISO_8859-1".
7135
7136         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7137
7138 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7139
7140         * mm-util.el (mm-charset-eval-alist):
7141         Define it before mm-charset-to-coding-system.
7142         (mm-charset-to-coding-system): Add optional argument `silent';
7143         define it before mm-charset-override-alist.
7144         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7145         default value if it can be used in Emacs currently running;
7146         silence mm-charset-to-coding-system.
7147
7148 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7151         `allow-override' which says whether to use `mm-charset-override-alist'.
7152         (rfc2047-decode-encoded-words): Use it.
7153
7154         * mm-util.el (mm-charset-override-alist): Fix custom type;
7155         add `(gb2312 . gbk)' to choices.
7156
7157 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7160         fast.
7161
7162         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7163
7164         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7165
7166 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7167
7168         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7169         on links.
7170
7171         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7172
7173 2008-12-03  Lute Kamstra  <lute@gnu.org>
7174
7175         * sha1.el: Remove leading * from docstrings of defcustoms,
7176         deffaces, defconsts and defuns.
7177
7178 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7181         users' addresses that don't have domain parts.
7182         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7183         rather than message-narrow-to-head since there will be the message
7184         header separator.
7185
7186 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7187
7188         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7189         since the result is inserted in a unibyte buffer anyway.
7190         (nnimap-demule-use-string-to-multibyte): Remove.
7191         (nnimap-demule): Alias it to mm-string-to-multibyte.
7192
7193 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7194
7195         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7196         variable for debugging bug#464 and bug#1174.
7197         (nnimap-demule): Use it.
7198
7199 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7200
7201         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7202         score calculation correctly.
7203
7204 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7205
7206         * message.el (message-send-mail): Just set the buffer to unibyte
7207         rather than use mm-with-unibyte-current-buffer which does a lot more.
7208         (message-send-mail-partially): Don't bother with
7209         mm-with-unibyte-current-buffer since it's already been made unibyte by
7210         message-send-mail.
7211
7212 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7213
7214         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7215
7216 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7217
7218         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7219
7220 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7223         require itself and to remove `with-no-warnings'.
7224
7225 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7226
7227         * starttls.el (starttls-any-program-available): Get the name of the
7228         available TLS layer program.
7229         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7230         well as the host name in the "opening" message.
7231
7232         * auth-source.el (auth-source-cache, auth-source-do-cache)
7233         (auth-source-user-or-password): Cache passwords and logins by default,
7234         allow override with `auth-source-do-cache'.
7235         (auth-source-forget-user-or-password): Allow users to remove cache
7236         entries if needed.
7237
7238 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7239
7240         * md4.el (md4-buffer): Fix typo in docstring.
7241         (md4, md4-64): Doc fixes.
7242         (md4-pack-int32): Reflow docstring.
7243
7244 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7245
7246         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7247         condition-case to only the forward-sexp call.
7248
7249 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7250
7251         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7252         quotes contained.  Make it more robust regardless by an extra
7253         condition-case wrapper.
7254
7255 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7258
7259 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * nnml.el (nnml-request-expire-articles): Check if the function set to
7262         `nnmail-expiry-target' returns the symbol `delete'.
7263
7264         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7265
7266         * nnmail.el (nnmail-expiry-target): Fix custom type.
7267
7268 2008-10-02  Glenn Morris  <rgm@gnu.org>
7269
7270         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7271         Silence compiler warning.
7272
7273 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7274
7275         * tls.el (open-tls-stream): Show the actual command being
7276         executed, instead of the format string.
7277
7278 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * lpath.el: Fbind codepage-setup for Emacs 23.
7281
7282 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7283
7284         * mml.el (mml-menu): Don't assume mml2015 is bound.
7285
7286 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7289         exists.
7290
7291 2008-09-27  Glenn Morris  <rgm@gnu.org>
7292
7293         * gnus-util.el (mail-header-remove-comments): Autoload it.
7294
7295 2008-09-27  Andreas Schwab  <schwab@suse.de>
7296
7297         * gnus-util.el (gnus-split-references): Strip comments.
7298         (gnus-parent-id): Likewise.
7299
7300 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * message.el (message-confirm-send): Fix version.
7303
7304 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * message.el (message-idna-to-ascii-rhs-1): Use
7307         mail-extract-address-components rather than mail-header-parse-addresses
7308         that is an alias by default to ietf-drums-parse-addresses that does not
7309         support non-ASCII names in headers' contents.
7310
7311 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7312
7313         * message.el (message-confirm-send): Fix variable documentation to
7314         avoid the "y/n" wording.
7315
7316 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7317
7318         * message.el (message-set-auto-save-file-name): Save to a different
7319         filename so multiple messages (especially drafts) can be recovered.
7320
7321 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7322
7323         * message.el (message-confirm-send): Add appropriate version.
7324
7325 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7326
7327         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7328         defvar.
7329
7330 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7331
7332         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7333         (mm-pkcs7-enveloped-magic): Ditto.
7334
7335 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7336
7337         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7338         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7339
7340 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7341
7342         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7343         default, it's better.
7344
7345 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7346
7347         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7348         summary line gnus-number property and ignore them (with a warning
7349         message).
7350
7351 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7354         macro caddr in the interactive form since it won't be expanded.
7355
7356 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7359         `charset'; fix name of function called recursively.
7360         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7361
7362 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7363
7364         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7365         (gnus-mime-set-charset-parameters): New function.
7366         (gnus-mime-view-part-as-charset): Use it to correctly display part
7367         specifying wrong charset.
7368
7369 2008-09-08  David Engster  <dengste@eml.cc>
7370
7371         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7372         in completing-read for back end server.
7373
7374 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7375
7376         * message.el (message-confirm-send): New variable to confirm sending a
7377         message.
7378         (message-send): Use it.
7379
7380 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7381
7382         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7383
7384 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7387
7388 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7389
7390         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7391         prevent tracking too many groups.
7392         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7393         Use it.
7394
7395 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7396
7397         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7398         moving point to the bottom of the window in order to avoid recentering.
7399
7400 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7401
7402         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7403
7404         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7405         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7406         (gnus-article-beginning-of-window): Fix calculation.
7407
7408 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7409
7410         * gnus-msg.el (gnus-summary-supersede-article)
7411         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7412         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7413         message header.
7414
7415 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7416
7417         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7418         pending output coming after the status change.
7419
7420 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7421
7422         * message.el:
7423         * gnus-start.el:
7424         * gnus-registry.el: Remove VMS support.
7425
7426 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7429         macro.
7430         (rfc2104-hash): Use it.
7431
7432 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7433
7434         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7435         (gnus-summary-sort-by-most-recent-date): New commands.
7436         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7437         and menu entries.
7438
7439 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7442         don't redisplay article for raw contents; remove plural articles stuff.
7443
7444         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7445         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7446         on gnus-summary-save-article; display results properly.
7447
7448 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * lpath.el: No need to fbind ns-focus-frame.
7451
7452 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7455
7456 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-art.el (gnus-summary-save-in-pipe):
7459         Consider gnus-save-all-headers.
7460
7461 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7462
7463         * gnus-util.el (ns-focus-frame): Remove declaration.
7464         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7465         like x.
7466
7467 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7468
7469         * rfc2104.el (rfc2104-zero): Delete defconst.
7470         (rfc2104-hex-alist): Likewise.
7471         (rfc2104-hex-to-int): Delete func.
7472         (rfc2104-hexstring-to-bitstring): Likewise.
7473         (rfc2104-nybbles): New defconst.
7474         (rfc2104-hash): Rewrite for speed.
7475
7476 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * tls.el (open-tls-stream): Make it work with the 2nd argument
7479         BUFFER that is a string but does not exist as a buffer object, as
7480         mentioned in the doc-string.
7481
7482 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7485         SXEmacs.
7486
7487 2008-07-16  Glenn Morris  <rgm@gnu.org>
7488
7489         * gnus-util.el (ns-focus-frame): Declare for compiler.
7490
7491 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7494         set as a group parameter.
7495         (gnus-summary-save-in-pipe): Work when it is called independently.
7496         (gnus-summary-pipe-to-muttprint): Don't modify
7497         gnus-summary-pipe-output-default-command.
7498
7499 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7500
7501         * message.el (message-send-mail-with-sendmail):
7502         Display the error message.
7503
7504 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7505
7506         * gnus-art.el (gnus-default-article-saver):
7507         Add gnus-summary-save-in-pipe to choices.
7508         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7509         gnus-summary-pipe-output-default-command as the default command.
7510         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7511         instead of gnus-last-shell-command.
7512
7513         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7514         New user option.
7515         (gnus-summary-muttprint-program): Mention the value will be changed.
7516         (gnus-summary-save-article): Force showing of all headers.
7517         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7518
7519 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7520
7521         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7522
7523 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7524
7525         * nnimap.el (nnimap-id):
7526         * sieve-manage.el (sieve-manage-open): Doc fixes.
7527
7528 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7529
7530         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7531         if available.
7532
7533 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7534
7535         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7536
7537         * nnkiboze.el (nnkiboze-generate-group):
7538         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7539
7540         * nnmairix.el: Require CL.
7541
7542 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * dgnushack.el: Autoload get-display-table and put-display-table for
7545         XEmacs 21.5.
7546
7547         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7548         21.4 and SXEmacs.
7549
7550 2008-06-15  David Engster  <dengste@eml.cc>
7551
7552         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7553
7554 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7555
7556         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7557         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7558         runtime choice under XEmacs.
7559
7560         * gnus-sum.el (gnus-summary-set-display-table):
7561         Use `gnus-put-display-table', `gnus-get-display-table',
7562         `gnus-set-display-table' for the display table, instead of `aset'.
7563
7564         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7565         Use `gnus-put-display-table', `gnus-get-display-table',
7566         `gnus-set-display-table' for the display table.
7567
7568 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7569
7570         * nnmairix.el: Add autoloads.
7571
7572 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * nnmairix.el (nnmairix-delete-recreate-group)
7575         (nnmairix-update-and-clear-marks): Fix error messages.
7576
7577 2008-06-14  David Engster  <dengste@eml.cc>
7578
7579         * nnmairix.el: Upgrade to version 0.6.
7580         (nnmairix-group-toggle-propmarks-this-group)
7581         (nnmairix-group-toggle-readmarks-this-group)
7582         (nnmairix-group-delete-recreate-this-group)
7583         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7584         (nnmairix-remove-tick-mark-original-article): New commands.
7585         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7586         (nnmairix-propagate-marks-to-nnmairix-groups)
7587         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7588         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7589         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7590         functions needed for marks propagation and manipulation of read marks.
7591         (nnmairix-update-groups): New function.
7592         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7593         (nnmairix-determine-original-group-from-registry)
7594         (nnmairix-determine-original-group-from-path)
7595         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7596         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7597         New helper functions.
7598         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7599         keystrokes for new commands.
7600         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7601         (nnmairix-request-group): Check allow-fast group parameter.
7602         (nnmairix-request-create-group): Set allow-fast group parameter if
7603         nnmairix-allowfast-default is set.
7604         (nnmairix-close-group): Propagate marks upon closing if needed.
7605         (nnmairix-group-toggle-threads-this-group): Use new.
7606         nnmairix-group-toggle-parameter helper function.
7607         (nnmairix-search): Better check for empty search result.
7608         (nnmairix-goto-original-article): Use new helper functions for
7609         determining original article.
7610         (nnmairix-show-original-article): Make sure message-id is in brackets.
7611         (nnmairix-call-mairix-binary): Change variable name.
7612         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7613         helper function.
7614         (nnmairix-widget-toggle-activate): Fix doc string.
7615
7616 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * nnir.el: Require edmacro when compiling with XEmacs.
7619         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7620         available in Emacs 21.
7621
7622 2008-06-11  Glenn Morris  <rgm@gnu.org>
7623
7624         * gnus-util.el (x-focus-frame):
7625         * gnus.el (image-size):
7626         * mm-decode.el (image-size): Declare.
7627
7628         * gnus-picon.el (declare-function): Add compat definition.
7629         (image-size): Declare.
7630
7631         * gnus-group.el (tool-bar-map):
7632         * gnus-sum.el (tool-bar-map): Define for compiler.
7633
7634         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7635
7636         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7637
7638         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7639         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7640         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7641         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7642         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7643         * sieve-manage.el, spam-report.el, spam.el:
7644         Remove unnecessary eval-and-compile of autoloads.
7645
7646 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7647
7648         * auth-source.el: Precise Tramp doc.
7649
7650 2008-06-07  Glenn Morris  <rgm@gnu.org>
7651
7652         * nnmairix.el: Remove unnecessary eval-when-compile.
7653
7654 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * lpath.el: Fbind propertize for XEmacs 21.4.
7657
7658 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7659
7660         * nnir.el: Move here from ../contrib.
7661
7662 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7663
7664         * gnus-util.el (gnus-read-shell-command): New function.
7665         * mm-decode.el (mm-pipe-part):
7666         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7667
7668 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7671
7672 2008-06-03  Glenn Morris  <rgm@gnu.org>
7673
7674         * pop3.el (nnheader-accept-process-output): Autoload it.
7675
7676 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7679         are not 2-digit hexadecimal characters that follow `%'s.
7680
7681 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7682
7683         * message.el (message-bogus-recipient-p): Fix type in doc string.
7684         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7685         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7686         Improve custom options.
7687         (message-bogus-recipient-p): Adjust accordingly.
7688
7689 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7690
7691         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7692         long-form month and day names.
7693
7694 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * dgnushack.el: Autoload debug, eudc-expand-inline and
7697         pgg-snarf-keys-region for XEmacs.
7698
7699         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7700
7701         * nnmairix.el: Require edmacro when compiling with XEmacs.
7702
7703 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7704
7705         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7706         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7707
7708 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7709
7710         * auth-source.el: Add more docs.
7711
7712         * netrc.el (netrc-machine): Always match if the port is not given.
7713
7714 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7715
7716         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7717         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7718         retrieval faster in some cases, but might make CPU usage larger.
7719         If this has any bad side effects, we might revert this change.
7720
7721         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7722         seems to make mail retrieval much, much faster.
7723         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7724         unconditionally.
7725
7726         * gnus-draft.el (gnus-group-send-queue):
7727         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7728
7729 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7730
7731         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7732
7733         * message.el (message-bogus-address-regexp): Fix and improve custom
7734         type.
7735         (message-setup-hook): Add message-check-recipients as custom option.
7736
7737 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7738
7739         * message.el (message-cite-function): Remove bogus autoload which crept
7740         in during merge from v5-10.
7741
7742 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7743
7744         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7745
7746         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7747
7748         * auth-source.el: Preliminary Tramp docs.
7749         (auth-sources): Change the default auth-sources to use
7750         EPA .gpg files.
7751
7752 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7753
7754         * nntp.el: Autoload `auth-source-user-or-password'.
7755         (nntp-send-authinfo): Use it.
7756
7757         * nnimap.el: Autoload `auth-source-user-or-password'.
7758         (nnimap-open-connection): Use it.
7759
7760         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7761         for the gnus-message function.
7762         (auth-source-user-or-password): Use it.
7763
7764 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7765
7766         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7767         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7768         (rfc2104-hash): Use it.
7769
7770 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7771
7772         * gnus-art.el (gnus-article-toggle-truncate-lines):
7773         Don't use `iff' in docstring.
7774
7775 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7776
7777         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7778
7779         * gnus-util.el (gnus-extract-address-component-name)
7780         (gnus-extract-address-component-email): Convenience functions around
7781         `gnus-extract-address-components'.
7782
7783         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7784         Use `gnus-extract-address-component-email' to fix bug of comparing full
7785         sender name to `user-mail-address'.
7786
7787 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7788
7789         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7790         catch/throw to optimize.
7791         (gnus-registry-find-keywords): Just use member to find a keyword.
7792
7793 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7794
7795         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7796         is current before calling gnus-server-prepare.
7797         (gnus-server-setup-buffer, gnus-server-update-server)
7798         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7799
7800 2008-05-04  Juri Linkov  <juri@jurta.org>
7801
7802         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7803         (mailcap-file-default-commands): Use mailcap-replace-in-string
7804         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7805         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7806
7807 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7808
7809         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7810
7811 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7812
7813         * gnus.el: Bump version to 0.11.
7814
7815 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7816
7817         * gnus.el: No Gnus v0.10 is released.
7818
7819 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7820
7821         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7822         hooks.
7823         (gnus-update-read-articles): Speed up non-marks-using users.
7824         (gnus-use-marks): Define gnus-use-marks.
7825         (gnus-propagate-marks): Rename variable to something more sensible.
7826
7827 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7828
7829         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7830         (gmm-image-load-path-for-library): Fix typos in docstrings.
7831         (gmm-message): Reflow docstring.
7832
7833 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7834
7835         * mail-source.el (mail-source-set-1, mail-source-bind):
7836         Move auth-source code out of the macro to clean it up and fix bugs.
7837
7838 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7839
7840         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7841         by sender if it's equal to user-mail-address, it's likely to be
7842         useless.
7843
7844         * mail-source.el (mail-source-bind): Don't use user or password if they
7845         are not bound.  Unintern them if they are nil.  Don't use server unless
7846         it's bound, and default it to empty string otherwise.
7847
7848 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7849
7850         * mail-source.el: Load auth-source.el.
7851         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7852         get user name or password, if auth-sources is set up.
7853
7854         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7855         strategy of splitting with parent.
7856         (gnus-registry-split-fancy-with-parent)
7857         (gnus-registry-post-process-groups): Use it and fix prior
7858         bug (returning a list as the split result).
7859
7860         * auth-source.el (auth-sources): Remove server parameter.
7861         (auth-source-pick, auth-source-user-or-password)
7862         (auth-source-user-or-password-imap)
7863         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7864         (auth-source-user-or-password-sftp)
7865         (auth-source-user-or-password-smtp): Remove server parameter.
7866
7867 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7868
7869         * smime.el (smime-sign-region, smime-encrypt-region)
7870         (smime-decrypt-region):
7871         Remove redundant calls to `generate-new-buffer-name'.
7872
7873 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7874
7875         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7876         Don't use QP for message/rfc822.
7877         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7878
7879 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7880
7881         * sieve-manage.el (sieve-string-bytes): Remove.
7882         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7883         correct byte-length only if the process's coding-system is the same as
7884         the one used internally by Emacs to represent strings.
7885
7886 2008-04-22  Juri Linkov  <juri@jurta.org>
7887
7888         * mailcap.el (mailcap-file-default-commands): New function.
7889
7890 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7891
7892         * message.el (message-signature-separator, message-cite-function):
7893         Change custom version.
7894
7895 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7896
7897         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7898         commands.
7899         (tls-checktrust): Ditto.
7900
7901 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7902
7903         * mm-decode.el (mm-display-external): Make temp file read-only.
7904
7905 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7906
7907         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7908         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7909         `C-c C-f d'.
7910
7911 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7912
7913         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7914
7915 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7916
7917         * gnus.el: Bump version to 0.9.
7918
7919 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * gnus.el: No Gnus v0.8 is released.
7922
7923 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7924
7925         * mail-source.el (mail-source-value):
7926         Prefer fboundp to functionp so it works with macros as well.
7927
7928 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7929
7930         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7931         Fix last change in case the element is not even a symbol.
7932
7933 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7934
7935         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7936         Prefer fboundp to functionp so it works with macros as well.
7937
7938 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7939
7940         * auth-source.el: Add docs.
7941         (auth-sources): Modify format to support server.
7942         (auth-source-pick, auth-source-user-or-password)
7943         (auth-source-user-or-password-imap)
7944         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7945         (auth-source-user-or-password-sftp)
7946         (auth-source-user-or-password-smtp): Add server parameter.
7947
7948 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7949
7950         * gnus-registry.el: Initialize the registry when gnus-registry-install
7951         is t.
7952
7953 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * compface.el (uncompface): Make buffer unibyte.
7956
7957 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7958
7959         * mail-source.el (mail-source-value):
7960         Prefer fboundp to functionp so it works with macros as well.
7961
7962 2008-04-05  Glenn Morris  <rgm@gnu.org>
7963
7964         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7965
7966 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7967
7968         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7969         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7970
7971         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7972         multibyteness after rather than before erasing it.
7973
7974         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7975         mm-with-multibyte.
7976         (gnus-request-article-this-buffer): Make sure the proper decoding is
7977         used if gnus-original-article-buffer happens to be unibyte.
7978
7979         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7980         default-enable-multibyte-characters.
7981
7982         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7983         default-enable-multibyte-characters.
7984
7985         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7986
7987         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7988
7989 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7990
7991         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7992         Fix last change in case the element is not even a symbol.
7993
7994 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7995
7996         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7997         (imap-message-copyuid-1): Use it.
7998         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7999         J. Williams in
8000         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8001
8002         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8003         imap-enable-exchange-bug-workaround.
8004         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8005
8006 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8007
8008         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8009         a 100 byte status-checks into a 2-3MB transfer for each group.
8010         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8011         to enable bug workaround or not.
8012         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8013
8014 2008-03-31  Glenn Morris  <rgm@gnu.org>
8015
8016         * message.el (mml2015-use): Declare for compiler.
8017         (message-info): Require mml2015 when appropriate.
8018
8019 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8022         whitespace.
8023
8024 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8025
8026         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8027         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8028         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8029         (nntp-service-to-port): New function.
8030         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8031         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8032         (nntp-open-netcat-stream): New function.
8033         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8034
8035 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8036
8037         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8038
8039 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8040
8041         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8042
8043 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8044
8045         * dns.el (dns-write): Use set-buffer-multibyte.
8046
8047 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8048
8049         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8050
8051 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * message.el (message-signature-separator): Change default.
8054         Improve custom type.
8055         (message-cite-function): Change default to
8056         message-cite-original-without-signature.
8057
8058         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8059         toggle.
8060
8061         * message.el (message-check-news-body-syntax): Fix signature check.
8062         (message-setup-1): Mark buffer as unmodified _after_ running
8063         message-setup-hook and handling message-alternative-emails.
8064         (message-shorten-references): Be more strict when building list of
8065         valid references to comply with GNKSA.
8066
8067         * gnus-group.el (gnus-read-ephemeral-bug-group)
8068         (gnus-read-ephemeral-debian-bug-group)
8069         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8070
8071         * message.el (message-info): Don't use booleanp which isn't supported
8072         in Emacs 21 and XEmacs.
8073
8074 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8075
8076         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8077         gnus-group-gmane-group-download-format.
8078         (gnus-group-read-ephemeral-gmane-group): Rename from
8079         gnus-group-read-ephemeral-gmane-group.
8080         (gnus-read-ephemeral-gmane-group-url): Rename from
8081         gnus-group-read-ephemeral-gmane-group-url.
8082         (gnus-bug-group-download-format-alist): New variable.
8083         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8084         (gnus-read-ephemeral-emacs-bug-group): New commands.
8085
8086 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8089         (gnus-visible-headers): Improve custom type.
8090
8091 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * mml.el (mml-menu): Add workarounds for XEmacs.
8094
8095         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8096         X-Boundary header.
8097
8098         * message.el (message-simplify-recipients): Fix previous commit.
8099
8100 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8101
8102         * mm-util.el (mm-set-buffer-multibyte): New function.
8103         * mm-decode.el (mm-copy-to-buffer): Use it.
8104
8105         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8106         Prefer fboundp to functionp so it works with macros as well.
8107
8108 2008-03-19  Glenn Morris  <rgm@gnu.org>
8109
8110         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8111         Accidentally removed in the sync process with Emacs.
8112
8113 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8114
8115         * message.el (message-alter-recipients-discard-bogus-full-name):
8116         New function.
8117         (message-alter-recipients-function): New variable.
8118         (message-get-reply-headers): Use it.
8119         (message-replace-header): New helper function.
8120         (message-recipients-without-full-name): New variable.
8121         (message-simplify-recipients): New command.
8122
8123         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8124
8125         * message.el (message-info): Handle EasyPG manual.
8126
8127         * mml.el (mml-menu): Add entry for EasyPG.
8128
8129 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8130
8131         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8132         parameter.
8133
8134         * message.el (message-disassociate-draft): Specify drafts group name
8135         fully.
8136
8137 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8138
8139         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8140         Eliminate unnecessary duplicates from the match list.
8141
8142 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8145
8146         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8147
8148         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8149         args of `how-many' of which the XEmacs version doesn't take; declare
8150         Info-index-next as function.
8151
8152 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8153
8154         * gnus-score.el (gnus-score-headers): Fix handling of
8155         gnus-inhibit-slow-scoring.
8156
8157         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8158         string.
8159         (gnus-button-url-regexp): Improve handling of parenthesis.
8160         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8161         (gnus-button-handle-info-keystrokes): Handle index entries.
8162
8163 2008-03-15  Glenn Morris  <rgm@gnu.org>
8164
8165         * parse-time.el (parse-time-string): Simplify.
8166
8167 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8168
8169         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8170         Incoming* files.
8171
8172 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8173
8174         * auth-source.el (auth-sources): Rename from auth-source-choices.
8175         (auth-source-pick): Use it.
8176
8177 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8178
8179         * binhex.el (binhex-decode-region-internal):
8180         * uudecode.el (uudecode-decode-region-internal):
8181         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8182         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8183         setting default-enable-multibyte-characters.
8184
8185 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8186
8187         * auth-source.el (auth-source-protocols)
8188         (auth-source-protocols-customize, auth-source-choices): Add and
8189         modified variable customizations and defaults.
8190         (auth-source-pick, auth-source-user-or-password)
8191         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8192         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8193         (auth-source-user-or-password-sftp)
8194         (auth-source-user-or-password-smtp): Use new variables and provide an
8195         interface to netrc.el.
8196
8197 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8200         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8201         Make sure the nntp port to specify is a string.
8202
8203 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8204
8205         * nntp.el: Use with-current-buffer.
8206         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8207         dubious mm-with-unibyte-current-buffer.
8208         (nntp-with-open-group-function): New function extracted from
8209         nntp-with-open-group macro.
8210         (nntp-with-open-group): Use the function, so it's easier to debug.
8211         Add indentation and debugging info.
8212         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8213         Recommend the use of the netcat alternatives.
8214
8215         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8216         Avoid mm-string-as-multibyte as well.
8217
8218         * nnweb.el (nnweb-insert-html):
8219         Remove use of nnheader-string-as-multibyte.
8220
8221         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8222         (nnheader-string-as-multibyte): Remove.
8223
8224         * mm-view.el: Use inhibit-read-only.
8225         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8226         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8227         or unibyte-string.
8228
8229         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8230         (mm-uu-yenc-extract): Use with-current-buffer.
8231
8232         * gnus-soup.el (gnus-soup-send-packet): Don't use
8233         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8234
8235         * nnmh.el: Use with-current-buffer.
8236         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8237         mm-string-as-multibyte on the output of mm-encode-coding-string.
8238
8239         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8240         (nnimap-request-move-article): Use with-current-buffer.
8241
8242         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8243         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8244         conversion uses string-make-unibyte rather than string-as-unibyte.
8245
8246         * gnus-msg.el: Use with-current-buffer.
8247
8248         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8249
8250 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8251
8252         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8253         string for caching if it is 'PIN.
8254
8255 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * lpath.el: Consider the case without Emacs/W3.
8258
8259 2008-03-08  Glenn Morris  <rgm@gnu.org>
8260
8261         * time-date.el (date-to-time, time-subtract, time-add)
8262         (safe-date-to-time): Doc fixes.
8263
8264 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8265
8266         * mail-source.el (mail-source-delete-old-incoming-confirm):
8267         Change default to nil.
8268         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8269
8270 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * lpath.el: Rearrange.
8273
8274         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8275         (gnus-article-goto-prev-page): Work for articles having ^L's.
8276
8277         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8278
8279         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8280
8281 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8282
8283         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8284         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8285         (gnus-bookmark-jump): Adjust some variable names.
8286
8287 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8288
8289         * auth-source.el: New package.
8290         (auth-source-choices): Add customization entry point variable.
8291
8292         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8293         bug.
8294
8295 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8296
8297         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8298         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8299         (gnus-registry-install-shortcuts): Rename from
8300         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8301         the `gnus-registry-mark-map' keymap dynamically from
8302         `gnus-registry-marks'.  The generated functions update the summary line
8303         when a registry mark is added or deleted, and will call
8304         `gnus-registry-install-p' (see the comments in the code).
8305         (gnus-registry-user-format-function-M): Use concat intelligently.
8306
8307         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8308         the registry mark functions.
8309
8310 2008-03-05  Glenn Morris  <rgm@gnu.org>
8311
8312         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8313         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8314         gnus-art.
8315         (top-level): No need to load own source when compiling.
8316
8317 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8318
8319         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8320         Suggested by <chris.anderton@zetnet.co.uk>.
8321
8322 2008-03-04  Glenn Morris  <rgm@gnu.org>
8323
8324         * gnus-sum.el (top-level): No need to require gnus when compiling,
8325         since unconditionally required near start of file.
8326         (gnus-summary-display-while-building): Move definition before use.
8327
8328 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8329
8330         * gnus-registry.el (gnus-registry-user-format-function-M):
8331         Add formatting function.
8332
8333 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8334
8335         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8336         with plists.
8337         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8338         Use new format.
8339
8340 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8341
8342         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8343         `where-is-internal' that returns a range of key sequences.
8344
8345 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8346
8347         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8348
8349         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8350         (gnus-summary-jump-to-group): Consider windows on other displayed
8351         frames as well.  Similar changes might be needed elsewhere, but that's
8352         the one I've bumped into during my use.
8353
8354         * nndoc.el (nndoc-oe-dbx-type-p):
8355         * gnus-msg.el (gnus-debug):
8356         * gnus-group.el (gnus-update-group-mark-positions):
8357         Use mm-string-to-multibyte.
8358
8359 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8360
8361         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8362         doesn't handle NotDashEscaped.
8363
8364         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8365         (mml-dnd-attach-options): Fix typo in custom choice.
8366
8367         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8368         Change nndoc-article-type to mbox.
8369         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8370
8371         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8372         to nil, instead of html2text.
8373
8374         * imap.el (imap-debug): Add `imap-ping-server'.
8375
8376         * gnus-bookmark.el: Add FIXMEs.
8377
8378         * message.el (message-form-letter-separator)
8379         (message-send-form-letter-delay): New variables.
8380         (message-send-form-letter): Use them.  New command to send form
8381         letters.  Requested by Uwe Siart.
8382         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8383
8384 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8385
8386         * Update copyright years.
8387
8388 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8389
8390         Sync from EMACS_22_BASE.
8391
8392         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8393
8394 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8395
8396         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8397         empty author.
8398
8399 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8400
8401         * gnus-registry.el (gnus-registry-marks): Add variable for
8402         customization of marks and their appearance.
8403         (gnus-registry-read-mark): Use it.
8404         (gnus-registry-do-marks): Add utility function to loop through
8405         `gnus-registry-marks'.
8406         (gnus-registry-install-shortcuts-and-menus): Add function to install
8407         shortcuts and menus.
8408         (gnus-registry-initialize): Use it.
8409         (gnus-registry-default-mark): Clarify documentation.
8410
8411 2008-02-29  Glenn Morris  <rgm@gnu.org>
8412
8413         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8414         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8415         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8416         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8417         Change defcustom :version from 23.0 to 23.1.
8418
8419 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8420
8421         * gnus-registry.el (gnus-registry-follow-group-p)
8422         (gnus-registry-post-process-groups): Add functions to aid registry
8423         splitting and improve logging.  Clarify behavior in function
8424         documentation.
8425         (gnus-registry-split-fancy-with-parent): Use them.
8426
8427 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8428
8429         * gnus-art.el: Use with-current-buffer.
8430
8431 2008-02-27  David Engster  <dengste@eml.cc>
8432
8433         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8434         Express real group name in the response.
8435
8436 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8439         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8440         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8441         autoload gnus-registry-fetch-group when compiling.
8442         (nnmairix-request-group-with-article-number-correction):
8443         Remove unreferenced argument passed to nnmairix-call-backend.
8444
8445 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8446
8447         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8448         (mm-uu-extract): Improve face for low color ttys.
8449         Reported by Sascha Wilde.
8450
8451 2008-02-27  Glenn Morris  <rgm@gnu.org>
8452
8453         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8454         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8455         variables to defconsts.  Convert comments to doc-strings.
8456         (nnmairix-last-server, nnmairix-current-server): Convert from free
8457         variables to defvars.  Convert comments to doc-strings.
8458         (gnus-registry-fetch-group): Autoload.
8459         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8460         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8461         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8462         caddr.
8463         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8464         nnmairix-request-group-with-article-number-correction call.
8465         (nnmairix-fast, nnmairix-group): New, less general names, for free
8466         variables passed from nnmairix-request-group to
8467         nnmairix-request-group-with-article-number-correction.  Declare.
8468         (nnmairix-request-group-with-article-number-correction):
8469         Use nnmairix-fast, nnmairix-group rather than fast, group.
8470
8471 2008-02-26  David Engster  <dengste@eml.cc>
8472
8473         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8474         version 0.5.
8475
8476 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8477
8478         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8479         instead of making an extra function call.  Don't add the current group
8480         to articles only when they have the group.  Use
8481         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8482         Reported by David <de_bb@arcor.de>.
8483
8484 2008-02-24  Miles Bader  <miles@gnu.org>
8485
8486         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8487         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8488         (mm-find-mime-charset-region):
8489         * mm-bodies.el (mm-encode-body):
8490         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8491
8492 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8495         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8496
8497 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8498
8499         * mail-source.el (mail-source-delete-incoming): Change default.
8500         Supplement doc string.
8501
8502         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8503
8504 2008-02-14  Glenn Morris  <rgm@gnu.org>
8505
8506         * time-date.el (format-seconds): New function.
8507
8508 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8509
8510         * nnmail.el (nnmail-message-id-cache-file): Derive from
8511         `gnus-home-directory'.
8512
8513 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8514
8515         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8516         Document negative prefix.
8517
8518         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8519
8520 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8521
8522         * message.el (message-unsent-separator): Add the Exim bounce
8523         separator.
8524
8525 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8526
8527         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8528         list.
8529         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8530         recipient/signer list.
8531
8532 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8533
8534         * Makefile.in (datarootdir): Define.
8535         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8536         name that might contain whitespace.
8537
8538 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8539
8540         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8541         fbound (Emacs 23 unicode), signal an error.
8542
8543 2008-02-08  Glenn Morris  <rgm@gnu.org>
8544
8545         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8546
8547 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8548
8549         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8550         ports to the calls to `netrc-machine-user-or-password' in addition to
8551         "imap" and "imaps".
8552
8553 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8554
8555         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8556
8557         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8558
8559 2008-02-01  Kenichi Handa  <handa@m17n.org>
8560
8561         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8562         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8563         (rfc2104-hash): Convert the result of concat to unibyte string.
8564
8565 2008-02-01  Dave Love  <fx@gnu.org>
8566
8567         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8568         coding-system-for-read.
8569         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8570
8571 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8574         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8575         <hanche@math.ntnu.no>.
8576
8577 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8580
8581         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8582
8583 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8584
8585         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8586         * message.el (message-beginning-of-line): Use featurep instead of bound
8587         tests in order to resolve conditionals at compile time.
8588
8589 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8590
8591         * mail-source.el (mail-sources): Add `group' choice.
8592
8593         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8594         parameter `in-group' to control into which group the articles go.
8595         Add treatment of `group' mail-source.
8596
8597 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8600
8601         * mm-decode.el (mm-dissect-buffer): Decode description.
8602
8603         * mml.el (mml-to-mime): Encode message header first.
8604
8605 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8608         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8609
8610         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8611         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8612
8613 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8614
8615         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8616
8617 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8618
8619         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8620         prefix keys.
8621         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8622         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8623         gnus-xmas.el.
8624
8625         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8626         (gnus-xmas-article-describe-bindings): New function.
8627         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8628         gnus-xmas-article-describe-bindings.
8629
8630         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8631
8632 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8633
8634         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8635         Add new variables for article mark management.
8636         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8637         list of extra data entries which, when present, will indicate that the
8638         article ID should not be trimmed from the registry.
8639         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8640         functions.
8641         (gnus-registry-read-mark): New function to read a mark name from the
8642         user.
8643         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8644         (gnus-registry-set-article-mark-internal): New functions to add and
8645         remove marks.
8646         (gnus-registry-get-article-marks): New function to show the marks for
8647         an article, or retrieve them for further use.
8648
8649 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8652         keys when no argument is given.
8653
8654 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8655
8656         * imap.el (imap-ping-server): New variable.
8657         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8658         (imap-ping-server): Minor doc string fixes.
8659
8660 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8661
8662         * imap.el (imap-ping-server): New function.
8663         (imap-opened): Call imap-ping-server.
8664
8665 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8666
8667         * gnus-sum.el (gnus-article-sort-by-random)
8668         (gnus-thread-sort-by-random): Fix doc strings.
8669         Reported by jidanni@jidanni.org.
8670
8671 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * gnus-art.el (gnus-article-describe-bindings): New function.
8674         (gnus-article-read-summary-keys): Use it.
8675         (gnus-article-mode-map): Bind `C-h b' to it.
8676
8677 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8680         XEmacs.
8681         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8682         Protect against non-character events.
8683
8684         * lpath.el: Fbind map-keymap for Emacs 21.
8685
8686 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8687
8688         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8689         New command.
8690         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8691         instead of END.  Change name of the temp file.
8692         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8693         customizable.
8694
8695 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8696
8697         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8698         bind `S W' to gnus-article-wide-reply-with-original; set default
8699         binding to gnus-article-read-summary-send-keys.
8700         (gnus-article-read-summary-keys): Fix the order of keys; display
8701         continuation keys correctly in the echo area; describe bindings
8702         correctly when keys end with `C-h'.
8703         (gnus-article-read-summary-send-keys): New function.
8704         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8705         Work for gnus-article-read-summary-send-keys; display continuation keys
8706         correctly in the echo area.
8707         (gnus-article-reply-with-original): Ignore prefix argument.
8708         (gnus-article-wide-reply-with-original): New function.
8709
8710         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8711         Emacs 21.
8712
8713 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8716         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8717
8718 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8719
8720         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8721         (gnus-group-read-ephemeral-gmane-group): New command.
8722
8723 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8724
8725         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8726
8727 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8728
8729         * message.el (message-send-mail-function): Increase custom version.
8730
8731         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8732         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8733
8734 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8735
8736         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8737         for the cases where imap-authenticate is called with a nil buffer
8738         parameter.
8739
8740 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8743         html parts correctly; support forwarded messages.
8744         (gnus-article-browse-html-article): Remove work buffers.
8745
8746         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8747         compiling.
8748         (netrc-bound-and-true-p): New macro.
8749         (netrc-parse): Use it instead of bound-and-true-p that is not available
8750         in XEmacs 21.4.
8751
8752 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8753
8754         * gnus-registry.el (gnus-registry-mark-article)
8755         (gnus-registry-article-marks): Add functionality to mark articles
8756         through the Gnus registry.
8757
8758         * encrypt.el: Clarify documentation for the new pgg method.
8759         (encrypt-file-alist): Add PGG option.
8760         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8761         functionality.  Abstract password key and messaging to external
8762         functions.
8763         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8764         (encrypt-message-method-and-cipher): Add new convenience external
8765         functions.
8766         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8767         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8768
8769         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8770         (netrc-parse): Use encrypt-file-alist to determine if
8771         encrypt-find-model or encrypt-insert-file-contents should be used.
8772
8773         * encrypt.el: Clarify documentation.  Load password-cache or
8774         password, whichever one is found first, instead of autoloading.
8775
8776 2007-12-19  Glenn Morris  <rgm@gnu.org>
8777
8778         * mml.el (message-options-set, message-narrow-to-head)
8779         (message-in-body-p, message-mail-p, message-encode-message-body):
8780         Autoload.
8781         (message-remove-header, message-narrow-to-headers-or-head)
8782         (message-subscribed-p, message-make-mail-followup-to)
8783         (message-position-on-field, message-news-p)
8784         (message-options-set-recipient, message-generate-headers)
8785         (message-sort-headers): Declare as functions.
8786
8787 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8788
8789         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8790         convention in doc string.
8791
8792 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8795         title to html parts.
8796         (gnus-article-browse-html-article): Pass message header to it.
8797
8798         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8799
8800 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8801
8802         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8803         or password compatible with XEmacs.
8804
8805 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8808         format document.
8809         (gnus-mime-delete-part): Don't write description line if empty.
8810         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8811
8812 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8813
8814         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8815         (gnus-summary-mark-read-and-unread-as-read)
8816         (gnus-summary-mark-current-read-and-unread-as-read)
8817         (gnus-summary-mark-unread-as-ticked): Doc fix.
8818         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8819
8820 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8821
8822         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8823         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8824
8825 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8826
8827         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8828         yes-or-no-p.
8829
8830 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8831
8832         * mm-decode.el (mm-add-meta-html-tag): New function.
8833         (mm-save-part-to-file, mm-pipe-part): Use it.
8834
8835         * gnus-art.el (gnus-article-browse-delete-temp-files):
8836         Use gnus-y-or-n-p instead of y-or-n-p.
8837         (gnus-article-browse-html-parts): Work with message/external-body; use
8838         mm-add-meta-html-tag.
8839
8840 2007-12-11  Glenn Morris  <rgm@gnu.org>
8841
8842         * gnus-cache.el: Require gnus-sum not just when compiling.
8843
8844         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8845
8846         * gnus-int.el (gnus-server-opened, gnus-status-message):
8847         Move definitions before use.
8848
8849         * mm-decode.el: Require gnus-util.
8850         (mm-remove-part): Only call delete-annotation on XEmacs.
8851
8852         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8853
8854         * nnmail.el: Require gnus-int.
8855
8856         * spam.el: Move `require's before `eval-when-compile's.
8857
8858         * gnus-ems.el (gnus-alive-p):
8859         * gnus-fun.el (message-goto-eoh):
8860         * gnus-util.el (gnus-group-name-decode):
8861         * mail-source.el (gnus-compress-sequence):
8862         * message.el (Info-goto-node, format-spec):
8863         * mm-bodies.el (message-options-get):
8864         * mm-decode.el (mm-view-pkcs7):
8865         * mm-util.el (gmm-write-region):
8866         * mml-smime.el (mml-compute-boundary)
8867         (gnus-completing-read-with-default):
8868         * mml.el (widget-button-press, gnus-make-hashtable):
8869         * mml1991.el (mm-decode-content-transfer-encoding)
8870         (mm-encode-content-transfer-encoding)
8871         (message-options-get, message-options-set):
8872         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8873         * nnfolder.el (gnus-request-group):
8874         * nnheader.el (ietf-drums-unfold-fws):
8875         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8876         * smime.el (gnus-run-mode-hooks):
8877         * spam-stat.el (gnus-message): Autoload.
8878
8879         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8880         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8881         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8882         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8883         Add declare-function compatibility definition.
8884
8885         * gnus-cache.el (nnvirtual-find-group-art):
8886         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8887         (gnus-add-image, gnus-add-wash-type):
8888         * gnus-group.el (nnkiboze-score-file):
8889         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8890         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8891         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8892         (message-tokenize-header, gnus-get-buffer-create)
8893         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8894         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8895         * gnus.el (gnus-group-decoded-name):
8896         * mail-source.el (imap-capability):
8897         * mm-bodies.el (message-options-set):
8898         * mm-decode.el (gnus-configure-windows):
8899         * mm-extern.el (message-goto-body):
8900         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8901         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8902         (epg-sub-key-validity, message-options-set):
8903         * mml.el (widget-event-point, gnus-configure-windows):
8904         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8905         * mml2015.el (epg-check-configuration, epg-configuration)
8906         (message-options-set):
8907         * nndb.el (nndb-request-article):
8908         * nnfolder.el (gnus-request-create-group):
8909         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8910         * nnmaildir.el (gnus-group-mark-article-read):
8911         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8912         * rfc1843.el (message-fetch-field):
8913         * spam.el (gnus-extract-address-components):
8914         Declare as functions.
8915
8916 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8919
8920         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8921
8922         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8923         bind show-trailing-whitespace for XEmacs.
8924
8925 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8926
8927         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8928         new no-op macro for backward compatibility.
8929
8930         * imap.el (imap-string-to-integer): New function.
8931
8932 2007-12-09  Glenn Morris  <rgm@gnu.org>
8933
8934         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8935
8936         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8937         * message.el, mm-view.el, sieve-manage.el, smime.el:
8938         Add declare-function compatibility definition.
8939
8940         * gnus-art.el (w3-region, w3m-region, Info-menu):
8941         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8942         * gnus-sum.el (gnus-get-predicate):
8943         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8944         * message.el (mail-abbrev-in-expansion-header-p):
8945         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8946         (w3m-detect-meta-charset, w3m-region):
8947         * sieve-manage.el (password-read, password-cache-add)
8948         (password-cache-remove):
8949         * smime.el (password-read-and-add): Declare as functions.
8950
8951 2007-12-08  David Kastrup  <dak@gnu.org>
8952
8953         * gnus-sum.el (gnus-summary-simplify-subject-query):
8954         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8955         `message'.
8956
8957 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8960         it to bind idna-program, installation-directory, defined-colors, and
8961         face-attribute for XEmacs of the version that compiles defcustom forms.
8962
8963 2007-12-07  Glenn Morris  <rgm@gnu.org>
8964
8965         * gnus-art.el (article-make-date-line): Revert previous change.
8966
8967 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8968
8969         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8970
8971 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8972
8973         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8974         Call gnus-add-to-range ranges only once with a prepared article-list.
8975
8976 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8977
8978         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8979         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8980         group names with backslashes.
8981         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8982
8983 2007-12-06  Deepak Goel  <deego3@gmail.com>
8984
8985         * gnus-art.el (article-make-date-line):
8986         * gnus-start.el (gnus-load):
8987         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8988
8989 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * gnus-art.el (gnus-use-idna)
8992         * gnus-start.el (gnus-site-init-file)
8993         * message.el (message-use-idna)
8994         * mm-uu.el (mm-uu-hide-markers)
8995         * smiley.el (smiley-style): Revert changes that suppress warnings.
8996
8997 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9000         specify charset to html source.
9001         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9002
9003 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9006         idna-program in order to suppress byte compile warning issued by XEmacs
9007         that came to byte compile the default value section of defcustom forms
9008         recently.
9009
9010         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9011         value of installation-directory.
9012
9013         * message.el (message-use-idna): Don't directly refer to the value of
9014         idna-program.
9015
9016         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9017
9018         * smiley.el (smiley-style): Don't directly call face-attribute.
9019
9020 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9021
9022         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9023
9024         * gnus-dired.el: Reduce Gnus dependencies.
9025         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9026         Don't require.  Use autoloads instead.
9027         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9028         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9029         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9030         (gnus-dired-mode): Adjust doc string.
9031         (gnus-dired-mail-mode): New variable.
9032         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9033         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9034         (gnus-dired-mail-buffers): New function.  Return mail or message
9035         composition buffers.
9036         (gnus-dired-attach): Use it.
9037         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9038         NO-DECODE.
9039         (gnus-dired-print): Use `gnus-print-buffer' depending on
9040         `gnus-dired-mail-mode'.
9041
9042 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * rfc2047.el (rfc2047-encoded-word-regexp)
9045         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9046         explaining what regexp patterns are for.
9047
9048 2007-12-04  Glenn Morris  <rgm@gnu.org>
9049
9050         * password.el: Move to password-cache.el.
9051
9052         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9053         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9054         * mml-smime.el (password-read, password-cache-add)
9055         (password-cache-remove):
9056         No need to autoload, since mml-sec requires password.
9057
9058         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9059         * message.el (gnus-extract-address-components):
9060         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9061
9062         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9063         password.
9064
9065 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9066
9067         * mailcap.el: Reduce dependencies.
9068         (mail-header-parse-content-type): Autoload.
9069         (mailcap-delete-duplicates): New alias.
9070         (mailcap-mime-info): Add optional argument NO-DECODE.
9071         (mailcap-mime-types): Use mailcap-delete-duplicates.
9072
9073         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9074
9075 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9076
9077         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9078         (imap-parse-status): Upcase status-att for servers that sends them
9079         lower-case (e.g., MS Exchange 2007).
9080
9081 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9082
9083         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9084         function.
9085
9086         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9087         (gnus-uu-yenc-article): New function.
9088
9089         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9090
9091         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9092
9093 2007-12-02  Glenn Morris  <rgm@gnu.org>
9094
9095         * binhex.el (binhex): New custom group.
9096         (binhex-decoder-program, binhex-decoder-switches)
9097         (binhex-use-external): Move to the binhex custom group.
9098
9099         * uudecode.el (uudecode): New custom group.
9100         (uudecode-decoder-program, uudecode-decoder-switches)
9101         (uudecode-use-external): Move to the uudecode custom group.
9102
9103         * netrc.el (top-level): Don't load `encrypt' features.
9104         (netrc-parse): Don't use encrypt.
9105         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9106
9107         * encrypt.el: Remove file.
9108
9109 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9110
9111         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9112         matches on patches.
9113
9114         * gnus-art.el (gnus-article-browse-html-article):
9115         Mention `mm-text-html-renderer' in the doc string.
9116
9117         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9118         string.  Add comments.
9119
9120         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9121         if rhs is ASCII.
9122
9123 2007-12-01  Glenn Morris  <rgm@gnu.org>
9124
9125         * mail-source.el (top-level): Require format-spec before
9126         eval-when-compile.
9127
9128 2007-11-30  Glenn Morris  <rgm@gnu.org>
9129
9130         * encrypt.el: Require password, rather than autoloading password-read.
9131
9132 2007-11-29  Glenn Morris  <rgm@gnu.org>
9133
9134         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9135         (sasl-make-client, sasl-next-step, sasl-step-data)
9136         (sasl-step-set-data): Declare as functions.
9137
9138 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9139
9140         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9141
9142 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9143
9144         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9145         certs should be verified and what is to be done in the event of a
9146         verification failure.
9147
9148         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9149         caller can indicate whether the cache should be disregarded for this
9150         call.  This way the result of the call is reproducible at all times and
9151         can be considered a canonical server name for the supplied method.
9152         (gnus-agent-method-p): Canonicalize server names by pushing their
9153         method through `gnus-method-to-server' using the no-cache argument.
9154
9155         * gnus-srvr.el (gnus-server-insert-server-line):
9156         Call `gnus-method-to-server' with `no-cache' argument.
9157
9158         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9159         gnus-agent-possibly-synchronize-flags as this should be called when the
9160         server is actually being opened.
9161         (gnus-agent-possibly-synchronize-flags)
9162         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9163         flags file of an agentized server to the latter function.
9164
9165         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9166         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9167         after a connection has been established successfully.
9168
9169 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * gnus-art.el (article-display-face): Force to display face if called
9172         interactively; check if gnus-article-x-face-too-ugly matches author.
9173         (article-display-x-face): Display face even if From header is missing
9174         as article-display-face does.
9175
9176 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9177
9178         * hashcash.el (message-narrow-to-headers-or-head)
9179         (message-fetch-field, message-goto-eoh)
9180         (message-narrow-to-headers): Declare as functions.
9181
9182 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9183
9184         * mail-source.el (mail-sources): Default to fetch from file for
9185         compatibility with default of nnmail-spool-file.
9186
9187 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9188
9189         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9190         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9191         to look for encoded word that should be encoded again.
9192         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9193         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9194         encoding pattern.
9195         (rfc2047-decode-region): Switch strict regexp and loose one according
9196         to rfc2047-allow-irregular-q-encoded-words.
9197
9198 2007-11-25  Romain Francoise  <romain@orebokech.com>
9199
9200         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9201
9202 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9203
9204         * tls.el (tls-program): Provide more custom choices from
9205         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9206         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9207
9208 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9209
9210         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9211         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9212
9213         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9214         `nnmail-spool-file'.
9215
9216         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9217         `nnmail-spool-file'.
9218
9219         * gnus-move.el (gnus-change-server): Ditto.
9220
9221         * gnus-kill.el (gnus-batch-score): Ditto.
9222
9223         * gnus-cache.el (gnus-jog-cache): Ditto.
9224
9225         * gnus-msg.el (gnus-summary-reply):
9226         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9227
9228 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9229
9230         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9231         version.  Minor improvement to doc strings.
9232         (tls-program): Add comment.
9233
9234 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9235
9236         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9237         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9238         mismatch between the hostname provided in the certificate and the name
9239         of the host connnecting to.
9240         (open-tls-stream): Use them.  Check certificates against trusted root
9241         certificates.
9242
9243 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9244
9245         * gnus-cache.el (gnus-cache-generate-nov-databases):
9246         Use nnml-generate-nov-databases-directory instead of
9247         nnml-generate-nov-databases-1.
9248
9249 2007-11-24  Glenn Morris  <rgm@gnu.org>
9250
9251         * message.el (message-tool-bar-retro): Update for rename
9252         mail_send.xpm->mail-send.xpm.
9253
9254 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9255
9256         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9257         `smime-ldap-search' for Emacs 22 and up.
9258
9259 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9260
9261         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9262
9263         * message.el (message-send-mail-function): Fix error convention.
9264         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9265         (message-widen-reply, message-send-mail, message-talkative-question)
9266         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9267         (message-clone-locals, message-send-news): Use with-current-buffer.
9268         (message-insert-or-toggle-importance): Remove unused var `valid'.
9269         (message-make-references): Remove unused var `new-references'.
9270         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9271
9272 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9273
9274         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9275         (spam-split-symbolic-return-positive): Reflow docstring.
9276         (spam-backends, spam-summary-exit-behavior)
9277         (spam-mark-ham-unread-before-move-from-spam-group)
9278         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9279         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9280         (spam-clear-cache, spam-backend-check, spam-install-backend)
9281         (spam-install-statistical-backend, spam-list-of-processors)
9282         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9283         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9284         (spam-check-crm114, spam-initialize, spam-unload-hook):
9285         Fix typos in docstrings.
9286
9287 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9290         been checked if they have never been read and those group levels are
9291         higher than the one that a user specified.
9292
9293 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9294
9295         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9296         foreign groups unless a group level is specified by a user.
9297         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9298
9299 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * message.el (message-send-mail-function): Require sendmail.
9302
9303 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9304
9305         * message.el (message-send-mail-function): Check for smtpmail too.
9306
9307         * utf7.el (utf7-encode, utf7-decode): Use coding system
9308         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9309
9310         * message.el (message-send-mail-function): New function.
9311         (message-send-mail-function): Set default using
9312         message-send-mail-function.  Adjust doc string.
9313         (message-send-mail-with-mailclient): New function.
9314
9315 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9316
9317         * smime.el (from):
9318         * rfc2047.el (message-posting-charset):
9319         * qp.el (mm-use-ultra-safe-encoding):
9320         * pop3.el (parse-time-months):
9321         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9322         * nnml.el (files):
9323         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9324         (jka-compr-compression-info-list, ange-ftp-path-format)
9325         (efs-path-regexp):
9326         * nndiary.el (files):
9327         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9328         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9329         (epg-digest-algorithm-alist, inhibit-redisplay)
9330         (password-cache-expiry):
9331         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9332         (pgg-output-buffer, password-cache-expiry):
9333         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9334         (efs-path-regexp):
9335         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9336         (inhibit-redisplay):
9337         * mm-uu.el (file-name, start-point, end-point, entry)
9338         (gnus-newsgroup-name, gnus-newsgroup-charset):
9339         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9340         (latin-unity-ucs-list):
9341         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9342         (mm-uu-binhex-decode-function):
9343         * message.el (gnus-message-group-art, gnus-list-identifiers)
9344         (rmail-enable-mime-composing, gnus-local-organization)
9345         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9346         (gnus-read-active-file, facemenu-add-face-function)
9347         (facemenu-remove-face-function, gnus-article-decoded-p)
9348         (tool-bar-mode):
9349         * mail-source.el (display-time-mail-function):
9350         * gnus-util.el (nnmail-pathname-coding-system)
9351         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9352         (gnus-original-article-buffer, gnus-user-agent)
9353         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9354         (xemacs-codename, sxemacs-codename, emacs-program-version):
9355         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9356         * gnus-start.el (gnus-agent-covered-methods)
9357         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9358         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9359         (gnus-newsgroup-headers, gnus-group-list-mode)
9360         (gnus-group-mark-positions, gnus-newsgroup-data)
9361         (gnus-newsgroup-unreads, nnoo-state-alist)
9362         (gnus-current-select-method, mail-sources)
9363         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9364         (nnmail-spool-file, gnus-cache-active-hashtb):
9365         * gnus-mh.el (mh-lib-progs):
9366         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9367         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9368         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9369         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9370         (gnus-group-buffer):
9371         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9372         (font-lock-set-defaults):
9373         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9374         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9375         (gnus-summary-post-menu, total-parts, type, condition, length):
9376         * gnus-agent.el (gnus-agent-read-agentview):
9377         * flow-fill.el (show-trailing-whitespace):
9378         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9379         eval-and-compile wrappers for byte compiler pacifiers.
9380
9381         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9382         (mm-display-inline-fontify): Check for featurep 'xemacs not
9383         extent-list.
9384
9385         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9386         itimer-list.
9387         (mm-create-image-xemacs): Only do something for XEmacs.
9388         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9389
9390         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9391
9392         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9393         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9394
9395 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9396
9397         * nnimap.el (nnimap-split-download-body):
9398         * gnus-demon.el (gnus-demon):
9399         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9400
9401 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9404         New macros.
9405         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9406         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9407         copy data from unibyte buffer to multibyte current buffer.
9408         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9409         to copy data from unibyte current buffer to multibyte buffer.
9410         (nntp-make-process-buffer): Make process buffer unibyte.
9411
9412         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9413
9414 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9415
9416         * pop3.el (pop3-open-server): Accept and process data more robustly at
9417         connexion start to avoid spurious "POP SSL connexion failed" errors.
9418
9419 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9422         read group names.
9423
9424 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9427
9428 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9431         (nnmail-save-active): Use a unibyte buffer when saving active file,
9432         which may contain non-ASCII group names.
9433
9434         * nnml.el (nnml-request-group): Decode group names in messages.
9435
9436 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9437
9438         * message.el (message-citation-line-function)
9439         (message-insert-formatted-citation-line): Fix spelling of
9440         `message-insert-formated-citation-line'.
9441
9442 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9445
9446 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9449         nnmail-pathname-coding-system.
9450
9451         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9452         that a user enters; decode group names in messages.
9453
9454         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9455
9456 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9457
9458         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9459
9460         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9461
9462         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9463         risky local variable.
9464
9465         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9466
9467 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9468
9469         * encrypt.el: Improve documentation to fix function name typo.
9470         Reported by Daiki Ueno <ueno@unixuser.org>.
9471
9472 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9475         even if the point is not in the last page of an article.
9476         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9477         back to the previous page.
9478
9479 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9480
9481         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9482
9483 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9484
9485         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9486
9487 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9488
9489         * message.el (message-check-news-body-syntax):
9490         Avoid mm-string-as-multibyte.
9491         (message-hide-headers): Don't assume (point-min)==1.
9492
9493 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9494
9495         * message.el (message-remove-blank-cited-lines): Fix if remove is
9496         given.
9497         (message-bogus-address-regexp): New variable.
9498         (message-bogus-recipient-p): New function.
9499         (message-check-recipients): New command.
9500         (message-syntax-checks): Add `bogus-recipient'.
9501         (message-fix-before-sending): Add `bogus-recipient'.
9502
9503         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9504         (gnus-treat-body-boundary): Don't test window-system.
9505
9506 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9507
9508         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9509
9510 2007-10-28  Miles Bader  <miles@gnu.org>
9511
9512         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9513         at compile-time too.
9514
9515 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * gnus-msg.el (gnus-message-setup-hook):
9518         Add `message-remove-blank-cited-lines' to options.
9519
9520 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9521
9522         * message.el (message-remove-blank-cited-lines): New function.
9523         Suggested by Karl Plästerer.
9524
9525 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9528         mapc.
9529
9530         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9531         (top-level): Use mapc to set functions to be traced for debugging.
9532
9533         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9534         called for effect with while loop.
9535
9536         * message.el (message-talkative-question): Replace mapcar called for
9537         effect with mapc.
9538
9539         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9540         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9541         called for effect with dolist.
9542
9543         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9544
9545         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9546         gnus-extra-headers and nnmail-extra-headers.
9547
9548         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9549         called for effect with dolist.
9550         (top-level): Use mapc to set functions to be traced for debugging.
9551
9552         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9553         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9554         dolist.
9555
9556         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9557         Replace mapcar called for effect with mapc.
9558         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9559         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9560         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9561         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9562
9563         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9564         remove-if that's a cl function.
9565
9566         * webmail.el (webmail-debug): Replace mapcar called for effect with
9567         dolist.
9568
9569         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9570         with mapc.
9571
9572 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9575         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9576         with while loop.
9577
9578         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9579         functions from article-* functions.
9580         (gnus-multi-decode-header): Replace mapcar called for effect with
9581         dolist.
9582
9583         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9584         (gnus-bookmark-show-details): Replace mapcar called for effect with
9585         while loop.
9586
9587         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9588         called for effect with while loop.
9589
9590         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9591         with dolist.
9592
9593         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9594         Replace mapcar called for effect with dolist.
9595
9596         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9597
9598         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9599         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9600         Replace mapcar called for effect with dolist.
9601         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9602         mapc.
9603
9604         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9605         Replace mapcar called for effect with dolist.
9606         (gnus-topic-list): Replace mapcar called for effect with mapc.
9607
9608         * gnus.el: Use mapc instead of mapcar to add autoloads.
9609
9610 2007-10-23  Richard Stallman  <rms@gnu.org>
9611
9612         * gnus-group.el (gnus-group-highlight): Mark as risky.
9613
9614 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9615
9616         * gnus.el (gnus-server-to-method): Return method found first in
9617         gnus-newsrc-alist.
9618
9619         * gnus-art.el (gnus-article-highlight-signature)
9620         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9621         button overlay without the front stickiness.
9622
9623 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9624
9625         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9626         overview buffer needed a catch to receive its throw.
9627         (gnus-agent-flush-cache): Declare as interactive to make this function
9628         easier to use.
9629
9630 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9631
9632         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9633         `next-line'.
9634
9635 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9638         exclude address matching message-dont-reply-to-names.
9639
9640 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * gnus-util.el (gnus-string<): New function.
9643
9644         * gnus-sum.el (gnus-article-sort-by-author)
9645         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9646
9647 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9648
9649         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9650         the frame-focus tag is set in gnus-buffer-configuration.
9651
9652 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9655         the front stickiness.
9656
9657 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9658
9659         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9660         url pattern; remove duplicate one.
9661         (gnus-article-extend-url-button): New function.
9662         (gnus-article-add-buttons): Use it.
9663         (gnus-button-push): Use concatenated url that it makes.
9664
9665 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9666
9667         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9668
9669 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9670
9671         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9672         Don't hardcode point-min==1.
9673
9674 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9677         Fix comment about "iso8859-1".
9678
9679 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9680
9681         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9682         ones returned from the verify-function.
9683
9684         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9685         Call mml2015-extract-cleartext-signature if extraction failed.
9686
9687 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9688
9689         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9690         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9691         failed.
9692
9693 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9694
9695         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9696
9697 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9698
9699         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9700         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9701         recommends to use EasyPG instead of PGG.
9702
9703         * pgg.el: Revert to revision 6.23.2.16.
9704
9705         * pgg-def.el: Revert to revision 6.6.2.14.
9706
9707         * pgg-gpg.el: Revert to revision 6.23.2.34.
9708
9709 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9710
9711         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9712         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9713         thread for both the null and zero (kill/expire thread) universal prefix
9714         cases.
9715         (gnus-summary-expire-thread): Add new function to expire a thread,
9716         using gnus-summary-kill-thread.
9717         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9718         shortcuts for gnus-summary-expire-thread.
9719         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9720         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9721
9722 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9723
9724         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9725         extras value, so an extras entry can be deleted.
9726         (gnus-registry-delete-extra-entry): Use it.
9727         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9728         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9729         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9730         storage through the gnus-registry, and provide an appropriate API for
9731         it.
9732
9733 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9736         Suggested by Leo <sdl.web@gmail.com>.
9737
9738         * gnus.el: Do.
9739
9740 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9743         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9744
9745         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9746
9747         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9748         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9749
9750 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9753         newline.
9754         (nnmbox-request-accept-article): Don't change article in source buffer;
9755         narrow to header to use message-fetch-field rather than
9756         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9757         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9758         as delimiters; make sure article ends with newline.
9759         (nnmbox-delete-mail): Correct last position of article to be deleted;
9760         ignore X-Gnus-Newsgroup header in article body.
9761         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9762         positions; make sure article ends with newline.
9763
9764         * message.el (message-display-abbrev): Don't infloop when a user
9765         inserts SPC in the beginning of header.
9766
9767         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9768         coding-system-for-read and coding-system-for-write for XEmacs having no
9769         file-coding feature.
9770
9771         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9772
9773 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9774
9775         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9776         list of groups not followed by default.  Fix type to be regexp.
9777         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9778
9779 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9780
9781         * hmac-def.el (define-hmac-function): Switch from old-style to
9782         new-style backquotes.
9783
9784         * md4.el (md4-make-step): Likewise.
9785
9786 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9789         raw-text coding system when saving .newsrc file, which may contain
9790         non-ASCII group names.
9791
9792 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * gnus-cus.el (gnus-score-extra): New widget.
9795         (gnus-score-extra-convert): New function.
9796         (gnus-score-customize): Use it for Extra.
9797
9798 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9799
9800         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9801         (mml2015-mailcrypt-clear-verify): Use it.
9802         (mml2015-gpg-clear-verify): Use it.
9803         (mml2015-pgg-clear-verify): Use it.
9804         (mml2015-epg-clear-verify): Replace the current part with the output
9805         from GnuPG; don't extract the plaintext by itself.
9806
9807         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9808         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9809         mml2015-clear-verify-function; don't touch the armor headers or
9810         dash-escaped text here.
9811
9812 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9815         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9816         parts, or application/octet-stream as a last resort.
9817         (gnus-mime-view-part-as-type): Don't toggle display.
9818         (gnus-mime-view-part-as-charset): Don't turn off display before
9819         querying charset.
9820
9821         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9822         stuff to undisplayer function in Emacs.
9823         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9824
9825         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9826         text/calendar parts.
9827
9828 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9831         decoding text/calendar parts.
9832
9833         * message.el (message-forward-make-body-mime): Always mark body as
9834         having no illegible text; remove signed-or-encrypted argument.
9835         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9836
9837         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9838         (mml-generate-mime-1): Don't encode body if it is specified to be in
9839         raw form; don't make buffer be unibyte when inserting multibyte string.
9840
9841 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9842
9843         * sha1.el: Fix up comment style.
9844         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9845         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9846
9847         * hex-util.el: Fix up comment style.
9848         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9849
9850         * gnus-salt.el: Use with-current-buffer.
9851         (gnus-pick-setup-message): Fix long-standing typo.
9852
9853 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * imap.el (imap-logout-timeout): New variable.
9856         (imap-logout, imap-logout-wait): New functions.
9857         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9858
9859         * nnimap.el (nnimap-logout-timeout): New server variable.
9860         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9861         nnimap-logout-timeout.
9862
9863         * gnus-art.el (gnus-article-summary-command-nosave)
9864         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9865
9866 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * gnus.el (gnus-maximum-newsgroup): New variable.
9869
9870         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9871         according to gnus-maximum-newsgroup.
9872
9873         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9874         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9875         Limit the range of articles according to gnus-maximum-newsgroup.
9876
9877 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9878
9879         * gnus-art.el (gnus-sticky-article): Fix problems described in
9880         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9881         Don't perform gnus-configure-windows here; reuse existing sticky
9882         article buffer.
9883
9884         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9885         it doesn't exist in gnus-article-mode.
9886
9887 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9888
9889         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9890         (gnus-agent-decoded-group-name): New function.
9891         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9892         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9893
9894 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9895
9896         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9897         Add binding for gnus-sticky-article.
9898         (gnus-summary-exit): Don't kill sticky article buffers.
9899
9900         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9901         article buffer.
9902         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9903         (gnus-kill-sticky-article-buffers): New commands.
9904
9905 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * nntp.el (nntp-xref-number-is-evil): New server variable.
9908         (nntp-find-group-and-number): If it is non-nil, don't trust article
9909         numbers in the Xref header.
9910
9911 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9912
9913         * gnus-agent.el (gnus-agent-read-group): New function.
9914         (gnus-agent-flush-group, gnus-agent-expire-group)
9915         (gnus-agent-regenerate-group): Use it.
9916         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9917         nnmail-pathname-coding-system.
9918
9919 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9922
9923         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9924         that are unread as unread, and also as selected so that information of
9925         marks having been changed by a user may be updated when exiting group.
9926
9927 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9930
9931 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9932
9933         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9934         calculated ignoring signature parts to gnus-treat-article.
9935
9936 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9939         a point here in order to keep the window start.
9940         (gnus-insert-mime-security-button): Make a button overlay without the
9941         front stickiness.
9942         (gnus-mime-display-security): Goto the end of a button.
9943
9944         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9945
9946 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9949         group-name-at-point.
9950         (gnus-group-completing-read): New function that offers decoded
9951         non-ASCII group names for completion.
9952         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9953         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9954         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9955         (gnus-group-fetch-control): Use it.
9956         (gnus-fetch-group): Use group-name-at-point for the initial value
9957         rather than the default value; use gnus-alive-p.
9958
9959         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9960         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9961         (gnus-summary-post-news): Use gnus-group-completing-read.
9962
9963         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9964         (gnus-read-move-group-name): Decode group name for completion.
9965
9966 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9967
9968         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9969         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9970         Yamaoka slightly modified the code).
9971
9972 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9973
9974         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9975         (nnmail-split-incoming): Bind it.
9976
9977         * nnml.el (nnml-group-name-charset): New function.
9978         (nnml-decoded-group-name): Use it; don't decode group name if
9979         nnmail-group-names-not-encoded-p is non-nil.
9980         (nnml-encoded-group-name): New function.
9981         (nnml-group-pathname): Inline nnml-decoded-group-name.
9982         (nnml-request-expire-articles): Decode group name in message.
9983         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9984         nnmail-pathname-coding-system.
9985         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9986         not decoded ones according to nnmail-group-names-not-encoded-p.
9987         (nnml-generate-active-info): Use nnml-encoded-group-name.
9988
9989 2007-08-08  Glenn Morris  <rgm@gnu.org>
9990
9991         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9992         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9993         doc-strings and comments.
9994
9995 2007-07-25  Glenn Morris  <rgm@gnu.org>
9996
9997         * Relicense all FSF files to GPLv3 or later.
9998
9999 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * gnus-sum.el (gnus-summary-move-article):
10002         Make gnus-summary-respool-article work.
10003
10004 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10005
10006         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10007         string.
10008
10009 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10010
10011         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10012         that should be ignored when comparing distant RSS articles with local
10013         ones.
10014         (nnrss-make-hash-index): New function.  Create a hash index according
10015         to the ignored fields.
10016         (nnrss-check-group): Use it.
10017
10018 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10019
10020         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10021
10022         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10023
10024         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10025         the new optional argument ENCODED is non-nil.
10026         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10027         coding system for encoding group name.
10028         (gnus-group-make-rss-group): Pass un-encoded group name to
10029         gnus-group-make-group.
10030         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10031         encoded.
10032
10033         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10034         Encode group name to which articles are moved or copied.
10035         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10036         coding system for encoding Newsgroup, Followup-To and Xref headers.
10037
10038         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10039         marks; use nnheader-file-coding-system to write a file.
10040         (nnagent-retrieve-headers): Bind file-name-coding-system to
10041         nnmail-pathname-coding-system.
10042
10043         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10044
10045         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10046         (nnml-request-article, nnml-request-create-group)
10047         (nnml-request-rename-group, nnml-find-id)
10048         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10049         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10050         (nnml-save-marks): Use nnml-group-pathname instead of
10051         nnmail-group-pathname.
10052
10053         (nnml-request-create-group, nnml-request-expire-articles)
10054         (nnml-request-move-article, nnml-request-delete-group)
10055         (nnml-deletable-article-p, nnml-possibly-create-directory)
10056         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10057         (nnml-open-marks): Bind file-name-coding-system to
10058         nnmail-pathname-coding-system.
10059
10060         (nnml-request-article): Pass server argument to nnml-find-group-number.
10061         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10062         Pass server argument to nnml-possibly-create-directory.
10063         (nnml-request-accept-article): Pass server argument to
10064         nnml-active-number and nnml-save-mail.
10065         (nnml-find-group-number): Pass server argument to nnml-find-id.
10066         (nnml-request-update-info): Pass server argument to
10067         nnml-marks-changed-p.
10068
10069         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10070         (nnml-save-mail, nnml-active-number): Add server argument.
10071
10072         (nnml-request-delete-group): Warn if group is missing.
10073         (nnml-get-nov-buffer): Decode group name.
10074         (nnml-generate-active-info): Encode group name.
10075         (nnml-open-marks): Decode group name in messages.
10076
10077 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10080         if it is not specified.
10081         (gnus-article-pipe-part, gnus-article-save-part)
10082         (gnus-article-interactively-view-part, gnus-article-copy-part)
10083         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10084         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10085         (gnus-article-replace-part, gnus-article-delete-part)
10086         (gnus-article-view-part-as-type): Pass raw prefix argument to
10087         gnus-article-part-wrapper.
10088
10089 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * gnus-agent.el (gnus-agent-save-active):
10092         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10093
10094         * gnus-cache.el (gnus-cache-save-buffers)
10095         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10096         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10097         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10098         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10099         (gnus-cache-generate-active, gnus-cache-rename-group)
10100         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10101         (gnus-cache-update-overview-total-fetched-for):
10102         Bind file-name-coding-system to nnmail-pathname-coding-system.
10103         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10104         New variables.
10105         (gnus-cache-decoded-group-name): New function.
10106         (gnus-cache-file-name): Use it.
10107         (gnus-cache-generate-active): Use non-decoded group name for active.
10108
10109         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10110         right place.
10111         (gnus-write-active-file): Don't break non-ASCII group names.
10112
10113         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10114         nnmail-pathname-coding-system.
10115
10116         * lpath.el: Bind default-file-name-coding-system,
10117         file-name-coding-system and language-info-alist for XEmacs.
10118
10119         * gnus-uu.el (gnus-uu-decode-save): Typo.
10120
10121 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10124
10125 2007-07-14  David Kastrup  <dak@gnu.org>
10126
10127         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10128         finishing actions if we did not edit the article.
10129
10130 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10133         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10134         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10135         (gnus-agent-flush-group, gnus-agent-flush-cache)
10136         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10137         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10138         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10139         (gnus-agent-regenerate-group)
10140         (gnus-agent-update-files-total-fetched-for)
10141         (gnus-agent-update-view-total-fetched-for):
10142         Bind file-name-coding-system to nnmail-pathname-coding-system.
10143         (gnus-agent-group-pathname): Don't encode file names by
10144         nnmail-pathname-coding-system.
10145         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10146         coding-system-for-write instead of buffer-file-coding-system to
10147         gnus-agent-file-coding-system.
10148
10149         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10150         Decode group name.
10151
10152         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10153
10154         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10155         (gnus-read-newsrc-el-file): Make group names unibyte.
10156
10157         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10158         nnmail-pathname-coding-system.
10159
10160         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10161         (nnrss-request-delete-group): Bind file-name-coding-system to
10162         nnmail-pathname-coding-system.
10163         (nnrss-read-server-data, nnrss-read-group-data):
10164         Bind file-name-coding-system correctly.
10165         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10166
10167         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10168         (nntp-server-to-method-cache): New variable.
10169         (nntp-group-pathname): New function that decodes non-ASCII group names.
10170         (nntp-possibly-create-directory, nntp-marks-changed-p)
10171         (nntp-save-marks, nntp-open-marks): Use it.
10172         (nntp-possibly-create-directory, nntp-open-marks):
10173         Bind file-name-coding-system to nnmail-pathname-coding-system.
10174         (nntp-open-marks): Decode group names when bootstrapping marks.
10175
10176         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10177         Newsgroups and Folowup-To headers.
10178
10179 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10182         (gnus-server-closed-face, gnus-server-denied-face)
10183         (gnus-server-offline-face): Remove variable.
10184         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10185
10186         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10187         of modifying message-stack directly for XEmacs.
10188
10189         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10190         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10191         if the coding-system argument is nil for XEmacs.
10192
10193         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10194         mm-charset-override-alist.
10195
10196         * rfc2047.el: Don't require base64; require rfc2045 for the function
10197         rfc2045-encode-string.
10198         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10199         to quote the parameter value.
10200
10201 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10204         form in gnus-group-name-charset-method-alist.
10205
10206         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10207         overrides the default layout edit-form.
10208
10209         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10210
10211         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10212
10213 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10216         as unfetched articles.
10217
10218 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10219
10220         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10221
10222 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10225         original back end that keeps marks in the local system.
10226
10227 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10230         arg of pop-to-buffer for XEmacs.
10231         (gnus-article-read-summary-keys): Ditto; don't restore window
10232         configuration if summary command ends up with neither article buffer
10233         nor summary buffer; describe bindings if summary keys end with C-h.
10234
10235 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10236
10237         * message.el (message-fix-before-sending): Skip raw message part to be
10238         forwarded while checking illegible text.
10239         (message-forward-make-body-mime, message-forward-make-body):
10240         Mark signed or encrypted raw message as having no illegible text.
10241
10242 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10245         (gnus-message-with-timestamp-1): New macro.
10246         (gnus-message-with-timestamp): New function.
10247         (gnus-message): Use them.
10248
10249         * nnheader.el (nnheader-message): Use them.
10250
10251 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10252
10253         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10254         .newsrc.eld file.
10255
10256 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * gnus-agent.el (gnus-agent-fetch-headers)
10259         (gnus-agent-retrieve-headers):
10260         Bind gnus-decode-encoded-address-function to identity.
10261
10262         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10263         available also when the server returns simply a dot.
10264
10265         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10266
10267 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10270
10271 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10272
10273         * gnus-ems.el (gnus-x-splash): Make it work.
10274
10275         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10276         from being used.
10277
10278         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10279
10280 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10281
10282         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10283         4th and the 5th arguments.
10284
10285         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10286         the front stickiness.
10287         (gnus-article-summary-command-nosave): Correct the order of the
10288         arguments passed to pop-to-buffer.
10289         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10290         summary command ends up with the article buffer.
10291
10292         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10293         the same faces.
10294
10295 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10296
10297         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10298
10299 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10300
10301         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10302         * gnus-sum.el (gnus-summary-highlight):
10303         * pgg.el (pgg-sign-region, pgg-sign):
10304         * mail-source.el (mail-source-delete-old-incoming-confirm):
10305         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10306
10307 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10308
10309         * gnus-art.el (gnus-mime-view-part-externally)
10310         (gnus-mime-view-part-internally): Fix predicate function passed to
10311         completing-read.
10312
10313         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10314
10315         * gnus.el (gnus-update-message-archive-method): Add :version.
10316
10317 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * gnus.el (gnus-update-message-archive-method): New variable.
10320
10321         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10322         according to gnus-message-archive-method if
10323         gnus-update-message-archive-method is non-nil.
10324
10325 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10328         Suggested by Loic Dachary <loic@dachary.org>.
10329         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10330
10331 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10332
10333         * message.el (message-pop-to-buffer): Add switch-function argument.
10334         (message-mail): Pass switch-function argument to it.
10335
10336 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10337
10338         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10339         Improve doc string.
10340
10341 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10344         (gnus-header-content)
10345         * gnus-cite.el (gnus-cite-10)
10346         * gnus-srvr.el (gnus-server-closed)
10347         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10348         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10349         (gnus-group-mail-3-empty, gnus-group-mail-low)
10350         (gnus-group-mail-low-empty, gnus-splash)
10351         * message.el (message-header-to, message-header-cc)
10352         (message-header-subject, message-header-other, message-header-name)
10353         (message-header-xheader, message-separator, message-cited-text)
10354         (message-mml): Lighten colors of faces used for dark background.
10355
10356 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10357
10358         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10359         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10360
10361 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * message.el (message-narrow-to-headers-or-head):
10364         Ignore mail-header-separator in the body.
10365
10366 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10367
10368         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10369         same as window size.
10370
10371 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10372
10373         * message.el (message-font-lock-keywords): Use message-header-xheader
10374         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10375         ahead of the anything pattern, to get it recognised.
10376
10377 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10380         spam.el loads uses it in the compiled defadvice form.
10381
10382 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10383
10384         * gnus-sum.el (gnus-articles-to-read)
10385         (gnus-summary-insert-old-articles): Don't truncate group name for
10386         `read-string'.
10387
10388         * gnus-util.el (gnus-limit-string): Delete this function.
10389
10390         * gnus-sum.el (gnus-simplify-subject-fully):
10391         Use `truncate-string-to-width' instead.
10392
10393 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10394
10395         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10396         Tell if, on summary exit, the next group has to be selected.
10397         (gnus-summary-exit): Use it.
10398
10399 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10400
10401         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10402         non-break space.
10403
10404 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10407         Check if group is not a directory.
10408         (nnfolder-request-expire-articles): Don't delete articles if the target
10409         group is not available.
10410
10411         * nnml.el (nnml-request-create-group): Properly check if group is not a
10412         file.
10413         (nnml-request-expire-articles): Don't delete articles if the target
10414         group is not available.
10415
10416         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10417         Don't quote characters that are within parentheses.
10418
10419 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10422         (gnus-handle-ephemeral-exit): Select article according to it.
10423
10424 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * message.el (message-insert-formated-citation-line): Remove newline.
10427         (message-citation-line-format): Add final \n here so that the user can
10428         avoid a blank line.
10429
10430 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10431
10432         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10433         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10434         Update lanl/arXiv support.
10435
10436 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * gnus.el: Bump version number.
10439
10440 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10441
10442         * gnus.el (gnus-version-number): Bump version.
10443
10444 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10445
10446         * gnus.el: No Gnus v0.6 is released.
10447
10448 2007-04-27  Didier Verna  <didier@xemacs.org>
10449
10450         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10451         * gmm-utils.el (gmm-regexp-concat): ... here.
10452         * message.el: Don't require 'gnus-util.
10453         (message-dont-reply-to-names): Handle name change above.
10454         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10455
10456 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10459         since the initial value varies according to the system.
10460
10461 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10464
10465 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10466
10467         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10468
10469 2007-04-24  Didier Verna  <didier@xemacs.org>
10470
10471         Improve the type of gnus-ignored-from-addresses.
10472         * gnus-util.el (gnus-orify-regexp): New function.
10473         * message.el (gnus-util): Require it.
10474         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10475         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10476         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10477
10478 2007-04-24  Didier Verna  <didier@xemacs.org>
10479
10480         * gnus-sum.el:
10481         * gnus-utils.el: Fix some trailing whitespaces.
10482
10483 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10486         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10487         article's Message-ID; refer parent article in summary buffer.
10488
10489         * message.el (message-bounce): Call mime-to-mml.
10490
10491         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10492         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10493         optimize and/or forms properly.
10494
10495 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10496
10497         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10498         URL.
10499
10500 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10501
10502         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10503
10504 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10507         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10508         displayed of multipart/alternative part if it is invoked from summary
10509         buffer.
10510
10511         * mm-view.el (mm-inline-text-html-render-with-w3m)
10512         (mm-inline-text-html-render-with-w3m-standalone)
10513         (mm-inline-render-with-function): Use mail-parse-charset by default.
10514
10515 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10516
10517         * parse-time.el (parse-time-string-chars): Check if CHAR
10518         is less than the length of parse-time-syntax.
10519
10520 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10523         from gnus-newsgroup-processable.
10524
10525 2007-04-16  Didier Verna  <didier@xemacs.org>
10526
10527         * gnus-msg.el (gnus-configure-posting-styles):
10528         Handle message-signature-directory properly with :file syntax.
10529         Reported by "Leo".
10530
10531 2007-04-11  Didier Verna  <didier@xemacs.org>
10532
10533         New user option: message-signature-directory.
10534         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10535         * message.el (message-insert-signature): Ditto.
10536         * message.el (message-signature-file): Doc update.
10537         * message.el (message-signature-directory): New.
10538
10539 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10540
10541         * gnus-msg.el (gnus-inews-yank-articles):
10542         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10543
10544 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * message.el (message-yank-original): Make sure cited text ends with
10547         newline; don't exchange point and mark.
10548
10549 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10550
10551         * tls.el (open-tls-stream): Properly handle case where there
10552         is no associated buffer.
10553
10554 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10555
10556         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10557         message-yank-original, make sure (< mark TEXT point).
10558
10559 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10560
10561         * message.el (message-fill-column): New variable.
10562         (message-mode): Use it.  Add comment on a possible new hook.
10563
10564         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10565         (nnmail-get-new-mail): Reformat.
10566
10567         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10568
10569         * gmm-utils.el: Fix Commentary.
10570         (gmm-tool-bar-from-list): Fix typo in doc string.
10571
10572 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10573
10574         * message.el (message-yank-original): Don't switch point and mark
10575         unnecessarily to put point and mark as documented.
10576
10577 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10578
10579         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10580         from the message heads.
10581
10582 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10583
10584         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10585         article buffer does not have a window.  This may not be the best
10586         solution but is certainly better than setting the start of the null,
10587         that is the current, window.
10588
10589 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10592         (gnus-draft-setup): Run it.
10593
10594         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10595         gnus-score-fast-scoring.  Allow regexp.
10596         (gnus-score-headers): Use it.
10597
10598         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10599         XEmacs.
10600
10601         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10602         string.
10603         (gnus-button-alist): Also catch `<f1> k ...'.
10604         (gnus-treat-display-x-face): Fix doc string.
10605
10606 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10607
10608         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10609         evaluation of gnus-extended-version to ensure correct generation of the
10610         User-Agent header when message-generate-headers-first is used.
10611
10612 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10613
10614         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10615         hashcash-path is nil.  Don't call callback with incorrect number of
10616         parameters if val is 0.
10617
10618 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10619
10620         * message.el (message-required-news-headers):
10621         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10622
10623 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10624
10625         * tls.el (open-tls-stream): In handshake-waiting loop,
10626         don't wait more if there is output available to process.
10627
10628 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10629
10630         * tls.el (tls-program): Doc fix.
10631
10632 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * message.el (message-generate-new-buffers): Change the meaning of the
10635         nil value; add `standard' to the choices; treat t as `unique'; improve
10636         doc string.
10637         (gnus-select-frame-set-input-focus): Autoload.
10638         (message-buffer-name): Search for the existing message buffer if
10639         message-generate-new-buffers is nil or `standard'; treat the value t of
10640         message-generate-new-buffers as `unique'.
10641         (message-pop-to-buffer): Raise the frame already displaying the message
10642         buffer; clear the echo area after querying.
10643         (message-setup): Pass the `continue' argument to compose-mail.
10644         (message-mail): Prefer `switch-function' if it is given; search for the
10645         existing message buffer if the `continue' argument is non-nil; pass
10646         continue and switch-function arguments to compose-mail by way of
10647         message-setup.
10648         (message-mail-other-window): Adjust argument of message-setup.
10649         (message-mail-other-frame): Ditto.
10650
10651 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10654         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10655         to turn font-lock on when turning gnus-message-citation-mode on.
10656
10657 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10658
10659         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10660         (mml-smime-function-alist): New variable; add epg as the backend.
10661         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10662         mml-smime- functions instead.
10663         * mm-view.el: Require smime.
10664
10665 2007-03-05  Didier Verna  <didier@xemacs.org>
10666
10667         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10668         instead of just inheritance for posting styles.
10669         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10670
10671 2007-02-24  Chris Moore  <dooglus@gmail.com>
10672
10673         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10674         * pgg-pgp.el (pgg-pgp-encrypt-region):
10675         * pgg-gpg.el (pgg-gpg-encrypt-region):
10676         Check pgg-encrypt-for-me if no other recipients.
10677
10678 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10679
10680         * tls.el (tls-certtool-program): Fix custom type.
10681
10682 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10685         and point-at-eol instead of line-(beginning|end)-position.
10686
10687         * assistant.el (assistant-parse-buffer): Ditto.
10688
10689         * netrc.el (netrc-parse-services): Ditto.
10690
10691 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10692
10693         * mml2015.el (mml2015-epg-find-usable-key): New function.
10694         (mml2015-epg-sign): Use it.
10695         (mml2015-epg-encrypt): Use it.
10696
10697 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * message.el (message-make-in-reply-to): Quote name containing
10700         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10701         if there are special characters.  Reported by NAKAJI Hiroyuki
10702         <nakaji@jp.freebsd.org>.
10703
10704 2007-02-27  Didier Verna  <didier@xemacs.org>
10705
10706         Include the group parameters as well as the topic ones in the
10707         inheritance filter process.
10708         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10709         argument GROUP-PARAMS-LIST.
10710         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10711
10712 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * nntp.el (nntp-never-echoes-commands)
10715         (nntp-open-connection-functions-never-echo-commands): New variables.
10716         (nntp-send-command): Use them.
10717
10718 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10719
10720         * mml2015.el (mml2015-epg-verify): Simplify.
10721
10722 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * mml.el (mml-content-disposition-alist): New user option.
10725         (mml-content-disposition): New function.
10726         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10727         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10728
10729 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10730
10731         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10732         verification.
10733
10734 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10735
10736         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10737         articles posted in the last 24 hours.
10738
10739 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10740
10741         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10742
10743 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10744
10745         * nntp.el (nntp-send-command): Don't wait for echoes when
10746         nntp-open-ssl-stream is used.
10747
10748 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10751         (gnus-message-add-citation-keywords)
10752         (gnus-message-remove-citation-keywords): Remove.
10753         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10754         directly, make the variables in font-lock-defaults buffer-local, add
10755         gnus-message-citation-keywords to them and then update the value of
10756         font-lock-keywords.
10757
10758 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * message.el (message-cite-original-1): Don't call
10761         gnus-article-highlight-citation.
10762
10763         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10764         citations; fix line count.
10765
10766 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10769         (gnus-message-add-citation-keywords)
10770         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10771         versions of font-lock-add-keywords and font-lock-remove-keywords to
10772         work with XEmacs correctly.
10773
10774 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * gnus-cite.el (gnus-cite-face-list): Set the values of
10777         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10778         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10779         (gnus-message-cite-prefix-regexp): New variable.
10780         (gnus-message-search-citation-line): Use it; protect against long
10781         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10782         the 0th match data for Emacs.
10783         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10784         (gnus-message-add-citation-keywords): Append keywords rather than
10785         prepending; emulate font-lock-add-keywords if it is not available.
10786         (gnus-message-remove-citation-keywords):
10787         Emulate font-lock-remove-keywords if it is not available.
10788
10789         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10790
10791         * message.el (message-cite-prefix-regexp): Set the value of
10792         gnus-message-cite-prefix-regexp.
10793
10794 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10795
10796         * nnweb.el (nnweb-google-parse-1): Update parser.
10797
10798 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10799
10800         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10801
10802 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10803
10804         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10805         regexp.
10806
10807 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10810         string-to-multibyte.
10811         (uudecode-decode-region-internal): Use it.
10812
10813         * lpath.el: Fbind string-as-multibyte for XEmacs.
10814
10815 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10816
10817         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10818         Fix custom choice.
10819
10820         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10821
10822 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10823
10824         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10825
10826         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10827         `write-region' to respect `mm-inhibit-file-name-handlers'.
10828
10829 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10830
10831         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10832         Use gnus-home-directory instead of "~/" or "$HOME".
10833
10834 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10835
10836         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10837         to mention filename.
10838         Add comments at beginning regarding usage.
10839         (encrypt-write-file-contents): Change interactive so a string is
10840         acceptable.  If the file has no associated model, show an error instead
10841         of a nonsense prompt.
10842
10843 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10844
10845         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10846         Thanks to Yoshihiko Yamada for kind notification of this typo.
10847
10848 2007-01-12  Kenichi Handa  <handa@m17n.org>
10849
10850         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10851         multibyte buffer.
10852
10853 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10854
10855         * gnus-score.el (gnus-score-fast-scoring): New variable.
10856         (gnus-score-headers): Use it.
10857
10858         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10859
10860         * message.el (message-cite-original-1):
10861         Call gnus-article-highlight-citation if requested.
10862         (message-make-from): Allow name and address as optional arguments.
10863
10864         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10865
10866         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10867         bugs to doc string.
10868         (gnus-button-alist): Add mid\\|message-id.
10869         (gnus-button-fetch-group): Extend for use in
10870         `browse-url-browser-function'.
10871         (gnus-button-url-regexp): Try to catch paired parentheses like in
10872         Wikipedia URLs.
10873
10874         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10875         Suggested by Simon Krahnke <overlord@gmx.li>.
10876
10877 2007-01-13  Romain Francoise  <romain@orebokech.com>
10878
10879         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10880         Update copyright.
10881
10882 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10883
10884         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10885
10886 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10887
10888         * gnus-registry.el (gnus-registry-unfollowed-groups)
10889         (gnus-registry-split-fancy-with-parent): Fix documentation.
10890
10891 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10892
10893         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10894         from nnweb groups.
10895
10896 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10897
10898         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10899         Xref urls.  Erase buffer before requesting head.
10900
10901         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10902
10903 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10904
10905         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10906         customizable.
10907
10908 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10909
10910         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10911         no signing key is found.
10912         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10913         no encrypting and/or signing key is found.
10914
10915 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10918
10919 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10920
10921         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10922         headers read from disk with the ones newly found in the current search.
10923         This should no longer cause problems, because the article numbers in
10924         Gmane's `nov.php' output are ignored since the previous change.
10925
10926 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10927
10928         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10929
10930 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10933         replace-regexp-in-string; bind url-version; fbind display-images-p and
10934         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10935         find-face and set-itimer-function for Emacs; bind itimer-list for
10936         Emacs.
10937
10938         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10939
10940 2007-01-01  Romain Francoise  <romain@orebokech.com>
10941
10942         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10943
10944 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10945
10946         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10947         `define-minor-mode' macro definition expanded properly.
10948         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10949         exclude it there.
10950
10951         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10952         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10953         `fboundp' test.
10954         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10955         This is OK to autoload in (S)XEmacs now.
10956
10957 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10958
10959         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10960         keystroke.
10961         (gnus-summary-limit-to-singletons): Fix typo.
10962
10963         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10964         else fails.
10965
10966 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10967
10968         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10969         docstring.
10970
10971         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10972         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10973         (gnus-summary-insert-dormant-articles): Fix typo in message.
10974
10975 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10976
10977         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10978         nil for XEmacs.
10979         (gnus-message-citation-mode): Don't autoload in XEmacs.
10980
10981         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10982
10983 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10984
10985         * nnimap.el (nnimap-expunge-search-string):
10986         Mention nnimap-search-uids-not-since-is-evil in docstring.
10987
10988 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10989
10990         * spam.el: Revert to make-obsolete-variable because
10991         define-obsolete-variable-alias is not supported in Emacs 21.
10992
10993         * spam.el (spam-ifile-path, spam-ifile-database-path)
10994         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10995         make-obsolete-variable.
10996         (spam-bsfilter-path, spam-bsfilter-program)
10997         (spam-spamassassin-path, spam-spamassassin-program)
10998         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10999         Don't use "path" inappropriately.
11000         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11001         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11002         variable names.
11003
11004 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11005
11006         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11007         summary buffer.
11008
11009         * password.el (password-cache-remove): Use clear-string to burn
11010         password, if available.
11011
11012 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11013
11014         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11015
11016         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11017
11018         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11019         (gnus-message-highlight-citation): Move defcustom here from
11020         gnus-cite.el.
11021         (gnus-message-citation-mode): Autoload.
11022
11023         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11024         checks to make it compile with XEmacs.
11025         (gnus-message-citation-mode): New minor mode.
11026         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11027         (gnus-message-highlight-citation): New variables.
11028         (gnus-message-search-citation-line)
11029         (gnus-message-add-citation-keywords)
11030         (gnus-message-remove-citation-keywords)
11031         (turn-on-gnus-message-citation-mode)
11032         (turn-off-gnus-message-citation-mode): New functions.
11033
11034 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11035
11036         * gnus-cite.el: Enable highlighting of different citation levels in
11037         message-mode.
11038
11039 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11040
11041         * message.el (message-make-fqdn): Fix comment.
11042         (message-bogus-system-names): Add ".local".
11043
11044         * spam.el (spam-ifile-path, spam-ifile-program)
11045         (spam-ifile-database-path, spam-ifile-database)
11046         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11047         Don't use "path" inappropriately.
11048         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11049         strings.
11050         (spam-check-ifile, spam-ifile-register-with-ifile)
11051         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11052         Use new variable names.
11053
11054         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11055         (gnus-treat-display-smileys): Simplify using
11056         gnus-image-type-available-p.
11057
11058         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11059         available.
11060
11061         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11062         Use `display-images-p' if available.
11063
11064 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11067         one after turning on the buffer's multibyteness instead of decoding
11068         them directly in the unibyte buffer that causes unexpected conversion
11069         in Emacs 23 (unicode).
11070
11071 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11072
11073         * message.el (message-generate-hashcash): Fix custom type.
11074
11075 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11078
11079 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11080
11081         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11082         disconnect icons.  Add help text.
11083
11084 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11085
11086         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11087         negated to be consistent with the others we handle.
11088
11089 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11090
11091         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11092         version of gnus-summary-buffer to something, so that we can use two
11093         article buffers at the same time.
11094
11095 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11096
11097         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11098         trigger all the extra headers.
11099         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11100         sorting.
11101
11102 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11103
11104         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11105         solid groups.
11106
11107 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11108
11109         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11110
11111 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11112
11113         * legacy-gnus-agent.el: Add Copyright notice.
11114
11115 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11116
11117         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11118
11119 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11120
11121         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11122
11123         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11124         to make it work reliably in CVS Emacs.
11125         (gnus-summary-limit-strange-charsets-predicate)
11126         (gnus-summary-limit-to-predicate): New functions.
11127
11128 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11129
11130         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11131         specifying array size.
11132         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11133         array if it is too small.
11134         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11135         (gnus-sort-threads-loop): New function.
11136
11137 2006-12-06  Chris Moore  <dooglus@gmail.com>
11138
11139         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11140         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11141
11142 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11143
11144         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11145         options.
11146
11147 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11148
11149         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11150         DOS-ing the recipient.
11151
11152         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11153         the headers when creating the mapping to avoid mismappings.
11154         (nnweb-gmane-create-mapping): Always nix out old mapping.
11155
11156 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11157
11158         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11159         and mm-verify-option to never.
11160
11161 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * message.el (message-signed-or-encrypted-p): New function.
11164         (message-forward-make-body): Use it.
11165
11166         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11167         Replace encode-coding-string with mm-encode-coding-string.
11168
11169 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11170
11171         * nneething.el (nneething-decode-file-name):
11172         Replace decode-coding-string with mm-decode-coding-string.
11173
11174         * gnus-int.el (gnus-open-server): Say failed server's name.
11175
11176 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11177
11178         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11179         strings to a single string.  Quote `errors-file-name'.
11180         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11181         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11182         Adjust calls.  Use `shell-quote-argument'.
11183
11184 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11185
11186         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11187         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11188
11189         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11190         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11191         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11192         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11193         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11194         (gnus-subscribe-newsgroup, gnus-1):
11195         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11196         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11197         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11198         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11199
11200 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11201
11202         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11203         keystroke.
11204         (gnus-summary-limit-to-bodies): Implement headersp.
11205
11206 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11207
11208         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11209
11210 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11211
11212         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11213
11214 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11215
11216         * message.el (message-generate-hashcash): Expand range of values to
11217         include `opportunistic'.
11218         (message-send-mail): Use it.
11219
11220 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11221
11222         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11223         and comment it.
11224
11225         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11226
11227 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11228
11229         * gnus-util.el (gnus-extract-address-components): Improve comment.
11230
11231 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * gnus-util.el (gnus-extract-address-components): Work with address in
11234         which the name portion contains @.
11235
11236         * lpath.el: Fbind custom-autoload.
11237
11238 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * gnus.el (gnus-start): Move custom group up.
11241         (gnus-select-method): Don't autoload, but make it available for
11242         `customize-variable'.
11243         (gnus-getenv-nntpserver): Don't autoload.
11244
11245 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11246
11247         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11248
11249 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11250
11251         * message.el (message-sendmail-extra-arguments): New variable.
11252         (message-send-mail-with-sendmail): Use it.
11253
11254 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11257         mm-with-unibyte-current-buffer to make string unibyte.
11258
11259         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11260         mm-string-as-multibyte.
11261
11262 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11263
11264         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11265         Reported by Werner Koch <wk@gnupg.org>.
11266
11267 2006-11-14  Daiki Ueno  <ueno@p360>
11268
11269         * mml2015.el: Autoload epa-select-keys when compiling.
11270
11271 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11272
11273         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11274         message-options.
11275         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11276
11277 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11278
11279         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11280         EasyPG (< 0.0.6).
11281         (mml2015-always-trust): New user option.
11282         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11283         prompt.
11284
11285 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * nntp.el (nntp-authinfo-force): New variable.
11288         (nntp-send-authinfo): Use it.
11289
11290 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11293         decode encoded words.  Improve prompt.  Add comment about forwarding.
11294         (message-replacement-char): Move up.
11295
11296 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11297
11298         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11299         instead of gnus-intersection because arguments of gnus-sorted-nunion
11300         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11301
11302 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11303
11304         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11305         (message-simplify-subject-functions):
11306         Enable message-strip-subject-encoded-words by default.
11307
11308 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11309
11310         * message.el (message-strip-subject-encoded-words): New function.
11311         (message-simplify-subject-functions): New variable.
11312         (message-simplify-subject): Use it.  Fix typo in doc string.
11313         Support message-strip-subject-encoded-words.
11314
11315 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11316
11317         * gnus-diary.el (gnus-diary-delay-format-function):
11318         * nndiary.el (nndiary-reminders):
11319         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11320
11321 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11322
11323         * gnus-art.el (article-hide-boring-headers): Fetch date from
11324         gnus-original-article-buffer to avoid problems with localized date
11325         strings.
11326
11327 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11330
11331 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11332
11333         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11334         New variables.
11335         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11336         (mm-charset-synonym-alist): Move some entries to
11337         mm-codepage-iso-8859-list.
11338         (mm-charset-synonym-alist, mm-charset-override-alist):
11339         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11340
11341 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11342
11343         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11344
11345 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11348         with Emacs 21 and XEmacs.
11349
11350 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11351
11352         * spam.el (spam-parse-address): New function for better parsing,
11353         catching errors, etc.
11354         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11355
11356 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * mm-view.el: Add interactive arg to html2text autoload.
11359
11360 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11363
11364 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11365
11366         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11367         New variables.
11368         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11369         (mm-charset-synonym-alist): Move some entries to
11370         mm-codepage-iso-8859-list.
11371
11372         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11373
11374 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11375
11376         * message.el (message-citation-line-format)
11377         (message-insert-formated-citation-line): Fix implementation of %E, %N
11378         and %n according to the doc string.
11379
11380 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11381
11382         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11383         Use car-safe to avoid bad parses.
11384
11385 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11386
11387         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11388         names.
11389
11390         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11391
11392 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11395         header.
11396
11397         * message.el (message-draft-headers): Add Date.
11398         (message-headers-to-generate): Fix typo in docstring.
11399
11400         * nndraft.el (nndraft-required-headers): New variable.
11401         (nndraft-generate-headers): Use it.
11402
11403         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11404
11405 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11406
11407         * gnus-registry.el (gnus-registry-wash-for-keywords)
11408         (gnus-registry-find-keywords): New functions to allow easy searching of
11409         articles that are in the registry.
11410
11411 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11412
11413         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11414         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11415         Reported by Damien Elmes <damien@repose.cx>.
11416
11417 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11418
11419         * gnus.el (gnus-mime): Remove unused custom group.
11420
11421 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11422
11423         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11424         "blank line" when searching for end of armor headers.
11425
11426 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * gmm-utils.el (gmm-write-region): Fix variable name.
11429
11430 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * gmm-utils.el (gmm-write-region): New function based on compatibility
11433         code from `mm-make-temp-file'.
11434
11435         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11436
11437         * nnmaildir.el (nnmaildir--update-nov)
11438         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11439         Use `gmm-write-region'.
11440
11441 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11442
11443         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11444         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11445
11446         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11447
11448         * message.el (message-replacement-char): New variable.
11449         (message-fix-before-sending): Use it.
11450         (message-simplify-subject): New function to remove duplicate code.
11451         (message-reply, message-followup): Use it.
11452
11453         * gnus-sum.el (gnus-summary-make-menu-bar):
11454         Clarify gnus-summary-limit-to-articles.
11455
11456 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * gnus-util.el (gnus-with-local-quit): New macro.
11459
11460         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11461
11462 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11463
11464         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11465         ignore non-string data.
11466
11467 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11468
11469         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11470         non-string data (needs to be done in the registry too).
11471
11472 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11473
11474         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11475         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11476         (gnus-registry-split-fancy-with-parent)
11477         (gnus-registry-fetch-simplified-message-subject-fast)
11478         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11479         Remove text properties on ingress into the registry and when it's saved.
11480         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11481         registry from entries with no groups.
11482
11483 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11484
11485         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11486         function to remove string properties.
11487
11488 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11489
11490         * gmm-utils.el (gmm): Adjust custom version.
11491
11492         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11493         Adjust custom version.
11494
11495         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11496
11497 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-art.el (gnus-insert-prev-page-button)
11500         (gnus-insert-next-page-button): Simplify.  Reformat.
11501
11502 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11503
11504         * gnus-art.el (gnus-insert-prev-page-button)
11505         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11506
11507 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11508
11509         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11510
11511 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11512
11513         * gnus-art.el (gnus-insert-mime-button)
11514         (gnus-insert-mime-security-button):
11515         Apply gnus-article-button-face to MIME and security buttons.
11516
11517 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11518
11519         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11520         readable.
11521
11522 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11525
11526 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11527
11528         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11529         `browse-url-of-file' instead of `browse-url'.
11530
11531 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11532
11533         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11534         regexp.  Articles containing quotation were cut prematurely.
11535
11536 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * message.el (message-cite-original-1): Use nobody by default for the
11539         value of From header.
11540         (message-reply): Ditto.
11541
11542 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11543
11544         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11545         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11546         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11547
11548 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11551         mails in the doc string.  Add some URLs in comment.
11552         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11553
11554 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11557         backslashes handling and the way to find boundaries of quoted strings.
11558
11559 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11560
11561         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11562         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11563         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11564         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11565
11566 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11567
11568         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11569         doc string.
11570         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11571
11572 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * lpath.el: Fbind epg-check-configuration.
11575
11576 2006-09-06  Simon Josefsson  <jas@extundo.com>
11577
11578         * mml2015.el (mml2015-use): Doc fix, mention epg.
11579
11580 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11581
11582         * mml2015.el (mml2015-use): Default to epg, if available.
11583
11584 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11585
11586         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11587         message-sender.
11588         (mml1991-epg-encrypt): Ditto.
11589         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11590         message-sender.
11591         (mml2015-epg-encrypt): Ditto.
11592
11593 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11594
11595         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11596         several common directories.
11597
11598 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11599
11600         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11601         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11602
11603 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * gnus-art.el (article-decode-encoded-words): Make it fast.
11606
11607 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11610
11611         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11612         in quoted string into `\'.
11613
11614 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11617         Use standard-syntax-table.
11618
11619 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * gnus-art.el (gnus-decode-address-function): New variable.
11622         (article-decode-encoded-words): Use it to decode headers which are
11623         assumed to contain addresses.
11624         (gnus-mime-delete-part): Remove useless `or'.
11625
11626         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11627         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11628         (gnus-nov-parse-line): Use it to decode From header.
11629         (gnus-get-newsgroup-headers): Ditto.
11630         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11631
11632         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11633         (mail-decode-encoded-address-string): New alias.
11634
11635         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11636         New function.
11637         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11638         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11639         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11640         (rfc2047-decode-string): Ditto.
11641         (rfc2047-decode-address-region): New function.
11642         (rfc2047-decode-address-string): New function.
11643
11644 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * message.el (message-caesar-buffer-body): Allow rotating headers.
11647
11648         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11649
11650         * message.el (message-insert-formated-citation-line): Fix %f.
11651         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11652
11653 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11654
11655         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11656         (gnus-bookmark-mouse-available-p): New macro.
11657         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11658         (gnus-bookmark-bmenu-show-infos): Use it.
11659         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11660         (gnus-bookmark-bmenu-hide-infos): Ditto.
11661         (gnus-bookmark-remove-properties): New function.
11662         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11663         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11664         (gnus-bookmark-write-file): Bind coding-system-for-write.
11665         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11666         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11667         group before selecting it.
11668         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11669         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11670         quit-window if it is not available; use gnus-mouse-2 and bind it to
11671         gnus-bookmark-bmenu-select-by-mouse.
11672         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11673         (gnus-bookmark-bmenu-select-by-mouse): New function.
11674
11675 2006-08-13  Romain Francoise  <romain@orebokech.com>
11676
11677         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11678         space.
11679
11680 2006-08-10  Romain Francoise  <romain@orebokech.com>
11681
11682         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11683         (dns-mode-soa-auto-increment-serial): New user option.
11684         (dns-mode-soa-maybe-increment-serial): New function.
11685         (dns-mode): Add the latter to `write-contents-functions'.
11686
11687 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * compface.el (uncompface): Use binary rather than raw-text-unix.
11690
11691 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * compface.el (uncompface): Make sure the eol conversion doesn't take
11694         place when communicating with the external programs.
11695         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11696
11697 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11700
11701 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11702
11703         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11704         Make it more robust by parsing author and date independently.
11705
11706 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11707
11708         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11709
11710 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11711
11712         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11713         first matching secret key.
11714         (mml2015-epg-encrypt): Ditto.
11715
11716         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11717         first matching secret key.
11718         (mml1991-epg-encrypt): Ditto.
11719
11720         * mml2015.el (mml2015-encrypt-to-self): New user option.
11721         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11722         mml2015-epg-encrypt-to-self is set.
11723
11724         * mml1991.el (mml1991-encrypt-to-self): New variable.
11725         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11726         mml1991-epg-encrypt-to-self is set.
11727
11728         * mml2015.el (mml2015-signers): New user option.
11729         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11730         (mml2015-epg-encrypt): Allow to select signing keys.
11731
11732         * mml1991.el (mml1991-signers): New variable.
11733         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11734         (mml1991-epg-encrypt): Allow to select signing keys.
11735
11736 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * nnheader.el (nnheader-insert-head): Make it work even if the file
11739         uses CRLF for the line-break code.
11740
11741 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11742
11743         * mml2015.el: Require mml-sec instead of password.
11744         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11745         (mml2015-cache-passphrase): Inherit the default value from
11746         mml-secure-cache-passphrase.
11747         (mml2015-passphrase-cache-expiry): Inherit the default value from
11748         mml-secure-passphrase-cache-expiry.
11749
11750         * mml1991.el: Require mml-sec instead of password.
11751         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11752         (mml1991-cache-passphrase): Inherit the default value from
11753         mml-secure-cache-passphrase.
11754         (mml1991-passphrase-cache-expiry): Inherit the default value from
11755         mml-secure-passphrase-cache-expiry.
11756
11757         * mml-sec.el: Require password.
11758         (mml-secure-verbose): New user option.
11759         (mml-secure-cache-passphrase): New user option.
11760         (mml-secure-passphrase-cache-expiry): New user option.
11761
11762 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11763
11764         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11765         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11766         andreas@altroot.de (Andreas Vögele).
11767
11768         FIXME: Use `tiny change'?
11769
11770 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11771
11772         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11773         workaround for the url package included with Emacs.
11774
11775         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11776
11777 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11778
11779         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11780         correctly.  This fixes a bug caused by the 2006-05-12 change.
11781
11782 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11783
11784         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11785         some information about the error when saying that the `bogus' mail
11786         group will be used.
11787
11788 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11791         string.
11792
11793 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11794
11795         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11796
11797 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11798
11799         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11800
11801 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11802
11803         * mml1991.el (mml1991-function-alist): Add epg.
11804         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11805         (mml1991-epg-encrypt): New functions.
11806
11807 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11808
11809         * mml2015.el (mml2015-verbose): New variable.
11810         (mml2015-cache-passphrase): Ditto.
11811         (mml2015-passphrase-cache-expiry): Ditto.
11812         (mml2015-function-alist): Add epg.
11813         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11814         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11815         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11816         New functions.
11817
11818 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11819
11820         * message.el (message-cite-original-1): Preserve region when removing
11821         quoted text due to X-No-Archive in order to avoid bogus attribution
11822         when citing multiple messages.
11823
11824 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11825
11826         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11827         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11828
11829 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11830
11831         * gnus-diary.el (gnus-user-format-function-d)
11832         (gnus-user-format-function-D): Autoload.
11833
11834         * imap.el (Commentary): Fix typo.
11835
11836         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11837         2006-04-22 contribution.
11838
11839 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11840
11841         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11842         It didn't really fix the bogosity I'm seeing with solid web groups.
11843
11844 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11845
11846         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11847         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11848         created using server names.  If we use the feature without declaring
11849         it, Gnus does not properly manage server and group state.
11850
11851         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11852         bound.
11853
11854 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11855
11856         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11857         looking up the method using GROUP's prefix before inventing a new one.
11858         It is used on killed/unknown groups in various places where returning
11859         an all-new method isn't expected by the caller.
11860
11861         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11862         and match semantics of gnus-group-real-prefix.
11863
11864 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11865
11866         * nnmail.el (nnmail-broken-references-mailers): New variable.
11867         (nnmail-ignore-broken-references): New function generalizing
11868         nnmail-fix-eudora-headers.
11869         (nnmail-fix-eudora-headers): Now obsolete.
11870
11871         * gnus-art.el (gnus-button-handle-custom):
11872         Support `customize-apropos*'.
11873
11874 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11875
11876         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11877
11878         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11879         articles.
11880
11881 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11882
11883         * message.el (message-cite-reply-above): New variable.
11884         (message-yank-original): Use it.
11885
11886 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11889
11890 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11891
11892         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11893         as read.
11894
11895         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11896
11897 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11898
11899         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11900         (gnus-bookmark-default-file): Use gnus-directory.
11901         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11902         Remove "*" in doc string.
11903         (gnus-bookmark-write-file): Simplify.
11904         (gnus-bookmark-maybe-sort-alist): Use `when'.
11905         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11906         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11907         Add FIXME about Emacs 21 and XEmacs compatibility.
11908         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11909         compatibility.
11910         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11911         compatibility.
11912         (gnus-bookmark-menu-heading): Fix version.
11913
11914 2006-06-19  Bastien Guerry  <bzg@altern.org>
11915
11916         * gnus-bookmark.el: New file.
11917
11918 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11919
11920         * message.el (message-syntax-checks): Doc fix.
11921
11922 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11923
11924         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11925         unsubscribed groups as if they were killed ones.  It causes duplicate
11926         entries in gnus-newsrc-alist.
11927
11928 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * message.el (message-syntax-checks): Doc fix.
11931         (message-send-mail): Add check for continuation headers.
11932         (message-check-news-header-syntax): Fix regexp used to check for
11933         continuation headers.
11934
11935 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11938
11939 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11940
11941         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11942
11943 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11946         default-truncate-lines.
11947
11948 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11951         to fill the utf-8 entry.
11952
11953         * lpath.el: Fbind unicode-precedence-list.
11954
11955 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11956
11957         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11958
11959 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11960
11961         * gnus-agent.el (directory-files-and-attributes): Move all the way
11962         forward (the third and final move).
11963         (gnus-agent-read-agentview): Trap reconstruction errors due to
11964         nonexistent directory.  Handle by returning nil.
11965
11966 2006-05-30  Didier Verna  <didier@xemacs.org>
11967
11968         * message.el (message-dont-reply-to-names): Update the custom type.
11969         * message.el (message-dont-reply-to-names): New defsubst: potentially
11970         convert a list of regexps into a single one.
11971         * message.el (message-get-reply-headers): Use it.
11972         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11973
11974 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * gnus-agent.el (directory-files-and-attributes): Move forward.
11977
11978 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * gnus-ml.el (gnus-mailing-list-subscribe)
11981         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11982         (gnus-mailing-list-message): Fix doc strings.
11983
11984 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11985
11986         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11987         of doing it manually.
11988
11989 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11990
11991         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11992         comment.
11993
11994 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11995
11996         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11997         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11998         (gnus-agent-read-local): All symbols allocated in my-obarray.
11999         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12000         (gnus-agent-regenerate-group): Check numeric names to see if they are
12001         messages or groups.
12002         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12003         better way of do this...)
12004
12005         * gnus-cache.el (gnus-agent-total-fetched-for):
12006         Ignore 'dummy.group' (there should be a better way of do this...)
12007
12008 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12009
12010         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12011         (gnus-saved-headers): Ditto.
12012         (gnus-default-article-saver): Mention functions may have properties.
12013         (gnus-article-save): Override gnus-save-all-headers and
12014         gnus-saved-headers by :headers property which saver function may have.
12015         (gnus-summary-save-in-file): Add :headers property.
12016         (gnus-summary-write-to-file): Ditto.
12017
12018         * gnus-sum.el (gnus-summary-save-article): Bind
12019         gnus-prompt-before-saving to t when saving many articles in a file;
12020         always show all headers.
12021
12022         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12023
12024 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12025
12026         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12027         marks.
12028
12029         * message.el (message-indent-citation): Add optional arguments to allow
12030         using it outside of message buffers.
12031
12032         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12033         (gnus-article-treat-unfold-headers): Use it.
12034         (gnus-article-truncate-lines): New variable.
12035         (gnus-article-mode): Use it.
12036         (gnus-article-toggle-truncate-lines): New function.
12037
12038         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12039         Add gnus-article-toggle-truncate-lines.
12040
12041         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12042         coding system in XEmacs, use binary.
12043
12044 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12047         after-load-alist.
12048
12049         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12050         this function should save decoded articles.
12051         (gnus-summary-write-to-file): Use property to specify this function
12052         should save decoded articles and specify gnus-summary-save-in-file
12053         should be used to save articles other than the first one when saving
12054         many articles.
12055         (gnus-summary-save-body-in-file): Use property to specify this
12056         function should save decoded articles.
12057         (gnus-summary-write-body-to-file): Use property to specify this
12058         function should save decoded articles and specify
12059         gnus-summary-save-body-in-file should be used to save articles other
12060         than the first one when saving many articles.
12061
12062         * gnus-sum.el (gnus-summary-save-article): Simplify.
12063
12064 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * gnus-art.el (gnus-default-article-saver):
12067         Add gnus-summary-write-body-to-file.
12068         (gnus-article-save-coding-system): Don't use coding system object
12069         in XEmacs.
12070         (gnus-read-save-file-name): Add optional `dir-var' argument which
12071         specifies directory in which files are saved; work even if optional
12072         `variable' argument is not specified.
12073         (gnus-summary-write-to-file): Read file name.
12074         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12075         (gnus-summary-write-body-to-file): New function.
12076
12077         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12078         (gnus-summary-local-variables): Add it.
12079         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12080         (gnus-summary-save-article): Remove optional `decode' argument;
12081         determine whether to decode articles by the value of
12082         gnus-default-article-saver; when saving many files using
12083         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12084         it first and use gnus-summary-save-in-file or
12085         gnus-summary-save-body-in-file thereafter unless
12086         gnus-prompt-before-saving is always; move point to article which
12087         will be saved.
12088         (gnus-summary-save-article-file): Revert.
12089         (gnus-summary-write-article-file): Revert.
12090         (gnus-summary-save-article-body-file): Revert.
12091         (gnus-summary-write-article-body-file): New function.
12092
12093 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * gnus-art.el (gnus-default-article-saver): Doc fix.
12096         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12097         from gnus-summary-save-article-coding-system, and default to a
12098         certain coding system.
12099         (gnus-output-to-file): Add coding cookie and encode text according
12100         to gnus-article-save-coding-system; don't use mm-append-to-file.
12101
12102         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12103         gnus-art.el and rename to gnus-article-save-coding-system.
12104         (gnus-summary-save-article): Require gnus-art; don't show all
12105         headers if it decodes articles; don't add coding cookie here;
12106         don't bind mm-text-coding-system-for-write.
12107         (gnus-summary-save-article-file): Save decoded articles.
12108         (gnus-summary-write-article-file): When saving many files, use
12109         gnus-summary-write-to-file first and gnus-summary-save-in-file
12110         thereafter unless gnus-prompt-before-saving is always.
12111         (gnus-summary-save-article-body-file): Save decoded articles.
12112
12113         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12114
12115 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12116
12117         * nnrss.el (nnrss-check-group): Bind hash-index.
12118
12119 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12120
12121         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12122         its hash index.  Store this hash in `nnrss-group-data'.
12123         (nnrss-read-group-data): Update accordingly.
12124
12125 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12128         entry.
12129
12130         * gnus-sum.el (gnus-summary-make-menu-bar):
12131         Add gnus-article-browse-html-article.
12132
12133 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12134
12135         * gnus-sum.el (gnus-summary-mime-map):
12136         Add gnus-article-browse-html-article.
12137
12138         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12139
12140 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12141
12142         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12143         suitable coding systems in customize.
12144
12145 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12146
12147         * mail-source.el (mail-sources): Fix custom type.
12148
12149 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12150
12151         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12152         (gnus-summary-expire-articles-now): Shorten prompt.
12153
12154         * gmm-utils.el (wid-edit): Require.
12155         (defun-gmm): Rename from `gmm-defun-compat'.
12156         (gmm-image-search-load-path): Use it.
12157         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12158
12159 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * gnus-sum.el (gnus-summary-save-article-coding-system):
12162         New variable.
12163         (gnus-summary-save-article): Add optional `decode' argument.
12164         If it is set and gnus-summary-save-article-coding-system is non-nil,
12165         save decoded article.
12166         (gnus-summary-write-article-file): Save decoded article if
12167         gnus-summary-save-article-coding-system is non-nil.
12168
12169         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12170         type.
12171
12172 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12173
12174         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12175
12176 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12179         first to test gnus-single-article-buffer which may be buffer-local.
12180
12181         * gnus-sum.el (gnus-summary-setup-buffer):
12182         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12183         group; make gnus-article-buffer, gnus-article-current, and
12184         gnus-original-article-buffer always buffer-local.
12185         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12186         group.
12187         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12188
12189 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12190
12191         * nnml.el (nnml-request-compact-group): Compressed files might not
12192         have .gz extension.
12193
12194 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12195
12196         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12197         (mm-copy-to-buffer): Use with-current-buffer.
12198         (mm-display-part): Simplify.
12199         (mm-inlinable-p): Add optional arg `type'.
12200
12201 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12202
12203         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12204         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12205         Try harder to show the attachment internally or externally using
12206         gnus-mime-view-part-as-type.
12207
12208 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12209
12210         * message.el (message-from-style, message-signature-separator)
12211         (message-user-organization-file, message-send-mail-function)
12212         (message-citation-line-function, message-yank-prefix)
12213         (message-indent-citation-function, message-signature)
12214         (message-signature-file, message-signature-insert-empty-line):
12215         Remove autoloads.
12216
12217         * gnus-art.el (gnus-buttonized-mime-types):
12218         Remove "multipart/signed".  Revert 2006-04-26 change.
12219
12220 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12221
12222         * gnus.el (gnus-version-number): Bump version.
12223
12224 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12225
12226         * gnus.el: No Gnus v0.5 is released.
12227
12228 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12229
12230         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12231         fetching articles by message-id.
12232
12233 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12234
12235         * message.el (hashcash): Require hashcash as normal.
12236
12237         * ecomplete.el (ecomplete-highlight-match-line):
12238         Use point-at-eol.
12239         (ecomplete-highlight-match-line): Use `highlight', because that
12240         face exists in both Emacs and XEmacs.
12241
12242         * message.el (message-display-abbrev): Use point-at-bol.
12243
12244         * mail-source.el: Don't require timer/timer-funcs.
12245
12246         * gnus-async.el: Ditto.
12247
12248         * password.el: Ditto.
12249
12250         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12251
12252         * mm-url.el: Ditto.
12253
12254         * gnus-xmas.el: Don't require timer-funcs.
12255
12256         * mm-util.el: Require timer/timer-funcs.
12257
12258 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12259
12260         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12261         Close.
12262
12263 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12266         unibyte after clear-decrypt function runs.
12267
12268         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12269         returns as a unibyte string.
12270
12271 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12272
12273         * lpath.el: Revert.
12274
12275         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12276         (pgg-gpg-process-sentinel): Revert.
12277
12278         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12279         (pgg-pgp-lookup-key): Revert.
12280
12281         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12282         (pgg-pgp5-lookup-key): Revert.
12283
12284         * pgg.el (pgg-fetch-key): Revert.
12285
12286 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * lpath.el: Fbind string-as-multibyte for XEmacs.
12289
12290         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12291         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12292         (mml1991-pgg-encrypt): Ditto.
12293
12294         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12295         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12296         a multibyte buffer.
12297
12298         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12299         (pgg-pgp-lookup-key): Ditto.
12300
12301         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12302         (pgg-pgp5-lookup-key): Ditto.
12303
12304         * pgg.el (pgg-fetch-key): Ditto.
12305
12306 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12307
12308         * message.el (message-user-organization-file): Check several
12309         locations of the organization file.
12310
12311         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12312         Add gnus-article-view-part-as-type.
12313
12314         * gnus-art.el (gnus-article-view-part-as-type): New function.
12315
12316         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12317         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12318
12319         * mml.el: Simplify autoload.
12320         (mml-mode): defvar dnd-protocol-alist instead of using
12321         symbol-value.
12322         (mml-default-directory): New variable.
12323         (mml-minibuffer-read-file): Use it.
12324         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12325
12326         * message.el (message-citation-line-format): New variable.
12327         (message-insert-formated-citation-line): New function.
12328         (message-citation-line-function):
12329         Add `message-insert-formated-citation-line' to custom type.
12330
12331         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12332         to doc string.
12333
12334         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12335         depending on mm-verify-option.
12336
12337 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12338
12339         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12340         binding pgg-* variables; reimplement the section which prevents
12341         MIME header from being signed.
12342         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12343         pgg-text-mode; remove a blank line at the top of body.
12344
12345         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12346         lines at the top of body; use gnus-newsgroup-charset if there's no
12347         Charset header.
12348
12349 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12350
12351         * message.el (message-self-insert-commands): Doc fix.
12352
12353         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12354         (mm-uu-pgp-encrypted-test): Ditto.
12355         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12356         between header and body; return application/pgp-encrypted handle
12357         if decryption failed; decode decrypted body by charset.
12358
12359         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12360         element match to application/pgp-*.
12361
12362 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12363
12364         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12365         HTML.
12366
12367 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12368
12369         * mail-source.el (mail-source-call-script): Message the error
12370         string.
12371
12372 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12373
12374         * gnus-util.el (gnus-byte-compile): Use it.
12375
12376 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12377
12378         * gnus-util.el (kill-empty-logs): New function.
12379
12380 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12381
12382         * message.el (message-mail-alias-type): Doc fix.
12383         (message-mail-alias-type-p): New function.
12384         (message-send): Use it.
12385         (message-mode): Ditto.
12386         (message-strip-forbidden-properties): Ditto.
12387
12388         * ecomplete.el (ecomplete-database-file-coding-system):
12389         New variable.
12390         (ecomplete-save): Use it.
12391         (ecomplete-setup): Use it.
12392
12393 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * message.el (message-self-insert-commands): New variable.
12396         (message-strip-forbidden-properties): Use it.
12397
12398 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12399
12400         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12401         that doesn't make XEmacs choke.
12402
12403 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12404
12405         * gnus-util.el (gnus-replace-in-string):
12406         Prefer replace-regexp-in-string over of replace-in-string.
12407
12408 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12409
12410         * gnus-util.el (gnus-select-frame-set-input-focus):
12411         Use select-frame-set-input-focus if it is available in XEmacs; use
12412         definition defined in Emacs 22 for old Emacsen.
12413
12414         * dgnushack.el: Autoload unmorse-region for XEmacs.
12415
12416         * lpath.el: Bind cursor-in-non-selected-windows and
12417         select-frame-set-input-focus for XEmacs.
12418
12419 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12422
12423 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12424
12425         * gnus-registry.el (gnus-registry-cache-save): Remove text
12426         properties when saving via the temp buffer.
12427
12428 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * message.el (message-generate-hashcash): Honor custom type.
12431
12432 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12433
12434         * message.el (message-generate-hashcash): Default to non-nil when
12435         hashcash is found.
12436
12437         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12438         (gnus-refer-thread-limit): Increase default to 500.
12439
12440         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12441
12442         * flow-fill.el (fill-flowed): Allow delete-space.
12443
12444 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12445
12446         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12447         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12448         Remove autoloads.
12449
12450 2006-04-18  Simon Josefsson  <jas@extundo.com>
12451
12452         * message.el (message-generate-hashcash): Default to.
12453
12454 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12457         concatenating segments rather than before concatenating them.
12458
12459 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12460
12461         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12462
12463 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12464
12465         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12466
12467         * message.el (message-forward-make-body-plain):
12468         Allow message-forward-ignored-headers to be a list.
12469         (message-remove-ignored-headers): Factor out into function.
12470         (message-forward-make-body-mml): Use it.
12471
12472         * imap.el (imap-quote-specials): New function.
12473         (imap-login-auth): Quote specials.
12474
12475         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12476         (rfc2231-parse-string): Allow concatanation of parameters that
12477         aren't contiguous.  The test case is
12478           (mail-header-parse-content-type "message/external-body;
12479             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12480             access-type=LOCAL-FILE;
12481             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12482
12483 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12484
12485         * nntp.el (nntp-accept-process-output): Return the value of
12486         `nnheader-accept-process-output'.
12487
12488 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12489
12490         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12491         (gnus-button-alist): Recognize more diff formats.
12492         (gnus-button-patch): Strip directory.
12493
12494 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12495
12496         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12497         Emacs 22 when setting focus.
12498
12499 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12500
12501         * gnus-art.el (gnus-article-treat-types): Do treatment of
12502         text/x-verbatim parts.
12503         (gnus-button-patch): New command.
12504
12505         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12506         addresses that contain invalid characters.
12507
12508 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12509
12510         * message.el (message-put-addresses-in-ecomplete):
12511         Use gnus-replace-in-string.
12512         (message-is-yours-p): Use the more correct
12513         mail-header-parse-address instead of
12514         mail-extract-address-components.
12515         (message-put-addresses-in-ecomplete): Fix typo.
12516
12517         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12518         keystroke.
12519
12520         * gnus-art.el (gnus-treatment-function-alist): Change order of
12521         newsgroups/generic header folding to avoid double-folding.
12522
12523         * message.el (message-hidden-headers): Add X-Draft-From.
12524
12525         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12526         New command.
12527         (gnus-summary-repeat-search-article-backward): New command.
12528
12529         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12530         groups in the parent topic.
12531
12532 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12533
12534         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12535         (spam-extra-header-to-number): Return the CRM114 number as a
12536         number instead of a string.
12537
12538 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12539
12540         * gnus-art.el (gnus-face-properties-alist): Move here from
12541         gnus-fun.
12542
12543         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12544
12545 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12546
12547         * message.el (message-strip-forbidden-properties): Only display on
12548         self-insert-command.
12549
12550         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12551         reindent.
12552         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12553
12554 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12555
12556         * smiley.el (smiley-style): Fix typo.
12557
12558 2006-03-23  Kenichi Handa  <handa@m17n.org>
12559
12560         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12561         instead of set-buffer-multibyte.
12562
12563 2006-03-23  Kenichi Handa  <handa@m17n.org>
12564
12565         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12566         buffer and then decode the buffer text if necessary.
12567         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12568         first, and after mm-encode-body, change the buffer to unibyte.
12569
12570 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12571
12572         * hashcash.el (hashcash-insert-payment-async-2):
12573         Use message-goto-eoh instead of doing it manually.
12574         (mail-add-payment): Use message-narrow-to-header instead of trying
12575         to do the same itself.
12576
12577         * message.el (message-hidden-headers): Add Face.
12578
12579         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12580         reparenting code.
12581         (gnus-summary-reparent-children): Refactored out code.
12582         (gnus-summary-thread-map): New keystroke.
12583         (gnus-summary-reparent-children): Make into command.
12584
12585         * smiley.el (smiley-style): Default to `medium' if using a large
12586         font.
12587
12588         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12589         does it itself.
12590
12591         * message.el (message-point-in-header-p): Simplify definition.
12592
12593 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12594
12595         * nnagent.el (nnagent-request-set-mark): Silence log file
12596         writing.
12597         (nnagent-request-set-mark): Use write-region instead of
12598         append-to-file.
12599
12600         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12601         strange select method.
12602
12603         * ecomplete.el (ecomplete-display-matches): Get highlightling
12604         right.
12605         (ecomplete-display-matches): Use literals.
12606         (ecomplete-display-matches): Disable message logging.
12607
12608         * message.el (message-display-abbrev): Small optimization.
12609
12610         * ecomplete.el (ecomplete-display-matches): Allow automatic
12611         display.
12612
12613         * message.el (message-strip-forbidden-properties):
12614         Display abbrevs.
12615         (message-display-abbrev): Get automatic display right.
12616
12617         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12618         keystrokes.
12619
12620 2006-04-13  Romain Francoise  <romain@orebokech.com>
12621
12622         TODO: Backport to v5-10!
12623
12624         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12625         Move here (and rename) from gnus-registry.el.
12626
12627         * gnus-registry.el: Require gnus-util.
12628         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12629
12630 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12631
12632         * gnus-group.el (gnus-group-catchup-current):
12633         Change if-then-else-if-then-else into cond.
12634         (gnus-group-catchup): Indent.
12635         (group-name-at-point): New function.
12636         (gnus-fetch-group): Provide default from thing at point.
12637
12638 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12639
12640         * message.el (message-display-abbrev): Fix regexp.
12641
12642         * ecomplete.el (ecomplete-highlight-match-line):
12643         Reimplement choosing.
12644         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12645         dead variables.
12646
12647         * message.el (message-newline-and-indent): Remove debugging.
12648         (message-display-abbrev): Use new implementation.
12649
12650 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * gnus-art.el (gnus-article-mode):
12653         Set cursor-in-non-selected-windows to nil.
12654
12655         * smiley.el: Revert previous change.
12656         (smiley-data-directory): defvar it before using it in the
12657         defcustom of `smiley-style'.
12658
12659 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12660
12661         * message.el (message-newline-and-indent): New function.
12662
12663         * ecomplete.el: Implement more bits.
12664
12665         * message.el (message-put-addresses-in-ecomplete): Clean up the
12666         string.
12667
12668         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12669
12670         * gnus-sum.el (gnus-summary-save-parts):
12671         Bind gnus-summary-save-parts-counter and use it to make unique file
12672         names.
12673
12674         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12675
12676         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12677         parameter to say whether to actually parse the individual
12678         addresses.
12679
12680         * message.el (message-put-addresses-in-ecomplete): New function.
12681         (ecomplete): Require.
12682         (message-mail-alias-type): Add ecomplete as an option.
12683
12684 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12685
12686         * flow-fill.el (fill-flowed): Remove trailing space from blank
12687         quoted lines.
12688
12689 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12690
12691         * smiley.el (smiley-style): Move definition later to avoid a
12692         compilation warning.
12693
12694 2006-04-12  Kenichi Handa  <handa@m17n.org>
12695
12696         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12697         buffer and then decode the buffer text if necessary.
12698         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12699         first, and after mm-encode-body, change the buffer to unibyte.
12700         Use mm-disable-multibyte instead of set-buffer-multibyte.
12701
12702 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12705         Content-Type header instead of Content-Disposition header.
12706         (gnus-mime-inline-part): Ditto.
12707         (gnus-mime-view-part-as-charset): Ignore charset that the part
12708         specifies.
12709
12710         * mm-decode.el (mm-display-part): Work with external parts and
12711         usual parts similarly.
12712
12713         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12714         instead of gnus-display-mime.
12715
12716         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12717         instead of with-temp-buffer.
12718
12719         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12720         tag to summarized topics part in order to encode non-ASCII text.
12721
12722 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12723
12724         * smiley.el (smiley-style): New variable.
12725         (smiley-directory): New function.
12726         (smiley-data-directory): Derive from `smiley-style' using
12727         `smiley-directory'.
12728         (smiley-regexp-alist): Add new entries.
12729
12730         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12731         (gnus-article-browse-delete-temp): Add :version.
12732
12733 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12734
12735         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12736         the sieve region.
12737
12738 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12739
12740         * gnus.el (gnus-version-number): Bump version.
12741
12742 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12743
12744         * gnus.el: No Gnus v0.4 is released.
12745
12746 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12747
12748         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12749         layout.
12750
12751         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12752         unknown charset.
12753
12754         * message.el (message-header-synonyms): Add Original-To to the
12755         default.
12756
12757         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12758         optional parameter.
12759
12760 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * gnus-fun.el (gnus): Require it for gnus-directory.
12763
12764 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12767
12768 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12769
12770         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12771
12772 2006-04-05  Simon Josefsson  <jas@extundo.com>
12773
12774         * password.el (password-reset): New function.
12775
12776 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12777
12778         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12779         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12780
12781 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12782
12783         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12784         Some whitespace was matched into the url, which broke browsing hits
12785         > 100 when mm-url-use-external was nil.
12786
12787 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12788
12789         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12790         Check gnus-extra-headers for 'Newsgroups.
12791
12792         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12793         bound.
12794
12795 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12796
12797         * pgg-gpg.el: Clean up process buffers every time gpg processes
12798         complete.
12799
12800 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12801
12802         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12803         doc string.
12804
12805 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12806
12807         * pgg-gpg.el (pgg-gpg-process-filter)
12808         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12809
12810         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12811         lines, temporary fix.
12812
12813 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12814
12815         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12816
12817 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12818
12819         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12820         default-enable-multibyte-characters.  This reverts the change from
12821         revision 6.17 which is no longer necessary because the passphrase
12822         is sent separately now.  GnuPG messages are unreadable under
12823         multibyte locales with default-enable-multibyte-characters set to
12824         nil.
12825
12826 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12827
12828         * message.el (message-tool-bar-gnome): Move "spell".
12829
12830 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12831
12832         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12833         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12834         instead.
12835
12836 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12837
12838         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12839         Improve newsgroups handling for NNTP overviews which don't include
12840         Newsgroups.
12841
12842 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12843
12844         * message.el (message-resend): Bind message-generate-hashcash to nil.
12845
12846 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12847
12848         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12849         when searching for already-paid recipients.
12850
12851 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12852
12853         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12854         passphrases when it is not needed.
12855         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12856         passphrase stuff from gpg, should only be necessary when you use
12857         gpg with a smartcard.
12858
12859 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * mml.el (mml-insert-mime): Ignore cached contents of
12862         message/external-body part.
12863
12864         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12865         (mm-insert-part): Ditto.
12866
12867 2006-03-23  Simon Josefsson  <jas@extundo.com>
12868
12869         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12870         Reiner.
12871         (pgg-gpg-use-agent-p): Use it again.
12872
12873 2006-03-23  Simon Josefsson  <jas@extundo.com>
12874
12875         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12876         older emacsen.
12877         (pgg-gpg-use-agent-p): Don't use it.
12878
12879 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12880
12881         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12882         if we can.
12883
12884 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12885
12886         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12887         (pgg-gpg-update-agent): New function.
12888         (pgg-gpg-use-agent-p): New function.
12889         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12890         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12891         (pgg-gpg-sign-region): Use it.
12892
12893 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12896         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12897
12898 2006-03-21  Simon Josefsson  <jas@extundo.com>
12899
12900         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12901         <wilde@sha-bang.de>.
12902         (pgg-gpg-use-agent): New variable.
12903         (pgg-gpg-process-region): Use it.
12904         (pgg-gpg-encrypt-region): Likewise.
12905         (pgg-gpg-encrypt-symmetric-region): Likewise.
12906         (pgg-gpg-decrypt-region): Likewise.
12907         (pgg-gpg-sign-region): Likewise.
12908         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12909
12910 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12911
12912         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12913
12914         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12915         Add comment on version.
12916
12917 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * smiley.el: Add missing test smiley.
12920
12921 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12922
12923         * mm-decode.el (mm-with-part): New macro.
12924         (mm-get-part): Use it; work with message/external-body as well.
12925         (mm-save-part): Treat name and filename equally.
12926
12927         * mm-extern.el (mm-extern-cache-contents): New function.
12928         (mm-inline-external-body): Use it; force the part to be displayed;
12929         move undisplayer added to the cached handle to the parent.
12930
12931         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12932         (gnus-mime-view-part-as-type): Work with message/external-body.
12933
12934         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12935
12936 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12937
12938         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12939         images in image-load-path.  [Sync with image.el, revision 1.60, in
12940         Emacs.]
12941
12942 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12943
12944         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12945         path rather than symbol.  Always return list of directories.
12946         Guarantee that image directory comes first.  [Sync with image.el,
12947         revision 1.59, in Emacs.]
12948
12949         * message.el (message-make-tool-bar): Adjust to new API of
12950         `gmm-image-load-path-for-library'.
12951
12952         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12953
12954         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12955
12956 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12957
12958         * gnus-art.el (gnus-article-only-boring-p):
12959         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12960         intangible text.
12961         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12962
12963 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12964
12965         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12966         Use `defun' instead of `gmm-defun-compat'.
12967
12968 2006-03-14  Simon Josefsson  <jas@extundo.com>
12969
12970         * message.el (message-unique-id): Don't use message-number-base36
12971         if (user-uid) is a float.
12972         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12973
12974 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12977
12978         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12979         empty line between a part and a message part.
12980
12981 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * smiley.el: Add more test smileys.
12984         (smiley-data-directory, smiley-regexp-alist)
12985         (gnus-smiley-file-types): Fix doc strings.
12986         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12987         adding new elements.
12988         (smiley-mouse-map): Unused code.  Make it a comment.
12989
12990 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12993         scan latest NoCeM messages instead of old ones.
12994         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12995         delimiters that are recently used.
12996         (gnus-nocem-load-cache): Add autoload cookie.
12997
12998         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12999
13000         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13001         level which is larger than gnus-use-nocem is specified.
13002
13003         * gnus-group.el (gnus-group-get-new-news): Ditto.
13004
13005 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13006
13007         * gnus-util.el (gnus-tool-bar-update): New function.
13008
13009         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13010         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13011
13012         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13013
13014         * gnus-group.el (gnus-group-redraw-when-idle)
13015         (gnus-group-redraw-check): Remove.
13016         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13017
13018 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13021         if optional last element is specified in splits (FIELD VALUE...).
13022
13023 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13026         to gmm-image-load-path-for-library.  Call with no-error argument.
13027         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13028
13029         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13030
13031         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13032
13033         * gmm-utils.el (gmm-image-load-path): Remove alias.
13034
13035 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13036
13037         * gmm-utils.el (gmm-image-load-path): Add alias.
13038
13039         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13040         nnml-generate-nov-databases-1.
13041         (nnml-generate-nov-databases): Use it.
13042         (nnml-generate-nov-databases-directory): Document no-active
13043         argument.
13044
13045         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13046         directory if path is t.  Add no-error.
13047
13048         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13049         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13050
13051         * gnus-art.el (gnus-article-browse-delete-temp-files):
13052         Simplify resetting gnus-article-browse-html-temp-list.
13053
13054         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13055         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13056         Add example to docstring.  Rename local variables.  Move error
13057         checks to default case in cond and simplify.
13058
13059 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13060
13061         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13062         handle is multipart when calling it recursively.
13063         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13064
13065 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13066
13067         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13068         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13069
13070 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13073         is loaded.
13074
13075         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13076         loaded.
13077
13078 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13079
13080         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13081         to "Emacs 23 (unicode)" in doc string.
13082
13083         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13084         "Emacs 23 (unicode)" in comment.
13085
13086 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13087
13088         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13089
13090         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13091         characters 160 through 255 in Emacs 23.
13092
13093 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13094
13095         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13096         gnus-article-browse-html-temp.
13097         (gnus-article-browse-delete-temp): Make it customizable.
13098         Add `file'.  Adjust doc string.
13099         (gnus-article-browse-delete-temp-files): Add argument.
13100         Allow query for each file.  Adjust doc string.
13101         (gnus-article-browse-html-parts):
13102         Add `gnus-article-browse-delete-temp-files' to
13103         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13104
13105 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13106
13107         * gnus-art.el (gnus-article-browse-html-temp)
13108         (gnus-article-browse-delete-temp): New variables.
13109         (gnus-article-browse-delete-temp-files): New function.
13110         (gnus-article-browse-html-parts): Use it.
13111
13112 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13113
13114         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13115
13116         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13117         string.
13118
13119         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13120         gnus-summary-insert-new-articles when unplugged.
13121         Remove gnus-summary-search-article-forward.
13122
13123         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13124         display-visual-class instead of display-color-cells.
13125
13126 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13127
13128         * dgnushack.el: Autoload customize-group for XEmacs.
13129
13130         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13131         message/* containing non-ASCII text properly.
13132
13133 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13134
13135         * message.el: Require gmm-utils, remove autoloads.
13136         (message-tool-bar): Set default based on
13137         gmm-tool-bar-style.
13138         (message-tool-bar-gnome): Add gmm-customize-mode.
13139
13140         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13141         gmm-tool-bar-style.
13142         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13143
13144         * gnus-group.el (gnus-group-tool-bar): Set default based on
13145         gmm-tool-bar-style.
13146         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13147
13148         * gmm-utils.el (gmm-image-directory): Rename variable from
13149         gmm-image-load-path.
13150         (gmm-image-load-path): Use gmm-image-directory.
13151         (gmm-customize-mode): New function.
13152         (gmm-tool-bar-style): New variable.
13153
13154         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13155         gnus-group-redraw-line-number.
13156         (gnus-group-redraw-check): Simplify.
13157         (gnus-group-tool-bar-update): Remove redraw check.
13158         (gnus-group-make-tool-bar): Add redraw check.
13159
13160 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13161
13162         * gnus-art.el (gnus-button): Add missing parentheses.
13163
13164 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * lpath.el: Fbind line-number-at-pos.
13167
13168 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13171
13172 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13173
13174         * gnus-art.el (gnus-button): New face.
13175         (gnus-article-button-face): Use it.
13176
13177         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13178         Add gnus-summary-next-page.  Re-order.
13179
13180         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13181         next-node are now included.
13182         (gnus-group-redraw-line-number): New internal variable.
13183         (gnus-group-redraw-check): Helper function for updating the tool
13184         bar.
13185         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13186
13187         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13188
13189         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13190         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13191         Use it to match format of Spamassassin 3.0 and later.
13192         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13193         (spam-check-bogofilter)
13194         (spam-bogofilter-register-with-bogofilter): Fix args of
13195         `gnus-error' calls.
13196
13197 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13198
13199         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13200         unnecessary interaction when sending queued mails.
13201         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13202
13203 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13204
13205         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13206         first or last are nil.
13207
13208 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13209
13210         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13211
13212 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13213
13214         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13215
13216 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13217
13218         * dns.el (query-dns): Protect more against buggy tcp output.
13219
13220 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13223         nov.php.
13224
13225 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13226
13227         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13228         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13229         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13230         output on the server side.
13231         (nnweb-google-create-mapping): Update regexps and add some
13232         progress indication.
13233
13234 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13235
13236         * gnus-group.el (gnus-group-tool-bar-gnome):
13237         Fix gnus-agent-toggle-plugged.  Re-order icons.
13238         (gnus-group-tool-bar-gnome):
13239         Add gnus-group-{prev,next}-unread-group.
13240         (gnus-group-tool-bar-gnome): Re-order icons.
13241
13242         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13243         Move gnus-summary-insert-new-articles.
13244
13245         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13246         Fix comments.
13247
13248         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13249         also available in Emacs 21.3.
13250
13251         * message.el (message-fix-before-sending): Change "Emacs 22" to
13252         "Emacs 23 (unicode)" in comment.
13253
13254         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13255         "Emacs 23 (unicode)" in comment.
13256
13257         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13258         comment.
13259         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13260
13261         * mm-view.el (mm-fill-flowed): Add :version.
13262
13263 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13266         and load-path.
13267
13268 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13269
13270         * message.el: Autoload gmm-image-load-path.
13271         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13272         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13273         consitency.
13274
13275         * gmm-utils.el (gmm-image-load-path): Also search in
13276         "../etc/images".  Don't set gmm-image-load-path if we don't find
13277         the image.
13278
13279 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13280
13281         * gmm-utils.el (gmm-image-load-path): Don't make
13282         `gmm-image-load-path' include subdirectories which the second arg
13283         `image' might specify.
13284
13285         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13286         subdirectory to icon file names.
13287
13288         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13289
13290 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13291
13292         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13293         gmm-image-load-path calls.
13294
13295         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13296
13297         * message.el (message-make-tool-bar): Ditto.
13298
13299         * mml.el (mml-preview): Add comment concerning tool bar icons.
13300
13301         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13302         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13303
13304         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13305         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13306
13307         * message.el (message-tool-bar-gnome): Use new icon names.
13308         (message-make-tool-bar): Use `gmm-image-load-path'.
13309
13310         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13311         New functions from MH-E.
13312         (gmm-image-load-path): New variable from MH-E.
13313         (gmm-image-load-path): New function from MH-E.  Add arguments
13314         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13315         *-image-load-path-called-flag.
13316
13317 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13318
13319         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13320
13321 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13322
13323         * nnimap.el (nnimap-request-move-article): Change folder back to
13324         source group before deleting.
13325
13326 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13329
13330         * gnus-art.el (mm-url-insert-file-contents-external):
13331         Autoload mm-url.
13332
13333         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13334
13335 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13338         coding system which mm-charset-to-coding-system returns for a
13339         given charset is valid.
13340
13341 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13342
13343         * html2text.el (html2text-remove-tag-list):
13344         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13345
13346 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13347
13348         * gnus-cus.el: Revert 2005-10-17 change.
13349
13350 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * gnus-art.el (article-strip-banner):
13353         Call article-really-strip-banner only when the regexp match is made.
13354
13355 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13356
13357         * gnus-art.el (article-strip-banner):
13358         Use gnus-extract-address-components instead of
13359         mail-header-parse-addresses to make it work with non-ASCII text;
13360         remove mail-encode-encoded-word-string.
13361
13362         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13363         values which are surrounded with \"...\"; make it never cause a
13364         Lisp error; give up parsing of parameters if it failed in
13365         extracting type.
13366
13367 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13368
13369         * smime.el (smime-cert-by-ldap-1): Fix bug where
13370         `smime-ldap-search' returns results without userCertificates.
13371
13372 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13375
13376 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13377
13378         * spam.el (spam-check-spamassassin-headers): Adapt format for
13379         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13380         <ari@mbf.ocn.ne.jp>.
13381         (spam-list-of-processors): Add spam-use-gmane.
13382
13383 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13386         make-temp-file; make it work with XEmacs as well.
13387
13388         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13389         mm-make-temp-file.
13390
13391         * mm-decode.el (mm-display-external): Use the 3rd arg of
13392         mm-make-temp-file.
13393         (mm-create-image-xemacs): Ditto.
13394
13395 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13398         with message-narrow-to-headers.
13399         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13400         (gnus-draft-check-draft-articles): New function.
13401         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13402
13403 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * gnus-art.el (gnus-article-browse-html-parts):
13406         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13407         Don't use suffix argument for mm-make-temp-file for Emacs 21
13408         compatibility.  Remove useless `format'.
13409
13410 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13411
13412         * nnweb.el (nnweb-google-wash-article): Update regexps.
13413         (nnweb-group-alist): Use defvoo instead of defvar.
13414
13415 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13418         re-loading nn* modules.
13419
13420 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13423         for `tool-bar-mode' and don't check it's default-value.
13424
13425         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13426
13427         * message.el (message-make-tool-bar): Ditto.
13428
13429         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13430         `substring'.  Shorten tmp-file name.
13431
13432         * gnus.el: Remove bogus comment.
13433
13434 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13435
13436         * gnus-art.el (gnus-article-browse-html-parts): New function.
13437         (gnus-article-browse-html-article): New function for viewing html
13438         articles with a browser.
13439
13440 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13441
13442         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13443         in elisp.
13444         (pgg-gpg-encrypt-symmetric-region): Ditto.
13445         (pgg-gpg-sign-region): Ditto.
13446
13447         * pgg-def.el (pgg-text-mode): New variable.
13448
13449         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13450         (mml2015-pgg-encrypt): Ditto.
13451
13452         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13453         (mml1991-pgg-encrypt): Ditto.
13454
13455 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13456
13457         * nnfolder.el (nnfolder-insert-newsgroup-line):
13458         Use message-make-date instead of current-time-string.
13459
13460         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13461         to gnus-decoded which mm-uu might set.
13462
13463 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13464
13465         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13466         don't decode quoted parameters; remove misimported Emacs code.
13467         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13468         (rfc2231-decode-encoded-string): Don't use split-string which
13469         behaves differently according to Emacs version; use
13470         mm-decode-coding-region to convert charset to coding-system.
13471         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13472         (rfc2231-encode-string): Remove misimported Emacs code.
13473
13474 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13477         when calling mail-header-parse-content-type.
13478         (article-de-quoted-unreadable): Ditto.
13479         (article-de-base64-unreadable): Ditto.
13480         (article-wash-html): Ditto.
13481
13482         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13483         calling mail-header-parse-content-type and
13484         mail-header-parse-content-disposition.
13485         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13486         mail-header-parse-content-type.
13487
13488         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13489         insert charset and format parameters; encode description after
13490         inserting it to buffer.
13491         (mml-insert-parameter): Fold lines properly even if a parameter is
13492         segmented into two or more lines; change the max column to 76.
13493
13494         * rfc1843.el (rfc1843-decode-article-body): Don't use
13495         ignore-errors when calling mail-header-parse-content-type.
13496
13497         * rfc2231.el (rfc2231-parse-string): Return at least type if
13498         possible; don't cause an error even if it fails in parsing of
13499         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13500         (rfc2231-encode-string): Don't break lines at the beginning, leave
13501         it to mml-insert-parameter.
13502
13503         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13504         calling mail-header-parse-content-type.
13505
13506 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * spam-report.el (spam-report-gmane-use-article-number):
13509         Improve doc string.
13510         (spam-report-gmane-internal): Check if a suitable header was found
13511         in the article.
13512
13513 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13514
13515         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13516         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13517
13518 2006-02-05  Romain Francoise  <romain@orebokech.com>
13519
13520         Update copyright notices of all files in the gnus directory.
13521
13522 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13523
13524         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13525
13526 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13529         segmented lines of parameter value to cope with Thunderbird 1.5
13530         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13531         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13532         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13533
13534 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13535
13536         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13537         parts.
13538
13539 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13540
13541         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13542         there's only one active file for all servers.
13543         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13544         solid groups.  Gnus might have used a FAST request to select the group.
13545         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13546         and nnweb-search redundantly in the active file.
13547         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13548         (nnweb-request-create-group): Don't use ARGS.
13549         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13550         initialisations.  Let nnoo do the work.
13551
13552 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13555         Say the part has been decoded.
13556
13557         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13558
13559 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13560
13561         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13562         mailcap-viewer-test-cache when there's no 'test clause, since that
13563         will invert the meaning of a "nil" test previously determined by
13564         mailcap-mailcap-entry-passes-test.
13565
13566 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13567
13568         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13569         compiling.
13570
13571         * gnus-sum.el: Ditto.
13572
13573         * message.el: Don't bind tool-bar-map when compiling.
13574
13575 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13576
13577         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13578
13579 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13580
13581         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13582         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13583         current Google Groups.
13584
13585 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13586
13587         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13588         and tool-bar-mode.
13589
13590         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13591         and tool-bar-mode.
13592
13593         * message.el (message-tool-bar-update): Simplify.
13594         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13595
13596         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13597         gnus-summary-buffer.
13598         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13599         gnus-summary-reply.
13600
13601         * gmm-utils.el (gmm): Add :version.
13602
13603 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * Makefile.in (clean): New rule.
13606         (distclean): Use it.
13607
13608 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13609
13610         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13611         Don't autoload.
13612
13613 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * gmm-utils.el (gmm-verbose): Add :group.
13616
13617 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13618
13619         * message.el: Change some comments WRT tool-bars.
13620
13621         * gnus-sum.el (gnus-summary-tool-bar)
13622         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13623         (gnus-summary-tool-bar-zap-list): New variables.
13624         (gnus-summary-make-tool-bar): Complete rewrite using
13625         `gmm-tool-bar-from-list'.
13626
13627         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13628         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13629         New variables.
13630         (gnus-group-make-tool-bar): Complete rewrite using
13631         `gmm-tool-bar-from-list'.
13632         (gnus-group-tool-bar-update): New function.
13633
13634         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13635
13636 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13639         is dissected into a single part of which the type is the same as
13640         the given one; decode charset.
13641
13642 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13643
13644         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13645         into alists as symbol not string, since that's what
13646         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13647         look for.
13648
13649 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13650
13651         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13652         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13653
13654         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13655
13656 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13659         (gnus-xmas-mime-security-button-menu): New function.
13660
13661         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13662         (gnus-mime-security-button-menu): New definition.
13663         (gnus-mime-security-button-map): Use them.
13664         (gnus-mime-security-button-menu): New function.
13665         (gnus-insert-mime-security-button): Addition to help echo.
13666         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13667         (gnus-mime-security-pipe-part): New functions.
13668
13669         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13670         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13671
13672         * mm-decode.el (mm-handle-set-disposition): Remove.
13673         (mm-handle-set-description): Remove.
13674
13675 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13676
13677         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13678         (mm-w3m-standalone-supports-m17n-p): New function.
13679         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13680         w3m usage.
13681
13682         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13683         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13684
13685 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13686
13687         * message.el (message-tool-bar-zap-list):
13688         Use gmm-tool-bar-zap-list as custom type.
13689         (message-tool-bar-update): New function.
13690         (message-tool-bar, message-tool-bar-gnome)
13691         (message-tool-bar-retro): Add message-tool-bar-update.
13692         (message-tool-bar-gnome): Add flyspell-buffer.
13693
13694         * gnus-util.el (gnus-error): Describe `args'.
13695
13696         * gmm-utils.el (gmm-error): Describe `args'.
13697         (gmm-tool-bar-zap-list): New widget.
13698         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13699
13700 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13703         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13704         the number of recursive calls.
13705
13706         * mm-decode.el (mm-handle-set-disposition): New macro.
13707         (mm-handle-set-description): New macro.
13708
13709 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13712         encoding.
13713
13714 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13715
13716         * message.el (message-tool-bar-zap-list, message-tool-bar)
13717         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13718         (message-tool-bar-local-item-from-menu): Remove.
13719         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13720         (message-make-tool-bar): New function.
13721         (message-mode): Use `message-make-tool-bar'.
13722
13723         * gmm-utils.el: New file.
13724         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13725         (gmm-lazy): New widget copied from `nnmail.el'.
13726         (gmm-tool-bar-from-list): New function for creating customizable
13727         tool bars.
13728         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13729         output.
13730         (gmm): Add :prefix to defgroup.
13731
13732 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13733
13734         * gmm-utils.el (gmm-widget-p): New function.
13735
13736 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13737
13738         * mml.el (mml-attach-file): Describe `description' in doc string.
13739         (mml-menu): Add Emacs MIME manual and PGG manual.
13740
13741 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13742
13743         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13744
13745 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13746
13747         * nntp.el (nntp-end-of-line): Doc fix.
13748
13749 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13750
13751         * imap.el (imap-open): Handle case where buffer is a buffer
13752         object.
13753
13754 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13755
13756         * gnus-delay.el (gnus-delay): Don't autoload.
13757         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13758         to be re-loaded when customizing the `gnus-delay' group.
13759
13760 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13761
13762         * message.el (message-insert-citation-line): Use newlines.
13763
13764 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13765
13766         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13767         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13768         these routines, so the passphrase can be managed externally and
13769         passed in to the system.
13770         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13771         pgg-add-passphrase-to-cache function.
13772
13773         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13774         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13775         these routines, so the passphrase can be managed externally and
13776         passed in to the system.
13777         (pgg-pgp5-sign-region): Use new name of
13778         pgg-add-passphrase-to-cache function.
13779
13780 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13781
13782         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13783         part of the decoded armor to find the key-identifier.
13784         (pgg-gpg-lookup-key-owner): New function to return the
13785         human-readable identifier of a key owner.
13786         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13787         itself.
13788         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13789         the key value) if we have a key and can match it against a secret
13790         key.  Also, added a note pointing out fact that the prompt only
13791         indicates the first matching key.
13792
13793         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13794         pgg-decrypt-region.
13795         (pgg-add-passphrase-to-cache): Rename from
13796         `pgg-add-passphrase-cache' to reduce confusion (all callers
13797         changed).
13798         (pgg-remove-passphrase-from-cache): Rename from
13799         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13800         changed).
13801         (pgg-read-passphrase, pgg-add-passphrase-cache)
13802         (pgg-remove-passphrase-cache): Add informative docstrings.
13803         (pgg-decrypt): Convey provided passphrase in subordinate call to
13804         pgg-decrypt-region.
13805
13806 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13807
13808         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13809         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13810         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13811         'passphrase' argument, so the passphrase can be managed externally
13812         and then passed in to the system.
13813
13814         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13815         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13816         so the passphrase cache can be used reliably with identifiers
13817         besides a pgp packet's key id.
13818
13819         * pgg-gpg.el (pgg-gpg-encrypt-region)
13820         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13821         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13822         these routines, so the passphrase can be managed externally and
13823         passed in to the system.
13824
13825         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13826         'notruncate' argument, so the passphrase cache can be used
13827         reliably with identifiers besides a pgp packet's key id.
13828
13829 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13830
13831         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13832         symmetric encryption.
13833         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13834         encrypted session key.
13835         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13836         message ask for the passphrase in a proper way.
13837
13838         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13839         New user commands for symmetric encryption.
13840
13841 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13842
13843         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13844
13845         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13846
13847 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13848
13849         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13850
13851 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * mm-decode.el (mm-inlined-types): Add application/pgp.
13854         (mm-automatic-display): Ditto.
13855
13856         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13857         part as text.
13858
13859 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * nnrss.el: Update copyright.
13862         (nnrss-opml-import): Query whether to subscribe to each entry.
13863
13864         * gnus-art.el:
13865         * gnus-sum.el:
13866         * gnus-xmas.el:
13867         * messagexmas.el:
13868         * mm-uu.el:
13869         * mm-view.el: Update copyright.
13870
13871 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13872
13873         * message.el (message-info): New function.
13874         (message-mode-menu): Add it.
13875         Update copyright.
13876
13877         * ChangeLog: Fix and update copyright.
13878
13879 2006-01-13  Romain Francoise  <romain@orebokech.com>
13880
13881         * message.el (message-forward-subject-name-subject): Prefer the
13882         address to 'nowhere' if the sender has no name.
13883         Fix typo.  Update copyright year.
13884
13885 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * gnus-art.el (article-wash-html):
13888         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13889         (gnus-article-wash-html-with-w3m-standalone): New function.
13890
13891         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13892         mm-inline-text-html-render-with-w3m-standalone.
13893         (mm-text-html-washer-alist): Map w3m-standalone to
13894         gnus-article-wash-html-with-w3m-standalone.
13895         (mm-inline-text-html-render-with-w3m-standalone): New function.
13896
13897 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13898
13899         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13900         Improve LaTeX.
13901
13902 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13905         (nnrss-request-article): Render text/plain parts as HTML.
13906
13907         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13908         the buffer.
13909
13910 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13911
13912         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13913         custom definition of `gnus-posting-styles'.
13914
13915         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13916         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13917
13918 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13919
13920         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13921         Use nntp for bug archive.
13922
13923 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13926         parts.
13927         (nnrss-normalize-date): New function converts ISO 8601 date into
13928         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13929         (nnrss-check-group): Use it.
13930
13931 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13934
13935         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13936         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13937         (nnrss-insert-w3): Ditto.
13938
13939 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13942         the articles to be forwarded including the case where neither a
13943         number of articles nor a region is specified.
13944
13945 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13946
13947         * nnrss.el (nnrss-request-article): Fix last change; fill
13948         text/plain parts.
13949
13950 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13951
13952         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13953         in text/plain part.
13954         (nnrss-check-group): Don't add excessive newline to dc:subject.
13955
13956 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13957
13958         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13959         article.
13960
13961 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13962
13963         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13964         (nnml-use-compressed-files, nnml-save-mail): Support other
13965         comression programs such as bzip2.
13966
13967 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13968
13969         * dns.el (query-dns): Make sure we check the buffer size before
13970         removing tcp headers.
13971
13972 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13975         remove MIME buttons associated with multipart/alternative parts.
13976         (gnus-mime-display-alternative): Tag buttons using `article-type'
13977         text property.
13978
13979         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13980         associated with multipart/alternative parts.
13981
13982         * gnus-art.el (gnus-signature-separator): Fix custom type.
13983
13984         * mm-decode.el (mm-inlined-types): Fix custom type.
13985         (mm-keep-viewer-alive-types): Ditto.
13986         (mm-automatic-display): Ditto.
13987         (mm-attachment-override-types): Ditto.
13988         (mm-inline-override-types): Ditto.
13989         (mm-automatic-external-display): Ditto.
13990
13991 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13992
13993         * spam-report.el (spam-report-user-mail-address)
13994         (spam-report-user-agent): New variables.
13995         (spam-report-url-ping-plain): Use spam-report-user-agent.
13996
13997 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13998
13999         * gnus-art.el (gnus-button-handle-custom): Do not just use
14000         `customize-apropos' for any "M-x customize-*" button but the
14001         function called for.  Accept both the function name and its
14002         argument in order to achieve this.
14003         (gnus-button-alist): Remove support for "custom:" URL's.
14004         Pass function name to `gnus-button-handle-custom' in case of "M-x
14005         customize-*" buttons.
14006
14007 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14008
14009         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14010         multipart/alternative and add xref to mm-discouraged-alternatives
14011         in doc string.
14012
14013         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14014         gnus-buttonized-mime-types in doc string.
14015
14016 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14017
14018         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14019         Suggest image/.* in the doc string.
14020
14021 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14022
14023         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14024         message-marks (Debian bug #342521).
14025
14026 2005-12-12  Simon Josefsson  <jas@extundo.com>
14027
14028         * password.el (password-read-from-cache): Add.
14029         (password-read): Use it.
14030
14031 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * rfc2047.el (rfc2047-charset-to-coding-system):
14034         Recognize us-ascii as a MIME charset.
14035
14036         * mm-bodies.el (mm-decode-content-transfer-encoding):
14037         Protect against the case where the 2nd arg TYPE is nil.
14038
14039 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14040
14041         * pop3.el (pop3-stream-type): Fix custom version.
14042
14043         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14044
14045 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14046
14047         * mm-decode.el (mm-display-external): Add missing cdr.
14048
14049 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14052         RFC1524) if it is in mailcap or add a suffix according to
14053         mailcap-mime-extensions when generating a temp filename; postpone
14054         deleting a temp file for 2 seconds for some wrappers, shell
14055         scripts, and so on, which might exit right after having started a
14056         viewer command as a background job.
14057
14058 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14059
14060         * nntp.el (nntp-marks-directory): Fix custom group.
14061
14062         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14063         steps when < 10.
14064
14065         * gnus-start.el (gnus-no-server-1):
14066         Mention `gnus-level-default-subscribed' in doc string.
14067
14068 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14069
14070         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14071         parens.
14072
14073 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14074
14075         * gnus-xmas.el (gnus-use-toolbar): Revert.
14076         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14077         gnus-use-toolbar is default.
14078
14079         * messagexmas.el (message-use-toolbar): Revert.
14080         (message-setup-toolbar): Use global default-toolbar if
14081         message-use-toolbar is default.
14082
14083 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14086         according to default-toolbar-visible-p.
14087
14088         * messagexmas.el (message-use-toolbar): Ditto.
14089
14090 2005-11-26  Dave Love  <fx@gnu.org>
14091
14092         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14093         (tls-program, tls-success): Provide openssl alternative.
14094
14095         * starttls.el: Doc fixes.
14096         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14097         SERVICE to PORT.
14098
14099         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14100         port null or service name.
14101         (starttls-negotiate): Autoload.
14102
14103 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14104
14105         * message.el (message-kill-to-signature): Fix interactive spec.
14106
14107 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * pop3.el (pop3-open-server): Recognize a string as a service name.
14110
14111 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14112
14113         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14114
14115 2005-11-23  Dave Love  <fx@gnu.org>
14116
14117         Add pop3s, pop3/starttls.
14118
14119         * pop3.el (pop3-authentication-scheme): Clarify doc.
14120         (open-tls-stream, starttls-open-stream): Autoload.
14121         (pop3-stream-type): New.
14122         (pop3-open-server): Use it.
14123
14124         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14125         for POP.
14126         (mail-source-keyword-map): Add :stream for POP.
14127         (mail-source-fetch-pop): Use pop3-stream-type.
14128
14129 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14132         of current-time-string.
14133
14134 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14135
14136         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14137         date header.
14138
14139 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14140
14141         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14142         it can seriously impact performance as it bypasses the agent's
14143         local caches.
14144
14145 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14146
14147         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14148         must be explicitly online rather than "not explicitly offline" for
14149         its flags to be synchronized.
14150
14151         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14152         that gnus-uu-unmark-thread will function correctly.
14153
14154         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14155         1024K is instead displayed as 1M.
14156
14157 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14158
14159         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14160
14161 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14162
14163         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14164
14165 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14166
14167         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14168         error message to display actual error condition.
14169         (gnus-agent-save-local): Avoid saving symbols that are bound to
14170         nil as they simply result in a warning message in
14171         gnus-agent-read-local.
14172
14173 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14174
14175         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14176         rather than make-variable-buffer-local for file-precious-flag.
14177
14178 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14179
14180         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14181         for duplicates which are removed.  The invalid sort check then
14182         triggers a rescan after the sort as sorting may have moved
14183         duplicate entries such that they can be cheaply detected.
14184
14185 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14188
14189 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14190
14191         * gnus-agent.el (gnus-agent-article-alist-save-format):
14192         Change internal variable to a custom variable.  Change default value
14193         from compressed(2) to uncompressed(1).
14194         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14195         support for uncompressed agentview files.  Taken together, reading
14196         the agentview file should now be 6-7 times faster.
14197
14198 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14199
14200         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14201         as a buffer-local variable.  This avoids creating truncated
14202         dribble files as a result of a hang up, eg.
14203
14204 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14205
14206         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14207         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14208         XEmacs.
14209
14210 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14211
14212         * gnus-start.el (gnus-start-draft-setup):
14213         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14214
14215         * gnus.el (gnus-splash): Change custom group.
14216         (gnus-group-get-parameter, gnus-group-parameter-value):
14217         Describe allow-list argument.
14218
14219         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14220         string.
14221
14222 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14223
14224         * gnus-art.el (gnus-default-article-saver): Add user-defined
14225         `function' to custom type.
14226
14227 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14228
14229         * imap.el (imap-open): Handle case where buffer is a buffer
14230         object.
14231
14232 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14233
14234         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14235         long lines.
14236         (gnus-cache-delete-group): Wrap doc strings.
14237
14238         * gnus-agent.el (gnus-agent-rename-group)
14239         (gnus-agent-delete-group): Wrap doc strings.
14240
14241 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14242
14243         * messagexmas.el (message-use-toolbar): Change the valid values
14244         into default, top, bottom, left, and right.
14245         (message-toolbar-thickness): New variable.
14246         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14247         well.
14248         (message-setup-toolbar): Make it work.
14249
14250         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14251         (gnus-use-toolbar): Change the valid values into default, top,
14252         bottom, left, and right.
14253         (gnus-toolbar-thickness): New variable.
14254         (gnus-xmas-setup-toolbar): New function.
14255         (gnus-xmas-setup-group-toolbar): Use it.
14256         (gnus-xmas-setup-summary-toolbar): Use it.
14257
14258 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14259
14260         * gnus-start.el (gnus-1): Add "native" to
14261         gnus-predefined-server-alist.
14262
14263         * gnus.el (gnus-method-to-server): Don't add "native" to the
14264         lists here, because that leads to problems when
14265         gnus-select-method is bound.
14266
14267 2005-11-09  Simon Josefsson  <jas@extundo.com>
14268
14269         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14270         use (not sort-by-date) instead.
14271
14272 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14273
14274         * gnus-delay.el (gnus-delay-group): Don't autoload.
14275         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14276         to be re-loaded when customizing the `gnus-delay' group.
14277
14278 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14279
14280         * message.el: Revert last changes.
14281         (message-insert-citation-line): Use newlines.
14282
14283 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14284
14285         * message.el (message-courtesy-message)
14286         (message-mark-insert-begin, message-mark-insert-end)
14287         (message-elide-ellipsis, message-cancel-message)
14288         (message-add-header, message-change-subject)
14289         (message-cross-post-followup-to-header)
14290         (message-cross-post-insert-note, message-reduce-to-to-cc)
14291         (message-widen-reply, message-delete-not-region)
14292         (message-kill-to-signature, message-insert-signature)
14293         (message-insert-importance-high, message-insert-importance-low)
14294         (message-insert-or-toggle-importance)
14295         (message-insert-disposition-notification-to)
14296         (message-indent-citation, message-yank-original)
14297         (message-cite-original-without-signature, message-cite-original)
14298         (message-insert-citation-line, message-position-on-field)
14299         (message-fix-before-sending, message-send-mail-partially)
14300         (message-send-mail, message-send-mail-with-sendmail)
14301         (message-send-mail-with-qmail, message-send-news)
14302         (message-check-news-header-syntax, message-generate-headers)
14303         (message-insert-courtesy-copy, message-fill-address)
14304         (message-fill-header, message-shorten-references)
14305         (message-setup-1, message-cancel-news)
14306         (message-forward-make-body-plain, message-forward-make-body-mime)
14307         (message-forward-make-body-mml, message-encode-message-body)
14308         (message-forward-make-body-digest-plain)
14309         (message-forward-make-body-digest-mime)
14310         (message-use-alternative-email-as-from): Insert `hard-newline'
14311         instead of ordinary newlines.
14312
14313 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14314
14315         * message.el (message-generate-headers): Downcase the argument
14316         given to message-check-element.
14317
14318 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14319
14320         * nntp.el (nntp-authinfo-rejected): New error condition.
14321         (nntp-wait-for): Use new error condition to signal authentication
14322         error.
14323         (nntp-retrieve-data): Rethrow new error condition to break out of
14324         recursive call to nntp-send-authinfo.
14325
14326 2005-11-08  Romain Francoise  <romain@orebokech.com>
14327
14328         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14329         (gnus-summary-exit-map): Bind to `Z p'.
14330         (gnus-summary-make-menu-bar): Add menu item.
14331
14332 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14333
14334         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14335         (gnus-treat-*): Add `first' in all doc strings.
14336
14337         * gnus-group.el (gnus-group-compact-group): Fix typo.
14338
14339 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * gnus.el (gnus-parameters-case-fold-search): New variable.
14342         (gnus-parameters-get-parameter): Use it.
14343
14344         * gnus-score.el (gnus-home-score-file): Doc fix.
14345
14346 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14347
14348         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14349
14350 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14351
14352         * mm-util.el (mm-special-display-p): New function.
14353
14354         * mml.el (mml-preview): Use it; doc fix.
14355
14356 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14357
14358         * imap.el (imap-open): Handle case where buffer is a buffer object.
14359
14360 2005-10-29  Romain Francoise  <romain@orebokech.com>
14361
14362         * message.el (message-fix-before-sending): Fix comment.
14363
14364 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14365
14366         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14367
14368 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14369
14370         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14371         Used in gnus-score.el.
14372
14373 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14374
14375         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14376
14377 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14378
14379         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14380         whitespace removed in revision 7.8.  Use concatenated string to
14381         protect trailing whitespace.
14382
14383 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14384
14385         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14386         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14387         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14388         Courier IMAP ("some version from 2004").  Mostly based on similar
14389         code in the same function.
14390
14391 2005-10-26  Didier Verna  <didier@xemacs.org>
14392
14393         * gnus-group.el (gnus-group-compact-group): Invalidate original
14394         article buffer.
14395         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14396         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14397         NOV database and in article itself.
14398         Invalidate article backlog.
14399
14400 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14401
14402         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14403
14404 2005-10-26  Simon Josefsson  <jas@extundo.com>
14405
14406         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14407         part of 2004-07-25 change.
14408
14409 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * message.el (message-display-completion-list): New function.
14412         (message-expand-group): Use it; make sure the Completions buffer
14413         is modifiable.
14414 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14415
14416         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14417         user-mail-name is an empty string.
14418
14419 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14422         depending on gnus-score-decay-constant.
14423
14424         * encrypt.el (encrypt-insert-file-contents)
14425         (encrypt-write-file-contents): Don't use `gnus-message'.
14426
14427         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14428         arguments.
14429         (mm-uu-type-alist): Add message-marks and insert-marks.
14430         Pass arguments to mm-uu-verbatim-marks-extract.
14431         (mm-uu-hide-markers): New variable.
14432         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14433
14434         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14435         (gnus-convert-image-to-face-command): Use "convert" by default to
14436         allow other input image formats.
14437         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14438         accordingly.
14439
14440 2005-10-23  Simon Josefsson  <jas@extundo.com>
14441
14442         * imap.el (imap-gssapi-program): Align command line parameters
14443         with latest GNU SASL.
14444         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14445
14446 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14447
14448         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14449         HTML.
14450         (nnslashdot-request-article): Ditto.
14451
14452         * lpath.el (featurep): Add nobreak-char-display.
14453
14454 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14455
14456         * mail-source.el (mail-source-fetch-pop): Require pop3.
14457         (mail-source-check-pop): Ditto.
14458
14459 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14460
14461         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14462         errors.
14463
14464 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14465
14466         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14467         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14468
14469         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14470
14471         * mm-bodies.el (mm-decode-string):
14472         Call `mm-charset-to-coding-system' with allow-override argument.
14473
14474 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14475
14476         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14477         (rfc2047-charset-to-coding-system): New function.
14478         (rfc2047-decode-encoded-words): New function.
14479         (rfc2047-decode-region): Use them.
14480         (rfc2047-decode-cte): Remove.
14481         (rfc2047-parse-and-decode): Remove.
14482         (rfc2047-decode): Remove.
14483
14484 2005-10-15  Kenichi Handa  <handa@m17n.org>
14485
14486         * rfc2047.el (rfc2047-decode-cte): New function.
14487         (rfc2047-decode-region): Change the way to decode successive
14488         encoded-words: decode B- or Q-encoding in each encoded-word,
14489         concatenate them, and decode it as charset.
14490
14491 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * lpath.el: Fbind codepage-setup for XEmacs.
14494
14495 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14496
14497         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14498         widget-move-and-invoke.
14499         (gnus-custom-mode): Use gnus-custom-map.
14500
14501 2005-10-15  Bill Wohler  <wohler@newt.com>
14502
14503         * message.el (message-tool-bar-map): Rename image file from
14504         mail_send to mail/send.
14505
14506 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14507
14508         * message.el (message-expand-group): Pass the common
14509         prefix substring of completion to `display-completion-list'.
14510
14511 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14512
14513         * mml-sec.el (mml-secure-method): New internal variable.
14514         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14515         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14516         New functions using mml-secure-method.
14517
14518         * mml.el (mml-mode-map): Add key bindings for those functions.
14519         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14520         Harder <harder@myrealbox.com>.
14521         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14522         Goto end of message if point is the headers of the message.
14523
14524         * message.el (message-in-body-p): New function.
14525
14526         * assistant.el: Autoload gnus-util and netrc.
14527
14528         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14529         Use `mm-charset-override-alist' only when decoding.
14530
14531         * mm-bodies.el (mm-decode-body):
14532         Call `mm-charset-to-coding-system' with allow-override argument.
14533
14534         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14535         `filename' from Content-Disposition if Content-Type doesn't
14536         provide `name'.
14537         (gnus-mime-view-part-as-type): Set default instead of
14538         initial-input.
14539
14540 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14541
14542         * format-spec.el (format-spec): Propagate text properties of % spec.
14543
14544 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14545
14546         * gnus-art.el (gnus-treat-predicate): Add `first'.
14547
14548 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14549
14550         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14551         (mm-charset-override-alist): New variable.
14552         (mm-charset-to-coding-system): Use it.
14553         (mm-codepage-setup): New helper function.
14554         (mm-charset-eval-alist): New variable.
14555         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14556         Warn about unknown charsets.
14557
14558         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14559
14560 2005-10-04  David Hansen  <david.hansen@gmx.net>
14561
14562         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14563         (nnrss-check-group): Ditto.
14564
14565 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14566
14567         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14568         Rename x-gnus-verbatim to x-verbatim.
14569         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14570
14571         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14572         x-verbatim.
14573
14574         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14575
14576         * gnus-util.el (gnus-remove-duplicates): Remove.
14577
14578         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14579         instead of gnus-remove-duplicates.
14580
14581         * message.el (message-remove-duplicates): Remove.
14582         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14583         message-remove-duplicates.
14584
14585         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14586         available, else use implementation from `delete-dups'.
14587
14588         * message.el (message-insert-expires): New function.
14589         (message-mode-map): Add key binding.
14590         (message-mode-field-menu): Add menu entry.
14591         (message-mode): Document it.
14592         (message-make-expires-date): Use `message-make-date'.
14593
14594 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14595
14596         * message.el (message-make-expires-date): New function.
14597
14598 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * Makefile.in (list-installed-shadows): New entry.
14601         (install): Use it.
14602         (remove-installed-shadows): New entry.
14603
14604         * dgnushack.el (dgnushack-default-load-path): New variable.
14605         (dgnushack-find-lisp-shadows): New function.
14606         (dgnushack-remove-lisp-shadows): New function.
14607
14608 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * Makefile.in (install-el-elc): New entry.
14611         (install): Use it so that .el files are necessarily installed.
14612
14613 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14616
14617 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14618
14619         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14620         function rather than the diff-mode.el package.
14621         (mm-display-external): Use with-current-buffer.
14622         (mm-viewer-completion-map, mm-viewer-completion-map):
14623         Move initialization inside declaration.
14624
14625 2005-09-29  Simon Josefsson  <jas@extundo.com>
14626
14627         * spam.el: Load hashcash when compiling, to avoid warnings.
14628         Don't autoload mail-check-payment.
14629         (spam-check-hashcash): Define unconditionally, since hashcash.el
14630         is part of Gnus now.  Ignore errors from payment checking.
14631
14632 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14633
14634         * message.el (message-bold-region, message-unbold-region):
14635         Rename from `bold-region' and `unbold-region'.
14636
14637         * message.el: Remove useless autoloads.
14638
14639 2005-09-28  Simon Josefsson  <jas@extundo.com>
14640
14641         * message.el (message-use-idna): Default to t.
14642         (message-use-idna): Test whether encoding works too.  Doc fix.
14643
14644 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14645
14646         * nntp.el (nntp-warn-about-losing-connection): Remove.
14647
14648 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14649
14650         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14651         customizable.  Change default value.
14652         (mm-uu-diff-groups-regexp): Change default value.
14653         (mm-uu-type-alist): Add doc string.
14654         (mm-uu-configure): Add doc string.  Make it interactive.
14655         (mm-uu-tex-groups-regexp): New variable.
14656         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14657         (mm-uu-type-alist): Add LaTeX documents.
14658         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14659         of "text/verbatim".
14660         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14661
14662         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14663         instead of "text/verbatim".
14664
14665         * message.el (message-mark-inserted-region)
14666         (message-mark-insert-file): Use slrn style marks when called with
14667         prefix argument.
14668
14669 2005-09-27  Simon Josefsson  <jas@extundo.com>
14670
14671         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14672
14673 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14674
14675         * message.el (message-remove-duplicates): New function.
14676         Implementation borrowed from `gnus-remove-duplicates'.
14677         (message-idna-to-ascii-rhs): Also encode idna addresses in
14678         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14679         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14680         only ask about the same idna domain once per header and also tell
14681         in what header to replace the idna domain.
14682
14683         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14684         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14685         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14686         a header is decoded and not just the last one.
14687
14688 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14689
14690         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14691         has been decoded.
14692
14693         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14694         (mm-insert-part): Don't modify text if it has been decoded.
14695
14696         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14697         decoded.
14698
14699         * mm-view.el (mm-inline-text): Don't strip text props unless
14700         decoding enriched or richtext parts.
14701
14702 2005-09-25  Romain Francoise  <romain@orebokech.com>
14703
14704         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14705         * gnus-start.el (gnus-subscribe-interactively):
14706         * gnus-uu.el (gnus-uu-grab-articles):
14707         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14708         space.
14709
14710 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14711
14712         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14713         * mm-view.el (mm-view-pkcs7-decrypt):
14714         * gnus-sum.el (gnus-summary-limit-to-extra)
14715         (gnus-summary-respool-article, gnus-read-move-group-name):
14716         * gnus-score.el (gnus-summary-increase-score):
14717         * gnus-util.el (gnus-completing-read-with-default):
14718         * gnus-art.el (gnus-read-save-file-name)
14719         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14720         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14721         * message.el (message-check-news-header-syntax):
14722         Follow convention for reading with the minibuffer.
14723
14724 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14725
14726         * spam-report.el (spam-report-url-ping-plain):
14727         Use gnus-extended-version as User-Agent.
14728
14729         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14730         default value is nil.
14731
14732         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14733         (mm-uu-verbatim-marks-extract): New function.
14734         (mm-uu-extract): New face.
14735         (mm-uu-copy-to-buffer): Use it.
14736
14737         * spam-report.el (spam-report-gmane-ham): Rename from
14738         `spam-report-gmane-unspam'.
14739         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14740         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14741
14742         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14743         Autoload.
14744         (spam-report-gmane-unregister-routine):
14745         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14746
14747 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14748
14749         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14750         (spam-report-gmane-unregister-routine): Add support for gmane
14751         unregistration.
14752
14753         * spam-report.el (spam-report-gmane-unspam)
14754         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14755         (spam-report-gmane): Change to take a single article and do unspam
14756         registration.
14757
14758 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14759
14760         * mm-url.el (mm-url-decode-entities): Fix regexp.
14761
14762 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14763
14764         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14765         default to nil, to be able to use Gnus at all.  If the default
14766         switches to something else, then the function should be fixed not
14767         be exceedingly slow.
14768
14769 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14770
14771         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14772         fail hard.
14773
14774         * spam-report.el: Add better Keywords line.
14775
14776         * spam.el: Add Maintainer and better Keywords line.
14777
14778 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14779
14780         * gnus-art.el (gnus-article-replace-part)
14781         (gnus-mime-replace-part): New functions.
14782         (gnus-mime-action-alist, gnus-mime-button-commands)
14783         (gnus-mime-save-part-and-strip): Add file argument.
14784         (gnus-article-part-wrapper): Add interactive argument.
14785
14786         * gnus-sum.el (gnus-summary-mime-map):
14787         Add `gnus-article-replace-part'.
14788
14789 2005-09-19  Didier Verna  <didier@xemacs.org>
14790
14791         The nnml compaction feature:
14792         * nnml.el (nnml-request-compact-group): New function.
14793         * nnml.el (nnml-request-compact): New function.
14794         * gnus-int.el (gnus-request-compact-group): New function.
14795         * gnus-int.el (gnus-request-compact): New function.
14796         * gnus-group.el (gnus-group-compact-group): New function.
14797         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14798         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14799         * gnus-srvr.el (gnus-server-compact-server): New function.
14800         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14801         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14802
14803 2005-09-18  Deepak Goel  <deego@gnufans.org>
14804
14805         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14806         format spec.
14807
14808 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14811
14812 2005-09-15  Romain Francoise  <romain@orebokech.com>
14813
14814         * message.el (message-fill-paragraph): Clarify docstring.
14815
14816 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * gnus-art.el (gnus-mime-display-part): Protect against broken
14819         MIME messages.
14820
14821 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14822
14823         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14824         before parsing header.
14825
14826 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14827
14828         * html2text.el (html2text-replace-list): Add new entities.
14829
14830 2005-09-11  Romain Francoise  <romain@orebokech.com>
14831
14832         * message.el (message-alternative-emails): Improve docstring.
14833         (message-setup-1): Call `message-use-alternative-email-as-from'
14834         after `message-setup-hook' to give it precedence over posting
14835         styles, etc.
14836         (message-use-alternative-email-as-from): Add docstring.
14837         Remove the original From header if present.
14838
14839         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14840         (nnml-save-mail): Use it.
14841
14842         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14843         articles.  Add new argument `silent'.
14844         (gnus-uu-mark-all): Report the total number of marked articles.
14845
14846 2005-09-10  Romain Francoise  <romain@orebokech.com>
14847
14848         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14849         (gnus-uu-mark-series): Likewise.
14850
14851 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14852
14853         * spam-report.el (spam-report-gmane): Fix generation of spam
14854         report URL.
14855
14856 2005-09-10  Simon Josefsson  <jas@extundo.com>
14857
14858         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14859         t, based on discussion on the ding list with Robert Epprecht
14860         <epprecht@solnet.ch>.
14861
14862 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14863
14864         * spam-report.el (spam-report-gmane): Make it work without
14865         X-Report-Spam header.  Gmane now only provides Archived-At.
14866         This is only used if `spam-report-gmane-use-article-number' is nil.
14867         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14868
14869         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14870         make `gnus-summary-sort-by-recipient' work with threading.
14871
14872         * nnweb.el (nnweb-google-wash-article): Print a message if article
14873         is not available.
14874
14875 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14876
14877         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14878         change.  Decode text/* parts content before displaying.
14879
14880 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14881
14882         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14883
14884 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14887
14888         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14889         url-package-name, url-package-version,
14890         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14891         w3m-display-inline-images, and w3m-minor-mode-map.
14892
14893 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14894
14895         * message.el (message-tab-body-function): Fix mismatched custom type.
14896
14897         * gnus.el (gnus-group-change-level-function): Ditto.
14898
14899         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14900
14901         * gnus-art.el (gnus-signature-limit)
14902         (gnus-article-mime-part-function): Ditto.
14903
14904 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * mml.el (mml-mode): Silence the byte compiler.
14907
14908         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14909         using `(sit-for 0)' before moving the point to the specified part;
14910         skip unbuttonized parts.
14911         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14912         return to the summary window if gnus-auto-select-part is non-nil.
14913
14914 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14915
14916         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14917         New variables.
14918         (mml-dnd-attach-file, mml-mode): Use them.
14919
14920         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14921         Make fetching article by MID work again for Google Groups.
14922         Add FIXME concerning gnus-group-make-web-group.
14923
14924         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14925         Don't depend on Gnus by using mail-extract-address-components if
14926         gnus-extract-address-components is not bound.
14927
14928 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14929
14930         * gnus-art.el (gnus-mime-display-security): Don't display the
14931         signature, but only the signed part.
14932
14933 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14936
14937         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14938         list, not listp.
14939
14940 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14941
14942         * mm-encode.el (mm-encode-content-transfer-encoding):
14943         Likewise when encoding.
14944
14945         * mm-bodies.el (mm-decode-content-transfer-encoding):
14946         De-canonicalize CRLF for all text content types, not just
14947         text/plain.
14948
14949 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14950
14951         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14952         valid article; point arrow and cursor at the MIME button.
14953
14954 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14955
14956         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14957         Suggested by Dan Christensen <jdc@uwo.ca>.
14958
14959         * mm-decode.el (mm-save-part): Enable change of prompt.
14960
14961 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14962
14963         * gnus-msg.el (gnus-inews-add-send-actions):
14964         Make `message-post-method' lambda parameter ARG `&optional'.
14965
14966 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14967
14968         * gnus-sum.el (gnus-summary-mime-map):
14969         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14970         gnus-article-jump-to-part.
14971
14972         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14973         (gnus-article-edit-part): Use it.
14974         (gnus-article-part-wrapper): Add no-handle argument.
14975         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14976         New functions.
14977
14978 2005-08-29  Romain Francoise  <romain@orebokech.com>
14979
14980         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14981         docstring.
14982         (gnus-face-from-file): Likewise.
14983
14984 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14985
14986         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14987         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14988         non-nil.
14989         (gnus-auto-select-part): New variable.
14990         (gnus-article-jump-to-part): New function.
14991         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14992         (gnus-mime-delete-part): Allow selecting specified part after
14993         deleting or stripping parts.
14994         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14995         part if argument is bogus.
14996
14997 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14998
14999         * gnus-art.el (w3m-minor-mode-map):
15000         * gnus-spec.el (gnus-newsrc-file-version):
15001         * gnus-util.el (nnmail-active-file-coding-system)
15002         (gnus-original-article-buffer, gnus-user-agent):
15003         * gnus.el (gnus-ham-process-destinations)
15004         (gnus-parameter-ham-marks-alist)
15005         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15006         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15007         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15008         * mm-decode.el (gnus-current-window-configuration):
15009         * mm-extern.el (gnus-article-mime-handles):
15010         * mm-url.el (url-current-object, url-package-name)
15011         (url-package-version):
15012         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15013         (smime-keys, w3m-cid-retrieve-function-alist)
15014         (w3m-current-buffer, w3m-display-inline-images)
15015         (w3m-minor-mode-map):
15016         * mml-smime.el (gnus-extract-address-components):
15017         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15018         (gnus-newsrc-hashtb, message-default-charset)
15019         (message-deletable-headers, message-options)
15020         (message-posting-charset, message-required-mail-headers)
15021         (message-required-news-headers):
15022         * mml1991.el (mc-pgp-always-sign):
15023         * mml2015.el (mc-pgp-always-sign):
15024         * nnheader.el (nnmail-extra-headers):
15025         * rfc1843.el (gnus-decode-encoded-word-function)
15026         (gnus-decode-header-function, gnus-newsgroup-name):
15027         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15028
15029 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15030
15031         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15032         the end of the date treatments.
15033
15034 2005-08-15  Simon Josefsson  <jas@extundo.com>
15035
15036         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15037         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15038         Capello and Romain Francoise.
15039         (pgg-fetch-key-function): Remove, not used?
15040         (pgg-insert-url-with-w3): Require url, to get
15041         url-insert-file-contents regardless of where it is defined.
15042
15043 2005-08-13  Romain Francoise  <romain@orebokech.com>
15044
15045         * message.el (message-cite-original-1): New function.
15046         (message-cite-original): Use it.
15047         (message-cite-original-without-signature): Ditto.
15048
15049 2005-08-08  Romain Francoise  <romain@orebokech.com>
15050
15051         * message.el (message-yank-empty-prefix): New variable.
15052         (message-indent-citation): Use it.
15053         (message-cite-original-without-signature): Respect X-No-Archive.
15054
15055 2005-08-08  Simon Josefsson  <jas@extundo.com>
15056
15057         * pgg.el: Autoload url-insert-file-contents instead of loading
15058         w3/url.
15059         (pgg-insert-url-with-w3): Don't load url here.
15060
15061 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15062
15063         * message.el (message-kill-to-signature): Don't insert newline at
15064         bol.
15065         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15066
15067 2005-08-06  Romain Francoise  <romain@orebokech.com>
15068
15069         * message.el (message-user-fqdn): Fix typo in docstring.
15070
15071 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15072
15073         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15074
15075         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15076
15077 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * mm-bodies.el (mm-encode-body): Use coding system rather than
15080         charset to encode text.
15081
15082         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15083         number of charsets if utf-8 is available (XEmacs).
15084
15085 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15086
15087         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15088         taken from `gnus-button-mid-or-mail-regexp'.
15089         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15090         (gnus-button-alist): Improve regexp for domain part of the MIDs
15091         for news:localpart@domain buttons.
15092         (gnus-button-ctan-directory-regexp): Update.
15093
15094 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * sieve-manage.el (sieve-manage-interactive-login):
15097         Use make-local-variable rather than make-variable-buffer-local.
15098         (sieve-manage-open): Ditto.
15099         (sieve-manage-authenticate): Ditto.
15100
15101         * mml.el (mml-generate-mime-1): Make the content type default to
15102         text/plain if the filename is not specified.
15103
15104 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15105
15106         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15107         instead of insert-buffer.
15108
15109         * message.el (message-yank-original): Ditto; set the mark at the
15110         end of the yanked message.
15111
15112 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15113
15114         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15115         lines to scroll rather than to stop it.
15116
15117         * mml.el (mml-generate-default-type): Add doc string.
15118         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15119         default to application/octet-stream when determining the content
15120         type if it is not specified for the part or the mml contents; add
15121         a comment about mml-generate-default-type.
15122
15123 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15124
15125         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15126         make it default to application/octet-stream when determining the
15127         content type if it is not specified for the external contents.
15128
15129 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15132         segmented parameter but also other parameters might be there.
15133
15134 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * mm-decode.el (mm-display-external): Delete temp file, directory
15137         and buffer immediately if the external process is exited.
15138
15139 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15142         fewer lines than that of scroll-margin.
15143         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15144
15145 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * gnus-art.el (gnus-article-next-page): Revert.
15148         (gnus-article-beginning-of-window): New macro.
15149         (gnus-article-next-page-1): Use it.
15150         (gnus-article-prev-page): Ditto.
15151         (gnus-article-edit-part): Use insert-buffer-substring instead of
15152         insert-buffer.
15153         (gnus-article-edit-exit): Ditto.
15154
15155         * gnus-util.el (gnus-beginning-of-window): Remove.
15156         (gnus-end-of-window): Remove.
15157
15158         * lpath.el: Don't bind header-line-format and scroll-margin.
15159
15160 2005-07-25  Simon Josefsson  <jas@extundo.com>
15161
15162         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15163         to have the url package without w3.  Reported by Daiki Ueno
15164         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15165
15166 2005-07-20  Didier Verna  <didier@xemacs.org>
15167
15168         * gnus-diary.el: Remove the description comment (nndiary is now
15169         properly documented in the Gnus manual).
15170         Fix the spelling of "Back End".
15171         * nndiary.el: Ditto.
15172         Fix the copyright notice.
15173
15174 2005-07-18  Romain Francoise  <romain@orebokech.com>
15175
15176         * gnus-sum.el (gnus-summary-to-prefix)
15177         (gnus-summary-newsgroup-prefix): New variables.
15178         (gnus-summary-from-or-to-or-newsgroups): Use them.
15179
15180 2005-07-17  Romain Francoise  <romain@orebokech.com>
15181
15182         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15183         space as it's generally not especially interesting to the user.
15184
15185 2005-07-16  Romain Francoise  <romain@orebokech.com>
15186
15187         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15188         nil to avoid prompting and file modification if one of the
15189         messages at the top of the nnfolder file contains a copyright
15190         notice.
15191         Update copyright notice.
15192
15193         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15194         instead of `current-time-string' as the latter creates a time
15195         string that is not RFC 2822 compliant (it lacks the zone).
15196         Update copyright notice.
15197
15198 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15199
15200         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15201         for text/rtf.  Display default in prompt.  Pass default for M-n.
15202
15203         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15204
15205 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15206
15207         * gnus-msg.el (gnus-button-mailto):
15208         Remove save-selected-window-window hackery because it relies on
15209         save-selected-window internals.
15210
15211 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15214         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15215         (gnus-article-prev-page): Ditto.
15216
15217         * gnus-util.el (gnus-beginning-of-window): New function.
15218         (gnus-end-of-window): New function.
15219
15220         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15221
15222 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15223
15224         * gnus-score.el (gnus-score-edit-all-score):
15225         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15226         gnus-message.
15227
15228 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15229
15230         * gnus-msg.el (gnus-button-mailto):
15231         Remove save-selected-window-window hackery because it relies on
15232         save-selected-window internals.
15233
15234 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15237         add-minor-mode.
15238         (gnus-binary-mode): Ditto.
15239
15240         * gnus-topic.el (gnus-topic-mode): Ditto.
15241
15242 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15243
15244         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15245         (gnus-article-prev-page): Take scroll-margin into consideration.
15246
15247 2005-07-04  Lute Kamstra  <lute@gnu.org>
15248
15249         Update FSF's address in GPL notices.
15250
15251 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15252
15253         * gnus.el (gnus-exit):
15254         * gnus-group.el (gnus-group-icons):
15255         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15256
15257         * gnus-nocem.el (gnus-nocem):
15258         * message.el (message-various, message-buffers, message-sending)
15259         (message-interface, message-forwarding, message-insertion)
15260         (message-headers, message-news, message-mail):
15261         * pgg-gpg.el (pgg-gpg):
15262         * pgg-parse.el (pgg-parse):
15263         * pgg-pgp.el (pgg-pgp):
15264         * pgg-pgp5.el (pgg-pgp5):
15265         * pop3.el (pop3): Finish `defgroup' description with period.
15266
15267 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15268
15269         * gnus-art.el (article-display-face): Improve the efficiency.
15270         (article-display-x-face): Ditto; remove grey x-face stuff.
15271
15272 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * gnus-art.el (article-display-face): Correct the position in
15275         which Faces are inserted.
15276
15277 2005-06-29  Didier Verna  <didier@xemacs.org>
15278
15279         * gnus-art.el (article-display-face): Display faces in correct
15280         order.
15281
15282 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15285         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15286         (gnus-nocem-check-article): Fetch the Type header.
15287         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15288         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15289         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15290         make sure gnus-nocem-hashtb is initialized.
15291         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15292         (gnus-nocem-unwanted-article-p): Ditto.
15293
15294         * pgg.el (pgg-verify): Return the verification result.
15295
15296 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15297
15298         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15299         is ascii.
15300
15301 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15302
15303         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15304         `show-nonbreak-escape'.
15305
15306 2005-06-23  Lute Kamstra  <lute@gnu.org>
15307
15308         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15309
15310         * dig.el (dig-mode):
15311         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15312
15313 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15314
15315         * nnimap.el (nnimap-split-download-body): Fix spellings.
15316
15317 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15318
15319         * gnus-art.el (gnus-article-encrypt-body):
15320         * gnus-cus.el (gnus-score-customize):
15321         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15322         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15323
15324 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15325
15326         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15327         header by looking for magic "MII" at the beginnig.
15328
15329 2005-06-16  Miles Bader  <miles@gnu.org>
15330
15331         * gnus-xmas.el (gnus-xmas-group-startup-message):
15332         Use renamed gnus-splash face.
15333
15334         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15335         (assistant-field-face): New backward-compatibility alias for renamed
15336         face.
15337         (assistant-render-text): Use renamed assistant-field face.
15338
15339         * spam.el (spam): Remove "-face" suffix from face name.
15340         (spam-face): New backward-compatibility alias for renamed face.
15341         (spam-face, spam-initialize): Use renamed spam face.
15342
15343         * message.el (message-header-to, message-header-cc)
15344         (message-header-subject, message-header-newsgroups)
15345         (message-header-other, message-header-name)
15346         (message-header-xheader, message-separator, message-cited-text)
15347         (message-mml): Remove "-face" suffix from face names.
15348         (message-header-to-face, message-header-cc-face)
15349         (message-header-subject-face, message-header-newsgroups-face)
15350         (message-header-other-face, message-header-name-face)
15351         (message-header-xheader-face, message-separator-face)
15352         (message-cited-text-face, message-mml-face):
15353         New backward-compatibility aliases for renamed faces.
15354         (message-font-lock-keywords): Use renamed message faces.
15355
15356         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15357         (sieve-test-commands, sieve-tagged-arguments):
15358         Remove "-face" suffix from face names.
15359         (sieve-control-commands-face, sieve-action-commands-face)
15360         (sieve-test-commands-face, sieve-tagged-arguments-face):
15361         New backward-compatibility aliases for renamed faces.
15362         (sieve-control-commands-face, sieve-action-commands-face)
15363         (sieve-test-commands-face, sieve-tagged-arguments-face):
15364         Use renamed sieve faces.
15365
15366         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15367         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15368         (gnus-group-news-3-empty, gnus-group-news-4)
15369         (gnus-group-news-4-empty, gnus-group-news-5)
15370         (gnus-group-news-5-empty, gnus-group-news-6)
15371         (gnus-group-news-6-empty, gnus-group-news-low)
15372         (gnus-group-news-low-empty, gnus-group-mail-1)
15373         (gnus-group-mail-1-empty, gnus-group-mail-2)
15374         (gnus-group-mail-2-empty, gnus-group-mail-3)
15375         (gnus-group-mail-3-empty, gnus-group-mail-low)
15376         (gnus-group-mail-low-empty, gnus-summary-selected)
15377         (gnus-summary-cancelled, gnus-summary-high-ticked)
15378         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15379         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15380         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15381         (gnus-summary-low-undownloaded)
15382         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15383         (gnus-summary-low-unread, gnus-summary-normal-unread)
15384         (gnus-summary-high-read, gnus-summary-low-read)
15385         (gnus-summary-normal-read, gnus-splash):
15386         Remove "-face" suffix from face names.
15387         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15388         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15389         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15390         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15391         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15392         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15393         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15394         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15395         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15396         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15397         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15398         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15399         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15400         (gnus-summary-normal-ticked-face)
15401         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15402         (gnus-summary-normal-ancient-face)
15403         (gnus-summary-high-undownloaded-face)
15404         (gnus-summary-low-undownloaded-face)
15405         (gnus-summary-normal-undownloaded-face)
15406         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15407         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15408         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15409         (gnus-splash-face):
15410         New backward-compatibility aliases for renamed faces.
15411         (gnus-group-startup-message): Use renamed gnus faces.
15412
15413         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15414         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15415         (gnus-server-agent): Remove "-face" suffix from face names.
15416         (gnus-server-agent-face, gnus-server-opened-face)
15417         (gnus-server-closed-face, gnus-server-denied-face)
15418         (gnus-server-offline-face):
15419         New backward-compatibility aliases for renamed faces.
15420         (gnus-server-agent-face, gnus-server-opened-face)
15421         (gnus-server-closed-face, gnus-server-denied-face)
15422         (gnus-server-offline-face): Use renamed gnus faces.
15423
15424         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15425         Remove "-face" suffix from face names.
15426         (gnus-picon-xbm-face, gnus-picon-face):
15427         New backward-compatibility aliases for renamed faces.
15428
15429         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15430         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15431         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15432         (gnus-cite-11): Remove "-face" suffix from face names.
15433         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15434         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15435         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15436         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15437         New backward-compatibility aliases for renamed faces.
15438         (gnus-cite-attribution-face, gnus-cite-face-list)
15439         (gnus-article-boring-faces): Use renamed gnus faces.
15440
15441         * gnus-art.el (gnus-signature, gnus-header-from)
15442         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15443         (gnus-header-content): Remove "-face" suffix from face names.
15444         (gnus-signature-face, gnus-header-from-face)
15445         (gnus-header-subject-face, gnus-header-newsgroups-face)
15446         (gnus-header-name-face, gnus-header-content-face):
15447         New backward-compatibility aliases for renamed faces.
15448         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15449
15450         * gnus-sum.el (gnus-summary-selected-face)
15451         (gnus-summary-highlight): Use renamed gnus faces.
15452         * gnus-group.el (gnus-group-highlight): Likewise.
15453
15454 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15455
15456         * gnus-sieve.el (gnus-sieve-article-add-rule):
15457         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15458         * spam-stat.el (spam-stat-buffer-change-to-spam)
15459         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15460
15461         * message.el (message-is-yours-p):
15462         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15463
15464 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15465
15466         * mm-view.el (mm-inline-text): Withdraw the last change.
15467
15468 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15471         executing enriched-decode.
15472
15473 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15474
15475         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15476         charset of tar files.
15477
15478 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15479
15480         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15481
15482 2005-06-04  Lute Kamstra  <lute@gnu.org>
15483
15484         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15485         information is never recorded.
15486
15487 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15488
15489         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15490
15491 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15492
15493         * pop3.el (pop3-apop): Run md5 in the binary mode.
15494
15495         * starttls.el (starttls-set-process-query-on-exit-flag):
15496         Use eval-and-compile.
15497
15498 2005-05-31  Simon Josefsson  <jas@extundo.com>
15499
15500         * smime.el (smime-replace-in-string): Define.
15501         (smime-cert-by-ldap-1): Use it.
15502
15503 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * gnus-art.el (article-display-x-face): Replace
15506         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15507
15508         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15509         set-process-query-on-exit-flag or process-kill-without-query.
15510
15511         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15512         loop instead of replace-regexp.
15513
15514         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15515         instead of process-kill-without-query if it is available.
15516
15517         * lpath.el: Fbind ldap-search-entries.
15518
15519         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15520         instead of find-file-hooks if it is available.
15521
15522         * mml1991.el: Bind pgg-default-user-id when compiling.
15523
15524         * mml2015.el: Bind pgg-default-user-id when compiling.
15525
15526         * nndraft.el (nndraft-request-associate-buffer):
15527         Use write-contents-functions instead of write-contents-hooks if it is
15528         available.
15529
15530         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15531         instead of find-file-hooks if it is available.
15532
15533         * nntp.el (nntp-open-connection): Replace
15534         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15535         (nntp-open-ssl-stream): Ditto.
15536         (nntp-open-tls-stream): Ditto.
15537
15538         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15539         set-process-query-on-exit-flag or process-kill-without-query.
15540         (starttls-open-stream-gnutls): Use it instead of
15541         process-kill-without-query.
15542         (starttls-open-stream): Ditto.
15543
15544 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15545
15546         * smime.el (smime-cert-by-ldap-1): Don't use
15547         replace-regexp-in-string.
15548
15549 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15550
15551         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15552
15553         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15554         in PEM format.  Adjust to the XEmacs compability.
15555
15556 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15557
15558         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15559         by `string-to-number'.
15560         * gnus-agent.el (gnus-agent-regenerate-group)
15561         (gnus-agent-fetch-articles): Ditto.
15562         * gnus-art.el (gnus-button-fetch-group): Ditto.
15563         * gnus-cache.el (gnus-cache-generate-active)
15564         (gnus-cache-articles-in-group): Ditto.
15565         * gnus-group.el (gnus-group-set-current-level)
15566         (gnus-group-insert-group-line): Ditto.
15567         * gnus-score.el (gnus-score-set-expunge-below)
15568         (gnus-score-set-mark-below, gnus-summary-score-effect)
15569         (gnus-summary-score-entry): Ditto.
15570         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15571         (gnus-soup-pack): Ditto.
15572         * gnus-spec.el (gnus-xmas-format): Ditto.
15573         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15574         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15575         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15576         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15577         * nndb.el (nndb-get-remote-expire-response): Ditto.
15578         * nndiary.el (nndiary-parse-schedule-value)
15579         (nndiary-string-to-number, nndiary-request-replace-article)
15580         (nndiary-request-article): Ditto.
15581         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15582         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15583         * nneething.el (nneething-make-head): Ditto.
15584         * nnfolder.el (nnfolder-request-article)
15585         (nnfolder-retrieve-headers): Ditto.
15586         * nnheader.el (nnheader-file-to-number): Ditto.
15587         * nnkiboze.el (nnkiboze-request-article): Ditto.
15588         * nnmail.el (nnmail-process-unix-mail-format)
15589         (nnmail-process-babyl-mail-format): Ditto.
15590         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15591         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15592         (nnmh-request-create-group, nnmh-request-list-1)
15593         (nnmh-request-group, nnmh-request-article): Ditto.
15594         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15595         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15596         * nnsoup.el (nnsoup-make-active): Ditto.
15597         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15598         * nntp.el (nntp-find-group-and-number)
15599         (nntp-retrieve-headers-with-xover): Ditto.
15600         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15601         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15602         (pgg-format-key-identifier): Ditto.
15603         * pop3.el (pop3-last, pop3-stat): Ditto.
15604         * qp.el (quoted-printable-decode-region): Ditto.
15605
15606         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15607         of concat.
15608
15609 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15610
15611         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15612
15613         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15614
15615         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15616
15617         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15618
15619         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15620
15621         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15622
15623         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15624         (gnus-carpal-mode): Ditto.
15625
15626         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15627         (gnus-browse-mode): Ditto.
15628
15629         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15630
15631         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15632
15633 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15634
15635         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15636
15637 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15638
15639         * gnus-util.el (gnus-run-mode-hooks): New function.
15640
15641         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15642
15643         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15644         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15645
15646 2005-05-27  Lute Kamstra  <lute@gnu.org>
15647
15648         * dns-mode.el (dns-mode): Specify customization group.
15649
15650 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15651
15652         * gnus-agent.el (gnus-agent-make-mode-line-string):
15653         Use mode-line-highlight as mouse-face.
15654
15655 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15656
15657         * canlock.el (canlock): Change the parent group to news.
15658
15659         * deuglify.el (gnus-outlook-deuglify): Add :group.
15660
15661         * dig.el (dig): Add :group.
15662
15663         * dns-mode.el (dns-mode): Add :group.
15664
15665         * encrypt.el (encrypt): Add :group.
15666
15667         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15668         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15669         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15670         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15671         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15672
15673         * gnus-diary.el (gnus-diary): Add :group.
15674
15675         * gnus.el (gnus-group-news-1-face): Add :group.
15676         (gnus-group-news-1-empty-face): Ditto.
15677         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15678         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15679         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15680         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15681         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15682         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15683         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15684         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15685         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15686         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15687         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15688         (gnus-summary-high-ticked-face): Ditto.
15689         (gnus-summary-low-ticked-face): Ditto.
15690         (gnus-summary-normal-ticked-face): Ditto.
15691         (gnus-summary-high-ancient-face): Ditto.
15692         (gnus-summary-low-ancient-face): Ditto.
15693         (gnus-summary-normal-ancient-face): Ditto.
15694         (gnus-summary-high-undownloaded-face): Ditto.
15695         (gnus-summary-low-undownloaded-face): Ditto.
15696         (gnus-summary-normal-undownloaded-face): Ditto.
15697         (gnus-summary-high-unread-face): Ditto.
15698         (gnus-summary-low-unread-face): Ditto.
15699         (gnus-summary-normal-unread-face): Ditto.
15700         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15701         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15702
15703         * hashcash.el (hashcash): New custom group.
15704         (hashcash-default-payment): Add :group.
15705         (hashcash-payment-alist): Ditto.
15706         (hashcash-default-accept-payment): Ditto.
15707         (hashcash-accept-resources): Ditto.
15708         (hashcash-path): Ditto.
15709         (hashcash-extra-generate-parameters): Ditto.
15710         (hashcash-double-spend-database): Ditto.
15711         (hashcash-in-news): Ditto.
15712
15713         * message.el (message-minibuffer-local-map): Add :group.
15714
15715         * netrc.el (netrc): Add :group.
15716
15717         * sieve-manage.el (sieve-manage-log): Add :group.
15718         (sieve-manage-default-user): Diito.
15719         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15720         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15721         (sieve-manage-authenticators): Ditto.
15722         (sieve-manage-authenticator-alist): Ditto.
15723         (sieve-manage-default-port): Ditto.
15724
15725         * sieve-mode.el (sieve-control-commands-face): Add :group.
15726         (sieve-action-commands-face): Ditto.
15727         (sieve-test-commands-face): Ditto.
15728         (sieve-tagged-arguments-face): Ditto.
15729
15730         * smime.el (smime): Add :group.
15731
15732         * spam-report.el (spam-report): Add :group.
15733
15734         * spam.el (spam, spam-face): Add :group.
15735
15736 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15737
15738         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15739         return \n.\n.\n at the end of articles.  Protect against that.
15740         (nntp-with-open-group): Allow debugging.
15741
15742         * nnheader.el (mail-header-set-extra): Make into a function
15743         because I just could't understand how to quote the list properly.
15744
15745         * dns.el (query-dns-cached): New function.
15746
15747 2005-05-26  Lute Kamstra  <lute@gnu.org>
15748
15749         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15750
15751 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15754
15755         * gnus-art.el: Don't autoload mail-extract-address-components.
15756
15757         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15758         eval-and-compile to evaluate it.
15759
15760         * hashcash.el: Don't autoload executable-find.
15761
15762         * nndb.el: Don't declare the nndb back end two or more times; don't
15763         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15764
15765         * nntp.el: Autoload format-spec instead of format; use
15766         eval-and-compile to evaluate autoload forms.
15767
15768 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15769
15770         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15771
15772 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15773
15774         * gnus.el (gnus-version-number): Bump version.
15775
15776 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15777
15778         * gnus.el: No Gnus v0.3 is released.
15779
15780 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15781
15782         * lpath.el (featurep): Bind show-nonbreak-escape.
15783
15784 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * gnus-art.el (gnus-article-edit-part): Disable undo.
15787
15788 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15789
15790         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15791         gnus-article-date-lapsed-new-header is t if date timer is active;
15792         skip headers in which the original date value is empty.
15793         (gnus-article-save-original-date): Redefine it as a macro.
15794         (gnus-display-mime): Use it.
15795
15796 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15797
15798         * gnus-art.el (article-date-ut): Support converting date in
15799         forwarded parts as well.
15800         (gnus-article-save-original-date): New function.
15801         (gnus-display-mime): Use it.
15802
15803 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15804
15805         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15806         enclosure element of <item>.
15807
15808 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15809
15810         * message.el (message-kill-buffer-query): Rename from
15811         `message-kill-buffer-query-if-modified'.  Add :version.
15812
15813 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15814
15815         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15816         window layout.
15817
15818 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * mml.el: Autoload dnd when compiling.
15821
15822 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15823
15824         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15825         x-dnd-*.
15826
15827 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15828
15829         * qp.el (quoted-printable-encode-region): Save excursion.
15830
15831 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15832
15833         * message.el (message-kill-buffer-query-if-modified): Add new variable
15834         so the user can kill a modified message buffer quickly.
15835         (message-kill-buffer): Use it.
15836
15837 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15838
15839         * lpath.el: Fbind display-time-event-handler; don't fbind
15840         string-to-multibyte.
15841
15842         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15843
15844 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15847         contained in text because xml.el decodes entities) with LFs.
15848
15849 2005-04-11  Lute Kamstra  <lute@gnu.org>
15850
15851         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15852         differently.
15853
15854 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15855
15856         * mm-util.el (mm-detect-coding-region): Typo.
15857
15858 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15859
15860         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15861
15862 2005-04-06  Deepak Goel  <deego@gnufans.org>
15863
15864         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15865         user-function allow user modifications of the scores.
15866         (spam-stat-score-buffer-user): New function, to allow
15867         user-computed modifications to the score.
15868         (spam-stat-score-buffer-user-functions): List of additional
15869         scoring functions.
15870         (spam-stat-error-holder): Global temporary error holder.
15871         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15872         variable.
15873
15874 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15875
15876         * gnus-registry.el (gnus-registry-clean-empty-function)
15877         (gnus-registry-trim, gnus-registry-fetch-groups)
15878         (gnus-registry-delete-group): Groups that match
15879         `gnus-registry-ignored-groups' are removed from the registry
15880         entries, not just ignored for splitting.  This helps clean up the
15881         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15882         to get all the groups a message ID is in.
15883
15884         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15885         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15886         (spam-stat-score-buffer-user-functions): Add :number custom type.
15887
15888 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15891         argument in XEmacs.
15892
15893         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15894         (nnrss-request-group): Decode group name first.
15895         (nnrss-request-article): Make a text/plain article if mml-to-mime
15896         failed.
15897         (nnrss-get-encoding): Return a compatible encoding according to
15898         nnrss-compatible-encoding-alist.
15899         (nnrss-find-el): Use consp instead of listp.
15900         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15901
15902 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15905         which Emacs 20 doesn't support.
15906         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15907
15908 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15909
15910         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15911         silence the byte compiler inside the defun.
15912
15913         * gnus-demon.el (parse-time-string): Add autoload.
15914
15915         * gnus-delay.el (parse-time-string): Add autoload.
15916
15917         * gnus-art.el (parse-time-string): Add autoload.
15918
15919         * nnultimate.el (parse-time): Require for `parse-time-string'.
15920
15921 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15922
15923         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15924
15925         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15926
15927         * smime.el (smime-ldap-host-list): Add :version.
15928
15929 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15930
15931         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15932         pass it to `gnus-browse-read-group'.
15933         (gnus-browse-read-group): Add NUMBER argument and pass it to
15934         `gnus-group-read-ephemeral-group'.
15935
15936         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15937         argument and pass it to `gnus-group-read-group'.
15938
15939 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15940
15941         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15942         mm-xemacs-find-mime-charset-1 if we have the mule feature
15943         available at runtime.
15944
15945 2005-03-25  Werner Lemberg  <wl@gnu.org>
15946
15947         * nnmaildir.el: Replace `illegal' with `invalid'.
15948
15949 2005-03-23  Lute Kamstra  <lute@gnu.org>
15950
15951         * time-date.el: Add comment on time value formats.
15952         Don't require parse-time.
15953         (with-decoded-time-value): New macro.
15954         (encode-time-value): New function.
15955         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15956         (days-to-time): Return a valid time value when arg is huge.
15957         (time-since): Use time-subtract.
15958         (time-to-number-of-days): Use time-to-seconds.
15959
15960 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15961
15962         * gnus-start.el (gnus-display-time-event-handler):
15963         Check display-time-timer at runtime rather than only at load time
15964         in case display-time-mode is turned off in the mean time.
15965
15966 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15967
15968         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15969         used.
15970
15971         * nneething.el (nneething-map-file-directory): Derive from
15972         `gnus-directory'.
15973
15974         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15975         the To/Cc button.
15976
15977 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15978
15979         * nnmaildir.el (nnmaildir-request-accept-article):
15980         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15981
15982 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15983
15984         * gnus-async.el: Require timer-funcs at compile time when in
15985         XEmacs for `run-with-idle-timer'.
15986
15987 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15988
15989         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15990         autoloaded function.
15991
15992 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15993
15994         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15995
15996 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15997
15998         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15999
16000 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16001
16002         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16003         Add gnus-expert-user to default.
16004
16005 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16006
16007         * nnimap.el (nnimap-open-server): Ditto.
16008
16009         * imap.el (imap-authenticate): Fix typo.
16010
16011 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16012
16013         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16014         buffer (since IMAP server might return FETCH response out of
16015         order, and the nntp buffer must be sorted).
16016
16017 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16018
16019         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16020         comparison on string.
16021
16022         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16023         (gnus-agent-score): Rename category keywords to match gnus-cus.
16024         (gnus-agent-summary-fetch-series): Modify to protect against
16025         gnus-agent-summary-fetch-group clearing processable flags.
16026         (gnus-agent-synchronize-group-flags): Update live group buffer as
16027         synchronization may occur due to the user toggle the plugged
16028         status.
16029         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16030         successfully downloaded.
16031         (gnus-agent-expire-group-1): Avoid using markers when the overview
16032         is in ascending order; greatly improves performance.
16033         (gnus-agent-regenerate-group):
16034         Use gnus-agent-synchronize-group-flags to reset read status in both
16035         gnus and server.
16036         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16037
16038 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16039
16040         * message.el: Don't autoload former message-utils variables.
16041         (message-strip-subject-trailing-was): Change doc string.
16042
16043         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16044         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16045         (nnweb-google-search): Add "hl=en" here.
16046         (nnweb-google-parse-1, nnweb-google-create-mapping):
16047         Don't hardcode URL.
16048
16049 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16050
16051         * message.el (message-get-reply-headers, message-followup):
16052         Mention related variables `message-use-followup-to' and
16053         `message-use-mail-followup-to', in the information buffer.
16054
16055         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16056         of broken groups(-beta).google.com.
16057
16058 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16059
16060         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16061         parameter to invoked gnus-request-move-article; remove the
16062         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16063         all at once instead of once per article.
16064         (gnus-summary-remove-process-mark): Accept a list of articles as
16065         well as a single article for processing.
16066
16067         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16068         parameter.
16069
16070         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16071
16072         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16073
16074         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16075         parameter.
16076
16077         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16078         parameter.
16079
16080         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16081         parameter and remove the gnus-sum-hint-move-is-internal variable.
16082
16083         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16084         parameter.
16085
16086         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16087         parameter.
16088
16089         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16090         parameter.
16091
16092         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16093
16094         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16095         parameter.
16096
16097         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16098         parameter.
16099
16100 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16101
16102         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16103         a more conservative way.
16104
16105 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16106
16107         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16108         buffer, so it moves the window's cursor.
16109
16110 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16111
16112         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16113         `mm-dissect-multipart' and receive the from field as an (optional)
16114         argument from `mm-dissect-multipart'.
16115         (mm-dissect-multipart): Receive the from field as an argument and
16116         pass it on when we call `mm-dissect-buffer' on MIME parts.
16117         Fixes verification/decryption of signed/encrypted MIME parts.
16118
16119 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16120
16121         * gnus-sum.el (gnus-summary-move-article):
16122         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16123         whatever it calls (right now, only nnimap-request-move article
16124         respects it).
16125
16126         * nnimap.el (nnimap-request-move-article):
16127         When gnus-sum-hint-move-is-internal is set, don't do the extra
16128         nnimap-request-article.
16129
16130 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16131
16132         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16133
16134         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16135         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16136
16137         * gnus-sum.el (gnus-summary-caesar-message):
16138         Apply `gnus-treat-article' after rotation.
16139
16140         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16141         doc string.
16142
16143 2005-02-22  Simon Josefsson  <jas@extundo.com>
16144
16145         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16146         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16147         <arne@arnested.dk>.
16148         (encrypt): Add password-cache and password-cache-expiry as group
16149         members.
16150
16151 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16152
16153         * smime.el (smime-ldap-host-list): Doc fix.
16154         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16155         cache) password.
16156         (smime-sign-region): Use it.
16157         (smime-decrypt-region): Use it.
16158         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16159         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16160         fails.
16161         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16162         certificate from DER to PEM format rather than calling openssl.
16163
16164         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16165
16166         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16167         for signing/encryption.
16168
16169         * mml.el (mml-parse-1): Use them.
16170
16171 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16172
16173         * nnrss.el (nnrss-verbose): Remove.
16174         (nnrss-request-group): Use `nnheader-message' instead.
16175
16176 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16177
16178         * nnrss.el (nnrss-verbose): New variable.
16179         (nnrss-request-group): Make it say nnrss is requesting a group.
16180
16181 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16182
16183         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16184         Handle news URL with given port correctly.
16185
16186 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16187
16188         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16189         containing special characters.
16190
16191         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16192
16193         * mml.el (mime-to-mml): Ditto.
16194
16195         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16196         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16197         (rfc2047-decode-region): Quote decoded words containing special
16198         characters when rfc2047-quote-decoded-words-containing-tspecials
16199         is non-nil.
16200
16201 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16202
16203         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16204
16205         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16206
16207 2005-02-15  Simon Josefsson  <jas@extundo.com>
16208
16209         * nnimap.el (nnimap-debug): Doc fix.
16210
16211         * imap.el (imap-debug): Doc fix.
16212
16213 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16214
16215         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16216
16217 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16218
16219         * gnus.el (spam-contents): Improve docs for spam-contents
16220         parameter in its variable incarnation.
16221
16222 2005-02-14  Simon Josefsson  <jas@extundo.com>
16223
16224         * smime-ldap.el: Use require instead of load-library for ldap.
16225         (smime-ldap-search): Indent.
16226         (smime-ldap-search-internal): Shorten line.
16227
16228         * smime.el (smime-cert-by-dns): Add doc-string.
16229         (smime-cert-by-ldap-1): Indent.
16230
16231         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16232         mml-smime-get-dns-ldap.
16233         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16234
16235 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16236
16237         * smime.el: Require smime-ldap.
16238         (smime-ldap-host-list): New variable.
16239         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16240
16241         * mml-smime.el (mml-smime-encrypt-query): New function.
16242         (mml-smime-encrypt-query): Use it.
16243
16244         * smime-ldap.el: New file.
16245
16246 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16249
16250 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16251
16252         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16253         argument in doc string.  Make query for type more clear.
16254
16255 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16256
16257         * gnus.el (gnus-group-startup-message): Search for gnus images in
16258         etc/images/gnus.
16259         * mm-util.el (mm-image-load-path): Likewise.
16260         * smiley.el (smiley-data-directory): Search for smilies in
16261         etc/images/smilies.
16262
16263 2005-02-09  Kim F. Storm  <storm@cua.dk>
16264
16265         Change Emacs release version from 21.4 to 22.1 throughout.
16266         Change Emacs development version from 21.3.50 to 22.0.50.
16267
16268 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16269
16270         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16271
16272         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16273         non-Mule XEmacs as well.
16274         (mm-decompress-buffer): Signal an error intentionally if it does
16275         not decompress compressed data because auto-compression-mode is
16276         disabled.
16277
16278 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16279
16280         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16281         an ID in the registry even if it has no groups.
16282
16283 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16286         merge it into mm-decompress-buffer.
16287         (gnus-mime-copy-part): Use the MIME part charset, the value which
16288         a user specified or gnus-newsgroup-charset for decoding, like
16289         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16290         save-buffer what was used.  Suggested by Kevin Ryde
16291         <user42@zip.com.au>.
16292         (gnus-mime-inline-part): Allow the name parameter as well as the
16293         filename parameter; force decompressing of compressed data; always
16294         display contents being not decoded as unibyte.
16295
16296         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16297         as well as the filename parameter.
16298
16299         * mm-util.el (mm-decompress-buffer):
16300         Merge gnus-mime-jka-compr-maybe-uncompress.
16301         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16302         of compressed data.
16303
16304 2005-02-08  Simon Josefsson  <jas@extundo.com>
16305
16306         * imap.el (imap-log): Doc fix.
16307
16308 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16309
16310         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16311         the coding cookies; decompress compressed parts.
16312
16313         * mml.el (mml-generate-mime-1): Add the charset parameter according
16314         to the value which a user specified manually or the coding cookie.
16315
16316         * mm-util.el (mm-string-to-multibyte): New function.
16317         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16318         (mm-coding-system-to-mime-charset): New function.
16319         (mm-decompress-buffer): New function.
16320         (mm-find-buffer-file-coding-system): New function.
16321
16322         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16323         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16324         parts.
16325
16326 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16327
16328         * mm-view.el (mm-display-inline-fontify): Decode a part according
16329         to the charset parameter.
16330
16331 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16332
16333         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16334         prefix arg is neither nil nor a number, as info specifies.
16335
16336 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16337
16338         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16339         timestamps.
16340
16341 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16342
16343         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16344         groups error checking and notify user.
16345
16346 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16347
16348         * message.el (message-send-mail-function): Check existence of
16349         sendmail-program first before using default value
16350         `message-send-mail-with-sendmail'.  Otherwise use more generic
16351         `smtpmail-send-it'.
16352
16353 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * nntp.el (nntp-request-update-info): Always return nil.
16356
16357 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16358
16359         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16360
16361 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16362
16363         * message.el (message-beginning-of-line): Change the behavior when
16364         invoked between BOL and : so that it first moves backward.
16365
16366 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16367
16368         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16369         article buffer when editing of the article is discarded.
16370         (gnus-article-prepare): Revert.
16371
16372 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16373
16374         * gnus-art.el (gnus-article-prepare):
16375         Remove message-strip-forbidden-properties from the local hook.
16376
16377 2005-01-27  Simon Josefsson  <jas@extundo.com>
16378
16379         * password.el (password-cache-add): Only start one timer per key.
16380         Reported by Derek Atkins <warlord@MIT.EDU>.
16381
16382 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16383
16384         * run-at-time.el: Remove.  It is no longer needed as
16385         timer-funcs.el in the xemacs-base package has a working version of
16386         `run-at-time'.
16387
16388         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16389
16390         * password.el: Require timer-funcs instead of run-at-time in
16391         XEmacs.
16392         Remove `password-run-at-time' macro.
16393         (password-cache-add): Use `run-at-time' instead of
16394         `password-run-at-time'.
16395
16396         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16397         Remove `nnheader-cancel-function-timers' alias,
16398         `cancel-function-timers' exists in XEmacs in timer-funcs.
16399
16400         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16401         for `run-with-idle-timer'.
16402
16403         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16404         for `run-at-time'.
16405
16406         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16407         for `with-timeout'.
16408
16409         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16410         the same as for XEmacs 21.4.
16411         No need to ignore `run-with-idle-timer', this function exists in
16412         XEmacs now in timer-funcs.el in the xemacs-base package.
16413         (dgnushack-compile): No need to delete
16414         run-at-time.el from the list of files to compile because it
16415         doesn't exist anymore.
16416
16417 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16420         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16421
16422 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16423
16424         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16425         sensitively.
16426
16427 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16428
16429         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16430
16431 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16432
16433         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16434         which will be inserted according to the multibyteness of a buffer
16435         rather than the type of contents.  Suggested by ARISAWA Akihiro
16436         <ari@mbf.ocn.ne.jp>.
16437
16438         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16439         of string which old xml.el may return rather than a string.
16440
16441 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16442
16443         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16444
16445 2005-01-16  Simon Josefsson  <jas@extundo.com>
16446
16447         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16448         idn/idna.el isn't available.
16449         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16450         <michael@waxrat.com>.
16451
16452         * hashcash.el: Remove non-FSF copyright header.
16453
16454         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16455         (hashcash-generate-payment): Use it.
16456         (hashcash-generate-payment-async): Use it.
16457
16458 2005-01-15  Simon Josefsson  <jas@extundo.com>
16459
16460         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16461         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16462
16463         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16464         gnus-summary-idna-message.
16465         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16466         (gnus-summary-idna-message): New function.
16467
16468 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16469
16470         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16471         gnus-novice-user.
16472
16473 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * nnrss.el (nnrss-request-delete-group): Delete entries in
16476         nnrss-group-alist as well.
16477         (nnrss-save-server-data): Insert newline.
16478
16479 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16480
16481         * gnus.el (gnus-user-agent): Use list of symbols instead of
16482         symbols.  Display full version number for (S)XEmacs.
16483         Optionally display (S)XEmacs codename.
16484
16485         * gnus-util.el (gnus-emacs-version): Update for new
16486         `gnus-user-agent'.
16487
16488         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16489         Gnus version.
16490
16491 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16492
16493         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16494         which is unreadable in some setups.
16495
16496 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * gnus-spec.el (gnus-update-format-specifications): Flush the
16499         group format spec cache if it doesn't support decoded group names.
16500
16501 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16502
16503         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16504         Allow to apply decay on score files matching a regexp.
16505
16506 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16509         compatibility in %g and %c.
16510
16511 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16514         name for only %g and %c.
16515         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16516         of gnus-tmp-group to decoded group name.
16517         (gnus-group-make-rss-group): Exclude `/'s from group names.
16518
16519 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * nnrss.el (nnrss-get-encoding): Fix regexp.
16522
16523 2004-12-27  Simon Josefsson  <jas@extundo.com>
16524
16525         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16526         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16527         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16528
16529 2004-12-17  Kim F. Storm  <storm@cua.dk>
16530
16531         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16532
16533         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16534
16535 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16536
16537         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16538
16539 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * nnrss.el: Require rfc2047 and mml.
16542         (nnrss-file-coding-system): New variable.
16543         (nnrss-format-string): Redefine it as an inline function.
16544         (nnrss-decode-group-name): New function.
16545         (nnrss-string-as-multibyte): Remove.
16546         (nnrss-retrieve-headers): Decode group name; don't use
16547         nnrss-format-string.
16548         (nnrss-request-group): Decode group name.
16549         (nnrss-request-article): Decode group name; allow a Message-ID as
16550         well as an article number; don't use nnrss-format-string; encode a
16551         Message-ID string which may contain non-ASCII characters; use
16552         mml-to-mime to compose a MIME article.
16553         (nnrss-request-expire-articles): Decode group name.
16554         (nnrss-request-delete-group): Decode group name.
16555         (nnrss-fetch): Clarify error message.
16556         (nnrss-read-server-data): Use insert-file-contents instead of load;
16557         bind file-name-coding-system; use multibyte buffer.
16558         (nnrss-save-server-data): Bind coding-system-for-write to the
16559         value of nnrss-file-coding-system; bind file-name-coding-system;
16560         add coding cookie.
16561         (nnrss-read-group-data): Use insert-file-contents instead of load;
16562         bind file-name-coding-system; use multibyte buffer.
16563         (nnrss-save-group-data): Bind coding-system-for-write to the
16564         value of nnrss-file-coding-system; bind file-name-coding-system.
16565         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16566         make it work with non-ASCII text.
16567         (nnrss-find-el): Make it work with old xml.el as well.
16568
16569 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16570
16571         * nnrss.el (nnrss-get-encoding): New function.
16572         (nnrss-fetch): Use unibyte buffer initially; bind
16573         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16574         decode contents according to the encoding attribute.
16575         (nnrss-save-group-data): Add coding cookie.
16576         (nnrss-mime-encode-string): New function.
16577         (nnrss-check-group): Use it to encode subject and author.
16578
16579 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16580
16581         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16582         imaginary variable.
16583
16584 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16587         correctly even if there are wide characters.
16588
16589 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16590
16591         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16592         downcased symbol names; make a new cache instead of reusing
16593         bbdb-hashtable.
16594
16595 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16598         concatenating segments rather than before concatenating them.
16599         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16600
16601         * message.el (message-get-reply-headers): Bind `extra'.
16602
16603 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16604
16605         * message.el (message-extra-wide-headers): New variable.
16606         (message-get-reply-headers): Use it.
16607
16608 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16611         (gnus-agent-group-pathname): Ditto.
16612
16613         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16614
16615         * gnus-group.el (gnus-group-make-group): Decode group name.
16616         (gnus-group-make-rss-group): Register the group data after opening
16617         the nnrss group.
16618
16619 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16620
16621         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16622         by expiry now get marked as read.
16623
16624 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16627
16628 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16629
16630         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16631         unify Latin characters in XEmacs.
16632         (mm-find-mime-charset-region): Use it.
16633
16634 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * gnus-util.el (gnus-delete-directory): New function.
16637
16638         * gnus-agent.el (gnus-agent-delete-group): Use it.
16639
16640         * gnus-cache.el (gnus-cache-delete-group): Use it.
16641
16642 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16643
16644         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16645         names.
16646
16647 2004-12-16  Simon Josefsson  <jas@extundo.com>
16648
16649         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16650
16651 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16654
16655         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16656         (gnus-group-set-current-level): Decode group name.
16657
16658 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16659
16660         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16661         failed.
16662
16663 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * gnus-group.el (gnus-group-delete-group): Decode group name.
16666         (gnus-group-make-rss-group): Encode group name.
16667         (gnus-group-catchup-current): Decode group name.
16668         (gnus-group-kill-group): Decode group name.
16669
16670 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16671
16672         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16673
16674 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16675
16676         * gnus-group.el (gnus-group-make-rss-group):
16677         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16678
16679         * gnus-start.el (gnus-setup-news): Honor user's setting to
16680         gnus-message-archive-method.  Suggested by Lute Kamstra
16681         <lute@gnu.org>.
16682
16683 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16684
16685         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16686         global counterparts of the buffer-local variables.
16687
16688 2004-11-16  Romain Francoise  <romain@orebokech.com>
16689
16690         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16691         counterparts of the buffer-local variables.
16692
16693 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16694
16695         * message.el (message-forbidden-properties): Fix typo in doc
16696         string.
16697
16698 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16699
16700         * gnus-util.el (gnus-replace-in-string): Add doc string.
16701
16702         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16703         to avoid problems when splitting mails with many recipients.
16704
16705 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16706
16707         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16708         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16709
16710 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16711
16712         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16713         if there is no hashtable in memory or file modification time is
16714         newer than cached timestamp.
16715
16716 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16717
16718         * gnus-sum.el (gnus-summary-limit-to-recipient):
16719         Implement not-matching option.
16720
16721 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16722
16723         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16724         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16725         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16726         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16727         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16728         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16729
16730 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * message.el (message-forward-make-body-mml): Remove headers
16733         according to message-forward-ignored-headers if a message is decoded.
16734
16735 2004-12-02  Romain Francoise  <romain@orebokech.com>
16736
16737         * message.el (message-forward-make-body-plain): Always remove
16738         headers according to message-forward-ignored-headers.
16739
16740 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16741
16742         * spam.el (spam-summary-prepare-exit): Remove the
16743         gnus-summary-limit pop for now, it has problems with ham marks for
16744         me.
16745
16746 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16747
16748         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16749         correctly.
16750
16751 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16752
16753         * format-spec.el (format-spec): Message the char.
16754
16755 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16756
16757         * gnus-art.el (gnus-split-methods): Reformat comments.
16758
16759         * spam.el (spam-summary-prepare-exit): Remove article limits
16760         before exiting the summary buffer.
16761
16762 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16763
16764         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16765         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16766
16767         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16768         order to silence the byte compiler.
16769
16770         * spam.el: Fix the way to silence the byte compiler, which
16771         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16772         bbdb-search-simple, spam-BBDB-register-routine,
16773         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16774         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16775         spam-stat-buffer-is-spam, spam-stat-load,
16776         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16777         spam-stat-save and spam-stat-split-fancy.
16778
16779 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16782         which may confuse users.
16783         (canlock-password-for-verify): Ditto.
16784
16785         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16786
16787         * gnus-art.el (gnus-emphasis-alist): Ditto.
16788
16789         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16790
16791         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16792
16793         * gnus-start.el (gnus-save-killed-list): Ditto.
16794
16795         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16796         (gnus-sum-thread-tree-root): Ditto.
16797         (gnus-sum-thread-tree-false-root): Ditto.
16798         (gnus-sum-thread-tree-single-indent): Ditto.
16799
16800         * message.el (message-courtesy-message): Ditto.
16801         (message-archive-note): Ditto.
16802         (message-subscribed-address-file): Ditto.
16803         (message-user-fqdn): Ditto.
16804
16805         * spam-report.el (spam-report-gmane-regex): Ditto.
16806
16807         * spam.el (spam-blackhole-good-server-regex): Ditto.
16808
16809 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * mml.el (mml-preview): Widen the message buffer before copying
16812         the contents to the preview buffer; sort headers before previewing.
16813
16814         * message.el (message-hidden-headers): Fix the way to avoid a bug
16815         in the `repeat' widget in Emacs 21.3 or earlier.
16816
16817 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * message.el (message-hidden-headers): Default to "^References:".
16820         Improve customization type.  Suggested by Reiner Steib
16821         <Reiner.Steib@gmx.de>.
16822
16823 2004-11-25  Romain Francoise  <romain@orebokech.com>
16824
16825         * message.el (message-strip-forbidden-properties): Remove check for
16826         obsolete `message-hidden' text property, hidden headers are not
16827         accessible in the buffer anymore.
16828
16829 2004-11-22  Romain Francoise  <romain@orebokech.com>
16830
16831         * message.el (message-header-format-alist): Add `From' in list
16832         so that it can be sorted.
16833         (message-fix-before-sending): Widen and sort headers before
16834         sending.
16835         (message-hide-headers): Use narrowing to hide headers by moving
16836         them to the top of the buffer and narrowing to the region
16837         underneath.
16838
16839 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16840
16841         * message.el (message-strip-forbidden-properties):
16842         Bind buffer-read-only (etc) to nil.
16843
16844 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16845
16846         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16847         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16848
16849 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16850
16851         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16852
16853 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16854
16855         * dns.el (query-dns): Use sit-for to time instead of
16856         accept-process-output, since that doesn't seem to work on udp
16857         sockets.
16858
16859 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16862
16863 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16864
16865         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16866         doc string.  Improve doc string.
16867
16868 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * nntp.el (nntp-request-update-info): Return nil if
16871         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16872         may not call gnus-activate-group which uselessly issues the GROUP
16873         commands for all nntp groups and wastes time.  Reported by Romain
16874         Francoise <romain@orebokech.com>.
16875
16876         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16877
16878 2004-11-15  Simon Josefsson  <jas@extundo.com>
16879
16880         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16881         headers separately.
16882         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16883         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16884
16885 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16886
16887         * gnus-start.el (gnus-convert-old-newsrc):
16888         Assign legacy-gnus-agent to 5.10.7.
16889
16890 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16891
16892         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16893         start of the lines.
16894
16895 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16896
16897         * hashcash.el (hashcash-default-payment): Change default to 20.
16898         (hashcash-default-accept-payment): Change default to 20.
16899         (hashcash-process-alist): New variable.
16900         (hashcash-generate-payment-async): Add.
16901         (hashcash-already-paid-p): Add.
16902         (hashcash-insert-payment): Don't generate payments twice.
16903         (hashcash-insert-payment-async): Add.
16904         (hashcash-insert-payment-async-2): Add.
16905         (hashcash-cancel-async): Add.
16906         (hashcash-wait-async): Add.
16907         (hashcash-processes-running-p): Add.
16908         (hashcash-wait-or-cancel): Add.
16909         (mail-add-payment): New optional argument.  Conditionally start
16910         asynchronous calculation.
16911         (mail-add-payment-async): Add.
16912
16913         * message.el (message-send-mail): Wait for asynchronous hashcash
16914         results.  Don't clobber existing X-Hashcash headers.
16915         (message-setup-1): Call mail-add-payment-async when
16916         message-generate-hashcash is non-nil.
16917
16918 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16919
16920         * message.el (message-use-alternative-email-as-from): Examine the
16921         From header as well; use message-make-from in order to include a
16922         user's full name.
16923
16924 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16927         default; improve customization type.
16928         (gnus-emphasis-custom-with-format): New macro.
16929         (gnus-emphasis-custom-value-to-external): New function.
16930         (gnus-emphasis-custom-value-to-internal): New function.
16931
16932 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16933
16934         * dns.el (query-dns): Resolve reverse addresses.
16935
16936 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16937
16938         * gnus-group.el (gnus-group-get-new-news): Use it.
16939
16940         * gnus-start.el (gnus-check-reasonable-setup): New function.
16941
16942 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16943
16944         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16945         "Args out of range" error.  Reported by Arnaud Giersch
16946         <arnaud.giersch@free.fr>.
16947
16948 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16949
16950         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16951
16952 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16953
16954         * spam.el (spam group): Add :version.
16955
16956         * pgg-def.el (pgg group): Add :version.
16957
16958 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16959
16960         * gnus-art.el (gnus-article-edit-article): Don't associate the
16961         article buffer with a draft file.  This is a temporary measure
16962         against the 2004-08-22 change to gnus-article-edit-mode.
16963
16964 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16965
16966         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16967         (html2text-format-tags): Remove unused variable `attr'.
16968
16969 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16970
16971         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16972
16973         * tls.el (tls-process-connection-type, tls-success)
16974         (tls-certtool-program): Add :version.
16975
16976         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16977         (starttls-extra-arguments, starttls-process-connection-type)
16978         (starttls-connect, starttls-failure, starttls-success): Add :version.
16979
16980         * spam-stat.el (spam-stat): Add :version.
16981
16982         * sieve.el (sieve): Add :version.
16983
16984         * sha1.el (sha1): Add :version.
16985         (sha1-use-external): Remove redundant version.
16986
16987         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16988         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16989         (nnmail-split-fancy-match-partial-words)
16990         (nnmail-split-lowercase-expanded): Add :version.
16991
16992         * nndiary.el (nndiary): Add :version.
16993
16994         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16995
16996         * mml-sec.el (mml-default-sign-method)
16997         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16998         Add :version.
16999
17000         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17001
17002         * mm-url.el (mm-url-use-external, mm-url-program)
17003         (mm-url-arguments): Add :version.
17004
17005         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17006         (mm-attachment-file-modes, mm-decrypt-option)
17007         (mm-w3m-safe-url-regexp): Add :version.
17008
17009         * message.el (message-cite-prefix-regexp)
17010         (message-sendmail-envelope-from, message-minibuffer-local-map)
17011         (message-user-fqdn, message-completion-alist): Add :version.
17012
17013         * gnus-win.el (gnus-configure-windows-hook)
17014         (gnus-use-frames-on-any-display): Add :version.
17015
17016         * gnus-art.el (gnus-article-address-banner-alist)
17017         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17018         (gnus-treat-from-picon, gnus-treat-mail-picon)
17019         (gnus-treat-x-pgp-sig): Add :version.
17020
17021         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17022         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17023         (gnus-summary-article-delete-hook)
17024         (gnus-summary-display-while-building): Add :version.
17025
17026         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17027         (gnus-get-top-new-news-hook): Add :version.
17028
17029         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17030         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17031
17032         * gnus-registry.el (gnus-registry): Add :version.
17033
17034         * gnus-spec.el (gnus-use-correct-string-widths)
17035         (gnus-make-format-preserve-properties): Add :version.
17036
17037         * gnus.el (gnus-group-charter-alist)
17038         (gnus-group-fetch-control-use-browse-url)
17039         (gnus-install-group-spam-parameters): Add :version.
17040
17041         * gnus-diary.el (gnus-diary): Add :version.
17042
17043         * gnus-delay.el (gnus-delay): Add :version.
17044
17045         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17046         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17047         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17048         Add :version.
17049
17050         * gnus-agent.el (gnus-agent-max-fetch-size)
17051         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17052         (gnus-agent-prompt-send-queue): Add :version.
17053
17054         * deuglify.el (gnus-outlook-deuglify): Add :version.
17055
17056         * html2text.el: Beautify code.  Improve doc strings.
17057         Some checkdoc cleanup.
17058         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17059
17060 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17061
17062         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17063
17064 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17065
17066         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17067         when package is loaded.
17068
17069         * spam.el (spam-summary-score-preferred-header): Add global preference
17070         for people who want to override the default SpamAssassin over
17071         Bogofilter preference (when both are set).
17072         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17073         (spam-user-format-function-S):
17074         Check spam-summary-score-preferred-header.
17075         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17076         (spam-user-format-function-S): Format the score correctly.
17077
17078 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17079
17080         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17081         signature file.  Suggested by Manoj Srivastava
17082         <srivasta@golden-gryphon.com>.
17083
17084         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17085         iso-2022-jp even in the Japanese language environment.
17086         Suggested by Jason Rumney <jasonr@gnu.org>.
17087
17088 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17089
17090         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17091         use the same characters as the dummy marks; make it free from
17092         getting affected by the language environment.
17093         (gnus-summary-read-group-1): Update mark positions only when the
17094         format spec is updated.
17095
17096         * gnus-spec.el (gnus-update-format-specifications): Return a list
17097         of updated types.
17098
17099 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17102         of boundp to check if display-warning is available.
17103
17104 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17105
17106         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17107
17108 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17109
17110         * nnspool.el (nnspool-spool-directory): Use news-path if the
17111         news-directory variable is not bound.
17112
17113         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17114         function instead of display-warning if it is not available.
17115
17116 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17117
17118         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17119         v5-10: Use `point-at-bol'.
17120
17121 2004-10-26  Simon Josefsson  <jas@extundo.com>
17122
17123         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17124         <chenggao@gmail.com>.
17125
17126 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17127
17128         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17129         instead.
17130
17131 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17132
17133         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17134         to remove a server from the nnimap-server-buffer-alist.
17135         (nnimap-open-connection, nnimap-close-server): Use it.
17136
17137         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17138
17139 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17142         running the major-mode function.
17143
17144 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17145
17146         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17147         dummy marks in the right way.
17148
17149 2004-10-18  David Edmondson  <dme@dme.org>
17150
17151         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17152         excessively.
17153
17154 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17155
17156         * gnus-util.el (gnus-split-references): Accept a nil references
17157         string and go on blissfully.
17158
17159         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17160         cases where the references string is non-nil but has no references.
17161
17162         * encrypt.el: Add autoload tags.
17163
17164         * spam.el (spam-resolve-registrations-routine): Remove article
17165         from unregistration list too.  Reported by David Hanak
17166         <dhanak@isis.vanderbilt.edu>
17167
17168 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17169
17170         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17171         nil.  Change custom type.
17172
17173 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17174
17175         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17176
17177         * gnus-sum.el (gnus-summary-move-article): Use it.
17178
17179 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17180
17181         * encrypt.el: Add autoload cookies.
17182
17183         * spam.el (spam-backend-article-list-property)
17184         (spam-backend-get-article-todo-list)
17185         (spam-backend-put-article-todo-list)
17186         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17187         Resolve registrations separately.
17188         (spam-register-routine): Format comments.
17189         (spam-unregister-routine, spam-register-routine): Always call with
17190         specific-articles, no default list.
17191         (spam-summary-prepare-exit): Use the spam-classifications function.
17192
17193         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17194         gnus-encrypt.el.
17195
17196         * encrypt.el: Copied from gnus-encrypt.el.
17197
17198         * gnus-encrypt.el: Commented that it's obsolete.
17199
17200 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17201
17202         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17203         (gnus-score-save): Use it.
17204
17205         * message.el (message-bury): Use `window-dedicated-p'.
17206
17207 2004-10-15  Simon Josefsson  <jas@extundo.com>
17208
17209         * pop3.el (top-level): Don't require nnheader.
17210         (pop3-read-timeout): Add.
17211         (pop3-accept-process-output): Add.
17212         (pop3-read-response, pop3-retr): Use it.
17213
17214 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17215
17216         * spam.el (spam-register-routine): Move comment.
17217         (spam-verify-bogofilter): Use 'unknown for the initial
17218         spam-bogofilter-valid state, not 'never.
17219
17220         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17221         for netrc-machine.
17222
17223         * nnimap.el (nnimap-open-connection):
17224         Use netrc-machine-user-or-password.
17225
17226 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17227
17228         * gnus-registry.el (gnus-registry-unload-hook):
17229         Set as a variable with add-hook.
17230
17231         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17232         of news-path.
17233
17234         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17235
17236         * spam.el: Delete duplicate `provide'.
17237         (spam-unload-hook): Set as a variable with add-hook.
17238
17239 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17240
17241         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17242         in the doc string.
17243
17244         * message.el (message-ignored-news-headers)
17245         (message-ignored-supersedes-headers)
17246         (message-ignored-resent-headers)
17247         (message-forward-ignored-headers): Improve custom type.
17248
17249 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * message.el (message-tokenize-header): Fix 2004-09-06 change
17252         which used point-min in the wrong place.
17253
17254 2004-10-12  Simon Josefsson  <jas@extundo.com>
17255
17256         * tls.el (tls-certtool-program): New variable.
17257         (tls-certificate-information): New function, based on
17258         ssl-certificate-information.
17259
17260 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17261
17262         * compface.el: Move the version of ELisp-based uncompface program
17263         to the contrib directory because of the copyright problem.
17264
17265 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17266
17267         * message.el (message-kill-buffer): Raise the current frame.
17268
17269 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17270
17271         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17272
17273         * gnus.el (message-y-or-n-p): Autoload.
17274
17275         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17276         (pop3-password-required, pop3-authentication-scheme)
17277         (pop3-leave-mail-on-server): Make customizable.
17278         (pop3): New custom group.
17279         (pop3-retr): Remove `sleep-for' statements.
17280         Suggested by Dave Love <fx@gnu.org>.
17281
17282         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17283         Windows/DOS.
17284
17285         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17286         (imap-parse-body): Fix incorrect use of `assert'.
17287         Suggested by Dave Love <fx@gnu.org>.
17288
17289         * mml.el (mml-minibuffer-read-disposition): Require match.
17290         Suggested by Dave Love <fx@gnu.org>.
17291
17292 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17293
17294         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17295         doc string.
17296
17297 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17298
17299         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17300
17301 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17302
17303         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17304         instead of calling `mm-insert-inline', to decode text/* parts
17305         before displaying them.
17306
17307 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17308
17309         * mm-uu.el (mm-uu-text-plain-type): New variable.
17310         (mm-uu-pgp-signed-extract-1): Use it.
17311         (mm-uu-pgp-encrypted-extract-1): Use it.
17312         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17313         bind mm-uu-text-plain-type with that value.
17314         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17315         mm-uu-dissect.
17316
17317 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17318
17319         * gnus-group.el (gnus-update-group-mark-positions):
17320         * gnus-sum.el (gnus-update-summary-mark-positions):
17321         * message.el (message-check-news-body-syntax):
17322         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17323         of string-as-multibyte.
17324
17325 2004-10-05  Juri Linkov  <juri@jurta.org>
17326
17327         * gnus-group.el (gnus-update-group-mark-positions):
17328         * gnus-sum.el (gnus-update-summary-mark-positions):
17329         * message.el (message-check-news-body-syntax):
17330         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17331         8-bit unibyte values to a multibyte string for search functions.
17332
17333 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17334
17335         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17336         (mm-uu-dissect-text-parts): New function.
17337
17338         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17339         dissect text parts.
17340
17341         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17342         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17343
17344         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17345
17346         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17347         Use gnus-current-topics instead of gnus-current-topic.
17348
17349 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17350
17351         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17352
17353 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17354
17355         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17356         where approriate.
17357
17358         * nnml.el (nnml-generate-active-info): do.
17359
17360         * nndiary.el (nndiary-generate-active-info): do.
17361
17362         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17363         (gnus-topic-move): do.
17364
17365         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17366         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17367
17368         * gnus-srvr.el (gnus-server-prepare)
17369         (gnus-server-open-all-servers): do.
17370
17371         * gnus-msg.el (gnus-summary-cancel-article)
17372         (gnus-summary-resend-message)
17373         (gnus-summary-mail-crosspost-complaint): do.
17374
17375         * gnus-move.el (gnus-change-server): do.
17376
17377         * gnus-group.el (gnus-group-unmark-all-groups)
17378         (gnus-group-set-current-level): do.
17379
17380 2004-10-04  Simon Josefsson  <jas@extundo.com>
17381
17382         * message.el (message-generate-hashcash): Doc fix.
17383
17384 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17385
17386         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17387         avoid infinite recursion via gnus-get-function.
17388
17389 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17390
17391         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17392
17393         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17394
17395         * nnmail.el (nnmail-split-history): do.
17396
17397         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17398         (nnml-request-delete-group): do.
17399
17400         * nnslashdot.el (nnslashdot-read-groups): do.
17401
17402         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17403         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17404
17405         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17406         (nnspool-sift-nov-with-sed): Use last.
17407         (nnspool-retrieve-headers-with-nov): Use mapc.
17408         (nnspool-request-newgroups): Use dolist.
17409         (nnspool-request-group): Use last.
17410
17411         * nntp.el (nntp-read-server-type): Use dolist.
17412
17413         * nnvirtual.el (nnvirtual-create-mapping)
17414         (nnvirtual-update-read-and-marked): Use dolist.
17415         (nnvirtual-convert-headers): Simplify.
17416
17417 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17418
17419         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17420         Add support for sync'ing tick marks.
17421
17422 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17423
17424         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17425         there's no visible header.
17426
17427 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17428
17429         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17430         When necessary, pass full group name to gnus-request-set-marks.
17431
17432 2004-10-01  Simon Josefsson  <jas@extundo.com>
17433
17434         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17435         acroread.
17436
17437 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17438
17439         * spam-report.el (spam-report-gmane): Fix interactive.
17440
17441         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17442
17443         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17444         when writing file.
17445         (gnus-agent-synchronize-flags): Don't default to being
17446         interactive.
17447
17448 2004-09-30  Simon Josefsson  <jas@extundo.com>
17449
17450         * message.el (message-generate-hashcash): Add.
17451         (message-send-mail): Use it, call mail-add-payment.
17452
17453 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17454
17455         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17456
17457 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17458
17459         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17460         gnus-requst-update-info with explicit code to sync the in-memory
17461         info read flags with the marks being sync'd to the backend.
17462
17463         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17464
17465 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17466
17467         * spam.el (spam-verify-bogofilter): Add new function.
17468         (spam-check-bogofilter)
17469         (spam-bogofilter-register-with-bogofilter): Use it.
17470         (spam-verify-bogofilter): Add small fixes.
17471
17472 2004-09-28  Simon Josefsson  <jas@extundo.com>
17473
17474         * hashcash.el (hashcash-generate-payment): Revert.
17475
17476 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17477
17478         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17479         Use gnus-extract-references instead of gnus-split-references.
17480
17481         * gnus-util.el (gnus-extract-references): Add new function, analogous
17482         to gnus-split-references but extracts only the message-ID without
17483         anything extra.
17484
17485         * hashcash.el (hashcash-generate-payment)
17486         (hashcash-check-payment): Do the right thing if hashcash-path is
17487         nil (because the hashcash program could not be found).
17488
17489         * spam.el (spam-use-hashcash): Remove comment.
17490
17491 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17492
17493         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17494         (gnus-cache-enter-article, gnus-cache-remove-article)
17495         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17496
17497         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17498
17499         * gnus-art.el (article-hide-boring-headers)
17500         (article-translate-strings, article-display-face)
17501         (gnus-article-mime-match-handle-first)
17502         (gnus-article-highlight-headers)
17503         (gnus-article-add-buttons-to-head): do.
17504
17505 2004-09-27  Simon Josefsson  <jas@extundo.com>
17506
17507         * hashcash.el: New version, from
17508         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17509         ../contrib/.
17510
17511 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17514
17515 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17516
17517         * gnus-dup.el (gnus-dup-open): Use mapc.
17518         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17519
17520         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17521         Reported by Stefan Wiens <s.wi@gmx.net>.
17522
17523         * gnus.el (gnus-shutdown): Use dolist.
17524
17525         * gnus-undo.el (gnus-undo): Use mapc.
17526
17527         * nnrss.el (nnrss-generate-active): do.
17528
17529         * message.el (message-cite-original-without-signature)
17530         (message-cite-original): Use mapc.
17531         (message-do-actions, message-make-forward-subject): Use dolist.
17532
17533 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17534
17535         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17536         deletion to remove entire duplicate line.  Fixes merged article
17537         number bug.
17538
17539 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17540
17541         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17542         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17543         first ask if you want to open a server and then, even when you
17544         responded with no, asking if you want to synchronize the server's
17545         flags.
17546         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17547         multi-line expressions.
17548         (gnus-agent-synchronize-group-flags): New internal function.
17549         Updates marks in memory (in the info structure) AND in the
17550         backend.
17551
17552         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17553
17554         * nnagent.el (nnagent-request-set-mark):
17555         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17556         method, to ensure that synchronization updates marks in the
17557         backend and in the info (in memory) structure.
17558
17559 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17560
17561         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17562         convention fully; don't miss the root article of a thread; make
17563         the X-Draft-From header with correct article numbers.
17564
17565 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17566
17567         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17568         unless plugged.  Disable the agent so that an open failure causes
17569         an error.
17570
17571         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17572         Revert 2004-09-21 change.  The backend must be opened while
17573         synchronizing flags even when the backend stores the flags
17574         locally.
17575
17576 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17577
17578         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17579         in `header' match.  Reported by Svend Tollak Munkejord.
17580
17581         * message.el (message-cite-original): Fix use of
17582         `message-cite-articles-with-x-no-archive'.
17583
17584 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17585
17586         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17587         (gnus-window-to-buffer): Ditto.
17588
17589         * mml.el (mml-preview-buffer): New variable.
17590         (mml-preview): Manage window layout with gnus-buffer-configuration.
17591
17592         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17593         X-Draft-From header even if those articles aren't quoted.
17594
17595 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17596
17597         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17598         (gnus-request-set-mark, gnus-request-update-mark): Use new
17599         g-s-t-u-l-m to decide to use backend even when unplugged.
17600
17601 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17604         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17605
17606 2004-09-20  Simon Josefsson  <jas@extundo.com>
17607
17608         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17609         "utf-16-le".
17610
17611 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17612
17613         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17614
17615 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17616
17617         * uudecode.el (uudecode-use-external): Add :version.
17618
17619         * smime.el (smime-CA-file, smime-encrypt-cipher)
17620         (smime-dns-server): Add :version.
17621
17622         * smiley.el (gnus-smiley-file-types): Add :version.
17623
17624         * sha1.el (sha1-use-external): Add :version.
17625
17626         * pgg-def.el (pgg-query-keyserver): Add :version.
17627
17628         * nnmail.el (nnmail-fancy-expiry-targets)
17629         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17630         Add :version.
17631
17632         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17633         (nnimap-retrieve-groups-asynchronous): Add :version.
17634         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17635
17636         * mml.el (mml-content-disposition-parameters)
17637         (mml-insert-mime-headers-always): Add :version.
17638
17639         * mm-util.el (mm-coding-system-priorities): Add :version.
17640
17641         * mm-decode.el (mm-inline-text-html-with-images)
17642         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17643         (mm-verify-option): Add :version.
17644         (mm-text-html-renderer): Change :version.
17645
17646         * message.el (message-fcc-externalize-attachments)
17647         (message-required-headers, message-draft-headers)
17648         (message-subject-trailing-was-query)
17649         (message-subject-trailing-was-ask-regexp)
17650         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17651         (message-mark-insert-end, message-archive-header)
17652         (message-archive-note, message-cross-post-default)
17653         (message-cross-post-note, message-followup-to-note)
17654         (message-cross-post-note-function, message-use-mail-followup-to)
17655         (message-subscribed-address-functions)
17656         (message-subscribed-address-file, message-subscribed-addresses)
17657         (message-subscribed-regexps, message-allow-no-recipients)
17658         (message-yank-cited-prefix, message-signature-insert-empty-line)
17659         (message-hidden-headers, message-hierarchical-addresses)
17660         (message-mail-user-agent, message-use-idna)
17661         (message-valid-fqdn-regexp)
17662         (message-strip-special-text-properties, message-header-synonyms)
17663         (message-beginning-of-line, message-tab-body-function): Add :version.
17664         (message-insert-canlock, message-wide-reply-confirm-recipients):
17665         Change :version.
17666
17667         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17668         and :version.
17669         (mail-source-delete-old-incoming-confirm)
17670         (mail-source-movemail-program): Add :version.
17671
17672         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17673         (gnus-agent-cache, gnus-agent): Change :version.
17674
17675         * gnus-util.el (gnus-use-byte-compile): Change :version.
17676
17677         * gnus-sum.el (gnus-summary-make-false-root-always)
17678         (gnus-summary-default-high-score)
17679         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17680         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17681         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17682         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17683         (gnus-sum-thread-tree-single-indent)
17684         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17685         (gnus-sum-thread-tree-leaf-with-other)
17686         (gnus-sum-thread-tree-single-leaf): Add :version.
17687         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17688         (gnus-article-loose-mime): Change :version.
17689
17690         * gnus-start.el (gnus-backup-startup-file)
17691         (gnus-save-startup-file-via-temp-buffer): Add :version.
17692
17693         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17694         (gnus-server-offline-face): Add :version.
17695
17696         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17697
17698         * gnus-msg.el (gnus-gcc-externalize-attachments)
17699         (gnus-debug-files, gnus-debug-exclude-variables)
17700         (gnus-discouraged-post-methods): Change :version.
17701         (gnus-confirm-mail-reply-to-news)
17702         (gnus-confirm-treat-mail-like-news): Add :version.
17703
17704         * gnus-int.el (gnus-server-unopen-status): Add :version.
17705
17706         * gnus-group.el (gnus-group-jump-to-group-prompt)
17707         (gnus-large-ephemeral-newsgroup)
17708         (gnus-fetch-old-ephemeral-headers): Add :version.
17709
17710         * gnus-fun.el (gnus-x-face-directory)
17711         (gnus-convert-pbm-to-x-face-command)
17712         (gnus-convert-image-to-x-face-command)
17713         (gnus-convert-image-to-face-command): Add :version.
17714
17715         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17716
17717         * gnus-cite.el (gnus-cite-blank-line-after-header)
17718         (gnus-article-boring-faces): Add :version.
17719
17720         * gnus-art.el (gnus-buttonized-mime-types)
17721         (gnus-inhibit-mime-unbuttonizing)
17722         (gnus-treat-display-face)
17723         (gnus-treat-body-boundary): Change :version.
17724         (gnus-body-boundary-delimiter, gnus-picon-databases)
17725         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17726         (gnus-treat-date-english, gnus-treat-fold-headers)
17727         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17728         (gnus-treat-mail-picon, gnus-treat-wash-html)
17729         (gnus-article-encrypt-protocol)
17730         (gnus-use-idna, gnus-article-over-scroll)
17731         (gnus-mime-display-multipart-alternative-as-mixed)
17732         (gnus-mime-display-multipart-related-as-mixed)
17733         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17734         (gnus-ctan-url, gnus-button-ctan-handler)
17735         (gnus-button-handle-ctan-bogus-regexp)
17736         (gnus-button-ctan-directory-regexp)
17737         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17738         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17739         (gnus-button-man-level, gnus-button-emacs-level)
17740         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17741
17742         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17743         (gnus-agent-go-online): Change :version.
17744         (gnus-agent-expire-unagentized-dirs)
17745         (gnus-agent-auto-agentize-methods): Add :version.
17746
17747         * flow-fill.el (fill-flowed-display-column)
17748         (fill-flowed-encode-column): Add :version.
17749
17750         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17751         (gnus-outlook-deuglify-unwrap-max)
17752         (gnus-outlook-deuglify-cite-marks)
17753         (gnus-outlook-deuglify-unwrap-stop-chars)
17754         (gnus-outlook-deuglify-no-wrap-chars)
17755         (gnus-outlook-deuglify-attrib-cut-regexp)
17756         (gnus-outlook-deuglify-attrib-verb-regexp)
17757         (gnus-outlook-deuglify-attrib-end-regexp)
17758         (gnus-outlook-display-hook): Add :version.
17759
17760         * binhex.el (binhex-use-external): Add :version.
17761
17762 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17763
17764         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17765         and `invisible'.
17766
17767 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17768
17769         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17770         in gnus-registry-trim.
17771
17772 2004-09-13  Simon Josefsson  <jas@extundo.com>
17773
17774         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17775
17776         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17777
17778         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17779         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17780         <yamaoka@jpl.org>.
17781         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17782         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17783         <yamaoka@jpl.org>.
17784
17785         * sieve.el (sieve-manage-mode): Ditto.
17786
17787 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17788
17789         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17790
17791 2004-09-11  Simon Josefsson  <jas@extundo.com>
17792
17793         * dns-mode.el: Add.
17794
17795         * mm-view.el (mm-display-dns-inline): Add.
17796
17797         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17798         (mm-automatic-display): Ditto.
17799
17800         * mailcap.el (mailcap-mime-data): Add text/dns.
17801         (mailcap-mime-extensions): Map .soa to text/dns.
17802
17803 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17804
17805         * gnus-art.el (article-decode-mime-words, article-babel)
17806         (gnus-article-highlight-signature, gnus-article-add-buttons)
17807         (gnus-signature-toggle): Remove unnecessary bindings of
17808         `inhibit-read-only' inherited from v5.10 merge.
17809
17810 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17811
17812         * nntp.el (nntp): New customization group.
17813         (nntp-authinfo-file): Add customization group.
17814
17815         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17816
17817         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17818
17819         * gnus.el (to-address, to-list, subscribed)
17820         (large-newsgroup-initial): Ditto.
17821
17822         * flow-fill.el (fill-flowed-display-column)
17823         (fill-flowed-encode-column): Ditto.
17824
17825 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17826
17827         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17828         Use point-min rather than 1.
17829         (message-send-mail): Use buffer-size rather than point-max.
17830
17831         * gnus-sum.el (gnus-summary-search-article-forward):
17832         Signal a specific `search-failed' rather than a generic `error'.
17833
17834         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17835         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17836         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17837
17838 2004-09-10  Simon Josefsson  <jas@extundo.com>
17839
17840         * nndb.el (require): Remove tcp and duplicate cl.
17841
17842 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * gnus-agent.el (directory-files-and-attributes): Move forward.
17845
17846 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17847
17848         * gnus-agent.el (directory-files-and-attributes):
17849         Optionally defined to support XEmacs.
17850
17851 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17852
17853         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17854         to avoid run-time CL dependencies.
17855         (gnus-agent-unfetch-articles): New function.
17856         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17857         article numbers even when local .overview file is missing.
17858         (gnus-agent-read-article-number): New function.  Only accepts
17859         27-bit article numbers.
17860         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17861         Use gnus-agent-read-article-number.
17862         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17863         from backend while recognizing that article numbers in .overview
17864         must be valid.
17865         (gnus-agent-update-files-total-fetched-for):
17866         Use directory-files-and-attributes to improve performance.
17867         * gnus-int.el (gnus-request-move-article):
17868         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17869         improve performance.
17870
17871         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17872         some users confused by references to .newsrc when they only have a
17873         .newsrc.eld file.
17874         (gnus-convert-mark-converter-prompt)
17875         (gnus-convert-converter-needs-prompt): Fix use of property list.
17876         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17877         New function.  Used internally to only display 'gnus converting
17878         files' message when actually necessary.
17879
17880         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17881         methods now autoloaded.
17882
17883 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17886         identifiers.
17887
17888 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17889
17890         * gnus-picon.el: Fix indentation and closing parenthesis.
17891
17892 2004-09-01  Simon Josefsson  <jas@extundo.com>
17893
17894         * message.el (message-canlock-generate): Require sha1, not
17895         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17896         to require within a function.  Sadly, if sha1.el isn't loaded, the
17897         let binding in m-c-g will hide the defcustom definition, which is
17898         bad.)
17899
17900         * canlock.el: Require sha1, not sha1-el.
17901
17902         * message.el: Don't autoload sha1 (there is a autoload cookie in
17903         sha1.el).
17904
17905         * sha1-el.el: Rename to sha1.el.
17906
17907 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17908
17909         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17910
17911 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17912
17913         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17914
17915 2004-08-30  Kim F. Storm  <storm@cua.dk>
17916
17917         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17918
17919         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17920         Add :group 'nnimap.
17921
17922 2004-08-30  Andreas Schwab  <schwab@suse.de>
17923
17924         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17925         ?* and ?\;.
17926
17927         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17928         and ?\' to symbol instead of whitespace.
17929
17930 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17931
17932         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17933
17934         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17935         instead of re-search-forward.
17936
17937         * gnus-uu.el (gnus-uu-save-article): Ditto.
17938         (gnus-uu-post-encode-uuencode): Ditto.
17939
17940         * html2text.el (html2text-clean-list-items): Ditto.
17941         (html2text-clean-dtdd): Ditto.
17942         (html2text-format-tags): Ditto.
17943
17944         * message.el (message-send-mail-with-sendmail): Fix regexp.
17945         (message-fill-field-general): Use search-forward instead of
17946         re-search-forward.
17947         (unbold-region): Ditto.
17948
17949         * nnrss.el (nnrss-request-article): Ditto.
17950
17951         * nnslashdot.el (nnslashdot-request-article): Ditto.
17952
17953         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17954
17955         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17956         "Unrecognized menu descriptor" error in XEmacs.
17957
17958 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17959
17960         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17961         parent article of a sparse article in the thread hashtb.
17962
17963 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17964
17965         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17966         (nnmail-expand-newtext): Lowercase expanded entries if
17967         nnmail-split-lowercase-expanded is non-nil.
17968
17969 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17972
17973         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17974         of gnus-tmp-news-method into string under XEmacs.  It will be
17975         passed to gnus-correct-length which takes only a string argument.
17976
17977 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17978
17979         * gnus-util.el (gnus-bind-print-variables): New macro.
17980         (gnus-prin1): Use it.
17981         (gnus-prin1-to-string): Use it.
17982         (gnus-pp): New function.
17983         (gnus-pp-to-string): New function.
17984
17985         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17986         Replace pp-to-string with gnus-pp-to-string.
17987         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17988         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17989         * gnus-msg.el (gnus-debug): Ditto.
17990         * gnus-score.el (gnus-score-save): Ditto.
17991         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17992         gnus-pp-to-string.
17993         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17994         with gnus-pp.
17995         * score-mode.el (gnus-score-pretty-print): Ditto.
17996         * webmail.el (webmail-debug): Ditto.
17997
17998 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17999
18000         * gnus-art.el (article-display-face, article-display-x-face):
18001         Use buffer-read-only.
18002
18003 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18004
18005         * gnus-art.el (article-hide-list-identifiers):
18006         Bind inhibit-read-only as t.
18007
18008 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18009
18010         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18011
18012 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18013
18014         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18015         (gnus-narrow-to-page): Don't assume point-min == 1.
18016         (gnus-article-edit-mode): Derive from message-mode.
18017
18018         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18019         point-min == 1.
18020
18021         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18022         Disable incorrect use of `assert'.
18023
18024         * message.el (message-mode): Set comment-start-skip.
18025
18026
18027 2004-08-22  Sam Steingold  <sds@gnu.org>
18028
18029         * pop3.el (pop3-leave-mail-on-server): New user variable.
18030         (pop3-movemail): Delete mail only when it is nil.
18031
18032 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18033
18034         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18035
18036         * mml.el (mml-preview): Use `pop-to-buffer'.
18037
18038         * message.el (message-goto-mail-followup-to): Insert after "To".
18039         (message-carefully-insert-headers): Add comment.
18040
18041         * gnus.el: Remove unused variable `gnus-article-check-size'.
18042
18043         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18044
18045         * gnus-art.el (gnus-button-alist):
18046         Improve `gnus-button-handle-library' entry.
18047
18048 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18049
18050         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18051         Use downcase, since XEmacs capitalizes error messages differently.
18052
18053 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18054
18055         * nntp.el: Add (require 'gnus) due to reference to
18056         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18057
18058 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18059
18060         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18061         Bind `mm-fill-flowed'.
18062
18063         * mm-decode.el (mm-dissect-singlepart): Check it.
18064
18065 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18066
18067         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18068         'imap' for netrc parsing.
18069
18070 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18071
18072         * mailcap.el (mailcap-mime-data): Mark as risky.
18073
18074 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18075
18076         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18077         may be included in the encoded word.
18078         (rfc2047-encode): Don't append a space if the encoded word
18079         includes close parenthesis.
18080
18081 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18084         of text within parentheses.
18085
18086 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18087
18088         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18089         (gnus-encrypt-write-file-contents): Make the password key the file
18090         name PLUS the cipher, not just the cipher.  Also remove failed
18091         passwords from the cache.
18092
18093 2004-08-06  Simon Josefsson  <jas@extundo.com>
18094
18095         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18096         Doc fix.
18097
18098 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18101         LWSP.
18102
18103 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18104
18105         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18106         Try to append in-reply-to: data to the references: header.
18107
18108         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18109         (netrc-parse): Use gnus-encrypt.el functions.
18110
18111         * gnus-encrypt.el: Add new file for encryption support; currently
18112         does only a few GPG ciphers and an internal XOR cipher.
18113
18114         * password.el: Add comments on using password-read-and-add.
18115         (password-read-and-add): Add function to read and add the
18116         password to the cache at once.
18117
18118 2004-07-28  Simon Josefsson  <jas@extundo.com>
18119
18120         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18121         parameter (but don't use it, for now).
18122
18123         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18124         instead of hard coding to nil.
18125
18126 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18127
18128         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18129         as mm-inline-image-xemacs does.
18130
18131 2004-07-26  Simon Josefsson  <jas@extundo.com>
18132
18133         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18134         Revert part of 2004-07-17 change below.
18135
18136 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18137
18138         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18139         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18140
18141 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18142
18143         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18144         quotes that actually start with ">" at the beginning of the
18145         lines.
18146
18147 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18148
18149         * rfc2047.el (rfc2047-encode-region): Fix last change.
18150         (rfc2047-encode-parameter): Remove useless concat.
18151
18152 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18153
18154         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18155         encode special characters; fix some kind of misconfigured headers;
18156         signal a real error if debug-on-quit or debug-on-error is non-nil.
18157         (rfc2047-encode-max-chars): New variable.
18158         (rfc2047-encode-1): Use it.
18159         (rfc2047-encode-parameter): New function.
18160
18161         * mml.el (mml-insert-parameter): Remove an excessive space.
18162
18163 2004-07-17  Simon Josefsson  <jas@extundo.com>
18164
18165         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18166         Kai Grossjohann <kai@emptydomain.de>.
18167         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18168         (gnus-group-make-menu-bar): Ditto.
18169
18170         * gnus-util.el (gnus-group-server): Add.
18171
18172 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18173
18174         * message.el (message-clone-locals): Clone sendmail and smtp
18175         variables.
18176
18177 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * rfc2047.el (rfc2047-encode-region): Fix last change.
18180
18181 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18182
18183         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18184         characters as non-special.
18185
18186 2004-07-09  Simon Josefsson  <jas@extundo.com>
18187
18188         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18189         Users will lose all flag changes made while unplugged with
18190         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18191         good default.  See numerous reports on ding mailing list.
18192
18193 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18194
18195         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18196         add generate-head-function and generate-article-function to the
18197         rfc822-forward entry.
18198         (nndoc-rfc822-forward-generate-article): New function.
18199         (nndoc-rfc822-forward-generate-head): New function.
18200
18201         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18202
18203 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18204
18205         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18206         respect display group parameter and gnus-summary-expunge-below.
18207         (gnus-articles-to-read): Remove unused reference to display group
18208         parameter.
18209
18210 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18211
18212         * nnheader.el (nnheader-uniquify-message-id): New experimental
18213         variable.
18214         (nnheader-nov-read-message-id): Use it.
18215
18216         * spam-report.el (spam-report-gmane): Add interactive.
18217
18218 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18219
18220         * mm-encode.el (mm-content-transfer-encoding-defaults):
18221         Use qp-or-base64 for the application/* types.
18222
18223 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18224
18225         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18226
18227 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18228
18229         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18230         trim value.
18231
18232 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18233
18234         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18235         New macro and function.
18236         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18237
18238 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18239
18240         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18241         after-load-alist.
18242
18243 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18244
18245         * gnus-group.el (gnus-group-get-new-news-this-group):
18246         Don't update info that isn't there.
18247
18248 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18249
18250         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18251         entry.
18252
18253 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18254
18255         * mm-view.el (mm-inline-render-with-function): Use multibyte
18256         buffer; decode html source by charset.
18257
18258         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18259
18260         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18261         Mule-UCS is loaded under XEmacs.
18262         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18263
18264 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18265
18266         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18267
18268 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18269
18270         * mm-util.el (mm-coding-system-p): Return a coding-system.
18271         (mm-mime-mule-charset-alist): Use shift_jis instead of
18272         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18273         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18274         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18275         instead of japanese-shift-jis and iso-latin-1 respectively in
18276         order to share the default value with both Emacs and XEmacs-mule.
18277         (mm-mule-charset-to-mime-charset):
18278         Make mm-coding-system-priorities effective.
18279         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18280         while predicating of candidates upon the priorities.
18281
18282 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18283
18284         * gnus-sum.el (gnus-summary-make-menu-bar):
18285         Add gnus-uu-invert-processable.
18286
18287         * gnus.el: Autoload gnus-uu-invert-processable.
18288
18289 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18290
18291         * mm-util.el (mm-with-multibyte-buffer): New macro.
18292
18293         * rfc2047.el (rfc2047-encode-string): Use it.
18294         (rfc2047-encode-region): Move point to the end of the region after
18295         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18296
18297 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18298
18299         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18300         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18301
18302 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18303
18304         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18305         (gnus-cite-parse): Ignore quoted envelope From_.
18306         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18307
18308 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18309
18310         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18311         invalid addresses.
18312
18313 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18314
18315         * spam.el: Change section markers, revise TODO list.
18316         (spam-backends): Make new master list of all installed backends.
18317         (spam-summary-exit-behavior): Add new variable to determine how
18318         messages moves are done at summary exit.
18319         (spam-move-spam-nonspam-groups-only)
18320         (spam-process-ham-in-nonham-groups)
18321         (spam-process-ham-in-spam-groups): Remove variables, the
18322         spam-summary-exit-behavior variable should be used to manage this
18323         behavior.
18324         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18325         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18326         and spam-old-spam-articles.
18327         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18328         Add empty variables, placeholders for the backends they represent.
18329         (spam-set-difference): Move, unchanged.
18330         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18331         unless the user has a processor variable.
18332         (spam-classifications, spam-classification-valid-p)
18333         (spam-backend-properties, spam-backend-property-valid-p)
18334         (spam-backend-function-type-valid-p)
18335         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18336         (spam-report-articles-gmane, spam-report-articles-resend):
18337         Remove functions, they are not needed.
18338         (spam-install-backend-super, spam-backend-list)
18339         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18340         (spam-backend-function, spam-backend-ham-registration-function)
18341         (spam-backend-spam-registration-function)
18342         (spam-backend-ham-unregistration-function)
18343         (spam-backend-spam-unregistration-function)
18344         (spam-backend-statistical-p, spam-backend-mover-p)
18345         (spam-install-backend-alias, spam-install-checkonly-backend)
18346         (spam-install-mover-backend, spam-install-nocheck-backend)
18347         (spam-install-backend, spam-install-statistical-backend)
18348         (spam-install-statistical-checkonly-backend): Add backend installation
18349         support.
18350         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18351         (spam-group-processor-p): Use the new backend code and respect the
18352         summary exit behavior.
18353         (spam-mark-spam-as-expired-and-move-routine): Remove.
18354         (spam-summary-prepare): Change to use the new spam-old-articles
18355         variable.
18356         (spam-copy-or-move-routine, spam-copy-spam-routine)
18357         (spam-move-spam-routine, spam-copy-ham-routine)
18358         (spam-move-ham-routine): Add code to copy/move ham or spam.
18359         (spam-fetch-field-fast): Improve doc and code, plus allow the
18360         'number request.
18361         (spam-list-of-checks, spam-list-of-statistical-checks):
18362         Remove variables.
18363         (spam-split, spam-find-spam): Use the new backend code.
18364         (spam-registration-functions): Remove variable.
18365         (spam-unregister-routine): Add convenience wrapper.
18366         (spam-log-undo-registration, spam-register-routine)
18367         (spam-log-processing-to-registry)
18368         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18369         where possible.
18370         (spam-check-gmane-xref, spam-check-regex-headers)
18371         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18372         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18373         (spam-check-bogofilter-headers, spam-check-spamoracle)
18374         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18375         (spam-check-crm114-headers): Use the spam-split-group that
18376         spam-split prepares, no need to determine it every time.
18377
18378         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18379         to the nnheader-parse-naked-head call.
18380
18381         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18382
18383         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18384         the nnheader-nov-read-message-id call.
18385
18386 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18389         gnus-activate-group twice.  Suggested by Markus Peter
18390         <warp@spin.de>.
18391
18392 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18393
18394         * gnus-art.el (gnus-article-time-format): Exchange the order of
18395         day and month in the default value; fix customization type.
18396         (article-date-ut): Use add-text-properties.
18397         (article-make-date-line): Use message-make-date instead of
18398         current-time-string.
18399
18400         * message.el (message-fetch-field): Don't use set-text-properties.
18401         (message-make-date): Simplify.
18402
18403         * messagexmas.el (message-xmas-make-date): New function.
18404         (message-xmas-redefine): Defalias message-make-date to it.
18405
18406 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18407
18408         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18409         (rfc2047-encode-region): Treat text within parentheses as special;
18410         show the original text when error has occurred.
18411
18412         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18413         already-computed method to gnus-activate-group.
18414
18415         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18416         same select-methods identical Lisp objects.
18417
18418         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18419         object when modifying the info.
18420
18421 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18422
18423         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18424         gnus-opened-servers since it has never been opened with the new
18425         configuration yet.
18426
18427 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18428
18429         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18430         arg to nnheader-generate-fake-message-id.
18431
18432 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18433
18434         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18435         number and build a fake message ID localized to a group and
18436         article number (so it's repeatable from that point on).
18437         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18438         ID format.
18439
18440         * gnus-sum.el (gnus-get-newsgroup-headers):
18441         Call nnheader-generate-fake-message-id with the article number.
18442
18443 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18444
18445         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18446         end-of-buffer.
18447
18448 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18449
18450         * message.el (message-ignored-supersedes-headers): Add Approved.
18451
18452 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18453
18454         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18455         goto-char.
18456         (rfc2047-encode): Fold the line before encoding.
18457
18458 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18459
18460         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18461         folding -- not all headers can be folded, and this should be done
18462         by the message composition mode.  Probably.  I think.
18463
18464 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18465
18466         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18467         fast.
18468
18469         * gnus-ems.el (gnus-remove-image): Don't use
18470         message-text-with-property; remove only the image found first.
18471
18472         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18473         found first.
18474
18475 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18476
18477         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18478
18479 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18480
18481         * message.el (message-text-with-property): Make it fast and accept
18482         optional arguments.
18483         (message-strip-forbidden-properties): Use it.
18484         (message-fix-before-sending): Follow the m-t-w-p change.
18485
18486         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18487
18488 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18489
18490         * gnus-art.el (article-hide-headers): Don't change the buffer
18491         mistakenly when performing mml-preview even if
18492         gnus-single-article-buffer is nil.
18493
18494 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18495
18496         * message.el (message-expand-name-databases): New user option.
18497         (message-expand-name): Use it.
18498
18499 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18500
18501         * spam.el (spam-report-articles-resend)
18502         (spam-report-resend-register-routine): Allow ham reporting.
18503         (spam-report-resend-register-ham-routine): Add wrapper.
18504         (spam-registration-functions): Add ham resending functions.
18505         (spam-list-of-processors): Add ham resend processor.
18506
18507         * gnus.el (ham-resend-to): Add new group parameter.
18508         (spam-process): Add ham resend option.
18509
18510         * spam-report.el (spam-report-resend): Allow reporting ham.
18511         (spam-report-resend-ham): Add wrapper.
18512
18513 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18514
18515         * message.el (message-cite-articles-with-x-no-archive):
18516         New variable.
18517         (message-cite-original): Use it.
18518
18519 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18520
18521         * message.el (message-cite-original): Respect X-No-Archive.
18522
18523 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18524
18525         * gnus-art.el (article-hide-headers): Refer to the values for
18526         gnus-ignored-headers and gnus-visible-headers in the summary
18527         buffer since a user may have set them as group parameters.
18528
18529 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18530
18531         * assistant.el (assistant-node-name): Add convenience function.
18532         (assistant-render-text, assistant-render-node): Add error handling,
18533         plus handle multiple next nodes.
18534         (assistant-find-next-node): Comment out for now.
18535         (assistant-find-next-nodes): Add function, returns list of next
18536         nodes.
18537
18538 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18539
18540         * mail-source.el (mail-source-directory): Fix doc-string.
18541
18542 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18543
18544         * assistant.el (assistant-render-text, assistant-eval): Add :set
18545         widget type, which is different because it takes and returns a
18546         list.  Much hilarity ensues.
18547
18548 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18549
18550         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18551
18552         * gnus-group.el (gnus-group-get-new-news-this-group):
18553         Add doc-string.
18554
18555         * gnus-start.el (gnus-activate-group): Add doc-string.
18556
18557 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18558
18559         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18560
18561 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18562
18563         * assistant.el (assistant-render-text): Try to add a :set
18564         widget, more to come.
18565
18566         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18567         strings.
18568         (spam-report-articles-resend)
18569         (spam-register-routine): Do registration iff any articles warrant
18570         it.
18571         (spam-summary-prepare-exit): Change log message for nil group
18572         destinations.
18573
18574 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18575
18576         * spam.el (spam-report-resend-register-routine):
18577         Allow spam-report-resend-to to be a group parameter or a global value.
18578
18579 2004-05-26  Simon Josefsson  <jas@extundo.com>
18580
18581         * starttls.el: Merge with my GNUTLS based starttls.el.
18582         (starttls-gnutls-program, starttls-use-gnutls)
18583         (starttls-extra-arguments, starttls-process-connection-type)
18584         (starttls-connect, starttls-failure, starttls-success):
18585         New variables.
18586         (starttls-program, starttls-extra-args): Doc fix.
18587         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18588         New functions.
18589         (starttls-negotiate, starttls-open-stream):
18590         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18591         function if it is set.
18592
18593 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18594
18595         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18596         structured fields.
18597
18598 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18599
18600         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18601
18602 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18603
18604         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18605         Add variable.
18606         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18607         assigning the spam-mark to new messages.
18608
18609 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18610
18611         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18612
18613 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18614
18615         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18616
18617         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18618         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18619         default.
18620
18621 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18622
18623         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18624         correct data.
18625
18626 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18627
18628         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18629         (spam-group-processor-p): Fix function.
18630         (spam-group-processor-multiple-p)
18631         (spam-group-spam-processor-report-gmane-p)
18632         (spam-group-spam-processor-report-resend-p)
18633         (spam-group-spam-processor-bogofilter-p)
18634         (spam-group-spam-processor-blacklist-p)
18635         (spam-group-spam-processor-ifile-p)
18636         (spam-group-ham-processor-ifile-p)
18637         (spam-group-spam-processor-spamoracle-p)
18638         (spam-group-spam-processor-crm114-p)
18639         (spam-group-ham-processor-bogofilter-p)
18640         (spam-group-spam-processor-stat-p)
18641         (spam-group-ham-processor-stat-p)
18642         (spam-group-ham-processor-whitelist-p)
18643         (spam-group-ham-processor-BBDB-p)
18644         (spam-group-ham-processor-spamoracle-p)
18645         (spam-group-ham-processor-copy-p): Remove functions with some
18646         prejudice against unneeded code.
18647         (spam-report-articles-resend)
18648         (spam-report-resend-register-routine): Allow the group/topic
18649         spam-resend-to value to override spam-report-resend-to.
18650         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18651         properly now.
18652
18653         * gnus.el (spam-resend-to): Add group/topic parameter.
18654         (spam-process): Move the OBSOLETE processors to the end of the
18655         choices.
18656
18657 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18658
18659         * spam-report.el (spam-report-resend-to, spam-report-resend):
18660         Start with resend-to set to nil, and then ask the user if necessary.
18661         (spam-report-resend): spam-report-resend takes a list of articles, not
18662         separate article numbers.
18663
18664 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18665
18666         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18667         addition to emacs-w3m.
18668
18669 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18670
18671         * assistant.el (assistant-authinfo-data): New function.
18672         (assistant-eval): Eval for entire assistant.
18673
18674         * netrc.el (netrc-services-file): New variable.
18675         (netrc-parse-services): New function.
18676         (netrc-find-service-name): New function.
18677         (netrc-find-service-number): New function.
18678         (netrc-port-equal): New function.
18679         (netrc-machine): Use it.
18680
18681         * nnimap.el (nnimap-open-connection): Use netrc.
18682
18683         * gnus-util.el (gnus-netrc-get): Remove aliases.
18684
18685         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18686
18687         * assistant.el (wid-edit): Fix compilation.
18688
18689         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18690
18691 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18692
18693         * gnus-util.el (gnus-set-file-modes): New function.  (small
18694         patch).
18695
18696 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18697
18698         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18699
18700         * assistant.el (assistant-render-node): Fix up rendering and
18701         read-only text.
18702         (assistant-render-node): Reset.
18703         (assistant-make-read-only): Not sticky.
18704
18705 2004-05-20  Danny Siu  <dsiu@adobe.com>
18706
18707         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18708         centered even when gnus-auto-center-summary is t.
18709
18710 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18711
18712         * dns.el (dns-get-txt-answer): New function.
18713         (dns-read-txt): Ditto.
18714         (query-dns): Use it.
18715
18716 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18717
18718         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18719         active for foreign groups even if the group level is higher than
18720         the specified value.
18721
18722 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18723
18724         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18725         non-active groups.
18726
18727         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18728
18729 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18730
18731         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18732
18733 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18734
18735         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18736         (spam-crm114-header, spam-crm114-spam-switch)
18737         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18738         (spam-crm114-positive-spam-header)
18739         (spam-crm114-database-directory, spam-list-of-processors)
18740         (spam-group-spam-processor-crm114-p)
18741         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18742         (spam-generic-score, spam-list-of-checks)
18743         (spam-list-of-statistical-checks, spam-registration-functions)
18744         (spam-check-crm114-headers, spam-crm114-score)
18745         (spam-check-crm114, spam-crm114-register-with-crm114)
18746         (spam-crm114-register-spam-routine)
18747         (spam-crm114-unregister-spam-routine)
18748         (spam-crm114-register-ham-routine)
18749         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18750         From asjo@koldfront.dk (Adam Sjøgren).
18751
18752         * gnus.el: Add spam-use-crm114.
18753
18754         * spam.el (spam-list-of-processors, spam-registration-functions):
18755         Add spam-use-resend.
18756         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18757         (spam-report-articles-gmane): Add doc fix.
18758         (spam-report-articles-resend, spam-report-resend-register-routine):
18759         Add wrappers around spam-report-resend-to.
18760
18761         * spam-report.el (spam-report-resend-to, spam-report-resend):
18762         Add support for resending spam.
18763         (spam-report-gmane): Fix line length >80.
18764
18765         * gnus.el (spam-process): Add spam-use-resend.
18766
18767 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18768
18769         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18770         number of processed spam messages.
18771         (spam-ham-copy-or-move-routine): Return the number of processed
18772         ham messages.
18773         (spam-summary-prepare-exit): Use the above values to decide
18774         whether status messages shouled be displayed.
18775
18776 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18777
18778         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18779         `rfc2047-encoding-function-alist' in order to avoid conflicting
18780         with the old version.
18781         (rfc2047-encode-region): Concatenate words containing non-ASCII
18782         characters in structured fields; don't encode space-delimited
18783         ASCII words even in unstructured fields; don't break words at
18784         char-category boundaries.
18785         (rfc2047-encode-1): New function.
18786         (rfc2047-encode): Use it; encode text so that it occupies the
18787         maximum width within 76-column; work correctly on Q encoding for
18788         iso-2022-* charsets.
18789         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18790         sure not to break a line just after the header name.
18791         (rfc2047-b-encode-region): Remove.
18792         (rfc2047-b-encode-string): New function.
18793         (rfc2047-q-encode-region): Remove.
18794         (rfc2047-q-encode-string): New function.
18795
18796         * mm-util.el (mm-replace-in-string): New function.
18797
18798 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18799
18800         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18801         Really get it right.
18802         (gnus-inews-make-draft): Really.
18803
18804 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18805
18806         * nnmh.el (nnmh-request-list-1): Don't check the link count
18807         before descending.  (small patch)
18808
18809 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18810
18811         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18812         stuff.
18813
18814         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18815         Match on real group name.
18816
18817         * gnus-art.el (gnus-signature-limit): Doc fix.
18818
18819         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18820
18821         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18822
18823 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18824
18825         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18826         isn't a string.
18827
18828 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18829
18830         * gnus-draft.el (gnus-draft-send):
18831         Bind rfc2047-encode-encoded-words.
18832
18833         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18834         (rfc2047-encodable-p): Say that =? needs encoding.
18835         (rfc2047-encode-encoded-words): New variable.
18836
18837         * gnus-group.el (gnus-group-select-group): Doc fix.
18838
18839         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18840
18841         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18842         to nil.
18843
18844         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18845
18846         * nnheader.el (nnheader-get-lines-and-char): New function.
18847
18848 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18849
18850         * gnus-msg.el (gnus-summary-followup-with-original):
18851         Document yanking of region when active.
18852
18853 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18854
18855         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18856         groups if the group level is higher than the specified value.
18857
18858 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18859
18860         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18861         (gnus-group-jump-to-group): Add prefix argument using
18862         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18863         non-active group.
18864
18865         * compface.el (uncompface): Be verbose when changing
18866         `uncompface-use-external'.
18867
18868         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18869         handle manual section.
18870
18871 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18872
18873         * gnus-art.el (gnus-button-alist): Revert previous change.
18874
18875 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18876
18877         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18878
18879 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18880
18881         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18882         whether backend can accept message.
18883
18884         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18885
18886 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18887
18888         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18889         Avoid creating directory when nntp-marks-is-evil is true.
18890         Reported by Reiner Steib.
18891
18892 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18893
18894         * gnus-picon.el (gnus-picon-style): New variable.
18895         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18896         (gnus-picon-transform-address): Support `gnus-picon-style'.
18897         From Jesper Harder <harder@ifa.au.dk>.
18898
18899 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18900
18901         * message.el (message-fill-field): Return point.
18902         (message-generate-headers): Go to end of field.
18903
18904         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18905         stuff for non-living groups.
18906
18907 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18908
18909         * gnus-art.el (gnus-article-followup-with-original)
18910         (gnus-article-reply-with-original): gnus-mark-active-p ->
18911         gnus-region-active-p.
18912
18913 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18914
18915         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18916         only when there is spam or ham to be processed.
18917
18918 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18919
18920         * mail-source.el (mail-source-delete-crash-box): Refactor.
18921         (mail-source-fetch): Use it.
18922         (mail-source-fetch-file): Ditto.
18923         (mail-source-fetch-directory): Run postscript in loop.
18924         (mail-source-fetch-pop): Delete.
18925         (mail-source-fetch-maildir): Ditto.
18926         (mail-source-fetch-imap): Ditto.
18927
18928         * imap.el (imap-authenticators): Comment out sasl.
18929
18930         * message.el (message-skip-to-next-address): New function.
18931         (message-fill-header-address): Refactor.
18932         (message-fill-address): Use it.
18933         (message-delete-address): Use it.
18934         (message-fill-header-general): Refactor.
18935         (message-fill-field-address): Rename.
18936         (message-narrow-to-field): Find the start of the header.
18937         (message-header-format-alist): Don't pre-fill.
18938         (message-fill-header): Remove.
18939         (message-insert-header): New function.
18940         (message-shorten-references): Use it.
18941
18942         * rfc2047.el (rfc2047-field-value): Strip props.
18943
18944         * mail-parse.el (mail-header-make-address): New alias.
18945
18946         * ietf-drums.el (ietf-drums-make-address): New function.
18947
18948         * imap.el: Add compiler directives.
18949
18950         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18951
18952         * gnus-art.el (article-decode-idna-rhs): Don't use
18953         message-idna-inside-rhs-p.
18954
18955 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18956
18957         * message.el (message-idna-inside-rhs-p): Remove.
18958         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18959
18960         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18961         false positives.
18962
18963 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18964
18965         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18966
18967 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18968
18969         * nneething.el (nneething-file-name): Don't create spurious
18970         files.
18971
18972         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18973         (gnus-inews-do-gcc): Remove sleep.
18974
18975         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18976         part under point.
18977
18978         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18979         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18980
18981 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18982
18983         * spam.el (spam-summary-prepare-exit): Fix (length).
18984
18985 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18986
18987         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18988         as expired without moving it" message when there are spam
18989         messages left.
18990
18991 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18992
18993         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18994         header is not nil.
18995
18996 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18997
18998         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18999         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19000         (nntp-marks-changed-p): New arg SERVER.
19001         (nntp-request-update-info): Adjust caller.
19002
19003 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19004
19005         * nntp.el (nntp-save-marks): Pass missing arg.
19006
19007 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19008
19009         * nntp.el: Support marks.
19010         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19011         (nntp-marks-modtime, nntp-marks-directory): New variables.
19012         (nntp-request-set-mark, nntp-request-update-info)
19013         (nntp-possibly-create-directory, nntp-marks-changed-p)
19014         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19015         New functions.
19016
19017 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19018
19019         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19020         (gnus-xmas-redefine): Rename.
19021
19022         * gnus-score.el (gnus-score-insert-help):
19023         Use gnus-select-lowest-window.
19024
19025         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19026         appt-select-lowest-window and rename to gnus-select-lowest-window.
19027
19028         * gnus.el: do.
19029
19030 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19031
19032         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19033         encodings of MIME-encoded words, in order to improve
19034         interoperability with several broken MUAs.
19035
19036 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19037
19038         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19039         tags, only when charsets are not specified in headers.
19040         (mm-inline-text-html-render-with-w3m): Ditto.
19041
19042         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19043         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19044
19045 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19046
19047         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19048         instead of MIME-decoded from fields when checking
19049         `gnus-article-address-banner-alist'.
19050
19051 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19052
19053         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19054         description rather than subject.
19055
19056 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19057
19058         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19059
19060 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19061
19062         * gnus.el (gnus-version-number): Bump.
19063
19064 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19065
19066         * gnus.el: No Gnus v0.2 is released.
19067
19068 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19069
19070         * gnus-agent.el (gnus-agent-read-agentview):
19071         Inline gnus-uncompress-range.
19072
19073 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19074
19075         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19076         `exec-installed-p'.
19077
19078 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19079
19080         * gnus.el (spam-process, spam-autodetect-methods):
19081         Add bsfilter and bsfilter-headers.
19082
19083         * spam.el (spam-bsfilter): New customize group.
19084         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19085         (spam-bsfilter-header, spam-bsfilter-probability-header)
19086         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19087         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19088         (spam-bsfilter-database-directory): New options.
19089         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19090         (spam-list-of-statistical-checks, spam-registration-functions):
19091         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19092         (spam-bsfilter-score): New command.
19093         (spam-check-bsfilter-headers, spam-check-bsfilter)
19094         (spam-bsfilter-register-with-bsfilter)
19095         (spam-bsfilter-register-spam-routine)
19096         (spam-bsfilter-unregister-spam-routine)
19097         (spam-bsfilter-register-ham-routine)
19098         (spam-bsfilter-unregister-ham-routine): New functions.
19099         (spam-generic-score): Support bsfilter; Accept an optional argument
19100         to recalcurate spam score even if scoring header has already been
19101         added.
19102         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19103         optional argument to recalcurate spam score even if scoring header
19104         has already been added.
19105
19106 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19107
19108         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19109         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19110         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19111         link is missing.
19112
19113 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19114
19115         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19116         (html2text-get-attr): Rewrite.
19117
19118         * message.el (message-setup-1): Remove redundant put-text-property
19119         on mail-header-separator.
19120
19121 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19122
19123         * gnus-registry.el (gnus-registry-cache-whitespace)
19124         (gnus-registry-action, gnus-registry-spool-action)
19125         (gnus-registry-split-fancy-with-parent): Change message levels
19126         from 5 to 3 or 7, as needed.
19127
19128         * spam.el (spam-summary-prepare-exit)
19129         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19130         (spam-split, spam-find-spam, spam-log-undo-registration)
19131         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19132         level from 5 to 6.
19133
19134 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19135
19136         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19137         2004-03-04 change).
19138
19139 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19140
19141         * sieve-manage.el (sieve-manage-open):
19142         * nnweb.el (nnweb-insert-html):
19143         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19144         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19145         * nnspool.el (nnspool-request-group):
19146         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19147         * nnml.el (nnml-request-update-info):
19148         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19149         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19150         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19151         (nnimap-request-set-mark):
19152         * nnfolder.el (nnfolder-request-update-info):
19153         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19154         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19155         * gnus-uu.el (gnus-uu-find-articles-matching):
19156         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19157         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19158         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19159         * gnus-nocem.el (gnus-nocem-scan-groups):
19160         * gnus-int.el (gnus-start-news-server):
19161         * gnus-group.el (gnus-group-make-kiboze-group)
19162         (gnus-group-browse-foreign-server):
19163         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19164         Use mapc when appropriate.
19165
19166 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19167
19168         FIXME: Make separate entries for each person.
19169
19170         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19171         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19172         <shields@msrl.com>:
19173
19174         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19175         may need for spam sorting and scoring.
19176         (spam-user-format-function-S): Add user format function suitable for
19177         general use.
19178         (spam-article-sort-by-spam-status): Add sorting function for summary
19179         sorting.
19180         (spam-extra-header-to-number): Add function to get a score from a
19181         header.
19182         (spam-summary-score): Add function to get a numeric score from the
19183         headers.
19184         (spam-generic-score): Fix function doc, was in wrong place.
19185         (spam-initialize): Take symbols when it's run, and install the
19186         extra headers that spam-necessary-extra-headers thinks we need.
19187
19188 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19189
19190         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19191         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19192
19193 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19194
19195         * gnus-sum.el (gnus-set-global-variables)
19196         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19197         (gnus-article-get-xrefs, gnus-summary-best-group)
19198         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19199         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19200         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19201         Use with-current-buffer.
19202
19203 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19204
19205         * spam.el (spam-summary-prepare-exit): Simplify logic.
19206         (spam-fetch-article-header): Read the article header if it's not
19207         available.
19208         (spam-list-articles): Simplify logic.
19209         (spam-filelist-register-routine): Fix bug with unregister-list.
19210
19211         * gnus-registry.el: Fix comments at beginning.
19212
19213 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19214
19215         * message.el (message-cater-to-broken-inn): Remove.
19216         (message-shorten-references): Make sure the total folded length of
19217         References is shorter than 998 characters to cater to a bug in INN
19218         2.3.  Also, don't pretend that references aren't folded -- this
19219         hasn't worked for a while.
19220
19221 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19222
19223         * gnus-agent.el (gnus-agentize):
19224         gnus-agent-send-mail-real-function no longer set to current value
19225         of message-send-mail-function but rather a lambda that calls
19226         message-send-mail-function.  The change makes the agent real-time
19227         responsive to user changes to message-send-mail-function.
19228
19229 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19230
19231         * legacy-gnus-agent.el
19232         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19233         help from Florian Weimer <fw@deneb.enyo.de>
19234
19235 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19236
19237         * nnmail.el (nnmail-cache-insert): Revert last change.
19238
19239 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19240
19241         * nnmail.el (nnmail-cache-insert): Always check whether
19242         nnmail-cache-ignore-groups matches a group name.
19243
19244 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19245
19246         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19247         (spam-find-spam, spam-log-processing-to-registry)
19248         (spam-log-registered-p, spam-log-unregistration-needed-p)
19249         (spam-log-undo-registration): Use gnus-message instead of
19250         gnus-error, none of these errors are fatal.
19251
19252         * gnus-registry.el (gnus-registry-clean-empty-function)
19253         (gnus-registry-clean-empty): Remove only empty entries without
19254         extra data.
19255
19256 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19257
19258         * spam-stat.el (spam-stat-buffer-change-to-spam)
19259         (spam-stat-buffer-change-to-non-spam): Change (error) to
19260         (gnus-message 8) invocation.
19261
19262 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19263
19264         * nntp.el (nntp-via-netcat-command): New variable.
19265         (nntp-via-netcat-switches): New variable.
19266         (nntp-open-via-rlogin-and-netcat): New function.
19267         (nntp-open-connection-function): Doc fix.
19268         (nntp-telnet-command): Doc fix.
19269         (nntp-end-of-line): Doc fix.
19270         (nntp-via-rlogin-command): Doc fix.
19271         (nntp-via-user-name): Doc fix.
19272         (nntp-via-address): Doc fix.
19273
19274 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19275
19276         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19277         error in Emacs 21.1.
19278
19279 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19280
19281         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19282
19283 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19284
19285         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19286         (gnus-agent-with-refreshed-group): New macro.
19287         (gnus-agent-rename-group): New function.
19288         (gnus-agent-delete-group): New function.
19289         (gnus-agent-save-group-info): Use gnus-command-method when
19290         `method' parameter is nil.  Don't write nil entries into the
19291         active file.
19292         (gnus-agent-get-group-info): New function.
19293         (gnus-agent-fetch-articles):
19294         Use gnus-agent-update-files-total-fetched-for to increment disk space
19295         used.
19296         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19297         Use gnus-agent-update-view-total-fetched-for to increment disk space
19298         used.
19299         (gnus-agent-get-local): Add optional parameters to avoid calling
19300         gnus-group-real-name and gnus-find-method-for-group.
19301         (gnus-agent-set-local): Delete stored entry if either min, or max,
19302         are nil.
19303         (gnus-agent-fetch-session): Reworded error/quit messages.
19304         On quit, use gnus-agent-regenerate-group to record existance of any
19305         articles fetched to disk before the quit occurred.
19306         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19307         gnus-agent-update-view-total-fetched-for, and
19308         gnus-agent-update-files-total-fetched-for to decrement disk space
19309         used.
19310         (gnus-agent-retrieve-headers):
19311         Use gnus-agent-update-view-total-fetched-for to increment disk space
19312         used.
19313         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19314         with gnus-agent-update-files-total-fetched-for to decrement disk
19315         space and fresh group buffer.
19316         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19317         (gnus-agent-need-update-total-fetched-for): New variable.
19318         (gnus-agent-update-files-total-fetched-for): New function.
19319         (gnus-agent-update-view-total-fetched-for): New function.
19320         (gnus-agent-total-fetched-for): New function.
19321
19322         * gnus-cache.el (gnus-cache-save-buffers):
19323         Use gnus-cache-update-overview-total-fetched-for to change disk space
19324         used by this group.
19325         (gnus-cache-possibly-enter-article):
19326         Use gnus-cache-update-file-total-fetched-for to increment disk space
19327         used by this group.
19328         (gnus-cache-possibly-remove-article):
19329         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19330         used by this group.
19331         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19332         (gnus-cache-rename-group): New function.
19333         (gnus-cache-delete-group): New function.
19334         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19335         (gnus-cache-need-update-total-fetched-for): New variable.
19336         (gnus-cache-with-refreshed-group): New macro.
19337         (gnus-cache-update-file-total-fetched-for): New function.
19338         (gnus-cache-update-overview-total-fetched-for): New function.
19339         (gnus-cache-rename-group-total-fetched-for): New function.
19340         (gnus-cache-delete-group-total-fetched-for): New function.
19341         (gnus-cache-total-fetched-for): New function.
19342
19343         * gnus-group.el: Require gnus-sum and autoload functions to
19344         resolve warnings when gnus-group.el compiled alone.
19345         (gnus-group-line-format): Documented new %F.
19346         (size of Fetched data) group line format; identifies disk space
19347         used by agent and cache.
19348         (gnus-group-line-format-alist): Defined new F format.
19349         (gnus-total-fetched-for): New function.
19350         (gnus-group-delete-group): No longer update
19351         gnus-cache-active-altered as gnus-request-delete-group now keeps
19352         the cache in sync.
19353         (gnus-group-list-active): Let the agent store a server's active
19354         list if currently plugged.
19355
19356         * gnus-int.el (gnus-request-delete-group):
19357         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19358         local disk in sync with the server.
19359         (gnus-request-rename-group):
19360         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19361         local disk in sync with the server.
19362
19363         * gnus-start.el (gnus-get-unread-articles):
19364         Cosmetic simplification to logic.
19365
19366         * gnus-util.el (gnus-rename-file): New function.
19367
19368 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19369
19370         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19371
19372 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19373
19374         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19375         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19376
19377 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19378
19379         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19380         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19381
19382 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19383
19384         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19385
19386 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19387
19388         * spam.el (spam-set-difference): Add function to replace
19389         gnus-set-difference in spam.el.
19390         (spam-summary-prepare-exit): Use spam-set-difference.
19391
19392 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19393
19394         * gnus-registry.el (gnus-registry-cache-file): Update to use
19395         gnus-dribble-directory OR gnus-home-directory OR ~.
19396         (gnus-registry-split-fancy-with-parent): Fix doc.
19397
19398 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19399
19400         * message.el (message-exchange-point-and-mark):
19401         Use message-mark-active-p.  Suggested by Jesper Harder
19402         <harder@ifa.au.dk>.
19403
19404 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19405
19406         * message.el (message-exchange-point-and-mark): Don't activate
19407         region if it was inactive.  Suggested by Hiroshi Fujishima
19408         <pooh@nature.tsukuba.ac.jp>.
19409
19410 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19411
19412         * gnus-art.el (article-display-face): Display Faces in the same
19413         order as X-Faces.
19414
19415 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19416
19417         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19418
19419 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19420
19421         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19422         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19423         (gnus-article-mime-hierarchy): Remove.
19424         (gnus-article-mime-hierarchy-next): Remove.
19425         (gnus-article-mode): Revert 2004-03-19 change.
19426         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19427         (gnus-insert-mime-button): Revert 2004-03-19 change.
19428         (gnus-mime-accumulate-hierarchy): Remove.
19429         (gnus-mime-enter-multipart): Remove.
19430         (gnus-mime-leave-multipart): Remove.
19431         (gnus-mime-display-part): Revert 2004-03-19 change.
19432         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19433
19434         * mml.el (mml-preview): Revert 2004-03-19 change.
19435
19436 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19437
19438         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19439
19440 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19441
19442         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19443         t while entering a file name using the mm-with-multibyte macro.
19444         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19445
19446         * mm-util.el (mm-with-multibyte): New macro.
19447
19448 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19449
19450         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19451         New user option.
19452         (gnus-mime-multipart-functions): Doc and customization fix.
19453         (gnus-article-mime-hierarchy): New variable.
19454         (gnus-article-mime-hierarchy-next): New variable.
19455         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19456         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19457         gnus-article-mime-hierarchy-next to nil.
19458         (gnus-insert-mime-button): Show hierarchy numbers.
19459         (gnus-mime-accumulate-hierarchy): New function.
19460         (gnus-mime-enter-multipart): New function.
19461         (gnus-mime-leave-multipart): New function.
19462         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19463         (gnus-mime-display-alternative): Show hierarchy numbers.
19464
19465         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19466         gnus-article-mime-hierarchy-next to nil.
19467
19468 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19469
19470         * dns.el: Don't require gnus-xmas.
19471
19472 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19473
19474         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19475         inline PGP.
19476         (mml-menu): Disable mml-quote-region if mark is inactive.
19477
19478 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19479
19480         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19481         when the group's active is not available.
19482
19483 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19484
19485         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19486         error.
19487
19488 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19489
19490         * imap.el (imap-store-password): New variable.
19491         (imap-interactive-login): Use it.
19492         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19493
19494 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19495
19496         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19497         window-start and hscroll to summary window.
19498
19499 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19500
19501         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19502         conversion message to newsrc-dribble when an actual conversion is
19503         performed.
19504
19505 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19506
19507         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19508
19509 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19510
19511         * mm-decode.el (mm-complicated-handles): New function reviving
19512         former definition of mm-multiple-handles.
19513
19514         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19515         (gnus-mime-delete-part): Use it.
19516
19517 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19518
19519         * gnus-agent.el (gnus-agent-read-local):
19520         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19521         avoid the implicit assumption that they will always be equal.
19522         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19523         coding-system-for-write, as the with-temp-file macro first prints
19524         to a buffer then saves the buffer.
19525
19526 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19527
19528         * gnus-art.el (gnus-article-edit-part): New function.
19529         (gnus-mime-save-part-and-strip): Use it; do query instead of
19530         signaling an error; don't use mm-multiple-handles.
19531         (gnus-mime-delete-part): Ditto.
19532
19533 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19534
19535         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19536         old file versions.
19537         (gnus-group-prepare-hook): Remove function that converted list
19538         form of gnus-agent-expire-days to group properties.
19539
19540         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19541         (gnus-request-accept-article): Re-indented.
19542
19543         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19544         converters to handle old agent file formats.  Add logic for a
19545         "backup before upgrading warning".
19546         (gnus-convert-mark-converter-prompt): Developers can mark
19547         functions as needing (default), or not needing,
19548         gnus-convert-old-newsrc's "backup before upgrading warning".
19549         (gnus-convert-converter-needs-prompt): Tests whether the user
19550         should be protected from potentially irreversable changes by the
19551         function.
19552
19553         * legacy-gnus-agent.el: New.  Provides converters that are only
19554         loaded when gnus-convert-old-newsrc needs to call them.
19555
19556 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19557
19558         * mail-source.el (mail-source-touch-pop): Doc fix.
19559
19560         * message.el (message-smtpmail-send-it): Doc fix.
19561
19562 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19563
19564         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19565
19566         * nnmail.el (nnmail-split-fancy): do.
19567
19568         * gnus-kill.el (gnus-kill, gnus-execute): do.
19569
19570 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19571
19572         * gnus-sum.el (gnus-widget-reversible-match)
19573         (gnus-widget-reversible-to-internal)
19574         (gnus-widget-reversible-to-external): New functions.
19575         (gnus-widget-reversible): New widget.
19576         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19577
19578 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19579
19580         * gnus-sum.el (gnus-thread-sort-functions)
19581         (gnus-article-sort-functions): Document `(not F)' items.
19582
19583 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19584
19585         * spam.el (spam-use-gmane-xref): Add new backend.
19586         (spam-gmane-xref-spam-group): Add variable to control the name of the
19587         Gmane spam group.
19588         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19589         (spam-regex-headers-spam, spam-regex-headers-ham)
19590         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19591         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19592         backends and checks.
19593         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19594
19595         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19596         an autodetect method.
19597
19598 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19599
19600         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19601         articles are being added to a group.
19602         (gnus-request-replace-article): Inform the agent that articles
19603         need to be uncached as the cached contents are no longer valid.
19604
19605 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19606
19607         * binhex.el: Don't autoload executable-find.
19608
19609         * canlock.el: Don't autoload mail-fetch-field.
19610
19611         * dgnushack.el: Autoload c-mode for XEmacs.
19612
19613         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19614
19615         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19616         rmail-dont-reply-to and rmail-output.
19617
19618         * gnus-score.el: Don't autoload ffap-string-at-point.
19619
19620         * gnus-setup.el: Don't autoload sc-cite-original.
19621
19622         * imap.el: Don't autoload base64-decode-string,
19623         base64-encode-string and md5.
19624
19625         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19626         and rmail-msg-restore-non-pruned-header.
19627
19628         * mm-decode.el: Don't autoload executable-find.
19629
19630         * mm-url.el: Don't autoload executable-find.
19631
19632         * mm-view.el: Don't autoload diff-mode.
19633
19634         * nndb.el: Don't autoload news-reply-mode, news-setup,
19635         cancel-timer and telnet.
19636
19637         * password.el: Don't autoload run-at-time for Emacs.
19638
19639         * sha1-el.el: Don't autoload executable-find.
19640
19641         * sieve-mode.el: Don't autoload c-mode.
19642
19643         * uudecode.el: Don't autoload executable-find.
19644
19645 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19646
19647         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19648         (gnus-agent-possibly-alter-active): Avoid null in numeric
19649         comparison.
19650         (gnus-agent-set-local): Refuse to save null in local object table.
19651         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19652         list of articles that will be marked as unread.
19653
19654 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19655
19656         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19657
19658 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19659
19660         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19661         language tags.
19662
19663 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19664
19665         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19666         Don't bind "obarray".
19667
19668         * gnus-sum.el (gnus-thread-sort-functions):
19669         Add `gnus-thread-sort-by-most-recent-number' and
19670         `gnus-thread-sort-by-most-recent-date'.
19671         Reported by Kai Grossjohann <kai@emptydomain.de>.
19672
19673 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19674
19675         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19676
19677 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19678
19679         * gnus-cus.el (gnus-agent-customize-category):
19680         Remove ignore-errors macro reference that required cl to be loaded at
19681         run-time.
19682
19683         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19684         single-interval range of the form (min . max).  Previously the
19685         range had to look like ((min . max)).  Likewise, return
19686         (min . max) rather than ((min . max)).
19687         (gnus-range-map): Use gnus-range-normalize to accept
19688         single-interval range.
19689
19690         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19691         the cache, but not the agent, now appear with their usual face.
19692
19693         * dgnushack.el (loaddir): New variable that is bound to the
19694         directory containing the dgnushack.el file. Use loaddir, rather
19695         than srcdir, to update load-path. Change lets dgnushack compile
19696         code in directories other than GNUS/lisp.
19697
19698 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19699
19700         * lpath.el: Don't bind w3m-safe-url-regexp.
19701
19702         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19703         w3m-safe-url-regexp variable buffer-local.
19704
19705         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19706
19707 2004-02-27  Simon Josefsson  <jas@extundo.com>
19708
19709         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19710         gnus-group-real-prefix.
19711         (gnus-summary-move-article): Use it, instead of
19712         gnus-group-real-prefix.
19713
19714 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19715
19716         * lpath.el: Bind w3m-safe-url-regexp.
19717
19718         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19719         w3m-safe-url-regexp variable buffer-local and set it as the value
19720         of mm-w3m-safe-url-regexp.
19721
19722         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19723
19724         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19725         parsing gnus-posting-styles when the message is not for replying.
19726
19727         * dgnushack.el: Autoload sgml-mode for XEmacs.
19728
19729         * nnrss.el (nnrss-opml-export):
19730         Use mm-set-buffer-file-coding-system instead of
19731         set-buffer-file-coding-system.
19732
19733 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19734
19735         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19736         of checkdoc.el).
19737         * nnrss.el: do.
19738         * gnus-mlspl.el: do.
19739         * gnus-ml.el: do.
19740         * gnus-srvr.el: do.
19741
19742         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19743
19744 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19745
19746         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19747         Corrections to custom-manual links.
19748
19749         * gnus-art.el (gnus-article): Ditto.
19750
19751         * mm-decode.el (mime-display, mime-security): Ditto.
19752
19753 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19754
19755         * flow-fill.el: Typo.
19756
19757 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19758
19759         * spam-wash.el: New file.
19760
19761 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19762
19763         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19764
19765 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19766
19767         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19768         to be run with new-articles as LIST1, not LIST2.
19769         (spam-registration-functions): Add spam-use-ham-copy as a nil
19770         registration backend.
19771
19772 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19773
19774         * spam-stat.el (spam-stat-washing-hook): New option.
19775         (spam-stat-buffer-words): Use it.
19776         (spam-stat-process-directory, spam-stat-test-directory):
19777         Use insert-file-contents-literally.
19778         (spam-stat-coding-system): New variable.
19779         (spam-stat-load, spam-stat-save): Use it.
19780
19781 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19782
19783         * spam-report.el (spam-report-plug-agent):
19784         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19785
19786 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19787
19788         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19789         Allow / in mailto URLs.
19790
19791 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19792
19793         * spam-report.el (spam-report-process-queue): Fix interactive use.
19794         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19795         (spam-report-unplug-agent): Doc fixes.
19796         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19797         (spam-report-agentize, spam-report-deagentize): Autoload.
19798
19799 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19800
19801         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19802
19803         * message.el (message-setup-fill-variables): Add mml tags to
19804         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19805         <ajk@iu.edu>.
19806         (message-mode): Don't modify paragraph-separate there.
19807
19808 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19809
19810         * compface.el (uncompface-use-external): Default to undecided.
19811         (uncompface-use-external-threshold): New variable.
19812         (uncompface-float-time): New macro.
19813         (uncompface): Determine whether to use the external decoder if
19814         uncompface-use-external is undecided.
19815
19816 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19817
19818         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19819         after images.
19820
19821         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19822
19823 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19824
19825         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19826
19827         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19828
19829         * gnus-sum.el (gnus-summary-limit-to-age)
19830         (gnus-summary-limit-children): do.
19831
19832         * gnus-int.el (gnus-request-scan): do.
19833
19834         * gnus-group.el (gnus-group-suspend): do.
19835
19836         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19837
19838         * gnus-cite.el (gnus-cite-parse-attributions): do.
19839
19840         * gnus-agent.el (gnus-summary-set-agent-mark)
19841         (gnus-agent-regenerate-group): do.
19842
19843         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19844
19845         * binhex.el (binhex-decode-region-internal): do.
19846
19847 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19848
19849         * gnus-fun.el (gnus-face-properties-alist): New user option.
19850         (gnus-display-x-face-in-from): Use it.
19851
19852         * gnus-art.el (article-display-face): Ditto.
19853
19854         * compface.el (uncompface-use-external): Default to nil.
19855
19856 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19857
19858         * nntp.el (nntp-erase-buffer): New function.
19859         (nntp-retrieve-data, nntp-send-command)
19860         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19861         (nntp-possibly-change-group): Use it.
19862
19863         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19864         Use with-current-buffer.
19865
19866 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19867
19868         * compface.el: Merge the ELisp-based uncompface program.
19869         (compface): New customization group.
19870         (uncompface-use-external): New user option.
19871         (uncompface): Call uncompface-internal if uncompface-use-external
19872         is nil.
19873         (uncompface-internal): New function.  Note that there are also
19874         some other functions and variables added for this function.
19875
19876 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19877
19878         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19879         if necessary.
19880
19881 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19882
19883         * spam-report.el (spam-report-unplug-agent)
19884         (spam-report-plug-agent, spam-report-deagentize)
19885         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19886         Add support for the Agent in spam-report: when unplugged, report to a
19887         file; when plugged, submit all the requests.
19888
19889         * spam.el (spam-register-routine): Fix message about
19890         registration.
19891
19892 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19893
19894         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19895         dependencies.
19896         (rfc2047-encode): Use it.
19897
19898         * gnus-art.el (gnus-button-marker-list): Move before first
19899         reference.
19900
19901         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19902         (imap-parse-body): Fix format string mismatch.
19903
19904         * gnus-score.el (gnus-summary-increase-score): do.
19905
19906         * nnrss.el (nnrss-close): New function.
19907
19908 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19909
19910         * nnrss.el (nnrss-make-filename): New function.
19911         (nnrss-request-delete-group, nnrss-read-server-data)
19912         (nnrss-save-server-data, nnrss-read-group-data)
19913         (nnrss-save-group-data): Use it.
19914         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19915         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19916         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19917
19918 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19919
19920         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19921
19922 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19923
19924         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19925         files.
19926
19927         * message.el (message-generate-headers-first): Don't quote nil
19928         and t in docstrings.
19929
19930         * imap.el (imap-id): do.
19931
19932         * gnus-agent.el (gnus-agent-consider-all-articles)
19933         (gnus-agent-queue-mail): do.
19934
19935 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19936
19937         * spam-report.el (spam-report-process-queue): New function.
19938         Process requests from `spam-report-requests-file'.
19939         (spam-report-process-queue): Doc fix.
19940
19941 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19942
19943         * spam.el (spam-register-routine)
19944         (spam-log-processing-to-registry, spam-log-registered-p)
19945         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19946         Change "check" to "spam-check" for semi-clarity.
19947
19948 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19949
19950         * pop3.el: Require nnheader.
19951
19952         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19953
19954         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19955
19956         * gnus-picon.el: Require cl.
19957
19958         * gnus-fun.el: Require gnus-ems and gnus-util.
19959
19960         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19961
19962         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19963
19964         * gnus-art.el (gnus-article-edit-mode): Define before first
19965         reference.
19966
19967 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19968
19969         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19970         (gnus-uu-post-encoded): Use point-at-bol.
19971
19972         * gnus-topic.el (gnus-group-active-topic-p): do.
19973
19974         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19975
19976         * gnus-group.el (gnus-group-kill-region): do.
19977
19978         * gnus-art.el (article-date-ut): do.
19979
19980         * message.el (message-fetch-field): Remove redundant
19981         case-fold-search binding.
19982         (message-narrow-to-field): Simplify.
19983
19984 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19985
19986         * spam.el (spam-directory): Derive from `gnus-directory'.
19987
19988         * spam-report.el (spam-report-url-to-file)
19989         (spam-report-requests-file): New function and variable for offline
19990         reporting.
19991         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19992         and user defined function.
19993         (spam-report-url-ping-mm-url): Remove doubled slash.
19994
19995 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19996
19997         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19998
19999 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20000
20001         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20002         Fix format string mismatch.
20003
20004         * sieve.el (sieve-deactivate-all): do.
20005
20006         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20007
20008         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20009
20010         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20011
20012         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20013
20014 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20015
20016         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20017         the list of checks.
20018
20019 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20020
20021         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20022         padding.
20023
20024 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20025
20026         * mm-view.el (mm-fill-flowed): New variable.
20027         (mm-inline-text): Use it.
20028
20029 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20030
20031         * spam.el (spam-spamassassin-register-ham-routine)
20032         (spam-spamassassin-register-spam-routine): Fix function names.
20033
20034 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20035
20036         * gnus.el (gnus-tmp-grouplens): Remove.
20037         (gnus-summary-line-format): Remove grouplens.
20038
20039         * gnus-group.el (gnus-group-line-format): Ditto.
20040
20041         * gnus-spec.el (gnus-format-specs): Ditto.
20042         (gnus-update-format-specifications): Flush the group format spec
20043         cache if there's the grouplens stuff.
20044         (gnus-parse-simple-format): Replace %l with the empty string.
20045
20046 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20047
20048         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20049         omission.
20050
20051 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20052
20053         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20054         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20055
20056 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20057
20058         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20059         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20060         New macros and functions.
20061         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20062         Handle > NLINK_MAX messages.
20063         * nnmaildir.el (nnmaildir-request-set-mark):
20064         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20065
20066 2004-01-25  Alex Schroeder  <alex@gnu.org>
20067
20068         * spam-stat.el (spam-stat-process-directory-age): New option.
20069         (spam-stat-process-directory): Use it.
20070
20071 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20072
20073         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20074         (spam-stat-save): Accept prefix argument.
20075
20076 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20077
20078         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20079         links" error.
20080
20081 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20082
20083         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20084         the rest of the and/or forms.
20085
20086 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20087
20088         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20089         compatibility with old .newsrc.eld files.
20090
20091         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20092
20093         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20094
20095         * gnus-start.el (gnus-1): do.
20096
20097         * gnus-group.el (gnus-group-line-format-alist): do.
20098
20099         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20100
20101         * gnus-gl.el: Remove.
20102
20103 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20104
20105         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20106         marks consisting of a single range {for example, (3 . 5)} rather
20107         than a list of a single range { ((3 . 5)) }.
20108
20109 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20110
20111         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20112         Use with-current-buffer.
20113         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20114         avoid consing a string.
20115
20116         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20117         Remove obsolete entries for big5 and gb2312.
20118
20119 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20120
20121         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20122         uncompressed list.
20123
20124 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20125
20126         * spam-stat.el (spam-stat-strip-xref): New function.
20127         (spam-stat-process-directory): Use it.
20128
20129         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20130         here -- it's done in message-fetch-field.
20131
20132 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20133
20134         * gnus-agent.el (gnus-agent-queue-mail)
20135         (gnus-agent-prompt-send-queue): New variables.
20136         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20137         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20138         "nndraft:queue" along to gnus-draft-send.
20139         Use gnus-agent-prompt-send-queue.
20140         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20141         is "nndraft:queue".  Suggested by Gaute Strokkenes
20142         <gs234@srcf.ucam.org>
20143
20144         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20145         (agent-enable-undownloaded-faces): Add.
20146         (gnus-agent-cat-groups): Use eval-and-compile, not
20147         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20148         method of gnus-agent-cat-groups even when the buffer has been
20149         evaled.
20150         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20151         delete gnus-agent-save-active-1.
20152         (gnus-agent-save-groups): Delete.  Identical to
20153         gnus-agent-save-active.
20154         (gnus-agent-write-active): No longer adjust agent's copy of active
20155         file as agent's adjustments are now stored in their own
20156         file.  Remove optional parameter.
20157         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20158         servers.  Add use of min/max range limits from server's local
20159         file.
20160         (gnus-agent-save-alist): Remove unused optional argument.
20161         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20162         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20163         (gnus-agent-set-local): A per-server file that keeps min/max range
20164         limits for articles known to the agent.  Provides a fast mechanism
20165         for altering many active ranges.
20166         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20167         active file (local makes it unnecessary).
20168         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20169
20170         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20171         (agent-enable-undownloaded-faces): Add.
20172
20173         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20174         disable it when sending to "nndraft:queue".
20175         (gnus-group-send-queue): Add safety check to avoid sending queue
20176         when unplugged.
20177
20178         * gnus-group.el (gnus-group-catchup): Use new
20179         gnus-sequence-of-unread-articles, not
20180         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20181         numbers of articles.  Use gnus-range-map to avoid having to
20182         uncompress the unread list.
20183         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20184         Fix invalid ange-ftp reference.
20185
20186         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20187         (gnus-sorted-range-intersection): Intersection of two ranges
20188         without requiring that they first be uncompressed.
20189
20190         * gnus-start.el (gnus-activate-group): Unless blocked by the
20191         caller, possibly expand the active range to include both cached
20192         and agentized articles.
20193         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20194         multiple version-dependent converters.
20195         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20196         gnus-agent-save-active.
20197         (gnus-save-newsrc-file): Save dirty agent range limits.
20198
20199         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20200         gnus-agent-possibly-alter-active.
20201         (gnus-adjust-marked-articles): Faster handling of simple lists.
20202
20203 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20204
20205         * spam-stat.el (spam-stat-test-directory): New optional argument
20206         displays a list of files detected.  Suggested by Andrew Cohen
20207         <cohen@andy.bu.edu>.
20208         (spam-stat-buffer-words-with-scores): Don't narrow and change
20209         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20210
20211 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20212
20213         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20214         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20215         (spam-spamassassin-arguments)
20216         (spam-spamassassin-spam-flag-header)
20217         (spam-spamassassin-positive-spam-flag-header)
20218         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20219         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20220         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20221         (spam-list-of-processors, spam-list-of-checks)
20222         (spam-list-of-statistical-checks, spam-registration-functions)
20223         (spam-check-spamassassin-headers, spam-check-spamassassin)
20224         (spam-spamassassin-score)
20225         (spam-spamassassin-register-with-sa-learn)
20226         (spam-spamassassin-register-spam-routine)
20227         (spam-spamassassin-register-ham-routine)
20228         (spam-assassin-register-spam-routine)
20229         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20230         (spam-bogofilter-score): Fix to show article before scoring.
20231
20232 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20233
20234         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20235         default scoring function.
20236         (spam-generic-score): Call spam-spamassassin-score if
20237         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20238         spam-bogofilter-score otherwise.
20239
20240         * gnus.el (spam-process, spam-autodetect-methods):
20241         Add spamassassin and spamassassin-headers.
20242
20243 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20244
20245         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20246         Suppress unnecessary messages.
20247
20248 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20249
20250         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20251         make-hash-table.
20252
20253 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20254
20255         * canlock.el (base64-encode-string): Don't autoload it.
20256
20257 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20258
20259         * run-at-time.el: Remove useless (require 'itimer),
20260         eval-and-compile and (featurep 'xemacs).
20261
20262 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20263
20264         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20265         GROUP is a virtual group.
20266
20267 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20268
20269         * gnus.el: Autoload `message-y-or-n-p'.
20270
20271 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20272
20273         * pgg-parse.el: Remove unnecessary (require 'custom).
20274
20275         * pgg-def.el: do.
20276
20277         * nnmail.el: do.
20278
20279         * gnus-undo.el: do.
20280
20281         * gnus-picon.el: do.
20282
20283         * gnus-util.el: do.
20284
20285 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20286
20287         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20288
20289 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20290
20291         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20292         handle, as well as a list.
20293
20294         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20295         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20296         (mm-w3m-cid-retrieve): Simplify.
20297
20298 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20299
20300         * message.el (message-kill-to-signature): Allow prefix arg to
20301         specify number of lines to keep before signature.
20302
20303 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20304
20305         * message.el (message-kill-to-signature): Change docstring.
20306
20307 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20308
20309         * canlock.el: Always require sha1-el.
20310         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20311
20312         * message.el: Autoload sha1 only when compiling.
20313
20314         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20315         eudc-expand-inline for XEmacs.
20316
20317 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20318
20319         * message.el (message-canlock-generate): Require sha1-el.
20320
20321 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20322
20323         * message.el (message-expand-name): Silence the byte compiler.
20324
20325         * lpath.el: Add detect-coding-system.
20326
20327         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20328         cus-edit.
20329
20330 2004-01-13  Simon Josefsson  <jas@extundo.com>
20331
20332         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20333         Invoke gnus-score-mode.
20334         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20335
20336         * gnus-range.el (gnus-compress-sequence): Doc fix.
20337         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20338
20339 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20340
20341         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20342
20343 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20344
20345         * spam.el (spam-get-article-as-string): Update to use
20346         gnus-request-article-this-buffer, much simpler.
20347         (spam-get-article-as-buffer): Remove.
20348
20349 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20350
20351         * message.el (message-expand-name): Use EUDC if the user uses that.
20352
20353 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20354
20355         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20356         character for the encoding to avoid consing a string.
20357
20358         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20359         unnecessarily.
20360
20361         * mm-util.el (mm-replace-chars-in-string): Remove.
20362
20363         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20364         of mm-replace-chars-in-string.
20365
20366 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20367
20368         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20369
20370         * mm-util.el (mm-subst-char-in-string): Support inplace.
20371
20372         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20373         a new string in every iteration.  Use shy groups.
20374
20375 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20376
20377         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20378         * gnus-soup.el (gnus-soup-group-brew):
20379         * gnus-msg.el (gnus-put-message):
20380         * gnus-move.el (gnus-group-move-group-to-server):
20381         * gnus-kill.el (gnus-batch-score):
20382         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20383         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20384         (gnus-group-update-group, gnus-group-read-group)
20385         (gnus-group-make-group, gnus-group-make-help-group)
20386         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20387         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20388         (gnus-group-sort-by-unread, gnus-group-catchup)
20389         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20390         (gnus-group-yank-group, gnus-group-set-info)
20391         (gnus-group-list-groups):
20392         * gnus.el (gnus-generate-new-group-name):
20393         * gnus-delay.el (gnus-delay-send-queue):
20394         * nnvirtual.el (nnvirtual-catchup-group):
20395         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20396         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20397         (gnus-group-prepare-topics, gnus-topic-check-topology):
20398         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20399         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20400         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20401         (gnus-group-make-articles-read):
20402         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20403         (gnus-group-change-level, gnus-kill-newsgroup)
20404         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20405         (gnus-get-unread-articles, gnus-make-articles-unread)
20406         (gnus-make-ascending-articles-unread): Use accessor
20407         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20408         to get group information for improved readability.
20409
20410
20411 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20412
20413         * gnus-art.el (article-decode-mime-words, article-babel)
20414         (gnus-article-highlight-signature, gnus-article-add-buttons)
20415         (gnus-signature-toggle): Use gnus-with-article-buffer.
20416
20417         * gnus-art.el (gnus-article-highlight-headers)
20418         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20419
20420         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20421         (gnus-article-set-globals, gnus-request-article-this-buffer)
20422         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20423         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20424         (gnus-mime-display-alternative): Use with-current-buffer.
20425
20426 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20427
20428         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20429         also under 80 char limit, and call gnus-error if needed.
20430         (spam-fetch-article-header): Fix - it was a
20431         buffer-local variable (gnus-newsgroup-data).
20432         (spam-find-spam): Use spam-generate-fake-headers, forget about
20433         spam-insert-fake-headers.
20434         (spam-insert-fake-headers): Remove.
20435
20436 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20437
20438         * deuglify.el (gnus-article-outlook-unwrap-lines)
20439         (gnus-outlook-rearrange-article)
20440         (gnus-outlook-repair-attribution-outlook)
20441         (gnus-outlook-repair-attribution-block)
20442         (gnus-outlook-repair-attribution-other): Remove redundant
20443         save-excursion.
20444
20445 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20446
20447         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20448         (spam-fetch-field-subject-fast)
20449         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20450         (spam-fetch-article-header): Add functions to deal with Gnus
20451         internals for fast retrieval of article header data.
20452         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20453
20454 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20455
20456         * pop3.el (pop3-md5): Remove.
20457         (pop3-apop): Replace pop3-md5 with md5.
20458
20459         * mm-bodies.el: base64 is always built-in.
20460
20461         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20462         Use with-current-buffer.
20463
20464 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20465
20466         * canlock.el (canlock-insert-header): Remove excessive grouping in
20467         regexp.
20468
20469         * gnus-sum.el (gnus-summary-read-document): Ditto.
20470
20471         * gnus-uu.el (gnus-uu-part-number): Ditto.
20472
20473         * html2text.el (html2text-remove-tags): Ditto.
20474         (html2text-format-tags): Ditto.
20475         (html2text-format-single-elements): Ditto.
20476
20477         * mml.el (mml-parse-1): Ditto.
20478
20479 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20480
20481         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20482
20483         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20484
20485         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20486
20487         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20488
20489 2003-11-15  Simon Josefsson  <jas@extundo.com>
20490
20491         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20492         (pgg-gpg-lookup-key): Use regexp match instead of
20493         split-string (split-string is different between emacs 21.2 and
20494         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20495
20496 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20497
20498         * gnus-art.el (gnus-mime-view-all-parts)
20499         (gnus-article-part-wrapper, gnus-article-view-part):
20500         Use with-current-buffer.
20501
20502 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20503
20504         * spam.el (spam-disable-spam-split-during-ham-respool)
20505         (spam-spamoracle-database, spam-cache-lookups)
20506         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20507         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20508         (spam-group-ham-marks, spam-group-spam-marks)
20509         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20510         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20511         also add spam-use-blackholes to the statistical checks.
20512         (spam-fetch-field-fast): Add interface to fetching fields, may
20513         become a macro.
20514         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20515         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20516         (spam-insert-fake-headers): Fake an article when needed.
20517         (spam-find-spam): Fake article when possible.
20518         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20519         (spam-check-bogofilter-headers): Use message-fetch-field instead
20520         of nnmail-fetch-field.
20521
20522 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20523
20524         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20525
20526 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20527
20528         * spam.el (spam-split): Do not require spam-use-CHECK to be
20529         enabled if that check is passed to spam-split explicitly; also
20530         fix so 'spam doesn't get converted to spam-split-group when
20531         spam-split-symbolic-return is t.
20532         (spam-find-spam): Find registrations of the article and use those
20533         instead of re-running spam-split to find the spam/ham
20534         classification of the article.
20535         (spam-log-processing-to-registry, spam-log-registered-p)
20536         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20537         Use gnus-error instead of gnus-message.
20538         (spam-log-registration-type): Add function to determine the
20539         classification of a message based on registry entries; will
20540         return nil if both 'spam and 'ham are found.
20541         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20542         a reasonably fast local cache without the loading errors.
20543         (spam-cache-lookups): Set to t by default.
20544         (spam-find-spam): Don't try to guess spam-cache-lookups.
20545         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20546         spam-caches entry.
20547         (spam-filelist-build-cache, spam-filelist-check-cache):
20548         Fix caching of whitelist/blacklist entries.
20549         (spam-check-whitelist, spam-check-blacklist):
20550         Invoke spam-from-listed-p with a type, not a cache variable.
20551         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20552
20553 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20554
20555         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20556
20557         * nnmail.el (nnmail-split-fancy): do.
20558
20559         * mml.el (mml-parse): do.
20560
20561         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20562         (gnus-score-adaptive): do.
20563
20564 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20565
20566         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20567         (gnus-mime-button-map): Don't set keymap parent.
20568         (gnus-button-ctan-directory-regexp): Use shy grouping.
20569         (gnus-prev-page-map): Don't set keymap parent.
20570         (gnus-prev-page-map): Remove duplicated one.
20571         (gnus-next-page-map): Don't set keymap parent.
20572         (gnus-mime-security-button-map): Ditto.
20573
20574         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20575         version number.
20576
20577         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20578
20579 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20580
20581         * canlock.el (canlock-sha1-function): Remove.
20582         (canlock-sha1-function-for-verify): Remove.
20583         (canlock-openssl-program): Remove.
20584         (canlock-openssl-args): Remove.
20585         (canlock-ignore-errors): Remove.
20586         (canlock-sha1-with-openssl): Remove.
20587         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20588         (canlock-verify): Don't use canlock-ignore-errors.
20589
20590         * sha1-el.el (sha1-string-external): Make it can return a string
20591         in binary form.
20592         (sha1-region-external): Ditto.
20593         (sha1-string-internal): Ditto.
20594         (sha1-region-internal): Ditto.
20595         (sha1-region): Ditto.
20596         (sha1-string): Ditto.
20597         (sha1): Ditto.
20598
20599 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20600
20601         * spam.el (spam-report-articles-gmane): New command.
20602
20603 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20604
20605         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20606
20607         * run-at-time.el (run-at-time-saved): Remove.
20608         (run-at-time): Doc fix.
20609
20610 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20611
20612         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20613         (gnus-summary-limit-map): Add it.
20614         (gnus-summary-make-menu-bar): do.
20615
20616 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20617
20618         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20619         Make attempt at some caching support (done for BBDB only now).
20620         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20621         addresses to be checked.
20622         (spam-clear-cache-BBDB): Add function, to be invoked by
20623         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20624         (spam-check-BBDB): Check and use the caches, if
20625         spam-cache-lookups is on, remove superfluous (provide).
20626
20627 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20628
20629         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20630
20631 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20632
20633         * run-at-time.el (run-at-time-saved): Move to after the definition
20634         of `run-at-time'.
20635
20636         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20637
20638 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20639
20640         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20641         mm-w3m-local-map-property.
20642
20643         * mm-view.el (mm-w3m-mode-map): Remove.
20644         (mm-w3m-local-map-property): Remove.
20645         (mm-inline-text-html-render-with-w3m): Don't use
20646         mm-w3m-local-map-property.
20647
20648 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20649
20650         * run-at-time.el: New file.
20651
20652         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20653         under Emacs.
20654
20655         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20656         of gnus-set-text-properties.
20657
20658         * gnus-uu.el (gnus-uu-save-article): Ditto.
20659
20660         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20661
20662         * gnus-cite.el (gnus-cite-parse): Ditto.
20663
20664         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20665         of gnus-.
20666
20667         * gnus-xmas.el (run-at-time): Require run-at-time.
20668
20669         * gnus.el: Change calls to nnheader-run-at-time and
20670         password-run-at-time throughout to use run-at-time directly.
20671
20672         * password.el: Remove definition of run-at-time.
20673
20674         * nnheaderxm.el: Remove definition of run-at-time.
20675
20676 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20677
20678         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20679         in prompt.
20680
20681 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20682
20683         * messagexmas.el (message-xmas-redefine): Alias
20684         `message-make-caesar-translation-table' to
20685         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20686         version.
20687
20688         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20689         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20690         `gnus-xmas-set-text-properties'.
20691         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20692         `gnus-xmas-completing-read'.
20693         (gnus-xmas-completing-read): Removed.
20694         (gnus-xmas-open-network-stream): Removed.
20695
20696         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20697         XEmacs version.
20698
20699         * dns.el (dns-make-network-process): Use `open-network-stream'
20700         instead of `gnus-xmas-open-network-stream'.
20701
20702         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20703
20704         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20705
20706 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20707
20708         * gnus-art.el (gnus-mime-display-alternative)
20709         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20710         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20711         Don't use gnus-local-map-property.
20712
20713         * gnus-util.el (gnus-local-map-property): Remove.
20714
20715         * mm-view.el (mm-view-pkcs7-decrypt):
20716         Replace gnus-completing-read-maybe-default with completing-read.
20717
20718         * gnus-util.el (gnus-completing-read): do.
20719         (gnus-completing-read-maybe-default): Remove.
20720
20721 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20722
20723         * password.el: Only autoload `run-at-time' if not XEmacs.
20724         Only autoload the itimer functions if XEmacs.
20725
20726 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20727
20728         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20729         XEmacsen.
20730
20731         * dgnushack.el: Autoload executable-find for XEmacs.
20732
20733 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20734
20735         * gnus-art.el (gnus-read-string): Remove.
20736         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20737         read-string.
20738
20739 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20740
20741         * netrc.el: Autoload password-read.
20742         (netrc): Add configuration group.
20743         (netrc-encoding-method, netrc-openssl-path):
20744         Add variables for encoding and decoding of files with symmetric
20745         ciphers.
20746         (netrc-encode): Add assistant function to encode a file with
20747         netrc-encoding-method.
20748         (netrc-parse): Add interactive parameter, added optional
20749         decoding if netrc-encoding-method is non-nil but otherwise
20750         behavior is standard.
20751         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20752         Do s/encode/encrypt/ everywhere.
20753
20754         * spam.el: Remove executable-find autoload.
20755
20756 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20757
20758         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20759
20760         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20761
20762 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20763
20764         * gnus-art.el (gnus-treat-ansi-sequences)
20765         (article-treat-ansi-sequences): New variable and function.
20766         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20767
20768         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20769         Use it.
20770
20771 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20772
20773         * mm-util.el (mm-quote-arg): Remove.
20774
20775         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20776         shell-quote-argument.
20777
20778         * gnus-uu.el (gnus-uu-command): do.
20779
20780         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20781
20782         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20783         with make-char.
20784
20785         * mm-util.el (mm-make-char): Remove.
20786
20787         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20788         add-minor-mode.
20789
20790         * gnus-undo.el (gnus-undo-mode): do.
20791
20792         * gnus-topic.el (gnus-topic-mode): do.
20793
20794         * gnus-sum.el (gnus-dead-summary-mode): do.
20795
20796         * gnus-start.el (gnus-slave-mode): do.
20797
20798         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20799
20800         * gnus-ml.el (gnus-mailing-list-mode): do.
20801
20802         * gnus-gl.el (gnus-grouplens-mode): do.
20803
20804         * gnus-draft.el (gnus-draft-mode): do.
20805
20806         * gnus-dired.el (gnus-dired-mode): do.
20807
20808         * gnus-ems.el (gnus-add-minor-mode): Remove.
20809
20810         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20811         Replace gnus-char-width with char-width.
20812
20813         * gnus-ems.el (gnus-char-width): Remove.
20814
20815         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20816         Replace gnus-char-width with char-width.
20817
20818         * gnus-ems.el (gnus-char-width): Remove.
20819
20820         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20821         definition.
20822         Remove Emacs 20 hash table compatibility code.
20823
20824         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20825         20 compatibility code.
20826
20827         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20828
20829         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20830
20831         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20832         Replace with point-at-{eol,bol}.
20833
20834         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20835
20836         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20837
20838         * flow-fill.el (fill-flowed-point-at-bol)
20839         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20840
20841         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20842         Replace with point-at-{eol,bol} throughout all files.
20843
20844 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20845
20846         * ntlm.el (ntlm-string-as-unibyte): New macro.
20847         (ntlm-build-auth-response): Use it.
20848
20849         Remove Emacs 20 stuff:
20850         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20851         (butlast, mapc, remove): Remove the compiler macros.
20852         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20853         of delq and copy-sequence.
20854         * gnus-art.el (popup-menu): Remove the compiler macro.
20855         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20856         Emacs 20.
20857
20858 2004-01-05  Simon Josefsson  <jas@extundo.com>
20859
20860         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20861         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20862         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20863         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20864         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20865         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20866         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20867         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20868         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20869         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20870         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20871         string-xor into ntlm-string-xor.
20872         Suggested by Jesper Harder <harder@myrealbox.com>.
20873
20874         * ntlm.el: Don't include poem.
20875
20876         * md4.el (print-int32, print-string-hexa): Remove.
20877         Suggested by Jesper Harder <harder@myrealbox.com>.
20878
20879         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20880
20881         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20882         probably breaks emacs with DL patch, but do we care? Is anyone
20883         still using the DL stuff?)
20884
20885         * sieve-manage.el: Use the password package.
20886         (sieve-manage-read-passwd): Remove.
20887         (sieve-manage-interactive-login): Use password.  Re-add
20888         condition-case around loop.
20889
20890         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20891         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20892         Use the password package.
20893
20894 2003-02-19  Simon Josefsson  <jas@extundo.com>
20895
20896         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20897         token.
20898
20899 2002-08-07  Simon Josefsson  <jas@extundo.com>
20900
20901         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20902         (sieve-manage-authenticators):
20903         (sieve-manage-authenticator-alist): Add some SASL mechs.
20904         (sieve-sasl-auth): New function.
20905         (sieve-manage-cram-md5-auth):
20906         (sieve-manage-plain-auth): Rewrite using SASL library.
20907         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20908         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20909         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20910         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20911
20912 2004-01-05  Simon Josefsson  <jas@extundo.com>
20913
20914         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20915         New files.
20916
20917 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20918
20919         * gnus-group.el (gnus-no-groups-message): Update.
20920
20921         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20922
20923 2003-11-09  Simon Josefsson  <jas@extundo.com>
20924
20925         * imap.el: Support for ID IMAP extension (RFC 2971).
20926         (imap-local-variables): Add imap-id.
20927         (imap-id): New variable.
20928         (imap-id): New function.
20929         (imap-parse-response): Parse untagged ID response.
20930         * nnimap.el (nnimap-id): New variable.
20931         (nnimap-open-connection): Use it.
20932
20933 2003-12-28  Simon Josefsson  <jas@extundo.com>
20934
20935         * gnus-score.el (gnus-score-edit-all-score): New.
20936         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20937
20938 2004-01-04  Simon Josefsson  <jas@extundo.com>
20939
20940         * password.el: Add.
20941
20942 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20943
20944         * dns.el (dns-query-types): Fix typo.
20945         (dns-query-types): New function.
20946         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20947         PTR and SOA replies, see RFC 1035.
20948
20949 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20950
20951         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20952
20953         * Move to Changelog.2.
20954
20955 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20956
20957         * gnus.el (gnus-version-number): Bump version.
20958
20959 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20960
20961         * gnus.el: No Gnus v0.1 is released.
20962
20963 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20964
20965         * gnus.el: No Gnus v0.0 is released.
20966
20967 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20968
20969         * gnus.el (gnus-version-number): Bump.
20970         (gnus-version): No.
20971
20972 See ChangeLog.2 for earlier changes.
20973
20974   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20975
20976   This file is part of GNU Emacs.
20977
20978   GNU Emacs is free software: you can redistribute it and/or modify
20979   it under the terms of the GNU General Public License as published by
20980   the Free Software Foundation, either version 3 of the License, or
20981   (at your option) any later version.
20982
20983   GNU Emacs is distributed in the hope that it will be useful,
20984   but WITHOUT ANY WARRANTY; without even the implied warranty of
20985   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20986   GNU General Public License for more details.
20987
20988   You should have received a copy of the GNU General Public License
20989   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20990
20991 ;; Local Variables:
20992 ;; coding: utf-8
20993 ;; fill-column: 79
20994 ;; add-log-time-zone-rule: t
20995 ;; End: