d4398858dcb18cf79de40159db99debbee3416db
[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  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
11
12         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
13         face with line-width greater than zero will cause RET in gnus summary
14         buffer to scroll down article page-wise because auto vscroll happens,
15         it should be temporalily disabled when doing a scroll-up.
16
17 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
18
19         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
20         outputs from the server.
21
22 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
23
24         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
25         later so that bbdb can hook in easier.
26
27 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
28
29         * auth-source.el (auth-source-search): Don't try to create credentials
30         if the caller doesn't want that.
31         (auth-source-search): If we don't find a match, don't bug out on
32         non-bound variables.
33         (auth-source-search): Only ask a single backend to create the
34         credentials.
35
36         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
37         logging.
38         (nnimap-credentials): Protect against auth-source-search returning nil.
39         (nnimap-request-list): Protect against not being able to open the
40         server.
41
42 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
43
44         * auth-source.el (auth-source-search): Do a two-phase search, one with
45         no :create to get the responses from all backends.
46
47         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
48         when getting credentials.
49
50         * gnus-util.el (gnus-delete-duplicates): New function.
51
52 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
53
54         * nnimap.el (nnimap-credentials): Instead of picking the first port as
55         a creation default, pass the whole port list down.  It will be
56         completed.
57
58         * auth-source.el (auth-source-search): Updated docs to talk about
59         multiple creation choices.
60         (auth-source-netrc-create): Accept a list as a value (from the search
61         parameters) and do completion on that list.  Keep a separate netrc line
62         with the password obscured for showing the user.
63
64         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
65         first choice to `auth-source-search' so it will be used for entry
66         creation instead of the server's Gnus-specific name.
67         (nnimap-credentials): Rely on the auth-source library to select which
68         port is actually wanted in the new netrc entry, so don't override
69         `auth-source-creation-defaults'.
70
71         * auth-source.el (auth-source-netrc-parse): Use :port instead of
72         :protocol and accept a missing user, host, or port as a wildcard match.
73         (auth-source-debug): Default to off.
74
75         (auth-source-netrc-search, auth-source-netrc-create)
76         (auth-source-secrets-search, auth-source-secrets-create)
77         (auth-source-user-or-password, auth-source-backend, auth-sources)
78         (auth-source-backend-parse-parameters, auth-source-search): Use :port
79         instead of :protocol.
80
81         * nnimap.el (nnimap-credentials): Pass a port default to
82         `auth-source-search' in case an entry needs to be created.
83         (nnimap-open-connection-1): Use :port instead of :protocol.
84
85 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * auth-source.el: Bind load-path when loading EIEIO from
88         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
89         21.4 doesn't support, to `require'.
90         (auth-source-secrets-search): Use mm-delete-duplicates instead of
91         delete-dups that is not available in XEmacs 21.4.
92
93 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
94
95         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
96         as EIEIO must also be loaded when auth-source.el is being
97         byte-compiled.
98
99 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
100
101         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
102
103         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
104
105         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
106
107         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
108
109         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
110
111         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
112
113         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
114
115         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
116         necessary.
117
118 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
119
120         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
121         nil means that nnimap doesn't get updated.
122
123 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
124
125         * auth-source.el (auth-source-netrc-create): Return a synthetic search
126         result when the user doesn't want to write to the file.
127         (auth-source-netrc-search): Expect a synthetic result and proceed
128         accordingly.
129         (auth-source-cache-expiry): New variable to override
130         `password-cache-expiry'.
131         (auth-source-remember): Use it.
132
133         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
134         parameter.  Create entry if necessary by using :create t.
135         (nnimap-open-connection-1): Don't pass `inhibit-create'.
136
137 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
138
139         * auth-source.el (auth-source-debug): Enable by default and don't
140         mention the obsolete `auth-source-hide-passwords'.
141         (auth-source-do-warn): New function to debug unconditionally.
142         (auth-source-do-debug): Use it.
143         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
144         and for Secrets API entries when the secrets.el library is not
145         available.
146
147 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
148
149         * gnus-sum.el (gnus-propagate-marks): Default to nil.
150         (gnus-summary-exit): Kill the correct article buffer on exit from a
151         `C-d' group.
152
153         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
154         gnus-propagate-marks.
155
156         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
157         before killing the buffers so that a non-full window conf gets handled
158         correctly.
159         (gnus-summary-exit): Ditto.
160         (gnus-summary-read-group-1): Ditto.
161
162         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
163         async code again so that we can debug it properly.
164
165         * message.el (message-reply): Take an optional switch-buffer parameter
166         so that Gnus window confs are respected better.
167
168 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
169
170         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
171         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
172         docstring.
173         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
174         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
175         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
176         Login collection is "Login" and not "login".
177
178 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
179
180         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
181         multiple headers.
182
183         * nnimap.el (nnimap-inhibit-logging): New variable.
184         (nnimap-log-command): Don't log login commands.
185
186         * auth-source.el (auth-source-netrc-search): The asserts seem to want
187         to have more parameters.
188
189         * nnimap.el (nnimap-send-command): Mark the command time for each
190         command, so that we don't get NOOPs stepping on our toes.
191
192         * gnus-art.el (article-date-ut): Get the date from the Date header on
193         `t'.
194
195 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * auth-source.el (auth-source-search): Use copy-sequence instead of
198         the cl.el copy-list.
199
200 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
201
202         * imap.el: Bring it back (revert
203         84d800cd31de3064f0ed39617d725709a2f8f42f).
204
205 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
206
207         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
208         Improve prompt.
209
210 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
211
212         * gnus-art.el (gnus-article-mode-line-format): Remove the article
213         washing status from the default format.  It isn't very informative.
214
215 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
216
217         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
218         Gcc processing on imap.
219
220 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
221
222         * imap.el: Remove file.  All the functionality is in nnimap.el.
223
224 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
225
226         * message.el (message-bury): Don't pop up a new window when selected
227         window is dedicated.
228
229 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
230
231         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
232
233 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
234
235         * sieve-manage.el: Autoload `auth-source-search'.
236         (sieve-sasl-auth): Use it.
237
238 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
239
240         * nnimap.el: Autoload `auth-source-forget+'.
241         (nnimap-open-connection-1): Use it if the connection fails.
242
243         * auth-source.el: Require `password-cache'.
244         (auth-source-hide-passwords, auth-source-cache): Remove and mark
245         obsolete.
246         (auth-source-magic): Marker for `password-cache' keys.
247         (auth-source-do-cache): Update docstring.
248         (auth-source-search): Use and check cache.
249         (auth-source-forget-all-cached, auth-source-remember)
250         (auth-source-recall, auth-source-forget, auth-source-forget+)
251         (auth-source-specmatchp): Caching support functions.
252         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
253         Remove and obsolete.
254         (auth-source-user-or-password): Remove caching to further discourage
255         using it.  Always hide passwords.
256
257         * password-cache.el (password-cache-remove): Accept secrets that are
258         not strings.
259
260 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
261
262         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
263         code for now, since it doesn't work for all users.
264
265 2011-02-09  Julien Danjou  <julien@danjou.info>
266
267         * message.el (message-options): Make message-options really buffer
268         local.
269
270 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
271
272         * mail-source.el: Autoload `auth-source-search'.
273         (mail-source-keyword-map): Note order matters.
274         (mail-source-set-1): Get all the mail-source source values and
275         defaults and search auth-source on those if needed.  This can all
276         probably be simplified.
277
278         * nnimap.el: Autoload `auth-source-search'.
279         (nnimap-credentials): Use it.
280         (nnimap-open-connection-1): Ask for the virtual server and physical
281         address in one shot.
282
283         * nntp.el: Autoload `auth-source-search'.
284         (nntp-send-authinfo): Use it.  Note TODO.
285
286 2011-02-08  Julien Danjou  <julien@danjou.info>
287
288         * shr.el (shr-tag-body): Add support for text attribute in body
289         markups.
290
291         * message.el (message-options): Make message-options a local variable.
292
293 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
294
295         * auth-source.el (auth-source-secrets-search)
296         (auth-source-user-or-password): Use `append' instead of `nconc'.
297         (auth-source-user-or-password): Build return list better and protect
298         against nil :secret.
299
300 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
301
302         * nnimap.el (nnimap-update-info): Refactor slightly.
303         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
304         (nnimap-update-info): Clean up slightly.
305         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
306         characters.
307         (nnimap-process-quirk): Rename function to avoid collision.
308         (nnimap-update-info): Fix macrology bug-out.
309         (nnimap-update-info): Simplify split history test.
310
311 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
312
313         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
314         `secrets-get-attributes' instead of `secrets-get-attribute'.
315         (auth-source-secrets-search): Limit search when `max' is greater than
316         number of results.
317
318 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
319
320         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
321         part not returning any data.
322
323         * proto-stream.el (open-protocol-stream): Document the return value.
324
325 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
326
327         * auth-source.el (auth-source-secrets-search): Add examples.
328
329 2011-02-06  Julien Danjou  <julien@danjou.info>
330
331         * message.el (message-setup-1): Handle message-generate-headers-first
332         set to t.
333
334 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
335
336         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
337         API with a string "secrets:collection-name" and with 'default.
338         (auth-source-backend-parse): Parse "secrets:collection-name" and
339         'default.  Recurse on parses instead of repeating code.  Use the
340         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
341         message when ignoring a source.
342         (auth-source-search): List ignored search keys at the top level.
343         (auth-source-netrc-create): Use `case' instead of `cond'.
344         (auth-source-secrets-search): Created with TODOs.
345         (auth-source-secrets-create): Created with TODOs.
346         (auth-source-retrieve, auth-source-create, auth-source-delete)
347         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
348         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
349         (auth-source-user-or-password-sftp)
350         (auth-source-user-or-password-smtp): Removed.
351         (auth-source-user-or-password): Deprecated and modified to be a wrapper
352         around `auth-source-search'.  Not tested thoroughly.
353
354 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
355
356         * auth-source.el: Bring in assoc and eioeio libraries.
357         (secrets-enabled): New variable to track the status of the Secrets API.
358         (auth-source-backend): New EIOEIO class to represent a backend.
359         (auth-source-creation-defaults): New variable to set prompt defaults
360         during token creation (see the `auth-source-search' docstring for
361         details).
362         (auth-sources): Simplify to allow a simple string as a netrc backend
363         spec.
364         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
365         (auth-source-backend-parse-parameters): Fill in the backend parameters.
366         (auth-source-search): Main auth-source API entry point.
367         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
368         (auth-source-search-collection): Helper function for searching.
369         (auth-source-netrc-parse, auth-source-netrc-normalize)
370         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
371         Supports search, create, and delete.
372         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
373         backend stubs.
374         (auth-source-user-or-password): Call `auth-source-search' but it's not
375         ready yet.
376
377 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
378
379         * message.el (message-setup-1): Remove the read-only stuff, since it
380         doesn't work under XEmacs, for some reason.
381
382         * gnus-sum.el (gnus-user-date): Rename back from
383         gnus-summary-user-date since user code refers to it.
384
385         * shr.el (shr-render-td): Store the actual background colour used.
386
387         * message.el (message-setup-1): Don't bind the constant
388         -forbidden-properties.
389         (message-setup-1): Revert previous change, since it needs to bind the
390         props to insert them.
391         (message-resend): Allow removing the read-only separator line.
392
393 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
394
395         * nnimap.el (nnimap-request-accept-article): Give an error message if
396         the APPEND wasn't successful.
397
398 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
399
400         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
401         that have no groups.
402
403 2011-02-03  Julien Danjou  <julien@danjou.info>
404
405         * gnus-draft.el: Remove progn around gnus-draft-setup.
406
407 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
408
409         * gnus-start.el (gnus-read-active-for-groups): This function is never
410         called with a nil `infos', so clean that up.
411         (gnus-get-unread-articles): Request active files from primary/secondary
412         methods that have no groups (yet).
413
414 2011-02-03  Julien Danjou  <julien@danjou.info>
415
416         * message.el (message-setup-1): Always generate References first.
417         (message-mail): Return the return value of message-setup, not always t.
418         (message-setup-1): Insert mail-header-separator with read-only and
419         intangible properties set.
420
421         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
422         user-date in docstring.
423
424         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
425
426         * gnus.el (gnus-summary-line-format): Mention &user-date format in
427         docstring.
428
429         * gnus.el (gnus-user-date-format-alist): Change default value. Use
430         defcustom, with type and group. Move from gnus-util.el. Rename to
431         gnus-summary-user-date-format-alist.
432
433 2011-02-03  Glenn Morris  <rgm@gnu.org>
434
435         * nnimap.el (gnus-fetch-headers): Declare.
436
437         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
438
439 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
440
441         * message.el (message-forward-make-body-digest-plain)
442         (message-followup, message-reply): Clean up things noted by Stefan.
443
444         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
445         gnus-article-update-date-headers is nil.
446         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
447         it didn't really work with defcustom.
448         (article-update-date-lapsed): Make sure the window start doesn't move,
449         either.
450
451 2011-02-01  Julien Danjou  <julien@danjou.info>
452
453         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
454         format.
455
456         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
457         standard in Emacs nowadays.
458
459         * color.el (color-gradient): Add a color-gradient function.
460
461 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
462
463         * message.el (message-expand-name): Don't trust the return value of
464         bbdb-complete-name.
465         (message-check-news-header-syntax): Remove unused var `start'.
466         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
467         (message-inhibit-body-encoding): Move to before first use.
468         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
469         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
470         (Organization, Message-ID, Date, mh-previous-window-config):
471         Defvar the vars using dynamic scoping.
472
473 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
474
475         * shr.el (shr-render-td): Only do colours at the final rendering.
476         Should be slightly faster.
477         (shr-insert-table): Fix up TD background colours when doing the
478         vertical padding.
479
480         * gnus-art.el (article-date-ut): Protect against articles with no Date
481         header.
482         (article-update-date-lapsed): Don't use current-column to find the
483         horizontal position.  It's fragile in the presence of \003 characters.
484
485         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
486
487 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
488
489         * gnus-art.el (article-transform-date): Rewrite to still work when
490         there are several rfc2822 parts.
491         (article-transform-date): Fix infinite recursion.
492         (article-date-ut): Replace infinitely many Date headers with a single
493         one when called interactively.
494
495         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
496         secure manner.
497
498         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
499         move around by not using save-window-excursion.  It seems to work...
500
501 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
502
503         * gnus-art.el (article-make-date-line): Work for user-defined format.
504
505 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
506
507         * nntp.el (nntp-retrieve-group-data-early)
508         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
509         fetching functions.
510
511         * gnus-start.el (gnus-read-active-for-groups): Read the active files
512         thoroughly for all backends that have no known groups.  This should
513         allow new nnml methods to retrieve mail.
514
515         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
516         that Gnus doesn't know exists again.
517
518         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
519         (gnus-treat-date-ut): Ditto.
520         (gnus-article-update-date-header): Renamed.
521         (gnus-treat-date-local): Removed.
522         (gnus-treat-date-english): Removed.
523         (gnus-treat-date-lapsed): Removed.
524         (gnus-treat-date-combined-lapsed): Removed.
525         (gnus-treat-date-original): Removed.
526         (gnus-treat-date-iso8601): Removed.
527         (gnus-treat-date-user-defined): Removed.
528         (gnus-article-date-headers): New variable to control all the date
529         header options.
530         (article-date-ut): Rewrite to allow using the new way to format date
531         headers(s).
532
533 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
534
535         * nnmail.el (nnmail-article-group): Check for a direct fancy split
536         method.
537         (nnmail-article-group): A better test for fanciness.
538
539         * nnimap.el (nnimap-request-head): Protect against not finding the
540         article by Message-ID.
541
542 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
543
544         * gnus-art.el (article-update-date-lapsed): Try a better way to really
545         keep point at the "same place".
546
547 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
548
549         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
550         data if the group is unactivated.
551
552 2011-01-28  Julien Danjou  <julien@danjou.info>
553
554         * gnus-win.el: Remove dead function gnus-window-configuration-element.
555         (gnus-all-windows-visible-p): Remove old compatibility code.
556         (gnus-window-top-edge): Add docstring.
557
558         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
559
560 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
561
562         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
563         older request-update-info.
564
565         * gnus-art.el (article-make-date-line): Limit the length a bit more.
566
567 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
568
569         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
570         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
571
572 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
575         groups.  This makes the nndraft:queue group pop up if it's not already
576         there.
577
578         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
579         messages" logic, which was reversed.
580
581         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
582         the "same place" even if point is on the line being replaced.
583         (article-update-date-lapsed): Allow updating both the combined lapsed
584         and the lapsed headers.
585         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
586         (article-make-date-line): Limit the number of segments dynamically to
587         avoid too-long lines.
588
589 2011-01-27  Julien Danjou  <julien@danjou.info>
590
591         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
592         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
593
594 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
597         Use plist-get instead of the cl function getf.
598
599 2011-01-27  Glenn Morris  <rgm@gnu.org>
600
601         * gnus-util.el (float-time): Get rid of compiler warning, again.
602
603 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
604
605         * shr.el (shr-put-color): Special-case background colours: Do put them
606         at the blank parts at the front of the lines.
607
608         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
609         exit hook to nix out all data on readedness on group exit.
610
611         * gnus-util.el (float-time): If float-time is bound, always use it on
612         all Emacsen.  It's unclear why the subrp check was there.
613         (time-date): Require to make some autoload issues on XEmacs go away.
614
615         * shr.el (shr-put-color): Don't do the box padding in tables, since
616         they're already padded.
617
618 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
619
620         * gnus-art.el (gnus-article-next-page): When the last line of the
621         article is displayed, scroll down once more instead of going to the
622         next article at once.
623         (article-lapsed-string): Refactor out and allow specifying how many
624         segments you want.
625         (gnus-article-setup-buffer): Start updating the lapsed header directly.
626         (gnus-article-update-lapsed-header): New variable.
627
628         * shr.el: Revert change that made headings use different-sized faces.
629         The Emacs display engine isn't advanced enough that, for instance,
630         tables can comfortably use differntly-sized faces.
631
632 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
633
634         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
635         used.
636         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
637         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
638         we're using an encrypted connection.
639
640         * proto-stream.el: Alter the interface functions to also return the
641         actual stream type used: network or tls.
642
643 2011-01-25  Julien Danjou  <julien@danjou.info>
644
645         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
646         (mm-display-javascript-inline): New function.
647
648         * mm-decode.el (mm-inline-media-tests): Add application/javascript
649         viewing function.
650
651 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
652
653         * shr.el (shr-expand-newlines): Fix variable name.
654
655 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
656
657         * shr.el (shr-expand-newlines): Make nested boxes work.
658
659 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
660
661         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
662         backgrounds.
663         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
664         in a more sensible manner.
665
666 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
667
668         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
669         if EPG is loaded.
670
671 2011-01-24  Julien Danjou  <julien@danjou.info>
672
673         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
674         tags.
675
676 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
677
678         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
679         commands.
680
681         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
682         in the article buffer.
683         (gnus-gravatar-insert): Use blank space from the current buffer to
684         avoid breaking text properties.  This makes X-Sent updating work again.
685
686         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
687
688 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
689
690         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
691         fix the bug in url-http.el instead.
692
693         * shr.el (shr-image-fetched): Ditto.
694
695         * shr.el (shr-image-fetched): Avoid having point move in the article
696         buffer.
697
698         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
699         buffer after being called.  It's apparently being killed by url.el, and
700         killing it made point move to end-of-buffer in a random buffer.
701
702         * shr.el (shr-image-fetched): Ditto.
703
704 2011-01-23  Julien Danjou  <julien@danjou.info>
705
706         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
707
708         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
709         text/x-org.
710
711 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
712
713         * gnus-sum.el (gnus-summary-move-article): Protect against backends
714         (i.e., nnimap) returning nil as the article number.
715
716 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
717
718         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
719         "DelSp" parameter in RFC3676.
720
721 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
722
723         * message.el (message-check-recipients): Display the encoded version of
724         the bogus address if they differ.
725
726         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
727         after sending.
728
729         * gnus-agent.el (gnus-agent-send-mail): Ditto.
730
731         * gnus-group.el (gnus-group-refresh-group): New convenience function.
732
733         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
734         group buffer after sending the queue.
735
736         * gnus-agent.el (gnus-agent-send-mail): Ditto.
737
738 2011-01-22  Julien Danjou  <julien@danjou.info>
739
740         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
741
742 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
743
744         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
745         nested related parts.
746
747         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
748         unexpired articles.  This fixes the regression that led expiry marks to
749         disappear from nnfolder groups.
750
751 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
752
753         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
754         Don't confuse the "ret" of "retrograde" with RET.
755
756 2011-01-21  Julien Danjou  <julien@danjou.info>
757
758         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
759         than mm-insert-inline.
760
761 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
764         Widen article buffer.
765
766 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
767
768         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
769         the temp buffer.
770         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
771
772 2011-01-20  Julien Danjou  <julien@danjou.info>
773
774         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
775
776         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
777         than mm-insert-inline to insert inline part: this respect
778         mm-inline-media-tests displayers.
779
780         * mm-view.el (mm-display-shell-script-inline): New function.
781
782         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
783
784         * mm-uu.el (mm-uu-type-alist): Add org block.
785         (mm-uu-org-src-code-block-extract): New function.
786
787         * mm-view.el (mm-display-org-inline): New function.
788
789         * mm-decode.el (mm-automatic-display): Add text/org.
790
791         * mailcap.el (mailcap-mime-extensions): Add .org.
792
793 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * gnus-art.el (gnus-article-highlight): Remove argument passed to
796         gnus-article-add-buttons.
797
798 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
799
800         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
801         From header with a date and "nobody" as the sender.
802
803 2011-01-19  Julien Danjou  <julien@danjou.info>
804
805         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
806         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
807         if you have the same regexp several times.
808         (gnus-button-push): Fix matching when regexp is symbol.
809
810 2011-01-15  Glenn Morris  <rgm@gnu.org>
811
812         * message.el (message-mail): A compose-mail function should
813         accept headers as strings.
814
815 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
816
817         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
818         Add :vert-only tags.
819         (message-mail): New arg RETURN-ACTION.
820         (message-return-action): New var.
821         (message-bury): Use it.
822         (message-mode): Make it buffer-local.
823         (message-send-and-exit): Always call message-bury.
824
825         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
826         message-mail.
827
828 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
829
830         * nnimap.el (nnimap-convert-partial-article): Protect against
831         zero-length body parts.
832
833         * mm-decode.el (mm-preferred-alternative-precedence):
834         Discourage showing empty parts.
835
836         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
837         and stuff if the backend didn't return the article number.  This fixes
838         an Exchange-related nnimap bug.
839
840         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
841         group window, because it does the wrong thing when a separate frame
842         displays the group buffer.
843
844         * proto-stream.el (open-protocol-stream): Protect against the low-level
845         transport functions returning nil.
846
847 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
848
849         * mml2015.el (epg-sub-key-fingerprint): Autoload.
850         (mml2015-epg-find-usable-secret-key): New function.
851         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
852         mml2015-epg-find-usable-key (Bug#7797).
853         (mml2015-epg-encrypt): Ditto.
854
855 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
856
857         * dgnushack.el (rot13-string): Fix the way to get the argument.
858
859 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
862
863 2011-01-03  Glenn Morris  <rgm@gnu.org>
864
865         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
866
867         * sieve.el (sieve-open-server): Give a more explicit error if
868         sieve-manage-open returns nil.  (Bug#7720)
869
870 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
871
872         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
873
874 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
877         This avoids sending passwords in plain text over non-encrypted
878         channels.
879
880         * shr.el (shr-rescale-image): Display all GIF images as animated images.
881
882         * nnimap.el (nnimap-login): Refactored out into own function, and
883         implement CRAM-MD5.
884         (nnimap-wait-for-line): Refactored out.
885
886         * mm-view.el (mml-smime): Require.
887
888 2010-12-20  David Engster  <deng@eml.cc>
889
890         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
891         use EPG to decrypt S/MIME messages instead of openssl.
892
893 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
896
897         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
898         status is the group clearly is unreachable.
899
900         * auth-source.el (auth-source-create): Add the optional second
901         parameter to `local-variable-p' to be compatible with XEmacs.
902
903 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
904
905         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
906         work when using a compressed nnml folder.
907
908 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
911         backends after sanitising on entry, because this never makes sense:
912         If the articles have gone missing, then the data no longer exists on
913         the backend, and if they haven't, then Gnus is wrong, and shouldn't
914         overwrite anything anyway.
915
916         * shr.el (shr-insert-document): Bind shr-width dynamically to
917         window-width if it's nil.
918
919 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
920
921         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
922         with the meaning of using the full emacs window width for rendering.
923
924 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
925
926         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
927         case when sender is not given.
928
929 2010-12-23  Julien Danjou  <julien@danjou.info>
930
931         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
932         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
933         the addresses, otherwise we might misplaced the gravatar.
934
935 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
936
937         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
938         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
939         obsolete in Emacs.
940
941 2010-12-20  Julien Danjou  <julien@danjou.info>
942
943         * gnus-util.el (gnus-rescale-image): Revert last change.
944
945 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
946
947         * binhex.el: Improve commentary (Bug#7482).
948
949 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * gnus-group.el (gnus-group-delete-articles): New command.
952
953 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
954
955         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
956
957 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
958
959         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
960         here, since it's up to the backends to do CRLF removal if their
961         protocol has it.
962
963         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
964
965 2010-12-17  Julien Danjou  <julien@danjou.info>
966
967         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
968         they are from file. Can also scale up.
969
970 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
971
972         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
973         gnus-use-agent.
974         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
975
976         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
977
978 2010-12-17  Julien Danjou  <julien@danjou.info>
979
980         * gravatar.el (gravatar-retrieve-synchronously): New function.
981         (gravatar-get-data): Make more robust.
982
983 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
986
987 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
990         to really consider the last line.
991
992 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
993
994         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
995         list of recipient keys, or use symmetric encryption if not a list.
996         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
997         EPA override, replacing the call to `netrc-store-data'.
998
999 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1000
1001         * gnus-srvr.el: Avoid passing nil regexp argument to
1002         delete-matching-lines.
1003
1004 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005
1006         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1007         fetching stops when Gnus exits.
1008
1009         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1010         function.
1011         (nnfolder-request-expire-articles): Save all the buffers after doing
1012         expiry.
1013
1014         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1015         the last article", since that led to serious performance regressions
1016         when expiring nnml groups.
1017
1018 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1019
1020         * nnir.el: Improve customizations.
1021
1022 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1025
1026         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1027         group has been killed.
1028         (gnus-group-yank-group): Ditto.
1029
1030         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1031
1032         * nnimap.el (nnimap-request-update-group-status): New function.
1033
1034         * gnus-int.el (gnus-request-update-group-status): New interface
1035         function.
1036
1037         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1038         copying read-ness to the backends.
1039
1040         * nnimap.el (nnimap-quirk): New function.
1041         (nnimap-retrieve-group-data-early): Use it.
1042         (nnimap-quirks): New alist.
1043
1044 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1047         don't delete it within indentation.
1048
1049 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1050
1051         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1052         previous line.
1053
1054 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1057         QRESYNC command by deleting a superfluous space which broke Cyrus
1058         servers.  This change will break other servers that are buggy the other
1059         way around.
1060
1061 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1062
1063         * spam.el: Reindent and fix long lines.
1064         (spam-copy-or-move-routine): Exclude invalid move destinations.
1065
1066 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1067
1068         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1069         installed the registry.
1070
1071 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1072
1073         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1074
1075 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1076
1077         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1078         groupname doesn't contain "gmane".
1079
1080 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1081
1082         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1083         and netrc-bound-and-true-p bindings.
1084         (netrc-parse): Cache the netrc contents.
1085
1086         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1087         (gnus-1): Don't create the nndrafts group twice.
1088         (gnus-setup-news): There's no need to read the active file here, since
1089         that's done again later on a per-backend basis.
1090         (gnus-start-draft-setup): Make sure that the new group is started out
1091         empty.
1092
1093         * gnus-agent.el (gnus-agentize): Don't create the queue group
1094         automatically on startup.  It'll be created later, if needed.
1095
1096         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1097         of automatically subscribed groups.
1098         (gnus-auto-subscribed-categories): New variable.
1099         (gnus-matches-options-n): Use it.
1100         (gnus-default-subscribed-newsgroups): Remove unused variable.
1101         (gnus-start-draft-setup): Message a bit less.
1102
1103 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1104
1105         * nnir.el (nnir-run-imap): Return article list in order of increasing
1106         UID.
1107
1108 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109
1110         * gnus-sum.el (gnus-summary-enter-digest-group):
1111         Mention gnus-auto-select-on-ephemeral-exit.
1112
1113         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1114         convention of the network-only option.
1115
1116 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117
1118         * proto-stream.el (proto-stream-open-network-only): New function to
1119         have a way to specify non-STARTTLS upgrade connections.
1120
1121 2010-12-10  Julien Danjou  <julien@danjou.info>
1122
1123         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1124         email address is nil.
1125
1126         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1127
1128 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1129
1130         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1131         deletion.
1132         (nnir-run-imap): Only need to parse list once.
1133
1134 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * shr.el (shr-tag-script): Ignore <script>.
1137         (shr-tag-label): Add <label> support.
1138
1139 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1142
1143         * shr.el (shr-image-displayer): Work for images lined side by side.
1144
1145 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1146
1147         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1148         parameter, since XEmacs doesn't accept t as a parameter.
1149
1150 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1151
1152         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1153         ids.
1154         (nnir-run-gmane): Simplify groupspec formatting.
1155         (nnir-request-expire-articles): New function.
1156
1157 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1160         overflow, possibly.
1161
1162         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1163         (shr-render-td): Handle td style="" better.
1164         (shr-tag-table): Use the color from the style sheet.
1165         (shr-render-td): Make sure we copy over all the overlays, too.
1166
1167 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1168
1169         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1170         (nnir-request-article): Improve article retrieval.
1171
1172 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1173
1174         * mm-util.el (mm-extra-numeric-entities): New variable.
1175
1176         * mm-url.el (mm-url-decode-entities):
1177         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1178
1179         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1180
1181 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1182
1183         * message.el: Use completion-at-point.
1184         (message-completion-function): New fun, extracted from message-tab.
1185         (message-mode): Use it for completion-at-point-functions.
1186         (message-tab): Use it and completion-at-point.
1187
1188 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1191         character if a non-breakable character follows.
1192
1193 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1194
1195         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1196         any stream.
1197
1198         * shr.el (shr-tag-font): Colorize the region.
1199         (shr-tag-body): Ditto.
1200         (shr-tag-font): Actually let the styles be inherited instead of
1201         overwriting them.
1202         (shr-tag-font): Get the background color right.
1203         (shr-tag-style): Ignore all <style> tags for the moment.
1204
1205         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1206         a Message-ID to avoid having nnimap depend on gnus-sum.
1207
1208         * shr.el (shr-descend): Only colorize something if we have a node that
1209         sets colors.
1210
1211 2010-12-06  Julien Danjou  <julien@danjou.info>
1212
1213         * shr.el (shr-render-td): Render td content with shr-descend, so style
1214         will be applied to <td> too.
1215         (shr-colorize-region): Colorize region even if we only have a background.
1216         (shr-tag-body): Fix color and background color inheritance.
1217         Do not recolorize after shr-generic.
1218         (shr-tag-font): Let shr-generic colorize via inheritance.
1219
1220 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1223
1224 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1225
1226         * nnir.el (nnir-request-move-article): Remove obsolete code.
1227
1228 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1231
1232 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1233
1234         * gnus-sum.el (gnus-summary-respool-article): The completion function
1235         expects a list instead of an alist.
1236
1237         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1238         string as the parameter.
1239
1240         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1241
1242         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1243         styles.
1244         (shr-colorize-region): New function.
1245         (shr-insert-background-overlay): Remove.
1246         (shr-render-td): Background setting should be taken care of on a higher
1247         level.
1248         (shr-tag-body): Use post-hoc colorizations.
1249         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1250         (shr-put-color-1): Don't overwrite old colors.
1251         (shr-colorize-region): When the background color isn't explicit, use
1252         a fixed background.
1253
1254         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1255         nnmail variables.
1256
1257 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1258
1259         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1260         unless necessary.
1261
1262 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1263
1264         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1265         server.
1266
1267 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1270         so that TAB works.
1271
1272         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1273         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1274
1275         * shr.el (shr-urlify): Show the URL before the title to avoid
1276         misleading URLs.
1277
1278 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1279
1280         * shr.el (shr-urlify): Display the title in <a> tags.
1281
1282 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1283
1284         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1285
1286 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1287
1288         * nnir.el: Rearrange code to allow macros to be autoloaded by
1289         gnus-sum.el.
1290         (nnir-retrieve-headers-override-function): Make this variable
1291         customizable.
1292         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1293
1294         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1295         from nnir.el.
1296
1297 2010-12-03  Julien Danjou  <julien@danjou.info>
1298
1299         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1300
1301 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1304         allow optional argument `environment'.
1305
1306 2010-12-03  Glenn Morris  <rgm@gnu.org>
1307
1308         * mm-extern.el (message-goto-body): Update declaration.
1309
1310 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * gnus-util.el (gnus-macroexpand-all): New function.
1313
1314         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1315         instead of macroexpand-all that is unavailable in XEmacs.
1316
1317 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1318
1319         * nnir.el (nnir-summary-line-format): New variable.
1320         (nnir-mode): Use it.
1321         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1322         (nnir-article-ids): Reimplement as defsubst.
1323         (nnir-retrieve-headers): Don't mangle the subject header.
1324         (nnir-run-imap): Use 100 as RSV score.
1325         (nnir-run-find-grep): Fix for full server searching.
1326         (nnir-run-gmane): Better restriction to gmane groups.
1327
1328         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1329         summary buffers.
1330
1331 2010-12-02  Julien Danjou  <julien@danjou.info>
1332
1333         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1334
1335         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1336
1337         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1338         support.
1339
1340 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1341
1342         * nnir.el: Update to handle the registry better.
1343         (autoload): Silence byte-compiler.
1344         (nnir-open-server): Add a hook for nnir groups.
1345         (nnir-request-move-article): Don't mangle the header. Better to use
1346         formating variables (which will be added in the future).
1347         (nnir-registry-action): Update the registry using the original article
1348         group name.
1349         (nnir-mode): Install nnir-specific hooks for updating the registry.
1350
1351         * gnus-sum.el
1352         (gnus-article-original-subject,gnus-newsgroup-original-name):
1353         Remove obsolete variables.
1354         (gnus-summary-move-article): Remove use of obsolete variables.
1355         (gnus-summary-local-variables): Make move and delete hooks local to
1356         summary buffers.
1357
1358 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1359
1360         * rtree.el: New file.
1361
1362 2010-12-01  Julien Danjou  <julien@danjou.info>
1363
1364         * message.el (message-user-organization): Do not use
1365         gnus-local-organization.
1366
1367         * gnus.el: Remove gnus-local-organization.
1368
1369         * gnus-msg.el: Remove nastygram thing.
1370
1371 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1372
1373         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1374         funcall.
1375
1376 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1377
1378         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1379         names.
1380
1381         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1382         characters.
1383
1384         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1385         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1386         Suggested by Štěpán Němec <stepnem@gmail.com>.
1387         (gnus-gravatar-transform-address): Use mail-extract-address-components
1388         that supports non-ASCII names rather than mail-header-parse-addresses.
1389
1390 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391
1392         * proto-stream.el (open-protocol-stream): All starttls connections are
1393         handled by the network handler.
1394
1395 2010-11-30  Julien Danjou  <julien@danjou.info>
1396
1397         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1398         (nnimap-open-connection-1): Fix PREAUTH.
1399
1400         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1401
1402 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1405         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1406         (shr-insert): Use them.
1407         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1408
1409 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1410
1411         * nnir.el (nnir-request-move-article): Bail out if original group
1412         doesn't support article moves.
1413         (nnir-get-active): Improve active list retrieval.
1414
1415 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416
1417         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1418
1419 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1420
1421         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1422         seem to accept strings-with-numbers as port numbers,
1423
1424 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1425
1426         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1427         change the registry.
1428
1429 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1432         delete-dups that is not available in XEmacs 21.4.
1433
1434         * mm-util.el (mm-delete-duplicates): Add comment.
1435
1436 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1437
1438         * nnir.el (nnir-ignored-newsgroups): New variable.
1439         (nnir-get-active): Use it.
1440
1441 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * proto-stream.el (proto-stream-open-network): Add some comments.
1444
1445         * nntp.el (nntp-open-connection): Provide a :success condition.
1446
1447         * nnimap.el (nnimap-open-connection-1): Ditto.
1448
1449         * proto-stream.el (proto-stream-open-network): See what the response to
1450         the STARTTLS command is.
1451
1452         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1453         backwards compatibility).
1454         (nnimap-open-connection-1): Really respect nnimap-server-port.
1455
1456         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1457         TLS upgrades we don't really care about the identity of the peer.
1458         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1459         that what we've checked for.
1460         (proto-stream-always-use-starttls): Only default to t if
1461         open-gnutls-stream exists.
1462         (proto-stream-open-network): If STARTTLS failed, then just open a
1463         normal connection.
1464         (proto-stream-open-network): Wait until the greeting before doing
1465         STARTTLS.
1466
1467         * nntp.el (nntp-open-connection): Report what the connection error is.
1468
1469         * proto-stream.el (open-protocol-stream): Rename from
1470         open-proto-stream.
1471
1472 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473
1474         * nnimap.el (nnimap-stream): Change default to `undecided'.
1475         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1476         first, and then network.
1477         (nnimap-open-connection-1): Respect nnimap-server-port.
1478         (nnimap-open-connection): Be more backwards-compatible.
1479
1480         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1481         (proto-stream-open-starttls): De-duplicate the starttls code.
1482         (proto-stream-open-starttls): Folded back into the main function.
1483         (proto-stream-open-network): Fix typo in the gnutls path.
1484         (proto-stream-command): Refactor out.
1485
1486         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1487
1488         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1489         starttls.el STARTTLS.
1490
1491         * color.el (color-lab->srgb): Fix function call name.
1492
1493         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1494         if we're using tls.el.
1495         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1496         built in, then don't try to establish a STARTTLS connection.
1497
1498         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1499         servers.
1500
1501         * proto-stream.el (open-proto-stream): Use network, not stream.
1502         (open-proto-stream): Add a way to specify what the end of a command is.
1503
1504         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1505         connections types.
1506         (nntp-open-network-stream): Remove.
1507         (nntp-open-ssl-stream): Remove.
1508         (nntp-open-tls-stream): Remove.
1509         (nntp-ssl-program): Remove.
1510
1511         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1512
1513 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1514
1515         * nnir.el: Fix typos.
1516         (nnir-retrieve-headers-override-function): Rename variable to reflect
1517         new semantics.
1518         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1519         macros.
1520         (nnir-request-article, nnir-request-move-article): Use them.
1521         (nnir-categorize): New function.
1522         (nnir-run-query): Use it.
1523         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1524         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1525         sorted.
1526         (nnir-group-full-name): Use gnus-group-full-name instead.
1527         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1528         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1529
1530 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1533
1534         * proto-stream.el: New library to provide protocol-specific
1535         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1536         protocols.
1537         (open-proto-stream): Complete the documentation.
1538         (proto-stream-open-network): Fix some typos.
1539
1540         * nnimap.el (nnimap-open-connection): Use it.
1541
1542 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1543
1544         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1545         negotiation.
1546
1547 2010-11-26  Julien Danjou  <julien@danjou.info>
1548
1549         * color.el: Rename various rgb functions to srgb.
1550
1551 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1552
1553         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1554         names.
1555
1556 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * shr.el (shr-insert): Revert last change.
1559         (shr-find-fill-point): Never leave point being at bol;
1560         relax the kinsoku limitation when rendering tables.
1561
1562 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1565         results from -accept-article.
1566
1567         * shr-color.el: Require cl when compiling.
1568
1569         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1570         checkin.
1571
1572         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1573
1574         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1575
1576         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1577         'add and 'delete to set backend marks.
1578
1579         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1580
1581         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1582
1583         * nntp.el (nntp-request-set-mark): Use it.
1584
1585         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1586
1587         * nnml.el (nnml-request-set-mark): Ditto.
1588
1589         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1590         introduces regressions in article selection.
1591         (nnimap-find-uid-response): New function.
1592         (nnimap-request-accept-article): Use the UID returned, if any.
1593         (nnimap-request-move-article): Use the UID returned, if any.
1594         (nnimap-get-groups): Reimplement to work with folded lines.
1595         (nnimap-find-uid-response): The UID is the last element in the list.
1596         (nnimap-request-set-mark): Extend syntax with 'set.
1597
1598         * nnml.el (nnml-request-set-mark): Ditto.
1599
1600         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1601
1602         * nntp.el (nntp-request-set-mark): Ditto.
1603
1604 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1605
1606         * message.el (message-called-interactively-p): A temporary macro.
1607         (message-goto-body): Use it temporarily.
1608
1609 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1612         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1613         (nnimap-last-response-string): Fix last unfolding fix.
1614
1615 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * shr.el (shr-insert): Fix the way to fold lines.
1618
1619 2010-11-25  Julien Danjou  <julien@danjou.info>
1620
1621         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1622
1623         * color.el: Rename from color-lab.el
1624         (color-rgb->hex): Add.
1625         (color-complement): Add.
1626         (color-complement-hex): Add.
1627
1628         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1629
1630 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1633         don't exist.
1634
1635 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1636
1637         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1638         assuming that article displaying or another mml-preview may be
1639         interrupted for an error or for the like.
1640
1641         * shr.el (shr-get-background): Fix argument name.
1642
1643 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1646
1647         * gnus-sum.el (gnus-summary-include-articles): New function.
1648
1649         * message.el (message-goto-body): called-interactively-p needs a
1650         parameter, so use `any'.
1651
1652         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1653         clear marks before moving, since they're synced from the Gnus side
1654         first.
1655
1656         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1657         (gnus-summary-move-article): Copy over all marks before moving, so that
1658         IMAP doesn't think a new article has arrived.
1659
1660 2010-11-24  Julien Danjou  <julien@danjou.info>
1661
1662         * shr.el (shr-insert-background-overlay): Fix typo.
1663         (shr-render-td): Copy the background before rendering.
1664
1665         * shr-color.el (shr-color-visible): Fix docstring.
1666
1667         * shr.el (shr-tag-table): Add bgcolor support.
1668         (shr-render-td): Add bgcolor support.
1669         (shr-get-background): Add.
1670         (shr-insert-foreground-overlay): Use shr-get-background.
1671
1672         * message.el (message-goto-body): Use called-interactively-p.
1673         (message-in-body-p): message-goto-body returns point.
1674
1675 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1678         Fixes something or other in Emacs 23, and is backwards compatible.
1679
1680         * message.el (message-goto-body): Remove the <#secure special-casing,
1681         which is too special.
1682
1683         * shr.el (shr-parse-style): Drop !important from styles.
1684
1685 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1686
1687         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1688         this function to return incorrect results when calling it with an
1689         explicit article argument different from
1690         (gnus-summary-article-number).
1691
1692 2010-11-24  Julien Danjou  <julien@danjou.info>
1693
1694         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1695         (shr-tag-body): Add background support.
1696         (shr-descend): Add background support.
1697         (shr-tag-title): Add.
1698
1699         * shr-color.el (shr-color-visible): Really return original background
1700         if fixed.
1701
1702 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1703
1704         * shr.el (shr-color-check): Protect against non-existant colour names.
1705
1706 2010-11-24  Julien Danjou  <julien@danjou.info>
1707
1708         * color-lab.el: Require 'cl when compiling.
1709
1710         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1711
1712         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1713         matched part.
1714
1715         * color-lab.el: Fix all expt calls to use float type.
1716
1717 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1718
1719         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1720         expression to shr-color-check as is.
1721
1722         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1723
1724         * color-lab.el: Add coding cookie.
1725         (float-pi): Use eval-and-compile.
1726
1727         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1728         compiled for Emacsen having no `libxml-parse-html-region' support.
1729
1730 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * shr.el (shr-insert-color-overlay): Split stuff like
1733         "#444444 !important" to find the real colour.
1734         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1735         parse <font color="red"> entries.
1736
1737 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1738
1739         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1740         point when parsing headers.
1741
1742         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1743         is positioned properly when parsing headers.
1744
1745 2010-11-23  Julien Danjou  <julien@danjou.info>
1746
1747         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1748
1749         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1750
1751         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1752
1753         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1754         Use shr-color-hue-to-rgb.
1755         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1756
1757 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758
1759         * shr.el (shr-color->hexadecimal): Autoload.
1760         (shr-descend): Add color to all tags.
1761
1762 2010-11-22  Julien Danjou  <julien@danjou.info>
1763
1764         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1765         shr-color->hexadecimal.
1766
1767         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1768         RGB() or HSL() color representation.
1769
1770         * shr.el (shr-tag-font): Add.
1771         (shr-tag-color-check): New function to get better colors.
1772         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1773         tag-span.
1774
1775         * shr-color.el: New file.
1776
1777         * color-lab.el: New file.
1778
1779         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1780
1781 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1782
1783         * nnir.el: Fix typo in comments.
1784         (nnir-run-imap): Simplify code. No need to reverse artlist.
1785         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1786
1787 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1790
1791         * nnimap.el (nnimap-get-capabilities): Refactor out.
1792         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1793
1794 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1795
1796         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1797         appearing when `mm-uu-hide-markers' is nil.
1798
1799 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * nnimap.el (nnimap-unselect-group): Make into its own function.
1802         (nnimap-request-rename-group): Unselect group before renaming.
1803         This had gotten lost somewhere.
1804         (nnimap-request-accept-article): Keep track of examined groups, and
1805         unselect the group before APPENDing to read-only groups.
1806         (nnimap-request-move-article): Clear flags before moving so that they
1807         can be re-set later.
1808
1809 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1812         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1813
1814 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1815
1816         * gnus-art.el (gnus-mime-display-single)
1817         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1818         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1819         parameter.
1820
1821 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1822
1823         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1824         (shr-table-vertical-line): New variable.
1825         (shr-insert-table): Use it.
1826
1827 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1828
1829         * gnus-html.el (gnus-html-wash-images): Don't display images if
1830         gnus-inhibit-images is non-nil; register displayer for cid images.
1831         (gnus-html-display-image): Work for cid image.
1832         (gnus-html-insert-image): Allow arguments.
1833         (gnus-html-put-image): Inhibit read-only.
1834         (gnus-html-prefetch-images): Don't prefetch images if
1835         gnus-inhibit-images is non-nil.
1836
1837 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1838
1839         * shr.el (shr-put-image): Break lines when inserting big pictures.
1840
1841 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1842
1843         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1844         sender, thanks Katsumi Yamaoka.
1845
1846 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1847
1848         * nnir.el (nnir-run-imap): Reverse the article list for each group
1849         rather than the whole list.
1850
1851 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1852
1853         * shr.el (shr-image-displayer): Protect function against non-existent
1854         image source.
1855
1856         * gnus-art.el (gnus-inhibit-images): New user option.
1857         (gnus-mime-display-single): Don't display image if it is non-nil.
1858
1859         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1860         gnus-inhibit-images.
1861
1862         * shr.el (shr-image-displayer): New function.
1863         (shr-tag-img): Use it.
1864
1865 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1866
1867         * mml2015.el (mml2015-epg-sign): Use From header.
1868
1869 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1870
1871         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1872
1873         * gnus-util.el (gnus-find-text-property-region): Return markers.
1874
1875         * shr.el (shr-tag-img): Put a displayer in the text property.
1876
1877         * gnus-util.el (gnus-find-text-property-region): New utility function.
1878
1879         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1880         (gnus-html-show-images): Remove.
1881
1882         * gnus-art.el (gnus-article-show-images): New, more general function.
1883
1884         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1885         image url text properties.
1886
1887         * shr.el: Ditto.
1888
1889         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1890         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1891
1892 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1893
1894         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1895         work for two or more articles.
1896
1897 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1898
1899         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1900         divide an image that's in an html article to two or more when washing
1901         non-ASCII characters in alt text of it.
1902
1903 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1906         smime-decrypt-region using function argument.
1907         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1908
1909         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1910
1911         * smime.el (smime-decrypt-region): Catch it.
1912
1913 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1914
1915         * smime.el (smime-mode-map): Move initialization into declaration.
1916         (gnus-run-mode-hooks): Don't autoload.
1917         (smime-mode): Use define-derived-mode.
1918
1919 2010-11-11  Glenn Morris  <rgm@gnu.org>
1920
1921         * smime.el (from): Restrict declaration to XEmacs.
1922
1923         * nnir.el (gnus-group-topic-name): Autoload.
1924
1925 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * shr.el (shr-insert): Don't break long line if it is because of
1928         kinsoku-bol characters in the line end.
1929
1930 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1931
1932         * nnir.el (nnir-request-move-article): Fix to provide original group
1933         and subject.
1934         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1935         been retrieved.
1936
1937         * gnus-sum.el (gnus-summary-move-article): Use original group and
1938         subject for virtual articles such as those in an nnir summary buffer.
1939
1940 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1941
1942         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1943         least 21.5).
1944
1945         * smime.el (from): Declare it again for XEmacs.
1946
1947 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1948
1949         * message.el (message-resend): Don't disable encoding unless it's
1950         already encoded.
1951
1952         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1953         low-numbered articles.
1954
1955 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * rfc2047.el (rfc2047-syntax-table): Simplify.
1958
1959         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1960
1961         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1962         set-char-table-range for XEmacs.
1963
1964 2010-11-10  Glenn Morris  <rgm@gnu.org>
1965
1966         * time-date.el (time-to-seconds): Always an alias on Emacs,
1967         never a real function.
1968         (with-no-warnings): Remove compat stub, now unused.
1969         (time-less-p): Doc fix.
1970         (time-to-number-of-days): Simplify.
1971
1972         * smime.el (from): Remove unused declaration.
1973
1974         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1975         (gnus-float-time): On Emacs, always an alias.
1976
1977         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1978         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1979
1980 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * dgnushack.el: Don't use ignore-errors in the top level form since it
1983         is unavailable in XEmacs even if cl is loaded.
1984
1985         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1986
1987 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988
1989         * shr.el (browse-url-mailto): Autoload.
1990
1991         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1992
1993         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1994         regexp doesn't need quoting.
1995
1996 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1997
1998         * message.el (message-subject-trailing-was-ask-regexp)
1999         (message-subject-trailing-was-regexp): Match was: in addition to was.
2000
2001 2010-11-09  Glenn Morris  <rgm@gnu.org>
2002
2003         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2004         (nnbabyl-check-mbox): Use point-at-bol.
2005
2006 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2007
2008         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2009
2010         * message.el (message-mailto): New function.
2011         (message-mailto): Should accept other parameters.
2012         (message-mailto): Remove since it duplicates browse-url-mailto
2013         functionality.
2014
2015 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2018         methods.
2019         (gnus-read-active-file): Ditto.
2020
2021         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2022         ": " from the prompt.
2023         (gnus-group-make-group): Ditto.
2024
2025 2010-11-07  Glenn Morris  <rgm@gnu.org>
2026
2027         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2028         (gnus-bookmark-kill-line): Use point-at-eol.
2029
2030 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2033         asterisks in From header.
2034
2035 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036
2037         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2038         string to avoid making the From headers syntactically invalid.
2039
2040         * message.el (message-send-mail): Don't insert courtesy messages if the
2041         message already has List-Post and List-ID messages.
2042
2043 2010-11-06  Glenn Morris  <rgm@gnu.org>
2044
2045         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2046         `condition', `type', `length' a prefix.
2047         (gnus-treat-predicate): Update for above name changes.
2048
2049 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2050
2051         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2052         binding.  Handled by `gnus-summary-refer-thread' instead.
2053         (nnir-warp-to-article): New backend function.
2054
2055         * nnimap.el (nnimap-request-thread): Force dependency updating.
2056
2057         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2058         (gnus-summary-refer-thread): Rework to improve thread-referral.
2059
2060         * gnus-int.el (gnus-warp-to-article): New function.
2061
2062         * gnus-sum.el (gnus-summary-article-map): Bind it.
2063
2064 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2065
2066         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2067         gnus-summary-refer-thread.
2068
2069         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2070         headers.
2071         (gnus-summary-limit-include-thread): Prevent articles in thread from
2072         being cut in gnus-cut-threads.
2073         (gnus-summary-refer-thread): Limit retrieved headers to those in
2074         thread.
2075
2076 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077
2078         * message.el (message-send-mail): Use the value of
2079         message-courtesy-message from the message buffer.
2080
2081         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2082
2083         * shr.el (shr-browse-url): Implement mailto: URLs.
2084
2085         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2086         "raw".
2087
2088         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2089         if it's already selected.
2090
2091         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2092
2093 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2096         to measure the length and truncate alt text.
2097
2098 2010-11-03  Glenn Morris  <rgm@gnu.org>
2099
2100         * nndiary.el (nndiary-generate-nov-databases-1)
2101         (nndiary-generate-active-info): Rename dynamic variable `files' to
2102         something less generic.
2103
2104 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2105
2106         * nnir.el (nnir-request-move-article): Call the underlying backend to
2107         move articles from nnir.
2108
2109 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2112
2113 2010-11-02  Julien Danjou  <julien@danjou.info>
2114
2115         * nnir.el: Remove wais support.
2116
2117 2010-11-02  Glenn Morris  <rgm@gnu.org>
2118
2119         * gnus-html.el: Reorder requirements to quieten compiler.
2120
2121 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2124         properly for XEmacs as well.
2125         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2126         (gnus-article-natural-long-line-p): Use window-width rather than
2127         frame-width.
2128
2129 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2130
2131         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2132         (nnir-read-parms): Don't modify query.
2133         (nnir-run-query): Add ability to search topic on current line.
2134         (nnir-get-active): Clean up.
2135
2136 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2139         degenerate articles.
2140
2141         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2142         (gnus-print-buffer): Just print the buffer as is, without any copying
2143         to a buffer and then re-highlighting.
2144
2145         * nnimap.el (nnimap-request-group): Store the new updated info.
2146         (nnimap-request-group): Select the group when we don't know whether it
2147         exists or not.
2148
2149         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2150         groups.
2151
2152         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2153         groups.
2154
2155         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2156         groups.
2157
2158         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2159         long-lines case by only filling the long lines.
2160
2161         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2162         (bug #7311).
2163
2164 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * shr.el: No need to declare `declare-function' since shr.el is for
2167         only Emacsen that provide `libxml-parse-html-region'.
2168
2169         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2170         effective only in a file it is referred to.
2171
2172 2010-11-01  Glenn Morris  <rgm@gnu.org>
2173
2174         * mm-util.el (gnus-completing-read): Autoload.
2175         (mm-read-coding-system): Simplify Emacs definition.
2176
2177         * nnmail.el (gnus-activate-group):
2178         * nnimap.el (gnutls-negotiate):
2179         * nntp.el (netrc-parse): Fix declarations.
2180
2181 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2182
2183         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2184         string-match-p in Emacs >=23.
2185
2186         * gnus-msg.el (gnus-configure-posting-styles)
2187         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2188
2189 2010-11-01  Glenn Morris  <rgm@gnu.org>
2190
2191         * nnir.el (declare-function): Add compat stub.
2192         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2193         (nnir-run-gmane): Require 'mm-url.
2194
2195         * mm-util.el (mm-string-to-multibyte): Simplify.
2196
2197         * shr.el (declare-function): Add compat stub.
2198         (url-cache-create-filename): Declare.
2199         (mm-disable-multibyte, widget-convert-button): Autoload.
2200
2201         * smime.el (ldap-search): Declare.
2202         (smime-cert-by-ldap-1): Require ldap on Emacs.
2203
2204         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2205         (nnimap-keepalive): Use gnus-float-time.
2206
2207         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2208         (mail-source-delete-crash-box): Use gnus-float-time.
2209
2210         * gnus-dired.el (gnus-completing-read): Autoload.
2211
2212         * mm-view.el (gnus-rescale-image): Autoload.
2213
2214         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2215
2216         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2217
2218         * sieve-manage.el: Require 'cl when compiling.
2219
2220         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2221         (gnus-iswitchb-completing-read): Require iswitchb.
2222         (gnus-select-frame-set-input-focus): Silence compiler.
2223
2224 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * message.el (message-subject-trailing-was-query): Change default to t,
2227         since I think that's what most people want.
2228
2229         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2230         appending for easier debugging.
2231         (nnimap-wait-for-connection): Take a regexp.
2232         (nnimap-request-accept-article): Wait for the continuation line before
2233         sending anything unless we're streaming.
2234
2235         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2236         leave the header washing to take place.
2237
2238 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2239
2240         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2241         regular expression match and replace in posting styles.
2242
2243 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2244
2245         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2246         an entire server.
2247         (nnir-get-active): New function.
2248         (nnir-run-imap): Use it.
2249         (nnir-run-gmane): Who knew, gmane search returns an article score!
2250
2251         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2252         server on the current line with nnir.
2253
2254 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2255
2256         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2257         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2258         left edge.
2259         (gnus-article-foldable-buffer): Skip past the prefix when determining
2260         raggedness.
2261
2262         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2263         the raw article, and change `C-u g' to show the article without doing
2264         treatments.
2265
2266         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2267         on to `gnus-treat-article'.
2268         (gnus-inhibit-article-treatments): New variable.
2269
2270         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2271
2272         * gnus-art.el (gnus-treatment-function-alist): Have
2273         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2274         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2275         sections.
2276
2277         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2278         parameter.
2279         (gnus-article-fill-cited-long-lines): New function.
2280         (gnus-article-fill-cited-article): Allow filling only long sections.
2281
2282         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2283         and non-punctuation (like after the apostrophe in "'We").
2284
2285         * gnus-sum.el (gnus-summary-select-article): Make sure
2286         gnus-original-article-buffer is alive.
2287
2288         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2289         reflect the order they're in in the digest.
2290
2291         * gnus.el (gnus-group-startup-message): Move point to the start of the
2292         buffer.
2293
2294         * nnimap.el (nnimap-capability): New function.
2295         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2296         is set.
2297
2298 2010-10-31  David Engster  <dengste@eml.cc>
2299
2300         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2301         conform with changes to gnus-completing-read.
2302
2303 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2306
2307 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2308
2309         * nnir.el: Move defvar, defcustom around to keep file organized
2310         and keep byte-compiler quiet.
2311         (nnir-read-parms): Accept search-engine as arg.
2312         (nnir-run-query): Pass search-engine as arg.
2313         (nnir-search-engine): Remove.
2314
2315 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2316
2317         * shr.el (shr-generic): The text nodes should be text, not :text.
2318
2319         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2320         later in the file.
2321
2322 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2323
2324         * nnir.el: General clean up.  Allow searching with multiple engines.
2325         Allow separate extra-parameters for each engine.
2326         Batch queries when possible.
2327         (nnir-imap-default-search-key,nnir-method-default-engines):
2328         Add customize interface.
2329         (nnir-run-gmane): New engine.
2330         (nnir-engines): Use it.  Qualify all prompts with engine name.
2331         (nnir-search-engine): Remove global variable.
2332         (nnir-run-hyrex): Restore for now.
2333         (nnir-extra-parms,nnir-search-history): New variables.
2334         (gnus-group-make-nnir-group): Use them.
2335         (nnir-group-server): Remove in favor of gnus-group-server.
2336         (nnir-request-group): Avoid searching twice.
2337         (nnir-sort-groups-by-server): New function.
2338
2339 2010-10-30  Julien Danjou  <julien@danjou.info>
2340
2341         * gnus-group.el: Remove gnus-group-fetch-control.
2342
2343         * gnus-start.el (gnus-find-new-newsgroups):
2344         Remove gnus-check-first-time-used.
2345
2346         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2347
2348 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2349
2350         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2351         set on groups that don't have \* permanentflags.
2352
2353 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354
2355         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2356         control the background color.
2357         (shr-tag-img): Ignore very small web bug type images.
2358         (shr-put-image): Add help-echo alt texts to the images.
2359         (shr-tag-video): Show the video poster image.
2360
2361 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2362
2363         * shr.el (shr-table-depth): New variable.
2364         (shr-tag-table-1): Only insert the images after the top-level table.
2365
2366         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2367
2368         * gnus-util.el (gnus-list-memq-of-list): New function.
2369
2370         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2371         selected.
2372         (nnimap-unsplittable-articles): New slot.
2373         (nnimap-new-articles): Use it.
2374
2375 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2376
2377         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2378         move to the previous line on `M-g'.
2379
2380 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2383         *-request-group, which seems unnecessary.
2384
2385         * nnimap.el (nnimap-quote-specials): Function copied over from
2386         imap.el.
2387         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2388         they support that.  Suggested by Tom Regner.
2389
2390 2010-10-29  Julien Danjou  <julien@danjou.info>
2391
2392         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2393         defalias.
2394         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2395
2396         * gnus.el: Remove `gnus-nntp-service' variable.
2397         (gnus-secondary-servers): Make obsolete.
2398         (gnus-nntp-server): Make obsolete.
2399
2400         * gnus-start.el (gnus-1): Remove x-splash calls.
2401
2402         * gnus-ems.el (gnus-x-splash): Remove.
2403
2404         * gnus.el (gnus-group-startup-message): Simplify/update code.
2405
2406         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2407         definition.
2408
2409         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2410         capability before doing anything.
2411         (gnus-group-insert-group-line): Remove useless
2412         gnus-group-remove-excess-properties.
2413
2414 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2417
2418 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2421         config after reselecting.
2422
2423 2010-10-28  Julien Danjou  <julien@danjou.info>
2424
2425         * shr.el (shr-put-image): Use point even if only inserting text.
2426         (shr-put-image): Save excursion when inserting alt text on non-graphic
2427         display, so the behaviour is the same when we are on a graphic display.
2428
2429         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2430
2431 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2434         (gnus-mime-copy-part): Check coding system, not charset.
2435         (gnus-mime-view-part-externally): Never remove part.
2436         (gnus-mime-view-part-internally): Don't remove part here.
2437         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2438         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2439         multipart/alternative.
2440
2441         * mm-decode.el (mm-display-part): Take optional arg `force'.
2442
2443 2010-10-26  Julien Danjou  <julien@danjou.info>
2444
2445         * gnus-group.el (gnus-group-default-list-level): Add this function to
2446         compute the default list level.
2447         (gnus-group-default-list-level): Add possibility to use a function.
2448
2449 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2452
2453         * gnus-group.el (gnus-group-completing-read)
2454         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2455         gnus-replace-in-string.
2456
2457 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * shr.el (shr-tag-div): Add.
2460
2461         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2462
2463 2010-10-25  Julien Danjou  <julien@danjou.info>
2464
2465         * gnus-util.el: Remove `gnus-with-local-quit'.
2466
2467         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2468
2469 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2472         the original article buffer.
2473
2474 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * nnimap.el (nnimap-request-head): New function.
2477         (nnimap-request-move-article): Try to be slighly faster by not
2478         requesting the entire message when moving.
2479         (nnimap-transform-headers): Don't bug out on bodiless articles.
2480         (nnimap-send-command): Have no outstanding messages if the IMAP server
2481         doesn't support streaming.
2482         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2483
2484 2010-10-24  Julien Danjou  <julien@danjou.info>
2485
2486         * message.el (message-default-headers): Fix type.
2487
2488 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2491         prefetching images.
2492
2493         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2494         backend for unknown groups.  This is mainly useful for nnimap groups.
2495
2496         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2497         group isn't covered by the agent.
2498
2499 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2500
2501         * nnir.el (nnir-method-default-engines): New variable.
2502         (nnir-run-query): Use it.
2503         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2504         (gnus-summary-nnir-goto-thread): Change group if needed.
2505
2506         * gnus-group.el (gnus-group-group-map): Add key binding for
2507         gnus-group-make-nnir-group.
2508
2509 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510
2511         * shr.el (shr-tag-object): Add.
2512
2513         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2514         original article buffer live.
2515         (gnus-summary-select-article-buffer):
2516         Mention gnus-widen-article-buffer.
2517
2518 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * shr.el (shr-tag-strong): Add.
2521
2522 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2525         group names.  They mess up the group buffer badly.
2526
2527         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2528
2529         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2530         instead of the summary one.
2531
2532 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * mml.el (mml-preview): Work properly when editing article.
2535
2536         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2537         gnus-have-read-active-file if it's already been in.
2538
2539 2010-10-22  Tom Tromey  <tromey@redhat.com>
2540
2541         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2542         gnus-group-completing-read.
2543
2544 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * message.el (message-mode-map): Don't bind M-; to comment region, to
2547         allow the global comment-dwim to work.
2548
2549 2010-10-21  Julien Danjou  <julien@danjou.info>
2550
2551         * message.el (message-setup-1): Allow message-default-headers to be a
2552         function.
2553
2554 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * shr.el (shr-tag-table): Simplify.
2557
2558 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2561         to avoid trying to snarf invalid stuff.
2562
2563         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2564
2565         * gnus.el (gnus-message-archive-group): Quote value.
2566         (gnus-message-archive-group): Mark as changed.
2567
2568         * shr.el (shr-add-font): Don't put the font properties on the newline
2569         or the indentation.
2570
2571         * message.el (message-fix-before-sending): Change options when sending
2572         non-printable characters.
2573
2574         * gnus.el (gnus-message-archive-method): Change the default to
2575         monthly outgoing groups.
2576
2577         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2578         that have gotten new numbers.
2579
2580         * nnimap.el (nnimap-request-replace-article): New function.
2581
2582 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2583
2584         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2585         (nnrss-request-article): Don't use special html washing code.
2586
2587 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2588
2589         * shr.el (shr-tag-table): Remove useless nconc.
2590
2591 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2592
2593         * gnus-art.el (article-wash-html): Simplify and remove the charset
2594         stuff.  Use the normal html rendering code instead of the special html
2595         washing code.
2596
2597         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2598         `gnus-w3m' symbols.
2599         (mm-text-html-washer-alist): Remove.
2600
2601         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2602         (mm-inline-media-tests): Remove use.
2603         (mm-text-html-renderer): Change default to the `shr' symbol.
2604
2605         * mm-view.el (mm-inline-text-html): Remove use.
2606
2607         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2608         `gnus-blocked-images' to be a function.
2609         (gnus-article-wash-function): Remove.
2610
2611 2010-10-20  Julien Danjou  <julien@danjou.info>
2612
2613         * spam.el (spam-list-of-processors): Mark as obsolete.
2614
2615         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2616         (nnimap-insert-partial-structure): Fix boundary detection.
2617
2618 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2619
2620         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2621         run file-truename on remote files.  This can be expensive and even
2622         prevent one from editing drafts if some unrelated buffer has a stale
2623         connection.
2624
2625 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2626
2627         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2628         kinsoku-eol regardless of shr-kinsoku-shorten.
2629         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2630         (shr-tag-table): Support caption, thead, and tfoot.
2631
2632 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2635         lines.
2636         (shr-save-contents): New command and keystroke.
2637
2638         * nndoc.el (nndoc-type-alist): Add git support.
2639         (nndoc-git-type-p): New function.
2640         (nndoc-transform-git-article): Ditto.
2641         (nndoc-transform-git-headers): Ditto.
2642         (nndoc-transform-git-headers): Generate Subject headers.
2643
2644         * shr.el (shr-parse-style): New function.
2645         (shr-tag-span): Ditto.
2646
2647         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2648         to `G G' to avoid collisions.
2649
2650 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2651
2652         * shr.el: Load kinsoku if necessary.
2653         (shr-kinsoku-shorten): New internal variable.
2654         (shr-find-fill-point): Make kinsoku shorten text line if
2655         shr-kinsoku-shorten is bound to non-nil.
2656         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2657         shr-indentation too when testing if table is wider than frame width.
2658         (shr-insert-table): Use `string-width' instead of `length' to measure
2659         text width.
2660         (shr-insert-table-ruler): Make sure indentation is done at bol.
2661
2662 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2663
2664         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2665         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2666         undecoded network data.
2667
2668 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2671         name in the mode line spec so that the mode line menu works
2672         (bug #2431).
2673
2674         * message.el (message-get-reply-headers): If we're fed `to-address',
2675         then always use that.
2676
2677         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2678         aren't so wide as to need to switch off the edit menu.
2679
2680         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2681         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2682
2683         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2684         `M-g'.
2685         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2686         the permanent marks.
2687
2688 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2689
2690         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2691         Splitting according to references/in-reply-to obeys the ignore-groups
2692         variable, while splitting by sender and subject do not.
2693
2694 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2695
2696         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2697         alist, so that we can look for non-Unicode chars.
2698         (article-translate-strings): Allow both character and string maps.
2699
2700 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * shr.el (shr-insert): Don't insert space behind a wide character
2703         categorized as kinsoku-bol, or between characters both categorized as
2704         nospace.
2705
2706 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2707
2708         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2709         headers to gnus-newsgroup-headers.
2710
2711 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * shr.el (shr-tag-img): Don't align images -- since we're not
2714         rescaling, this often leads to ugly displays.
2715
2716 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2717
2718         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2719         duplicates.
2720
2721 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2722
2723         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2724         call.
2725
2726 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727
2728         * gnus.el: Autoload gnus-html-show-images.
2729
2730         * nnimap.el: Use nnheader-message throughout.
2731
2732         * shr.el (shr-tag-img): Ignore images with no data.
2733
2734 2010-10-15  Julien Danjou  <julien@danjou.info>
2735
2736         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2737         a possibility to disable format=flow encoding when using hard newlines.
2738
2739 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * shr.el (shr-insert): Remove space inserted before or after a
2742         breakable character or at the beginning or the end of a line.
2743         (shr-find-fill-point): Do kinsoku; find the second best point or give
2744         it up if there's no breakable point.
2745
2746 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747
2748         * nnimap.el (nnimap-open-connection): Message when opening connection
2749         for debugging purposes.
2750
2751         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2752         on every setup buffer call to allow this to change from article to
2753         article.
2754
2755         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2756         buffers where we have a wide table.
2757
2758 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2759
2760         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2761         uses *-request-thread.
2762
2763 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764
2765         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2766         incantation, which is no longer valid.
2767
2768 2010-10-14  Julien Danjou  <julien@danjou.info>
2769
2770         * shr.el: Fix defcustom type (char -> character).
2771
2772 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773
2774         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2775         programs.
2776
2777 2010-10-14  Julien Danjou  <julien@danjou.info>
2778
2779         * shr.el (shr-tag-a): Use url-link as widget type.
2780
2781         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2782         `gnus-group-get-icon'.
2783
2784 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2787         This should make server editing work better.
2788
2789         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2790
2791         * tls.el (tls-program): Remove spurious %s from openssl.
2792
2793         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2794         (nnimap-parse-flags): Fix regexp.
2795
2796         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2797         probably work for CJVK text, too.
2798
2799         * nnimap.el (nnimap-extend-tls-programs): Remove.
2800         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2801
2802         * tls.el (tls-starttls-switches): Remove starttls hack.
2803         (open-tls-stream): Ditto.
2804         (tls-find-starttls-argument): Ditto.
2805
2806 2010-10-13  Julien Danjou  <julien@danjou.info>
2807
2808         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2809         responses.
2810
2811 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2812
2813         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2814
2815         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2816         anything in Emacs.
2817
2818         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2819
2820 2010-10-13  Julien Danjou  <julien@danjou.info>
2821
2822         * shr.el (shr-width): Make shr-width a defcustom with default to
2823         fill-column.
2824         (shr-tag-img): Use shr-width rather than fill-column.
2825
2826 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2827
2828         * dgnushack.el (byte-optimize-apply)
2829         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2830
2831         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2832         position when (X-)Faces exist.
2833         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2834         avatars when called interactively.
2835
2836 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2837
2838         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2839         gnus-article-x-face-too-ugly is bound.
2840
2841 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2844
2845         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2846         mailbox that doesn't exist.
2847
2848 2010-10-12  Julien Danjou  <julien@danjou.info>
2849
2850         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2851         (shr-get-image-data): Encode URL properly when fetching from cache.
2852         (shr-tag-img): Use aligned-to spaces to align correctly images.
2853
2854         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2855         before inserting the Gravatar.
2856
2857         * shr.el (shr-tag-img): Add align attribute support for <img>.
2858
2859 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * gnus-gravatar.el (gnus-art): Require.
2862
2863         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2864         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2865         Remove long obsoleted functions.
2866
2867 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2870
2871         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2872
2873         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2874         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2875         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2876         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2877         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2878         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2879         * sieve-manage.el, smime.el, spam.el:
2880         Fix comment for declare-function.
2881
2882 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2883
2884         * nnimap.el (nnimap-request-rename-group): Select group read-only
2885         before renaming it.
2886
2887         * shr.el (shr-insert): Fix up the white space only regexp.
2888
2889         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2890         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2891
2892         * shr.el (shr-current-column): New function.
2893         (shr-find-fill-point): New function.
2894
2895 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2896
2897         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2898         numbers.
2899
2900 2010-10-11  Julien Danjou  <julien@danjou.info>
2901
2902         * shr.el (shr-hr-line): Add.
2903         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2904         display hr lines.
2905         (shr-max-columns): Do not change state to nil if we just inserting
2906         spaces.
2907
2908 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2909
2910         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2911         select the last group.
2912
2913 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2914
2915         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2916
2917 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2918
2919         * dig.el (dig-mode-map): Declare and define in one step.
2920
2921 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2922
2923         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2924         for Gnus.
2925         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2926         (nnimap-update-qresync-info): Mark \Seen articles as read.
2927
2928         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2929         non-variable, too.
2930
2931         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2932         available.
2933         (nnimap-update-info): Rely more on the current active than the param
2934         active to avoid marking articles as read too much.
2935
2936         * auth-source.el (auth-source-create): Use (user-login-name) for the
2937         user name default.
2938
2939         * nnimap.el (nnimap-update-info): If the server doesn't return any
2940         useful info, just use the previous info.
2941         (nnimap-update-info): Prefer old info over start-article.
2942         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2943
2944 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2945
2946         * nnir.el (autoload): Clean up autoloads.
2947         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2948         Use key rather than value.
2949         (nnir-imap-search-other): New variable.
2950         (nnir-read-parm): Use it.
2951         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2952         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2953
2954 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2955
2956         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2957         the process, too.
2958
2959 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2960
2961         * spam.el (gnus-summary-mode-map): Bind to "$".
2962         Suggested by Russ Allbery.
2963
2964         * shr.el: Rework the way things are indented by <li> slightly.
2965
2966         * gnus.el (gnus-group-set-parameter): Fix typo.
2967
2968         * nnimap.el: Start implementing QRESYNC support.
2969
2970 2010-10-09  Julien Danjou  <julien@danjou.info>
2971
2972         * nnir.el (nnir-engines): Fix too many arguments.
2973
2974 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2975
2976         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2977         group is the "last", so that the backends like nnfolder actually save
2978         their folders.
2979
2980         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2981         try to use that for the tls stream.
2982         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2983         UIDVALIDITY and find out which groups are read-only and not.
2984         (nnimap-get-flags): Use the same marks parsing code as the rest of
2985         nnimap.
2986
2987 2010-10-09  Julien Danjou  <julien@danjou.info>
2988
2989         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2990
2991         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2992         retrieving gravatars.
2993
2994         * shr.el (shr-table-corner): Add.
2995         (shr-table-line): Add.
2996         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2997
2998 2010-10-08  Julien Danjou  <julien@danjou.info>
2999
3000         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3001
3002 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3003
3004         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3005
3006         * gnus-sum.el (gnus-mark-article-as-unread)
3007         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3008         (gnus-summary-set-bookmark): Use it.
3009
3010         * gnus-msg.el (gnus-setup-message): Use it.
3011
3012         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3013
3014         * gnus.el (gnus-group-remove-parameter): Use it.
3015
3016         * gnus-group.el (gnus-group-make-web-group): Use it.
3017
3018         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3019
3020         * nnregistry.el: Update docs to mention manual.
3021
3022         * gnus-registry.el: Update docs to mention nnregistry.el.
3023         (gnus-registry-initialize): Don't install nnregistry refer method
3024         automatically.
3025         (gnus-registry-install-nnregistry): Remove it.
3026
3027 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028
3029         * shr.el (shr-insert): Don't insert double spaces.
3030
3031 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * gnus-gravatar.el (gnus-treat-from-gravatar)
3034         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3035         called interactively.
3036
3037         * gnus-art.el (gnus-mime-view-part-externally)
3038         (gnus-mime-view-part-internally): Make predicate function passed to
3039         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3040         of a mime type.
3041
3042         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3043
3044 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * shr.el (require): Require cl when compiling.
3047         (shr-tag-hr): New function.
3048
3049         * nnimap.el (nnimap-update-info): Remove double setting of high.
3050         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3051         This makes nnimap work properly on Courier again.
3052
3053         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3054         the variable for backwards compatability.
3055
3056         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3057         the file name before using to avoid setting mm-default-directory to
3058         nil.
3059
3060         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3061         bidning gnus-agent variables.
3062
3063         * shr.el (shr-render-td): Use a cache for the table rendering function
3064         to avoid getting an exponential rendering behaviour in nested tables.
3065         (shr-insert): Rework the line-breaking algorithm.
3066         (shr-insert): Don't leave trailing spaces.
3067         (shr-insert-table): Also insert empty TDs.
3068         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3069
3070 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3071
3072         * gnus-sum.el (gnus-number): Rename from `number'.
3073         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3074         (gnus-summary-limit-children): Update uses correspondingly.
3075
3076 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3079         (gnus-gravatar-transform-address): Don't show avatars of people of
3080         which mail addresses match gnus-gravatar-too-ugly.
3081
3082 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * shr.el (shr-table-widths): Expand TD elements to fill available
3085         space.
3086
3087 2010-10-07  Julien Danjou  <julien@danjou.info>
3088
3089         * nnimap.el (nnimap-request-rename-group): Add this method.
3090
3091 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3094         name from XEmacs' function-arglist.
3095
3096         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3097         gravatar under XEmacs.
3098
3099 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3100
3101         * auth-source.el: Update docs with TODO items.
3102
3103         * gnus-sync.el: Update docs to explain state and plans.
3104
3105         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3106         Hooks for mark updates.
3107         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3108
3109         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3110         hooks with arguments, which is needed for mark update hooks.
3111
3112 2010-10-06  Julien Danjou  <julien@danjou.info>
3113
3114         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3115         was matched.
3116
3117         * sieve-manage.el: Update example in `Commentary'.
3118
3119         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3120
3121         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3122         not 2000.
3123         (sieve-manage-authenticate): Re-add function.
3124
3125 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3126
3127         * shr.el (shr-insert): Get 'space transition right.
3128         (shr-render-td): Only delete space at the end of the TD.
3129
3130         * nnimap.el (nnimap-open-connection): Prepare to support
3131         open-gnutls-stream.
3132
3133         * shr.el: Rearrange function order to be more logical.
3134
3135 2010-10-06  Julien Danjou  <julien@danjou.info>
3136
3137         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3138         (nnrss-discover-feed): Remove 404 URL in docstring.
3139
3140         * nnir.el: Fix Swish-E URL.
3141         Fix Namazu URL.
3142
3143         * message.el (message-change-subject): Remove 404 URL in a comment.
3144
3145 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3148         called interactively.
3149
3150         * gnus-util.el (gnus-remove-if): Allow hash table.
3151         (gnus-remove-if-not): New function.
3152
3153         * gnus-art.el (gnus-mime-view-part-as-type)
3154         * gnus-score.el (gnus-summary-score-effect)
3155         * gnus-sum.el (gnus-read-move-group-name):
3156         Replace remove-if-not with gnus-remove-if-not.
3157
3158         * gnus-group.el (gnus-group-completing-read):
3159         Regard collection as a hash table if it is not a list.
3160
3161 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3164
3165         * shr.el: Document the table-rendering algorithm.
3166
3167 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3168
3169         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3170         for Emacsen having no `libxml-parse-html-region' support.
3171
3172 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3175         invalid URLs.
3176
3177         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3178         line-broken.
3179         (shr-tag-img): Ignore image fetching errors.
3180         (shr-overlays-in-region): Compute overlay positions correctly.
3181
3182         * mm-decode.el (mm-shr): Require shr.
3183
3184         * gnus-art.el (gnus-blocked-images): Move variable here.
3185
3186         * shr.el (shr-insert-table): Bind free variable.
3187
3188         * mm-decode.el (mm-shr): Bind shr-content-function.
3189
3190         * shr.el (shr-content-function): New variable.
3191
3192         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3193         added for symmetry.
3194
3195         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3196
3197         * gnus-group.el (gnus-group-make-group): Doc fix.
3198
3199         * nnimap.el (nnimap-request-newgroups): Return success.
3200
3201         * shr.el (shr-find-elements): New function.
3202         (shr-tag-table): Put all the images after the table.
3203         (shr-tag-table): Really inhibit images inside the table.
3204         (shr-collect-overlays): Copy over overlays from the TD elements to the
3205         main document.
3206
3207         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3208         gnus-blocked-images.
3209
3210 2010-10-05  Julien Danjou  <julien@danjou.info>
3211
3212         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3213
3214         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3215         (gnus-html-maximum-image-size): Add this function.
3216         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3217
3218         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3219         server-value of the capability is nil.
3220
3221 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * shr.el (shr-tag-em): Add <EM> tag.
3224
3225 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3226
3227         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3228         customizable.
3229
3230         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3231         handing broken links to browse-url.
3232
3233 2010-10-05  Julien Danjou  <julien@danjou.info>
3234
3235         * gnus-util.el (gnus-emacs-completing-read)
3236         (gnus-iswitchb-completing-read): Use autoload rather than require.
3237
3238 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3241         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3242         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3243         iswitchb-temp-buflist for XEmacs.
3244
3245         * gnus-util.el (gnus-completing-read-function): Exclude
3246         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3247         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3248         XEmacs.
3249
3250         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3251         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3252
3253         * gnus-html.el: Don't require help-fns under XEmacs.
3254         (gnus-html-schedule-image-fetching): Work for XEmacs.
3255
3256         * mm-decode.el (mm-shr): Decode contents by charset.
3257
3258 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3259
3260         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3261         unknown.
3262
3263         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3264         (shr-get-image-data): Ensure against the cache file missing.
3265
3266         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3267         for data.
3268
3269         * spam-report.el (spam-report-url-ping-plain): Don't query about
3270         killing the process.
3271
3272         * shr.el (shr-render-td): Protect against too-wide text.
3273
3274 2010-10-04  Julien Danjou  <julien@danjou.info>
3275
3276         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3277         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3278
3279         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3280         retrieved.
3281
3282 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283
3284         * shr.el (browse-url): Require.
3285         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3286         lines.
3287         (shr-show-alt-text, shr-browse-image): New commands.
3288         (shr-browse-url, shr-copy-url): New commands.
3289
3290         * gnus-sum.el (gnus-widen-article-window): New variable.
3291         (gnus-summary-select-article-buffer): Use it.
3292
3293         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3294         without @ signs.
3295
3296 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3297
3298         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3299
3300 2010-10-04  Julien Danjou  <julien@danjou.info>
3301
3302         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3303         for XEmacs.
3304
3305 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3308
3309         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3310         (nnimap-close-server): Implement.
3311
3312         * dgnushack.el (iswitchb): Require to shut up the compiler.
3313
3314         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3315         (shr-insert): Tweak line breaking.
3316         (shr-insert): Handle <pre> better.
3317         (shr-tag-li): Get <li> indentation right.
3318         (shr-tag-li): Get <li> indentation even righter.
3319         (shr-tag-blockquote): Ensure paragraph start.
3320         (shr-make-table): Tweak table generation.
3321         (shr-make-table): Fix typo.
3322
3323         * shr.el: Implement table rendering.
3324
3325 2010-10-04  Julien Danjou  <julien@danjou.info>
3326
3327         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3328
3329 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * shr.el (shr-insert): Use string anchors instead of line anchors.
3332
3333 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334
3335         * shr.el: Add headings.
3336         (shr-ensure-paragraph): Actually work.
3337         (shr-tag-li): Make <ul> prettier.
3338         (shr-insert): Get white space at the beginning/end of elements right.
3339         (shr-tag-p): Collapse subsequent <p>s.
3340         (shr-ensure-paragraph): Don't insert double line feeds after blank
3341         lines.
3342         (shr-insert): \t is also space.
3343         (shr-tag-s): Fix "s" tag name function.
3344         (shr-tag-s): Fix face prop name.
3345
3346 2010-10-03  Julien Danjou  <julien@danjou.info>
3347
3348         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3349
3350         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3351         gnus-window-inside-pixel-edges.
3352
3353         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3354         gnus-ems.
3355
3356         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3357
3358         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3359         function.
3360
3361         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3362         resize choice.
3363
3364 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3365
3366         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3367         beginning of the buffer.
3368
3369         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3370         article buffer again.
3371
3372         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3373
3374         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3375         when it's at the start of the buffer.
3376
3377         * shr.el (shr-tag-blockquote): Convert name.
3378         (shr-rescale-image): Use the right image-size variant.
3379
3380         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3381         buffer isn't shown, then select the current article first instead of
3382         bugging out.
3383         (gnus-summary-select-article-buffer): Show both the article and summary
3384         buffers again.
3385
3386         * shr.el (shr-fontize-cont): Protect against regions with no text.
3387         Rename tag functions to shr-tag-* for enhanced security.
3388         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3389
3390 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3391
3392         * shr.el (shr-insert):
3393         * pop3.el (pop3-movemail):
3394         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3395         loaded.
3396
3397 2010-10-03  Glenn Morris  <rgm@gnu.org>
3398
3399         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3400
3401         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3402
3403         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3404
3405         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3406
3407         * gnus-util.el (gnus-make-local-hook): Simplify.
3408
3409 2010-10-02  Julien Danjou  <julien@danjou.info>
3410
3411         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3412         (gnus-ido-completing-read): New function.
3413         (gnus-emacs-completing-read): New function.
3414         (gnus-completing-read): Use gnus-completing-read-function.
3415         Add gnus-completing-read-function.
3416
3417 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418
3419         * shr.el (shr-insert-document): Autoload.
3420         (shr-img): Be silent.
3421         (shr-insert): Add a newline after every picture before text.
3422         (shr-add-font): Use overlays for combining faces.
3423         (shr-insert): Pass upwards the text start point.
3424
3425         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3426         possible.
3427         (mm-shr): New function.
3428
3429 2010-10-02  Julien Danjou  <julien@danjou.info>
3430
3431         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3432         should go backward.
3433
3434 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3435
3436         * shr.el (shr): Fix typo in provide call.
3437
3438 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * shr.el: New file.
3441
3442         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3443
3444         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3445         completing read.
3446
3447 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448
3449         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3450         we're being queried about.  Suggested by Dan Jacobson.
3451
3452         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3453         Suggested by Jason Eisner.
3454
3455         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3456         table, too.  Suggested by Stefan Wiens.
3457         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3458         the table unnecessary.  Suggested by Stefan Wiens.
3459
3460         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3461         longer needed, and probably doesn't work either, as pointed out by
3462         Stefan Wiens.
3463         (gnus-summary-exit): Remove call to the clearing function.
3464         (gnus-summary-exit-no-update): Ditto.
3465
3466         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3467         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3468         Reported by Stefan Monnier.
3469         (gnus-summary-save-in-rmail): Ditto.
3470
3471         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3472         article buffer, instead of both the article buffer and the summary
3473         buffer.  Sort of suggested by Dan Jacobson.
3474
3475         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3476
3477         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3478         Suggested by Dan Jacobson.
3479
3480         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3481         documentation clearer.
3482
3483         * message.el (message-shorten-references): Comment on the number "21".
3484         Suggested by Stefan Monnier.
3485
3486         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3487         Suggested by Dan Jacobson.
3488
3489         * gnus.el (gnus-large-newsgroup):
3490         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3491
3492         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3493         externalize attachments.  Bug reported by Steve Wen.
3494
3495         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3496         really message anything to the user.
3497
3498         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3499         directly.
3500
3501         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3502         messages in empty groups.
3503
3504 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3505
3506         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3507         non-UIDNEXT group.
3508
3509 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3512         not the value from the collection.
3513
3514         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3515         values.  This sometimes happens on some groups that have no info.
3516         (nnimap-request-newgroups): New function.
3517
3518 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3519
3520         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3521         check into `gnus-registry-initialize'.
3522         (gnus-registry-initialize): Ditto.
3523         Fix and extend header docs.
3524
3525 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3526
3527         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3528         regexp backtrace overflows.
3529
3530         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3531         for starttls that tls.el implements; i.e. openssl.
3532
3533         * tls.el (tls-starttls-switches): Give up on using starttls with
3534         gnutls-cli.
3535         (tls-program): Add --insecure to be consistent with the defaults from
3536         openssl s_client.  Now all three commands are insecure.
3537
3538 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * lpath.el: Bind completion-styles-alist for XEmacs.
3541
3542         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3543         (gravatar-create-image): New function that's an alias to
3544         gnus-xmas-create-image, gnus-create-image, or create-image.
3545         (gravatar-data->image): Use it.
3546
3547 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3548
3549         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3550         install the nnregistry refer method.
3551         (gnus-registry-install-hooks): Use it.
3552         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3553         unfollowed groups.
3554
3555 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3556
3557         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3558         expanding threads.
3559
3560 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * nnir.el: Use the server names without suffixes (bug #7009).
3563
3564         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3565         unencrypted to STARTTLS, if possible.
3566
3567 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3568
3569         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3570         headers before superseding.
3571
3572 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573
3574         * nnrss.el (nnrss-use-local): Add documentation.
3575
3576         * nnimap.el (nnimap-extend-tls-programs): New function.
3577         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3578         (nnimap-wait-for-connection): Accept the greeting from the stupid
3579         output from openssl s_client -starttls, too.
3580
3581         * tls.el (tls-starttls-switches): New variable.
3582         (tls-find-starttls-argument): Use it.
3583         (open-tls-stream): Ditto.
3584
3585         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3586         (netrc-machine): Ditto.
3587
3588         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3589         article number.
3590         (nnimap-split-fancy): New variable.
3591         (nnimap-split-incoming-mail): Use it.
3592
3593         * nntp.el (nntp-server-list-active-group): Document.
3594
3595         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3596         SELECT to get the message-id.
3597
3598         * mail-source.el (mail-sources): Remove webmail support.
3599         (defvar): Ditto.
3600         (mail-source-fetcher-alist): Ditto.
3601         (mail-source-fetch-webmail): Remove.
3602
3603         * webmail.el: Remove -- doesn't seem relevant any more.
3604
3605         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3606
3607         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3608         the \r.
3609
3610 2010-09-30  Julien Danjou  <julien@danjou.info>
3611
3612         * gnus-agent.el (gnus-agent-add-group): Fix call to
3613         gnus-completing-read.
3614
3615 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * nndoc.el (nndoc-retrieve-groups): New function.
3618
3619         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3620         `default', use nnmail-split-methods.
3621         (nnimap-request-article): Downcase the NILs so that they are nil.
3622
3623         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3624         symbol.
3625
3626         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3627         code, since if the user has requested network, that's what they ought
3628         to get.
3629         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3630         (nnimap-split-rule): Mark as obsolete.
3631
3632         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3633         New variable.
3634
3635         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3636         correct slot, too.
3637
3638 2010-09-29  Julien Danjou  <julien@danjou.info>
3639
3640         * gnus.el (gnus-local-domain): Declare variable obsolete.
3641
3642         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3643         Fix history computing.
3644         (gnus-ido-completing-read): Require ido.
3645
3646 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3647
3648         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3649         build Gnus.
3650
3651         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3652         when interpreting the structures.
3653         (nnimap-request-accept-article): Add \r\n to the lines to make this
3654         work with Cyrus.
3655
3656         * nndraft.el (nndraft-request-expire-articles): Use the group name
3657         instead if "nndraft".  Fix found by Nils Ackermann.
3658
3659 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3660
3661         * nnregistry.el: Add.
3662
3663 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3664
3665         * nnmail.el (group, group-art-list, group-art):
3666         Remove unneeded directives.
3667
3668 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3669
3670         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3671         (mm-mime-charset)
3672         * rfc2047.el (rfc2047-syntax-table)
3673         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3674
3675         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3676         rather than `insert-file-contents' and `eval-region'.
3677
3678         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3679         construction.
3680
3681         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3682
3683         * time-date.el: No need to require cl for Emacs 21.
3684
3685 2010-09-29  Julien Danjou  <julien@danjou.info>
3686
3687         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3688         replacement of `gnus-gravatar-relief' to mimic
3689         `gnus-faces-properties-alist'.
3690         Add :version property.
3691
3692 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * mail-source.el (mail-source-report-new-mail)
3695         * message.el (message-default-mail-headers)
3696         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3697
3698         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3699
3700 2010-09-28  Julien Danjou  <julien@danjou.info>
3701
3702         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3703         mail-address contains the same string as real-name.
3704
3705         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3706         non-blank in header, otherwise it'll get stripped.
3707
3708         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3709         real-name, and then for mail address rather than doing : or , search.
3710
3711 2010-09-27  Julien Danjou  <julien@danjou.info>
3712
3713         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3714         right completing-read function.
3715         (gnus-use-ido): New variable
3716         (gnus-completing-read-with-default): Remove.
3717         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3718         (gnus-agent-add-group):
3719         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3720         * mm-view.el (mm-view-pkcs7-decrypt):
3721         * mm-util.el (mm-codepage-setup):
3722         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3723         * mml-smime.el (mml-smime-openssl-sign-query):
3724         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3725         (mml-insert-multipart):
3726         * gnus-msg.el (gnus-summary-yank-message):
3727         * gnus-int.el (gnus-start-news-server):
3728         * mm-decode.el (mm-interactively-view-part):
3729         * gnus-dired.el (gnus-dired-attach):
3730         * gnus.el (gnus-read-method):
3731         * gnus-bookmark.el (gnus-bookmark-jump):
3732         * gnus-art.el (gnus-mime-view-part-as-type)
3733         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3734         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3735         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3736         * nnmairix.el (nnmairix-create-server-and-default-group)
3737         (nnmairix-update-groups, nnmairix-get-server)
3738         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3739         (nnmairix-get-group-from-file-path):
3740         * nnrss.el (nnrss-find-rss-via-syndic8):
3741         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3742         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3743         (gnus-group-browse-foreign-server):
3744         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3745         (gnus-summary-execute-command, gnus-summary-respool-article)
3746         (gnus-read-move-group-name):
3747         * gnus-score.el (gnus-summary-increase-score)
3748         (gnus-summary-score-effect):
3749         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3750
3751 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3754         x-focus-frame.
3755
3756         * nnimap.el (auth-source-forget-user-or-password)
3757         (auth-source-user-or-password): Autoload.
3758
3759         * message.el (message-from-style, message-interactive)
3760         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3761         (message-yank-prefix, message-indentation-spaces, message-signature)
3762         (message-signature-file): Add comment.
3763
3764 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765
3766         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3767         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3768         new articles.
3769
3770         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3771         parts.
3772         (nnimap-request-article): Work with the t setting, too.
3773
3774         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3775         that you don't get flashes of other buffers.
3776         (gnus-summary-show-complete-article): Intern before setting.
3777
3778 2010-09-27  David Engster  <dengste@eml.cc>
3779
3780         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3781         well as HEADERS.
3782         (nnmairix-retrieve-headers): Provide new argument for the above.
3783
3784 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * gnus-sum.el (gnus-summary-move-article): Don't alter
3787         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3788         group.
3789
3790         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3791
3792         * message.el (message-cite-prefix-regexp): Revert my last edit.
3793
3794         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3795         variable instead of the Gnus variable.
3796
3797         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3798
3799         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3800
3801         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3802         since some servers don't like it.
3803         (nnimap-open-connection): Forget credentials if the server says the
3804         password was wrong.
3805         (nnimap-parse-line): Protect against invalid data.
3806
3807         * gnus-sum.el (gnus-summary-move-article): Add comment.
3808         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3809         nothing alters it while scanning for new messages.
3810
3811         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3812         which may or may not help.
3813         (nnimap-open-connection): If we're doing a stream connection, and then
3814         discover we're on a STARTTLS-capable server, then open a STARTTLS
3815         connection instead.
3816
3817 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3818
3819         * nnimap.el (utf7): Require.
3820
3821         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3822         prefix.
3823
3824 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3825
3826         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3827
3828 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3829
3830         * nnimap.el (nnimap-request-accept-article): Message the error on
3831         error.
3832
3833 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3836
3837 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * nndoc.el (nndoc-request-list): Return success always.
3840
3841         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3842         `fetch-old' -- we only want to fetch the articles we've requested.
3843         The rest are in the agent, probably.
3844         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3845         disappeared server" to something low.  It's not important.
3846
3847         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3848         arrived before the FETCH data.
3849
3850         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3851         target here, because we don't know the Gnus name of the group.
3852
3853         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3854         for the correct group.
3855
3856         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3857
3858         * gnus.el (gnus): Give a final warning after startup.
3859
3860         * gnus-util.el (gnus-action-message-log): New variable.
3861         (gnus-message): Use it.
3862         (gnus-final-warning): New function.
3863
3864         * nnimap.el (nnimap-open-connection): Record the greeting.
3865         (nnimap): Add greeting.
3866
3867 2010-09-26  Julien Danjou  <julien@danjou.info>
3868
3869         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3870         arguments.
3871         (gnus-html-wash-images): Fix spec computing to include start/end.
3872
3873         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3874
3875 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3876
3877         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3878         deletion.
3879         (nnimap-retrieve-headers): Don't select the group, because that's
3880         already done by nnimap-possibly-change-group.
3881
3882         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3883         (gnus-picon-transform-address): Use it.
3884
3885         * mail-source.el (mail-source-value): Revert previous patch.
3886
3887         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3888         on failure.
3889         (nnimap-open-connection): Look up both virtual and physical server name
3890         credentials.
3891
3892         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3893
3894 2009-02-07  Dave Love  <fx@gnu.org>
3895
3896         * tls.el (open-tls-stream): Don't query killing process.
3897
3898 2009-02-08  Dave Love  <fx@gnu.org>
3899
3900         * gnus-win.el (gnus-window-to-buffer-helper)
3901         (gnus-all-windows-visible-p): Function needn't be a symbol.
3902
3903         * mail-source.el (mail-source-value): Function needn't be a symbol.
3904
3905 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3906
3907         * message.el (message-cite-prefix-regexp): Remove } from the cite
3908         prefix.
3909
3910         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3911         highlight again, so that the highlight is correct.
3912
3913         * gnus-picon.el (gnus-picon): Remove again.
3914         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3915
3916         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3917         doing the header highlightling, so that the background colour of the
3918         picon is correct.
3919
3920         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3921         (gnus-picon): Ditto.
3922         (gnus-picon): Reinstate.  The background colour for picons is white.
3923         (gnus-picon-insert-glyph): Make the background white.
3924
3925         * nnml.el (nnml-open-nov): Don't return dead buffers.
3926
3927         * auth-source.el (auth-source-create): Query the user for whether to
3928         store the credentials.
3929
3930         * netrc.el (netrc-store-data): New function.
3931
3932         * auth-source.el (auth-source-user-or-password): Use the existing auth
3933         sources, if any, for creation.
3934
3935         * gnus.el (gnus-group-fast-parameter): Return the last matching
3936         parameter instead of the first matching parameter.
3937
3938 2010-09-26  Julien Danjou  <julien@danjou.info>
3939
3940         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3941
3942 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943
3944         * mml2015.el (mml2015-use): Remove gpg support.
3945
3946         * mml1991.el (mml1991-function-alist): Remove gpg function.
3947         (mml1991-gpg-sign): Remove.
3948
3949 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3950
3951         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3952         (gnus-browse-unsubscribe-current-group): Document it.
3953         (gnus-browse-unsubscribe-group): Use it.
3954
3955 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3956
3957         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3958         address to the To list for easier response.
3959
3960         * gnus.el (gnus-play-startup-jingle): Remove.
3961         (gnus-splash): Don't play jingle.
3962         (gnus): Silence gnus-load message.
3963
3964         * gnus-art.el (gnus-treat-play-sounds): Remove.
3965
3966         * gnus.el (gnus-play-jingle): Remove audio support.
3967
3968         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3969
3970         * earcon.el: Remove -- no users.
3971
3972         * gnus-audio.el: Remove -- no users of this package.
3973
3974         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3975
3976         * gnus-start.el (gnus-setup-news): Remove nocem support.
3977
3978         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3979
3980         * gnus.el (gnus-use-nocem): Remove.
3981
3982         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3983         Remove.
3984
3985         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3986         uses NoCeM any more.
3987
3988         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3989         (gnus-button-ctan-handler): Ditto.
3990         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3991         (gnus-button-ctan-directory-regexp): Ditto.
3992         (gnus-button-handle-ctan): Ditto.
3993         (gnus-button-tex-level): Ditto.
3994         (gnus-button-alist): Remove CTAN stuff.
3995
3996 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3999         nnimap-streaming test.
4000
4001         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4002         servers twice.
4003
4004         * nnimap.el (nnimap-open-connection): Add more error reporting when
4005         nnimap fails early.
4006
4007         * nnheader.el (nnheader-get-report-string): New function.
4008         (nnheader-get-report): Use it.
4009
4010         * gnus-int.el (gnus-check-server): Say what the error was when opening
4011         failed.
4012
4013         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4014         using streaming.
4015
4016 2010-09-25  Julien Danjou  <julien@danjou.info>
4017
4018         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4019         gnus-window-inside-pixel-edges.
4020
4021 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4022
4023         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4024
4025         * mm-decode.el (mm-save-part): Allow saving to other directories the
4026         normal Emacs way.
4027
4028         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4029         Suggested by Jay Berkenbilt.
4030
4031         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4032         there isn't a single byte.
4033
4034         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4035         just do it.  It doesn't really seem to matter what the user responds
4036         here, I think, so it's just a confusing question.
4037
4038         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4039         non-streaming case.
4040
4041         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4042         (gnus-article-encrypt-body): Use it.
4043
4044         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4045         keystroke.
4046
4047         * nnimap.el (nnimap-find-wanted-parts-1):
4048         Use gnus-fetch-partial-articles.
4049
4050         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4051
4052         * nnimap.el (nnimap-insert-partial-structure): New function.
4053         (nnimap-get-partial-article): New function.
4054         (nnimap-request-article): Use it.
4055         (nnimap-wait-for-response): Return whether the wait was successful.
4056         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4057         retrieval wasn't successful.
4058         (nnimap-retrieve-group-data-early): Allow throttling servers.
4059         (nnimap-streaming): New variable.
4060         (nnimap-fetch-partial-articles): Remove.
4061
4062         * mm-decode.el (mm-with-part): Protect against killed buffers.
4063
4064         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4065         for prettier summary display.
4066
4067 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4068
4069         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4070
4071 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4072
4073         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4074         apparently third-party libraries depend on it.
4075
4076         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4077         before starting negotiation.
4078
4079         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4080         privacy reasons.
4081         (gnus-treat-mail-gravatar): Ditto.
4082
4083         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4084         buffer when inserting images.  Inserting text into the headers, for
4085         instance, can make them invalid.
4086
4087 2010-09-25  Julien Danjou  <julien@danjou.info>
4088
4089         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4090         variables.
4091
4092         * nnheader.el: Remove useless variables news-reply-yank-from and
4093         news-reply-yank-message-id.
4094
4095         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4096         variables.
4097
4098         * mml1991.el: Remove useless mml1991-verbose.
4099
4100         * gnus.el: Remove useless variable gnus-use-generic-from.
4101         Remove obsolete variable gnus-topic-indentation.
4102
4103         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4104
4105         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4106
4107         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4108
4109         * gnus-group.el: Remove useless gnus-group-icon-cache.
4110         Remove useless gnus-ephemeral-group-server.
4111
4112         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4113
4114         * mml2015.el: Remove useless mml2015-verbose.
4115
4116         * mml-smime.el: Remove useless mml-smime-verbose.
4117
4118         * gnus.el: Remove useless gnus-local-domain.
4119
4120         * gnus-gravatar.el (gnus-gravatar-transform-address):
4121         Use gnus-gravatar-size.
4122
4123         * gnus-art.el: Remove useless gnus-treat-translate.
4124
4125 2010-09-24  Julien Danjou  <julien@danjou.info>
4126
4127         * gnus-sum.el: Add support for Gravatars.
4128
4129         * gnus-art.el: Add support for Gravatars.
4130
4131         * gnus-gravatar.el: Add this file.
4132
4133         * gravatar.el: Add this file.
4134
4135 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4136
4137         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4138
4139         * gnus-group.el (gnus-group-fetch-faq): Remove.
4140
4141         * gnus.el (gnus-group-faq-directory): Remove.
4142
4143         * gnus-group.el (gnus-group-fetch-charter): Remove.
4144
4145         * gnus.el (gnus-group-charter-alist): Remove.
4146
4147         * gnus-group.el (gnus-group-archive-directory): Remove.
4148         (gnus-group-recent-archive-directory): Ditto.
4149         (gnus-group-make-archive-group): Remove.
4150
4151         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4152
4153         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4154         use the same article number for all the cached articles.
4155
4156         * nnimap.el (nnimap-command): Register the last command time so
4157         that we can use it for idling NOOPs.
4158         (nnimap-open-connection): Start the keeplive timer.
4159         (nnimap-make-process-buffer): Store all the process buffers.
4160         (nnimap-keepalive): New function.
4161
4162         * starttls.el (starttls-open-stream): Add autoload cookie.
4163
4164 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4165
4166         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4167         handling.
4168
4169 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4170
4171         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4172         its data structures.
4173
4174         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4175         instead of the cl.el copy-list.
4176         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4177         equalp.
4178
4179 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4182         and tool-bar-local-item-from-menu.
4183
4184         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4185         mode-line-highlight face for Emacs.
4186
4187         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4188         loading gnus-sum.elc; fix comment for canlock-verify.
4189         (gnus-article-jump-to-part): Use read-number.
4190         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4191         Remove Emacs pre-21 compatible code for help-echo.
4192         (gnus-article-next-page-1): No need to adjust the number of lines.
4193         (gnus-article-describe-bindings): Always use help-buffer.
4194
4195         * gnus-audio.el (gnus-audio-inline-sound)
4196         * gnus-cus.el (gnus-custom-mode)
4197         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4198
4199         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4200
4201         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4202         compatible code.
4203
4204 2010-09-24  Glenn Morris  <rgm@gnu.org>
4205
4206         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4207         visiting the fcc file in rmail-mode.
4208
4209         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4210
4211 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * nnir.el: Silence the byte compiler.
4214
4215         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4216         alias to browse-url-url-encode-chars if any.
4217         (gnus-html-encode-url): Use it.
4218
4219 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4220
4221         * gnus-start.el (gnus-use-backend-marks): New variable.
4222         (gnus-get-unread-articles-in-group): Use it.
4223
4224         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4225         makeover.
4226
4227 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4228
4229         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4230
4231 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4232
4233         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4234         Remove.
4235         (gnus-setup-news-hook):
4236         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4237
4238         * gnus-int.el (gnus-request-update-info): Protect against backends not
4239         having the function.
4240
4241         * nnimap.el (nnimap-stream): Mention starttls.
4242         (nnimap-open-connection): Add starttls support.
4243
4244 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4245
4246         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4247
4248 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4249
4250         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4251         BODYSTRUCTUREs.
4252         (nnimap-transform-headers): Unfold quoted {42} headers.
4253
4254         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4255         the info.
4256         (gnus-get-unread-articles): Only call updatep on backends that support
4257         it.
4258
4259         * nnweb.el (nnweb-request-update-info): NOOP.
4260
4261         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4262
4263         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4264         since it only deals with marks.
4265
4266         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4267         gnus-request-marks, and make a new gnus-request-update-info.
4268
4269         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4270         the active instead of the high number, which is usually too low.
4271
4272 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4273
4274         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4275         * encrypt.el: Remove.
4276
4277 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4278
4279         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4280         server in symbolic form.
4281
4282         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4283
4284 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4285
4286         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4287         (nnimap-update-info): Fix up code slightly.
4288
4289         * gnus-int.el (gnus-open-server): Add tracing for performance
4290         debugging.
4291
4292         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4293         (gnus-group-insert-group-line): Pass the real group name so that it
4294         gets the right data.
4295
4296         * gnus-start.el (gnus-get-unread-articles): Don't have
4297         `gnus-get-unread-articles-in-group' update info, since that can be
4298         really slow and doesn't seem to be needed?
4299
4300 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4301
4302         * time-date.el (date-to-time): Try using parse-time-string first before
4303         using the slower timezone-make-date-arpa-standard.
4304
4305 2010-09-22  Julien Danjou  <julien@danjou.info>
4306
4307         * gnus-group.el (gnus-group-insert-group-line):
4308         Call gnus-group-highlight-line.
4309         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4310         default hook list.
4311         (gnus-group-update-eval-form): Add new function.
4312         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4313         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4314
4315 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4316
4317         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4318         immediate, then expire all articles.
4319         (nnimap-update-info): Fix off-by-one errors.
4320         (nnimap-flags-to-marks): Would return no marks lists for group with no
4321         flags.  Instead return the other data.
4322
4323 2010-09-22  Julien Danjou  <julien@danjou.info>
4324
4325         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4326         Only return an icon.
4327         (gnus-group-insert-group-line): Compute icon to return.
4328
4329         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4330         (gnus-html-image-fetched): Only cache if
4331         gnus-html-image-automatic-caching is set.
4332         (gnus-html-image-fetched): Check for errors.
4333
4334 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4335
4336         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4337         once per method on `g'.  This ensures that backends like nnfolder don't
4338         open all their folders.
4339
4340         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4341         (nnimap-request-list): Nix out group in the correct buffer.
4342         (nnimap-parse-flags): Implement by using `read' instead of
4343         hand-parsing.
4344         (nnimap-flags-to-marks): Pass on permanent-flags.
4345         (nnimap-make-process-buffer): Record the server name.
4346         (nnimap-parse-flags): Fix typo.
4347         (nnimap-request-scan): Run split on the server in general, not just a
4348         single group.
4349
4350         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4351         parameter, and propagate this downwards.
4352
4353         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4354         since EXAMINE changes it on the server.
4355
4356         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4357         this command might take a while.
4358
4359 2010-09-22  Julien Danjou  <julien@danjou.info>
4360
4361         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4362         harmful if you have 2 images side-by-side, they can't be properly
4363         update on text deletion.  Using text-property is safer here.
4364         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4365         data.
4366
4367 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4368
4369         * nnimap.el (nnimap-expunge-inbox): Remove.
4370         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4371         (nnimap-expunge): Flip default to t.
4372
4373         * gnus.el (gnus-method-to-server): Don't push things to the cache
4374         unless it's unique.
4375         (gnus-server-to-method): Ditto.
4376
4377 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4378
4379         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4380
4381 2010-09-22  Julien Danjou  <julien@danjou.info>
4382
4383         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4384         get the start of data.
4385         (gnus-html-encode-url): Add this function to encode special chars in
4386         URL.
4387         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4388         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4389
4390         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4391         default.
4392         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4393
4394         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4395         images alt-text.
4396         (gnus-html-put-image): Put alt-text as help-echo.
4397
4398 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4401         * mm-util.el (mm-decompress-buffer)
4402         * nnir.el (nnir-run-find-grep)
4403         * pop3.el (pop3-list): Use 3rd arg of split-string.
4404
4405         * time-date.el (format-seconds): Comment fix.
4406
4407         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4408         and byte-optimize-form-code-walker.
4409         (dgnushack-make-auto-load): Don't advise make-autoload.
4410
4411         * lpath.el: Remove Emacs 21 stuff.
4412
4413 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4414
4415         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4416         outside the active range.  Suggested by Dan Christensen.
4417
4418         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4419         slightly later to avoid double-getting it.
4420
4421         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4422         previous patch.
4423
4424         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4425
4426 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4427
4428         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4429
4430 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * gnus-int.el (gnus-open-server): Give a better error message in the
4433         "go offline" case.
4434
4435         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4436         marks for nnimap, which is seldom the right thing to do.
4437
4438         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4439         (gnus-same-method-different-name): New function.
4440
4441         * nnimap.el (parse-time): Require.
4442
4443         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4444         method in the presence of many similar methods.
4445
4446         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4447
4448         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4449         nnml-inhibit-expiry.
4450
4451         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4452         find out whether methods are equal.
4453
4454         * nnimap.el (nnimap-find-expired-articles): New function.
4455         (nnimap-process-expiry-targets): New function.
4456         (nnimap-request-move-article): Request the article before looking at
4457         what the Message-ID is.  Fix found by Andrew Cohen.
4458         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4459
4460         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4461         for oldness in addition to being a predicate.
4462
4463         * nnimap.el (nnimap-request-group): When we have zero articles, return
4464         the right data to Gnus.
4465         (nnimap-request-expire-articles): Only delete articles immediately if
4466         the target is 'delete.
4467
4468         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4469         method, this would bug out.
4470
4471         * gnus-group.el (gnus-group-expunge-group): Rename from
4472         gnus-group-nnimap-expunge, and implemented as a normal interface
4473         function.
4474
4475         * gnus-int.el (gnus-request-expunge-group): New function.
4476
4477         * nnimap.el (nnimap-request-create-group): Implement.
4478         (nnimap-request-expunge-group): New function.
4479
4480 2010-09-21  Julien Danjou  <julien@danjou.info>
4481
4482         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4483         (gnus-html-cache-expired): Add new function.
4484         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4485         wethever we should display image for fetch it.
4486         Compute alt-text earlier to pass it to the fetching function too.
4487         (gnus-html-schedule-image-fetching): Change function argument to only
4488         get one image at a time, not a list.
4489         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4490         cache.
4491         (gnus-html-get-image-data): New function to retrieve image data from
4492         cache.
4493         (gnus-html-put-image): Change buffer argument to use image data rather
4494         than file, and place image above region rather than inserting a new
4495         one.  Do not take alt-text as argument, since it's useless now: we place
4496         the image above alt-text.
4497         (gnus-html-prune-cache): Remove.
4498         (gnus-html-show-images): Start to fetch image when we find one, do not
4499         push into a temporary list.
4500         (gnus-html-prefetch-images): Only fetch image if they have expired.
4501         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4502         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4503
4504 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4507
4508 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4509
4510         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4511         spec inser "*" if the group isn't active instead of 0.
4512
4513         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4514         opening the server.
4515         (nnimap-request-delete-group): Implement group deletion.
4516         (nnimap-transform-headers): Return the size of the entire message in
4517         the Bytes header, not just the size of the first part.
4518         (nnimap-request-move-article): When moving an article from nnimap,
4519         request the article first so the accepting form has an article to
4520         accept.  Reported by Dan Christensen.
4521         (nnimap-command): Make sure that the error message doesn't error out.
4522
4523 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4524
4525         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4526         we haven't requested anything.
4527
4528 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4529
4530         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4531         "".  Fix found by Andrew Cohen.
4532
4533         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4534         instead of -encode-string.
4535
4536 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4537
4538         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4539
4540         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4541         by mm-subst-char-in-string.
4542
4543 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544
4545         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4546         waiting for the connection string.
4547
4548         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4549         arriving.
4550
4551         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4552         bogus characters.  This allows selecting certain Gmail groups.
4553
4554         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4555         (nnimap-fetch-partial-articles): New variable.
4556         (nnimap-open-connection): When looking for credentials, also use the
4557         nnimap-server-port.
4558         (nnimap-request-article): Return the group/article number, so that Gnus
4559         `^' works as expected.
4560         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4561
4562         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4563         comments.
4564         (gnus-methods-sloppily-equal): New function.
4565         (gnus): When using the development version of Gnus, load the gnus-load
4566         file.
4567
4568         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4569         `gnus-open-server' on each method before trying to scan them etc.
4570         This ensures that all the backend parameters are set correctly.
4571
4572         * nnimap.el (nnimap-authenticator): New variable.
4573         (nnimap-open-connection): Allow anonymous login.
4574         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4575         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4576
4577         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4578         patch, found by Knut Anders Hatlen.
4579
4580 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4581
4582         * gnus-agent.el (gnus-agent-batch-confirmation)
4583         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4584         to gnus-message.
4585         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4586         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4587         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4588         * gnus-int.el (gnus-open-server): Likewise.
4589         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4590         (gnus-score-check-syntax): Likewise.
4591         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4592         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4593         Likewise.
4594         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4595
4596 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4597
4598         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4599         calling conventions so that prefetch doesn't bug out.
4600
4601 2010-09-19  Julien Danjou  <julien@danjou.info>
4602
4603         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4604         rather than `subst-char-in-region' in order to be able to replace ASCII
4605         char by UTF-8 ones.
4606
4607         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4608         than curl.
4609         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4610         the right URL and ALT text on images.
4611         (gnus-html-wash-tags): Fix tag case.
4612         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4613         (gnus-article-html): Add -o display_ins_del=2 option.
4614         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4615
4616 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4617
4618         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4619         the extra mail headers, which sometimes seem to happen for unknown
4620         reasons.
4621
4622         * mail-parse.el (mail-header-encode-parameter): Define as
4623         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4624         (or most, perhaps?) mail readers don't understand the latter, but do
4625         understand the former.
4626
4627         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4628         to nil, so that no methods are automatically agentized.  I think this
4629         is probably what most users want.
4630
4631         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4632         from url-retrieve, for instance about invalid URLs.
4633
4634         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4635         groups that have no articles.
4636         (nnimap-request-article): Check that we really got an article when we
4637         requested one.
4638
4639         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4640         doesn't exist.
4641
4642         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4643         nntp buffer so the agent can save it.
4644         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4645         that CRLF doesn't get translated to \n.
4646         (nnimap-open-connection): Don't make 'shell commands only send \n.
4647
4648 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4649
4650         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4651         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4652         Update var name.
4653         (nnml-generate-nov-file): Use dolist.
4654         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4655         Use with-current-buffer.
4656
4657 2010-09-18  Julien Danjou  <julien@danjou.info>
4658
4659         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4660         parallel.
4661
4662 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4665         the range update right.
4666         (nnimap-request-group): Don't make `M-g' bug out on group with no
4667         marks.
4668         (nnoo): Require, so that other packages can require nnimap.
4669         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4670         command we're looking for.  This helps when the server sends more
4671         responses after we've gotten everything we expected.
4672         (nnimap): Add a `newlinep' field to keep track of end-of-line
4673         conventions.
4674         Don't send CRLF to things that don't want it.
4675         (nnimap-request-accept-article): Ditto.
4676
4677 2010-09-18  Julien Danjou  <julien@danjou.info>
4678
4679         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4680         than curl to retrieve images.
4681
4682 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4683
4684         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4685         the marks.
4686         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4687         (nnimap-wait-for-connection): New function.
4688         (nnimap-open-connection): If we have PREAUTH, don't query for login
4689         credentials.
4690         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4691         when doing a partial update.
4692
4693 2010-09-18  Julien Danjou  <julien@danjou.info>
4694
4695         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4696         tags.
4697
4698 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4699
4700         * nnimap.el (nnimap-credentials): New function.
4701         (nnimap-open-connection): Use the new function to look for credentials
4702         also on the numeric equivalents of "imap" and "imaps".
4703
4704         * gnus-start.el (gnus-activate-group): Send the info to
4705         gnus-request-group.
4706
4707         * nnimap.el (nnimap-request-group): Have the "check" version of the
4708         function parse flags and update the info, so that a `M-g' get a total
4709         resync of all flags from the group.
4710
4711         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4712         to allow backends to alter the info on group selection.  Also alter all
4713         the backend -request-group functions to take the parameter.
4714
4715         * nnimap.el (nnimap-store-info): New function.
4716         (nnimap-update-info): Store the info for later usage.
4717         (nnimap-request-group): Use the stored info for the dont-check case, so
4718         that we don't retrieve all marks when we enter a group.
4719
4720         * nnimap.el: Use deffoo instead of defun for interface functions.
4721
4722         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4723         update the group info.  This makes the nndraft groups, for instance, go
4724         back to their old behaviour.
4725
4726         * gnus-sum.el (gnus-select-newsgroup): Indent.
4727
4728         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4729         in.
4730         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4731         nothing.
4732
4733         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4734         from methods that are denied.
4735
4736         * gnus-int.el (gnus-method-denied-p): New function.
4737
4738         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4739         store the password instead of netrc.
4740         (nnimap-open-connection): Don't error out when we can't make a
4741         connections.
4742
4743         * auth-source.el (auth-source-create): In the password prompt, say what
4744         we're querying for.  Also prompt for user name if that hasn't been
4745         given.
4746
4747         * nnimap.el (nnimap-with-process-buffer): Remove.
4748
4749 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4752         method when we're reading from the agent.
4753
4754         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4755
4756         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4757         that's probably most useful for users.
4758
4759         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4760         "failed" all the time.
4761
4762         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4763         ...)) with (with-current-buffer ... ).
4764
4765         * nntp.el (nntp-open-server): Return whether the open was successful or
4766         not.
4767
4768         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4769         select an unread unseen article first.
4770
4771         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4772         /etc/services, supply some sensible port defaults.
4773
4774         * dgnushack.el: Define netrc-credentials.
4775
4776 2010-09-17  Julien Danjou  <julien@danjou.info>
4777
4778         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4779
4780 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4781
4782         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4783         doesn't have any parameters.
4784
4785 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4786
4787         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4788         only upcased checks.
4789
4790         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4791
4792         * nnimap.el (nnimap-open-shell-stream): New function.
4793         (nnimap-open-connection): Use it.
4794         (nnimap-transform-headers): Get the number of lines in each message.
4795         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4796         number of lines.
4797         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4798         problem.
4799
4800         * utf7.el (utf7-encode): Autoload.
4801
4802         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4803         to allow the mail splitting to not return a default group.  This is
4804         useful for nnimap, which will leave unmatched mail in the inbox.
4805
4806         * nnimap.el: Rewritten.
4807
4808         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4809         nnimap usage.
4810
4811         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4812         if the move is internal, so that nnimap can do fast internal moves.
4813
4814         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4815         data.
4816         (gnus-read-active-for-groups): Support finishing the early retrieval of
4817         data.
4818
4819         * gnus-range.el (gnus-range-nconcat): New function.
4820
4821         * gnus-int.el (gnus-finish-retrieve-group-infos)
4822         (gnus-retrieve-group-data-early): New functions.
4823
4824 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4825
4826         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4827         (nnrss-retrieve-groups):
4828         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4829         (pop3-quit): Use with-current-buffer.
4830
4831 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4834         instead of nnheader-accept-process-output.
4835
4836         * dgnushack.el (dgnushack-compile): Add comment.
4837
4838         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4839
4840         * gnus-html.el (gnus-html-schedule-image-fetching)
4841         (gnus-html-prefetch-images): Replace process-kill-without-query by
4842         gnus-set-process-query-on-exit-flag.
4843
4844 2010-09-16  Romain Francoise  <romain@orebokech.com>
4845
4846         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4847
4848 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4849
4850         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4851         parameter to unintern is mandatory-ish in Emacs 24.
4852
4853         * gnus-html.el (gnus-html-schedule-image-fetching)
4854         (gnus-html-prefetch-images): Check for curl before using it.
4855
4856         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4857         depend on curl, which isn't essential.
4858
4859         * imap.el: Revert back to version
4860         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4861         seem problematic.
4862
4863 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4864
4865         * gnus-registry.el (gnus-registry-install-shortcuts):
4866         Explicitly pass `obarray' to `unintern' to avoid a warning.
4867
4868 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4869
4870         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4871         change.
4872
4873         * nnrss.el (nnrss-request-list): Remove this function and related
4874         functions, including the moreover stuff.
4875
4876 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877
4878         * nnrss.el (nnrss-retrieve-groups): New function.
4879
4880 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4881
4882         * .dir-locals.el: Add no-byte-compile cookie.
4883
4884 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * time-date.el (format-seconds): Comment fix.
4887
4888         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4889         for back end that doesn't support request-scan.
4890
4891 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4892
4893         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4894         then do request scans from the backends.
4895
4896         * netrc.el (netrc-credentials): New conveniency function.
4897
4898         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4899         avoid running a hook per line, since this takes a lot of time,
4900         profiling shows.
4901         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4902         directly if gnus-visual-p is true.
4903
4904 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4907         groups; replace mapcar with dolist which is a bit faster; pass groups
4908         info to gnus-read-active-file-1.
4909         (gnus-read-active-file-1): Scan only specified groups if the new
4910         optional arg `infos' is given.
4911
4912 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4913
4914         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4915
4916         * pop3.el (pop3-movemail): Remove.
4917         (pop3-streaming-movemail): Rename to pop3-movemail.
4918
4919         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4920         don't restrict end-tag searches to the end of the line.
4921
4922 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4925         articles of every unchecked group to t, which means unknown since the
4926         server has never been opened.
4927
4928 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4929
4930         * gnus-html.el (gnus-html-show-alt-text): New command.
4931         (gnus-html-browse-image): Ditto.
4932         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4933         to browse the image directly.
4934         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4935         better.
4936
4937         * gnus-async.el (gnus-async-article-callback):
4938         Call `gnus-html-prefetch-images' unconditionally.
4939
4940         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4941         before feeding URLs to curl.
4942
4943 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4944
4945         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4946         internal images as deletable by `W D D'.
4947
4948         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4949         (gnus-async-article-callback): Fix typo.
4950
4951 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4954         current line to work around bugs in the output from w3m.
4955
4956         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4957         for groups that want that.
4958
4959         * nntp.el (nntp-wait-for-string): Supply a timeout for
4960         accept-process-output to ensure progress.
4961
4962         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4963         level to get unread articles from, then use that for foreign groups,
4964         too.
4965
4966         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4967         confuses the rest of the function.
4968
4969         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4970         for the methods that support -retrieve-groups, too.
4971
4972         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4973
4974 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4977         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4978
4979         * pop3.el: Require cl when compiling.
4980         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4981
4982 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4983
4984         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4985         that aren't going to be activated.
4986         (gnus-get-unread-articles): Fix up the last commit.
4987
4988         * gnus-html.el (gnus-article-html): Allow calling without specifying
4989         the handle.  In that case, dissect the buffer first.
4990
4991         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4992
4993         * nnimap.el (nnimap-open-connection): Revert the change that would look
4994         into authinfo for imaps instead of imap.
4995
4996         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4997         say that you don't want to call gnus-request-group with don-check, but
4998         do check the reponse.  This is for virtual groups only.
4999         (gnus-get-unread-articles): Count the archive groups as secondary, so
5000         that they're activated the same way as before.
5001
5002         * imap.el (imap-message-map): Removed optional buffer parameter, since
5003         no callers use it.
5004         (imap-message-get): Ditto.
5005         (imap-message-put): Ditto.
5006         (imap-mailbox-map): Ditto.
5007         (imap-mailbox-put): Ditto.
5008         (imap-mailbox-get): Ditto.
5009         (imap-mailbox-get): Revert last change for this function.
5010
5011         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5012         case-insensitively.
5013         (nnimap-debug): Remove.
5014
5015         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5016         to use `imap-fetch' instead.  According to the comments, this should be
5017         safe, since all other IMAP clients use the 1:* syntax.
5018         (imap-enable-exchange-bug-workaround): Removed.
5019         (imap-debug): Removed -- doesn't seem very useful.
5020
5021         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5022         mail from a file, and the file doesn't exist.
5023
5024         * imap.el (imap-log): New convenience function used throughout instead
5025         of repeating the same code all over the place.
5026
5027         * pop3.el (pop3-streaming-movemail): Return t for success.
5028
5029         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5030         .authinfo if we're using ssl connection.
5031
5032         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5033         already have if we're in a main Gnus `g' run.
5034
5035         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5036
5037 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5040
5041         * nnmh.el (nnmh-request-list-1): Bind `file'.
5042
5043         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5044         alias to set-process-query-on-exit-flag or process-kill-without-query.
5045         (pop3-open-server): Use it.
5046
5047 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5050         box to the Incoming file.  Fixes mistake in previous checkin.
5051
5052         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5053         request loop (for debugging purposes) removed.
5054
5055         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5056         culprit is more visible.
5057         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5058         (nnml-add-incremental-nov): New functions to do "incremental" nov
5059         updates, where we just append to the end of the existing nov files
5060         without reading/writing them in full.
5061
5062         * mail-source.el (mail-source-delete-crash-box): Really only check the
5063         incoming files once in a while.
5064
5065         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5066
5067         * mail-source.el (mail-source-delete-crash-box): Only check the
5068         incoming files for deletion once per day to save a lot of file
5069         accesses.
5070
5071         * pop3.el (pop3-logon): Fix up unbound variable typo.
5072
5073         * mail-source.el (pop3-streaming-movemail): Autoload.
5074
5075         * pop3.el (pop3-streaming-movemail):
5076         Respect pop3-leave-mail-on-server.
5077
5078         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5079         retrieval.
5080
5081         * pop3.el (pop3-process-filter): Remove unused function.
5082         (pop3-streaming-movemail, pop3-send-streaming-command)
5083         (pop3-wait-for-messages, pop3-write-to-file)
5084         (pop3-number-of-responses): New functions for streaming pop3
5085         retrieval.
5086
5087         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5088         come from no known methods.
5089         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5090         list.
5091
5092         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5093         message sizes.
5094         (pop3-movemail): Use erase-buffer instead of looping and deleting
5095         regions, which seems rather odd.
5096
5097         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5098         file once per `g' run.
5099
5100         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5101         directories.  This makes the draft queue directory work.
5102
5103         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5104         data from the backends, so that we only request the list of groups from
5105         each method once.  This should speed things up considerably.
5106
5107         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5108         detect that it's not implemented.
5109
5110         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5111         we actually do recurse down into the tree, but don't stat all leaf
5112         nodes.
5113
5114         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5115         then say so instead of bugging out.
5116
5117         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5118         files exist before trying to read them.
5119
5120         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5121         around <pre_int>.
5122
5123         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5124
5125         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5126
5127 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * mm-util.el (mm-image-load-path): Just return the image directories,
5130         not all directories in the path in addition to the image directories.
5131         (mm-image-load-path): Maintain a cache of the image directories so that
5132         the `g' command in Gnus doesn't have to stat dozens of directories each
5133         time.
5134
5135         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5136         (gnus-html-wash-tags): Add a new `i' command to insert images.
5137         (gnus-html-insert-image): New command and keystroke.
5138         (gnus-html-redisplay-with-images): New command and keystroke.
5139         (gnus-html-show-images): Rename command.
5140         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5141         spacers.
5142         (gnus-html-wash-tags): Decode entities at the end, so that entities
5143         inside the tags don't mess up the rest of the "parsing".
5144
5145         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5146         so that nnimap methods aren't agentized by default.  There's apparently
5147         many problems related to agent/imap behaviour.
5148
5149         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5150
5151         * gnus-html.el: Doc fix.
5152
5153 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5156         specifier-spec-list for Emacs 21.
5157
5158         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5159         glyph-width and glyph-height instead of display-graphic-p and
5160         image-size; make avoidance of displaying small images work for XEmacs.
5161
5162         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5163         for XEmacs.
5164
5165         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5166         of symbol that holds plist data.
5167         (gnus-process-plist): Remove plist of process after getting it.
5168
5169 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * message.el (message-generate-hashcash): Change default to
5172         'opportunistic if hashcash is installed.
5173
5174         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5175         (gnus-html-put-image): Only call image-size once, since it's somewhat
5176         time-consuming on remote X servers.
5177
5178 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5181         type on data, not a file name.
5182
5183         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5184         window-pixel-edges for Emacs 21.
5185
5186         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5187         decoded contents.
5188         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5189
5190 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5191
5192         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5193         group line format, since it isn't very interesting.
5194
5195         * gnus-agent.el (gnus-agent-short-article),
5196         (gnus-agent-long-article): Increase values for these two variables,
5197         since most people are likely to have more network connection and
5198         storage than before.
5199
5200         * gnus.el (gnus-refer-article-method): Change default to 'current.
5201         When referring an article, the common behaviour is to refer it from the
5202         current select method, not the native select method.  The chances of
5203         the native select method having the message in question is rather slim
5204         these days.
5205
5206         * gnus-sum.el (gnus-auto-select-subject): Change default to
5207         `unseen-or-unread'.  I think it's likely that most people want to
5208         select an unseen article over a previously seen, but unread one.
5209
5210         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5211         means that in the article buffer none of the minor mode elements will
5212         be shown, usually, and this is not desirable in most cases.
5213
5214         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5215         that commands like `d' (and the like) go to the next line in the
5216         buffer, instead of the next unread article.  I think this is the
5217         behaviour that is most natural for most users.
5218         (gnus-single-article-buffer): Change default to nil, so that people can
5219         have as many article buffers open as they have summary buffer.  I think
5220         this is the most natural way for the groups to behave.
5221
5222         * message.el (message-generate-new-buffers): Change default to
5223         `unsent', so that all new message buffers start their names with the
5224         string "*unsent", and it's easier to find the buffers if you move from
5225         them.
5226
5227 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5228
5229         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5230         small.  They're probably tracking images.
5231         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5232         (gnus-html-rescale-image): Yet another try at getting the image sizing
5233         right.
5234
5235         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5236         nntp-marks-file-name is nil.
5237
5238 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5239
5240         * gnus-html.el (gnus-html-wash-tags)
5241         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5242         Better logging.
5243
5244 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5245
5246         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5247
5248         * gnus-html.el (gnus-html-wash-tags): Check the value of
5249         gnus-blocked-images in the summary buffer.
5250
5251 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5252
5253         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5254
5255 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5256
5257         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5258         like "a", it seems like.
5259         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5260         since it needs to be picked from the correct buffer.
5261
5262         * nnwfm.el: Remove.
5263
5264         * nnlistserv.el: Remove.
5265
5266 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5267
5268         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5269         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5270
5271 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * nnkiboze.el: Remove.
5274
5275         * nndb.el: Remove.
5276
5277         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5278         alt text.
5279         (gnus-html-rescale-image): Try to get the rescaling logic right for
5280         images that are just wide and not tall.
5281
5282         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5283         overshadow variable bindings.
5284
5285 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5286
5287         * gnus-html.el (gnus-html-wash-tags)
5288         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5289         Add extra logging.
5290
5291 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5292
5293         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5294         (gnus-max-image-proportion): New variable.
5295         (gnus-html-rescale-image): New function.
5296         (gnus-html-put-image): Rescale images.
5297
5298 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5299
5300         Fix up some byte-compiler warnings.
5301         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5302         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5303         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5304         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5305         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5306         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5307         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5308
5309 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5310
5311         * gnus-html.el (gnus-article-html): Decode contents by charset.
5312
5313 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5314
5315         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5316         (gnus-html-frame-width, gnus-blocked-images)
5317         * message.el (message-prune-recipient-rules): Add custom version.
5318         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5319
5320         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5321         functions.
5322
5323         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5324         gnus-process-get.
5325
5326 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5327
5328         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5329         instead of lsub directly.
5330
5331 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332
5333         * nnwarchive.el: Remove.
5334
5335         * gnus-soup.el: Remove.
5336
5337         * nnsoup.el: Remove.
5338
5339         * nnultimate.el: Remove.
5340
5341         * gnus-html.el (gnus-blocked-images): New variable.
5342
5343         * message.el (message-prune-recipients): New function.
5344         (message-prune-recipient-rules): New variable.
5345
5346         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5347         guess whether a long line is natural text or not.
5348
5349         * gnus-html.el (gnus-html-schedule-image-fetching):
5350         Use gnus-process-plist and friends for compatibility.
5351
5352 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5353
5354         * gnus-html.el: Require packages that define macros used in this file.
5355         (gnus-article-mouse-face): Declare to silence byte-compiler.
5356         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5357         process-get.
5358         (gnus-html-put-image): Use plist-get to avoid getf.
5359         (gnus-html-prefetch-images): Use with-current-buffer.
5360
5361 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5362
5363         * gnus-ems.el: Provide compatibility functions for
5364         gnus-set-process-plist.
5365
5366         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5367         header-line-format for XEmacs 21.4.
5368
5369         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5370         * gnus.el (gnus-valid-select-methods)
5371         * message.el (message-send-mail-partially-limit)
5372         * mm-decode.el (mm-text-html-renderer)
5373         * mml.el (mml-insert-mime-headers-always)
5374         * smiley.el (smiley-regexp-alist): Bump custom version.
5375
5376 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377
5378         * gnus-html.el: require mm-url.
5379         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5380         with the url to `url'.
5381         (gnus-html-wash-tags): Support cid: URLs/images.
5382
5383 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5384
5385         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5386         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5387         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5388
5389         * gnus-move.el: Remove file, since it doesn't really work.
5390
5391         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5392         UTF-8.  This seems to fix problems with some German web feeds.
5393
5394         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5395         at the top so that the proper colours are applied.
5396
5397         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5398         don't have dots in their names.
5399
5400         * gnus-art.el (gnus-article-view-part): Doc fix.
5401
5402         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5403         XEmacs-compatible.
5404         (gnus-html-put-image): Don't do images on non-graphic displays.
5405
5406         * nnslashdot.el: Remove this unused backend.
5407
5408         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5409         actions.
5410         (gnus-undo-register-1): Revert last change.
5411
5412         * gnus-group.el (gnus-group-completing-read): Protect against not
5413         having completion-styles bound.
5414
5415         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5416         make broken recipients happier.
5417
5418         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5419
5420         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5421         point parameter.
5422
5423         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5424
5425         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5426         completion-styles for group selection.
5427
5428 2009-02-04  Andreas Schwab  <schwab@suse.de>
5429
5430         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5431         headers and regexp-quote the match if necessary.
5432
5433 2009-03-24  Miles Bader  <miles@gnu.org>
5434
5435         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5436         the blinking smiley.
5437
5438 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5439
5440         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5441         blink smiley.
5442
5443 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5444
5445         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5446         where the dribbel file lives exists.
5447
5448         * message.el (message-send-mail-partially-limit): Change the default to
5449         nil, since most people don't want this.
5450
5451         * mm-url.el (mm-url-decode-entities): Also decode entities like
5452         &#x3212.
5453
5454 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5455
5456         * gnus-sum.el (gnus-summary-idna-message):
5457         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5458         Hyperlink urls in docstrings with URL `...'.
5459
5460 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5461
5462         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5463         functions.
5464
5465 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466
5467         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5468         say what the mouseover text should be.
5469
5470         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5471         version of the mm-w3m-safe-url-regexp variable to only download images
5472         in the groups where we want that to happen.
5473
5474         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5475
5476         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5477         easier debugging.
5478         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5479         big pictures in the article buffer.
5480
5481         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5482         gnus-article-html.
5483         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5484         w3m.
5485
5486         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5487
5488 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5489
5490         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5491         which doesn't exist.
5492
5493         * message.el (message-inhibit-ecomplete): New variable to allow some
5494         function to inhibit ecomplete address storage.
5495         (message-resend): Disable ecomplete message storage when resending
5496         messages.
5497
5498         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5499
5500 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5503         Save excursion while copying, moving, and deleting articles in order to
5504         prevent the cursor from jumping to unforeseen place.
5505
5506 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * lpath.el: No need to bind bookmark-current-buffer,
5509         bookmark-yank-point and bookmark-make-record-function.
5510
5511 2010-08-17  Glenn Morris  <rgm@gnu.org>
5512
5513         * gnus-sync.el: Require gnus components whose functions are used.
5514
5515         * gnus-art.el (bookmark-make-record-function):
5516         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5517         Declare for compiler.
5518
5519         * mm-url.el (mml-compute-boundary): Autoload.
5520
5521 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5524
5525 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5526
5527         Typo fix "hoo4a" -> "hook".
5528
5529         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5530
5531 2010-08-14  Glenn Morris  <rgm@gnu.org>
5532
5533         * gnus-sync.el (gnus-sync): Fix defgroup version.
5534
5535 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5536
5537         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5538
5539         * gnus-sync.el: Fix docs.
5540         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5541         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5542
5543 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5544
5545         Optimizations for gnus-sync.el.
5546
5547         * gnus-sync.el: Add docs about gnus-sync-backend
5548         possibilities.
5549         (gnus-sync-save): Remove unnecessary message.
5550         (gnus-sync-read): Optimize and show what groups were skipped.
5551
5552 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5553
5554         Minor bug fixes for gnus-sync.el.
5555
5556         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5557         Don't read the sync on get-new-news.
5558
5559         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5560         quiet.
5561
5562         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5563         (fix typo).
5564
5565 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5566
5567         Make saving and restoring of hidden threads work with overlays.
5568         Patch applied by Ted Zlatanov.
5569
5570         * gnus-sum.el (gnus-hidden-threads-configuration)
5571         (gnus-restore-hidden-threads-configuration): Update to deal with text
5572         properties, rather than searching for a magic character.
5573
5574 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5575
5576         New gnus-sync.el library for synchronization of marks.
5577
5578         * gnus-sync.el: New library for synchronization of marks.
5579
5580         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5581         renamed from `gnus-registry-grep-in-list'.
5582
5583         * gnus-registry.el (gnus-registry-follow-group-p):
5584         Use `gnus-grep-in-list'.
5585
5586         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5587
5588 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5591         determining charset of text fails.
5592
5593 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * nnmail.el (nnmail-get-new-mail-1): Revert.
5596
5597         * nnml.el (nnml-active-number): Make sure names of newly created groups
5598         in nnml-group-alist are encoded.
5599
5600 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5603         containing non-ASCII characters in active file for nnml back end.
5604
5605 2010-07-24  David Engster  <dengste@eml.cc>
5606
5607         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5608         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5609
5610 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5611
5612         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5613         tag (Bug#6654).
5614
5615 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5618         the article buffer, not the summary buffer.
5619
5620 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5623         Emacs 23 as well.
5624
5625 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5628         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5629
5630 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5631
5632         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5633         Patch applied by Karl Fogel.
5634
5635         * gnus-sum.el (gnus-summary-bookmark-make-record):
5636         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5637
5638 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5639
5640         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5641         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5642         C-w still not working correctly from Article buffers; Thierry's
5643         patch to fix that will be applied after this.
5644
5645         * gnus-art.el (bookmark-make-record-function): New local variable.
5646
5647         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5648         article buffer.
5649         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5650
5651 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5652
5653         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5654         on changes in bookmark.el.
5655
5656 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5657
5658         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5659         `no-log' instead of message not to log prompt string.
5660
5661 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5662
5663         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5664         the *other* type of HTML form submission.
5665
5666 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5667
5668         * auth-source.el (auth-source-pick): If choice does not contain a
5669         questioned keyword, set the check to t.
5670
5671 2010-06-12  Romain Francoise  <romain@orebokech.com>
5672
5673         * gnus-util.el (gnus-date-get-time): Move up before first use.
5674
5675 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5678         (gnus-article-edit-part): Bind it to make last part that is substituted
5679         or deleted visible.
5680         (gnus-mime-display-single): Buttonize part of which id equals to
5681         gnus-mime-buttonized-part-id.
5682
5683 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5684
5685         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5686         (gnus-dd-mmm): Use gnus-date-get-time.
5687         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5688         simplify logic.
5689         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5690         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5691
5692 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5693
5694         * auth-source.el (top): Autoload `secrets-list-collections',
5695         `secrets-create-item', `secrets-delete-item'.
5696         (auth-sources): Fix tag string.
5697         (auth-get-source, auth-source-retrieve, auth-source-create)
5698         (auth-source-delete): New defuns.
5699         (auth-source-pick): Rewrite in order to avoid 2 passes.
5700         (auth-source-forget-user-or-password): New parameter USERNAME.
5701         (auth-source-user-or-password): New parameters CREATE-MISSING and
5702         DELETE-EXISTING.  Retrieve password interactively, if needed.
5703
5704 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5705
5706         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5707         deleting unused directories when gnus-expert-user is t.
5708
5709 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5710
5711         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5712         for each temp file when gnus-article-browse-delete-temp is ask.
5713
5714 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5715
5716         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5717         Lisp calls to delete-backward-char by calls to delete-char.
5718
5719 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5720
5721         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5722
5723 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5724
5725         * password-cache.el (password-cache-remove): Fix docstring.
5726
5727 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5730         article unless decoding article to be saved.
5731
5732 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5735         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5736         generated within the mm-with-unibyte-current-buffer macro.
5737
5738 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5739
5740         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5741         to nil when we're in a mml-preview buffer and no group is selected.
5742
5743 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5744
5745         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5746         when catching the `C-g'.  Reported by "Leo".
5747
5748 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * message.el (message-forward-make-body-plain)
5751         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5752         multibyte-string-p.
5753
5754         * lpath.el: Revert.
5755
5756 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * message.el (message-forward-make-body-mml): Assume original message
5759         is multibyte string; error on unibyte.
5760         (message-forward-make-body-plain): Ditto; don't add excessive newline
5761         in body end.
5762
5763         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5764
5765 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5766
5767         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5768         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5769
5770 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * mm-extern.el (mm-extern-url): Don't use
5773         mm-with-unibyte-current-buffer.
5774         (mm-extern-cache-contents): Use with-current-buffer instead of
5775         save-excursion + set-buffer.
5776
5777 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * mm-util.el (mm-emacs-mule): Remove.
5780
5781 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5782
5783         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5784         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5785         change.
5786
5787 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5790         bind the default value of enable-multibyte-characters to nil.
5791
5792 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * message.el (message-forward-make-body-plain)
5795         (message-forward-make-body-mml):
5796         Don't use mm-with-unibyte-current-buffer.
5797
5798 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5799
5800         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5801
5802 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5803
5804         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5805         (Bug#5592).
5806
5807 2010-05-07  Julien Danjou  <julien@danjou.info>
5808
5809         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5810         it to mm-pipe-part.
5811
5812         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5813         it is given.
5814
5815 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * binhex.el (binhex-decode-region-internal)
5818         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5819         (dns-query)
5820         * nnweb.el (nnweb-gmane-search)
5821         * pgg-parse.el (pgg-parse-armor)
5822         * pgg.el (pgg-verify-region)
5823         * sha1.el (sha1-string-external)
5824         * uudecode.el (uudecode-decode-region-internal)
5825         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5826         XEmacs.
5827
5828         * gnus-art.el (gnus-article-browse-html-parts)
5829         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5830         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5831         make-temp-file.
5832
5833         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5834         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5835         compiling.
5836
5837         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5838         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5839         XEmacs when compiling.
5840
5841         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5842         gnus-pick-mode-off-hook for XEmacs when compiling.
5843         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5844         gnus-binary-mode-off-hook for XEmacs when compiling.
5845
5846         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5847         Return nil if char-charset is not available.
5848
5849         * imap.el (imap-disable-multibyte)
5850         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5851         macros.
5852
5853         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5854         instead of encode-coding-string.
5855
5856         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5857         'xemacs) instead of mm-emacs-mule to switch function definitions.
5858         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5859
5860         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5861         bind temporary-file-directory for XEmacs;
5862         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5863         timer-set-function for XEmacs 21.4 and SXEmacs;
5864         bind timer-list for XEmacs 21.4 and SXEmacs;
5865         fbind char-charset and find-charset-region for non-Mule XEmacs;
5866         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5867         encode-coding-region and encode-coding-string for XEmacs having no
5868         file-coding feature.
5869
5870 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5871
5872         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5873
5874 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5877         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5878
5879 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5880
5881         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5882         alias `jka-compr-delete-temp-file' no longer exists.
5883
5884 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5885
5886         Use define-minor-mode in Gnus where applicable.
5887         * mml.el (mml-mode): Use define-minor-mode.
5888         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5889         (gnus-undo-mode): Use define-minor-mode.
5890         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5891         (gnus-dead-summary-mode): Use define-minor-mode.
5892         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5893         Initialize in declaration.
5894         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5895         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5896         (gnus-mailing-list-mode): Use define-minor-mode.
5897         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5898         (gnus-draft-mode): Use define-minor-mode.
5899         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5900         (gnus-dired-mode): Use define-minor-mode.
5901
5902 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5903
5904         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5905         handles on recursive mml-to-mime translation and check them for
5906         boundary delimiter collisions.  Reported by Greg Troxel.
5907
5908 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5911
5912 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5913
5914         * mm-util.el (mm-find-buffer-file-coding-system):
5915         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5916
5917 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5918
5919         * message.el (message-generate-headers): Record insertion of optional
5920         headers as well.  Otherwise the check to prevent repeated insertion of
5921         optional headers is a no-op.
5922
5923 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5924
5925         * smime.el: Don't mention CVS.
5926
5927         * nnrss.el (nnrss-fetch): Don't mention CVS.
5928
5929         * nnir.el: Don't mention CVS.
5930
5931 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5932
5933         * gnus-sum.el (gnus-summary-bookmark-make-record):
5934         Add `location' field.
5935
5936 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * lpath.el: Fbind bookmark-default-handler,
5939         bookmark-get-bookmark-record, bookmark-make-record-default,
5940         bookmark-prop-get for Emacs <23 and XEmacs.
5941
5942 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5943
5944         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5945         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5946         Use with-current-buffer to silence the byte-compiler.
5947         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5948         bother to require `gnus'.
5949         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5950
5951 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5952
5953         * gnus-sum.el (gnus-summary-bookmark-make-record)
5954         (gnus-summary-bookmark-jump): New functions.
5955         (gnus-summary-mode): Setup bookmark support.
5956
5957 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5958
5959         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5960         if set.
5961
5962 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5965         gnus-article-browse-html-save-cid-image; make it work recursively for
5966         forwarded messages as well.
5967         (gnus-article-browse-html-parts): Work when prefix arg is given.
5968         (gnus-article-browse-html-article): Doc fix.
5969
5970 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5971
5972         * message.el (message-default-mail-headers):
5973         (message-default-headers): Carry the value mail-default-headers over
5974         into message-default-mail-headers, rather than message-default-headers.
5975
5976 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5977
5978         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5979         charset.
5980
5981         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5982         charset into the <meta> tag when the article is encoded to utf-8.
5983
5984 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * gnus-art.el (gnus-article-browse-delete-temp-files):
5987         Delete directories as well.
5988         (gnus-article-browse-html-parts): Work for images that do not specify
5989         file names; delete temp directory when quitting; insert header at the
5990         right place; use file: scheme for image files.
5991
5992 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5993
5994         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5995         (gnus-article-browse-html-parts): Use it to make temporary cid image
5996         files in addition to html file so that browser may display them.
5997
5998 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6001
6002 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6003
6004         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6005
6006 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6007
6008         * auth-source.el (auth-sources): Change default to be simpler.
6009         Explain about Secret Service API sources.  Improve Customize options.
6010         (auth-source-pick): Change to accept any number of search parameters.
6011         Implement fallbacks iteratively, not recursively.  Add scoring on the
6012         second pass and sort by score.  Call Secret Service API when needed.
6013         (auth-source-user-or-password): Use it.  Call Secret Service API
6014         directly when needed to get the user name and the password.
6015
6016 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6017
6018         * message.el (message-interactive): Doc fix.
6019         (message-qmail-inject-args): Reflow.
6020         (message-kill-to-signature): Fix typo in docstring.
6021
6022         * smiley.el (smiley-buffer): Fix typo in docstring.
6023
6024 2010-03-24  Glenn Morris  <rgm@gnu.org>
6025
6026         * mail-source.el (gnus-message): Declare.
6027         (mail-source-delete-old-incoming): Require gnus-util.
6028
6029 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6030
6031         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6032
6033         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6034
6035         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6036         password-cache's default if it is not bound.
6037         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6038         password-cache-expiry's default if it is not bound.
6039
6040         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6041         available in Emacs 21.
6042
6043         * lpath.el: Suppress compiler warnings for:
6044         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6045         XEmacs;
6046         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6047         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6048         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6049
6050 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6051
6052         * auth-source.el (auth-sources): Fix up definition so extra parameters
6053         are always inline.
6054
6055 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6056
6057         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6058         wasn't updated after mismatch.  Clear cached mailbox info correctly
6059         when uidvalidity changes.
6060         (nnimap-group-prefixed-name): New function to avoid some code
6061         duplication.
6062         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6063         (nnimap-request-group): Use it.
6064         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6065         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6066         with many imap folders.  This is done by caching the group status from
6067         the imap server persistently in a group parameter `imap-status'.  (This
6068         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6069         but not persistently, so every Gnus startup was still very slow.)
6070
6071 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6072
6073         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6074         delete the extra newline.  Otherwise editing of :string and :number
6075         types don't work.
6076
6077 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6078
6079         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6080         secrets.el dependency.
6081         (auth-sources): Add optional user name.  Add secrets.el configuration
6082         choice (unused right now).
6083
6084 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6085
6086         * gnus-sum.el (gnus-summary-make-menu-bar):
6087         Let `gnus-registry-install-shortcuts' fill in the functions.
6088
6089         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6090         warnings.
6091         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6092         (gnus-registry-install-shortcuts): Populate and use it in a
6093         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6094
6095 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6096
6097         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6098         In-place substitutions for the group name encoding/decoding.
6099         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6100         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6101         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6102         (nnimap-update-unseen, nnimap-request-list)
6103         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6104         (nnimap-request-set-mark, nnimap-split-to-groups)
6105         (nnimap-split-articles, nnimap-request-newgroups)
6106         (nnimap-request-create-group, nnimap-request-accept-article)
6107         (nnimap-request-delete-group, nnimap-request-rename-group)
6108         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6109         `encoded-mbx' for consistency.
6110         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6111         variable `imap-current-mailbox'.
6112
6113         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6114         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6115
6116 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6117
6118         * pop3.el (pop3-display-message-size-flag): Display message size byte
6119         counts during POP3 download.
6120         (pop3-movemail): Use it.
6121         (pop3-list): Implement listing of available messages.
6122
6123 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6124
6125         * nnir.el (nnir-get-article-nov-override-function): New function to
6126         override the normal NOV retrieval.
6127         (nnir-retrieve-headers): Use it.
6128
6129 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6130
6131         * auth-source.el (netrc-machine-user-or-password): Autoload.
6132
6133 2010-03-19  Glenn Morris  <rgm@gnu.org>
6134
6135         Stop message.el from loading about 40 libraries it doesn't always need.
6136         The general approach is to autoload rather than require, and to
6137         require in the specific functions rather than the file.  (Bug#5642)
6138
6139         * gmm-utils.el: Don't require wid-edit.
6140         (widget-create-child-value, widget-convert, widget-default-get):
6141         Autoload.
6142
6143         * gnus-util.el: Don't require time-date, netrc.
6144         (message-fetch-field, gnus-group-name-decode): Declare rather than
6145         autoloading.
6146         (gnus-fetch-field): Require message.
6147         (gnus-decode-newsgroups): Require gnus-group.
6148
6149         * ietf-drums.el: Don't require time-date.
6150
6151         * message.el: Don't require hashcash, canlock, ecomplete.
6152         Do require mail-utils.  Require nnheader only when compiling.
6153         (smtpmail-default-smtp-server): Remove declaration.
6154         (message-send-mail-function): Check smtpmail-default-smtp-server
6155         is bound rather than requiring smtpmail.
6156         (message-auto-save-directory, message-insert-signature):
6157         Use expand-file-name rather than nnheader-concat.
6158         (nnheader-insert-file-contents): Autoload.
6159         (hashcash-wait-async): Declare.
6160         (message-send-mail): Only call gnus-setup-posting-charset if
6161         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6162         (message-send-mail-with-sendmail): Require sendmail.
6163         (canlock-password, canlock-password-for-verify): Declare.
6164         (message-canlock-password): Require canlock.
6165         (nnheader-get-report): Autoload.
6166         (gnus-setup-posting-charset): Declare.
6167         (message-send-news): Require gnus-msg.
6168         (message-make-references, message-make-in-reply-to): Use mail-header-id
6169         rather than the alias mail-header-message-id.
6170         (ecomplete-add-item, ecomplete-save): Declare.
6171         (message-put-addresses-in-ecomplete): Require ecomplete.
6172         (ecomplete-display-matches): Autoload.
6173
6174         * mm-decode.el: Don't require mailcap, gnus-util.
6175         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6176         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6177         Autoload.
6178         (mailcap-mime-extensions): Declare.
6179
6180         * mm-encode.el: Don't require mailcap.
6181         (mailcap-extension-to-mime): Autoload.
6182
6183         * mml-sec.el: Don't require password-cache.
6184
6185         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6186         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6187         (mml-minibuffer-read-type): Require mailcap.
6188         (mml-preview): Require gnus-msg.
6189
6190         * mml1991.el: Require password-cache.
6191         (password-cache-expiry): Remove declaration.
6192
6193         * mml2015.el: Require password-cache.
6194         (password-cache-expiry): Remove declaration.
6195
6196         * nneething.el (mailcap): Require mailcap.
6197
6198         * nnheader.el (declare-function): Add compatibility stub.
6199         (message-remove-header): Declare rather than autoload.
6200         (nnheader-replace-header): Require message.
6201
6202         * nnimap.el (declare-function): Add compatibility stub.
6203         (netrc-parse, netrc-machine-user-or-password): Declare.
6204         (nnimap-open-connection): Require netrc.
6205
6206         * nntp.el (declare-function): Add compatibility stub.
6207         (netrc-parse, netrc-machine, netrc-get): Declare.
6208         (nntp-send-authinfo): Require netrc.
6209
6210         * rfc2047.el: Don't require qp.
6211         (quoted-printable-encode-region, quoted-printable-decode-string):
6212         Autoload.
6213
6214         * sieve-mode.el: Don't require easymenu.
6215         (easy-menu-add-item): Autoload it.
6216
6217         * spam-stat.el (time-to-number-of-days): Autoload it.
6218
6219 2010-03-19  Glenn Morris  <rgm@gnu.org>
6220
6221         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6222
6223 2010-03-18  Glenn Morris  <rgm@gnu.org>
6224
6225         * hashcash.el (declare-function): Remove duplicate definition.
6226
6227 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6228
6229         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6230         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6231         value if any backslash escapes).
6232
6233 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6236         if it is available.  (bug#5647)
6237
6238         * lpath.el: Suppress compiler warning for coding-system-from-name for
6239         Emacs 21 and XEmacs.
6240
6241 2010-03-14  Juri Linkov  <juri@jurta.org>
6242
6243         * hmac-def.el:
6244         * hmac-md5.el:
6245         * netrc.el: Fix keywords.
6246
6247 2010-02-26  Glenn Morris  <rgm@gnu.org>
6248
6249         * message.el (message-send-mail-function): Change the default, so that
6250         it inherits from a customized send-mail-function.  (Bug#5643)
6251
6252 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6253
6254         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6255         shell-command-to-string signals an error (bug#5299).
6256
6257 2010-02-24  Glenn Morris  <rgm@gnu.org>
6258
6259         * message.el (message-smtpmail-send-it)
6260         (message-send-mail-with-mailclient): Doc fixes.
6261
6262 2010-02-16  Glenn Morris  <rgm@gnu.org>
6263
6264         * message.el (message-default-mail-headers): Change the default value
6265         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6266
6267 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6270         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6271
6272 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6273
6274         * time-date.el (date-to-time): Doc fix (Bug#5408).
6275
6276 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6277
6278         * message.el (message-mail): Just pass yank-action on to message-setup.
6279         (message-setup): Handle (FUN . ARGS) form of yank-action.
6280         (message-with-reply-buffer, message-widen-reply)
6281         (message-yank-original): Handle non-buffer values of
6282         message-reply-buffer (Bug#4080).
6283         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6284
6285 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6286
6287         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6288         Fix typo in docstring.
6289
6290 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6291
6292         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6293         response.
6294
6295 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6298
6299         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6300
6301         * message.el (message-check-news-header-syntax): Protect against a
6302         string that `rfc822-addresses' returns when parsing fails.
6303
6304 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6307         (gnus-previous-char-property-change): New functions.
6308
6309         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6310
6311 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6312
6313         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6314         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6315
6316 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6317
6318         * message.el (message-exchange-point-and-mark): Rework last change to
6319         avoid using optional arg of exchange-point-and-mark, for backward
6320         compatibility.
6321
6322 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6323
6324         * message.el (message-exchange-point-and-mark):
6325         Call exchange-point-and-mark with an argument rather than setting
6326         mark-active by hand (Bug#5175).
6327
6328 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6329
6330         * nntp.el (nntp-service-to-port): Work for service expressed with
6331         numeric string; replace [:digit:] with [0-9] for XEmacs.
6332
6333 2009-12-17  Glenn Morris  <rgm@gnu.org>
6334
6335         * gnus-group.el (gnus-bug-group-download-format-alist):
6336         Change emacs entry to debbugs.gnu.org.  Bump :version.
6337
6338 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6339
6340         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6341
6342 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6343
6344         * message.el (message-info): Explain why we use `Info-goto-node'.
6345
6346 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6349
6350 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6351
6352         * message.el (message-completion-in-region): New compatibility function.
6353         (message-expand-group): Use it.
6354
6355 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6358         with no unread article should be listed if the 2nd arg `predicate' is
6359         given.
6360
6361 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6364
6365 2009-11-29  Juri Linkov  <juri@jurta.org>
6366
6367         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6368         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6369         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6370
6371 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6372
6373         * sha1.el (sha1-string-external): default-directory "/" in case
6374         otherwise non-existent.  process-connection-type pipe for touch of
6375         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6376
6377 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6378
6379         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6380         it's comms related and sgml-mode.el has "comm" on that basis too.
6381
6382 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6385         containing tspecial characters if they have been already quoted.
6386
6387 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6388
6389         * dns-mode.el (auto-mode-alist): Purecopy string.
6390
6391 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6392
6393         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6394
6395 2009-10-24  Glenn Morris  <rgm@gnu.org>
6396
6397         * gnus-art.el (help-xref-stack-item): Define for compiler.
6398
6399 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6400
6401         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6402
6403 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6406
6407 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6410         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6411
6412 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6413
6414         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6415         (gnus-overlays-in): New alias to overlays-in.
6416
6417         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6418         gnus-overlay-get, and gnus-delete-overlay.
6419         (gnus-summary-show-thread): Make it work as well for systems in which
6420         next-single-char-property-change is not available.
6421         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6422
6423         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6424         (gnus-overlay-get): New alias to extent-property.
6425         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6426
6427         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6428         SXEmacs.
6429
6430         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6431         SXEmacs.
6432
6433 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6436
6437 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6438
6439         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6440         and XEmacs that don't have `remove-overlays'.
6441
6442 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6443
6444         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6445         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6446         selective display.  Use overlays instead.
6447
6448 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6449
6450         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6451
6452 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6453
6454         * spam-stat.el (spam-stat-load): Fix typo in message.
6455
6456 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6457
6458         * dig.el (dig-invoke): Fix typo in docstring.
6459         (query-dig): Reflow docstring.
6460
6461 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6462
6463         * gnus-art.el (gnus-article-encrypt-body):
6464         * message.el (message-check-recipients):
6465         * mm-util.el (mm-codepage-setup):
6466         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6467         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6468
6469 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6470
6471         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6472         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6473         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6474         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6475         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6476
6477 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6478
6479         * dig.el: Add "Keywords: comm", as per net-utils.el.
6480
6481 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6482
6483         * dig.el (dig-mode): Use define-derived-mode.
6484
6485 2009-09-19  Glenn Morris  <rgm@gnu.org>
6486
6487         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6488
6489 2009-09-18  Glenn Morris  <rgm@gnu.org>
6490
6491         * gnus-diary.el (gnus-diary-check-message):
6492         * message.el (message-insert-formatted-citation-line):
6493         * nnbabyl.el (top-level):
6494         * nndiary.el (nndiary-schedule):
6495         Fix typos in condition-case handlers.
6496
6497 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6500         configuration that provides the sole article window in a frame;
6501         position point correctly after deleting a part.
6502
6503 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6504
6505         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6506         (spam-resolve-registrations-routine): Use it to unregister articles
6507         that change status.
6508
6509 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6512         with XEmacs.
6513         (parse-time-string-chars): Use it.
6514
6515 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6516
6517         * imap.el (imap-interactive-login): Better messages.
6518         (imap-open): Fix bug with renamed buffer on reconnect.
6519         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6520         for easier debugging and cleaner code.  On successful (guessed based on
6521         server capabilities) secondary authentication, set imap-state
6522         correctly.
6523         (imap-last-authenticator): Define imap-last-authenticator as a variable
6524         to avoid warnings.
6525
6526 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6527
6528         * nnrss.el (nnrss-request-article): Remove binding of
6529         default-enable-multibyte-characters that has gotten needless by
6530         the 2007-07-13 change in rfc2047-encode-message-header.
6531
6532         * mml.el (mml-insert-multipart): Error on the message header.
6533         (mml-insert-part): Error on the message header; position point at
6534         the end of a MIME tag.
6535
6536 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * time-date.el (autoload): Expand define-obsolete-function-alias into
6539         defalias and make-obsolete for old Emacsen that Gnus supports.
6540         (with-no-warnings): Define it for old Emacsen.
6541         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6542         is available.
6543         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6544         float-time is available; suppress compile warning for time-to-seconds.
6545
6546         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6547         (gnus-float-time): Alias to float-time if it exists.
6548
6549         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6550         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6551         float-time is available; suppress compile warning for time-to-seconds.
6552
6553         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6554         XEmacs.
6555
6556 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6557
6558         * imap.el (imap-message-map): Docstring fix.
6559
6560 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6561
6562         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6563         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6564         Add the optional argument `encoding' that overrides the default.
6565
6566         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6567         mm-encode-buffer.
6568
6569 2009-09-04  Glenn Morris  <rgm@gnu.org>
6570
6571         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6572         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6573         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6574         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6575         * mm-util.el (mm-with-unibyte-current-buffer)
6576         (mm-find-buffer-file-coding-system):
6577         * yenc.el (yenc-decode-region): Use default-value rather than
6578         default-enable-multibyte-characters.
6579
6580 2009-09-03  Glenn Morris  <rgm@gnu.org>
6581
6582         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6583         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6584         than default-enable-multibyte-characters.
6585
6586 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6587
6588         * gnus-art.el (gnus-article-read-summary-keys):
6589         Fix gnus-buffer-configuration's value temporarily used.
6590
6591 2009-09-02  Glenn Morris  <rgm@gnu.org>
6592
6593         * gnus-util.el (gnus-float-time): New function.
6594         * gnus-delay.el (gnus-delay-article):
6595         * gnus-sum.el (gnus-thread-latest-date):
6596         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6597         * nnspool.el (nnspool-request-newgroups):
6598         Use gnus-float-time rather than time-to-seconds.
6599         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6600
6601         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6602         (gnus-header-subject-face, gnus-header-newsgroups-face)
6603         (gnus-header-name-face, gnus-header-content-face):
6604         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6605         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6606         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6607         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6608         (gnus-cite-face-11):
6609         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6610         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6611         (gnus-server-closed-face, gnus-server-denied-face)
6612         (gnus-server-offline-face):
6613         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6614         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6615         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6616         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6617         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6618         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6619         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6620         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6621         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6622         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6623         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6624         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6625         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6626         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6627         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6628         (gnus-summary-high-undownloaded-face)
6629         (gnus-summary-low-undownloaded-face)
6630         (gnus-summary-normal-undownloaded-face)
6631         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6632         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6633         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6634         (gnus-splash-face):
6635         * message.el (message-header-to-face, message-header-cc-face)
6636         (message-header-subject-face, message-header-newsgroups-face)
6637         (message-header-other-face, message-header-name-face)
6638         (message-header-xheader-face, message-separator-face)
6639         (message-cited-text-face, message-mml-face):
6640         * sieve-mode.el (sieve-control-commands-face)
6641         (sieve-action-commands-face, sieve-test-commands-face)
6642         (sieve-tagged-arguments-face):
6643         * spam.el (spam-face):
6644         Mark face aliases with "-face" in the name as obsolete.
6645
6646 2009-09-01  Glenn Morris  <rgm@gnu.org>
6647
6648         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6649         than goto-line.
6650
6651 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6654         Don't move point if the command is invoked inside the message header.
6655
6656 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6657
6658         * imap.el (imap-send-command): Simplify.
6659         (imap-wait-for-tag): point-max -> buffer-size.
6660
6661 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6662
6663         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6664         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6665         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6666         * nnir.el (nnir-swish-e-index-file):
6667         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6668         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6669         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6670         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6671         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6672         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6673
6674 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6677         Don't save excursion.
6678
6679 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6680
6681         * nnheader.el (nnheader-find-file-noselect):
6682         * mm-util.el (mm-insert-file-contents):
6683         Use (default-value 'major-mode) instead of default-major-mode.
6684
6685 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6686
6687         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6688
6689 2009-08-26  Glenn Morris  <rgm@gnu.org>
6690
6691         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6692         than placing in files.el.
6693
6694 2009-08-25  Glenn Morris  <rgm@gnu.org>
6695
6696         * nnir.el (top-level): Don't require cl at run-time.
6697         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6698         Replace cl-function substitute with gnus-replace-in-string.
6699         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6700         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6701         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6702         simplified expansions.
6703
6704 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6705
6706         * dig.el (dig): Add autoload cookie.
6707
6708 2009-08-22  Glenn Morris  <rgm@gnu.org>
6709
6710         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6711         goto-line.
6712
6713 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6714
6715         * parse-time.el (parse-time-string-chars): Save match data.
6716
6717 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6718
6719         * parse-time.el (parse-time-string-chars): Compute using character
6720         classes, to handle non-ascii characters (Bug#3190).
6721
6722 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6725
6726         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6727         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6728         (gnus-mm-display-part, gnus-mime-display-single)
6729         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6730         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6731
6732         * gnus-sum.el
6733         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6734         (gnus-summary-move-article): Add expirable mark to articles copied or
6735         moved to group that has auto-expire turned on if the option is non-nil.
6736
6737 2009-07-24  Glenn Morris  <rgm@gnu.org>
6738
6739         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6740         Fix typo.  (Bug#3903)
6741
6742 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6745         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6746         that should not be used for draft articles.
6747         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6748         that has no concern in minor mode keys.
6749         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6750         Abolish.
6751
6752 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6755         article without making inquiry to a user for unknown encoding.
6756
6757         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6758         (nnmaildir--scan): Assume i-node and device number that file-attributes
6759         returns might be cons-cell.
6760
6761         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6762
6763         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6764
6765 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6766
6767         * auth-source.el: Remove docs now in auth.texi.  Don't use
6768         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6769         `auth-source-hide-passwords' and use them.
6770
6771 2009-07-15  Glenn Morris  <rgm@gnu.org>
6772
6773         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6774
6775 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6778         excessive whitespace from the default values of title and description.
6779
6780 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6783         mail-fetch-field to fetch Content-Description header in order to
6784         exclude newlines.
6785
6786 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6787
6788         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6789         format used by GnuPG 2.0.11.
6790
6791 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6794         to deleted part.
6795
6796 2009-05-30  David Engster  <dengste@eml.cc>
6797
6798         * nnmairix.el: Remove old documentation in the commentary block.
6799         (nnmairix-request-group): Do not update active file for nnml back ends.
6800         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6801         end so that overview files are ignored.
6802         (nnmairix-update-groups): Make updating the groups more robust by using
6803         marks.
6804         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6805         with dollar characters in message-id.
6806
6807 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6808
6809         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6810         2008-12-25 in dns.el.
6811
6812 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6813
6814         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6815         could happen if the text is only composed of spaces and/or tabs.
6816
6817 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6818
6819         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6820         when sending a queued message to avoid extra mml tags.
6821
6822 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6825
6826 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6829         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6830         rmail-toggle-header for XEmacs;
6831         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6832
6833 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * gnus-dired.el: Remove autoload for gnus-setup-message.
6836         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6837         displaying Gnus logo; always use compose-mail.
6838
6839 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6842
6843 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6844
6845         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6846         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6847         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6848         available.
6849         (gnus-nocem-epg-verify): New function.
6850
6851 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6852
6853         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6854
6855 2009-02-15  Glenn Morris  <rgm@gnu.org>
6856
6857         * gnus-util.el (rmail-insert-rmail-file-header)
6858         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6859         autoloads.
6860         (rmail-default-rmail-file): Remove unnecessary declaration.
6861         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6862
6863 2009-02-14  Glenn Morris  <rgm@gnu.org>
6864
6865         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6866         variable (only used in gnus-util, which declares it anyway).
6867         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6868         which was only needed by gnus-art (changed to not use it any more).
6869         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6870         only used in gnus-util, which autoloads it itself.
6871         (rmail-update-summary): Fix autoload.
6872
6873         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6874         rather than rmail-output-to-rmail-file.
6875
6876 2009-02-07  Glenn Morris  <rgm@gnu.org>
6877
6878         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6879         autoload of function that no longer exists.
6880         (rmail-toggle-header): Declare.
6881         (message-forward-rmail-make-body): Handle mbox Rmail.
6882
6883 2009-01-31  Glenn Morris  <rgm@gnu.org>
6884
6885         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6886         2009-01-09 change.
6887
6888 2009-01-31  Dave Love  <fx@gnu.org>
6889
6890         * imap.el (imap-fetch-safe): Bind debug-on-error.
6891         (imap-debug): Add imap-fetch-safe.
6892
6893 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6894
6895         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6896         (auth-source-forget-all-cached): New convenience function.
6897         (auth-source-user-or-password): Accept list of modes or a single mode.
6898
6899         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6900         auth-source modes.
6901
6902         * netrc.el (netrc-machine-user-or-password): Use list of
6903         auth-source modes.
6904
6905         * nnimap.el (nnimap-open-connection): Use list of
6906         auth-source modes.
6907
6908         * nntp.el (nntp-send-authinfo): Use list of
6909         auth-source modes.
6910
6911 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6912
6913         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6914         now.
6915
6916 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6919         coding system in XEmacs; add a workaround for XEmacs.
6920
6921         * lpath.el: Fbind coding-system-aliasee.
6922
6923 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6926         of current-language-environment.
6927
6928 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6929
6930         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6931         available at runtime.
6932
6933 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6936
6937 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6938
6939         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6940         the greatest positive fixnum value doesn't work under an XEmacs with
6941         bignum support; use the most-positive-fixnum constant instead,
6942         available since Emacs 21.1 with cl and XEmacs 21.1.
6943
6944 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6947         XEmacs gets not to work.
6948
6949 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6950
6951         * mm-util.el (mm-coding-system-priorities): Allow the value like
6952         "Japanese (UTF-8)" of current-language-environment.
6953
6954 2009-01-09  Glenn Morris  <rgm@gnu.org>
6955
6956         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6957         with last-command-event.
6958
6959 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6960
6961         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6962         in the doc string.
6963
6964         * message.el (message-fix-before-sending): Amend comment.
6965
6966 2009-01-08  Dave Love  <fx@gnu.org>
6967
6968         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6969
6970 2009-01-07  David Engster  <dengste@eml.cc>
6971
6972         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6973         simplified server definitions by converting it via
6974         gnus-server-to-method.
6975
6976 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6979         parameter's operands.
6980
6981 2009-01-06  David Engster  <dengste@eml.cc>
6982
6983         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6984         primary select method (for gnus-group-mark-article-as-read).
6985
6986 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6987
6988         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6989         `(gnus)Face', not `(gnus)X-Face'.
6990
6991 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * mm-util.el (mm-ucs-to-char): New function.
6994
6995         * mm-url.el (mm-url-decode-entities): Use it.
6996
6997         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6998         unicode-to-char.
6999
7000 2009-01-05  Dave Love  <fx@gnu.org>
7001
7002         * time-date.el: Require cl for `declare'.
7003
7004 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7005
7006         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7007         Dave Love.
7008
7009 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7010
7011         * message.el (message-fix-before-sending): Add `eight-bit' to
7012         illegible-text check.
7013
7014 2009-01-03  Michael Olson  <mwolson@gnu.org>
7015
7016         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7017         `headers' is nil.  This can occur if the IMAP server does not have
7018         permissions to read messages from a folder, but can write new messages
7019         to the folder.
7020         (nnimap-request-article-part): Do not insert `data' if it is nil.
7021
7022         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7023         characters which will confuse `read', so skip past them.
7024
7025 2009-01-01  Dave Love  <fx@gnu.org>
7026
7027         * imap.el (imap-string-to-integer): Fix typo.
7028         (imap-fetch-safe): New function.
7029         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7030
7031         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7032
7033         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7034         (imap-parse-greeting): Fix doc strings.
7035         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7036         (imap-parse-flag-list): Make messages unique.
7037         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7038
7039         * nnimap.el: Fix author email.
7040         (nnimap-split-rule): Add FIXME comment.
7041         (nnimap-debug): Fix doc string.
7042
7043 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7044
7045         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7046
7047 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7048
7049         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7050         nslookup if resolv.conf isn't available.
7051         (dns-query): Rename from query-dns.
7052         (dns-query-cached): Rename from query-dns-cached.
7053
7054 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7057         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7058         to check if those variables exist (first appeared in Emacs 18.50).
7059
7060 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * mm-util.el (mm-line-number-at-pos): New function.
7063
7064         * spam-report.el (spam-report-process-queue): Use it.
7065
7066 2008-12-24  David Engster  <dengste@eml.cc>
7067
7068         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7069         parameters that haven't existed as variables as buffer-local variables.
7070
7071 2008-12-23  Dave Love  <fx@gnu.org>
7072
7073         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7074         cadar.
7075
7076         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7077         imap-starttls-p.
7078         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7079
7080 2008-12-22  Dave Love  <fx@gnu.org>
7081
7082         * imap.el: Fix author email.  Doc fixes.
7083         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7084         reply.
7085
7086 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7087
7088         * spam-report.el (spam-report-gmane-max-requests): New constant.
7089         (spam-report-gmane-wait): New variable.
7090         (spam-report-gmane-ham, spam-report-gmane-spam)
7091         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7092         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7093         the server.
7094
7095         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7096         Add explanations.
7097
7098         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7099         nnheader-accept-process-output and nnheader-read-timeout if available.
7100         (pop3-movemail): Use it.
7101
7102         * message.el (message-check-news-body-syntax): Fix signature check if
7103         there's an attachment.
7104
7105 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * mm-util.el: Add comments to the mm- emulating functions.
7108
7109 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7110
7111         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7112         Reported by Stephen Berman <stephen.berman@gmx.net>.
7113
7114 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * mm-util.el (mm-substring-no-properties): New function.
7117         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7118         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7119         (mm-string-to-multibyte): Doc fix.
7120
7121         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7122
7123 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7124
7125         * mml.el (mml-attach-file): Strip text properties from file name.
7126         (Bug#1574)
7127
7128 2008-12-16  Glenn Morris  <rgm@gnu.org>
7129
7130         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7131
7132 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7135         knows since the charset specified might be a bogus alias that
7136         mm-charset-synonym-alist provides.
7137
7138 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7141         "ISO_8859-1".
7142
7143         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7144
7145 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * mm-util.el (mm-charset-eval-alist):
7148         Define it before mm-charset-to-coding-system.
7149         (mm-charset-to-coding-system): Add optional argument `silent';
7150         define it before mm-charset-override-alist.
7151         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7152         default value if it can be used in Emacs currently running;
7153         silence mm-charset-to-coding-system.
7154
7155 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7158         `allow-override' which says whether to use `mm-charset-override-alist'.
7159         (rfc2047-decode-encoded-words): Use it.
7160
7161         * mm-util.el (mm-charset-override-alist): Fix custom type;
7162         add `(gb2312 . gbk)' to choices.
7163
7164 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7167         fast.
7168
7169         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7170
7171         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7172
7173 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7174
7175         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7176         on links.
7177
7178         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7179
7180 2008-12-03  Lute Kamstra  <lute@gnu.org>
7181
7182         * sha1.el: Remove leading * from docstrings of defcustoms,
7183         deffaces, defconsts and defuns.
7184
7185 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7188         users' addresses that don't have domain parts.
7189         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7190         rather than message-narrow-to-head since there will be the message
7191         header separator.
7192
7193 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7194
7195         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7196         since the result is inserted in a unibyte buffer anyway.
7197         (nnimap-demule-use-string-to-multibyte): Remove.
7198         (nnimap-demule): Alias it to mm-string-to-multibyte.
7199
7200 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7201
7202         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7203         variable for debugging bug#464 and bug#1174.
7204         (nnimap-demule): Use it.
7205
7206 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7207
7208         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7209         score calculation correctly.
7210
7211 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7212
7213         * message.el (message-send-mail): Just set the buffer to unibyte
7214         rather than use mm-with-unibyte-current-buffer which does a lot more.
7215         (message-send-mail-partially): Don't bother with
7216         mm-with-unibyte-current-buffer since it's already been made unibyte by
7217         message-send-mail.
7218
7219 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7220
7221         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7222
7223 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7224
7225         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7226
7227 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7230         require itself and to remove `with-no-warnings'.
7231
7232 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7233
7234         * starttls.el (starttls-any-program-available): Get the name of the
7235         available TLS layer program.
7236         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7237         well as the host name in the "opening" message.
7238
7239         * auth-source.el (auth-source-cache, auth-source-do-cache)
7240         (auth-source-user-or-password): Cache passwords and logins by default,
7241         allow override with `auth-source-do-cache'.
7242         (auth-source-forget-user-or-password): Allow users to remove cache
7243         entries if needed.
7244
7245 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7246
7247         * md4.el (md4-buffer): Fix typo in docstring.
7248         (md4, md4-64): Doc fixes.
7249         (md4-pack-int32): Reflow docstring.
7250
7251 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7252
7253         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7254         condition-case to only the forward-sexp call.
7255
7256 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7257
7258         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7259         quotes contained.  Make it more robust regardless by an extra
7260         condition-case wrapper.
7261
7262 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7265
7266 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * nnml.el (nnml-request-expire-articles): Check if the function set to
7269         `nnmail-expiry-target' returns the symbol `delete'.
7270
7271         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7272
7273         * nnmail.el (nnmail-expiry-target): Fix custom type.
7274
7275 2008-10-02  Glenn Morris  <rgm@gnu.org>
7276
7277         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7278         Silence compiler warning.
7279
7280 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7281
7282         * tls.el (open-tls-stream): Show the actual command being
7283         executed, instead of the format string.
7284
7285 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * lpath.el: Fbind codepage-setup for Emacs 23.
7288
7289 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7290
7291         * mml.el (mml-menu): Don't assume mml2015 is bound.
7292
7293 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7296         exists.
7297
7298 2008-09-27  Glenn Morris  <rgm@gnu.org>
7299
7300         * gnus-util.el (mail-header-remove-comments): Autoload it.
7301
7302 2008-09-27  Andreas Schwab  <schwab@suse.de>
7303
7304         * gnus-util.el (gnus-split-references): Strip comments.
7305         (gnus-parent-id): Likewise.
7306
7307 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7308
7309         * message.el (message-confirm-send): Fix version.
7310
7311 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * message.el (message-idna-to-ascii-rhs-1): Use
7314         mail-extract-address-components rather than mail-header-parse-addresses
7315         that is an alias by default to ietf-drums-parse-addresses that does not
7316         support non-ASCII names in headers' contents.
7317
7318 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7319
7320         * message.el (message-confirm-send): Fix variable documentation to
7321         avoid the "y/n" wording.
7322
7323 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7324
7325         * message.el (message-set-auto-save-file-name): Save to a different
7326         filename so multiple messages (especially drafts) can be recovered.
7327
7328 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7329
7330         * message.el (message-confirm-send): Add appropriate version.
7331
7332 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7333
7334         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7335         defvar.
7336
7337 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7338
7339         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7340         (mm-pkcs7-enveloped-magic): Ditto.
7341
7342 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7343
7344         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7345         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7346
7347 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7348
7349         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7350         default, it's better.
7351
7352 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7353
7354         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7355         summary line gnus-number property and ignore them (with a warning
7356         message).
7357
7358 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7359
7360         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7361         macro caddr in the interactive form since it won't be expanded.
7362
7363 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7366         `charset'; fix name of function called recursively.
7367         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7368
7369 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7372         (gnus-mime-set-charset-parameters): New function.
7373         (gnus-mime-view-part-as-charset): Use it to correctly display part
7374         specifying wrong charset.
7375
7376 2008-09-08  David Engster  <dengste@eml.cc>
7377
7378         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7379         in completing-read for back end server.
7380
7381 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7382
7383         * message.el (message-confirm-send): New variable to confirm sending a
7384         message.
7385         (message-send): Use it.
7386
7387 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7388
7389         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7390
7391 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7394
7395 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7396
7397         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7398         prevent tracking too many groups.
7399         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7400         Use it.
7401
7402 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7403
7404         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7405         moving point to the bottom of the window in order to avoid recentering.
7406
7407 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7410
7411         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7412         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7413         (gnus-article-beginning-of-window): Fix calculation.
7414
7415 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus-msg.el (gnus-summary-supersede-article)
7418         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7419         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7420         message header.
7421
7422 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7423
7424         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7425         pending output coming after the status change.
7426
7427 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7428
7429         * message.el:
7430         * gnus-start.el:
7431         * gnus-registry.el: Remove VMS support.
7432
7433 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7436         macro.
7437         (rfc2104-hash): Use it.
7438
7439 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7440
7441         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7442         (gnus-summary-sort-by-most-recent-date): New commands.
7443         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7444         and menu entries.
7445
7446 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7449         don't redisplay article for raw contents; remove plural articles stuff.
7450
7451         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7452         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7453         on gnus-summary-save-article; display results properly.
7454
7455 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7456
7457         * lpath.el: No need to fbind ns-focus-frame.
7458
7459 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7460
7461         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7462
7463 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * gnus-art.el (gnus-summary-save-in-pipe):
7466         Consider gnus-save-all-headers.
7467
7468 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7469
7470         * gnus-util.el (ns-focus-frame): Remove declaration.
7471         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7472         like x.
7473
7474 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7475
7476         * rfc2104.el (rfc2104-zero): Delete defconst.
7477         (rfc2104-hex-alist): Likewise.
7478         (rfc2104-hex-to-int): Delete func.
7479         (rfc2104-hexstring-to-bitstring): Likewise.
7480         (rfc2104-nybbles): New defconst.
7481         (rfc2104-hash): Rewrite for speed.
7482
7483 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * tls.el (open-tls-stream): Make it work with the 2nd argument
7486         BUFFER that is a string but does not exist as a buffer object, as
7487         mentioned in the doc-string.
7488
7489 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7490
7491         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7492         SXEmacs.
7493
7494 2008-07-16  Glenn Morris  <rgm@gnu.org>
7495
7496         * gnus-util.el (ns-focus-frame): Declare for compiler.
7497
7498 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7501         set as a group parameter.
7502         (gnus-summary-save-in-pipe): Work when it is called independently.
7503         (gnus-summary-pipe-to-muttprint): Don't modify
7504         gnus-summary-pipe-output-default-command.
7505
7506 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7507
7508         * message.el (message-send-mail-with-sendmail):
7509         Display the error message.
7510
7511 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * gnus-art.el (gnus-default-article-saver):
7514         Add gnus-summary-save-in-pipe to choices.
7515         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7516         gnus-summary-pipe-output-default-command as the default command.
7517         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7518         instead of gnus-last-shell-command.
7519
7520         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7521         New user option.
7522         (gnus-summary-muttprint-program): Mention the value will be changed.
7523         (gnus-summary-save-article): Force showing of all headers.
7524         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7525
7526 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7527
7528         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7529
7530 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7531
7532         * nnimap.el (nnimap-id):
7533         * sieve-manage.el (sieve-manage-open): Doc fixes.
7534
7535 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7536
7537         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7538         if available.
7539
7540 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7541
7542         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7543
7544         * nnkiboze.el (nnkiboze-generate-group):
7545         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7546
7547         * nnmairix.el: Require CL.
7548
7549 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * dgnushack.el: Autoload get-display-table and put-display-table for
7552         XEmacs 21.5.
7553
7554         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7555         21.4 and SXEmacs.
7556
7557 2008-06-15  David Engster  <dengste@eml.cc>
7558
7559         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7560
7561 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7562
7563         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7564         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7565         runtime choice under XEmacs.
7566
7567         * gnus-sum.el (gnus-summary-set-display-table):
7568         Use `gnus-put-display-table', `gnus-get-display-table',
7569         `gnus-set-display-table' for the display table, instead of `aset'.
7570
7571         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7572         Use `gnus-put-display-table', `gnus-get-display-table',
7573         `gnus-set-display-table' for the display table.
7574
7575 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7576
7577         * nnmairix.el: Add autoloads.
7578
7579 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7580
7581         * nnmairix.el (nnmairix-delete-recreate-group)
7582         (nnmairix-update-and-clear-marks): Fix error messages.
7583
7584 2008-06-14  David Engster  <dengste@eml.cc>
7585
7586         * nnmairix.el: Upgrade to version 0.6.
7587         (nnmairix-group-toggle-propmarks-this-group)
7588         (nnmairix-group-toggle-readmarks-this-group)
7589         (nnmairix-group-delete-recreate-this-group)
7590         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7591         (nnmairix-remove-tick-mark-original-article): New commands.
7592         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7593         (nnmairix-propagate-marks-to-nnmairix-groups)
7594         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7595         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7596         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7597         functions needed for marks propagation and manipulation of read marks.
7598         (nnmairix-update-groups): New function.
7599         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7600         (nnmairix-determine-original-group-from-registry)
7601         (nnmairix-determine-original-group-from-path)
7602         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7603         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7604         New helper functions.
7605         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7606         keystrokes for new commands.
7607         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7608         (nnmairix-request-group): Check allow-fast group parameter.
7609         (nnmairix-request-create-group): Set allow-fast group parameter if
7610         nnmairix-allowfast-default is set.
7611         (nnmairix-close-group): Propagate marks upon closing if needed.
7612         (nnmairix-group-toggle-threads-this-group): Use new.
7613         nnmairix-group-toggle-parameter helper function.
7614         (nnmairix-search): Better check for empty search result.
7615         (nnmairix-goto-original-article): Use new helper functions for
7616         determining original article.
7617         (nnmairix-show-original-article): Make sure message-id is in brackets.
7618         (nnmairix-call-mairix-binary): Change variable name.
7619         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7620         helper function.
7621         (nnmairix-widget-toggle-activate): Fix doc string.
7622
7623 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * nnir.el: Require edmacro when compiling with XEmacs.
7626         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7627         available in Emacs 21.
7628
7629 2008-06-11  Glenn Morris  <rgm@gnu.org>
7630
7631         * gnus-util.el (x-focus-frame):
7632         * gnus.el (image-size):
7633         * mm-decode.el (image-size): Declare.
7634
7635         * gnus-picon.el (declare-function): Add compat definition.
7636         (image-size): Declare.
7637
7638         * gnus-group.el (tool-bar-map):
7639         * gnus-sum.el (tool-bar-map): Define for compiler.
7640
7641         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7642
7643         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7644
7645         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7646         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7647         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7648         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7649         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7650         * sieve-manage.el, spam-report.el, spam.el:
7651         Remove unnecessary eval-and-compile of autoloads.
7652
7653 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7654
7655         * auth-source.el: Precise Tramp doc.
7656
7657 2008-06-07  Glenn Morris  <rgm@gnu.org>
7658
7659         * nnmairix.el: Remove unnecessary eval-when-compile.
7660
7661 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7662
7663         * lpath.el: Fbind propertize for XEmacs 21.4.
7664
7665 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7666
7667         * nnir.el: Move here from ../contrib.
7668
7669 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7670
7671         * gnus-util.el (gnus-read-shell-command): New function.
7672         * mm-decode.el (mm-pipe-part):
7673         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7674
7675 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7678
7679 2008-06-03  Glenn Morris  <rgm@gnu.org>
7680
7681         * pop3.el (nnheader-accept-process-output): Autoload it.
7682
7683 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7686         are not 2-digit hexadecimal characters that follow `%'s.
7687
7688 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * message.el (message-bogus-recipient-p): Fix type in doc string.
7691         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7692         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7693         Improve custom options.
7694         (message-bogus-recipient-p): Adjust accordingly.
7695
7696 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7697
7698         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7699         long-form month and day names.
7700
7701 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * dgnushack.el: Autoload debug, eudc-expand-inline and
7704         pgg-snarf-keys-region for XEmacs.
7705
7706         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7707
7708         * nnmairix.el: Require edmacro when compiling with XEmacs.
7709
7710 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7711
7712         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7713         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7714
7715 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7716
7717         * auth-source.el: Add more docs.
7718
7719         * netrc.el (netrc-machine): Always match if the port is not given.
7720
7721 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7722
7723         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7724         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7725         retrieval faster in some cases, but might make CPU usage larger.
7726         If this has any bad side effects, we might revert this change.
7727
7728         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7729         seems to make mail retrieval much, much faster.
7730         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7731         unconditionally.
7732
7733         * gnus-draft.el (gnus-group-send-queue):
7734         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7735
7736 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7737
7738         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7739
7740         * message.el (message-bogus-address-regexp): Fix and improve custom
7741         type.
7742         (message-setup-hook): Add message-check-recipients as custom option.
7743
7744 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7745
7746         * message.el (message-cite-function): Remove bogus autoload which crept
7747         in during merge from v5-10.
7748
7749 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7750
7751         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7752
7753         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7754
7755         * auth-source.el: Preliminary Tramp docs.
7756         (auth-sources): Change the default auth-sources to use
7757         EPA .gpg files.
7758
7759 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7760
7761         * nntp.el: Autoload `auth-source-user-or-password'.
7762         (nntp-send-authinfo): Use it.
7763
7764         * nnimap.el: Autoload `auth-source-user-or-password'.
7765         (nnimap-open-connection): Use it.
7766
7767         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7768         for the gnus-message function.
7769         (auth-source-user-or-password): Use it.
7770
7771 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7772
7773         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7774         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7775         (rfc2104-hash): Use it.
7776
7777 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7778
7779         * gnus-art.el (gnus-article-toggle-truncate-lines):
7780         Don't use `iff' in docstring.
7781
7782 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7783
7784         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7785
7786         * gnus-util.el (gnus-extract-address-component-name)
7787         (gnus-extract-address-component-email): Convenience functions around
7788         `gnus-extract-address-components'.
7789
7790         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7791         Use `gnus-extract-address-component-email' to fix bug of comparing full
7792         sender name to `user-mail-address'.
7793
7794 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7795
7796         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7797         catch/throw to optimize.
7798         (gnus-registry-find-keywords): Just use member to find a keyword.
7799
7800 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7801
7802         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7803         is current before calling gnus-server-prepare.
7804         (gnus-server-setup-buffer, gnus-server-update-server)
7805         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7806
7807 2008-05-04  Juri Linkov  <juri@jurta.org>
7808
7809         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7810         (mailcap-file-default-commands): Use mailcap-replace-in-string
7811         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7812         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7813
7814 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7815
7816         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7817
7818 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7819
7820         * gnus.el: Bump version to 0.11.
7821
7822 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7823
7824         * gnus.el: No Gnus v0.10 is released.
7825
7826 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7827
7828         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7829         hooks.
7830         (gnus-update-read-articles): Speed up non-marks-using users.
7831         (gnus-use-marks): Define gnus-use-marks.
7832         (gnus-propagate-marks): Rename variable to something more sensible.
7833
7834 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7835
7836         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7837         (gmm-image-load-path-for-library): Fix typos in docstrings.
7838         (gmm-message): Reflow docstring.
7839
7840 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7841
7842         * mail-source.el (mail-source-set-1, mail-source-bind):
7843         Move auth-source code out of the macro to clean it up and fix bugs.
7844
7845 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7846
7847         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7848         by sender if it's equal to user-mail-address, it's likely to be
7849         useless.
7850
7851         * mail-source.el (mail-source-bind): Don't use user or password if they
7852         are not bound.  Unintern them if they are nil.  Don't use server unless
7853         it's bound, and default it to empty string otherwise.
7854
7855 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7856
7857         * mail-source.el: Load auth-source.el.
7858         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7859         get user name or password, if auth-sources is set up.
7860
7861         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7862         strategy of splitting with parent.
7863         (gnus-registry-split-fancy-with-parent)
7864         (gnus-registry-post-process-groups): Use it and fix prior
7865         bug (returning a list as the split result).
7866
7867         * auth-source.el (auth-sources): Remove server parameter.
7868         (auth-source-pick, auth-source-user-or-password)
7869         (auth-source-user-or-password-imap)
7870         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7871         (auth-source-user-or-password-sftp)
7872         (auth-source-user-or-password-smtp): Remove server parameter.
7873
7874 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7875
7876         * smime.el (smime-sign-region, smime-encrypt-region)
7877         (smime-decrypt-region):
7878         Remove redundant calls to `generate-new-buffer-name'.
7879
7880 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7881
7882         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7883         Don't use QP for message/rfc822.
7884         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7885
7886 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7887
7888         * sieve-manage.el (sieve-string-bytes): Remove.
7889         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7890         correct byte-length only if the process's coding-system is the same as
7891         the one used internally by Emacs to represent strings.
7892
7893 2008-04-22  Juri Linkov  <juri@jurta.org>
7894
7895         * mailcap.el (mailcap-file-default-commands): New function.
7896
7897 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7898
7899         * message.el (message-signature-separator, message-cite-function):
7900         Change custom version.
7901
7902 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7903
7904         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7905         commands.
7906         (tls-checktrust): Ditto.
7907
7908 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7909
7910         * mm-decode.el (mm-display-external): Make temp file read-only.
7911
7912 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7913
7914         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7915         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7916         `C-c C-f d'.
7917
7918 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7919
7920         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7921
7922 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7923
7924         * gnus.el: Bump version to 0.9.
7925
7926 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7927
7928         * gnus.el: No Gnus v0.8 is released.
7929
7930 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7931
7932         * mail-source.el (mail-source-value):
7933         Prefer fboundp to functionp so it works with macros as well.
7934
7935 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7936
7937         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7938         Fix last change in case the element is not even a symbol.
7939
7940 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7941
7942         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7943         Prefer fboundp to functionp so it works with macros as well.
7944
7945 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7946
7947         * auth-source.el: Add docs.
7948         (auth-sources): Modify format to support server.
7949         (auth-source-pick, auth-source-user-or-password)
7950         (auth-source-user-or-password-imap)
7951         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7952         (auth-source-user-or-password-sftp)
7953         (auth-source-user-or-password-smtp): Add server parameter.
7954
7955 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7956
7957         * gnus-registry.el: Initialize the registry when gnus-registry-install
7958         is t.
7959
7960 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * compface.el (uncompface): Make buffer unibyte.
7963
7964 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7965
7966         * mail-source.el (mail-source-value):
7967         Prefer fboundp to functionp so it works with macros as well.
7968
7969 2008-04-05  Glenn Morris  <rgm@gnu.org>
7970
7971         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7972
7973 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7974
7975         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7976         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7977
7978         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7979         multibyteness after rather than before erasing it.
7980
7981         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7982         mm-with-multibyte.
7983         (gnus-request-article-this-buffer): Make sure the proper decoding is
7984         used if gnus-original-article-buffer happens to be unibyte.
7985
7986         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7987         default-enable-multibyte-characters.
7988
7989         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7990         default-enable-multibyte-characters.
7991
7992         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7993
7994         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7995
7996 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7997
7998         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7999         Fix last change in case the element is not even a symbol.
8000
8001 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8002
8003         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8004         (imap-message-copyuid-1): Use it.
8005         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8006         J. Williams in
8007         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8008
8009         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8010         imap-enable-exchange-bug-workaround.
8011         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8012
8013 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8014
8015         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8016         a 100 byte status-checks into a 2-3MB transfer for each group.
8017         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8018         to enable bug workaround or not.
8019         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8020
8021 2008-03-31  Glenn Morris  <rgm@gnu.org>
8022
8023         * message.el (mml2015-use): Declare for compiler.
8024         (message-info): Require mml2015 when appropriate.
8025
8026 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8029         whitespace.
8030
8031 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8032
8033         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8034         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8035         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8036         (nntp-service-to-port): New function.
8037         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8038         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8039         (nntp-open-netcat-stream): New function.
8040         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8041
8042 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8043
8044         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8045
8046 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8047
8048         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8049
8050 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8051
8052         * dns.el (dns-write): Use set-buffer-multibyte.
8053
8054 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8055
8056         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8057
8058 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8059
8060         * message.el (message-signature-separator): Change default.
8061         Improve custom type.
8062         (message-cite-function): Change default to
8063         message-cite-original-without-signature.
8064
8065         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8066         toggle.
8067
8068         * message.el (message-check-news-body-syntax): Fix signature check.
8069         (message-setup-1): Mark buffer as unmodified _after_ running
8070         message-setup-hook and handling message-alternative-emails.
8071         (message-shorten-references): Be more strict when building list of
8072         valid references to comply with GNKSA.
8073
8074         * gnus-group.el (gnus-read-ephemeral-bug-group)
8075         (gnus-read-ephemeral-debian-bug-group)
8076         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8077
8078         * message.el (message-info): Don't use booleanp which isn't supported
8079         in Emacs 21 and XEmacs.
8080
8081 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8084         gnus-group-gmane-group-download-format.
8085         (gnus-group-read-ephemeral-gmane-group): Rename from
8086         gnus-group-read-ephemeral-gmane-group.
8087         (gnus-read-ephemeral-gmane-group-url): Rename from
8088         gnus-group-read-ephemeral-gmane-group-url.
8089         (gnus-bug-group-download-format-alist): New variable.
8090         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8091         (gnus-read-ephemeral-emacs-bug-group): New commands.
8092
8093 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8094
8095         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8096         (gnus-visible-headers): Improve custom type.
8097
8098 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8099
8100         * mml.el (mml-menu): Add workarounds for XEmacs.
8101
8102         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8103         X-Boundary header.
8104
8105         * message.el (message-simplify-recipients): Fix previous commit.
8106
8107 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8108
8109         * mm-util.el (mm-set-buffer-multibyte): New function.
8110         * mm-decode.el (mm-copy-to-buffer): Use it.
8111
8112         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8113         Prefer fboundp to functionp so it works with macros as well.
8114
8115 2008-03-19  Glenn Morris  <rgm@gnu.org>
8116
8117         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8118         Accidentally removed in the sync process with Emacs.
8119
8120 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8121
8122         * message.el (message-alter-recipients-discard-bogus-full-name):
8123         New function.
8124         (message-alter-recipients-function): New variable.
8125         (message-get-reply-headers): Use it.
8126         (message-replace-header): New helper function.
8127         (message-recipients-without-full-name): New variable.
8128         (message-simplify-recipients): New command.
8129
8130         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8131
8132         * message.el (message-info): Handle EasyPG manual.
8133
8134         * mml.el (mml-menu): Add entry for EasyPG.
8135
8136 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8137
8138         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8139         parameter.
8140
8141         * message.el (message-disassociate-draft): Specify drafts group name
8142         fully.
8143
8144 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8145
8146         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8147         Eliminate unnecessary duplicates from the match list.
8148
8149 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8152
8153         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8154
8155         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8156         args of `how-many' of which the XEmacs version doesn't take; declare
8157         Info-index-next as function.
8158
8159 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8160
8161         * gnus-score.el (gnus-score-headers): Fix handling of
8162         gnus-inhibit-slow-scoring.
8163
8164         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8165         string.
8166         (gnus-button-url-regexp): Improve handling of parenthesis.
8167         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8168         (gnus-button-handle-info-keystrokes): Handle index entries.
8169
8170 2008-03-15  Glenn Morris  <rgm@gnu.org>
8171
8172         * parse-time.el (parse-time-string): Simplify.
8173
8174 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8177         Incoming* files.
8178
8179 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8180
8181         * auth-source.el (auth-sources): Rename from auth-source-choices.
8182         (auth-source-pick): Use it.
8183
8184 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8185
8186         * binhex.el (binhex-decode-region-internal):
8187         * uudecode.el (uudecode-decode-region-internal):
8188         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8189         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8190         setting default-enable-multibyte-characters.
8191
8192 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8193
8194         * auth-source.el (auth-source-protocols)
8195         (auth-source-protocols-customize, auth-source-choices): Add and
8196         modified variable customizations and defaults.
8197         (auth-source-pick, auth-source-user-or-password)
8198         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8199         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8200         (auth-source-user-or-password-sftp)
8201         (auth-source-user-or-password-smtp): Use new variables and provide an
8202         interface to netrc.el.
8203
8204 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8207         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8208         Make sure the nntp port to specify is a string.
8209
8210 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8211
8212         * nntp.el: Use with-current-buffer.
8213         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8214         dubious mm-with-unibyte-current-buffer.
8215         (nntp-with-open-group-function): New function extracted from
8216         nntp-with-open-group macro.
8217         (nntp-with-open-group): Use the function, so it's easier to debug.
8218         Add indentation and debugging info.
8219         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8220         Recommend the use of the netcat alternatives.
8221
8222         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8223         Avoid mm-string-as-multibyte as well.
8224
8225         * nnweb.el (nnweb-insert-html):
8226         Remove use of nnheader-string-as-multibyte.
8227
8228         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8229         (nnheader-string-as-multibyte): Remove.
8230
8231         * mm-view.el: Use inhibit-read-only.
8232         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8233         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8234         or unibyte-string.
8235
8236         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8237         (mm-uu-yenc-extract): Use with-current-buffer.
8238
8239         * gnus-soup.el (gnus-soup-send-packet): Don't use
8240         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8241
8242         * nnmh.el: Use with-current-buffer.
8243         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8244         mm-string-as-multibyte on the output of mm-encode-coding-string.
8245
8246         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8247         (nnimap-request-move-article): Use with-current-buffer.
8248
8249         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8250         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8251         conversion uses string-make-unibyte rather than string-as-unibyte.
8252
8253         * gnus-msg.el: Use with-current-buffer.
8254
8255         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8256
8257 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8258
8259         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8260         string for caching if it is 'PIN.
8261
8262 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * lpath.el: Consider the case without Emacs/W3.
8265
8266 2008-03-08  Glenn Morris  <rgm@gnu.org>
8267
8268         * time-date.el (date-to-time, time-subtract, time-add)
8269         (safe-date-to-time): Doc fixes.
8270
8271 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8272
8273         * mail-source.el (mail-source-delete-old-incoming-confirm):
8274         Change default to nil.
8275         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8276
8277 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * lpath.el: Rearrange.
8280
8281         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8282         (gnus-article-goto-prev-page): Work for articles having ^L's.
8283
8284         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8285
8286         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8287
8288 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8289
8290         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8291         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8292         (gnus-bookmark-jump): Adjust some variable names.
8293
8294 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8295
8296         * auth-source.el: New package.
8297         (auth-source-choices): Add customization entry point variable.
8298
8299         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8300         bug.
8301
8302 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8303
8304         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8305         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8306         (gnus-registry-install-shortcuts): Rename from
8307         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8308         the `gnus-registry-mark-map' keymap dynamically from
8309         `gnus-registry-marks'.  The generated functions update the summary line
8310         when a registry mark is added or deleted, and will call
8311         `gnus-registry-install-p' (see the comments in the code).
8312         (gnus-registry-user-format-function-M): Use concat intelligently.
8313
8314         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8315         the registry mark functions.
8316
8317 2008-03-05  Glenn Morris  <rgm@gnu.org>
8318
8319         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8320         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8321         gnus-art.
8322         (top-level): No need to load own source when compiling.
8323
8324 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8325
8326         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8327         Suggested by <chris.anderton@zetnet.co.uk>.
8328
8329 2008-03-04  Glenn Morris  <rgm@gnu.org>
8330
8331         * gnus-sum.el (top-level): No need to require gnus when compiling,
8332         since unconditionally required near start of file.
8333         (gnus-summary-display-while-building): Move definition before use.
8334
8335 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8336
8337         * gnus-registry.el (gnus-registry-user-format-function-M):
8338         Add formatting function.
8339
8340 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8341
8342         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8343         with plists.
8344         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8345         Use new format.
8346
8347 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8350         `where-is-internal' that returns a range of key sequences.
8351
8352 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8353
8354         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8355
8356         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8357         (gnus-summary-jump-to-group): Consider windows on other displayed
8358         frames as well.  Similar changes might be needed elsewhere, but that's
8359         the one I've bumped into during my use.
8360
8361         * nndoc.el (nndoc-oe-dbx-type-p):
8362         * gnus-msg.el (gnus-debug):
8363         * gnus-group.el (gnus-update-group-mark-positions):
8364         Use mm-string-to-multibyte.
8365
8366 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8369         doesn't handle NotDashEscaped.
8370
8371         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8372         (mml-dnd-attach-options): Fix typo in custom choice.
8373
8374         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8375         Change nndoc-article-type to mbox.
8376         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8377
8378         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8379         to nil, instead of html2text.
8380
8381         * imap.el (imap-debug): Add `imap-ping-server'.
8382
8383         * gnus-bookmark.el: Add FIXMEs.
8384
8385         * message.el (message-form-letter-separator)
8386         (message-send-form-letter-delay): New variables.
8387         (message-send-form-letter): Use them.  New command to send form
8388         letters.  Requested by Uwe Siart.
8389         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8390
8391 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8392
8393         * Update copyright years.
8394
8395 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8396
8397         Sync from EMACS_22_BASE.
8398
8399         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8400
8401 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8402
8403         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8404         empty author.
8405
8406 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8407
8408         * gnus-registry.el (gnus-registry-marks): Add variable for
8409         customization of marks and their appearance.
8410         (gnus-registry-read-mark): Use it.
8411         (gnus-registry-do-marks): Add utility function to loop through
8412         `gnus-registry-marks'.
8413         (gnus-registry-install-shortcuts-and-menus): Add function to install
8414         shortcuts and menus.
8415         (gnus-registry-initialize): Use it.
8416         (gnus-registry-default-mark): Clarify documentation.
8417
8418 2008-02-29  Glenn Morris  <rgm@gnu.org>
8419
8420         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8421         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8422         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8423         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8424         Change defcustom :version from 23.0 to 23.1.
8425
8426 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8427
8428         * gnus-registry.el (gnus-registry-follow-group-p)
8429         (gnus-registry-post-process-groups): Add functions to aid registry
8430         splitting and improve logging.  Clarify behavior in function
8431         documentation.
8432         (gnus-registry-split-fancy-with-parent): Use them.
8433
8434 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8435
8436         * gnus-art.el: Use with-current-buffer.
8437
8438 2008-02-27  David Engster  <dengste@eml.cc>
8439
8440         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8441         Express real group name in the response.
8442
8443 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8446         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8447         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8448         autoload gnus-registry-fetch-group when compiling.
8449         (nnmairix-request-group-with-article-number-correction):
8450         Remove unreferenced argument passed to nnmairix-call-backend.
8451
8452 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8455         (mm-uu-extract): Improve face for low color ttys.
8456         Reported by Sascha Wilde.
8457
8458 2008-02-27  Glenn Morris  <rgm@gnu.org>
8459
8460         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8461         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8462         variables to defconsts.  Convert comments to doc-strings.
8463         (nnmairix-last-server, nnmairix-current-server): Convert from free
8464         variables to defvars.  Convert comments to doc-strings.
8465         (gnus-registry-fetch-group): Autoload.
8466         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8467         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8468         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8469         caddr.
8470         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8471         nnmairix-request-group-with-article-number-correction call.
8472         (nnmairix-fast, nnmairix-group): New, less general names, for free
8473         variables passed from nnmairix-request-group to
8474         nnmairix-request-group-with-article-number-correction.  Declare.
8475         (nnmairix-request-group-with-article-number-correction):
8476         Use nnmairix-fast, nnmairix-group rather than fast, group.
8477
8478 2008-02-26  David Engster  <dengste@eml.cc>
8479
8480         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8481         version 0.5.
8482
8483 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8484
8485         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8486         instead of making an extra function call.  Don't add the current group
8487         to articles only when they have the group.  Use
8488         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8489         Reported by David <de_bb@arcor.de>.
8490
8491 2008-02-24  Miles Bader  <miles@gnu.org>
8492
8493         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8494         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8495         (mm-find-mime-charset-region):
8496         * mm-bodies.el (mm-encode-body):
8497         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8498
8499 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8502         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8503
8504 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8505
8506         * mail-source.el (mail-source-delete-incoming): Change default.
8507         Supplement doc string.
8508
8509         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8510
8511 2008-02-14  Glenn Morris  <rgm@gnu.org>
8512
8513         * time-date.el (format-seconds): New function.
8514
8515 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8516
8517         * nnmail.el (nnmail-message-id-cache-file): Derive from
8518         `gnus-home-directory'.
8519
8520 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8521
8522         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8523         Document negative prefix.
8524
8525         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8526
8527 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8528
8529         * message.el (message-unsent-separator): Add the Exim bounce
8530         separator.
8531
8532 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8533
8534         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8535         list.
8536         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8537         recipient/signer list.
8538
8539 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * Makefile.in (datarootdir): Define.
8542         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8543         name that might contain whitespace.
8544
8545 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8546
8547         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8548         fbound (Emacs 23 unicode), signal an error.
8549
8550 2008-02-08  Glenn Morris  <rgm@gnu.org>
8551
8552         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8553
8554 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8555
8556         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8557         ports to the calls to `netrc-machine-user-or-password' in addition to
8558         "imap" and "imaps".
8559
8560 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8561
8562         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8563
8564         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8565
8566 2008-02-01  Kenichi Handa  <handa@m17n.org>
8567
8568         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8569         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8570         (rfc2104-hash): Convert the result of concat to unibyte string.
8571
8572 2008-02-01  Dave Love  <fx@gnu.org>
8573
8574         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8575         coding-system-for-read.
8576         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8577
8578 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8579
8580         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8581         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8582         <hanche@math.ntnu.no>.
8583
8584 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8587
8588         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8589
8590 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8591
8592         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8593         * message.el (message-beginning-of-line): Use featurep instead of bound
8594         tests in order to resolve conditionals at compile time.
8595
8596 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8597
8598         * mail-source.el (mail-sources): Add `group' choice.
8599
8600         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8601         parameter `in-group' to control into which group the articles go.
8602         Add treatment of `group' mail-source.
8603
8604 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8607
8608         * mm-decode.el (mm-dissect-buffer): Decode description.
8609
8610         * mml.el (mml-to-mime): Encode message header first.
8611
8612 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8615         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8616
8617         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8618         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8619
8620 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8621
8622         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8623
8624 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8627         prefix keys.
8628         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8629         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8630         gnus-xmas.el.
8631
8632         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8633         (gnus-xmas-article-describe-bindings): New function.
8634         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8635         gnus-xmas-article-describe-bindings.
8636
8637         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8638
8639 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8640
8641         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8642         Add new variables for article mark management.
8643         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8644         list of extra data entries which, when present, will indicate that the
8645         article ID should not be trimmed from the registry.
8646         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8647         functions.
8648         (gnus-registry-read-mark): New function to read a mark name from the
8649         user.
8650         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8651         (gnus-registry-set-article-mark-internal): New functions to add and
8652         remove marks.
8653         (gnus-registry-get-article-marks): New function to show the marks for
8654         an article, or retrieve them for further use.
8655
8656 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8657
8658         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8659         keys when no argument is given.
8660
8661 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8662
8663         * imap.el (imap-ping-server): New variable.
8664         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8665         (imap-ping-server): Minor doc string fixes.
8666
8667 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8668
8669         * imap.el (imap-ping-server): New function.
8670         (imap-opened): Call imap-ping-server.
8671
8672 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * gnus-sum.el (gnus-article-sort-by-random)
8675         (gnus-thread-sort-by-random): Fix doc strings.
8676         Reported by jidanni@jidanni.org.
8677
8678 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * gnus-art.el (gnus-article-describe-bindings): New function.
8681         (gnus-article-read-summary-keys): Use it.
8682         (gnus-article-mode-map): Bind `C-h b' to it.
8683
8684 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8687         XEmacs.
8688         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8689         Protect against non-character events.
8690
8691         * lpath.el: Fbind map-keymap for Emacs 21.
8692
8693 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8696         New command.
8697         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8698         instead of END.  Change name of the temp file.
8699         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8700         customizable.
8701
8702 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8705         bind `S W' to gnus-article-wide-reply-with-original; set default
8706         binding to gnus-article-read-summary-send-keys.
8707         (gnus-article-read-summary-keys): Fix the order of keys; display
8708         continuation keys correctly in the echo area; describe bindings
8709         correctly when keys end with `C-h'.
8710         (gnus-article-read-summary-send-keys): New function.
8711         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8712         Work for gnus-article-read-summary-send-keys; display continuation keys
8713         correctly in the echo area.
8714         (gnus-article-reply-with-original): Ignore prefix argument.
8715         (gnus-article-wide-reply-with-original): New function.
8716
8717         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8718         Emacs 21.
8719
8720 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8723         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8724
8725 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8726
8727         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8728         (gnus-group-read-ephemeral-gmane-group): New command.
8729
8730 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8731
8732         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8733
8734 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8735
8736         * message.el (message-send-mail-function): Increase custom version.
8737
8738         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8739         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8740
8741 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8742
8743         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8744         for the cases where imap-authenticate is called with a nil buffer
8745         parameter.
8746
8747 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8748
8749         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8750         html parts correctly; support forwarded messages.
8751         (gnus-article-browse-html-article): Remove work buffers.
8752
8753         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8754         compiling.
8755         (netrc-bound-and-true-p): New macro.
8756         (netrc-parse): Use it instead of bound-and-true-p that is not available
8757         in XEmacs 21.4.
8758
8759 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8760
8761         * gnus-registry.el (gnus-registry-mark-article)
8762         (gnus-registry-article-marks): Add functionality to mark articles
8763         through the Gnus registry.
8764
8765         * encrypt.el: Clarify documentation for the new pgg method.
8766         (encrypt-file-alist): Add PGG option.
8767         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8768         functionality.  Abstract password key and messaging to external
8769         functions.
8770         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8771         (encrypt-message-method-and-cipher): Add new convenience external
8772         functions.
8773         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8774         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8775
8776         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8777         (netrc-parse): Use encrypt-file-alist to determine if
8778         encrypt-find-model or encrypt-insert-file-contents should be used.
8779
8780         * encrypt.el: Clarify documentation.  Load password-cache or
8781         password, whichever one is found first, instead of autoloading.
8782
8783 2007-12-19  Glenn Morris  <rgm@gnu.org>
8784
8785         * mml.el (message-options-set, message-narrow-to-head)
8786         (message-in-body-p, message-mail-p, message-encode-message-body):
8787         Autoload.
8788         (message-remove-header, message-narrow-to-headers-or-head)
8789         (message-subscribed-p, message-make-mail-followup-to)
8790         (message-position-on-field, message-news-p)
8791         (message-options-set-recipient, message-generate-headers)
8792         (message-sort-headers): Declare as functions.
8793
8794 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8795
8796         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8797         convention in doc string.
8798
8799 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8802         title to html parts.
8803         (gnus-article-browse-html-article): Pass message header to it.
8804
8805         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8806
8807 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8808
8809         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8810         or password compatible with XEmacs.
8811
8812 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8813
8814         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8815         format document.
8816         (gnus-mime-delete-part): Don't write description line if empty.
8817         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8818
8819 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8820
8821         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8822         (gnus-summary-mark-read-and-unread-as-read)
8823         (gnus-summary-mark-current-read-and-unread-as-read)
8824         (gnus-summary-mark-unread-as-ticked): Doc fix.
8825         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8826
8827 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8828
8829         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8830         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8831
8832 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8833
8834         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8835         yes-or-no-p.
8836
8837 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * mm-decode.el (mm-add-meta-html-tag): New function.
8840         (mm-save-part-to-file, mm-pipe-part): Use it.
8841
8842         * gnus-art.el (gnus-article-browse-delete-temp-files):
8843         Use gnus-y-or-n-p instead of y-or-n-p.
8844         (gnus-article-browse-html-parts): Work with message/external-body; use
8845         mm-add-meta-html-tag.
8846
8847 2007-12-11  Glenn Morris  <rgm@gnu.org>
8848
8849         * gnus-cache.el: Require gnus-sum not just when compiling.
8850
8851         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8852
8853         * gnus-int.el (gnus-server-opened, gnus-status-message):
8854         Move definitions before use.
8855
8856         * mm-decode.el: Require gnus-util.
8857         (mm-remove-part): Only call delete-annotation on XEmacs.
8858
8859         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8860
8861         * nnmail.el: Require gnus-int.
8862
8863         * spam.el: Move `require's before `eval-when-compile's.
8864
8865         * gnus-ems.el (gnus-alive-p):
8866         * gnus-fun.el (message-goto-eoh):
8867         * gnus-util.el (gnus-group-name-decode):
8868         * mail-source.el (gnus-compress-sequence):
8869         * message.el (Info-goto-node, format-spec):
8870         * mm-bodies.el (message-options-get):
8871         * mm-decode.el (mm-view-pkcs7):
8872         * mm-util.el (gmm-write-region):
8873         * mml-smime.el (mml-compute-boundary)
8874         (gnus-completing-read-with-default):
8875         * mml.el (widget-button-press, gnus-make-hashtable):
8876         * mml1991.el (mm-decode-content-transfer-encoding)
8877         (mm-encode-content-transfer-encoding)
8878         (message-options-get, message-options-set):
8879         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8880         * nnfolder.el (gnus-request-group):
8881         * nnheader.el (ietf-drums-unfold-fws):
8882         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8883         * smime.el (gnus-run-mode-hooks):
8884         * spam-stat.el (gnus-message): Autoload.
8885
8886         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8887         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8888         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8889         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8890         Add declare-function compatibility definition.
8891
8892         * gnus-cache.el (nnvirtual-find-group-art):
8893         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8894         (gnus-add-image, gnus-add-wash-type):
8895         * gnus-group.el (nnkiboze-score-file):
8896         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8897         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8898         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8899         (message-tokenize-header, gnus-get-buffer-create)
8900         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8901         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8902         * gnus.el (gnus-group-decoded-name):
8903         * mail-source.el (imap-capability):
8904         * mm-bodies.el (message-options-set):
8905         * mm-decode.el (gnus-configure-windows):
8906         * mm-extern.el (message-goto-body):
8907         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8908         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8909         (epg-sub-key-validity, message-options-set):
8910         * mml.el (widget-event-point, gnus-configure-windows):
8911         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8912         * mml2015.el (epg-check-configuration, epg-configuration)
8913         (message-options-set):
8914         * nndb.el (nndb-request-article):
8915         * nnfolder.el (gnus-request-create-group):
8916         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8917         * nnmaildir.el (gnus-group-mark-article-read):
8918         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8919         * rfc1843.el (message-fetch-field):
8920         * spam.el (gnus-extract-address-components):
8921         Declare as functions.
8922
8923 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8926
8927         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8928
8929         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8930         bind show-trailing-whitespace for XEmacs.
8931
8932 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8935         new no-op macro for backward compatibility.
8936
8937         * imap.el (imap-string-to-integer): New function.
8938
8939 2007-12-09  Glenn Morris  <rgm@gnu.org>
8940
8941         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8942
8943         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8944         * message.el, mm-view.el, sieve-manage.el, smime.el:
8945         Add declare-function compatibility definition.
8946
8947         * gnus-art.el (w3-region, w3m-region, Info-menu):
8948         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8949         * gnus-sum.el (gnus-get-predicate):
8950         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8951         * message.el (mail-abbrev-in-expansion-header-p):
8952         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8953         (w3m-detect-meta-charset, w3m-region):
8954         * sieve-manage.el (password-read, password-cache-add)
8955         (password-cache-remove):
8956         * smime.el (password-read-and-add): Declare as functions.
8957
8958 2007-12-08  David Kastrup  <dak@gnu.org>
8959
8960         * gnus-sum.el (gnus-summary-simplify-subject-query):
8961         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8962         `message'.
8963
8964 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8967         it to bind idna-program, installation-directory, defined-colors, and
8968         face-attribute for XEmacs of the version that compiles defcustom forms.
8969
8970 2007-12-07  Glenn Morris  <rgm@gnu.org>
8971
8972         * gnus-art.el (article-make-date-line): Revert previous change.
8973
8974 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8977
8978 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8979
8980         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8981         Call gnus-add-to-range ranges only once with a prepared article-list.
8982
8983 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8984
8985         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8986         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8987         group names with backslashes.
8988         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8989
8990 2007-12-06  Deepak Goel  <deego3@gmail.com>
8991
8992         * gnus-art.el (article-make-date-line):
8993         * gnus-start.el (gnus-load):
8994         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8995
8996 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * gnus-art.el (gnus-use-idna)
8999         * gnus-start.el (gnus-site-init-file)
9000         * message.el (message-use-idna)
9001         * mm-uu.el (mm-uu-hide-markers)
9002         * smiley.el (smiley-style): Revert changes that suppress warnings.
9003
9004 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9007         specify charset to html source.
9008         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9009
9010 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9011
9012         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9013         idna-program in order to suppress byte compile warning issued by XEmacs
9014         that came to byte compile the default value section of defcustom forms
9015         recently.
9016
9017         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9018         value of installation-directory.
9019
9020         * message.el (message-use-idna): Don't directly refer to the value of
9021         idna-program.
9022
9023         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9024
9025         * smiley.el (smiley-style): Don't directly call face-attribute.
9026
9027 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9028
9029         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9030
9031         * gnus-dired.el: Reduce Gnus dependencies.
9032         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9033         Don't require.  Use autoloads instead.
9034         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9035         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9036         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9037         (gnus-dired-mode): Adjust doc string.
9038         (gnus-dired-mail-mode): New variable.
9039         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9040         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9041         (gnus-dired-mail-buffers): New function.  Return mail or message
9042         composition buffers.
9043         (gnus-dired-attach): Use it.
9044         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9045         NO-DECODE.
9046         (gnus-dired-print): Use `gnus-print-buffer' depending on
9047         `gnus-dired-mail-mode'.
9048
9049 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * rfc2047.el (rfc2047-encoded-word-regexp)
9052         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9053         explaining what regexp patterns are for.
9054
9055 2007-12-04  Glenn Morris  <rgm@gnu.org>
9056
9057         * password.el: Move to password-cache.el.
9058
9059         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9060         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9061         * mml-smime.el (password-read, password-cache-add)
9062         (password-cache-remove):
9063         No need to autoload, since mml-sec requires password.
9064
9065         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9066         * message.el (gnus-extract-address-components):
9067         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9068
9069         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9070         password.
9071
9072 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9073
9074         * mailcap.el: Reduce dependencies.
9075         (mail-header-parse-content-type): Autoload.
9076         (mailcap-delete-duplicates): New alias.
9077         (mailcap-mime-info): Add optional argument NO-DECODE.
9078         (mailcap-mime-types): Use mailcap-delete-duplicates.
9079
9080         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9081
9082 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9083
9084         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9085         (imap-parse-status): Upcase status-att for servers that sends them
9086         lower-case (e.g., MS Exchange 2007).
9087
9088 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9089
9090         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9091         function.
9092
9093         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9094         (gnus-uu-yenc-article): New function.
9095
9096         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9097
9098         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9099
9100 2007-12-02  Glenn Morris  <rgm@gnu.org>
9101
9102         * binhex.el (binhex): New custom group.
9103         (binhex-decoder-program, binhex-decoder-switches)
9104         (binhex-use-external): Move to the binhex custom group.
9105
9106         * uudecode.el (uudecode): New custom group.
9107         (uudecode-decoder-program, uudecode-decoder-switches)
9108         (uudecode-use-external): Move to the uudecode custom group.
9109
9110         * netrc.el (top-level): Don't load `encrypt' features.
9111         (netrc-parse): Don't use encrypt.
9112         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9113
9114         * encrypt.el: Remove file.
9115
9116 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9117
9118         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9119         matches on patches.
9120
9121         * gnus-art.el (gnus-article-browse-html-article):
9122         Mention `mm-text-html-renderer' in the doc string.
9123
9124         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9125         string.  Add comments.
9126
9127         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9128         if rhs is ASCII.
9129
9130 2007-12-01  Glenn Morris  <rgm@gnu.org>
9131
9132         * mail-source.el (top-level): Require format-spec before
9133         eval-when-compile.
9134
9135 2007-11-30  Glenn Morris  <rgm@gnu.org>
9136
9137         * encrypt.el: Require password, rather than autoloading password-read.
9138
9139 2007-11-29  Glenn Morris  <rgm@gnu.org>
9140
9141         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9142         (sasl-make-client, sasl-next-step, sasl-step-data)
9143         (sasl-step-set-data): Declare as functions.
9144
9145 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9146
9147         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9148
9149 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9150
9151         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9152         certs should be verified and what is to be done in the event of a
9153         verification failure.
9154
9155         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9156         caller can indicate whether the cache should be disregarded for this
9157         call.  This way the result of the call is reproducible at all times and
9158         can be considered a canonical server name for the supplied method.
9159         (gnus-agent-method-p): Canonicalize server names by pushing their
9160         method through `gnus-method-to-server' using the no-cache argument.
9161
9162         * gnus-srvr.el (gnus-server-insert-server-line):
9163         Call `gnus-method-to-server' with `no-cache' argument.
9164
9165         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9166         gnus-agent-possibly-synchronize-flags as this should be called when the
9167         server is actually being opened.
9168         (gnus-agent-possibly-synchronize-flags)
9169         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9170         flags file of an agentized server to the latter function.
9171
9172         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9173         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9174         after a connection has been established successfully.
9175
9176 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * gnus-art.el (article-display-face): Force to display face if called
9179         interactively; check if gnus-article-x-face-too-ugly matches author.
9180         (article-display-x-face): Display face even if From header is missing
9181         as article-display-face does.
9182
9183 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9184
9185         * hashcash.el (message-narrow-to-headers-or-head)
9186         (message-fetch-field, message-goto-eoh)
9187         (message-narrow-to-headers): Declare as functions.
9188
9189 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * mail-source.el (mail-sources): Default to fetch from file for
9192         compatibility with default of nnmail-spool-file.
9193
9194 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9197         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9198         to look for encoded word that should be encoded again.
9199         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9200         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9201         encoding pattern.
9202         (rfc2047-decode-region): Switch strict regexp and loose one according
9203         to rfc2047-allow-irregular-q-encoded-words.
9204
9205 2007-11-25  Romain Francoise  <romain@orebokech.com>
9206
9207         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9208
9209 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9210
9211         * tls.el (tls-program): Provide more custom choices from
9212         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9213         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9214
9215 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9218         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9219
9220         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9221         `nnmail-spool-file'.
9222
9223         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9224         `nnmail-spool-file'.
9225
9226         * gnus-move.el (gnus-change-server): Ditto.
9227
9228         * gnus-kill.el (gnus-batch-score): Ditto.
9229
9230         * gnus-cache.el (gnus-jog-cache): Ditto.
9231
9232         * gnus-msg.el (gnus-summary-reply):
9233         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9234
9235 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9236
9237         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9238         version.  Minor improvement to doc strings.
9239         (tls-program): Add comment.
9240
9241 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9242
9243         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9244         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9245         mismatch between the hostname provided in the certificate and the name
9246         of the host connnecting to.
9247         (open-tls-stream): Use them.  Check certificates against trusted root
9248         certificates.
9249
9250 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9251
9252         * gnus-cache.el (gnus-cache-generate-nov-databases):
9253         Use nnml-generate-nov-databases-directory instead of
9254         nnml-generate-nov-databases-1.
9255
9256 2007-11-24  Glenn Morris  <rgm@gnu.org>
9257
9258         * message.el (message-tool-bar-retro): Update for rename
9259         mail_send.xpm->mail-send.xpm.
9260
9261 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9262
9263         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9264         `smime-ldap-search' for Emacs 22 and up.
9265
9266 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9267
9268         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9269
9270         * message.el (message-send-mail-function): Fix error convention.
9271         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9272         (message-widen-reply, message-send-mail, message-talkative-question)
9273         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9274         (message-clone-locals, message-send-news): Use with-current-buffer.
9275         (message-insert-or-toggle-importance): Remove unused var `valid'.
9276         (message-make-references): Remove unused var `new-references'.
9277         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9278
9279 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9280
9281         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9282         (spam-split-symbolic-return-positive): Reflow docstring.
9283         (spam-backends, spam-summary-exit-behavior)
9284         (spam-mark-ham-unread-before-move-from-spam-group)
9285         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9286         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9287         (spam-clear-cache, spam-backend-check, spam-install-backend)
9288         (spam-install-statistical-backend, spam-list-of-processors)
9289         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9290         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9291         (spam-check-crm114, spam-initialize, spam-unload-hook):
9292         Fix typos in docstrings.
9293
9294 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9295
9296         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9297         been checked if they have never been read and those group levels are
9298         higher than the one that a user specified.
9299
9300 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9301
9302         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9303         foreign groups unless a group level is specified by a user.
9304         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9305
9306 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9307
9308         * message.el (message-send-mail-function): Require sendmail.
9309
9310 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9311
9312         * message.el (message-send-mail-function): Check for smtpmail too.
9313
9314         * utf7.el (utf7-encode, utf7-decode): Use coding system
9315         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9316
9317         * message.el (message-send-mail-function): New function.
9318         (message-send-mail-function): Set default using
9319         message-send-mail-function.  Adjust doc string.
9320         (message-send-mail-with-mailclient): New function.
9321
9322 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9323
9324         * smime.el (from):
9325         * rfc2047.el (message-posting-charset):
9326         * qp.el (mm-use-ultra-safe-encoding):
9327         * pop3.el (parse-time-months):
9328         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9329         * nnml.el (files):
9330         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9331         (jka-compr-compression-info-list, ange-ftp-path-format)
9332         (efs-path-regexp):
9333         * nndiary.el (files):
9334         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9335         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9336         (epg-digest-algorithm-alist, inhibit-redisplay)
9337         (password-cache-expiry):
9338         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9339         (pgg-output-buffer, password-cache-expiry):
9340         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9341         (efs-path-regexp):
9342         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9343         (inhibit-redisplay):
9344         * mm-uu.el (file-name, start-point, end-point, entry)
9345         (gnus-newsgroup-name, gnus-newsgroup-charset):
9346         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9347         (latin-unity-ucs-list):
9348         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9349         (mm-uu-binhex-decode-function):
9350         * message.el (gnus-message-group-art, gnus-list-identifiers)
9351         (rmail-enable-mime-composing, gnus-local-organization)
9352         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9353         (gnus-read-active-file, facemenu-add-face-function)
9354         (facemenu-remove-face-function, gnus-article-decoded-p)
9355         (tool-bar-mode):
9356         * mail-source.el (display-time-mail-function):
9357         * gnus-util.el (nnmail-pathname-coding-system)
9358         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9359         (gnus-original-article-buffer, gnus-user-agent)
9360         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9361         (xemacs-codename, sxemacs-codename, emacs-program-version):
9362         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9363         * gnus-start.el (gnus-agent-covered-methods)
9364         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9365         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9366         (gnus-newsgroup-headers, gnus-group-list-mode)
9367         (gnus-group-mark-positions, gnus-newsgroup-data)
9368         (gnus-newsgroup-unreads, nnoo-state-alist)
9369         (gnus-current-select-method, mail-sources)
9370         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9371         (nnmail-spool-file, gnus-cache-active-hashtb):
9372         * gnus-mh.el (mh-lib-progs):
9373         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9374         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9375         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9376         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9377         (gnus-group-buffer):
9378         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9379         (font-lock-set-defaults):
9380         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9381         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9382         (gnus-summary-post-menu, total-parts, type, condition, length):
9383         * gnus-agent.el (gnus-agent-read-agentview):
9384         * flow-fill.el (show-trailing-whitespace):
9385         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9386         eval-and-compile wrappers for byte compiler pacifiers.
9387
9388         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9389         (mm-display-inline-fontify): Check for featurep 'xemacs not
9390         extent-list.
9391
9392         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9393         itimer-list.
9394         (mm-create-image-xemacs): Only do something for XEmacs.
9395         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9396
9397         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9398
9399         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9400         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9401
9402 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9403
9404         * nnimap.el (nnimap-split-download-body):
9405         * gnus-demon.el (gnus-demon):
9406         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9407
9408 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9409
9410         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9411         New macros.
9412         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9413         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9414         copy data from unibyte buffer to multibyte current buffer.
9415         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9416         to copy data from unibyte current buffer to multibyte buffer.
9417         (nntp-make-process-buffer): Make process buffer unibyte.
9418
9419         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9420
9421 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9422
9423         * pop3.el (pop3-open-server): Accept and process data more robustly at
9424         connexion start to avoid spurious "POP SSL connexion failed" errors.
9425
9426 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9427
9428         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9429         read group names.
9430
9431 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9432
9433         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9434
9435 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9438         (nnmail-save-active): Use a unibyte buffer when saving active file,
9439         which may contain non-ASCII group names.
9440
9441         * nnml.el (nnml-request-group): Decode group names in messages.
9442
9443 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9444
9445         * message.el (message-citation-line-function)
9446         (message-insert-formatted-citation-line): Fix spelling of
9447         `message-insert-formated-citation-line'.
9448
9449 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9450
9451         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9452
9453 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9456         nnmail-pathname-coding-system.
9457
9458         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9459         that a user enters; decode group names in messages.
9460
9461         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9462
9463 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9464
9465         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9466
9467         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9468
9469         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9470         risky local variable.
9471
9472         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9473
9474 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9475
9476         * encrypt.el: Improve documentation to fix function name typo.
9477         Reported by Daiki Ueno <ueno@unixuser.org>.
9478
9479 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9482         even if the point is not in the last page of an article.
9483         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9484         back to the previous page.
9485
9486 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9487
9488         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9489
9490 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9493
9494 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9495
9496         * message.el (message-check-news-body-syntax):
9497         Avoid mm-string-as-multibyte.
9498         (message-hide-headers): Don't assume (point-min)==1.
9499
9500 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9501
9502         * message.el (message-remove-blank-cited-lines): Fix if remove is
9503         given.
9504         (message-bogus-address-regexp): New variable.
9505         (message-bogus-recipient-p): New function.
9506         (message-check-recipients): New command.
9507         (message-syntax-checks): Add `bogus-recipient'.
9508         (message-fix-before-sending): Add `bogus-recipient'.
9509
9510         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9511         (gnus-treat-body-boundary): Don't test window-system.
9512
9513 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9514
9515         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9516
9517 2007-10-28  Miles Bader  <miles@gnu.org>
9518
9519         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9520         at compile-time too.
9521
9522 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9523
9524         * gnus-msg.el (gnus-message-setup-hook):
9525         Add `message-remove-blank-cited-lines' to options.
9526
9527 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9528
9529         * message.el (message-remove-blank-cited-lines): New function.
9530         Suggested by Karl Plästerer.
9531
9532 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9535         mapc.
9536
9537         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9538         (top-level): Use mapc to set functions to be traced for debugging.
9539
9540         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9541         called for effect with while loop.
9542
9543         * message.el (message-talkative-question): Replace mapcar called for
9544         effect with mapc.
9545
9546         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9547         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9548         called for effect with dolist.
9549
9550         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9551
9552         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9553         gnus-extra-headers and nnmail-extra-headers.
9554
9555         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9556         called for effect with dolist.
9557         (top-level): Use mapc to set functions to be traced for debugging.
9558
9559         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9560         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9561         dolist.
9562
9563         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9564         Replace mapcar called for effect with mapc.
9565         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9566         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9567         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9568         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9569
9570         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9571         remove-if that's a cl function.
9572
9573         * webmail.el (webmail-debug): Replace mapcar called for effect with
9574         dolist.
9575
9576         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9577         with mapc.
9578
9579 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9580
9581         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9582         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9583         with while loop.
9584
9585         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9586         functions from article-* functions.
9587         (gnus-multi-decode-header): Replace mapcar called for effect with
9588         dolist.
9589
9590         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9591         (gnus-bookmark-show-details): Replace mapcar called for effect with
9592         while loop.
9593
9594         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9595         called for effect with while loop.
9596
9597         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9598         with dolist.
9599
9600         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9601         Replace mapcar called for effect with dolist.
9602
9603         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9604
9605         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9606         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9607         Replace mapcar called for effect with dolist.
9608         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9609         mapc.
9610
9611         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9612         Replace mapcar called for effect with dolist.
9613         (gnus-topic-list): Replace mapcar called for effect with mapc.
9614
9615         * gnus.el: Use mapc instead of mapcar to add autoloads.
9616
9617 2007-10-23  Richard Stallman  <rms@gnu.org>
9618
9619         * gnus-group.el (gnus-group-highlight): Mark as risky.
9620
9621 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * gnus.el (gnus-server-to-method): Return method found first in
9624         gnus-newsrc-alist.
9625
9626         * gnus-art.el (gnus-article-highlight-signature)
9627         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9628         button overlay without the front stickiness.
9629
9630 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9631
9632         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9633         overview buffer needed a catch to receive its throw.
9634         (gnus-agent-flush-cache): Declare as interactive to make this function
9635         easier to use.
9636
9637 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9638
9639         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9640         `next-line'.
9641
9642 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9643
9644         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9645         exclude address matching message-dont-reply-to-names.
9646
9647 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9648
9649         * gnus-util.el (gnus-string<): New function.
9650
9651         * gnus-sum.el (gnus-article-sort-by-author)
9652         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9653
9654 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9657         the frame-focus tag is set in gnus-buffer-configuration.
9658
9659 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9662         the front stickiness.
9663
9664 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9667         url pattern; remove duplicate one.
9668         (gnus-article-extend-url-button): New function.
9669         (gnus-article-add-buttons): Use it.
9670         (gnus-button-push): Use concatenated url that it makes.
9671
9672 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9673
9674         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9675
9676 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9677
9678         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9679         Don't hardcode point-min==1.
9680
9681 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9684         Fix comment about "iso8859-1".
9685
9686 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9687
9688         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9689         ones returned from the verify-function.
9690
9691         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9692         Call mml2015-extract-cleartext-signature if extraction failed.
9693
9694 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9695
9696         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9697         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9698         failed.
9699
9700 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9701
9702         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9703
9704 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9707         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9708         recommends to use EasyPG instead of PGG.
9709
9710         * pgg.el: Revert to revision 6.23.2.16.
9711
9712         * pgg-def.el: Revert to revision 6.6.2.14.
9713
9714         * pgg-gpg.el: Revert to revision 6.23.2.34.
9715
9716 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9717
9718         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9719         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9720         thread for both the null and zero (kill/expire thread) universal prefix
9721         cases.
9722         (gnus-summary-expire-thread): Add new function to expire a thread,
9723         using gnus-summary-kill-thread.
9724         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9725         shortcuts for gnus-summary-expire-thread.
9726         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9727         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9728
9729 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9730
9731         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9732         extras value, so an extras entry can be deleted.
9733         (gnus-registry-delete-extra-entry): Use it.
9734         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9735         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9736         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9737         storage through the gnus-registry, and provide an appropriate API for
9738         it.
9739
9740 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9743         Suggested by Leo <sdl.web@gmail.com>.
9744
9745         * gnus.el: Do.
9746
9747 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9750         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9751
9752         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9753
9754         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9755         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9756
9757 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9760         newline.
9761         (nnmbox-request-accept-article): Don't change article in source buffer;
9762         narrow to header to use message-fetch-field rather than
9763         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9764         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9765         as delimiters; make sure article ends with newline.
9766         (nnmbox-delete-mail): Correct last position of article to be deleted;
9767         ignore X-Gnus-Newsgroup header in article body.
9768         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9769         positions; make sure article ends with newline.
9770
9771         * message.el (message-display-abbrev): Don't infloop when a user
9772         inserts SPC in the beginning of header.
9773
9774         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9775         coding-system-for-read and coding-system-for-write for XEmacs having no
9776         file-coding feature.
9777
9778         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9779
9780 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9781
9782         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9783         list of groups not followed by default.  Fix type to be regexp.
9784         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9785
9786 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9787
9788         * hmac-def.el (define-hmac-function): Switch from old-style to
9789         new-style backquotes.
9790
9791         * md4.el (md4-make-step): Likewise.
9792
9793 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9796         raw-text coding system when saving .newsrc file, which may contain
9797         non-ASCII group names.
9798
9799 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * gnus-cus.el (gnus-score-extra): New widget.
9802         (gnus-score-extra-convert): New function.
9803         (gnus-score-customize): Use it for Extra.
9804
9805 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9806
9807         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9808         (mml2015-mailcrypt-clear-verify): Use it.
9809         (mml2015-gpg-clear-verify): Use it.
9810         (mml2015-pgg-clear-verify): Use it.
9811         (mml2015-epg-clear-verify): Replace the current part with the output
9812         from GnuPG; don't extract the plaintext by itself.
9813
9814         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9815         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9816         mml2015-clear-verify-function; don't touch the armor headers or
9817         dash-escaped text here.
9818
9819 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9822         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9823         parts, or application/octet-stream as a last resort.
9824         (gnus-mime-view-part-as-type): Don't toggle display.
9825         (gnus-mime-view-part-as-charset): Don't turn off display before
9826         querying charset.
9827
9828         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9829         stuff to undisplayer function in Emacs.
9830         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9831
9832         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9833         text/calendar parts.
9834
9835 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9838         decoding text/calendar parts.
9839
9840         * message.el (message-forward-make-body-mime): Always mark body as
9841         having no illegible text; remove signed-or-encrypted argument.
9842         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9843
9844         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9845         (mml-generate-mime-1): Don't encode body if it is specified to be in
9846         raw form; don't make buffer be unibyte when inserting multibyte string.
9847
9848 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9849
9850         * sha1.el: Fix up comment style.
9851         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9852         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9853
9854         * hex-util.el: Fix up comment style.
9855         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9856
9857         * gnus-salt.el: Use with-current-buffer.
9858         (gnus-pick-setup-message): Fix long-standing typo.
9859
9860 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * imap.el (imap-logout-timeout): New variable.
9863         (imap-logout, imap-logout-wait): New functions.
9864         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9865
9866         * nnimap.el (nnimap-logout-timeout): New server variable.
9867         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9868         nnimap-logout-timeout.
9869
9870         * gnus-art.el (gnus-article-summary-command-nosave)
9871         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9872
9873 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus.el (gnus-maximum-newsgroup): New variable.
9876
9877         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9878         according to gnus-maximum-newsgroup.
9879
9880         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9881         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9882         Limit the range of articles according to gnus-maximum-newsgroup.
9883
9884 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9885
9886         * gnus-art.el (gnus-sticky-article): Fix problems described in
9887         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9888         Don't perform gnus-configure-windows here; reuse existing sticky
9889         article buffer.
9890
9891         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9892         it doesn't exist in gnus-article-mode.
9893
9894 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9895
9896         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9897         (gnus-agent-decoded-group-name): New function.
9898         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9899         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9900
9901 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9902
9903         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9904         Add binding for gnus-sticky-article.
9905         (gnus-summary-exit): Don't kill sticky article buffers.
9906
9907         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9908         article buffer.
9909         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9910         (gnus-kill-sticky-article-buffers): New commands.
9911
9912 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * nntp.el (nntp-xref-number-is-evil): New server variable.
9915         (nntp-find-group-and-number): If it is non-nil, don't trust article
9916         numbers in the Xref header.
9917
9918 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * gnus-agent.el (gnus-agent-read-group): New function.
9921         (gnus-agent-flush-group, gnus-agent-expire-group)
9922         (gnus-agent-regenerate-group): Use it.
9923         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9924         nnmail-pathname-coding-system.
9925
9926 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9929
9930         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9931         that are unread as unread, and also as selected so that information of
9932         marks having been changed by a user may be updated when exiting group.
9933
9934 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9935
9936         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9937
9938 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9941         calculated ignoring signature parts to gnus-treat-article.
9942
9943 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9946         a point here in order to keep the window start.
9947         (gnus-insert-mime-security-button): Make a button overlay without the
9948         front stickiness.
9949         (gnus-mime-display-security): Goto the end of a button.
9950
9951         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9952
9953 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9956         group-name-at-point.
9957         (gnus-group-completing-read): New function that offers decoded
9958         non-ASCII group names for completion.
9959         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9960         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9961         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9962         (gnus-group-fetch-control): Use it.
9963         (gnus-fetch-group): Use group-name-at-point for the initial value
9964         rather than the default value; use gnus-alive-p.
9965
9966         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9967         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9968         (gnus-summary-post-news): Use gnus-group-completing-read.
9969
9970         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9971         (gnus-read-move-group-name): Decode group name for completion.
9972
9973 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9974
9975         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9976         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9977         Yamaoka slightly modified the code).
9978
9979 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9982         (nnmail-split-incoming): Bind it.
9983
9984         * nnml.el (nnml-group-name-charset): New function.
9985         (nnml-decoded-group-name): Use it; don't decode group name if
9986         nnmail-group-names-not-encoded-p is non-nil.
9987         (nnml-encoded-group-name): New function.
9988         (nnml-group-pathname): Inline nnml-decoded-group-name.
9989         (nnml-request-expire-articles): Decode group name in message.
9990         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9991         nnmail-pathname-coding-system.
9992         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9993         not decoded ones according to nnmail-group-names-not-encoded-p.
9994         (nnml-generate-active-info): Use nnml-encoded-group-name.
9995
9996 2007-08-08  Glenn Morris  <rgm@gnu.org>
9997
9998         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9999         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10000         doc-strings and comments.
10001
10002 2007-07-25  Glenn Morris  <rgm@gnu.org>
10003
10004         * Relicense all FSF files to GPLv3 or later.
10005
10006 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * gnus-sum.el (gnus-summary-move-article):
10009         Make gnus-summary-respool-article work.
10010
10011 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10012
10013         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10014         string.
10015
10016 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10017
10018         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10019         that should be ignored when comparing distant RSS articles with local
10020         ones.
10021         (nnrss-make-hash-index): New function.  Create a hash index according
10022         to the ignored fields.
10023         (nnrss-check-group): Use it.
10024
10025 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10026
10027         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10028
10029         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10030
10031         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10032         the new optional argument ENCODED is non-nil.
10033         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10034         coding system for encoding group name.
10035         (gnus-group-make-rss-group): Pass un-encoded group name to
10036         gnus-group-make-group.
10037         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10038         encoded.
10039
10040         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10041         Encode group name to which articles are moved or copied.
10042         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10043         coding system for encoding Newsgroup, Followup-To and Xref headers.
10044
10045         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10046         marks; use nnheader-file-coding-system to write a file.
10047         (nnagent-retrieve-headers): Bind file-name-coding-system to
10048         nnmail-pathname-coding-system.
10049
10050         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10051
10052         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10053         (nnml-request-article, nnml-request-create-group)
10054         (nnml-request-rename-group, nnml-find-id)
10055         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10056         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10057         (nnml-save-marks): Use nnml-group-pathname instead of
10058         nnmail-group-pathname.
10059
10060         (nnml-request-create-group, nnml-request-expire-articles)
10061         (nnml-request-move-article, nnml-request-delete-group)
10062         (nnml-deletable-article-p, nnml-possibly-create-directory)
10063         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10064         (nnml-open-marks): Bind file-name-coding-system to
10065         nnmail-pathname-coding-system.
10066
10067         (nnml-request-article): Pass server argument to nnml-find-group-number.
10068         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10069         Pass server argument to nnml-possibly-create-directory.
10070         (nnml-request-accept-article): Pass server argument to
10071         nnml-active-number and nnml-save-mail.
10072         (nnml-find-group-number): Pass server argument to nnml-find-id.
10073         (nnml-request-update-info): Pass server argument to
10074         nnml-marks-changed-p.
10075
10076         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10077         (nnml-save-mail, nnml-active-number): Add server argument.
10078
10079         (nnml-request-delete-group): Warn if group is missing.
10080         (nnml-get-nov-buffer): Decode group name.
10081         (nnml-generate-active-info): Encode group name.
10082         (nnml-open-marks): Decode group name in messages.
10083
10084 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10087         if it is not specified.
10088         (gnus-article-pipe-part, gnus-article-save-part)
10089         (gnus-article-interactively-view-part, gnus-article-copy-part)
10090         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10091         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10092         (gnus-article-replace-part, gnus-article-delete-part)
10093         (gnus-article-view-part-as-type): Pass raw prefix argument to
10094         gnus-article-part-wrapper.
10095
10096 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * gnus-agent.el (gnus-agent-save-active):
10099         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10100
10101         * gnus-cache.el (gnus-cache-save-buffers)
10102         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10103         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10104         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10105         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10106         (gnus-cache-generate-active, gnus-cache-rename-group)
10107         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10108         (gnus-cache-update-overview-total-fetched-for):
10109         Bind file-name-coding-system to nnmail-pathname-coding-system.
10110         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10111         New variables.
10112         (gnus-cache-decoded-group-name): New function.
10113         (gnus-cache-file-name): Use it.
10114         (gnus-cache-generate-active): Use non-decoded group name for active.
10115
10116         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10117         right place.
10118         (gnus-write-active-file): Don't break non-ASCII group names.
10119
10120         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10121         nnmail-pathname-coding-system.
10122
10123         * lpath.el: Bind default-file-name-coding-system,
10124         file-name-coding-system and language-info-alist for XEmacs.
10125
10126         * gnus-uu.el (gnus-uu-decode-save): Typo.
10127
10128 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10131
10132 2007-07-14  David Kastrup  <dak@gnu.org>
10133
10134         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10135         finishing actions if we did not edit the article.
10136
10137 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10140         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10141         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10142         (gnus-agent-flush-group, gnus-agent-flush-cache)
10143         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10144         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10145         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10146         (gnus-agent-regenerate-group)
10147         (gnus-agent-update-files-total-fetched-for)
10148         (gnus-agent-update-view-total-fetched-for):
10149         Bind file-name-coding-system to nnmail-pathname-coding-system.
10150         (gnus-agent-group-pathname): Don't encode file names by
10151         nnmail-pathname-coding-system.
10152         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10153         coding-system-for-write instead of buffer-file-coding-system to
10154         gnus-agent-file-coding-system.
10155
10156         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10157         Decode group name.
10158
10159         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10160
10161         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10162         (gnus-read-newsrc-el-file): Make group names unibyte.
10163
10164         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10165         nnmail-pathname-coding-system.
10166
10167         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10168         (nnrss-request-delete-group): Bind file-name-coding-system to
10169         nnmail-pathname-coding-system.
10170         (nnrss-read-server-data, nnrss-read-group-data):
10171         Bind file-name-coding-system correctly.
10172         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10173
10174         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10175         (nntp-server-to-method-cache): New variable.
10176         (nntp-group-pathname): New function that decodes non-ASCII group names.
10177         (nntp-possibly-create-directory, nntp-marks-changed-p)
10178         (nntp-save-marks, nntp-open-marks): Use it.
10179         (nntp-possibly-create-directory, nntp-open-marks):
10180         Bind file-name-coding-system to nnmail-pathname-coding-system.
10181         (nntp-open-marks): Decode group names when bootstrapping marks.
10182
10183         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10184         Newsgroups and Folowup-To headers.
10185
10186 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10189         (gnus-server-closed-face, gnus-server-denied-face)
10190         (gnus-server-offline-face): Remove variable.
10191         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10192
10193         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10194         of modifying message-stack directly for XEmacs.
10195
10196         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10197         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10198         if the coding-system argument is nil for XEmacs.
10199
10200         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10201         mm-charset-override-alist.
10202
10203         * rfc2047.el: Don't require base64; require rfc2045 for the function
10204         rfc2045-encode-string.
10205         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10206         to quote the parameter value.
10207
10208 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10211         form in gnus-group-name-charset-method-alist.
10212
10213         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10214         overrides the default layout edit-form.
10215
10216         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10217
10218         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10219
10220 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10223         as unfetched articles.
10224
10225 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10226
10227         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10228
10229 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10230
10231         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10232         original back end that keeps marks in the local system.
10233
10234 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10237         arg of pop-to-buffer for XEmacs.
10238         (gnus-article-read-summary-keys): Ditto; don't restore window
10239         configuration if summary command ends up with neither article buffer
10240         nor summary buffer; describe bindings if summary keys end with C-h.
10241
10242 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * message.el (message-fix-before-sending): Skip raw message part to be
10245         forwarded while checking illegible text.
10246         (message-forward-make-body-mime, message-forward-make-body):
10247         Mark signed or encrypted raw message as having no illegible text.
10248
10249 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10252         (gnus-message-with-timestamp-1): New macro.
10253         (gnus-message-with-timestamp): New function.
10254         (gnus-message): Use them.
10255
10256         * nnheader.el (nnheader-message): Use them.
10257
10258 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10259
10260         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10261         .newsrc.eld file.
10262
10263 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * gnus-agent.el (gnus-agent-fetch-headers)
10266         (gnus-agent-retrieve-headers):
10267         Bind gnus-decode-encoded-address-function to identity.
10268
10269         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10270         available also when the server returns simply a dot.
10271
10272         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10273
10274 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10277
10278 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * gnus-ems.el (gnus-x-splash): Make it work.
10281
10282         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10283         from being used.
10284
10285         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10286
10287 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10288
10289         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10290         4th and the 5th arguments.
10291
10292         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10293         the front stickiness.
10294         (gnus-article-summary-command-nosave): Correct the order of the
10295         arguments passed to pop-to-buffer.
10296         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10297         summary command ends up with the article buffer.
10298
10299         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10300         the same faces.
10301
10302 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10303
10304         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10305
10306 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10307
10308         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10309         * gnus-sum.el (gnus-summary-highlight):
10310         * pgg.el (pgg-sign-region, pgg-sign):
10311         * mail-source.el (mail-source-delete-old-incoming-confirm):
10312         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10313
10314 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * gnus-art.el (gnus-mime-view-part-externally)
10317         (gnus-mime-view-part-internally): Fix predicate function passed to
10318         completing-read.
10319
10320         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10321
10322         * gnus.el (gnus-update-message-archive-method): Add :version.
10323
10324 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * gnus.el (gnus-update-message-archive-method): New variable.
10327
10328         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10329         according to gnus-message-archive-method if
10330         gnus-update-message-archive-method is non-nil.
10331
10332 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10335         Suggested by Loic Dachary <loic@dachary.org>.
10336         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10337
10338 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * message.el (message-pop-to-buffer): Add switch-function argument.
10341         (message-mail): Pass switch-function argument to it.
10342
10343 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10344
10345         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10346         Improve doc string.
10347
10348 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10351         (gnus-header-content)
10352         * gnus-cite.el (gnus-cite-10)
10353         * gnus-srvr.el (gnus-server-closed)
10354         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10355         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10356         (gnus-group-mail-3-empty, gnus-group-mail-low)
10357         (gnus-group-mail-low-empty, gnus-splash)
10358         * message.el (message-header-to, message-header-cc)
10359         (message-header-subject, message-header-other, message-header-name)
10360         (message-header-xheader, message-separator, message-cited-text)
10361         (message-mml): Lighten colors of faces used for dark background.
10362
10363 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10364
10365         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10366         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10367
10368 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * message.el (message-narrow-to-headers-or-head):
10371         Ignore mail-header-separator in the body.
10372
10373 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10376         same as window size.
10377
10378 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10379
10380         * message.el (message-font-lock-keywords): Use message-header-xheader
10381         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10382         ahead of the anything pattern, to get it recognised.
10383
10384 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10387         spam.el loads uses it in the compiled defadvice form.
10388
10389 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10390
10391         * gnus-sum.el (gnus-articles-to-read)
10392         (gnus-summary-insert-old-articles): Don't truncate group name for
10393         `read-string'.
10394
10395         * gnus-util.el (gnus-limit-string): Delete this function.
10396
10397         * gnus-sum.el (gnus-simplify-subject-fully):
10398         Use `truncate-string-to-width' instead.
10399
10400 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10401
10402         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10403         Tell if, on summary exit, the next group has to be selected.
10404         (gnus-summary-exit): Use it.
10405
10406 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10407
10408         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10409         non-break space.
10410
10411 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10412
10413         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10414         Check if group is not a directory.
10415         (nnfolder-request-expire-articles): Don't delete articles if the target
10416         group is not available.
10417
10418         * nnml.el (nnml-request-create-group): Properly check if group is not a
10419         file.
10420         (nnml-request-expire-articles): Don't delete articles if the target
10421         group is not available.
10422
10423         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10424         Don't quote characters that are within parentheses.
10425
10426 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10427
10428         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10429         (gnus-handle-ephemeral-exit): Select article according to it.
10430
10431 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10432
10433         * message.el (message-insert-formated-citation-line): Remove newline.
10434         (message-citation-line-format): Add final \n here so that the user can
10435         avoid a blank line.
10436
10437 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10438
10439         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10440         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10441         Update lanl/arXiv support.
10442
10443 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10444
10445         * gnus.el: Bump version number.
10446
10447 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10448
10449         * gnus.el (gnus-version-number): Bump version.
10450
10451 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10452
10453         * gnus.el: No Gnus v0.6 is released.
10454
10455 2007-04-27  Didier Verna  <didier@xemacs.org>
10456
10457         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10458         * gmm-utils.el (gmm-regexp-concat): ... here.
10459         * message.el: Don't require 'gnus-util.
10460         (message-dont-reply-to-names): Handle name change above.
10461         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10462
10463 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10466         since the initial value varies according to the system.
10467
10468 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10471
10472 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10473
10474         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10475
10476 2007-04-24  Didier Verna  <didier@xemacs.org>
10477
10478         Improve the type of gnus-ignored-from-addresses.
10479         * gnus-util.el (gnus-orify-regexp): New function.
10480         * message.el (gnus-util): Require it.
10481         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10482         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10483         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10484
10485 2007-04-24  Didier Verna  <didier@xemacs.org>
10486
10487         * gnus-sum.el:
10488         * gnus-utils.el: Fix some trailing whitespaces.
10489
10490 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10493         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10494         article's Message-ID; refer parent article in summary buffer.
10495
10496         * message.el (message-bounce): Call mime-to-mml.
10497
10498         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10499         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10500         optimize and/or forms properly.
10501
10502 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10503
10504         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10505         URL.
10506
10507 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10510
10511 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10514         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10515         displayed of multipart/alternative part if it is invoked from summary
10516         buffer.
10517
10518         * mm-view.el (mm-inline-text-html-render-with-w3m)
10519         (mm-inline-text-html-render-with-w3m-standalone)
10520         (mm-inline-render-with-function): Use mail-parse-charset by default.
10521
10522 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10523
10524         * parse-time.el (parse-time-string-chars): Check if CHAR
10525         is less than the length of parse-time-syntax.
10526
10527 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10530         from gnus-newsgroup-processable.
10531
10532 2007-04-16  Didier Verna  <didier@xemacs.org>
10533
10534         * gnus-msg.el (gnus-configure-posting-styles):
10535         Handle message-signature-directory properly with :file syntax.
10536         Reported by "Leo".
10537
10538 2007-04-11  Didier Verna  <didier@xemacs.org>
10539
10540         New user option: message-signature-directory.
10541         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10542         * message.el (message-insert-signature): Ditto.
10543         * message.el (message-signature-file): Doc update.
10544         * message.el (message-signature-directory): New.
10545
10546 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * gnus-msg.el (gnus-inews-yank-articles):
10549         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10550
10551 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * message.el (message-yank-original): Make sure cited text ends with
10554         newline; don't exchange point and mark.
10555
10556 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10557
10558         * tls.el (open-tls-stream): Properly handle case where there
10559         is no associated buffer.
10560
10561 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10562
10563         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10564         message-yank-original, make sure (< mark TEXT point).
10565
10566 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10567
10568         * message.el (message-fill-column): New variable.
10569         (message-mode): Use it.  Add comment on a possible new hook.
10570
10571         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10572         (nnmail-get-new-mail): Reformat.
10573
10574         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10575
10576         * gmm-utils.el: Fix Commentary.
10577         (gmm-tool-bar-from-list): Fix typo in doc string.
10578
10579 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10580
10581         * message.el (message-yank-original): Don't switch point and mark
10582         unnecessarily to put point and mark as documented.
10583
10584 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10585
10586         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10587         from the message heads.
10588
10589 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10590
10591         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10592         article buffer does not have a window.  This may not be the best
10593         solution but is certainly better than setting the start of the null,
10594         that is the current, window.
10595
10596 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10597
10598         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10599         (gnus-draft-setup): Run it.
10600
10601         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10602         gnus-score-fast-scoring.  Allow regexp.
10603         (gnus-score-headers): Use it.
10604
10605         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10606         XEmacs.
10607
10608         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10609         string.
10610         (gnus-button-alist): Also catch `<f1> k ...'.
10611         (gnus-treat-display-x-face): Fix doc string.
10612
10613 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10614
10615         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10616         evaluation of gnus-extended-version to ensure correct generation of the
10617         User-Agent header when message-generate-headers-first is used.
10618
10619 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10620
10621         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10622         hashcash-path is nil.  Don't call callback with incorrect number of
10623         parameters if val is 0.
10624
10625 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10626
10627         * message.el (message-required-news-headers):
10628         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10629
10630 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10631
10632         * tls.el (open-tls-stream): In handshake-waiting loop,
10633         don't wait more if there is output available to process.
10634
10635 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10636
10637         * tls.el (tls-program): Doc fix.
10638
10639 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * message.el (message-generate-new-buffers): Change the meaning of the
10642         nil value; add `standard' to the choices; treat t as `unique'; improve
10643         doc string.
10644         (gnus-select-frame-set-input-focus): Autoload.
10645         (message-buffer-name): Search for the existing message buffer if
10646         message-generate-new-buffers is nil or `standard'; treat the value t of
10647         message-generate-new-buffers as `unique'.
10648         (message-pop-to-buffer): Raise the frame already displaying the message
10649         buffer; clear the echo area after querying.
10650         (message-setup): Pass the `continue' argument to compose-mail.
10651         (message-mail): Prefer `switch-function' if it is given; search for the
10652         existing message buffer if the `continue' argument is non-nil; pass
10653         continue and switch-function arguments to compose-mail by way of
10654         message-setup.
10655         (message-mail-other-window): Adjust argument of message-setup.
10656         (message-mail-other-frame): Ditto.
10657
10658 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10661         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10662         to turn font-lock on when turning gnus-message-citation-mode on.
10663
10664 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10665
10666         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10667         (mml-smime-function-alist): New variable; add epg as the backend.
10668         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10669         mml-smime- functions instead.
10670         * mm-view.el: Require smime.
10671
10672 2007-03-05  Didier Verna  <didier@xemacs.org>
10673
10674         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10675         instead of just inheritance for posting styles.
10676         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10677
10678 2007-02-24  Chris Moore  <dooglus@gmail.com>
10679
10680         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10681         * pgg-pgp.el (pgg-pgp-encrypt-region):
10682         * pgg-gpg.el (pgg-gpg-encrypt-region):
10683         Check pgg-encrypt-for-me if no other recipients.
10684
10685 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10686
10687         * tls.el (tls-certtool-program): Fix custom type.
10688
10689 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10692         and point-at-eol instead of line-(beginning|end)-position.
10693
10694         * assistant.el (assistant-parse-buffer): Ditto.
10695
10696         * netrc.el (netrc-parse-services): Ditto.
10697
10698 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10699
10700         * mml2015.el (mml2015-epg-find-usable-key): New function.
10701         (mml2015-epg-sign): Use it.
10702         (mml2015-epg-encrypt): Use it.
10703
10704 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * message.el (message-make-in-reply-to): Quote name containing
10707         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10708         if there are special characters.  Reported by NAKAJI Hiroyuki
10709         <nakaji@jp.freebsd.org>.
10710
10711 2007-02-27  Didier Verna  <didier@xemacs.org>
10712
10713         Include the group parameters as well as the topic ones in the
10714         inheritance filter process.
10715         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10716         argument GROUP-PARAMS-LIST.
10717         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10718
10719 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10720
10721         * nntp.el (nntp-never-echoes-commands)
10722         (nntp-open-connection-functions-never-echo-commands): New variables.
10723         (nntp-send-command): Use them.
10724
10725 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10726
10727         * mml2015.el (mml2015-epg-verify): Simplify.
10728
10729 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * mml.el (mml-content-disposition-alist): New user option.
10732         (mml-content-disposition): New function.
10733         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10734         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10735
10736 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10737
10738         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10739         verification.
10740
10741 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10742
10743         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10744         articles posted in the last 24 hours.
10745
10746 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10747
10748         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10749
10750 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10751
10752         * nntp.el (nntp-send-command): Don't wait for echoes when
10753         nntp-open-ssl-stream is used.
10754
10755 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10758         (gnus-message-add-citation-keywords)
10759         (gnus-message-remove-citation-keywords): Remove.
10760         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10761         directly, make the variables in font-lock-defaults buffer-local, add
10762         gnus-message-citation-keywords to them and then update the value of
10763         font-lock-keywords.
10764
10765 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * message.el (message-cite-original-1): Don't call
10768         gnus-article-highlight-citation.
10769
10770         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10771         citations; fix line count.
10772
10773 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10776         (gnus-message-add-citation-keywords)
10777         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10778         versions of font-lock-add-keywords and font-lock-remove-keywords to
10779         work with XEmacs correctly.
10780
10781 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10782
10783         * gnus-cite.el (gnus-cite-face-list): Set the values of
10784         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10785         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10786         (gnus-message-cite-prefix-regexp): New variable.
10787         (gnus-message-search-citation-line): Use it; protect against long
10788         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10789         the 0th match data for Emacs.
10790         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10791         (gnus-message-add-citation-keywords): Append keywords rather than
10792         prepending; emulate font-lock-add-keywords if it is not available.
10793         (gnus-message-remove-citation-keywords):
10794         Emulate font-lock-remove-keywords if it is not available.
10795
10796         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10797
10798         * message.el (message-cite-prefix-regexp): Set the value of
10799         gnus-message-cite-prefix-regexp.
10800
10801 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10802
10803         * nnweb.el (nnweb-google-parse-1): Update parser.
10804
10805 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10806
10807         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10808
10809 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10810
10811         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10812         regexp.
10813
10814 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10817         string-to-multibyte.
10818         (uudecode-decode-region-internal): Use it.
10819
10820         * lpath.el: Fbind string-as-multibyte for XEmacs.
10821
10822 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10823
10824         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10825         Fix custom choice.
10826
10827         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10828
10829 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10830
10831         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10832
10833         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10834         `write-region' to respect `mm-inhibit-file-name-handlers'.
10835
10836 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10837
10838         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10839         Use gnus-home-directory instead of "~/" or "$HOME".
10840
10841 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10842
10843         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10844         to mention filename.
10845         Add comments at beginning regarding usage.
10846         (encrypt-write-file-contents): Change interactive so a string is
10847         acceptable.  If the file has no associated model, show an error instead
10848         of a nonsense prompt.
10849
10850 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10851
10852         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10853         Thanks to Yoshihiko Yamada for kind notification of this typo.
10854
10855 2007-01-12  Kenichi Handa  <handa@m17n.org>
10856
10857         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10858         multibyte buffer.
10859
10860 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10861
10862         * gnus-score.el (gnus-score-fast-scoring): New variable.
10863         (gnus-score-headers): Use it.
10864
10865         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10866
10867         * message.el (message-cite-original-1):
10868         Call gnus-article-highlight-citation if requested.
10869         (message-make-from): Allow name and address as optional arguments.
10870
10871         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10872
10873         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10874         bugs to doc string.
10875         (gnus-button-alist): Add mid\\|message-id.
10876         (gnus-button-fetch-group): Extend for use in
10877         `browse-url-browser-function'.
10878         (gnus-button-url-regexp): Try to catch paired parentheses like in
10879         Wikipedia URLs.
10880
10881         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10882         Suggested by Simon Krahnke <overlord@gmx.li>.
10883
10884 2007-01-13  Romain Francoise  <romain@orebokech.com>
10885
10886         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10887         Update copyright.
10888
10889 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10890
10891         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10892
10893 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10894
10895         * gnus-registry.el (gnus-registry-unfollowed-groups)
10896         (gnus-registry-split-fancy-with-parent): Fix documentation.
10897
10898 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10899
10900         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10901         from nnweb groups.
10902
10903 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904
10905         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10906         Xref urls.  Erase buffer before requesting head.
10907
10908         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10909
10910 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10911
10912         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10913         customizable.
10914
10915 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10916
10917         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10918         no signing key is found.
10919         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10920         no encrypting and/or signing key is found.
10921
10922 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10923
10924         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10925
10926 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10927
10928         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10929         headers read from disk with the ones newly found in the current search.
10930         This should no longer cause problems, because the article numbers in
10931         Gmane's `nov.php' output are ignored since the previous change.
10932
10933 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10934
10935         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10936
10937 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10938
10939         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10940         replace-regexp-in-string; bind url-version; fbind display-images-p and
10941         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10942         find-face and set-itimer-function for Emacs; bind itimer-list for
10943         Emacs.
10944
10945         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10946
10947 2007-01-01  Romain Francoise  <romain@orebokech.com>
10948
10949         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10950
10951 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10952
10953         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10954         `define-minor-mode' macro definition expanded properly.
10955         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10956         exclude it there.
10957
10958         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10959         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10960         `fboundp' test.
10961         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10962         This is OK to autoload in (S)XEmacs now.
10963
10964 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10965
10966         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10967         keystroke.
10968         (gnus-summary-limit-to-singletons): Fix typo.
10969
10970         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10971         else fails.
10972
10973 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10974
10975         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10976         docstring.
10977
10978         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10979         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10980         (gnus-summary-insert-dormant-articles): Fix typo in message.
10981
10982 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10983
10984         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10985         nil for XEmacs.
10986         (gnus-message-citation-mode): Don't autoload in XEmacs.
10987
10988         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10989
10990 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10991
10992         * nnimap.el (nnimap-expunge-search-string):
10993         Mention nnimap-search-uids-not-since-is-evil in docstring.
10994
10995 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10996
10997         * spam.el: Revert to make-obsolete-variable because
10998         define-obsolete-variable-alias is not supported in Emacs 21.
10999
11000         * spam.el (spam-ifile-path, spam-ifile-database-path)
11001         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11002         make-obsolete-variable.
11003         (spam-bsfilter-path, spam-bsfilter-program)
11004         (spam-spamassassin-path, spam-spamassassin-program)
11005         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11006         Don't use "path" inappropriately.
11007         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11008         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11009         variable names.
11010
11011 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11012
11013         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11014         summary buffer.
11015
11016         * password.el (password-cache-remove): Use clear-string to burn
11017         password, if available.
11018
11019 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11020
11021         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11022
11023         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11024
11025         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11026         (gnus-message-highlight-citation): Move defcustom here from
11027         gnus-cite.el.
11028         (gnus-message-citation-mode): Autoload.
11029
11030         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11031         checks to make it compile with XEmacs.
11032         (gnus-message-citation-mode): New minor mode.
11033         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11034         (gnus-message-highlight-citation): New variables.
11035         (gnus-message-search-citation-line)
11036         (gnus-message-add-citation-keywords)
11037         (gnus-message-remove-citation-keywords)
11038         (turn-on-gnus-message-citation-mode)
11039         (turn-off-gnus-message-citation-mode): New functions.
11040
11041 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11042
11043         * gnus-cite.el: Enable highlighting of different citation levels in
11044         message-mode.
11045
11046 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11047
11048         * message.el (message-make-fqdn): Fix comment.
11049         (message-bogus-system-names): Add ".local".
11050
11051         * spam.el (spam-ifile-path, spam-ifile-program)
11052         (spam-ifile-database-path, spam-ifile-database)
11053         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11054         Don't use "path" inappropriately.
11055         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11056         strings.
11057         (spam-check-ifile, spam-ifile-register-with-ifile)
11058         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11059         Use new variable names.
11060
11061         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11062         (gnus-treat-display-smileys): Simplify using
11063         gnus-image-type-available-p.
11064
11065         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11066         available.
11067
11068         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11069         Use `display-images-p' if available.
11070
11071 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11072
11073         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11074         one after turning on the buffer's multibyteness instead of decoding
11075         them directly in the unibyte buffer that causes unexpected conversion
11076         in Emacs 23 (unicode).
11077
11078 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11079
11080         * message.el (message-generate-hashcash): Fix custom type.
11081
11082 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11083
11084         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11085
11086 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11087
11088         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11089         disconnect icons.  Add help text.
11090
11091 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11092
11093         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11094         negated to be consistent with the others we handle.
11095
11096 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11097
11098         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11099         version of gnus-summary-buffer to something, so that we can use two
11100         article buffers at the same time.
11101
11102 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11103
11104         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11105         trigger all the extra headers.
11106         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11107         sorting.
11108
11109 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11110
11111         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11112         solid groups.
11113
11114 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11115
11116         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11117
11118 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11119
11120         * legacy-gnus-agent.el: Add Copyright notice.
11121
11122 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11123
11124         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11125
11126 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11127
11128         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11129
11130         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11131         to make it work reliably in CVS Emacs.
11132         (gnus-summary-limit-strange-charsets-predicate)
11133         (gnus-summary-limit-to-predicate): New functions.
11134
11135 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11136
11137         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11138         specifying array size.
11139         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11140         array if it is too small.
11141         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11142         (gnus-sort-threads-loop): New function.
11143
11144 2006-12-06  Chris Moore  <dooglus@gmail.com>
11145
11146         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11147         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11148
11149 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11150
11151         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11152         options.
11153
11154 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11155
11156         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11157         DOS-ing the recipient.
11158
11159         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11160         the headers when creating the mapping to avoid mismappings.
11161         (nnweb-gmane-create-mapping): Always nix out old mapping.
11162
11163 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11166         and mm-verify-option to never.
11167
11168 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * message.el (message-signed-or-encrypted-p): New function.
11171         (message-forward-make-body): Use it.
11172
11173         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11174         Replace encode-coding-string with mm-encode-coding-string.
11175
11176 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * nneething.el (nneething-decode-file-name):
11179         Replace decode-coding-string with mm-decode-coding-string.
11180
11181         * gnus-int.el (gnus-open-server): Say failed server's name.
11182
11183 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11184
11185         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11186         strings to a single string.  Quote `errors-file-name'.
11187         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11188         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11189         Adjust calls.  Use `shell-quote-argument'.
11190
11191 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11192
11193         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11194         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11195
11196         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11197         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11198         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11199         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11200         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11201         (gnus-subscribe-newsgroup, gnus-1):
11202         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11203         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11204         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11205         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11206
11207 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11208
11209         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11210         keystroke.
11211         (gnus-summary-limit-to-bodies): Implement headersp.
11212
11213 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11214
11215         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11216
11217 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11220
11221 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11222
11223         * message.el (message-generate-hashcash): Expand range of values to
11224         include `opportunistic'.
11225         (message-send-mail): Use it.
11226
11227 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11228
11229         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11230         and comment it.
11231
11232         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11233
11234 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11235
11236         * gnus-util.el (gnus-extract-address-components): Improve comment.
11237
11238 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11239
11240         * gnus-util.el (gnus-extract-address-components): Work with address in
11241         which the name portion contains @.
11242
11243         * lpath.el: Fbind custom-autoload.
11244
11245 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * gnus.el (gnus-start): Move custom group up.
11248         (gnus-select-method): Don't autoload, but make it available for
11249         `customize-variable'.
11250         (gnus-getenv-nntpserver): Don't autoload.
11251
11252 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11253
11254         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11255
11256 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11257
11258         * message.el (message-sendmail-extra-arguments): New variable.
11259         (message-send-mail-with-sendmail): Use it.
11260
11261 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11262
11263         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11264         mm-with-unibyte-current-buffer to make string unibyte.
11265
11266         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11267         mm-string-as-multibyte.
11268
11269 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11270
11271         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11272         Reported by Werner Koch <wk@gnupg.org>.
11273
11274 2006-11-14  Daiki Ueno  <ueno@p360>
11275
11276         * mml2015.el: Autoload epa-select-keys when compiling.
11277
11278 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11279
11280         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11281         message-options.
11282         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11283
11284 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11285
11286         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11287         EasyPG (< 0.0.6).
11288         (mml2015-always-trust): New user option.
11289         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11290         prompt.
11291
11292 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * nntp.el (nntp-authinfo-force): New variable.
11295         (nntp-send-authinfo): Use it.
11296
11297 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11298
11299         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11300         decode encoded words.  Improve prompt.  Add comment about forwarding.
11301         (message-replacement-char): Move up.
11302
11303 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11304
11305         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11306         instead of gnus-intersection because arguments of gnus-sorted-nunion
11307         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11308
11309 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11310
11311         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11312         (message-simplify-subject-functions):
11313         Enable message-strip-subject-encoded-words by default.
11314
11315 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * message.el (message-strip-subject-encoded-words): New function.
11318         (message-simplify-subject-functions): New variable.
11319         (message-simplify-subject): Use it.  Fix typo in doc string.
11320         Support message-strip-subject-encoded-words.
11321
11322 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11323
11324         * gnus-diary.el (gnus-diary-delay-format-function):
11325         * nndiary.el (nndiary-reminders):
11326         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11327
11328 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11329
11330         * gnus-art.el (article-hide-boring-headers): Fetch date from
11331         gnus-original-article-buffer to avoid problems with localized date
11332         strings.
11333
11334 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11337
11338 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11339
11340         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11341         New variables.
11342         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11343         (mm-charset-synonym-alist): Move some entries to
11344         mm-codepage-iso-8859-list.
11345         (mm-charset-synonym-alist, mm-charset-override-alist):
11346         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11347
11348 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11349
11350         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11351
11352 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11353
11354         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11355         with Emacs 21 and XEmacs.
11356
11357 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11358
11359         * spam.el (spam-parse-address): New function for better parsing,
11360         catching errors, etc.
11361         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11362
11363 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11364
11365         * mm-view.el: Add interactive arg to html2text autoload.
11366
11367 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11370
11371 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11372
11373         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11374         New variables.
11375         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11376         (mm-charset-synonym-alist): Move some entries to
11377         mm-codepage-iso-8859-list.
11378
11379         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11380
11381 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11382
11383         * message.el (message-citation-line-format)
11384         (message-insert-formated-citation-line): Fix implementation of %E, %N
11385         and %n according to the doc string.
11386
11387 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11388
11389         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11390         Use car-safe to avoid bad parses.
11391
11392 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11395         names.
11396
11397         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11398
11399 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11402         header.
11403
11404         * message.el (message-draft-headers): Add Date.
11405         (message-headers-to-generate): Fix typo in docstring.
11406
11407         * nndraft.el (nndraft-required-headers): New variable.
11408         (nndraft-generate-headers): Use it.
11409
11410         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11411
11412 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11413
11414         * gnus-registry.el (gnus-registry-wash-for-keywords)
11415         (gnus-registry-find-keywords): New functions to allow easy searching of
11416         articles that are in the registry.
11417
11418 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11419
11420         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11421         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11422         Reported by Damien Elmes <damien@repose.cx>.
11423
11424 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11425
11426         * gnus.el (gnus-mime): Remove unused custom group.
11427
11428 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11429
11430         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11431         "blank line" when searching for end of armor headers.
11432
11433 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * gmm-utils.el (gmm-write-region): Fix variable name.
11436
11437 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * gmm-utils.el (gmm-write-region): New function based on compatibility
11440         code from `mm-make-temp-file'.
11441
11442         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11443
11444         * nnmaildir.el (nnmaildir--update-nov)
11445         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11446         Use `gmm-write-region'.
11447
11448 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11451         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11452
11453         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11454
11455         * message.el (message-replacement-char): New variable.
11456         (message-fix-before-sending): Use it.
11457         (message-simplify-subject): New function to remove duplicate code.
11458         (message-reply, message-followup): Use it.
11459
11460         * gnus-sum.el (gnus-summary-make-menu-bar):
11461         Clarify gnus-summary-limit-to-articles.
11462
11463 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * gnus-util.el (gnus-with-local-quit): New macro.
11466
11467         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11468
11469 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11470
11471         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11472         ignore non-string data.
11473
11474 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11475
11476         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11477         non-string data (needs to be done in the registry too).
11478
11479 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11480
11481         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11482         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11483         (gnus-registry-split-fancy-with-parent)
11484         (gnus-registry-fetch-simplified-message-subject-fast)
11485         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11486         Remove text properties on ingress into the registry and when it's saved.
11487         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11488         registry from entries with no groups.
11489
11490 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11491
11492         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11493         function to remove string properties.
11494
11495 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11496
11497         * gmm-utils.el (gmm): Adjust custom version.
11498
11499         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11500         Adjust custom version.
11501
11502         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11503
11504 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11505
11506         * gnus-art.el (gnus-insert-prev-page-button)
11507         (gnus-insert-next-page-button): Simplify.  Reformat.
11508
11509 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11510
11511         * gnus-art.el (gnus-insert-prev-page-button)
11512         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11513
11514 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11515
11516         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11517
11518 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11519
11520         * gnus-art.el (gnus-insert-mime-button)
11521         (gnus-insert-mime-security-button):
11522         Apply gnus-article-button-face to MIME and security buttons.
11523
11524 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11527         readable.
11528
11529 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11532
11533 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11534
11535         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11536         `browse-url-of-file' instead of `browse-url'.
11537
11538 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11539
11540         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11541         regexp.  Articles containing quotation were cut prematurely.
11542
11543 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * message.el (message-cite-original-1): Use nobody by default for the
11546         value of From header.
11547         (message-reply): Ditto.
11548
11549 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11550
11551         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11552         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11553         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11554
11555 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11556
11557         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11558         mails in the doc string.  Add some URLs in comment.
11559         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11560
11561 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11562
11563         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11564         backslashes handling and the way to find boundaries of quoted strings.
11565
11566 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11567
11568         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11569         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11570         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11571         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11572
11573 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11574
11575         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11576         doc string.
11577         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11578
11579 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * lpath.el: Fbind epg-check-configuration.
11582
11583 2006-09-06  Simon Josefsson  <jas@extundo.com>
11584
11585         * mml2015.el (mml2015-use): Doc fix, mention epg.
11586
11587 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11588
11589         * mml2015.el (mml2015-use): Default to epg, if available.
11590
11591 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11592
11593         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11594         message-sender.
11595         (mml1991-epg-encrypt): Ditto.
11596         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11597         message-sender.
11598         (mml2015-epg-encrypt): Ditto.
11599
11600 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11601
11602         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11603         several common directories.
11604
11605 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11606
11607         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11608         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11609
11610 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11611
11612         * gnus-art.el (article-decode-encoded-words): Make it fast.
11613
11614 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11617
11618         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11619         in quoted string into `\'.
11620
11621 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11624         Use standard-syntax-table.
11625
11626 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * gnus-art.el (gnus-decode-address-function): New variable.
11629         (article-decode-encoded-words): Use it to decode headers which are
11630         assumed to contain addresses.
11631         (gnus-mime-delete-part): Remove useless `or'.
11632
11633         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11634         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11635         (gnus-nov-parse-line): Use it to decode From header.
11636         (gnus-get-newsgroup-headers): Ditto.
11637         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11638
11639         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11640         (mail-decode-encoded-address-string): New alias.
11641
11642         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11643         New function.
11644         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11645         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11646         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11647         (rfc2047-decode-string): Ditto.
11648         (rfc2047-decode-address-region): New function.
11649         (rfc2047-decode-address-string): New function.
11650
11651 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11652
11653         * message.el (message-caesar-buffer-body): Allow rotating headers.
11654
11655         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11656
11657         * message.el (message-insert-formated-citation-line): Fix %f.
11658         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11659
11660 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11663         (gnus-bookmark-mouse-available-p): New macro.
11664         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11665         (gnus-bookmark-bmenu-show-infos): Use it.
11666         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11667         (gnus-bookmark-bmenu-hide-infos): Ditto.
11668         (gnus-bookmark-remove-properties): New function.
11669         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11670         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11671         (gnus-bookmark-write-file): Bind coding-system-for-write.
11672         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11673         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11674         group before selecting it.
11675         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11676         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11677         quit-window if it is not available; use gnus-mouse-2 and bind it to
11678         gnus-bookmark-bmenu-select-by-mouse.
11679         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11680         (gnus-bookmark-bmenu-select-by-mouse): New function.
11681
11682 2006-08-13  Romain Francoise  <romain@orebokech.com>
11683
11684         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11685         space.
11686
11687 2006-08-10  Romain Francoise  <romain@orebokech.com>
11688
11689         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11690         (dns-mode-soa-auto-increment-serial): New user option.
11691         (dns-mode-soa-maybe-increment-serial): New function.
11692         (dns-mode): Add the latter to `write-contents-functions'.
11693
11694 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * compface.el (uncompface): Use binary rather than raw-text-unix.
11697
11698 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * compface.el (uncompface): Make sure the eol conversion doesn't take
11701         place when communicating with the external programs.
11702         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11703
11704 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11707
11708 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11709
11710         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11711         Make it more robust by parsing author and date independently.
11712
11713 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11716
11717 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11718
11719         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11720         first matching secret key.
11721         (mml2015-epg-encrypt): Ditto.
11722
11723         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11724         first matching secret key.
11725         (mml1991-epg-encrypt): Ditto.
11726
11727         * mml2015.el (mml2015-encrypt-to-self): New user option.
11728         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11729         mml2015-epg-encrypt-to-self is set.
11730
11731         * mml1991.el (mml1991-encrypt-to-self): New variable.
11732         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11733         mml1991-epg-encrypt-to-self is set.
11734
11735         * mml2015.el (mml2015-signers): New user option.
11736         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11737         (mml2015-epg-encrypt): Allow to select signing keys.
11738
11739         * mml1991.el (mml1991-signers): New variable.
11740         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11741         (mml1991-epg-encrypt): Allow to select signing keys.
11742
11743 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * nnheader.el (nnheader-insert-head): Make it work even if the file
11746         uses CRLF for the line-break code.
11747
11748 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11749
11750         * mml2015.el: Require mml-sec instead of password.
11751         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11752         (mml2015-cache-passphrase): Inherit the default value from
11753         mml-secure-cache-passphrase.
11754         (mml2015-passphrase-cache-expiry): Inherit the default value from
11755         mml-secure-passphrase-cache-expiry.
11756
11757         * mml1991.el: Require mml-sec instead of password.
11758         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11759         (mml1991-cache-passphrase): Inherit the default value from
11760         mml-secure-cache-passphrase.
11761         (mml1991-passphrase-cache-expiry): Inherit the default value from
11762         mml-secure-passphrase-cache-expiry.
11763
11764         * mml-sec.el: Require password.
11765         (mml-secure-verbose): New user option.
11766         (mml-secure-cache-passphrase): New user option.
11767         (mml-secure-passphrase-cache-expiry): New user option.
11768
11769 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11770
11771         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11772         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11773         andreas@altroot.de (Andreas Vögele).
11774
11775         FIXME: Use `tiny change'?
11776
11777 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11778
11779         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11780         workaround for the url package included with Emacs.
11781
11782         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11783
11784 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11787         correctly.  This fixes a bug caused by the 2006-05-12 change.
11788
11789 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11790
11791         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11792         some information about the error when saying that the `bogus' mail
11793         group will be used.
11794
11795 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11796
11797         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11798         string.
11799
11800 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11801
11802         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11803
11804 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11805
11806         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11807
11808 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11809
11810         * mml1991.el (mml1991-function-alist): Add epg.
11811         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11812         (mml1991-epg-encrypt): New functions.
11813
11814 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11815
11816         * mml2015.el (mml2015-verbose): New variable.
11817         (mml2015-cache-passphrase): Ditto.
11818         (mml2015-passphrase-cache-expiry): Ditto.
11819         (mml2015-function-alist): Add epg.
11820         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11821         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11822         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11823         New functions.
11824
11825 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11826
11827         * message.el (message-cite-original-1): Preserve region when removing
11828         quoted text due to X-No-Archive in order to avoid bogus attribution
11829         when citing multiple messages.
11830
11831 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11832
11833         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11834         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11835
11836 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11837
11838         * gnus-diary.el (gnus-user-format-function-d)
11839         (gnus-user-format-function-D): Autoload.
11840
11841         * imap.el (Commentary): Fix typo.
11842
11843         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11844         2006-04-22 contribution.
11845
11846 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11847
11848         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11849         It didn't really fix the bogosity I'm seeing with solid web groups.
11850
11851 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11852
11853         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11854         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11855         created using server names.  If we use the feature without declaring
11856         it, Gnus does not properly manage server and group state.
11857
11858         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11859         bound.
11860
11861 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11862
11863         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11864         looking up the method using GROUP's prefix before inventing a new one.
11865         It is used on killed/unknown groups in various places where returning
11866         an all-new method isn't expected by the caller.
11867
11868         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11869         and match semantics of gnus-group-real-prefix.
11870
11871 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11872
11873         * nnmail.el (nnmail-broken-references-mailers): New variable.
11874         (nnmail-ignore-broken-references): New function generalizing
11875         nnmail-fix-eudora-headers.
11876         (nnmail-fix-eudora-headers): Now obsolete.
11877
11878         * gnus-art.el (gnus-button-handle-custom):
11879         Support `customize-apropos*'.
11880
11881 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11882
11883         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11884
11885         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11886         articles.
11887
11888 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11889
11890         * message.el (message-cite-reply-above): New variable.
11891         (message-yank-original): Use it.
11892
11893 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11896
11897 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11898
11899         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11900         as read.
11901
11902         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11903
11904 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11905
11906         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11907         (gnus-bookmark-default-file): Use gnus-directory.
11908         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11909         Remove "*" in doc string.
11910         (gnus-bookmark-write-file): Simplify.
11911         (gnus-bookmark-maybe-sort-alist): Use `when'.
11912         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11913         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11914         Add FIXME about Emacs 21 and XEmacs compatibility.
11915         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11916         compatibility.
11917         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11918         compatibility.
11919         (gnus-bookmark-menu-heading): Fix version.
11920
11921 2006-06-19  Bastien Guerry  <bzg@altern.org>
11922
11923         * gnus-bookmark.el: New file.
11924
11925 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * message.el (message-syntax-checks): Doc fix.
11928
11929 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11930
11931         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11932         unsubscribed groups as if they were killed ones.  It causes duplicate
11933         entries in gnus-newsrc-alist.
11934
11935 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * message.el (message-syntax-checks): Doc fix.
11938         (message-send-mail): Add check for continuation headers.
11939         (message-check-news-header-syntax): Fix regexp used to check for
11940         continuation headers.
11941
11942 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11945
11946 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11947
11948         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11949
11950 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11951
11952         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11953         default-truncate-lines.
11954
11955 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11958         to fill the utf-8 entry.
11959
11960         * lpath.el: Fbind unicode-precedence-list.
11961
11962 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11963
11964         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11965
11966 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11967
11968         * gnus-agent.el (directory-files-and-attributes): Move all the way
11969         forward (the third and final move).
11970         (gnus-agent-read-agentview): Trap reconstruction errors due to
11971         nonexistent directory.  Handle by returning nil.
11972
11973 2006-05-30  Didier Verna  <didier@xemacs.org>
11974
11975         * message.el (message-dont-reply-to-names): Update the custom type.
11976         * message.el (message-dont-reply-to-names): New defsubst: potentially
11977         convert a list of regexps into a single one.
11978         * message.el (message-get-reply-headers): Use it.
11979         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11980
11981 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * gnus-agent.el (directory-files-and-attributes): Move forward.
11984
11985 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11986
11987         * gnus-ml.el (gnus-mailing-list-subscribe)
11988         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11989         (gnus-mailing-list-message): Fix doc strings.
11990
11991 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11992
11993         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11994         of doing it manually.
11995
11996 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11997
11998         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11999         comment.
12000
12001 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12002
12003         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12004         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12005         (gnus-agent-read-local): All symbols allocated in my-obarray.
12006         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12007         (gnus-agent-regenerate-group): Check numeric names to see if they are
12008         messages or groups.
12009         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12010         better way of do this...)
12011
12012         * gnus-cache.el (gnus-agent-total-fetched-for):
12013         Ignore 'dummy.group' (there should be a better way of do this...)
12014
12015 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12018         (gnus-saved-headers): Ditto.
12019         (gnus-default-article-saver): Mention functions may have properties.
12020         (gnus-article-save): Override gnus-save-all-headers and
12021         gnus-saved-headers by :headers property which saver function may have.
12022         (gnus-summary-save-in-file): Add :headers property.
12023         (gnus-summary-write-to-file): Ditto.
12024
12025         * gnus-sum.el (gnus-summary-save-article): Bind
12026         gnus-prompt-before-saving to t when saving many articles in a file;
12027         always show all headers.
12028
12029         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12030
12031 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12032
12033         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12034         marks.
12035
12036         * message.el (message-indent-citation): Add optional arguments to allow
12037         using it outside of message buffers.
12038
12039         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12040         (gnus-article-treat-unfold-headers): Use it.
12041         (gnus-article-truncate-lines): New variable.
12042         (gnus-article-mode): Use it.
12043         (gnus-article-toggle-truncate-lines): New function.
12044
12045         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12046         Add gnus-article-toggle-truncate-lines.
12047
12048         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12049         coding system in XEmacs, use binary.
12050
12051 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12052
12053         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12054         after-load-alist.
12055
12056         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12057         this function should save decoded articles.
12058         (gnus-summary-write-to-file): Use property to specify this function
12059         should save decoded articles and specify gnus-summary-save-in-file
12060         should be used to save articles other than the first one when saving
12061         many articles.
12062         (gnus-summary-save-body-in-file): Use property to specify this
12063         function should save decoded articles.
12064         (gnus-summary-write-body-to-file): Use property to specify this
12065         function should save decoded articles and specify
12066         gnus-summary-save-body-in-file should be used to save articles other
12067         than the first one when saving many articles.
12068
12069         * gnus-sum.el (gnus-summary-save-article): Simplify.
12070
12071 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * gnus-art.el (gnus-default-article-saver):
12074         Add gnus-summary-write-body-to-file.
12075         (gnus-article-save-coding-system): Don't use coding system object
12076         in XEmacs.
12077         (gnus-read-save-file-name): Add optional `dir-var' argument which
12078         specifies directory in which files are saved; work even if optional
12079         `variable' argument is not specified.
12080         (gnus-summary-write-to-file): Read file name.
12081         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12082         (gnus-summary-write-body-to-file): New function.
12083
12084         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12085         (gnus-summary-local-variables): Add it.
12086         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12087         (gnus-summary-save-article): Remove optional `decode' argument;
12088         determine whether to decode articles by the value of
12089         gnus-default-article-saver; when saving many files using
12090         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12091         it first and use gnus-summary-save-in-file or
12092         gnus-summary-save-body-in-file thereafter unless
12093         gnus-prompt-before-saving is always; move point to article which
12094         will be saved.
12095         (gnus-summary-save-article-file): Revert.
12096         (gnus-summary-write-article-file): Revert.
12097         (gnus-summary-save-article-body-file): Revert.
12098         (gnus-summary-write-article-body-file): New function.
12099
12100 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * gnus-art.el (gnus-default-article-saver): Doc fix.
12103         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12104         from gnus-summary-save-article-coding-system, and default to a
12105         certain coding system.
12106         (gnus-output-to-file): Add coding cookie and encode text according
12107         to gnus-article-save-coding-system; don't use mm-append-to-file.
12108
12109         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12110         gnus-art.el and rename to gnus-article-save-coding-system.
12111         (gnus-summary-save-article): Require gnus-art; don't show all
12112         headers if it decodes articles; don't add coding cookie here;
12113         don't bind mm-text-coding-system-for-write.
12114         (gnus-summary-save-article-file): Save decoded articles.
12115         (gnus-summary-write-article-file): When saving many files, use
12116         gnus-summary-write-to-file first and gnus-summary-save-in-file
12117         thereafter unless gnus-prompt-before-saving is always.
12118         (gnus-summary-save-article-body-file): Save decoded articles.
12119
12120         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12121
12122 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12123
12124         * nnrss.el (nnrss-check-group): Bind hash-index.
12125
12126 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12127
12128         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12129         its hash index.  Store this hash in `nnrss-group-data'.
12130         (nnrss-read-group-data): Update accordingly.
12131
12132 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12133
12134         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12135         entry.
12136
12137         * gnus-sum.el (gnus-summary-make-menu-bar):
12138         Add gnus-article-browse-html-article.
12139
12140 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12141
12142         * gnus-sum.el (gnus-summary-mime-map):
12143         Add gnus-article-browse-html-article.
12144
12145         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12146
12147 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12148
12149         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12150         suitable coding systems in customize.
12151
12152 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12153
12154         * mail-source.el (mail-sources): Fix custom type.
12155
12156 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12157
12158         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12159         (gnus-summary-expire-articles-now): Shorten prompt.
12160
12161         * gmm-utils.el (wid-edit): Require.
12162         (defun-gmm): Rename from `gmm-defun-compat'.
12163         (gmm-image-search-load-path): Use it.
12164         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12165
12166 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * gnus-sum.el (gnus-summary-save-article-coding-system):
12169         New variable.
12170         (gnus-summary-save-article): Add optional `decode' argument.
12171         If it is set and gnus-summary-save-article-coding-system is non-nil,
12172         save decoded article.
12173         (gnus-summary-write-article-file): Save decoded article if
12174         gnus-summary-save-article-coding-system is non-nil.
12175
12176         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12177         type.
12178
12179 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12182
12183 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12184
12185         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12186         first to test gnus-single-article-buffer which may be buffer-local.
12187
12188         * gnus-sum.el (gnus-summary-setup-buffer):
12189         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12190         group; make gnus-article-buffer, gnus-article-current, and
12191         gnus-original-article-buffer always buffer-local.
12192         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12193         group.
12194         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12195
12196 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * nnml.el (nnml-request-compact-group): Compressed files might not
12199         have .gz extension.
12200
12201 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12202
12203         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12204         (mm-copy-to-buffer): Use with-current-buffer.
12205         (mm-display-part): Simplify.
12206         (mm-inlinable-p): Add optional arg `type'.
12207
12208 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12209
12210         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12211         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12212         Try harder to show the attachment internally or externally using
12213         gnus-mime-view-part-as-type.
12214
12215 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12216
12217         * message.el (message-from-style, message-signature-separator)
12218         (message-user-organization-file, message-send-mail-function)
12219         (message-citation-line-function, message-yank-prefix)
12220         (message-indent-citation-function, message-signature)
12221         (message-signature-file, message-signature-insert-empty-line):
12222         Remove autoloads.
12223
12224         * gnus-art.el (gnus-buttonized-mime-types):
12225         Remove "multipart/signed".  Revert 2006-04-26 change.
12226
12227 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12228
12229         * gnus.el (gnus-version-number): Bump version.
12230
12231 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12232
12233         * gnus.el: No Gnus v0.5 is released.
12234
12235 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12236
12237         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12238         fetching articles by message-id.
12239
12240 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12241
12242         * message.el (hashcash): Require hashcash as normal.
12243
12244         * ecomplete.el (ecomplete-highlight-match-line):
12245         Use point-at-eol.
12246         (ecomplete-highlight-match-line): Use `highlight', because that
12247         face exists in both Emacs and XEmacs.
12248
12249         * message.el (message-display-abbrev): Use point-at-bol.
12250
12251         * mail-source.el: Don't require timer/timer-funcs.
12252
12253         * gnus-async.el: Ditto.
12254
12255         * password.el: Ditto.
12256
12257         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12258
12259         * mm-url.el: Ditto.
12260
12261         * gnus-xmas.el: Don't require timer-funcs.
12262
12263         * mm-util.el: Require timer/timer-funcs.
12264
12265 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12266
12267         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12268         Close.
12269
12270 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12273         unibyte after clear-decrypt function runs.
12274
12275         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12276         returns as a unibyte string.
12277
12278 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * lpath.el: Revert.
12281
12282         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12283         (pgg-gpg-process-sentinel): Revert.
12284
12285         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12286         (pgg-pgp-lookup-key): Revert.
12287
12288         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12289         (pgg-pgp5-lookup-key): Revert.
12290
12291         * pgg.el (pgg-fetch-key): Revert.
12292
12293 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12294
12295         * lpath.el: Fbind string-as-multibyte for XEmacs.
12296
12297         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12298         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12299         (mml1991-pgg-encrypt): Ditto.
12300
12301         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12302         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12303         a multibyte buffer.
12304
12305         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12306         (pgg-pgp-lookup-key): Ditto.
12307
12308         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12309         (pgg-pgp5-lookup-key): Ditto.
12310
12311         * pgg.el (pgg-fetch-key): Ditto.
12312
12313 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12314
12315         * message.el (message-user-organization-file): Check several
12316         locations of the organization file.
12317
12318         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12319         Add gnus-article-view-part-as-type.
12320
12321         * gnus-art.el (gnus-article-view-part-as-type): New function.
12322
12323         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12324         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12325
12326         * mml.el: Simplify autoload.
12327         (mml-mode): defvar dnd-protocol-alist instead of using
12328         symbol-value.
12329         (mml-default-directory): New variable.
12330         (mml-minibuffer-read-file): Use it.
12331         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12332
12333         * message.el (message-citation-line-format): New variable.
12334         (message-insert-formated-citation-line): New function.
12335         (message-citation-line-function):
12336         Add `message-insert-formated-citation-line' to custom type.
12337
12338         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12339         to doc string.
12340
12341         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12342         depending on mm-verify-option.
12343
12344 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12347         binding pgg-* variables; reimplement the section which prevents
12348         MIME header from being signed.
12349         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12350         pgg-text-mode; remove a blank line at the top of body.
12351
12352         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12353         lines at the top of body; use gnus-newsgroup-charset if there's no
12354         Charset header.
12355
12356 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * message.el (message-self-insert-commands): Doc fix.
12359
12360         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12361         (mm-uu-pgp-encrypted-test): Ditto.
12362         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12363         between header and body; return application/pgp-encrypted handle
12364         if decryption failed; decode decrypted body by charset.
12365
12366         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12367         element match to application/pgp-*.
12368
12369 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12370
12371         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12372         HTML.
12373
12374 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12375
12376         * mail-source.el (mail-source-call-script): Message the error
12377         string.
12378
12379 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12380
12381         * gnus-util.el (gnus-byte-compile): Use it.
12382
12383 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12384
12385         * gnus-util.el (kill-empty-logs): New function.
12386
12387 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12388
12389         * message.el (message-mail-alias-type): Doc fix.
12390         (message-mail-alias-type-p): New function.
12391         (message-send): Use it.
12392         (message-mode): Ditto.
12393         (message-strip-forbidden-properties): Ditto.
12394
12395         * ecomplete.el (ecomplete-database-file-coding-system):
12396         New variable.
12397         (ecomplete-save): Use it.
12398         (ecomplete-setup): Use it.
12399
12400 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * message.el (message-self-insert-commands): New variable.
12403         (message-strip-forbidden-properties): Use it.
12404
12405 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12406
12407         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12408         that doesn't make XEmacs choke.
12409
12410 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12411
12412         * gnus-util.el (gnus-replace-in-string):
12413         Prefer replace-regexp-in-string over of replace-in-string.
12414
12415 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * gnus-util.el (gnus-select-frame-set-input-focus):
12418         Use select-frame-set-input-focus if it is available in XEmacs; use
12419         definition defined in Emacs 22 for old Emacsen.
12420
12421         * dgnushack.el: Autoload unmorse-region for XEmacs.
12422
12423         * lpath.el: Bind cursor-in-non-selected-windows and
12424         select-frame-set-input-focus for XEmacs.
12425
12426 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12429
12430 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12431
12432         * gnus-registry.el (gnus-registry-cache-save): Remove text
12433         properties when saving via the temp buffer.
12434
12435 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12436
12437         * message.el (message-generate-hashcash): Honor custom type.
12438
12439 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12440
12441         * message.el (message-generate-hashcash): Default to non-nil when
12442         hashcash is found.
12443
12444         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12445         (gnus-refer-thread-limit): Increase default to 500.
12446
12447         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12448
12449         * flow-fill.el (fill-flowed): Allow delete-space.
12450
12451 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12454         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12455         Remove autoloads.
12456
12457 2006-04-18  Simon Josefsson  <jas@extundo.com>
12458
12459         * message.el (message-generate-hashcash): Default to.
12460
12461 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12464         concatenating segments rather than before concatenating them.
12465
12466 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12467
12468         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12469
12470 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12471
12472         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12473
12474         * message.el (message-forward-make-body-plain):
12475         Allow message-forward-ignored-headers to be a list.
12476         (message-remove-ignored-headers): Factor out into function.
12477         (message-forward-make-body-mml): Use it.
12478
12479         * imap.el (imap-quote-specials): New function.
12480         (imap-login-auth): Quote specials.
12481
12482         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12483         (rfc2231-parse-string): Allow concatanation of parameters that
12484         aren't contiguous.  The test case is
12485           (mail-header-parse-content-type "message/external-body;
12486             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12487             access-type=LOCAL-FILE;
12488             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12489
12490 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12491
12492         * nntp.el (nntp-accept-process-output): Return the value of
12493         `nnheader-accept-process-output'.
12494
12495 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12496
12497         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12498         (gnus-button-alist): Recognize more diff formats.
12499         (gnus-button-patch): Strip directory.
12500
12501 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12504         Emacs 22 when setting focus.
12505
12506 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12507
12508         * gnus-art.el (gnus-article-treat-types): Do treatment of
12509         text/x-verbatim parts.
12510         (gnus-button-patch): New command.
12511
12512         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12513         addresses that contain invalid characters.
12514
12515 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12516
12517         * message.el (message-put-addresses-in-ecomplete):
12518         Use gnus-replace-in-string.
12519         (message-is-yours-p): Use the more correct
12520         mail-header-parse-address instead of
12521         mail-extract-address-components.
12522         (message-put-addresses-in-ecomplete): Fix typo.
12523
12524         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12525         keystroke.
12526
12527         * gnus-art.el (gnus-treatment-function-alist): Change order of
12528         newsgroups/generic header folding to avoid double-folding.
12529
12530         * message.el (message-hidden-headers): Add X-Draft-From.
12531
12532         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12533         New command.
12534         (gnus-summary-repeat-search-article-backward): New command.
12535
12536         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12537         groups in the parent topic.
12538
12539 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12540
12541         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12542         (spam-extra-header-to-number): Return the CRM114 number as a
12543         number instead of a string.
12544
12545 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12546
12547         * gnus-art.el (gnus-face-properties-alist): Move here from
12548         gnus-fun.
12549
12550         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12551
12552 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12553
12554         * message.el (message-strip-forbidden-properties): Only display on
12555         self-insert-command.
12556
12557         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12558         reindent.
12559         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12560
12561 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12562
12563         * smiley.el (smiley-style): Fix typo.
12564
12565 2006-03-23  Kenichi Handa  <handa@m17n.org>
12566
12567         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12568         instead of set-buffer-multibyte.
12569
12570 2006-03-23  Kenichi Handa  <handa@m17n.org>
12571
12572         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12573         buffer and then decode the buffer text if necessary.
12574         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12575         first, and after mm-encode-body, change the buffer to unibyte.
12576
12577 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12578
12579         * hashcash.el (hashcash-insert-payment-async-2):
12580         Use message-goto-eoh instead of doing it manually.
12581         (mail-add-payment): Use message-narrow-to-header instead of trying
12582         to do the same itself.
12583
12584         * message.el (message-hidden-headers): Add Face.
12585
12586         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12587         reparenting code.
12588         (gnus-summary-reparent-children): Refactored out code.
12589         (gnus-summary-thread-map): New keystroke.
12590         (gnus-summary-reparent-children): Make into command.
12591
12592         * smiley.el (smiley-style): Default to `medium' if using a large
12593         font.
12594
12595         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12596         does it itself.
12597
12598         * message.el (message-point-in-header-p): Simplify definition.
12599
12600 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12601
12602         * nnagent.el (nnagent-request-set-mark): Silence log file
12603         writing.
12604         (nnagent-request-set-mark): Use write-region instead of
12605         append-to-file.
12606
12607         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12608         strange select method.
12609
12610         * ecomplete.el (ecomplete-display-matches): Get highlightling
12611         right.
12612         (ecomplete-display-matches): Use literals.
12613         (ecomplete-display-matches): Disable message logging.
12614
12615         * message.el (message-display-abbrev): Small optimization.
12616
12617         * ecomplete.el (ecomplete-display-matches): Allow automatic
12618         display.
12619
12620         * message.el (message-strip-forbidden-properties):
12621         Display abbrevs.
12622         (message-display-abbrev): Get automatic display right.
12623
12624         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12625         keystrokes.
12626
12627 2006-04-13  Romain Francoise  <romain@orebokech.com>
12628
12629         TODO: Backport to v5-10!
12630
12631         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12632         Move here (and rename) from gnus-registry.el.
12633
12634         * gnus-registry.el: Require gnus-util.
12635         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12636
12637 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12638
12639         * gnus-group.el (gnus-group-catchup-current):
12640         Change if-then-else-if-then-else into cond.
12641         (gnus-group-catchup): Indent.
12642         (group-name-at-point): New function.
12643         (gnus-fetch-group): Provide default from thing at point.
12644
12645 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12646
12647         * message.el (message-display-abbrev): Fix regexp.
12648
12649         * ecomplete.el (ecomplete-highlight-match-line):
12650         Reimplement choosing.
12651         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12652         dead variables.
12653
12654         * message.el (message-newline-and-indent): Remove debugging.
12655         (message-display-abbrev): Use new implementation.
12656
12657 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12658
12659         * gnus-art.el (gnus-article-mode):
12660         Set cursor-in-non-selected-windows to nil.
12661
12662         * smiley.el: Revert previous change.
12663         (smiley-data-directory): defvar it before using it in the
12664         defcustom of `smiley-style'.
12665
12666 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12667
12668         * message.el (message-newline-and-indent): New function.
12669
12670         * ecomplete.el: Implement more bits.
12671
12672         * message.el (message-put-addresses-in-ecomplete): Clean up the
12673         string.
12674
12675         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12676
12677         * gnus-sum.el (gnus-summary-save-parts):
12678         Bind gnus-summary-save-parts-counter and use it to make unique file
12679         names.
12680
12681         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12682
12683         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12684         parameter to say whether to actually parse the individual
12685         addresses.
12686
12687         * message.el (message-put-addresses-in-ecomplete): New function.
12688         (ecomplete): Require.
12689         (message-mail-alias-type): Add ecomplete as an option.
12690
12691 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12692
12693         * flow-fill.el (fill-flowed): Remove trailing space from blank
12694         quoted lines.
12695
12696 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12697
12698         * smiley.el (smiley-style): Move definition later to avoid a
12699         compilation warning.
12700
12701 2006-04-12  Kenichi Handa  <handa@m17n.org>
12702
12703         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12704         buffer and then decode the buffer text if necessary.
12705         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12706         first, and after mm-encode-body, change the buffer to unibyte.
12707         Use mm-disable-multibyte instead of set-buffer-multibyte.
12708
12709 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12712         Content-Type header instead of Content-Disposition header.
12713         (gnus-mime-inline-part): Ditto.
12714         (gnus-mime-view-part-as-charset): Ignore charset that the part
12715         specifies.
12716
12717         * mm-decode.el (mm-display-part): Work with external parts and
12718         usual parts similarly.
12719
12720         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12721         instead of gnus-display-mime.
12722
12723         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12724         instead of with-temp-buffer.
12725
12726         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12727         tag to summarized topics part in order to encode non-ASCII text.
12728
12729 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * smiley.el (smiley-style): New variable.
12732         (smiley-directory): New function.
12733         (smiley-data-directory): Derive from `smiley-style' using
12734         `smiley-directory'.
12735         (smiley-regexp-alist): Add new entries.
12736
12737         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12738         (gnus-article-browse-delete-temp): Add :version.
12739
12740 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12741
12742         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12743         the sieve region.
12744
12745 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12746
12747         * gnus.el (gnus-version-number): Bump version.
12748
12749 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12750
12751         * gnus.el: No Gnus v0.4 is released.
12752
12753 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12754
12755         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12756         layout.
12757
12758         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12759         unknown charset.
12760
12761         * message.el (message-header-synonyms): Add Original-To to the
12762         default.
12763
12764         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12765         optional parameter.
12766
12767 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12768
12769         * gnus-fun.el (gnus): Require it for gnus-directory.
12770
12771 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12774
12775 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12776
12777         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12778
12779 2006-04-05  Simon Josefsson  <jas@extundo.com>
12780
12781         * password.el (password-reset): New function.
12782
12783 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12784
12785         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12786         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12787
12788 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12789
12790         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12791         Some whitespace was matched into the url, which broke browsing hits
12792         > 100 when mm-url-use-external was nil.
12793
12794 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12795
12796         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12797         Check gnus-extra-headers for 'Newsgroups.
12798
12799         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12800         bound.
12801
12802 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12803
12804         * pgg-gpg.el: Clean up process buffers every time gpg processes
12805         complete.
12806
12807 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12808
12809         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12810         doc string.
12811
12812 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12813
12814         * pgg-gpg.el (pgg-gpg-process-filter)
12815         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12816
12817         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12818         lines, temporary fix.
12819
12820 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12821
12822         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12823
12824 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12825
12826         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12827         default-enable-multibyte-characters.  This reverts the change from
12828         revision 6.17 which is no longer necessary because the passphrase
12829         is sent separately now.  GnuPG messages are unreadable under
12830         multibyte locales with default-enable-multibyte-characters set to
12831         nil.
12832
12833 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12834
12835         * message.el (message-tool-bar-gnome): Move "spell".
12836
12837 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12840         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12841         instead.
12842
12843 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12844
12845         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12846         Improve newsgroups handling for NNTP overviews which don't include
12847         Newsgroups.
12848
12849 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12850
12851         * message.el (message-resend): Bind message-generate-hashcash to nil.
12852
12853 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12854
12855         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12856         when searching for already-paid recipients.
12857
12858 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12859
12860         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12861         passphrases when it is not needed.
12862         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12863         passphrase stuff from gpg, should only be necessary when you use
12864         gpg with a smartcard.
12865
12866 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12867
12868         * mml.el (mml-insert-mime): Ignore cached contents of
12869         message/external-body part.
12870
12871         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12872         (mm-insert-part): Ditto.
12873
12874 2006-03-23  Simon Josefsson  <jas@extundo.com>
12875
12876         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12877         Reiner.
12878         (pgg-gpg-use-agent-p): Use it again.
12879
12880 2006-03-23  Simon Josefsson  <jas@extundo.com>
12881
12882         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12883         older emacsen.
12884         (pgg-gpg-use-agent-p): Don't use it.
12885
12886 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12887
12888         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12889         if we can.
12890
12891 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12892
12893         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12894         (pgg-gpg-update-agent): New function.
12895         (pgg-gpg-use-agent-p): New function.
12896         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12897         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12898         (pgg-gpg-sign-region): Use it.
12899
12900 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12903         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12904
12905 2006-03-21  Simon Josefsson  <jas@extundo.com>
12906
12907         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12908         <wilde@sha-bang.de>.
12909         (pgg-gpg-use-agent): New variable.
12910         (pgg-gpg-process-region): Use it.
12911         (pgg-gpg-encrypt-region): Likewise.
12912         (pgg-gpg-encrypt-symmetric-region): Likewise.
12913         (pgg-gpg-decrypt-region): Likewise.
12914         (pgg-gpg-sign-region): Likewise.
12915         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12916
12917 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12920
12921         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12922         Add comment on version.
12923
12924 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12925
12926         * smiley.el: Add missing test smiley.
12927
12928 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * mm-decode.el (mm-with-part): New macro.
12931         (mm-get-part): Use it; work with message/external-body as well.
12932         (mm-save-part): Treat name and filename equally.
12933
12934         * mm-extern.el (mm-extern-cache-contents): New function.
12935         (mm-inline-external-body): Use it; force the part to be displayed;
12936         move undisplayer added to the cached handle to the parent.
12937
12938         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12939         (gnus-mime-view-part-as-type): Work with message/external-body.
12940
12941         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12942
12943 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12944
12945         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12946         images in image-load-path.  [Sync with image.el, revision 1.60, in
12947         Emacs.]
12948
12949 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12950
12951         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12952         path rather than symbol.  Always return list of directories.
12953         Guarantee that image directory comes first.  [Sync with image.el,
12954         revision 1.59, in Emacs.]
12955
12956         * message.el (message-make-tool-bar): Adjust to new API of
12957         `gmm-image-load-path-for-library'.
12958
12959         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12960
12961         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12962
12963 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12964
12965         * gnus-art.el (gnus-article-only-boring-p):
12966         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12967         intangible text.
12968         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12969
12970 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12973         Use `defun' instead of `gmm-defun-compat'.
12974
12975 2006-03-14  Simon Josefsson  <jas@extundo.com>
12976
12977         * message.el (message-unique-id): Don't use message-number-base36
12978         if (user-uid) is a float.
12979         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12980
12981 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12984
12985         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12986         empty line between a part and a message part.
12987
12988 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12989
12990         * smiley.el: Add more test smileys.
12991         (smiley-data-directory, smiley-regexp-alist)
12992         (gnus-smiley-file-types): Fix doc strings.
12993         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12994         adding new elements.
12995         (smiley-mouse-map): Unused code.  Make it a comment.
12996
12997 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12998
12999         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13000         scan latest NoCeM messages instead of old ones.
13001         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13002         delimiters that are recently used.
13003         (gnus-nocem-load-cache): Add autoload cookie.
13004
13005         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13006
13007         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13008         level which is larger than gnus-use-nocem is specified.
13009
13010         * gnus-group.el (gnus-group-get-new-news): Ditto.
13011
13012 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * gnus-util.el (gnus-tool-bar-update): New function.
13015
13016         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13017         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13018
13019         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13020
13021         * gnus-group.el (gnus-group-redraw-when-idle)
13022         (gnus-group-redraw-check): Remove.
13023         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13024
13025 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13028         if optional last element is specified in splits (FIELD VALUE...).
13029
13030 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13031
13032         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13033         to gmm-image-load-path-for-library.  Call with no-error argument.
13034         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13035
13036         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13037
13038         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13039
13040         * gmm-utils.el (gmm-image-load-path): Remove alias.
13041
13042 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13043
13044         * gmm-utils.el (gmm-image-load-path): Add alias.
13045
13046         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13047         nnml-generate-nov-databases-1.
13048         (nnml-generate-nov-databases): Use it.
13049         (nnml-generate-nov-databases-directory): Document no-active
13050         argument.
13051
13052         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13053         directory if path is t.  Add no-error.
13054
13055         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13056         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13057
13058         * gnus-art.el (gnus-article-browse-delete-temp-files):
13059         Simplify resetting gnus-article-browse-html-temp-list.
13060
13061         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13062         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13063         Add example to docstring.  Rename local variables.  Move error
13064         checks to default case in cond and simplify.
13065
13066 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13067
13068         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13069         handle is multipart when calling it recursively.
13070         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13071
13072 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13073
13074         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13075         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13076
13077 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13080         is loaded.
13081
13082         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13083         loaded.
13084
13085 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13088         to "Emacs 23 (unicode)" in doc string.
13089
13090         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13091         "Emacs 23 (unicode)" in comment.
13092
13093 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13096
13097         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13098         characters 160 through 255 in Emacs 23.
13099
13100 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13103         gnus-article-browse-html-temp.
13104         (gnus-article-browse-delete-temp): Make it customizable.
13105         Add `file'.  Adjust doc string.
13106         (gnus-article-browse-delete-temp-files): Add argument.
13107         Allow query for each file.  Adjust doc string.
13108         (gnus-article-browse-html-parts):
13109         Add `gnus-article-browse-delete-temp-files' to
13110         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13111
13112 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13113
13114         * gnus-art.el (gnus-article-browse-html-temp)
13115         (gnus-article-browse-delete-temp): New variables.
13116         (gnus-article-browse-delete-temp-files): New function.
13117         (gnus-article-browse-html-parts): Use it.
13118
13119 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13120
13121         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13122
13123         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13124         string.
13125
13126         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13127         gnus-summary-insert-new-articles when unplugged.
13128         Remove gnus-summary-search-article-forward.
13129
13130         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13131         display-visual-class instead of display-color-cells.
13132
13133 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * dgnushack.el: Autoload customize-group for XEmacs.
13136
13137         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13138         message/* containing non-ASCII text properly.
13139
13140 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13141
13142         * message.el: Require gmm-utils, remove autoloads.
13143         (message-tool-bar): Set default based on
13144         gmm-tool-bar-style.
13145         (message-tool-bar-gnome): Add gmm-customize-mode.
13146
13147         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13148         gmm-tool-bar-style.
13149         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13150
13151         * gnus-group.el (gnus-group-tool-bar): Set default based on
13152         gmm-tool-bar-style.
13153         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13154
13155         * gmm-utils.el (gmm-image-directory): Rename variable from
13156         gmm-image-load-path.
13157         (gmm-image-load-path): Use gmm-image-directory.
13158         (gmm-customize-mode): New function.
13159         (gmm-tool-bar-style): New variable.
13160
13161         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13162         gnus-group-redraw-line-number.
13163         (gnus-group-redraw-check): Simplify.
13164         (gnus-group-tool-bar-update): Remove redraw check.
13165         (gnus-group-make-tool-bar): Add redraw check.
13166
13167 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13168
13169         * gnus-art.el (gnus-button): Add missing parentheses.
13170
13171 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13172
13173         * lpath.el: Fbind line-number-at-pos.
13174
13175 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13176
13177         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13178
13179 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13180
13181         * gnus-art.el (gnus-button): New face.
13182         (gnus-article-button-face): Use it.
13183
13184         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13185         Add gnus-summary-next-page.  Re-order.
13186
13187         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13188         next-node are now included.
13189         (gnus-group-redraw-line-number): New internal variable.
13190         (gnus-group-redraw-check): Helper function for updating the tool
13191         bar.
13192         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13193
13194         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13195
13196         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13197         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13198         Use it to match format of Spamassassin 3.0 and later.
13199         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13200         (spam-check-bogofilter)
13201         (spam-bogofilter-register-with-bogofilter): Fix args of
13202         `gnus-error' calls.
13203
13204 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13205
13206         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13207         unnecessary interaction when sending queued mails.
13208         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13209
13210 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13211
13212         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13213         first or last are nil.
13214
13215 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13216
13217         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13218
13219 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13220
13221         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13222
13223 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13224
13225         * dns.el (query-dns): Protect more against buggy tcp output.
13226
13227 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13228
13229         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13230         nov.php.
13231
13232 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13233
13234         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13235         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13236         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13237         output on the server side.
13238         (nnweb-google-create-mapping): Update regexps and add some
13239         progress indication.
13240
13241 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * gnus-group.el (gnus-group-tool-bar-gnome):
13244         Fix gnus-agent-toggle-plugged.  Re-order icons.
13245         (gnus-group-tool-bar-gnome):
13246         Add gnus-group-{prev,next}-unread-group.
13247         (gnus-group-tool-bar-gnome): Re-order icons.
13248
13249         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13250         Move gnus-summary-insert-new-articles.
13251
13252         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13253         Fix comments.
13254
13255         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13256         also available in Emacs 21.3.
13257
13258         * message.el (message-fix-before-sending): Change "Emacs 22" to
13259         "Emacs 23 (unicode)" in comment.
13260
13261         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13262         "Emacs 23 (unicode)" in comment.
13263
13264         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13265         comment.
13266         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13267
13268         * mm-view.el (mm-fill-flowed): Add :version.
13269
13270 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13273         and load-path.
13274
13275 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13276
13277         * message.el: Autoload gmm-image-load-path.
13278         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13279         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13280         consitency.
13281
13282         * gmm-utils.el (gmm-image-load-path): Also search in
13283         "../etc/images".  Don't set gmm-image-load-path if we don't find
13284         the image.
13285
13286 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * gmm-utils.el (gmm-image-load-path): Don't make
13289         `gmm-image-load-path' include subdirectories which the second arg
13290         `image' might specify.
13291
13292         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13293         subdirectory to icon file names.
13294
13295         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13296
13297 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13298
13299         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13300         gmm-image-load-path calls.
13301
13302         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13303
13304         * message.el (message-make-tool-bar): Ditto.
13305
13306         * mml.el (mml-preview): Add comment concerning tool bar icons.
13307
13308         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13309         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13310
13311         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13312         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13313
13314         * message.el (message-tool-bar-gnome): Use new icon names.
13315         (message-make-tool-bar): Use `gmm-image-load-path'.
13316
13317         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13318         New functions from MH-E.
13319         (gmm-image-load-path): New variable from MH-E.
13320         (gmm-image-load-path): New function from MH-E.  Add arguments
13321         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13322         *-image-load-path-called-flag.
13323
13324 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13325
13326         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13327
13328 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13329
13330         * nnimap.el (nnimap-request-move-article): Change folder back to
13331         source group before deleting.
13332
13333 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13334
13335         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13336
13337         * gnus-art.el (mm-url-insert-file-contents-external):
13338         Autoload mm-url.
13339
13340         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13341
13342 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13345         coding system which mm-charset-to-coding-system returns for a
13346         given charset is valid.
13347
13348 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13349
13350         * html2text.el (html2text-remove-tag-list):
13351         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13352
13353 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13354
13355         * gnus-cus.el: Revert 2005-10-17 change.
13356
13357 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * gnus-art.el (article-strip-banner):
13360         Call article-really-strip-banner only when the regexp match is made.
13361
13362 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * gnus-art.el (article-strip-banner):
13365         Use gnus-extract-address-components instead of
13366         mail-header-parse-addresses to make it work with non-ASCII text;
13367         remove mail-encode-encoded-word-string.
13368
13369         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13370         values which are surrounded with \"...\"; make it never cause a
13371         Lisp error; give up parsing of parameters if it failed in
13372         extracting type.
13373
13374 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13375
13376         * smime.el (smime-cert-by-ldap-1): Fix bug where
13377         `smime-ldap-search' returns results without userCertificates.
13378
13379 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13382
13383 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13384
13385         * spam.el (spam-check-spamassassin-headers): Adapt format for
13386         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13387         <ari@mbf.ocn.ne.jp>.
13388         (spam-list-of-processors): Add spam-use-gmane.
13389
13390 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13393         make-temp-file; make it work with XEmacs as well.
13394
13395         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13396         mm-make-temp-file.
13397
13398         * mm-decode.el (mm-display-external): Use the 3rd arg of
13399         mm-make-temp-file.
13400         (mm-create-image-xemacs): Ditto.
13401
13402 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13405         with message-narrow-to-headers.
13406         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13407         (gnus-draft-check-draft-articles): New function.
13408         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13409
13410 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13411
13412         * gnus-art.el (gnus-article-browse-html-parts):
13413         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13414         Don't use suffix argument for mm-make-temp-file for Emacs 21
13415         compatibility.  Remove useless `format'.
13416
13417 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13418
13419         * nnweb.el (nnweb-google-wash-article): Update regexps.
13420         (nnweb-group-alist): Use defvoo instead of defvar.
13421
13422 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13425         re-loading nn* modules.
13426
13427 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13428
13429         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13430         for `tool-bar-mode' and don't check it's default-value.
13431
13432         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13433
13434         * message.el (message-make-tool-bar): Ditto.
13435
13436         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13437         `substring'.  Shorten tmp-file name.
13438
13439         * gnus.el: Remove bogus comment.
13440
13441 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13442
13443         * gnus-art.el (gnus-article-browse-html-parts): New function.
13444         (gnus-article-browse-html-article): New function for viewing html
13445         articles with a browser.
13446
13447 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13448
13449         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13450         in elisp.
13451         (pgg-gpg-encrypt-symmetric-region): Ditto.
13452         (pgg-gpg-sign-region): Ditto.
13453
13454         * pgg-def.el (pgg-text-mode): New variable.
13455
13456         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13457         (mml2015-pgg-encrypt): Ditto.
13458
13459         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13460         (mml1991-pgg-encrypt): Ditto.
13461
13462 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * nnfolder.el (nnfolder-insert-newsgroup-line):
13465         Use message-make-date instead of current-time-string.
13466
13467         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13468         to gnus-decoded which mm-uu might set.
13469
13470 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13473         don't decode quoted parameters; remove misimported Emacs code.
13474         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13475         (rfc2231-decode-encoded-string): Don't use split-string which
13476         behaves differently according to Emacs version; use
13477         mm-decode-coding-region to convert charset to coding-system.
13478         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13479         (rfc2231-encode-string): Remove misimported Emacs code.
13480
13481 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13482
13483         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13484         when calling mail-header-parse-content-type.
13485         (article-de-quoted-unreadable): Ditto.
13486         (article-de-base64-unreadable): Ditto.
13487         (article-wash-html): Ditto.
13488
13489         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13490         calling mail-header-parse-content-type and
13491         mail-header-parse-content-disposition.
13492         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13493         mail-header-parse-content-type.
13494
13495         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13496         insert charset and format parameters; encode description after
13497         inserting it to buffer.
13498         (mml-insert-parameter): Fold lines properly even if a parameter is
13499         segmented into two or more lines; change the max column to 76.
13500
13501         * rfc1843.el (rfc1843-decode-article-body): Don't use
13502         ignore-errors when calling mail-header-parse-content-type.
13503
13504         * rfc2231.el (rfc2231-parse-string): Return at least type if
13505         possible; don't cause an error even if it fails in parsing of
13506         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13507         (rfc2231-encode-string): Don't break lines at the beginning, leave
13508         it to mml-insert-parameter.
13509
13510         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13511         calling mail-header-parse-content-type.
13512
13513 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13514
13515         * spam-report.el (spam-report-gmane-use-article-number):
13516         Improve doc string.
13517         (spam-report-gmane-internal): Check if a suitable header was found
13518         in the article.
13519
13520 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13523         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13524
13525 2006-02-05  Romain Francoise  <romain@orebokech.com>
13526
13527         Update copyright notices of all files in the gnus directory.
13528
13529 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13530
13531         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13532
13533 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13536         segmented lines of parameter value to cope with Thunderbird 1.5
13537         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13538         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13539         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13540
13541 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13542
13543         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13544         parts.
13545
13546 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13547
13548         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13549         there's only one active file for all servers.
13550         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13551         solid groups.  Gnus might have used a FAST request to select the group.
13552         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13553         and nnweb-search redundantly in the active file.
13554         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13555         (nnweb-request-create-group): Don't use ARGS.
13556         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13557         initialisations.  Let nnoo do the work.
13558
13559 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13562         Say the part has been decoded.
13563
13564         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13565
13566 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13567
13568         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13569         mailcap-viewer-test-cache when there's no 'test clause, since that
13570         will invert the meaning of a "nil" test previously determined by
13571         mailcap-mailcap-entry-passes-test.
13572
13573 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13576         compiling.
13577
13578         * gnus-sum.el: Ditto.
13579
13580         * message.el: Don't bind tool-bar-map when compiling.
13581
13582 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13583
13584         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13585
13586 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13587
13588         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13589         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13590         current Google Groups.
13591
13592 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13593
13594         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13595         and tool-bar-mode.
13596
13597         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13598         and tool-bar-mode.
13599
13600         * message.el (message-tool-bar-update): Simplify.
13601         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13602
13603         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13604         gnus-summary-buffer.
13605         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13606         gnus-summary-reply.
13607
13608         * gmm-utils.el (gmm): Add :version.
13609
13610 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * Makefile.in (clean): New rule.
13613         (distclean): Use it.
13614
13615 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13616
13617         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13618         Don't autoload.
13619
13620 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * gmm-utils.el (gmm-verbose): Add :group.
13623
13624 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13625
13626         * message.el: Change some comments WRT tool-bars.
13627
13628         * gnus-sum.el (gnus-summary-tool-bar)
13629         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13630         (gnus-summary-tool-bar-zap-list): New variables.
13631         (gnus-summary-make-tool-bar): Complete rewrite using
13632         `gmm-tool-bar-from-list'.
13633
13634         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13635         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13636         New variables.
13637         (gnus-group-make-tool-bar): Complete rewrite using
13638         `gmm-tool-bar-from-list'.
13639         (gnus-group-tool-bar-update): New function.
13640
13641         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13642
13643 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13646         is dissected into a single part of which the type is the same as
13647         the given one; decode charset.
13648
13649 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13650
13651         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13652         into alists as symbol not string, since that's what
13653         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13654         look for.
13655
13656 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13657
13658         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13659         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13660
13661         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13662
13663 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13666         (gnus-xmas-mime-security-button-menu): New function.
13667
13668         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13669         (gnus-mime-security-button-menu): New definition.
13670         (gnus-mime-security-button-map): Use them.
13671         (gnus-mime-security-button-menu): New function.
13672         (gnus-insert-mime-security-button): Addition to help echo.
13673         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13674         (gnus-mime-security-pipe-part): New functions.
13675
13676         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13677         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13678
13679         * mm-decode.el (mm-handle-set-disposition): Remove.
13680         (mm-handle-set-description): Remove.
13681
13682 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13685         (mm-w3m-standalone-supports-m17n-p): New function.
13686         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13687         w3m usage.
13688
13689         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13690         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13691
13692 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13693
13694         * message.el (message-tool-bar-zap-list):
13695         Use gmm-tool-bar-zap-list as custom type.
13696         (message-tool-bar-update): New function.
13697         (message-tool-bar, message-tool-bar-gnome)
13698         (message-tool-bar-retro): Add message-tool-bar-update.
13699         (message-tool-bar-gnome): Add flyspell-buffer.
13700
13701         * gnus-util.el (gnus-error): Describe `args'.
13702
13703         * gmm-utils.el (gmm-error): Describe `args'.
13704         (gmm-tool-bar-zap-list): New widget.
13705         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13706
13707 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13710         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13711         the number of recursive calls.
13712
13713         * mm-decode.el (mm-handle-set-disposition): New macro.
13714         (mm-handle-set-description): New macro.
13715
13716 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13719         encoding.
13720
13721 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13722
13723         * message.el (message-tool-bar-zap-list, message-tool-bar)
13724         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13725         (message-tool-bar-local-item-from-menu): Remove.
13726         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13727         (message-make-tool-bar): New function.
13728         (message-mode): Use `message-make-tool-bar'.
13729
13730         * gmm-utils.el: New file.
13731         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13732         (gmm-lazy): New widget copied from `nnmail.el'.
13733         (gmm-tool-bar-from-list): New function for creating customizable
13734         tool bars.
13735         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13736         output.
13737         (gmm): Add :prefix to defgroup.
13738
13739 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13740
13741         * gmm-utils.el (gmm-widget-p): New function.
13742
13743 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13744
13745         * mml.el (mml-attach-file): Describe `description' in doc string.
13746         (mml-menu): Add Emacs MIME manual and PGG manual.
13747
13748 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13749
13750         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13751
13752 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13753
13754         * nntp.el (nntp-end-of-line): Doc fix.
13755
13756 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13757
13758         * imap.el (imap-open): Handle case where buffer is a buffer
13759         object.
13760
13761 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13762
13763         * gnus-delay.el (gnus-delay): Don't autoload.
13764         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13765         to be re-loaded when customizing the `gnus-delay' group.
13766
13767 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13768
13769         * message.el (message-insert-citation-line): Use newlines.
13770
13771 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13772
13773         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13774         (pgg-pgp-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-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13778         pgg-add-passphrase-to-cache function.
13779
13780         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13781         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13782         these routines, so the passphrase can be managed externally and
13783         passed in to the system.
13784         (pgg-pgp5-sign-region): Use new name of
13785         pgg-add-passphrase-to-cache function.
13786
13787 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13788
13789         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13790         part of the decoded armor to find the key-identifier.
13791         (pgg-gpg-lookup-key-owner): New function to return the
13792         human-readable identifier of a key owner.
13793         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13794         itself.
13795         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13796         the key value) if we have a key and can match it against a secret
13797         key.  Also, added a note pointing out fact that the prompt only
13798         indicates the first matching key.
13799
13800         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13801         pgg-decrypt-region.
13802         (pgg-add-passphrase-to-cache): Rename from
13803         `pgg-add-passphrase-cache' to reduce confusion (all callers
13804         changed).
13805         (pgg-remove-passphrase-from-cache): Rename from
13806         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13807         changed).
13808         (pgg-read-passphrase, pgg-add-passphrase-cache)
13809         (pgg-remove-passphrase-cache): Add informative docstrings.
13810         (pgg-decrypt): Convey provided passphrase in subordinate call to
13811         pgg-decrypt-region.
13812
13813 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13814
13815         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13816         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13817         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13818         'passphrase' argument, so the passphrase can be managed externally
13819         and then passed in to the system.
13820
13821         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13822         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13823         so the passphrase cache can be used reliably with identifiers
13824         besides a pgp packet's key id.
13825
13826         * pgg-gpg.el (pgg-gpg-encrypt-region)
13827         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13828         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13829         these routines, so the passphrase can be managed externally and
13830         passed in to the system.
13831
13832         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13833         'notruncate' argument, so the passphrase cache can be used
13834         reliably with identifiers besides a pgp packet's key id.
13835
13836 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13837
13838         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13839         symmetric encryption.
13840         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13841         encrypted session key.
13842         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13843         message ask for the passphrase in a proper way.
13844
13845         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13846         New user commands for symmetric encryption.
13847
13848 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13849
13850         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13851
13852         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13853
13854 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13855
13856         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13857
13858 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * mm-decode.el (mm-inlined-types): Add application/pgp.
13861         (mm-automatic-display): Ditto.
13862
13863         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13864         part as text.
13865
13866 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * nnrss.el: Update copyright.
13869         (nnrss-opml-import): Query whether to subscribe to each entry.
13870
13871         * gnus-art.el:
13872         * gnus-sum.el:
13873         * gnus-xmas.el:
13874         * messagexmas.el:
13875         * mm-uu.el:
13876         * mm-view.el: Update copyright.
13877
13878 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13879
13880         * message.el (message-info): New function.
13881         (message-mode-menu): Add it.
13882         Update copyright.
13883
13884         * ChangeLog: Fix and update copyright.
13885
13886 2006-01-13  Romain Francoise  <romain@orebokech.com>
13887
13888         * message.el (message-forward-subject-name-subject): Prefer the
13889         address to 'nowhere' if the sender has no name.
13890         Fix typo.  Update copyright year.
13891
13892 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * gnus-art.el (article-wash-html):
13895         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13896         (gnus-article-wash-html-with-w3m-standalone): New function.
13897
13898         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13899         mm-inline-text-html-render-with-w3m-standalone.
13900         (mm-text-html-washer-alist): Map w3m-standalone to
13901         gnus-article-wash-html-with-w3m-standalone.
13902         (mm-inline-text-html-render-with-w3m-standalone): New function.
13903
13904 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13905
13906         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13907         Improve LaTeX.
13908
13909 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13910
13911         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13912         (nnrss-request-article): Render text/plain parts as HTML.
13913
13914         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13915         the buffer.
13916
13917 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13918
13919         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13920         custom definition of `gnus-posting-styles'.
13921
13922         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13923         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13924
13925 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13926
13927         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13928         Use nntp for bug archive.
13929
13930 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13933         parts.
13934         (nnrss-normalize-date): New function converts ISO 8601 date into
13935         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13936         (nnrss-check-group): Use it.
13937
13938 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13941
13942         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13943         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13944         (nnrss-insert-w3): Ditto.
13945
13946 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13949         the articles to be forwarded including the case where neither a
13950         number of articles nor a region is specified.
13951
13952 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * nnrss.el (nnrss-request-article): Fix last change; fill
13955         text/plain parts.
13956
13957 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13960         in text/plain part.
13961         (nnrss-check-group): Don't add excessive newline to dc:subject.
13962
13963 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13964
13965         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13966         article.
13967
13968 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13971         (nnml-use-compressed-files, nnml-save-mail): Support other
13972         comression programs such as bzip2.
13973
13974 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13975
13976         * dns.el (query-dns): Make sure we check the buffer size before
13977         removing tcp headers.
13978
13979 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13982         remove MIME buttons associated with multipart/alternative parts.
13983         (gnus-mime-display-alternative): Tag buttons using `article-type'
13984         text property.
13985
13986         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13987         associated with multipart/alternative parts.
13988
13989         * gnus-art.el (gnus-signature-separator): Fix custom type.
13990
13991         * mm-decode.el (mm-inlined-types): Fix custom type.
13992         (mm-keep-viewer-alive-types): Ditto.
13993         (mm-automatic-display): Ditto.
13994         (mm-attachment-override-types): Ditto.
13995         (mm-inline-override-types): Ditto.
13996         (mm-automatic-external-display): Ditto.
13997
13998 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * spam-report.el (spam-report-user-mail-address)
14001         (spam-report-user-agent): New variables.
14002         (spam-report-url-ping-plain): Use spam-report-user-agent.
14003
14004 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14005
14006         * gnus-art.el (gnus-button-handle-custom): Do not just use
14007         `customize-apropos' for any "M-x customize-*" button but the
14008         function called for.  Accept both the function name and its
14009         argument in order to achieve this.
14010         (gnus-button-alist): Remove support for "custom:" URL's.
14011         Pass function name to `gnus-button-handle-custom' in case of "M-x
14012         customize-*" buttons.
14013
14014 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14017         multipart/alternative and add xref to mm-discouraged-alternatives
14018         in doc string.
14019
14020         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14021         gnus-buttonized-mime-types in doc string.
14022
14023 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14024
14025         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14026         Suggest image/.* in the doc string.
14027
14028 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14029
14030         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14031         message-marks (Debian bug #342521).
14032
14033 2005-12-12  Simon Josefsson  <jas@extundo.com>
14034
14035         * password.el (password-read-from-cache): Add.
14036         (password-read): Use it.
14037
14038 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * rfc2047.el (rfc2047-charset-to-coding-system):
14041         Recognize us-ascii as a MIME charset.
14042
14043         * mm-bodies.el (mm-decode-content-transfer-encoding):
14044         Protect against the case where the 2nd arg TYPE is nil.
14045
14046 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14047
14048         * pop3.el (pop3-stream-type): Fix custom version.
14049
14050         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14051
14052 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14053
14054         * mm-decode.el (mm-display-external): Add missing cdr.
14055
14056 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14059         RFC1524) if it is in mailcap or add a suffix according to
14060         mailcap-mime-extensions when generating a temp filename; postpone
14061         deleting a temp file for 2 seconds for some wrappers, shell
14062         scripts, and so on, which might exit right after having started a
14063         viewer command as a background job.
14064
14065 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14066
14067         * nntp.el (nntp-marks-directory): Fix custom group.
14068
14069         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14070         steps when < 10.
14071
14072         * gnus-start.el (gnus-no-server-1):
14073         Mention `gnus-level-default-subscribed' in doc string.
14074
14075 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14076
14077         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14078         parens.
14079
14080 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * gnus-xmas.el (gnus-use-toolbar): Revert.
14083         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14084         gnus-use-toolbar is default.
14085
14086         * messagexmas.el (message-use-toolbar): Revert.
14087         (message-setup-toolbar): Use global default-toolbar if
14088         message-use-toolbar is default.
14089
14090 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14091
14092         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14093         according to default-toolbar-visible-p.
14094
14095         * messagexmas.el (message-use-toolbar): Ditto.
14096
14097 2005-11-26  Dave Love  <fx@gnu.org>
14098
14099         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14100         (tls-program, tls-success): Provide openssl alternative.
14101
14102         * starttls.el: Doc fixes.
14103         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14104         SERVICE to PORT.
14105
14106         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14107         port null or service name.
14108         (starttls-negotiate): Autoload.
14109
14110 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * message.el (message-kill-to-signature): Fix interactive spec.
14113
14114 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * pop3.el (pop3-open-server): Recognize a string as a service name.
14117
14118 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14119
14120         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14121
14122 2005-11-23  Dave Love  <fx@gnu.org>
14123
14124         Add pop3s, pop3/starttls.
14125
14126         * pop3.el (pop3-authentication-scheme): Clarify doc.
14127         (open-tls-stream, starttls-open-stream): Autoload.
14128         (pop3-stream-type): New.
14129         (pop3-open-server): Use it.
14130
14131         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14132         for POP.
14133         (mail-source-keyword-map): Add :stream for POP.
14134         (mail-source-fetch-pop): Use pop3-stream-type.
14135
14136 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14139         of current-time-string.
14140
14141 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14142
14143         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14144         date header.
14145
14146 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14147
14148         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14149         it can seriously impact performance as it bypasses the agent's
14150         local caches.
14151
14152 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14153
14154         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14155         must be explicitly online rather than "not explicitly offline" for
14156         its flags to be synchronized.
14157
14158         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14159         that gnus-uu-unmark-thread will function correctly.
14160
14161         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14162         1024K is instead displayed as 1M.
14163
14164 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14165
14166         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14167
14168 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14169
14170         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14171
14172 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14173
14174         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14175         error message to display actual error condition.
14176         (gnus-agent-save-local): Avoid saving symbols that are bound to
14177         nil as they simply result in a warning message in
14178         gnus-agent-read-local.
14179
14180 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14183         rather than make-variable-buffer-local for file-precious-flag.
14184
14185 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14186
14187         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14188         for duplicates which are removed.  The invalid sort check then
14189         triggers a rescan after the sort as sorting may have moved
14190         duplicate entries such that they can be cheaply detected.
14191
14192 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14195
14196 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14197
14198         * gnus-agent.el (gnus-agent-article-alist-save-format):
14199         Change internal variable to a custom variable.  Change default value
14200         from compressed(2) to uncompressed(1).
14201         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14202         support for uncompressed agentview files.  Taken together, reading
14203         the agentview file should now be 6-7 times faster.
14204
14205 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14206
14207         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14208         as a buffer-local variable.  This avoids creating truncated
14209         dribble files as a result of a hang up, eg.
14210
14211 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14212
14213         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14214         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14215         XEmacs.
14216
14217 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14218
14219         * gnus-start.el (gnus-start-draft-setup):
14220         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14221
14222         * gnus.el (gnus-splash): Change custom group.
14223         (gnus-group-get-parameter, gnus-group-parameter-value):
14224         Describe allow-list argument.
14225
14226         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14227         string.
14228
14229 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14230
14231         * gnus-art.el (gnus-default-article-saver): Add user-defined
14232         `function' to custom type.
14233
14234 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14235
14236         * imap.el (imap-open): Handle case where buffer is a buffer
14237         object.
14238
14239 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14240
14241         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14242         long lines.
14243         (gnus-cache-delete-group): Wrap doc strings.
14244
14245         * gnus-agent.el (gnus-agent-rename-group)
14246         (gnus-agent-delete-group): Wrap doc strings.
14247
14248 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14249
14250         * messagexmas.el (message-use-toolbar): Change the valid values
14251         into default, top, bottom, left, and right.
14252         (message-toolbar-thickness): New variable.
14253         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14254         well.
14255         (message-setup-toolbar): Make it work.
14256
14257         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14258         (gnus-use-toolbar): Change the valid values into default, top,
14259         bottom, left, and right.
14260         (gnus-toolbar-thickness): New variable.
14261         (gnus-xmas-setup-toolbar): New function.
14262         (gnus-xmas-setup-group-toolbar): Use it.
14263         (gnus-xmas-setup-summary-toolbar): Use it.
14264
14265 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14266
14267         * gnus-start.el (gnus-1): Add "native" to
14268         gnus-predefined-server-alist.
14269
14270         * gnus.el (gnus-method-to-server): Don't add "native" to the
14271         lists here, because that leads to problems when
14272         gnus-select-method is bound.
14273
14274 2005-11-09  Simon Josefsson  <jas@extundo.com>
14275
14276         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14277         use (not sort-by-date) instead.
14278
14279 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14280
14281         * gnus-delay.el (gnus-delay-group): Don't autoload.
14282         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14283         to be re-loaded when customizing the `gnus-delay' group.
14284
14285 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14286
14287         * message.el: Revert last changes.
14288         (message-insert-citation-line): Use newlines.
14289
14290 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14291
14292         * message.el (message-courtesy-message)
14293         (message-mark-insert-begin, message-mark-insert-end)
14294         (message-elide-ellipsis, message-cancel-message)
14295         (message-add-header, message-change-subject)
14296         (message-cross-post-followup-to-header)
14297         (message-cross-post-insert-note, message-reduce-to-to-cc)
14298         (message-widen-reply, message-delete-not-region)
14299         (message-kill-to-signature, message-insert-signature)
14300         (message-insert-importance-high, message-insert-importance-low)
14301         (message-insert-or-toggle-importance)
14302         (message-insert-disposition-notification-to)
14303         (message-indent-citation, message-yank-original)
14304         (message-cite-original-without-signature, message-cite-original)
14305         (message-insert-citation-line, message-position-on-field)
14306         (message-fix-before-sending, message-send-mail-partially)
14307         (message-send-mail, message-send-mail-with-sendmail)
14308         (message-send-mail-with-qmail, message-send-news)
14309         (message-check-news-header-syntax, message-generate-headers)
14310         (message-insert-courtesy-copy, message-fill-address)
14311         (message-fill-header, message-shorten-references)
14312         (message-setup-1, message-cancel-news)
14313         (message-forward-make-body-plain, message-forward-make-body-mime)
14314         (message-forward-make-body-mml, message-encode-message-body)
14315         (message-forward-make-body-digest-plain)
14316         (message-forward-make-body-digest-mime)
14317         (message-use-alternative-email-as-from): Insert `hard-newline'
14318         instead of ordinary newlines.
14319
14320 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14321
14322         * message.el (message-generate-headers): Downcase the argument
14323         given to message-check-element.
14324
14325 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14326
14327         * nntp.el (nntp-authinfo-rejected): New error condition.
14328         (nntp-wait-for): Use new error condition to signal authentication
14329         error.
14330         (nntp-retrieve-data): Rethrow new error condition to break out of
14331         recursive call to nntp-send-authinfo.
14332
14333 2005-11-08  Romain Francoise  <romain@orebokech.com>
14334
14335         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14336         (gnus-summary-exit-map): Bind to `Z p'.
14337         (gnus-summary-make-menu-bar): Add menu item.
14338
14339 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14340
14341         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14342         (gnus-treat-*): Add `first' in all doc strings.
14343
14344         * gnus-group.el (gnus-group-compact-group): Fix typo.
14345
14346 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * gnus.el (gnus-parameters-case-fold-search): New variable.
14349         (gnus-parameters-get-parameter): Use it.
14350
14351         * gnus-score.el (gnus-home-score-file): Doc fix.
14352
14353 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14354
14355         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14356
14357 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14358
14359         * mm-util.el (mm-special-display-p): New function.
14360
14361         * mml.el (mml-preview): Use it; doc fix.
14362
14363 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14364
14365         * imap.el (imap-open): Handle case where buffer is a buffer object.
14366
14367 2005-10-29  Romain Francoise  <romain@orebokech.com>
14368
14369         * message.el (message-fix-before-sending): Fix comment.
14370
14371 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14372
14373         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14374
14375 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14376
14377         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14378         Used in gnus-score.el.
14379
14380 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14381
14382         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14383
14384 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14385
14386         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14387         whitespace removed in revision 7.8.  Use concatenated string to
14388         protect trailing whitespace.
14389
14390 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14391
14392         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14393         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14394         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14395         Courier IMAP ("some version from 2004").  Mostly based on similar
14396         code in the same function.
14397
14398 2005-10-26  Didier Verna  <didier@xemacs.org>
14399
14400         * gnus-group.el (gnus-group-compact-group): Invalidate original
14401         article buffer.
14402         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14403         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14404         NOV database and in article itself.
14405         Invalidate article backlog.
14406
14407 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14408
14409         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14410
14411 2005-10-26  Simon Josefsson  <jas@extundo.com>
14412
14413         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14414         part of 2004-07-25 change.
14415
14416 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * message.el (message-display-completion-list): New function.
14419         (message-expand-group): Use it; make sure the Completions buffer
14420         is modifiable.
14421 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14422
14423         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14424         user-mail-name is an empty string.
14425
14426 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14429         depending on gnus-score-decay-constant.
14430
14431         * encrypt.el (encrypt-insert-file-contents)
14432         (encrypt-write-file-contents): Don't use `gnus-message'.
14433
14434         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14435         arguments.
14436         (mm-uu-type-alist): Add message-marks and insert-marks.
14437         Pass arguments to mm-uu-verbatim-marks-extract.
14438         (mm-uu-hide-markers): New variable.
14439         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14440
14441         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14442         (gnus-convert-image-to-face-command): Use "convert" by default to
14443         allow other input image formats.
14444         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14445         accordingly.
14446
14447 2005-10-23  Simon Josefsson  <jas@extundo.com>
14448
14449         * imap.el (imap-gssapi-program): Align command line parameters
14450         with latest GNU SASL.
14451         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14452
14453 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14454
14455         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14456         HTML.
14457         (nnslashdot-request-article): Ditto.
14458
14459         * lpath.el (featurep): Add nobreak-char-display.
14460
14461 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14462
14463         * mail-source.el (mail-source-fetch-pop): Require pop3.
14464         (mail-source-check-pop): Ditto.
14465
14466 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14469         errors.
14470
14471 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14472
14473         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14474         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14475
14476         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14477
14478         * mm-bodies.el (mm-decode-string):
14479         Call `mm-charset-to-coding-system' with allow-override argument.
14480
14481 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14482
14483         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14484         (rfc2047-charset-to-coding-system): New function.
14485         (rfc2047-decode-encoded-words): New function.
14486         (rfc2047-decode-region): Use them.
14487         (rfc2047-decode-cte): Remove.
14488         (rfc2047-parse-and-decode): Remove.
14489         (rfc2047-decode): Remove.
14490
14491 2005-10-15  Kenichi Handa  <handa@m17n.org>
14492
14493         * rfc2047.el (rfc2047-decode-cte): New function.
14494         (rfc2047-decode-region): Change the way to decode successive
14495         encoded-words: decode B- or Q-encoding in each encoded-word,
14496         concatenate them, and decode it as charset.
14497
14498 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * lpath.el: Fbind codepage-setup for XEmacs.
14501
14502 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14503
14504         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14505         widget-move-and-invoke.
14506         (gnus-custom-mode): Use gnus-custom-map.
14507
14508 2005-10-15  Bill Wohler  <wohler@newt.com>
14509
14510         * message.el (message-tool-bar-map): Rename image file from
14511         mail_send to mail/send.
14512
14513 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14514
14515         * message.el (message-expand-group): Pass the common
14516         prefix substring of completion to `display-completion-list'.
14517
14518 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14519
14520         * mml-sec.el (mml-secure-method): New internal variable.
14521         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14522         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14523         New functions using mml-secure-method.
14524
14525         * mml.el (mml-mode-map): Add key bindings for those functions.
14526         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14527         Harder <harder@myrealbox.com>.
14528         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14529         Goto end of message if point is the headers of the message.
14530
14531         * message.el (message-in-body-p): New function.
14532
14533         * assistant.el: Autoload gnus-util and netrc.
14534
14535         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14536         Use `mm-charset-override-alist' only when decoding.
14537
14538         * mm-bodies.el (mm-decode-body):
14539         Call `mm-charset-to-coding-system' with allow-override argument.
14540
14541         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14542         `filename' from Content-Disposition if Content-Type doesn't
14543         provide `name'.
14544         (gnus-mime-view-part-as-type): Set default instead of
14545         initial-input.
14546
14547 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14548
14549         * format-spec.el (format-spec): Propagate text properties of % spec.
14550
14551 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14552
14553         * gnus-art.el (gnus-treat-predicate): Add `first'.
14554
14555 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14556
14557         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14558         (mm-charset-override-alist): New variable.
14559         (mm-charset-to-coding-system): Use it.
14560         (mm-codepage-setup): New helper function.
14561         (mm-charset-eval-alist): New variable.
14562         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14563         Warn about unknown charsets.
14564
14565         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14566
14567 2005-10-04  David Hansen  <david.hansen@gmx.net>
14568
14569         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14570         (nnrss-check-group): Ditto.
14571
14572 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14573
14574         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14575         Rename x-gnus-verbatim to x-verbatim.
14576         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14577
14578         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14579         x-verbatim.
14580
14581         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14582
14583         * gnus-util.el (gnus-remove-duplicates): Remove.
14584
14585         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14586         instead of gnus-remove-duplicates.
14587
14588         * message.el (message-remove-duplicates): Remove.
14589         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14590         message-remove-duplicates.
14591
14592         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14593         available, else use implementation from `delete-dups'.
14594
14595         * message.el (message-insert-expires): New function.
14596         (message-mode-map): Add key binding.
14597         (message-mode-field-menu): Add menu entry.
14598         (message-mode): Document it.
14599         (message-make-expires-date): Use `message-make-date'.
14600
14601 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14602
14603         * message.el (message-make-expires-date): New function.
14604
14605 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * Makefile.in (list-installed-shadows): New entry.
14608         (install): Use it.
14609         (remove-installed-shadows): New entry.
14610
14611         * dgnushack.el (dgnushack-default-load-path): New variable.
14612         (dgnushack-find-lisp-shadows): New function.
14613         (dgnushack-remove-lisp-shadows): New function.
14614
14615 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * Makefile.in (install-el-elc): New entry.
14618         (install): Use it so that .el files are necessarily installed.
14619
14620 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14623
14624 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14625
14626         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14627         function rather than the diff-mode.el package.
14628         (mm-display-external): Use with-current-buffer.
14629         (mm-viewer-completion-map, mm-viewer-completion-map):
14630         Move initialization inside declaration.
14631
14632 2005-09-29  Simon Josefsson  <jas@extundo.com>
14633
14634         * spam.el: Load hashcash when compiling, to avoid warnings.
14635         Don't autoload mail-check-payment.
14636         (spam-check-hashcash): Define unconditionally, since hashcash.el
14637         is part of Gnus now.  Ignore errors from payment checking.
14638
14639 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14640
14641         * message.el (message-bold-region, message-unbold-region):
14642         Rename from `bold-region' and `unbold-region'.
14643
14644         * message.el: Remove useless autoloads.
14645
14646 2005-09-28  Simon Josefsson  <jas@extundo.com>
14647
14648         * message.el (message-use-idna): Default to t.
14649         (message-use-idna): Test whether encoding works too.  Doc fix.
14650
14651 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14652
14653         * nntp.el (nntp-warn-about-losing-connection): Remove.
14654
14655 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14656
14657         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14658         customizable.  Change default value.
14659         (mm-uu-diff-groups-regexp): Change default value.
14660         (mm-uu-type-alist): Add doc string.
14661         (mm-uu-configure): Add doc string.  Make it interactive.
14662         (mm-uu-tex-groups-regexp): New variable.
14663         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14664         (mm-uu-type-alist): Add LaTeX documents.
14665         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14666         of "text/verbatim".
14667         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14668
14669         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14670         instead of "text/verbatim".
14671
14672         * message.el (message-mark-inserted-region)
14673         (message-mark-insert-file): Use slrn style marks when called with
14674         prefix argument.
14675
14676 2005-09-27  Simon Josefsson  <jas@extundo.com>
14677
14678         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14679
14680 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14681
14682         * message.el (message-remove-duplicates): New function.
14683         Implementation borrowed from `gnus-remove-duplicates'.
14684         (message-idna-to-ascii-rhs): Also encode idna addresses in
14685         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14686         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14687         only ask about the same idna domain once per header and also tell
14688         in what header to replace the idna domain.
14689
14690         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14691         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14692         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14693         a header is decoded and not just the last one.
14694
14695 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14698         has been decoded.
14699
14700         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14701         (mm-insert-part): Don't modify text if it has been decoded.
14702
14703         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14704         decoded.
14705
14706         * mm-view.el (mm-inline-text): Don't strip text props unless
14707         decoding enriched or richtext parts.
14708
14709 2005-09-25  Romain Francoise  <romain@orebokech.com>
14710
14711         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14712         * gnus-start.el (gnus-subscribe-interactively):
14713         * gnus-uu.el (gnus-uu-grab-articles):
14714         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14715         space.
14716
14717 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14718
14719         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14720         * mm-view.el (mm-view-pkcs7-decrypt):
14721         * gnus-sum.el (gnus-summary-limit-to-extra)
14722         (gnus-summary-respool-article, gnus-read-move-group-name):
14723         * gnus-score.el (gnus-summary-increase-score):
14724         * gnus-util.el (gnus-completing-read-with-default):
14725         * gnus-art.el (gnus-read-save-file-name)
14726         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14727         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14728         * message.el (message-check-news-header-syntax):
14729         Follow convention for reading with the minibuffer.
14730
14731 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14732
14733         * spam-report.el (spam-report-url-ping-plain):
14734         Use gnus-extended-version as User-Agent.
14735
14736         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14737         default value is nil.
14738
14739         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14740         (mm-uu-verbatim-marks-extract): New function.
14741         (mm-uu-extract): New face.
14742         (mm-uu-copy-to-buffer): Use it.
14743
14744         * spam-report.el (spam-report-gmane-ham): Rename from
14745         `spam-report-gmane-unspam'.
14746         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14747         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14748
14749         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14750         Autoload.
14751         (spam-report-gmane-unregister-routine):
14752         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14753
14754 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14755
14756         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14757         (spam-report-gmane-unregister-routine): Add support for gmane
14758         unregistration.
14759
14760         * spam-report.el (spam-report-gmane-unspam)
14761         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14762         (spam-report-gmane): Change to take a single article and do unspam
14763         registration.
14764
14765 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14766
14767         * mm-url.el (mm-url-decode-entities): Fix regexp.
14768
14769 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14770
14771         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14772         default to nil, to be able to use Gnus at all.  If the default
14773         switches to something else, then the function should be fixed not
14774         be exceedingly slow.
14775
14776 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14777
14778         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14779         fail hard.
14780
14781         * spam-report.el: Add better Keywords line.
14782
14783         * spam.el: Add Maintainer and better Keywords line.
14784
14785 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14786
14787         * gnus-art.el (gnus-article-replace-part)
14788         (gnus-mime-replace-part): New functions.
14789         (gnus-mime-action-alist, gnus-mime-button-commands)
14790         (gnus-mime-save-part-and-strip): Add file argument.
14791         (gnus-article-part-wrapper): Add interactive argument.
14792
14793         * gnus-sum.el (gnus-summary-mime-map):
14794         Add `gnus-article-replace-part'.
14795
14796 2005-09-19  Didier Verna  <didier@xemacs.org>
14797
14798         The nnml compaction feature:
14799         * nnml.el (nnml-request-compact-group): New function.
14800         * nnml.el (nnml-request-compact): New function.
14801         * gnus-int.el (gnus-request-compact-group): New function.
14802         * gnus-int.el (gnus-request-compact): New function.
14803         * gnus-group.el (gnus-group-compact-group): New function.
14804         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14805         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14806         * gnus-srvr.el (gnus-server-compact-server): New function.
14807         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14808         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14809
14810 2005-09-18  Deepak Goel  <deego@gnufans.org>
14811
14812         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14813         format spec.
14814
14815 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14818
14819 2005-09-15  Romain Francoise  <romain@orebokech.com>
14820
14821         * message.el (message-fill-paragraph): Clarify docstring.
14822
14823 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * gnus-art.el (gnus-mime-display-part): Protect against broken
14826         MIME messages.
14827
14828 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14829
14830         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14831         before parsing header.
14832
14833 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14834
14835         * html2text.el (html2text-replace-list): Add new entities.
14836
14837 2005-09-11  Romain Francoise  <romain@orebokech.com>
14838
14839         * message.el (message-alternative-emails): Improve docstring.
14840         (message-setup-1): Call `message-use-alternative-email-as-from'
14841         after `message-setup-hook' to give it precedence over posting
14842         styles, etc.
14843         (message-use-alternative-email-as-from): Add docstring.
14844         Remove the original From header if present.
14845
14846         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14847         (nnml-save-mail): Use it.
14848
14849         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14850         articles.  Add new argument `silent'.
14851         (gnus-uu-mark-all): Report the total number of marked articles.
14852
14853 2005-09-10  Romain Francoise  <romain@orebokech.com>
14854
14855         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14856         (gnus-uu-mark-series): Likewise.
14857
14858 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14859
14860         * spam-report.el (spam-report-gmane): Fix generation of spam
14861         report URL.
14862
14863 2005-09-10  Simon Josefsson  <jas@extundo.com>
14864
14865         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14866         t, based on discussion on the ding list with Robert Epprecht
14867         <epprecht@solnet.ch>.
14868
14869 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14870
14871         * spam-report.el (spam-report-gmane): Make it work without
14872         X-Report-Spam header.  Gmane now only provides Archived-At.
14873         This is only used if `spam-report-gmane-use-article-number' is nil.
14874         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14875
14876         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14877         make `gnus-summary-sort-by-recipient' work with threading.
14878
14879         * nnweb.el (nnweb-google-wash-article): Print a message if article
14880         is not available.
14881
14882 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14883
14884         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14885         change.  Decode text/* parts content before displaying.
14886
14887 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14888
14889         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14890
14891 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14894
14895         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14896         url-package-name, url-package-version,
14897         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14898         w3m-display-inline-images, and w3m-minor-mode-map.
14899
14900 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * message.el (message-tab-body-function): Fix mismatched custom type.
14903
14904         * gnus.el (gnus-group-change-level-function): Ditto.
14905
14906         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14907
14908         * gnus-art.el (gnus-signature-limit)
14909         (gnus-article-mime-part-function): Ditto.
14910
14911 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14912
14913         * mml.el (mml-mode): Silence the byte compiler.
14914
14915         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14916         using `(sit-for 0)' before moving the point to the specified part;
14917         skip unbuttonized parts.
14918         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14919         return to the summary window if gnus-auto-select-part is non-nil.
14920
14921 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14922
14923         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14924         New variables.
14925         (mml-dnd-attach-file, mml-mode): Use them.
14926
14927         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14928         Make fetching article by MID work again for Google Groups.
14929         Add FIXME concerning gnus-group-make-web-group.
14930
14931         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14932         Don't depend on Gnus by using mail-extract-address-components if
14933         gnus-extract-address-components is not bound.
14934
14935 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14936
14937         * gnus-art.el (gnus-mime-display-security): Don't display the
14938         signature, but only the signed part.
14939
14940 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14943
14944         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14945         list, not listp.
14946
14947 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14948
14949         * mm-encode.el (mm-encode-content-transfer-encoding):
14950         Likewise when encoding.
14951
14952         * mm-bodies.el (mm-decode-content-transfer-encoding):
14953         De-canonicalize CRLF for all text content types, not just
14954         text/plain.
14955
14956 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14957
14958         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14959         valid article; point arrow and cursor at the MIME button.
14960
14961 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14964         Suggested by Dan Christensen <jdc@uwo.ca>.
14965
14966         * mm-decode.el (mm-save-part): Enable change of prompt.
14967
14968 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14969
14970         * gnus-msg.el (gnus-inews-add-send-actions):
14971         Make `message-post-method' lambda parameter ARG `&optional'.
14972
14973 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14974
14975         * gnus-sum.el (gnus-summary-mime-map):
14976         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14977         gnus-article-jump-to-part.
14978
14979         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14980         (gnus-article-edit-part): Use it.
14981         (gnus-article-part-wrapper): Add no-handle argument.
14982         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14983         New functions.
14984
14985 2005-08-29  Romain Francoise  <romain@orebokech.com>
14986
14987         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14988         docstring.
14989         (gnus-face-from-file): Likewise.
14990
14991 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14992
14993         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14994         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14995         non-nil.
14996         (gnus-auto-select-part): New variable.
14997         (gnus-article-jump-to-part): New function.
14998         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14999         (gnus-mime-delete-part): Allow selecting specified part after
15000         deleting or stripping parts.
15001         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15002         part if argument is bogus.
15003
15004 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15005
15006         * gnus-art.el (w3m-minor-mode-map):
15007         * gnus-spec.el (gnus-newsrc-file-version):
15008         * gnus-util.el (nnmail-active-file-coding-system)
15009         (gnus-original-article-buffer, gnus-user-agent):
15010         * gnus.el (gnus-ham-process-destinations)
15011         (gnus-parameter-ham-marks-alist)
15012         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15013         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15014         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15015         * mm-decode.el (gnus-current-window-configuration):
15016         * mm-extern.el (gnus-article-mime-handles):
15017         * mm-url.el (url-current-object, url-package-name)
15018         (url-package-version):
15019         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15020         (smime-keys, w3m-cid-retrieve-function-alist)
15021         (w3m-current-buffer, w3m-display-inline-images)
15022         (w3m-minor-mode-map):
15023         * mml-smime.el (gnus-extract-address-components):
15024         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15025         (gnus-newsrc-hashtb, message-default-charset)
15026         (message-deletable-headers, message-options)
15027         (message-posting-charset, message-required-mail-headers)
15028         (message-required-news-headers):
15029         * mml1991.el (mc-pgp-always-sign):
15030         * mml2015.el (mc-pgp-always-sign):
15031         * nnheader.el (nnmail-extra-headers):
15032         * rfc1843.el (gnus-decode-encoded-word-function)
15033         (gnus-decode-header-function, gnus-newsgroup-name):
15034         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15035
15036 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15037
15038         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15039         the end of the date treatments.
15040
15041 2005-08-15  Simon Josefsson  <jas@extundo.com>
15042
15043         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15044         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15045         Capello and Romain Francoise.
15046         (pgg-fetch-key-function): Remove, not used?
15047         (pgg-insert-url-with-w3): Require url, to get
15048         url-insert-file-contents regardless of where it is defined.
15049
15050 2005-08-13  Romain Francoise  <romain@orebokech.com>
15051
15052         * message.el (message-cite-original-1): New function.
15053         (message-cite-original): Use it.
15054         (message-cite-original-without-signature): Ditto.
15055
15056 2005-08-08  Romain Francoise  <romain@orebokech.com>
15057
15058         * message.el (message-yank-empty-prefix): New variable.
15059         (message-indent-citation): Use it.
15060         (message-cite-original-without-signature): Respect X-No-Archive.
15061
15062 2005-08-08  Simon Josefsson  <jas@extundo.com>
15063
15064         * pgg.el: Autoload url-insert-file-contents instead of loading
15065         w3/url.
15066         (pgg-insert-url-with-w3): Don't load url here.
15067
15068 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15069
15070         * message.el (message-kill-to-signature): Don't insert newline at
15071         bol.
15072         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15073
15074 2005-08-06  Romain Francoise  <romain@orebokech.com>
15075
15076         * message.el (message-user-fqdn): Fix typo in docstring.
15077
15078 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15079
15080         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15081
15082         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15083
15084 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15085
15086         * mm-bodies.el (mm-encode-body): Use coding system rather than
15087         charset to encode text.
15088
15089         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15090         number of charsets if utf-8 is available (XEmacs).
15091
15092 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15093
15094         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15095         taken from `gnus-button-mid-or-mail-regexp'.
15096         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15097         (gnus-button-alist): Improve regexp for domain part of the MIDs
15098         for news:localpart@domain buttons.
15099         (gnus-button-ctan-directory-regexp): Update.
15100
15101 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * sieve-manage.el (sieve-manage-interactive-login):
15104         Use make-local-variable rather than make-variable-buffer-local.
15105         (sieve-manage-open): Ditto.
15106         (sieve-manage-authenticate): Ditto.
15107
15108         * mml.el (mml-generate-mime-1): Make the content type default to
15109         text/plain if the filename is not specified.
15110
15111 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15114         instead of insert-buffer.
15115
15116         * message.el (message-yank-original): Ditto; set the mark at the
15117         end of the yanked message.
15118
15119 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15120
15121         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15122         lines to scroll rather than to stop it.
15123
15124         * mml.el (mml-generate-default-type): Add doc string.
15125         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15126         default to application/octet-stream when determining the content
15127         type if it is not specified for the part or the mml contents; add
15128         a comment about mml-generate-default-type.
15129
15130 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15131
15132         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15133         make it default to application/octet-stream when determining the
15134         content type if it is not specified for the external contents.
15135
15136 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15137
15138         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15139         segmented parameter but also other parameters might be there.
15140
15141 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15142
15143         * mm-decode.el (mm-display-external): Delete temp file, directory
15144         and buffer immediately if the external process is exited.
15145
15146 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15149         fewer lines than that of scroll-margin.
15150         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15151
15152 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * gnus-art.el (gnus-article-next-page): Revert.
15155         (gnus-article-beginning-of-window): New macro.
15156         (gnus-article-next-page-1): Use it.
15157         (gnus-article-prev-page): Ditto.
15158         (gnus-article-edit-part): Use insert-buffer-substring instead of
15159         insert-buffer.
15160         (gnus-article-edit-exit): Ditto.
15161
15162         * gnus-util.el (gnus-beginning-of-window): Remove.
15163         (gnus-end-of-window): Remove.
15164
15165         * lpath.el: Don't bind header-line-format and scroll-margin.
15166
15167 2005-07-25  Simon Josefsson  <jas@extundo.com>
15168
15169         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15170         to have the url package without w3.  Reported by Daiki Ueno
15171         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15172
15173 2005-07-20  Didier Verna  <didier@xemacs.org>
15174
15175         * gnus-diary.el: Remove the description comment (nndiary is now
15176         properly documented in the Gnus manual).
15177         Fix the spelling of "Back End".
15178         * nndiary.el: Ditto.
15179         Fix the copyright notice.
15180
15181 2005-07-18  Romain Francoise  <romain@orebokech.com>
15182
15183         * gnus-sum.el (gnus-summary-to-prefix)
15184         (gnus-summary-newsgroup-prefix): New variables.
15185         (gnus-summary-from-or-to-or-newsgroups): Use them.
15186
15187 2005-07-17  Romain Francoise  <romain@orebokech.com>
15188
15189         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15190         space as it's generally not especially interesting to the user.
15191
15192 2005-07-16  Romain Francoise  <romain@orebokech.com>
15193
15194         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15195         nil to avoid prompting and file modification if one of the
15196         messages at the top of the nnfolder file contains a copyright
15197         notice.
15198         Update copyright notice.
15199
15200         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15201         instead of `current-time-string' as the latter creates a time
15202         string that is not RFC 2822 compliant (it lacks the zone).
15203         Update copyright notice.
15204
15205 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15206
15207         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15208         for text/rtf.  Display default in prompt.  Pass default for M-n.
15209
15210         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15211
15212 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15213
15214         * gnus-msg.el (gnus-button-mailto):
15215         Remove save-selected-window-window hackery because it relies on
15216         save-selected-window internals.
15217
15218 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15219
15220         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15221         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15222         (gnus-article-prev-page): Ditto.
15223
15224         * gnus-util.el (gnus-beginning-of-window): New function.
15225         (gnus-end-of-window): New function.
15226
15227         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15228
15229 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15230
15231         * gnus-score.el (gnus-score-edit-all-score):
15232         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15233         gnus-message.
15234
15235 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15236
15237         * gnus-msg.el (gnus-button-mailto):
15238         Remove save-selected-window-window hackery because it relies on
15239         save-selected-window internals.
15240
15241 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15244         add-minor-mode.
15245         (gnus-binary-mode): Ditto.
15246
15247         * gnus-topic.el (gnus-topic-mode): Ditto.
15248
15249 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15250
15251         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15252         (gnus-article-prev-page): Take scroll-margin into consideration.
15253
15254 2005-07-04  Lute Kamstra  <lute@gnu.org>
15255
15256         Update FSF's address in GPL notices.
15257
15258 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15259
15260         * gnus.el (gnus-exit):
15261         * gnus-group.el (gnus-group-icons):
15262         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15263
15264         * gnus-nocem.el (gnus-nocem):
15265         * message.el (message-various, message-buffers, message-sending)
15266         (message-interface, message-forwarding, message-insertion)
15267         (message-headers, message-news, message-mail):
15268         * pgg-gpg.el (pgg-gpg):
15269         * pgg-parse.el (pgg-parse):
15270         * pgg-pgp.el (pgg-pgp):
15271         * pgg-pgp5.el (pgg-pgp5):
15272         * pop3.el (pop3): Finish `defgroup' description with period.
15273
15274 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * gnus-art.el (article-display-face): Improve the efficiency.
15277         (article-display-x-face): Ditto; remove grey x-face stuff.
15278
15279 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15280
15281         * gnus-art.el (article-display-face): Correct the position in
15282         which Faces are inserted.
15283
15284 2005-06-29  Didier Verna  <didier@xemacs.org>
15285
15286         * gnus-art.el (article-display-face): Display faces in correct
15287         order.
15288
15289 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15290
15291         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15292         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15293         (gnus-nocem-check-article): Fetch the Type header.
15294         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15295         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15296         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15297         make sure gnus-nocem-hashtb is initialized.
15298         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15299         (gnus-nocem-unwanted-article-p): Ditto.
15300
15301         * pgg.el (pgg-verify): Return the verification result.
15302
15303 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15304
15305         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15306         is ascii.
15307
15308 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15309
15310         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15311         `show-nonbreak-escape'.
15312
15313 2005-06-23  Lute Kamstra  <lute@gnu.org>
15314
15315         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15316
15317         * dig.el (dig-mode):
15318         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15319
15320 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15321
15322         * nnimap.el (nnimap-split-download-body): Fix spellings.
15323
15324 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15325
15326         * gnus-art.el (gnus-article-encrypt-body):
15327         * gnus-cus.el (gnus-score-customize):
15328         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15329         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15330
15331 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15332
15333         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15334         header by looking for magic "MII" at the beginnig.
15335
15336 2005-06-16  Miles Bader  <miles@gnu.org>
15337
15338         * gnus-xmas.el (gnus-xmas-group-startup-message):
15339         Use renamed gnus-splash face.
15340
15341         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15342         (assistant-field-face): New backward-compatibility alias for renamed
15343         face.
15344         (assistant-render-text): Use renamed assistant-field face.
15345
15346         * spam.el (spam): Remove "-face" suffix from face name.
15347         (spam-face): New backward-compatibility alias for renamed face.
15348         (spam-face, spam-initialize): Use renamed spam face.
15349
15350         * message.el (message-header-to, message-header-cc)
15351         (message-header-subject, message-header-newsgroups)
15352         (message-header-other, message-header-name)
15353         (message-header-xheader, message-separator, message-cited-text)
15354         (message-mml): Remove "-face" suffix from face names.
15355         (message-header-to-face, message-header-cc-face)
15356         (message-header-subject-face, message-header-newsgroups-face)
15357         (message-header-other-face, message-header-name-face)
15358         (message-header-xheader-face, message-separator-face)
15359         (message-cited-text-face, message-mml-face):
15360         New backward-compatibility aliases for renamed faces.
15361         (message-font-lock-keywords): Use renamed message faces.
15362
15363         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15364         (sieve-test-commands, sieve-tagged-arguments):
15365         Remove "-face" suffix from face names.
15366         (sieve-control-commands-face, sieve-action-commands-face)
15367         (sieve-test-commands-face, sieve-tagged-arguments-face):
15368         New backward-compatibility aliases for renamed faces.
15369         (sieve-control-commands-face, sieve-action-commands-face)
15370         (sieve-test-commands-face, sieve-tagged-arguments-face):
15371         Use renamed sieve faces.
15372
15373         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15374         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15375         (gnus-group-news-3-empty, gnus-group-news-4)
15376         (gnus-group-news-4-empty, gnus-group-news-5)
15377         (gnus-group-news-5-empty, gnus-group-news-6)
15378         (gnus-group-news-6-empty, gnus-group-news-low)
15379         (gnus-group-news-low-empty, gnus-group-mail-1)
15380         (gnus-group-mail-1-empty, gnus-group-mail-2)
15381         (gnus-group-mail-2-empty, gnus-group-mail-3)
15382         (gnus-group-mail-3-empty, gnus-group-mail-low)
15383         (gnus-group-mail-low-empty, gnus-summary-selected)
15384         (gnus-summary-cancelled, gnus-summary-high-ticked)
15385         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15386         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15387         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15388         (gnus-summary-low-undownloaded)
15389         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15390         (gnus-summary-low-unread, gnus-summary-normal-unread)
15391         (gnus-summary-high-read, gnus-summary-low-read)
15392         (gnus-summary-normal-read, gnus-splash):
15393         Remove "-face" suffix from face names.
15394         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15395         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15396         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15397         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15398         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15399         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15400         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15401         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15402         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15403         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15404         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15405         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15406         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15407         (gnus-summary-normal-ticked-face)
15408         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15409         (gnus-summary-normal-ancient-face)
15410         (gnus-summary-high-undownloaded-face)
15411         (gnus-summary-low-undownloaded-face)
15412         (gnus-summary-normal-undownloaded-face)
15413         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15414         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15415         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15416         (gnus-splash-face):
15417         New backward-compatibility aliases for renamed faces.
15418         (gnus-group-startup-message): Use renamed gnus faces.
15419
15420         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15421         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15422         (gnus-server-agent): Remove "-face" suffix from face names.
15423         (gnus-server-agent-face, gnus-server-opened-face)
15424         (gnus-server-closed-face, gnus-server-denied-face)
15425         (gnus-server-offline-face):
15426         New backward-compatibility aliases for renamed faces.
15427         (gnus-server-agent-face, gnus-server-opened-face)
15428         (gnus-server-closed-face, gnus-server-denied-face)
15429         (gnus-server-offline-face): Use renamed gnus faces.
15430
15431         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15432         Remove "-face" suffix from face names.
15433         (gnus-picon-xbm-face, gnus-picon-face):
15434         New backward-compatibility aliases for renamed faces.
15435
15436         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15437         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15438         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15439         (gnus-cite-11): Remove "-face" suffix from face names.
15440         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15441         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15442         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15443         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15444         New backward-compatibility aliases for renamed faces.
15445         (gnus-cite-attribution-face, gnus-cite-face-list)
15446         (gnus-article-boring-faces): Use renamed gnus faces.
15447
15448         * gnus-art.el (gnus-signature, gnus-header-from)
15449         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15450         (gnus-header-content): Remove "-face" suffix from face names.
15451         (gnus-signature-face, gnus-header-from-face)
15452         (gnus-header-subject-face, gnus-header-newsgroups-face)
15453         (gnus-header-name-face, gnus-header-content-face):
15454         New backward-compatibility aliases for renamed faces.
15455         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15456
15457         * gnus-sum.el (gnus-summary-selected-face)
15458         (gnus-summary-highlight): Use renamed gnus faces.
15459         * gnus-group.el (gnus-group-highlight): Likewise.
15460
15461 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15462
15463         * gnus-sieve.el (gnus-sieve-article-add-rule):
15464         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15465         * spam-stat.el (spam-stat-buffer-change-to-spam)
15466         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15467
15468         * message.el (message-is-yours-p):
15469         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15470
15471 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15472
15473         * mm-view.el (mm-inline-text): Withdraw the last change.
15474
15475 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15478         executing enriched-decode.
15479
15480 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15483         charset of tar files.
15484
15485 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15486
15487         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15488
15489 2005-06-04  Lute Kamstra  <lute@gnu.org>
15490
15491         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15492         information is never recorded.
15493
15494 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15495
15496         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15497
15498 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * pop3.el (pop3-apop): Run md5 in the binary mode.
15501
15502         * starttls.el (starttls-set-process-query-on-exit-flag):
15503         Use eval-and-compile.
15504
15505 2005-05-31  Simon Josefsson  <jas@extundo.com>
15506
15507         * smime.el (smime-replace-in-string): Define.
15508         (smime-cert-by-ldap-1): Use it.
15509
15510 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * gnus-art.el (article-display-x-face): Replace
15513         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15514
15515         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15516         set-process-query-on-exit-flag or process-kill-without-query.
15517
15518         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15519         loop instead of replace-regexp.
15520
15521         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15522         instead of process-kill-without-query if it is available.
15523
15524         * lpath.el: Fbind ldap-search-entries.
15525
15526         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15527         instead of find-file-hooks if it is available.
15528
15529         * mml1991.el: Bind pgg-default-user-id when compiling.
15530
15531         * mml2015.el: Bind pgg-default-user-id when compiling.
15532
15533         * nndraft.el (nndraft-request-associate-buffer):
15534         Use write-contents-functions instead of write-contents-hooks if it is
15535         available.
15536
15537         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15538         instead of find-file-hooks if it is available.
15539
15540         * nntp.el (nntp-open-connection): Replace
15541         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15542         (nntp-open-ssl-stream): Ditto.
15543         (nntp-open-tls-stream): Ditto.
15544
15545         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15546         set-process-query-on-exit-flag or process-kill-without-query.
15547         (starttls-open-stream-gnutls): Use it instead of
15548         process-kill-without-query.
15549         (starttls-open-stream): Ditto.
15550
15551 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15552
15553         * smime.el (smime-cert-by-ldap-1): Don't use
15554         replace-regexp-in-string.
15555
15556 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15557
15558         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15559
15560         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15561         in PEM format.  Adjust to the XEmacs compability.
15562
15563 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15564
15565         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15566         by `string-to-number'.
15567         * gnus-agent.el (gnus-agent-regenerate-group)
15568         (gnus-agent-fetch-articles): Ditto.
15569         * gnus-art.el (gnus-button-fetch-group): Ditto.
15570         * gnus-cache.el (gnus-cache-generate-active)
15571         (gnus-cache-articles-in-group): Ditto.
15572         * gnus-group.el (gnus-group-set-current-level)
15573         (gnus-group-insert-group-line): Ditto.
15574         * gnus-score.el (gnus-score-set-expunge-below)
15575         (gnus-score-set-mark-below, gnus-summary-score-effect)
15576         (gnus-summary-score-entry): Ditto.
15577         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15578         (gnus-soup-pack): Ditto.
15579         * gnus-spec.el (gnus-xmas-format): Ditto.
15580         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15581         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15582         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15583         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15584         * nndb.el (nndb-get-remote-expire-response): Ditto.
15585         * nndiary.el (nndiary-parse-schedule-value)
15586         (nndiary-string-to-number, nndiary-request-replace-article)
15587         (nndiary-request-article): Ditto.
15588         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15589         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15590         * nneething.el (nneething-make-head): Ditto.
15591         * nnfolder.el (nnfolder-request-article)
15592         (nnfolder-retrieve-headers): Ditto.
15593         * nnheader.el (nnheader-file-to-number): Ditto.
15594         * nnkiboze.el (nnkiboze-request-article): Ditto.
15595         * nnmail.el (nnmail-process-unix-mail-format)
15596         (nnmail-process-babyl-mail-format): Ditto.
15597         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15598         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15599         (nnmh-request-create-group, nnmh-request-list-1)
15600         (nnmh-request-group, nnmh-request-article): Ditto.
15601         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15602         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15603         * nnsoup.el (nnsoup-make-active): Ditto.
15604         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15605         * nntp.el (nntp-find-group-and-number)
15606         (nntp-retrieve-headers-with-xover): Ditto.
15607         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15608         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15609         (pgg-format-key-identifier): Ditto.
15610         * pop3.el (pop3-last, pop3-stat): Ditto.
15611         * qp.el (quoted-printable-decode-region): Ditto.
15612
15613         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15614         of concat.
15615
15616 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15617
15618         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15619
15620         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15621
15622         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15623
15624         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15625
15626         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15627
15628         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15629
15630         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15631         (gnus-carpal-mode): Ditto.
15632
15633         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15634         (gnus-browse-mode): Ditto.
15635
15636         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15637
15638         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15639
15640 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15641
15642         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15643
15644 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * gnus-util.el (gnus-run-mode-hooks): New function.
15647
15648         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15649
15650         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15651         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15652
15653 2005-05-27  Lute Kamstra  <lute@gnu.org>
15654
15655         * dns-mode.el (dns-mode): Specify customization group.
15656
15657 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15658
15659         * gnus-agent.el (gnus-agent-make-mode-line-string):
15660         Use mode-line-highlight as mouse-face.
15661
15662 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * canlock.el (canlock): Change the parent group to news.
15665
15666         * deuglify.el (gnus-outlook-deuglify): Add :group.
15667
15668         * dig.el (dig): Add :group.
15669
15670         * dns-mode.el (dns-mode): Add :group.
15671
15672         * encrypt.el (encrypt): Add :group.
15673
15674         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15675         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15676         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15677         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15678         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15679
15680         * gnus-diary.el (gnus-diary): Add :group.
15681
15682         * gnus.el (gnus-group-news-1-face): Add :group.
15683         (gnus-group-news-1-empty-face): Ditto.
15684         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15685         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15686         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15687         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15688         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15689         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15690         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15691         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15692         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15693         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15694         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15695         (gnus-summary-high-ticked-face): Ditto.
15696         (gnus-summary-low-ticked-face): Ditto.
15697         (gnus-summary-normal-ticked-face): Ditto.
15698         (gnus-summary-high-ancient-face): Ditto.
15699         (gnus-summary-low-ancient-face): Ditto.
15700         (gnus-summary-normal-ancient-face): Ditto.
15701         (gnus-summary-high-undownloaded-face): Ditto.
15702         (gnus-summary-low-undownloaded-face): Ditto.
15703         (gnus-summary-normal-undownloaded-face): Ditto.
15704         (gnus-summary-high-unread-face): Ditto.
15705         (gnus-summary-low-unread-face): Ditto.
15706         (gnus-summary-normal-unread-face): Ditto.
15707         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15708         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15709
15710         * hashcash.el (hashcash): New custom group.
15711         (hashcash-default-payment): Add :group.
15712         (hashcash-payment-alist): Ditto.
15713         (hashcash-default-accept-payment): Ditto.
15714         (hashcash-accept-resources): Ditto.
15715         (hashcash-path): Ditto.
15716         (hashcash-extra-generate-parameters): Ditto.
15717         (hashcash-double-spend-database): Ditto.
15718         (hashcash-in-news): Ditto.
15719
15720         * message.el (message-minibuffer-local-map): Add :group.
15721
15722         * netrc.el (netrc): Add :group.
15723
15724         * sieve-manage.el (sieve-manage-log): Add :group.
15725         (sieve-manage-default-user): Diito.
15726         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15727         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15728         (sieve-manage-authenticators): Ditto.
15729         (sieve-manage-authenticator-alist): Ditto.
15730         (sieve-manage-default-port): Ditto.
15731
15732         * sieve-mode.el (sieve-control-commands-face): Add :group.
15733         (sieve-action-commands-face): Ditto.
15734         (sieve-test-commands-face): Ditto.
15735         (sieve-tagged-arguments-face): Ditto.
15736
15737         * smime.el (smime): Add :group.
15738
15739         * spam-report.el (spam-report): Add :group.
15740
15741         * spam.el (spam, spam-face): Add :group.
15742
15743 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15744
15745         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15746         return \n.\n.\n at the end of articles.  Protect against that.
15747         (nntp-with-open-group): Allow debugging.
15748
15749         * nnheader.el (mail-header-set-extra): Make into a function
15750         because I just could't understand how to quote the list properly.
15751
15752         * dns.el (query-dns-cached): New function.
15753
15754 2005-05-26  Lute Kamstra  <lute@gnu.org>
15755
15756         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15757
15758 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15759
15760         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15761
15762         * gnus-art.el: Don't autoload mail-extract-address-components.
15763
15764         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15765         eval-and-compile to evaluate it.
15766
15767         * hashcash.el: Don't autoload executable-find.
15768
15769         * nndb.el: Don't declare the nndb back end two or more times; don't
15770         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15771
15772         * nntp.el: Autoload format-spec instead of format; use
15773         eval-and-compile to evaluate autoload forms.
15774
15775 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15776
15777         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15778
15779 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15780
15781         * gnus.el (gnus-version-number): Bump version.
15782
15783 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15784
15785         * gnus.el: No Gnus v0.3 is released.
15786
15787 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15788
15789         * lpath.el (featurep): Bind show-nonbreak-escape.
15790
15791 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15792
15793         * gnus-art.el (gnus-article-edit-part): Disable undo.
15794
15795 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15796
15797         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15798         gnus-article-date-lapsed-new-header is t if date timer is active;
15799         skip headers in which the original date value is empty.
15800         (gnus-article-save-original-date): Redefine it as a macro.
15801         (gnus-display-mime): Use it.
15802
15803 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15804
15805         * gnus-art.el (article-date-ut): Support converting date in
15806         forwarded parts as well.
15807         (gnus-article-save-original-date): New function.
15808         (gnus-display-mime): Use it.
15809
15810 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15811
15812         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15813         enclosure element of <item>.
15814
15815 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15816
15817         * message.el (message-kill-buffer-query): Rename from
15818         `message-kill-buffer-query-if-modified'.  Add :version.
15819
15820 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15823         window layout.
15824
15825 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15826
15827         * mml.el: Autoload dnd when compiling.
15828
15829 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15830
15831         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15832         x-dnd-*.
15833
15834 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * qp.el (quoted-printable-encode-region): Save excursion.
15837
15838 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15839
15840         * message.el (message-kill-buffer-query-if-modified): Add new variable
15841         so the user can kill a modified message buffer quickly.
15842         (message-kill-buffer): Use it.
15843
15844 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * lpath.el: Fbind display-time-event-handler; don't fbind
15847         string-to-multibyte.
15848
15849         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15850
15851 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15852
15853         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15854         contained in text because xml.el decodes entities) with LFs.
15855
15856 2005-04-11  Lute Kamstra  <lute@gnu.org>
15857
15858         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15859         differently.
15860
15861 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15862
15863         * mm-util.el (mm-detect-coding-region): Typo.
15864
15865 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15868
15869 2005-04-06  Deepak Goel  <deego@gnufans.org>
15870
15871         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15872         user-function allow user modifications of the scores.
15873         (spam-stat-score-buffer-user): New function, to allow
15874         user-computed modifications to the score.
15875         (spam-stat-score-buffer-user-functions): List of additional
15876         scoring functions.
15877         (spam-stat-error-holder): Global temporary error holder.
15878         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15879         variable.
15880
15881 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15882
15883         * gnus-registry.el (gnus-registry-clean-empty-function)
15884         (gnus-registry-trim, gnus-registry-fetch-groups)
15885         (gnus-registry-delete-group): Groups that match
15886         `gnus-registry-ignored-groups' are removed from the registry
15887         entries, not just ignored for splitting.  This helps clean up the
15888         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15889         to get all the groups a message ID is in.
15890
15891         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15892         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15893         (spam-stat-score-buffer-user-functions): Add :number custom type.
15894
15895 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15898         argument in XEmacs.
15899
15900         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15901         (nnrss-request-group): Decode group name first.
15902         (nnrss-request-article): Make a text/plain article if mml-to-mime
15903         failed.
15904         (nnrss-get-encoding): Return a compatible encoding according to
15905         nnrss-compatible-encoding-alist.
15906         (nnrss-find-el): Use consp instead of listp.
15907         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15908
15909 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15910
15911         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15912         which Emacs 20 doesn't support.
15913         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15914
15915 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15916
15917         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15918         silence the byte compiler inside the defun.
15919
15920         * gnus-demon.el (parse-time-string): Add autoload.
15921
15922         * gnus-delay.el (parse-time-string): Add autoload.
15923
15924         * gnus-art.el (parse-time-string): Add autoload.
15925
15926         * nnultimate.el (parse-time): Require for `parse-time-string'.
15927
15928 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15929
15930         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15931
15932         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15933
15934         * smime.el (smime-ldap-host-list): Add :version.
15935
15936 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15937
15938         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15939         pass it to `gnus-browse-read-group'.
15940         (gnus-browse-read-group): Add NUMBER argument and pass it to
15941         `gnus-group-read-ephemeral-group'.
15942
15943         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15944         argument and pass it to `gnus-group-read-group'.
15945
15946 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15947
15948         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15949         mm-xemacs-find-mime-charset-1 if we have the mule feature
15950         available at runtime.
15951
15952 2005-03-25  Werner Lemberg  <wl@gnu.org>
15953
15954         * nnmaildir.el: Replace `illegal' with `invalid'.
15955
15956 2005-03-23  Lute Kamstra  <lute@gnu.org>
15957
15958         * time-date.el: Add comment on time value formats.
15959         Don't require parse-time.
15960         (with-decoded-time-value): New macro.
15961         (encode-time-value): New function.
15962         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15963         (days-to-time): Return a valid time value when arg is huge.
15964         (time-since): Use time-subtract.
15965         (time-to-number-of-days): Use time-to-seconds.
15966
15967 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15968
15969         * gnus-start.el (gnus-display-time-event-handler):
15970         Check display-time-timer at runtime rather than only at load time
15971         in case display-time-mode is turned off in the mean time.
15972
15973 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15974
15975         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15976         used.
15977
15978         * nneething.el (nneething-map-file-directory): Derive from
15979         `gnus-directory'.
15980
15981         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15982         the To/Cc button.
15983
15984 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15985
15986         * nnmaildir.el (nnmaildir-request-accept-article):
15987         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15988
15989 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15990
15991         * gnus-async.el: Require timer-funcs at compile time when in
15992         XEmacs for `run-with-idle-timer'.
15993
15994 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15995
15996         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15997         autoloaded function.
15998
15999 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16000
16001         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16002
16003 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16004
16005         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16006
16007 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16008
16009         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16010         Add gnus-expert-user to default.
16011
16012 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16013
16014         * nnimap.el (nnimap-open-server): Ditto.
16015
16016         * imap.el (imap-authenticate): Fix typo.
16017
16018 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16019
16020         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16021         buffer (since IMAP server might return FETCH response out of
16022         order, and the nntp buffer must be sorted).
16023
16024 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16025
16026         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16027         comparison on string.
16028
16029         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16030         (gnus-agent-score): Rename category keywords to match gnus-cus.
16031         (gnus-agent-summary-fetch-series): Modify to protect against
16032         gnus-agent-summary-fetch-group clearing processable flags.
16033         (gnus-agent-synchronize-group-flags): Update live group buffer as
16034         synchronization may occur due to the user toggle the plugged
16035         status.
16036         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16037         successfully downloaded.
16038         (gnus-agent-expire-group-1): Avoid using markers when the overview
16039         is in ascending order; greatly improves performance.
16040         (gnus-agent-regenerate-group):
16041         Use gnus-agent-synchronize-group-flags to reset read status in both
16042         gnus and server.
16043         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16044
16045 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16046
16047         * message.el: Don't autoload former message-utils variables.
16048         (message-strip-subject-trailing-was): Change doc string.
16049
16050         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16051         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16052         (nnweb-google-search): Add "hl=en" here.
16053         (nnweb-google-parse-1, nnweb-google-create-mapping):
16054         Don't hardcode URL.
16055
16056 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16057
16058         * message.el (message-get-reply-headers, message-followup):
16059         Mention related variables `message-use-followup-to' and
16060         `message-use-mail-followup-to', in the information buffer.
16061
16062         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16063         of broken groups(-beta).google.com.
16064
16065 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16066
16067         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16068         parameter to invoked gnus-request-move-article; remove the
16069         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16070         all at once instead of once per article.
16071         (gnus-summary-remove-process-mark): Accept a list of articles as
16072         well as a single article for processing.
16073
16074         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16075         parameter.
16076
16077         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16078
16079         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16080
16081         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16082         parameter.
16083
16084         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16085         parameter.
16086
16087         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16088         parameter and remove the gnus-sum-hint-move-is-internal variable.
16089
16090         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16091         parameter.
16092
16093         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16094         parameter.
16095
16096         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16097         parameter.
16098
16099         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16100
16101         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16102         parameter.
16103
16104         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16105         parameter.
16106
16107 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16108
16109         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16110         a more conservative way.
16111
16112 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16113
16114         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16115         buffer, so it moves the window's cursor.
16116
16117 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16118
16119         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16120         `mm-dissect-multipart' and receive the from field as an (optional)
16121         argument from `mm-dissect-multipart'.
16122         (mm-dissect-multipart): Receive the from field as an argument and
16123         pass it on when we call `mm-dissect-buffer' on MIME parts.
16124         Fixes verification/decryption of signed/encrypted MIME parts.
16125
16126 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16127
16128         * gnus-sum.el (gnus-summary-move-article):
16129         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16130         whatever it calls (right now, only nnimap-request-move article
16131         respects it).
16132
16133         * nnimap.el (nnimap-request-move-article):
16134         When gnus-sum-hint-move-is-internal is set, don't do the extra
16135         nnimap-request-article.
16136
16137 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16138
16139         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16140
16141         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16142         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16143
16144         * gnus-sum.el (gnus-summary-caesar-message):
16145         Apply `gnus-treat-article' after rotation.
16146
16147         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16148         doc string.
16149
16150 2005-02-22  Simon Josefsson  <jas@extundo.com>
16151
16152         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16153         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16154         <arne@arnested.dk>.
16155         (encrypt): Add password-cache and password-cache-expiry as group
16156         members.
16157
16158 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16159
16160         * smime.el (smime-ldap-host-list): Doc fix.
16161         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16162         cache) password.
16163         (smime-sign-region): Use it.
16164         (smime-decrypt-region): Use it.
16165         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16166         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16167         fails.
16168         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16169         certificate from DER to PEM format rather than calling openssl.
16170
16171         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16172
16173         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16174         for signing/encryption.
16175
16176         * mml.el (mml-parse-1): Use them.
16177
16178 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16179
16180         * nnrss.el (nnrss-verbose): Remove.
16181         (nnrss-request-group): Use `nnheader-message' instead.
16182
16183 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16184
16185         * nnrss.el (nnrss-verbose): New variable.
16186         (nnrss-request-group): Make it say nnrss is requesting a group.
16187
16188 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16189
16190         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16191         Handle news URL with given port correctly.
16192
16193 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16196         containing special characters.
16197
16198         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16199
16200         * mml.el (mime-to-mml): Ditto.
16201
16202         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16203         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16204         (rfc2047-decode-region): Quote decoded words containing special
16205         characters when rfc2047-quote-decoded-words-containing-tspecials
16206         is non-nil.
16207
16208 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16209
16210         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16211
16212         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16213
16214 2005-02-15  Simon Josefsson  <jas@extundo.com>
16215
16216         * nnimap.el (nnimap-debug): Doc fix.
16217
16218         * imap.el (imap-debug): Doc fix.
16219
16220 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16221
16222         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16223
16224 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16225
16226         * gnus.el (spam-contents): Improve docs for spam-contents
16227         parameter in its variable incarnation.
16228
16229 2005-02-14  Simon Josefsson  <jas@extundo.com>
16230
16231         * smime-ldap.el: Use require instead of load-library for ldap.
16232         (smime-ldap-search): Indent.
16233         (smime-ldap-search-internal): Shorten line.
16234
16235         * smime.el (smime-cert-by-dns): Add doc-string.
16236         (smime-cert-by-ldap-1): Indent.
16237
16238         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16239         mml-smime-get-dns-ldap.
16240         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16241
16242 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16243
16244         * smime.el: Require smime-ldap.
16245         (smime-ldap-host-list): New variable.
16246         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16247
16248         * mml-smime.el (mml-smime-encrypt-query): New function.
16249         (mml-smime-encrypt-query): Use it.
16250
16251         * smime-ldap.el: New file.
16252
16253 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16254
16255         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16256
16257 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16258
16259         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16260         argument in doc string.  Make query for type more clear.
16261
16262 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16263
16264         * gnus.el (gnus-group-startup-message): Search for gnus images in
16265         etc/images/gnus.
16266         * mm-util.el (mm-image-load-path): Likewise.
16267         * smiley.el (smiley-data-directory): Search for smilies in
16268         etc/images/smilies.
16269
16270 2005-02-09  Kim F. Storm  <storm@cua.dk>
16271
16272         Change Emacs release version from 21.4 to 22.1 throughout.
16273         Change Emacs development version from 21.3.50 to 22.0.50.
16274
16275 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16276
16277         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16278
16279         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16280         non-Mule XEmacs as well.
16281         (mm-decompress-buffer): Signal an error intentionally if it does
16282         not decompress compressed data because auto-compression-mode is
16283         disabled.
16284
16285 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16286
16287         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16288         an ID in the registry even if it has no groups.
16289
16290 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16291
16292         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16293         merge it into mm-decompress-buffer.
16294         (gnus-mime-copy-part): Use the MIME part charset, the value which
16295         a user specified or gnus-newsgroup-charset for decoding, like
16296         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16297         save-buffer what was used.  Suggested by Kevin Ryde
16298         <user42@zip.com.au>.
16299         (gnus-mime-inline-part): Allow the name parameter as well as the
16300         filename parameter; force decompressing of compressed data; always
16301         display contents being not decoded as unibyte.
16302
16303         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16304         as well as the filename parameter.
16305
16306         * mm-util.el (mm-decompress-buffer):
16307         Merge gnus-mime-jka-compr-maybe-uncompress.
16308         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16309         of compressed data.
16310
16311 2005-02-08  Simon Josefsson  <jas@extundo.com>
16312
16313         * imap.el (imap-log): Doc fix.
16314
16315 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16316
16317         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16318         the coding cookies; decompress compressed parts.
16319
16320         * mml.el (mml-generate-mime-1): Add the charset parameter according
16321         to the value which a user specified manually or the coding cookie.
16322
16323         * mm-util.el (mm-string-to-multibyte): New function.
16324         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16325         (mm-coding-system-to-mime-charset): New function.
16326         (mm-decompress-buffer): New function.
16327         (mm-find-buffer-file-coding-system): New function.
16328
16329         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16330         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16331         parts.
16332
16333 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16334
16335         * mm-view.el (mm-display-inline-fontify): Decode a part according
16336         to the charset parameter.
16337
16338 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16341         prefix arg is neither nil nor a number, as info specifies.
16342
16343 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16346         timestamps.
16347
16348 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16349
16350         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16351         groups error checking and notify user.
16352
16353 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16354
16355         * message.el (message-send-mail-function): Check existence of
16356         sendmail-program first before using default value
16357         `message-send-mail-with-sendmail'.  Otherwise use more generic
16358         `smtpmail-send-it'.
16359
16360 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * nntp.el (nntp-request-update-info): Always return nil.
16363
16364 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16365
16366         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16367
16368 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16369
16370         * message.el (message-beginning-of-line): Change the behavior when
16371         invoked between BOL and : so that it first moves backward.
16372
16373 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16374
16375         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16376         article buffer when editing of the article is discarded.
16377         (gnus-article-prepare): Revert.
16378
16379 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * gnus-art.el (gnus-article-prepare):
16382         Remove message-strip-forbidden-properties from the local hook.
16383
16384 2005-01-27  Simon Josefsson  <jas@extundo.com>
16385
16386         * password.el (password-cache-add): Only start one timer per key.
16387         Reported by Derek Atkins <warlord@MIT.EDU>.
16388
16389 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16390
16391         * run-at-time.el: Remove.  It is no longer needed as
16392         timer-funcs.el in the xemacs-base package has a working version of
16393         `run-at-time'.
16394
16395         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16396
16397         * password.el: Require timer-funcs instead of run-at-time in
16398         XEmacs.
16399         Remove `password-run-at-time' macro.
16400         (password-cache-add): Use `run-at-time' instead of
16401         `password-run-at-time'.
16402
16403         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16404         Remove `nnheader-cancel-function-timers' alias,
16405         `cancel-function-timers' exists in XEmacs in timer-funcs.
16406
16407         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16408         for `run-with-idle-timer'.
16409
16410         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16411         for `run-at-time'.
16412
16413         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16414         for `with-timeout'.
16415
16416         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16417         the same as for XEmacs 21.4.
16418         No need to ignore `run-with-idle-timer', this function exists in
16419         XEmacs now in timer-funcs.el in the xemacs-base package.
16420         (dgnushack-compile): No need to delete
16421         run-at-time.el from the list of files to compile because it
16422         doesn't exist anymore.
16423
16424 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16427         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16428
16429 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16430
16431         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16432         sensitively.
16433
16434 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16435
16436         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16437
16438 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16441         which will be inserted according to the multibyteness of a buffer
16442         rather than the type of contents.  Suggested by ARISAWA Akihiro
16443         <ari@mbf.ocn.ne.jp>.
16444
16445         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16446         of string which old xml.el may return rather than a string.
16447
16448 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16451
16452 2005-01-16  Simon Josefsson  <jas@extundo.com>
16453
16454         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16455         idn/idna.el isn't available.
16456         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16457         <michael@waxrat.com>.
16458
16459         * hashcash.el: Remove non-FSF copyright header.
16460
16461         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16462         (hashcash-generate-payment): Use it.
16463         (hashcash-generate-payment-async): Use it.
16464
16465 2005-01-15  Simon Josefsson  <jas@extundo.com>
16466
16467         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16468         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16469
16470         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16471         gnus-summary-idna-message.
16472         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16473         (gnus-summary-idna-message): New function.
16474
16475 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16476
16477         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16478         gnus-novice-user.
16479
16480 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * nnrss.el (nnrss-request-delete-group): Delete entries in
16483         nnrss-group-alist as well.
16484         (nnrss-save-server-data): Insert newline.
16485
16486 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16487
16488         * gnus.el (gnus-user-agent): Use list of symbols instead of
16489         symbols.  Display full version number for (S)XEmacs.
16490         Optionally display (S)XEmacs codename.
16491
16492         * gnus-util.el (gnus-emacs-version): Update for new
16493         `gnus-user-agent'.
16494
16495         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16496         Gnus version.
16497
16498 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16499
16500         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16501         which is unreadable in some setups.
16502
16503 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16504
16505         * gnus-spec.el (gnus-update-format-specifications): Flush the
16506         group format spec cache if it doesn't support decoded group names.
16507
16508 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16509
16510         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16511         Allow to apply decay on score files matching a regexp.
16512
16513 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16516         compatibility in %g and %c.
16517
16518 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16519
16520         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16521         name for only %g and %c.
16522         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16523         of gnus-tmp-group to decoded group name.
16524         (gnus-group-make-rss-group): Exclude `/'s from group names.
16525
16526 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16527
16528         * nnrss.el (nnrss-get-encoding): Fix regexp.
16529
16530 2004-12-27  Simon Josefsson  <jas@extundo.com>
16531
16532         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16533         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16534         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16535
16536 2004-12-17  Kim F. Storm  <storm@cua.dk>
16537
16538         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16539
16540         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16541
16542 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16543
16544         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16545
16546 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * nnrss.el: Require rfc2047 and mml.
16549         (nnrss-file-coding-system): New variable.
16550         (nnrss-format-string): Redefine it as an inline function.
16551         (nnrss-decode-group-name): New function.
16552         (nnrss-string-as-multibyte): Remove.
16553         (nnrss-retrieve-headers): Decode group name; don't use
16554         nnrss-format-string.
16555         (nnrss-request-group): Decode group name.
16556         (nnrss-request-article): Decode group name; allow a Message-ID as
16557         well as an article number; don't use nnrss-format-string; encode a
16558         Message-ID string which may contain non-ASCII characters; use
16559         mml-to-mime to compose a MIME article.
16560         (nnrss-request-expire-articles): Decode group name.
16561         (nnrss-request-delete-group): Decode group name.
16562         (nnrss-fetch): Clarify error message.
16563         (nnrss-read-server-data): Use insert-file-contents instead of load;
16564         bind file-name-coding-system; use multibyte buffer.
16565         (nnrss-save-server-data): Bind coding-system-for-write to the
16566         value of nnrss-file-coding-system; bind file-name-coding-system;
16567         add coding cookie.
16568         (nnrss-read-group-data): Use insert-file-contents instead of load;
16569         bind file-name-coding-system; use multibyte buffer.
16570         (nnrss-save-group-data): Bind coding-system-for-write to the
16571         value of nnrss-file-coding-system; bind file-name-coding-system.
16572         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16573         make it work with non-ASCII text.
16574         (nnrss-find-el): Make it work with old xml.el as well.
16575
16576 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16577
16578         * nnrss.el (nnrss-get-encoding): New function.
16579         (nnrss-fetch): Use unibyte buffer initially; bind
16580         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16581         decode contents according to the encoding attribute.
16582         (nnrss-save-group-data): Add coding cookie.
16583         (nnrss-mime-encode-string): New function.
16584         (nnrss-check-group): Use it to encode subject and author.
16585
16586 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16587
16588         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16589         imaginary variable.
16590
16591 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16592
16593         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16594         correctly even if there are wide characters.
16595
16596 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16597
16598         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16599         downcased symbol names; make a new cache instead of reusing
16600         bbdb-hashtable.
16601
16602 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16605         concatenating segments rather than before concatenating them.
16606         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16607
16608         * message.el (message-get-reply-headers): Bind `extra'.
16609
16610 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16611
16612         * message.el (message-extra-wide-headers): New variable.
16613         (message-get-reply-headers): Use it.
16614
16615 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16618         (gnus-agent-group-pathname): Ditto.
16619
16620         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16621
16622         * gnus-group.el (gnus-group-make-group): Decode group name.
16623         (gnus-group-make-rss-group): Register the group data after opening
16624         the nnrss group.
16625
16626 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16627
16628         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16629         by expiry now get marked as read.
16630
16631 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16632
16633         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16634
16635 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16636
16637         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16638         unify Latin characters in XEmacs.
16639         (mm-find-mime-charset-region): Use it.
16640
16641 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16642
16643         * gnus-util.el (gnus-delete-directory): New function.
16644
16645         * gnus-agent.el (gnus-agent-delete-group): Use it.
16646
16647         * gnus-cache.el (gnus-cache-delete-group): Use it.
16648
16649 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16652         names.
16653
16654 2004-12-16  Simon Josefsson  <jas@extundo.com>
16655
16656         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16657
16658 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16661
16662         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16663         (gnus-group-set-current-level): Decode group name.
16664
16665 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16666
16667         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16668         failed.
16669
16670 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * gnus-group.el (gnus-group-delete-group): Decode group name.
16673         (gnus-group-make-rss-group): Encode group name.
16674         (gnus-group-catchup-current): Decode group name.
16675         (gnus-group-kill-group): Decode group name.
16676
16677 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16678
16679         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16680
16681 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * gnus-group.el (gnus-group-make-rss-group):
16684         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16685
16686         * gnus-start.el (gnus-setup-news): Honor user's setting to
16687         gnus-message-archive-method.  Suggested by Lute Kamstra
16688         <lute@gnu.org>.
16689
16690 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16691
16692         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16693         global counterparts of the buffer-local variables.
16694
16695 2004-11-16  Romain Francoise  <romain@orebokech.com>
16696
16697         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16698         counterparts of the buffer-local variables.
16699
16700 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16701
16702         * message.el (message-forbidden-properties): Fix typo in doc
16703         string.
16704
16705 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16706
16707         * gnus-util.el (gnus-replace-in-string): Add doc string.
16708
16709         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16710         to avoid problems when splitting mails with many recipients.
16711
16712 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16713
16714         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16715         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16716
16717 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16718
16719         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16720         if there is no hashtable in memory or file modification time is
16721         newer than cached timestamp.
16722
16723 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16724
16725         * gnus-sum.el (gnus-summary-limit-to-recipient):
16726         Implement not-matching option.
16727
16728 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16729
16730         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16731         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16732         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16733         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16734         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16735         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16736
16737 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * message.el (message-forward-make-body-mml): Remove headers
16740         according to message-forward-ignored-headers if a message is decoded.
16741
16742 2004-12-02  Romain Francoise  <romain@orebokech.com>
16743
16744         * message.el (message-forward-make-body-plain): Always remove
16745         headers according to message-forward-ignored-headers.
16746
16747 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16748
16749         * spam.el (spam-summary-prepare-exit): Remove the
16750         gnus-summary-limit pop for now, it has problems with ham marks for
16751         me.
16752
16753 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16754
16755         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16756         correctly.
16757
16758 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16759
16760         * format-spec.el (format-spec): Message the char.
16761
16762 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16763
16764         * gnus-art.el (gnus-split-methods): Reformat comments.
16765
16766         * spam.el (spam-summary-prepare-exit): Remove article limits
16767         before exiting the summary buffer.
16768
16769 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16772         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16773
16774         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16775         order to silence the byte compiler.
16776
16777         * spam.el: Fix the way to silence the byte compiler, which
16778         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16779         bbdb-search-simple, spam-BBDB-register-routine,
16780         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16781         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16782         spam-stat-buffer-is-spam, spam-stat-load,
16783         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16784         spam-stat-save and spam-stat-split-fancy.
16785
16786 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16789         which may confuse users.
16790         (canlock-password-for-verify): Ditto.
16791
16792         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16793
16794         * gnus-art.el (gnus-emphasis-alist): Ditto.
16795
16796         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16797
16798         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16799
16800         * gnus-start.el (gnus-save-killed-list): Ditto.
16801
16802         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16803         (gnus-sum-thread-tree-root): Ditto.
16804         (gnus-sum-thread-tree-false-root): Ditto.
16805         (gnus-sum-thread-tree-single-indent): Ditto.
16806
16807         * message.el (message-courtesy-message): Ditto.
16808         (message-archive-note): Ditto.
16809         (message-subscribed-address-file): Ditto.
16810         (message-user-fqdn): Ditto.
16811
16812         * spam-report.el (spam-report-gmane-regex): Ditto.
16813
16814         * spam.el (spam-blackhole-good-server-regex): Ditto.
16815
16816 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16817
16818         * mml.el (mml-preview): Widen the message buffer before copying
16819         the contents to the preview buffer; sort headers before previewing.
16820
16821         * message.el (message-hidden-headers): Fix the way to avoid a bug
16822         in the `repeat' widget in Emacs 21.3 or earlier.
16823
16824 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16825
16826         * message.el (message-hidden-headers): Default to "^References:".
16827         Improve customization type.  Suggested by Reiner Steib
16828         <Reiner.Steib@gmx.de>.
16829
16830 2004-11-25  Romain Francoise  <romain@orebokech.com>
16831
16832         * message.el (message-strip-forbidden-properties): Remove check for
16833         obsolete `message-hidden' text property, hidden headers are not
16834         accessible in the buffer anymore.
16835
16836 2004-11-22  Romain Francoise  <romain@orebokech.com>
16837
16838         * message.el (message-header-format-alist): Add `From' in list
16839         so that it can be sorted.
16840         (message-fix-before-sending): Widen and sort headers before
16841         sending.
16842         (message-hide-headers): Use narrowing to hide headers by moving
16843         them to the top of the buffer and narrowing to the region
16844         underneath.
16845
16846 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16847
16848         * message.el (message-strip-forbidden-properties):
16849         Bind buffer-read-only (etc) to nil.
16850
16851 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16852
16853         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16854         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16855
16856 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16857
16858         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16859
16860 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16861
16862         * dns.el (query-dns): Use sit-for to time instead of
16863         accept-process-output, since that doesn't seem to work on udp
16864         sockets.
16865
16866 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16869
16870 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16871
16872         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16873         doc string.  Improve doc string.
16874
16875 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16876
16877         * nntp.el (nntp-request-update-info): Return nil if
16878         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16879         may not call gnus-activate-group which uselessly issues the GROUP
16880         commands for all nntp groups and wastes time.  Reported by Romain
16881         Francoise <romain@orebokech.com>.
16882
16883         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16884
16885 2004-11-15  Simon Josefsson  <jas@extundo.com>
16886
16887         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16888         headers separately.
16889         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16890         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16891
16892 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16893
16894         * gnus-start.el (gnus-convert-old-newsrc):
16895         Assign legacy-gnus-agent to 5.10.7.
16896
16897 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16898
16899         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16900         start of the lines.
16901
16902 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16903
16904         * hashcash.el (hashcash-default-payment): Change default to 20.
16905         (hashcash-default-accept-payment): Change default to 20.
16906         (hashcash-process-alist): New variable.
16907         (hashcash-generate-payment-async): Add.
16908         (hashcash-already-paid-p): Add.
16909         (hashcash-insert-payment): Don't generate payments twice.
16910         (hashcash-insert-payment-async): Add.
16911         (hashcash-insert-payment-async-2): Add.
16912         (hashcash-cancel-async): Add.
16913         (hashcash-wait-async): Add.
16914         (hashcash-processes-running-p): Add.
16915         (hashcash-wait-or-cancel): Add.
16916         (mail-add-payment): New optional argument.  Conditionally start
16917         asynchronous calculation.
16918         (mail-add-payment-async): Add.
16919
16920         * message.el (message-send-mail): Wait for asynchronous hashcash
16921         results.  Don't clobber existing X-Hashcash headers.
16922         (message-setup-1): Call mail-add-payment-async when
16923         message-generate-hashcash is non-nil.
16924
16925 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16926
16927         * message.el (message-use-alternative-email-as-from): Examine the
16928         From header as well; use message-make-from in order to include a
16929         user's full name.
16930
16931 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16932
16933         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16934         default; improve customization type.
16935         (gnus-emphasis-custom-with-format): New macro.
16936         (gnus-emphasis-custom-value-to-external): New function.
16937         (gnus-emphasis-custom-value-to-internal): New function.
16938
16939 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16940
16941         * dns.el (query-dns): Resolve reverse addresses.
16942
16943 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16944
16945         * gnus-group.el (gnus-group-get-new-news): Use it.
16946
16947         * gnus-start.el (gnus-check-reasonable-setup): New function.
16948
16949 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16950
16951         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16952         "Args out of range" error.  Reported by Arnaud Giersch
16953         <arnaud.giersch@free.fr>.
16954
16955 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16956
16957         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16958
16959 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16960
16961         * spam.el (spam group): Add :version.
16962
16963         * pgg-def.el (pgg group): Add :version.
16964
16965 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * gnus-art.el (gnus-article-edit-article): Don't associate the
16968         article buffer with a draft file.  This is a temporary measure
16969         against the 2004-08-22 change to gnus-article-edit-mode.
16970
16971 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16974         (html2text-format-tags): Remove unused variable `attr'.
16975
16976 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16977
16978         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16979
16980         * tls.el (tls-process-connection-type, tls-success)
16981         (tls-certtool-program): Add :version.
16982
16983         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16984         (starttls-extra-arguments, starttls-process-connection-type)
16985         (starttls-connect, starttls-failure, starttls-success): Add :version.
16986
16987         * spam-stat.el (spam-stat): Add :version.
16988
16989         * sieve.el (sieve): Add :version.
16990
16991         * sha1.el (sha1): Add :version.
16992         (sha1-use-external): Remove redundant version.
16993
16994         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16995         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16996         (nnmail-split-fancy-match-partial-words)
16997         (nnmail-split-lowercase-expanded): Add :version.
16998
16999         * nndiary.el (nndiary): Add :version.
17000
17001         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17002
17003         * mml-sec.el (mml-default-sign-method)
17004         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17005         Add :version.
17006
17007         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17008
17009         * mm-url.el (mm-url-use-external, mm-url-program)
17010         (mm-url-arguments): Add :version.
17011
17012         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17013         (mm-attachment-file-modes, mm-decrypt-option)
17014         (mm-w3m-safe-url-regexp): Add :version.
17015
17016         * message.el (message-cite-prefix-regexp)
17017         (message-sendmail-envelope-from, message-minibuffer-local-map)
17018         (message-user-fqdn, message-completion-alist): Add :version.
17019
17020         * gnus-win.el (gnus-configure-windows-hook)
17021         (gnus-use-frames-on-any-display): Add :version.
17022
17023         * gnus-art.el (gnus-article-address-banner-alist)
17024         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17025         (gnus-treat-from-picon, gnus-treat-mail-picon)
17026         (gnus-treat-x-pgp-sig): Add :version.
17027
17028         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17029         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17030         (gnus-summary-article-delete-hook)
17031         (gnus-summary-display-while-building): Add :version.
17032
17033         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17034         (gnus-get-top-new-news-hook): Add :version.
17035
17036         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17037         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17038
17039         * gnus-registry.el (gnus-registry): Add :version.
17040
17041         * gnus-spec.el (gnus-use-correct-string-widths)
17042         (gnus-make-format-preserve-properties): Add :version.
17043
17044         * gnus.el (gnus-group-charter-alist)
17045         (gnus-group-fetch-control-use-browse-url)
17046         (gnus-install-group-spam-parameters): Add :version.
17047
17048         * gnus-diary.el (gnus-diary): Add :version.
17049
17050         * gnus-delay.el (gnus-delay): Add :version.
17051
17052         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17053         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17054         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17055         Add :version.
17056
17057         * gnus-agent.el (gnus-agent-max-fetch-size)
17058         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17059         (gnus-agent-prompt-send-queue): Add :version.
17060
17061         * deuglify.el (gnus-outlook-deuglify): Add :version.
17062
17063         * html2text.el: Beautify code.  Improve doc strings.
17064         Some checkdoc cleanup.
17065         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17066
17067 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17068
17069         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17070
17071 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17072
17073         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17074         when package is loaded.
17075
17076         * spam.el (spam-summary-score-preferred-header): Add global preference
17077         for people who want to override the default SpamAssassin over
17078         Bogofilter preference (when both are set).
17079         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17080         (spam-user-format-function-S):
17081         Check spam-summary-score-preferred-header.
17082         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17083         (spam-user-format-function-S): Format the score correctly.
17084
17085 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17088         signature file.  Suggested by Manoj Srivastava
17089         <srivasta@golden-gryphon.com>.
17090
17091         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17092         iso-2022-jp even in the Japanese language environment.
17093         Suggested by Jason Rumney <jasonr@gnu.org>.
17094
17095 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17096
17097         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17098         use the same characters as the dummy marks; make it free from
17099         getting affected by the language environment.
17100         (gnus-summary-read-group-1): Update mark positions only when the
17101         format spec is updated.
17102
17103         * gnus-spec.el (gnus-update-format-specifications): Return a list
17104         of updated types.
17105
17106 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17107
17108         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17109         of boundp to check if display-warning is available.
17110
17111 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17112
17113         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17114
17115 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17116
17117         * nnspool.el (nnspool-spool-directory): Use news-path if the
17118         news-directory variable is not bound.
17119
17120         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17121         function instead of display-warning if it is not available.
17122
17123 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17124
17125         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17126         v5-10: Use `point-at-bol'.
17127
17128 2004-10-26  Simon Josefsson  <jas@extundo.com>
17129
17130         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17131         <chenggao@gmail.com>.
17132
17133 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17134
17135         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17136         instead.
17137
17138 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17139
17140         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17141         to remove a server from the nnimap-server-buffer-alist.
17142         (nnimap-open-connection, nnimap-close-server): Use it.
17143
17144         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17145
17146 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17147
17148         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17149         running the major-mode function.
17150
17151 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17152
17153         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17154         dummy marks in the right way.
17155
17156 2004-10-18  David Edmondson  <dme@dme.org>
17157
17158         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17159         excessively.
17160
17161 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17162
17163         * gnus-util.el (gnus-split-references): Accept a nil references
17164         string and go on blissfully.
17165
17166         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17167         cases where the references string is non-nil but has no references.
17168
17169         * encrypt.el: Add autoload tags.
17170
17171         * spam.el (spam-resolve-registrations-routine): Remove article
17172         from unregistration list too.  Reported by David Hanak
17173         <dhanak@isis.vanderbilt.edu>
17174
17175 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17176
17177         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17178         nil.  Change custom type.
17179
17180 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17181
17182         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17183
17184         * gnus-sum.el (gnus-summary-move-article): Use it.
17185
17186 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17187
17188         * encrypt.el: Add autoload cookies.
17189
17190         * spam.el (spam-backend-article-list-property)
17191         (spam-backend-get-article-todo-list)
17192         (spam-backend-put-article-todo-list)
17193         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17194         Resolve registrations separately.
17195         (spam-register-routine): Format comments.
17196         (spam-unregister-routine, spam-register-routine): Always call with
17197         specific-articles, no default list.
17198         (spam-summary-prepare-exit): Use the spam-classifications function.
17199
17200         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17201         gnus-encrypt.el.
17202
17203         * encrypt.el: Copied from gnus-encrypt.el.
17204
17205         * gnus-encrypt.el: Commented that it's obsolete.
17206
17207 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17208
17209         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17210         (gnus-score-save): Use it.
17211
17212         * message.el (message-bury): Use `window-dedicated-p'.
17213
17214 2004-10-15  Simon Josefsson  <jas@extundo.com>
17215
17216         * pop3.el (top-level): Don't require nnheader.
17217         (pop3-read-timeout): Add.
17218         (pop3-accept-process-output): Add.
17219         (pop3-read-response, pop3-retr): Use it.
17220
17221 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17222
17223         * spam.el (spam-register-routine): Move comment.
17224         (spam-verify-bogofilter): Use 'unknown for the initial
17225         spam-bogofilter-valid state, not 'never.
17226
17227         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17228         for netrc-machine.
17229
17230         * nnimap.el (nnimap-open-connection):
17231         Use netrc-machine-user-or-password.
17232
17233 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17234
17235         * gnus-registry.el (gnus-registry-unload-hook):
17236         Set as a variable with add-hook.
17237
17238         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17239         of news-path.
17240
17241         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17242
17243         * spam.el: Delete duplicate `provide'.
17244         (spam-unload-hook): Set as a variable with add-hook.
17245
17246 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17247
17248         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17249         in the doc string.
17250
17251         * message.el (message-ignored-news-headers)
17252         (message-ignored-supersedes-headers)
17253         (message-ignored-resent-headers)
17254         (message-forward-ignored-headers): Improve custom type.
17255
17256 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17257
17258         * message.el (message-tokenize-header): Fix 2004-09-06 change
17259         which used point-min in the wrong place.
17260
17261 2004-10-12  Simon Josefsson  <jas@extundo.com>
17262
17263         * tls.el (tls-certtool-program): New variable.
17264         (tls-certificate-information): New function, based on
17265         ssl-certificate-information.
17266
17267 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * compface.el: Move the version of ELisp-based uncompface program
17270         to the contrib directory because of the copyright problem.
17271
17272 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17273
17274         * message.el (message-kill-buffer): Raise the current frame.
17275
17276 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17277
17278         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17279
17280         * gnus.el (message-y-or-n-p): Autoload.
17281
17282         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17283         (pop3-password-required, pop3-authentication-scheme)
17284         (pop3-leave-mail-on-server): Make customizable.
17285         (pop3): New custom group.
17286         (pop3-retr): Remove `sleep-for' statements.
17287         Suggested by Dave Love <fx@gnu.org>.
17288
17289         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17290         Windows/DOS.
17291
17292         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17293         (imap-parse-body): Fix incorrect use of `assert'.
17294         Suggested by Dave Love <fx@gnu.org>.
17295
17296         * mml.el (mml-minibuffer-read-disposition): Require match.
17297         Suggested by Dave Love <fx@gnu.org>.
17298
17299 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17300
17301         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17302         doc string.
17303
17304 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17307
17308 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17309
17310         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17311         instead of calling `mm-insert-inline', to decode text/* parts
17312         before displaying them.
17313
17314 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17315
17316         * mm-uu.el (mm-uu-text-plain-type): New variable.
17317         (mm-uu-pgp-signed-extract-1): Use it.
17318         (mm-uu-pgp-encrypted-extract-1): Use it.
17319         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17320         bind mm-uu-text-plain-type with that value.
17321         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17322         mm-uu-dissect.
17323
17324 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17325
17326         * gnus-group.el (gnus-update-group-mark-positions):
17327         * gnus-sum.el (gnus-update-summary-mark-positions):
17328         * message.el (message-check-news-body-syntax):
17329         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17330         of string-as-multibyte.
17331
17332 2004-10-05  Juri Linkov  <juri@jurta.org>
17333
17334         * gnus-group.el (gnus-update-group-mark-positions):
17335         * gnus-sum.el (gnus-update-summary-mark-positions):
17336         * message.el (message-check-news-body-syntax):
17337         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17338         8-bit unibyte values to a multibyte string for search functions.
17339
17340 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17341
17342         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17343         (mm-uu-dissect-text-parts): New function.
17344
17345         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17346         dissect text parts.
17347
17348         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17349         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17350
17351         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17352
17353         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17354         Use gnus-current-topics instead of gnus-current-topic.
17355
17356 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17357
17358         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17359
17360 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17361
17362         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17363         where approriate.
17364
17365         * nnml.el (nnml-generate-active-info): do.
17366
17367         * nndiary.el (nndiary-generate-active-info): do.
17368
17369         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17370         (gnus-topic-move): do.
17371
17372         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17373         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17374
17375         * gnus-srvr.el (gnus-server-prepare)
17376         (gnus-server-open-all-servers): do.
17377
17378         * gnus-msg.el (gnus-summary-cancel-article)
17379         (gnus-summary-resend-message)
17380         (gnus-summary-mail-crosspost-complaint): do.
17381
17382         * gnus-move.el (gnus-change-server): do.
17383
17384         * gnus-group.el (gnus-group-unmark-all-groups)
17385         (gnus-group-set-current-level): do.
17386
17387 2004-10-04  Simon Josefsson  <jas@extundo.com>
17388
17389         * message.el (message-generate-hashcash): Doc fix.
17390
17391 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17392
17393         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17394         avoid infinite recursion via gnus-get-function.
17395
17396 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17397
17398         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17399
17400         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17401
17402         * nnmail.el (nnmail-split-history): do.
17403
17404         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17405         (nnml-request-delete-group): do.
17406
17407         * nnslashdot.el (nnslashdot-read-groups): do.
17408
17409         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17410         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17411
17412         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17413         (nnspool-sift-nov-with-sed): Use last.
17414         (nnspool-retrieve-headers-with-nov): Use mapc.
17415         (nnspool-request-newgroups): Use dolist.
17416         (nnspool-request-group): Use last.
17417
17418         * nntp.el (nntp-read-server-type): Use dolist.
17419
17420         * nnvirtual.el (nnvirtual-create-mapping)
17421         (nnvirtual-update-read-and-marked): Use dolist.
17422         (nnvirtual-convert-headers): Simplify.
17423
17424 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17425
17426         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17427         Add support for sync'ing tick marks.
17428
17429 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17430
17431         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17432         there's no visible header.
17433
17434 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17435
17436         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17437         When necessary, pass full group name to gnus-request-set-marks.
17438
17439 2004-10-01  Simon Josefsson  <jas@extundo.com>
17440
17441         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17442         acroread.
17443
17444 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17445
17446         * spam-report.el (spam-report-gmane): Fix interactive.
17447
17448         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17449
17450         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17451         when writing file.
17452         (gnus-agent-synchronize-flags): Don't default to being
17453         interactive.
17454
17455 2004-09-30  Simon Josefsson  <jas@extundo.com>
17456
17457         * message.el (message-generate-hashcash): Add.
17458         (message-send-mail): Use it, call mail-add-payment.
17459
17460 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17461
17462         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17463
17464 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17465
17466         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17467         gnus-requst-update-info with explicit code to sync the in-memory
17468         info read flags with the marks being sync'd to the backend.
17469
17470         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17471
17472 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17473
17474         * spam.el (spam-verify-bogofilter): Add new function.
17475         (spam-check-bogofilter)
17476         (spam-bogofilter-register-with-bogofilter): Use it.
17477         (spam-verify-bogofilter): Add small fixes.
17478
17479 2004-09-28  Simon Josefsson  <jas@extundo.com>
17480
17481         * hashcash.el (hashcash-generate-payment): Revert.
17482
17483 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17484
17485         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17486         Use gnus-extract-references instead of gnus-split-references.
17487
17488         * gnus-util.el (gnus-extract-references): Add new function, analogous
17489         to gnus-split-references but extracts only the message-ID without
17490         anything extra.
17491
17492         * hashcash.el (hashcash-generate-payment)
17493         (hashcash-check-payment): Do the right thing if hashcash-path is
17494         nil (because the hashcash program could not be found).
17495
17496         * spam.el (spam-use-hashcash): Remove comment.
17497
17498 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17499
17500         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17501         (gnus-cache-enter-article, gnus-cache-remove-article)
17502         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17503
17504         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17505
17506         * gnus-art.el (article-hide-boring-headers)
17507         (article-translate-strings, article-display-face)
17508         (gnus-article-mime-match-handle-first)
17509         (gnus-article-highlight-headers)
17510         (gnus-article-add-buttons-to-head): do.
17511
17512 2004-09-27  Simon Josefsson  <jas@extundo.com>
17513
17514         * hashcash.el: New version, from
17515         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17516         ../contrib/.
17517
17518 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17521
17522 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17523
17524         * gnus-dup.el (gnus-dup-open): Use mapc.
17525         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17526
17527         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17528         Reported by Stefan Wiens <s.wi@gmx.net>.
17529
17530         * gnus.el (gnus-shutdown): Use dolist.
17531
17532         * gnus-undo.el (gnus-undo): Use mapc.
17533
17534         * nnrss.el (nnrss-generate-active): do.
17535
17536         * message.el (message-cite-original-without-signature)
17537         (message-cite-original): Use mapc.
17538         (message-do-actions, message-make-forward-subject): Use dolist.
17539
17540 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17541
17542         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17543         deletion to remove entire duplicate line.  Fixes merged article
17544         number bug.
17545
17546 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17547
17548         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17549         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17550         first ask if you want to open a server and then, even when you
17551         responded with no, asking if you want to synchronize the server's
17552         flags.
17553         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17554         multi-line expressions.
17555         (gnus-agent-synchronize-group-flags): New internal function.
17556         Updates marks in memory (in the info structure) AND in the
17557         backend.
17558
17559         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17560
17561         * nnagent.el (nnagent-request-set-mark):
17562         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17563         method, to ensure that synchronization updates marks in the
17564         backend and in the info (in memory) structure.
17565
17566 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17567
17568         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17569         convention fully; don't miss the root article of a thread; make
17570         the X-Draft-From header with correct article numbers.
17571
17572 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17573
17574         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17575         unless plugged.  Disable the agent so that an open failure causes
17576         an error.
17577
17578         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17579         Revert 2004-09-21 change.  The backend must be opened while
17580         synchronizing flags even when the backend stores the flags
17581         locally.
17582
17583 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17584
17585         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17586         in `header' match.  Reported by Svend Tollak Munkejord.
17587
17588         * message.el (message-cite-original): Fix use of
17589         `message-cite-articles-with-x-no-archive'.
17590
17591 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17592
17593         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17594         (gnus-window-to-buffer): Ditto.
17595
17596         * mml.el (mml-preview-buffer): New variable.
17597         (mml-preview): Manage window layout with gnus-buffer-configuration.
17598
17599         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17600         X-Draft-From header even if those articles aren't quoted.
17601
17602 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17603
17604         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17605         (gnus-request-set-mark, gnus-request-update-mark): Use new
17606         g-s-t-u-l-m to decide to use backend even when unplugged.
17607
17608 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17609
17610         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17611         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17612
17613 2004-09-20  Simon Josefsson  <jas@extundo.com>
17614
17615         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17616         "utf-16-le".
17617
17618 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17619
17620         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17621
17622 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17623
17624         * uudecode.el (uudecode-use-external): Add :version.
17625
17626         * smime.el (smime-CA-file, smime-encrypt-cipher)
17627         (smime-dns-server): Add :version.
17628
17629         * smiley.el (gnus-smiley-file-types): Add :version.
17630
17631         * sha1.el (sha1-use-external): Add :version.
17632
17633         * pgg-def.el (pgg-query-keyserver): Add :version.
17634
17635         * nnmail.el (nnmail-fancy-expiry-targets)
17636         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17637         Add :version.
17638
17639         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17640         (nnimap-retrieve-groups-asynchronous): Add :version.
17641         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17642
17643         * mml.el (mml-content-disposition-parameters)
17644         (mml-insert-mime-headers-always): Add :version.
17645
17646         * mm-util.el (mm-coding-system-priorities): Add :version.
17647
17648         * mm-decode.el (mm-inline-text-html-with-images)
17649         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17650         (mm-verify-option): Add :version.
17651         (mm-text-html-renderer): Change :version.
17652
17653         * message.el (message-fcc-externalize-attachments)
17654         (message-required-headers, message-draft-headers)
17655         (message-subject-trailing-was-query)
17656         (message-subject-trailing-was-ask-regexp)
17657         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17658         (message-mark-insert-end, message-archive-header)
17659         (message-archive-note, message-cross-post-default)
17660         (message-cross-post-note, message-followup-to-note)
17661         (message-cross-post-note-function, message-use-mail-followup-to)
17662         (message-subscribed-address-functions)
17663         (message-subscribed-address-file, message-subscribed-addresses)
17664         (message-subscribed-regexps, message-allow-no-recipients)
17665         (message-yank-cited-prefix, message-signature-insert-empty-line)
17666         (message-hidden-headers, message-hierarchical-addresses)
17667         (message-mail-user-agent, message-use-idna)
17668         (message-valid-fqdn-regexp)
17669         (message-strip-special-text-properties, message-header-synonyms)
17670         (message-beginning-of-line, message-tab-body-function): Add :version.
17671         (message-insert-canlock, message-wide-reply-confirm-recipients):
17672         Change :version.
17673
17674         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17675         and :version.
17676         (mail-source-delete-old-incoming-confirm)
17677         (mail-source-movemail-program): Add :version.
17678
17679         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17680         (gnus-agent-cache, gnus-agent): Change :version.
17681
17682         * gnus-util.el (gnus-use-byte-compile): Change :version.
17683
17684         * gnus-sum.el (gnus-summary-make-false-root-always)
17685         (gnus-summary-default-high-score)
17686         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17687         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17688         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17689         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17690         (gnus-sum-thread-tree-single-indent)
17691         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17692         (gnus-sum-thread-tree-leaf-with-other)
17693         (gnus-sum-thread-tree-single-leaf): Add :version.
17694         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17695         (gnus-article-loose-mime): Change :version.
17696
17697         * gnus-start.el (gnus-backup-startup-file)
17698         (gnus-save-startup-file-via-temp-buffer): Add :version.
17699
17700         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17701         (gnus-server-offline-face): Add :version.
17702
17703         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17704
17705         * gnus-msg.el (gnus-gcc-externalize-attachments)
17706         (gnus-debug-files, gnus-debug-exclude-variables)
17707         (gnus-discouraged-post-methods): Change :version.
17708         (gnus-confirm-mail-reply-to-news)
17709         (gnus-confirm-treat-mail-like-news): Add :version.
17710
17711         * gnus-int.el (gnus-server-unopen-status): Add :version.
17712
17713         * gnus-group.el (gnus-group-jump-to-group-prompt)
17714         (gnus-large-ephemeral-newsgroup)
17715         (gnus-fetch-old-ephemeral-headers): Add :version.
17716
17717         * gnus-fun.el (gnus-x-face-directory)
17718         (gnus-convert-pbm-to-x-face-command)
17719         (gnus-convert-image-to-x-face-command)
17720         (gnus-convert-image-to-face-command): Add :version.
17721
17722         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17723
17724         * gnus-cite.el (gnus-cite-blank-line-after-header)
17725         (gnus-article-boring-faces): Add :version.
17726
17727         * gnus-art.el (gnus-buttonized-mime-types)
17728         (gnus-inhibit-mime-unbuttonizing)
17729         (gnus-treat-display-face)
17730         (gnus-treat-body-boundary): Change :version.
17731         (gnus-body-boundary-delimiter, gnus-picon-databases)
17732         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17733         (gnus-treat-date-english, gnus-treat-fold-headers)
17734         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17735         (gnus-treat-mail-picon, gnus-treat-wash-html)
17736         (gnus-article-encrypt-protocol)
17737         (gnus-use-idna, gnus-article-over-scroll)
17738         (gnus-mime-display-multipart-alternative-as-mixed)
17739         (gnus-mime-display-multipart-related-as-mixed)
17740         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17741         (gnus-ctan-url, gnus-button-ctan-handler)
17742         (gnus-button-handle-ctan-bogus-regexp)
17743         (gnus-button-ctan-directory-regexp)
17744         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17745         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17746         (gnus-button-man-level, gnus-button-emacs-level)
17747         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17748
17749         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17750         (gnus-agent-go-online): Change :version.
17751         (gnus-agent-expire-unagentized-dirs)
17752         (gnus-agent-auto-agentize-methods): Add :version.
17753
17754         * flow-fill.el (fill-flowed-display-column)
17755         (fill-flowed-encode-column): Add :version.
17756
17757         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17758         (gnus-outlook-deuglify-unwrap-max)
17759         (gnus-outlook-deuglify-cite-marks)
17760         (gnus-outlook-deuglify-unwrap-stop-chars)
17761         (gnus-outlook-deuglify-no-wrap-chars)
17762         (gnus-outlook-deuglify-attrib-cut-regexp)
17763         (gnus-outlook-deuglify-attrib-verb-regexp)
17764         (gnus-outlook-deuglify-attrib-end-regexp)
17765         (gnus-outlook-display-hook): Add :version.
17766
17767         * binhex.el (binhex-use-external): Add :version.
17768
17769 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17770
17771         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17772         and `invisible'.
17773
17774 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17775
17776         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17777         in gnus-registry-trim.
17778
17779 2004-09-13  Simon Josefsson  <jas@extundo.com>
17780
17781         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17782
17783         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17784
17785         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17786         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17787         <yamaoka@jpl.org>.
17788         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17789         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17790         <yamaoka@jpl.org>.
17791
17792         * sieve.el (sieve-manage-mode): Ditto.
17793
17794 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17795
17796         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17797
17798 2004-09-11  Simon Josefsson  <jas@extundo.com>
17799
17800         * dns-mode.el: Add.
17801
17802         * mm-view.el (mm-display-dns-inline): Add.
17803
17804         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17805         (mm-automatic-display): Ditto.
17806
17807         * mailcap.el (mailcap-mime-data): Add text/dns.
17808         (mailcap-mime-extensions): Map .soa to text/dns.
17809
17810 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17811
17812         * gnus-art.el (article-decode-mime-words, article-babel)
17813         (gnus-article-highlight-signature, gnus-article-add-buttons)
17814         (gnus-signature-toggle): Remove unnecessary bindings of
17815         `inhibit-read-only' inherited from v5.10 merge.
17816
17817 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17818
17819         * nntp.el (nntp): New customization group.
17820         (nntp-authinfo-file): Add customization group.
17821
17822         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17823
17824         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17825
17826         * gnus.el (to-address, to-list, subscribed)
17827         (large-newsgroup-initial): Ditto.
17828
17829         * flow-fill.el (fill-flowed-display-column)
17830         (fill-flowed-encode-column): Ditto.
17831
17832 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17833
17834         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17835         Use point-min rather than 1.
17836         (message-send-mail): Use buffer-size rather than point-max.
17837
17838         * gnus-sum.el (gnus-summary-search-article-forward):
17839         Signal a specific `search-failed' rather than a generic `error'.
17840
17841         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17842         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17843         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17844
17845 2004-09-10  Simon Josefsson  <jas@extundo.com>
17846
17847         * nndb.el (require): Remove tcp and duplicate cl.
17848
17849 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17850
17851         * gnus-agent.el (directory-files-and-attributes): Move forward.
17852
17853 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17854
17855         * gnus-agent.el (directory-files-and-attributes):
17856         Optionally defined to support XEmacs.
17857
17858 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17859
17860         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17861         to avoid run-time CL dependencies.
17862         (gnus-agent-unfetch-articles): New function.
17863         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17864         article numbers even when local .overview file is missing.
17865         (gnus-agent-read-article-number): New function.  Only accepts
17866         27-bit article numbers.
17867         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17868         Use gnus-agent-read-article-number.
17869         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17870         from backend while recognizing that article numbers in .overview
17871         must be valid.
17872         (gnus-agent-update-files-total-fetched-for):
17873         Use directory-files-and-attributes to improve performance.
17874         * gnus-int.el (gnus-request-move-article):
17875         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17876         improve performance.
17877
17878         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17879         some users confused by references to .newsrc when they only have a
17880         .newsrc.eld file.
17881         (gnus-convert-mark-converter-prompt)
17882         (gnus-convert-converter-needs-prompt): Fix use of property list.
17883         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17884         New function.  Used internally to only display 'gnus converting
17885         files' message when actually necessary.
17886
17887         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17888         methods now autoloaded.
17889
17890 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17891
17892         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17893         identifiers.
17894
17895 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17896
17897         * gnus-picon.el: Fix indentation and closing parenthesis.
17898
17899 2004-09-01  Simon Josefsson  <jas@extundo.com>
17900
17901         * message.el (message-canlock-generate): Require sha1, not
17902         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17903         to require within a function.  Sadly, if sha1.el isn't loaded, the
17904         let binding in m-c-g will hide the defcustom definition, which is
17905         bad.)
17906
17907         * canlock.el: Require sha1, not sha1-el.
17908
17909         * message.el: Don't autoload sha1 (there is a autoload cookie in
17910         sha1.el).
17911
17912         * sha1-el.el: Rename to sha1.el.
17913
17914 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17915
17916         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17917
17918 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17919
17920         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17921
17922 2004-08-30  Kim F. Storm  <storm@cua.dk>
17923
17924         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17925
17926         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17927         Add :group 'nnimap.
17928
17929 2004-08-30  Andreas Schwab  <schwab@suse.de>
17930
17931         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17932         ?* and ?\;.
17933
17934         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17935         and ?\' to symbol instead of whitespace.
17936
17937 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17938
17939         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17940
17941         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17942         instead of re-search-forward.
17943
17944         * gnus-uu.el (gnus-uu-save-article): Ditto.
17945         (gnus-uu-post-encode-uuencode): Ditto.
17946
17947         * html2text.el (html2text-clean-list-items): Ditto.
17948         (html2text-clean-dtdd): Ditto.
17949         (html2text-format-tags): Ditto.
17950
17951         * message.el (message-send-mail-with-sendmail): Fix regexp.
17952         (message-fill-field-general): Use search-forward instead of
17953         re-search-forward.
17954         (unbold-region): Ditto.
17955
17956         * nnrss.el (nnrss-request-article): Ditto.
17957
17958         * nnslashdot.el (nnslashdot-request-article): Ditto.
17959
17960         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17961
17962         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17963         "Unrecognized menu descriptor" error in XEmacs.
17964
17965 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17966
17967         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17968         parent article of a sparse article in the thread hashtb.
17969
17970 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17971
17972         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17973         (nnmail-expand-newtext): Lowercase expanded entries if
17974         nnmail-split-lowercase-expanded is non-nil.
17975
17976 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17977
17978         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17979
17980         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17981         of gnus-tmp-news-method into string under XEmacs.  It will be
17982         passed to gnus-correct-length which takes only a string argument.
17983
17984 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * gnus-util.el (gnus-bind-print-variables): New macro.
17987         (gnus-prin1): Use it.
17988         (gnus-prin1-to-string): Use it.
17989         (gnus-pp): New function.
17990         (gnus-pp-to-string): New function.
17991
17992         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17993         Replace pp-to-string with gnus-pp-to-string.
17994         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17995         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17996         * gnus-msg.el (gnus-debug): Ditto.
17997         * gnus-score.el (gnus-score-save): Ditto.
17998         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17999         gnus-pp-to-string.
18000         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18001         with gnus-pp.
18002         * score-mode.el (gnus-score-pretty-print): Ditto.
18003         * webmail.el (webmail-debug): Ditto.
18004
18005 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18006
18007         * gnus-art.el (article-display-face, article-display-x-face):
18008         Use buffer-read-only.
18009
18010 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18011
18012         * gnus-art.el (article-hide-list-identifiers):
18013         Bind inhibit-read-only as t.
18014
18015 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18016
18017         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18018
18019 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18020
18021         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18022         (gnus-narrow-to-page): Don't assume point-min == 1.
18023         (gnus-article-edit-mode): Derive from message-mode.
18024
18025         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18026         point-min == 1.
18027
18028         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18029         Disable incorrect use of `assert'.
18030
18031         * message.el (message-mode): Set comment-start-skip.
18032
18033
18034 2004-08-22  Sam Steingold  <sds@gnu.org>
18035
18036         * pop3.el (pop3-leave-mail-on-server): New user variable.
18037         (pop3-movemail): Delete mail only when it is nil.
18038
18039 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18040
18041         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18042
18043         * mml.el (mml-preview): Use `pop-to-buffer'.
18044
18045         * message.el (message-goto-mail-followup-to): Insert after "To".
18046         (message-carefully-insert-headers): Add comment.
18047
18048         * gnus.el: Remove unused variable `gnus-article-check-size'.
18049
18050         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18051
18052         * gnus-art.el (gnus-button-alist):
18053         Improve `gnus-button-handle-library' entry.
18054
18055 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18056
18057         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18058         Use downcase, since XEmacs capitalizes error messages differently.
18059
18060 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18061
18062         * nntp.el: Add (require 'gnus) due to reference to
18063         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18064
18065 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18066
18067         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18068         Bind `mm-fill-flowed'.
18069
18070         * mm-decode.el (mm-dissect-singlepart): Check it.
18071
18072 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18073
18074         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18075         'imap' for netrc parsing.
18076
18077 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18078
18079         * mailcap.el (mailcap-mime-data): Mark as risky.
18080
18081 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18084         may be included in the encoded word.
18085         (rfc2047-encode): Don't append a space if the encoded word
18086         includes close parenthesis.
18087
18088 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18089
18090         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18091         of text within parentheses.
18092
18093 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18094
18095         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18096         (gnus-encrypt-write-file-contents): Make the password key the file
18097         name PLUS the cipher, not just the cipher.  Also remove failed
18098         passwords from the cache.
18099
18100 2004-08-06  Simon Josefsson  <jas@extundo.com>
18101
18102         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18103         Doc fix.
18104
18105 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18106
18107         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18108         LWSP.
18109
18110 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18111
18112         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18113         Try to append in-reply-to: data to the references: header.
18114
18115         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18116         (netrc-parse): Use gnus-encrypt.el functions.
18117
18118         * gnus-encrypt.el: Add new file for encryption support; currently
18119         does only a few GPG ciphers and an internal XOR cipher.
18120
18121         * password.el: Add comments on using password-read-and-add.
18122         (password-read-and-add): Add function to read and add the
18123         password to the cache at once.
18124
18125 2004-07-28  Simon Josefsson  <jas@extundo.com>
18126
18127         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18128         parameter (but don't use it, for now).
18129
18130         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18131         instead of hard coding to nil.
18132
18133 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18134
18135         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18136         as mm-inline-image-xemacs does.
18137
18138 2004-07-26  Simon Josefsson  <jas@extundo.com>
18139
18140         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18141         Revert part of 2004-07-17 change below.
18142
18143 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18144
18145         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18146         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18147
18148 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18149
18150         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18151         quotes that actually start with ">" at the beginning of the
18152         lines.
18153
18154 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18155
18156         * rfc2047.el (rfc2047-encode-region): Fix last change.
18157         (rfc2047-encode-parameter): Remove useless concat.
18158
18159 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18160
18161         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18162         encode special characters; fix some kind of misconfigured headers;
18163         signal a real error if debug-on-quit or debug-on-error is non-nil.
18164         (rfc2047-encode-max-chars): New variable.
18165         (rfc2047-encode-1): Use it.
18166         (rfc2047-encode-parameter): New function.
18167
18168         * mml.el (mml-insert-parameter): Remove an excessive space.
18169
18170 2004-07-17  Simon Josefsson  <jas@extundo.com>
18171
18172         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18173         Kai Grossjohann <kai@emptydomain.de>.
18174         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18175         (gnus-group-make-menu-bar): Ditto.
18176
18177         * gnus-util.el (gnus-group-server): Add.
18178
18179 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18180
18181         * message.el (message-clone-locals): Clone sendmail and smtp
18182         variables.
18183
18184 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18185
18186         * rfc2047.el (rfc2047-encode-region): Fix last change.
18187
18188 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18189
18190         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18191         characters as non-special.
18192
18193 2004-07-09  Simon Josefsson  <jas@extundo.com>
18194
18195         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18196         Users will lose all flag changes made while unplugged with
18197         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18198         good default.  See numerous reports on ding mailing list.
18199
18200 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18203         add generate-head-function and generate-article-function to the
18204         rfc822-forward entry.
18205         (nndoc-rfc822-forward-generate-article): New function.
18206         (nndoc-rfc822-forward-generate-head): New function.
18207
18208         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18209
18210 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18211
18212         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18213         respect display group parameter and gnus-summary-expunge-below.
18214         (gnus-articles-to-read): Remove unused reference to display group
18215         parameter.
18216
18217 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18218
18219         * nnheader.el (nnheader-uniquify-message-id): New experimental
18220         variable.
18221         (nnheader-nov-read-message-id): Use it.
18222
18223         * spam-report.el (spam-report-gmane): Add interactive.
18224
18225 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * mm-encode.el (mm-content-transfer-encoding-defaults):
18228         Use qp-or-base64 for the application/* types.
18229
18230 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18231
18232         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18233
18234 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18235
18236         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18237         trim value.
18238
18239 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18240
18241         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18242         New macro and function.
18243         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18244
18245 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18246
18247         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18248         after-load-alist.
18249
18250 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18251
18252         * gnus-group.el (gnus-group-get-new-news-this-group):
18253         Don't update info that isn't there.
18254
18255 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18256
18257         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18258         entry.
18259
18260 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18261
18262         * mm-view.el (mm-inline-render-with-function): Use multibyte
18263         buffer; decode html source by charset.
18264
18265         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18266
18267         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18268         Mule-UCS is loaded under XEmacs.
18269         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18270
18271 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18272
18273         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18274
18275 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18276
18277         * mm-util.el (mm-coding-system-p): Return a coding-system.
18278         (mm-mime-mule-charset-alist): Use shift_jis instead of
18279         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18280         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18281         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18282         instead of japanese-shift-jis and iso-latin-1 respectively in
18283         order to share the default value with both Emacs and XEmacs-mule.
18284         (mm-mule-charset-to-mime-charset):
18285         Make mm-coding-system-priorities effective.
18286         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18287         while predicating of candidates upon the priorities.
18288
18289 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18290
18291         * gnus-sum.el (gnus-summary-make-menu-bar):
18292         Add gnus-uu-invert-processable.
18293
18294         * gnus.el: Autoload gnus-uu-invert-processable.
18295
18296 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18297
18298         * mm-util.el (mm-with-multibyte-buffer): New macro.
18299
18300         * rfc2047.el (rfc2047-encode-string): Use it.
18301         (rfc2047-encode-region): Move point to the end of the region after
18302         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18303
18304 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18305
18306         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18307         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18308
18309 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18312         (gnus-cite-parse): Ignore quoted envelope From_.
18313         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18314
18315 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18316
18317         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18318         invalid addresses.
18319
18320 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18321
18322         * spam.el: Change section markers, revise TODO list.
18323         (spam-backends): Make new master list of all installed backends.
18324         (spam-summary-exit-behavior): Add new variable to determine how
18325         messages moves are done at summary exit.
18326         (spam-move-spam-nonspam-groups-only)
18327         (spam-process-ham-in-nonham-groups)
18328         (spam-process-ham-in-spam-groups): Remove variables, the
18329         spam-summary-exit-behavior variable should be used to manage this
18330         behavior.
18331         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18332         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18333         and spam-old-spam-articles.
18334         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18335         Add empty variables, placeholders for the backends they represent.
18336         (spam-set-difference): Move, unchanged.
18337         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18338         unless the user has a processor variable.
18339         (spam-classifications, spam-classification-valid-p)
18340         (spam-backend-properties, spam-backend-property-valid-p)
18341         (spam-backend-function-type-valid-p)
18342         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18343         (spam-report-articles-gmane, spam-report-articles-resend):
18344         Remove functions, they are not needed.
18345         (spam-install-backend-super, spam-backend-list)
18346         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18347         (spam-backend-function, spam-backend-ham-registration-function)
18348         (spam-backend-spam-registration-function)
18349         (spam-backend-ham-unregistration-function)
18350         (spam-backend-spam-unregistration-function)
18351         (spam-backend-statistical-p, spam-backend-mover-p)
18352         (spam-install-backend-alias, spam-install-checkonly-backend)
18353         (spam-install-mover-backend, spam-install-nocheck-backend)
18354         (spam-install-backend, spam-install-statistical-backend)
18355         (spam-install-statistical-checkonly-backend): Add backend installation
18356         support.
18357         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18358         (spam-group-processor-p): Use the new backend code and respect the
18359         summary exit behavior.
18360         (spam-mark-spam-as-expired-and-move-routine): Remove.
18361         (spam-summary-prepare): Change to use the new spam-old-articles
18362         variable.
18363         (spam-copy-or-move-routine, spam-copy-spam-routine)
18364         (spam-move-spam-routine, spam-copy-ham-routine)
18365         (spam-move-ham-routine): Add code to copy/move ham or spam.
18366         (spam-fetch-field-fast): Improve doc and code, plus allow the
18367         'number request.
18368         (spam-list-of-checks, spam-list-of-statistical-checks):
18369         Remove variables.
18370         (spam-split, spam-find-spam): Use the new backend code.
18371         (spam-registration-functions): Remove variable.
18372         (spam-unregister-routine): Add convenience wrapper.
18373         (spam-log-undo-registration, spam-register-routine)
18374         (spam-log-processing-to-registry)
18375         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18376         where possible.
18377         (spam-check-gmane-xref, spam-check-regex-headers)
18378         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18379         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18380         (spam-check-bogofilter-headers, spam-check-spamoracle)
18381         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18382         (spam-check-crm114-headers): Use the spam-split-group that
18383         spam-split prepares, no need to determine it every time.
18384
18385         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18386         to the nnheader-parse-naked-head call.
18387
18388         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18389
18390         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18391         the nnheader-nov-read-message-id call.
18392
18393 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18394
18395         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18396         gnus-activate-group twice.  Suggested by Markus Peter
18397         <warp@spin.de>.
18398
18399 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * gnus-art.el (gnus-article-time-format): Exchange the order of
18402         day and month in the default value; fix customization type.
18403         (article-date-ut): Use add-text-properties.
18404         (article-make-date-line): Use message-make-date instead of
18405         current-time-string.
18406
18407         * message.el (message-fetch-field): Don't use set-text-properties.
18408         (message-make-date): Simplify.
18409
18410         * messagexmas.el (message-xmas-make-date): New function.
18411         (message-xmas-redefine): Defalias message-make-date to it.
18412
18413 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18416         (rfc2047-encode-region): Treat text within parentheses as special;
18417         show the original text when error has occurred.
18418
18419         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18420         already-computed method to gnus-activate-group.
18421
18422         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18423         same select-methods identical Lisp objects.
18424
18425         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18426         object when modifying the info.
18427
18428 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18429
18430         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18431         gnus-opened-servers since it has never been opened with the new
18432         configuration yet.
18433
18434 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18435
18436         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18437         arg to nnheader-generate-fake-message-id.
18438
18439 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18440
18441         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18442         number and build a fake message ID localized to a group and
18443         article number (so it's repeatable from that point on).
18444         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18445         ID format.
18446
18447         * gnus-sum.el (gnus-get-newsgroup-headers):
18448         Call nnheader-generate-fake-message-id with the article number.
18449
18450 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18451
18452         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18453         end-of-buffer.
18454
18455 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18456
18457         * message.el (message-ignored-supersedes-headers): Add Approved.
18458
18459 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18462         goto-char.
18463         (rfc2047-encode): Fold the line before encoding.
18464
18465 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18466
18467         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18468         folding -- not all headers can be folded, and this should be done
18469         by the message composition mode.  Probably.  I think.
18470
18471 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18472
18473         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18474         fast.
18475
18476         * gnus-ems.el (gnus-remove-image): Don't use
18477         message-text-with-property; remove only the image found first.
18478
18479         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18480         found first.
18481
18482 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18483
18484         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18485
18486 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * message.el (message-text-with-property): Make it fast and accept
18489         optional arguments.
18490         (message-strip-forbidden-properties): Use it.
18491         (message-fix-before-sending): Follow the m-t-w-p change.
18492
18493         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18494
18495 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18496
18497         * gnus-art.el (article-hide-headers): Don't change the buffer
18498         mistakenly when performing mml-preview even if
18499         gnus-single-article-buffer is nil.
18500
18501 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18502
18503         * message.el (message-expand-name-databases): New user option.
18504         (message-expand-name): Use it.
18505
18506 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18507
18508         * spam.el (spam-report-articles-resend)
18509         (spam-report-resend-register-routine): Allow ham reporting.
18510         (spam-report-resend-register-ham-routine): Add wrapper.
18511         (spam-registration-functions): Add ham resending functions.
18512         (spam-list-of-processors): Add ham resend processor.
18513
18514         * gnus.el (ham-resend-to): Add new group parameter.
18515         (spam-process): Add ham resend option.
18516
18517         * spam-report.el (spam-report-resend): Allow reporting ham.
18518         (spam-report-resend-ham): Add wrapper.
18519
18520 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18521
18522         * message.el (message-cite-articles-with-x-no-archive):
18523         New variable.
18524         (message-cite-original): Use it.
18525
18526 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18527
18528         * message.el (message-cite-original): Respect X-No-Archive.
18529
18530 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18531
18532         * gnus-art.el (article-hide-headers): Refer to the values for
18533         gnus-ignored-headers and gnus-visible-headers in the summary
18534         buffer since a user may have set them as group parameters.
18535
18536 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18537
18538         * assistant.el (assistant-node-name): Add convenience function.
18539         (assistant-render-text, assistant-render-node): Add error handling,
18540         plus handle multiple next nodes.
18541         (assistant-find-next-node): Comment out for now.
18542         (assistant-find-next-nodes): Add function, returns list of next
18543         nodes.
18544
18545 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18546
18547         * mail-source.el (mail-source-directory): Fix doc-string.
18548
18549 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18550
18551         * assistant.el (assistant-render-text, assistant-eval): Add :set
18552         widget type, which is different because it takes and returns a
18553         list.  Much hilarity ensues.
18554
18555 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18556
18557         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18558
18559         * gnus-group.el (gnus-group-get-new-news-this-group):
18560         Add doc-string.
18561
18562         * gnus-start.el (gnus-activate-group): Add doc-string.
18563
18564 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18565
18566         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18567
18568 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18569
18570         * assistant.el (assistant-render-text): Try to add a :set
18571         widget, more to come.
18572
18573         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18574         strings.
18575         (spam-report-articles-resend)
18576         (spam-register-routine): Do registration iff any articles warrant
18577         it.
18578         (spam-summary-prepare-exit): Change log message for nil group
18579         destinations.
18580
18581 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18582
18583         * spam.el (spam-report-resend-register-routine):
18584         Allow spam-report-resend-to to be a group parameter or a global value.
18585
18586 2004-05-26  Simon Josefsson  <jas@extundo.com>
18587
18588         * starttls.el: Merge with my GNUTLS based starttls.el.
18589         (starttls-gnutls-program, starttls-use-gnutls)
18590         (starttls-extra-arguments, starttls-process-connection-type)
18591         (starttls-connect, starttls-failure, starttls-success):
18592         New variables.
18593         (starttls-program, starttls-extra-args): Doc fix.
18594         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18595         New functions.
18596         (starttls-negotiate, starttls-open-stream):
18597         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18598         function if it is set.
18599
18600 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18601
18602         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18603         structured fields.
18604
18605 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18606
18607         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18608
18609 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18610
18611         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18612         Add variable.
18613         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18614         assigning the spam-mark to new messages.
18615
18616 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18617
18618         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18619
18620 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18621
18622         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18623
18624         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18625         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18626         default.
18627
18628 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18629
18630         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18631         correct data.
18632
18633 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18634
18635         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18636         (spam-group-processor-p): Fix function.
18637         (spam-group-processor-multiple-p)
18638         (spam-group-spam-processor-report-gmane-p)
18639         (spam-group-spam-processor-report-resend-p)
18640         (spam-group-spam-processor-bogofilter-p)
18641         (spam-group-spam-processor-blacklist-p)
18642         (spam-group-spam-processor-ifile-p)
18643         (spam-group-ham-processor-ifile-p)
18644         (spam-group-spam-processor-spamoracle-p)
18645         (spam-group-spam-processor-crm114-p)
18646         (spam-group-ham-processor-bogofilter-p)
18647         (spam-group-spam-processor-stat-p)
18648         (spam-group-ham-processor-stat-p)
18649         (spam-group-ham-processor-whitelist-p)
18650         (spam-group-ham-processor-BBDB-p)
18651         (spam-group-ham-processor-spamoracle-p)
18652         (spam-group-ham-processor-copy-p): Remove functions with some
18653         prejudice against unneeded code.
18654         (spam-report-articles-resend)
18655         (spam-report-resend-register-routine): Allow the group/topic
18656         spam-resend-to value to override spam-report-resend-to.
18657         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18658         properly now.
18659
18660         * gnus.el (spam-resend-to): Add group/topic parameter.
18661         (spam-process): Move the OBSOLETE processors to the end of the
18662         choices.
18663
18664 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18665
18666         * spam-report.el (spam-report-resend-to, spam-report-resend):
18667         Start with resend-to set to nil, and then ask the user if necessary.
18668         (spam-report-resend): spam-report-resend takes a list of articles, not
18669         separate article numbers.
18670
18671 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18672
18673         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18674         addition to emacs-w3m.
18675
18676 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18677
18678         * assistant.el (assistant-authinfo-data): New function.
18679         (assistant-eval): Eval for entire assistant.
18680
18681         * netrc.el (netrc-services-file): New variable.
18682         (netrc-parse-services): New function.
18683         (netrc-find-service-name): New function.
18684         (netrc-find-service-number): New function.
18685         (netrc-port-equal): New function.
18686         (netrc-machine): Use it.
18687
18688         * nnimap.el (nnimap-open-connection): Use netrc.
18689
18690         * gnus-util.el (gnus-netrc-get): Remove aliases.
18691
18692         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18693
18694         * assistant.el (wid-edit): Fix compilation.
18695
18696         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18697
18698 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18699
18700         * gnus-util.el (gnus-set-file-modes): New function.  (small
18701         patch).
18702
18703 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18704
18705         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18706
18707         * assistant.el (assistant-render-node): Fix up rendering and
18708         read-only text.
18709         (assistant-render-node): Reset.
18710         (assistant-make-read-only): Not sticky.
18711
18712 2004-05-20  Danny Siu  <dsiu@adobe.com>
18713
18714         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18715         centered even when gnus-auto-center-summary is t.
18716
18717 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18718
18719         * dns.el (dns-get-txt-answer): New function.
18720         (dns-read-txt): Ditto.
18721         (query-dns): Use it.
18722
18723 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18724
18725         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18726         active for foreign groups even if the group level is higher than
18727         the specified value.
18728
18729 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18730
18731         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18732         non-active groups.
18733
18734         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18735
18736 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18737
18738         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18739
18740 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18741
18742         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18743         (spam-crm114-header, spam-crm114-spam-switch)
18744         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18745         (spam-crm114-positive-spam-header)
18746         (spam-crm114-database-directory, spam-list-of-processors)
18747         (spam-group-spam-processor-crm114-p)
18748         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18749         (spam-generic-score, spam-list-of-checks)
18750         (spam-list-of-statistical-checks, spam-registration-functions)
18751         (spam-check-crm114-headers, spam-crm114-score)
18752         (spam-check-crm114, spam-crm114-register-with-crm114)
18753         (spam-crm114-register-spam-routine)
18754         (spam-crm114-unregister-spam-routine)
18755         (spam-crm114-register-ham-routine)
18756         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18757         From asjo@koldfront.dk (Adam Sjøgren).
18758
18759         * gnus.el: Add spam-use-crm114.
18760
18761         * spam.el (spam-list-of-processors, spam-registration-functions):
18762         Add spam-use-resend.
18763         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18764         (spam-report-articles-gmane): Add doc fix.
18765         (spam-report-articles-resend, spam-report-resend-register-routine):
18766         Add wrappers around spam-report-resend-to.
18767
18768         * spam-report.el (spam-report-resend-to, spam-report-resend):
18769         Add support for resending spam.
18770         (spam-report-gmane): Fix line length >80.
18771
18772         * gnus.el (spam-process): Add spam-use-resend.
18773
18774 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18775
18776         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18777         number of processed spam messages.
18778         (spam-ham-copy-or-move-routine): Return the number of processed
18779         ham messages.
18780         (spam-summary-prepare-exit): Use the above values to decide
18781         whether status messages shouled be displayed.
18782
18783 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18784
18785         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18786         `rfc2047-encoding-function-alist' in order to avoid conflicting
18787         with the old version.
18788         (rfc2047-encode-region): Concatenate words containing non-ASCII
18789         characters in structured fields; don't encode space-delimited
18790         ASCII words even in unstructured fields; don't break words at
18791         char-category boundaries.
18792         (rfc2047-encode-1): New function.
18793         (rfc2047-encode): Use it; encode text so that it occupies the
18794         maximum width within 76-column; work correctly on Q encoding for
18795         iso-2022-* charsets.
18796         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18797         sure not to break a line just after the header name.
18798         (rfc2047-b-encode-region): Remove.
18799         (rfc2047-b-encode-string): New function.
18800         (rfc2047-q-encode-region): Remove.
18801         (rfc2047-q-encode-string): New function.
18802
18803         * mm-util.el (mm-replace-in-string): New function.
18804
18805 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18806
18807         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18808         Really get it right.
18809         (gnus-inews-make-draft): Really.
18810
18811 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18812
18813         * nnmh.el (nnmh-request-list-1): Don't check the link count
18814         before descending.  (small patch)
18815
18816 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18817
18818         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18819         stuff.
18820
18821         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18822         Match on real group name.
18823
18824         * gnus-art.el (gnus-signature-limit): Doc fix.
18825
18826         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18827
18828         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18829
18830 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18831
18832         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18833         isn't a string.
18834
18835 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18836
18837         * gnus-draft.el (gnus-draft-send):
18838         Bind rfc2047-encode-encoded-words.
18839
18840         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18841         (rfc2047-encodable-p): Say that =? needs encoding.
18842         (rfc2047-encode-encoded-words): New variable.
18843
18844         * gnus-group.el (gnus-group-select-group): Doc fix.
18845
18846         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18847
18848         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18849         to nil.
18850
18851         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18852
18853         * nnheader.el (nnheader-get-lines-and-char): New function.
18854
18855 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18856
18857         * gnus-msg.el (gnus-summary-followup-with-original):
18858         Document yanking of region when active.
18859
18860 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18861
18862         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18863         groups if the group level is higher than the specified value.
18864
18865 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18866
18867         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18868         (gnus-group-jump-to-group): Add prefix argument using
18869         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18870         non-active group.
18871
18872         * compface.el (uncompface): Be verbose when changing
18873         `uncompface-use-external'.
18874
18875         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18876         handle manual section.
18877
18878 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18879
18880         * gnus-art.el (gnus-button-alist): Revert previous change.
18881
18882 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18883
18884         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18885
18886 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18887
18888         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18889         whether backend can accept message.
18890
18891         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18892
18893 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18894
18895         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18896         Avoid creating directory when nntp-marks-is-evil is true.
18897         Reported by Reiner Steib.
18898
18899 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18900
18901         * gnus-picon.el (gnus-picon-style): New variable.
18902         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18903         (gnus-picon-transform-address): Support `gnus-picon-style'.
18904         From Jesper Harder <harder@ifa.au.dk>.
18905
18906 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18907
18908         * message.el (message-fill-field): Return point.
18909         (message-generate-headers): Go to end of field.
18910
18911         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18912         stuff for non-living groups.
18913
18914 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18915
18916         * gnus-art.el (gnus-article-followup-with-original)
18917         (gnus-article-reply-with-original): gnus-mark-active-p ->
18918         gnus-region-active-p.
18919
18920 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18921
18922         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18923         only when there is spam or ham to be processed.
18924
18925 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18926
18927         * mail-source.el (mail-source-delete-crash-box): Refactor.
18928         (mail-source-fetch): Use it.
18929         (mail-source-fetch-file): Ditto.
18930         (mail-source-fetch-directory): Run postscript in loop.
18931         (mail-source-fetch-pop): Delete.
18932         (mail-source-fetch-maildir): Ditto.
18933         (mail-source-fetch-imap): Ditto.
18934
18935         * imap.el (imap-authenticators): Comment out sasl.
18936
18937         * message.el (message-skip-to-next-address): New function.
18938         (message-fill-header-address): Refactor.
18939         (message-fill-address): Use it.
18940         (message-delete-address): Use it.
18941         (message-fill-header-general): Refactor.
18942         (message-fill-field-address): Rename.
18943         (message-narrow-to-field): Find the start of the header.
18944         (message-header-format-alist): Don't pre-fill.
18945         (message-fill-header): Remove.
18946         (message-insert-header): New function.
18947         (message-shorten-references): Use it.
18948
18949         * rfc2047.el (rfc2047-field-value): Strip props.
18950
18951         * mail-parse.el (mail-header-make-address): New alias.
18952
18953         * ietf-drums.el (ietf-drums-make-address): New function.
18954
18955         * imap.el: Add compiler directives.
18956
18957         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18958
18959         * gnus-art.el (article-decode-idna-rhs): Don't use
18960         message-idna-inside-rhs-p.
18961
18962 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18963
18964         * message.el (message-idna-inside-rhs-p): Remove.
18965         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18966
18967         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18968         false positives.
18969
18970 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18971
18972         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18973
18974 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18975
18976         * nneething.el (nneething-file-name): Don't create spurious
18977         files.
18978
18979         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18980         (gnus-inews-do-gcc): Remove sleep.
18981
18982         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18983         part under point.
18984
18985         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18986         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18987
18988 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18989
18990         * spam.el (spam-summary-prepare-exit): Fix (length).
18991
18992 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18993
18994         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18995         as expired without moving it" message when there are spam
18996         messages left.
18997
18998 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18999
19000         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19001         header is not nil.
19002
19003 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19004
19005         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19006         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19007         (nntp-marks-changed-p): New arg SERVER.
19008         (nntp-request-update-info): Adjust caller.
19009
19010 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19011
19012         * nntp.el (nntp-save-marks): Pass missing arg.
19013
19014 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19015
19016         * nntp.el: Support marks.
19017         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19018         (nntp-marks-modtime, nntp-marks-directory): New variables.
19019         (nntp-request-set-mark, nntp-request-update-info)
19020         (nntp-possibly-create-directory, nntp-marks-changed-p)
19021         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19022         New functions.
19023
19024 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19025
19026         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19027         (gnus-xmas-redefine): Rename.
19028
19029         * gnus-score.el (gnus-score-insert-help):
19030         Use gnus-select-lowest-window.
19031
19032         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19033         appt-select-lowest-window and rename to gnus-select-lowest-window.
19034
19035         * gnus.el: do.
19036
19037 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19038
19039         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19040         encodings of MIME-encoded words, in order to improve
19041         interoperability with several broken MUAs.
19042
19043 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19044
19045         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19046         tags, only when charsets are not specified in headers.
19047         (mm-inline-text-html-render-with-w3m): Ditto.
19048
19049         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19050         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19051
19052 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19053
19054         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19055         instead of MIME-decoded from fields when checking
19056         `gnus-article-address-banner-alist'.
19057
19058 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19059
19060         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19061         description rather than subject.
19062
19063 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19064
19065         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19066
19067 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19068
19069         * gnus.el (gnus-version-number): Bump.
19070
19071 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19072
19073         * gnus.el: No Gnus v0.2 is released.
19074
19075 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19076
19077         * gnus-agent.el (gnus-agent-read-agentview):
19078         Inline gnus-uncompress-range.
19079
19080 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19081
19082         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19083         `exec-installed-p'.
19084
19085 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19086
19087         * gnus.el (spam-process, spam-autodetect-methods):
19088         Add bsfilter and bsfilter-headers.
19089
19090         * spam.el (spam-bsfilter): New customize group.
19091         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19092         (spam-bsfilter-header, spam-bsfilter-probability-header)
19093         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19094         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19095         (spam-bsfilter-database-directory): New options.
19096         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19097         (spam-list-of-statistical-checks, spam-registration-functions):
19098         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19099         (spam-bsfilter-score): New command.
19100         (spam-check-bsfilter-headers, spam-check-bsfilter)
19101         (spam-bsfilter-register-with-bsfilter)
19102         (spam-bsfilter-register-spam-routine)
19103         (spam-bsfilter-unregister-spam-routine)
19104         (spam-bsfilter-register-ham-routine)
19105         (spam-bsfilter-unregister-ham-routine): New functions.
19106         (spam-generic-score): Support bsfilter; Accept an optional argument
19107         to recalcurate spam score even if scoring header has already been
19108         added.
19109         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19110         optional argument to recalcurate spam score even if scoring header
19111         has already been added.
19112
19113 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19114
19115         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19116         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19117         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19118         link is missing.
19119
19120 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19121
19122         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19123         (html2text-get-attr): Rewrite.
19124
19125         * message.el (message-setup-1): Remove redundant put-text-property
19126         on mail-header-separator.
19127
19128 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19129
19130         * gnus-registry.el (gnus-registry-cache-whitespace)
19131         (gnus-registry-action, gnus-registry-spool-action)
19132         (gnus-registry-split-fancy-with-parent): Change message levels
19133         from 5 to 3 or 7, as needed.
19134
19135         * spam.el (spam-summary-prepare-exit)
19136         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19137         (spam-split, spam-find-spam, spam-log-undo-registration)
19138         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19139         level from 5 to 6.
19140
19141 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19142
19143         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19144         2004-03-04 change).
19145
19146 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19147
19148         * sieve-manage.el (sieve-manage-open):
19149         * nnweb.el (nnweb-insert-html):
19150         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19151         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19152         * nnspool.el (nnspool-request-group):
19153         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19154         * nnml.el (nnml-request-update-info):
19155         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19156         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19157         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19158         (nnimap-request-set-mark):
19159         * nnfolder.el (nnfolder-request-update-info):
19160         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19161         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19162         * gnus-uu.el (gnus-uu-find-articles-matching):
19163         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19164         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19165         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19166         * gnus-nocem.el (gnus-nocem-scan-groups):
19167         * gnus-int.el (gnus-start-news-server):
19168         * gnus-group.el (gnus-group-make-kiboze-group)
19169         (gnus-group-browse-foreign-server):
19170         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19171         Use mapc when appropriate.
19172
19173 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19174
19175         FIXME: Make separate entries for each person.
19176
19177         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19178         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19179         <shields@msrl.com>:
19180
19181         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19182         may need for spam sorting and scoring.
19183         (spam-user-format-function-S): Add user format function suitable for
19184         general use.
19185         (spam-article-sort-by-spam-status): Add sorting function for summary
19186         sorting.
19187         (spam-extra-header-to-number): Add function to get a score from a
19188         header.
19189         (spam-summary-score): Add function to get a numeric score from the
19190         headers.
19191         (spam-generic-score): Fix function doc, was in wrong place.
19192         (spam-initialize): Take symbols when it's run, and install the
19193         extra headers that spam-necessary-extra-headers thinks we need.
19194
19195 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19196
19197         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19198         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19199
19200 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19201
19202         * gnus-sum.el (gnus-set-global-variables)
19203         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19204         (gnus-article-get-xrefs, gnus-summary-best-group)
19205         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19206         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19207         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19208         Use with-current-buffer.
19209
19210 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19211
19212         * spam.el (spam-summary-prepare-exit): Simplify logic.
19213         (spam-fetch-article-header): Read the article header if it's not
19214         available.
19215         (spam-list-articles): Simplify logic.
19216         (spam-filelist-register-routine): Fix bug with unregister-list.
19217
19218         * gnus-registry.el: Fix comments at beginning.
19219
19220 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19221
19222         * message.el (message-cater-to-broken-inn): Remove.
19223         (message-shorten-references): Make sure the total folded length of
19224         References is shorter than 998 characters to cater to a bug in INN
19225         2.3.  Also, don't pretend that references aren't folded -- this
19226         hasn't worked for a while.
19227
19228 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19229
19230         * gnus-agent.el (gnus-agentize):
19231         gnus-agent-send-mail-real-function no longer set to current value
19232         of message-send-mail-function but rather a lambda that calls
19233         message-send-mail-function.  The change makes the agent real-time
19234         responsive to user changes to message-send-mail-function.
19235
19236 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19237
19238         * legacy-gnus-agent.el
19239         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19240         help from Florian Weimer <fw@deneb.enyo.de>
19241
19242 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19243
19244         * nnmail.el (nnmail-cache-insert): Revert last change.
19245
19246 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19247
19248         * nnmail.el (nnmail-cache-insert): Always check whether
19249         nnmail-cache-ignore-groups matches a group name.
19250
19251 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19252
19253         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19254         (spam-find-spam, spam-log-processing-to-registry)
19255         (spam-log-registered-p, spam-log-unregistration-needed-p)
19256         (spam-log-undo-registration): Use gnus-message instead of
19257         gnus-error, none of these errors are fatal.
19258
19259         * gnus-registry.el (gnus-registry-clean-empty-function)
19260         (gnus-registry-clean-empty): Remove only empty entries without
19261         extra data.
19262
19263 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19264
19265         * spam-stat.el (spam-stat-buffer-change-to-spam)
19266         (spam-stat-buffer-change-to-non-spam): Change (error) to
19267         (gnus-message 8) invocation.
19268
19269 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19270
19271         * nntp.el (nntp-via-netcat-command): New variable.
19272         (nntp-via-netcat-switches): New variable.
19273         (nntp-open-via-rlogin-and-netcat): New function.
19274         (nntp-open-connection-function): Doc fix.
19275         (nntp-telnet-command): Doc fix.
19276         (nntp-end-of-line): Doc fix.
19277         (nntp-via-rlogin-command): Doc fix.
19278         (nntp-via-user-name): Doc fix.
19279         (nntp-via-address): Doc fix.
19280
19281 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19282
19283         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19284         error in Emacs 21.1.
19285
19286 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19287
19288         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19289
19290 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19291
19292         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19293         (gnus-agent-with-refreshed-group): New macro.
19294         (gnus-agent-rename-group): New function.
19295         (gnus-agent-delete-group): New function.
19296         (gnus-agent-save-group-info): Use gnus-command-method when
19297         `method' parameter is nil.  Don't write nil entries into the
19298         active file.
19299         (gnus-agent-get-group-info): New function.
19300         (gnus-agent-fetch-articles):
19301         Use gnus-agent-update-files-total-fetched-for to increment disk space
19302         used.
19303         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19304         Use gnus-agent-update-view-total-fetched-for to increment disk space
19305         used.
19306         (gnus-agent-get-local): Add optional parameters to avoid calling
19307         gnus-group-real-name and gnus-find-method-for-group.
19308         (gnus-agent-set-local): Delete stored entry if either min, or max,
19309         are nil.
19310         (gnus-agent-fetch-session): Reworded error/quit messages.
19311         On quit, use gnus-agent-regenerate-group to record existance of any
19312         articles fetched to disk before the quit occurred.
19313         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19314         gnus-agent-update-view-total-fetched-for, and
19315         gnus-agent-update-files-total-fetched-for to decrement disk space
19316         used.
19317         (gnus-agent-retrieve-headers):
19318         Use gnus-agent-update-view-total-fetched-for to increment disk space
19319         used.
19320         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19321         with gnus-agent-update-files-total-fetched-for to decrement disk
19322         space and fresh group buffer.
19323         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19324         (gnus-agent-need-update-total-fetched-for): New variable.
19325         (gnus-agent-update-files-total-fetched-for): New function.
19326         (gnus-agent-update-view-total-fetched-for): New function.
19327         (gnus-agent-total-fetched-for): New function.
19328
19329         * gnus-cache.el (gnus-cache-save-buffers):
19330         Use gnus-cache-update-overview-total-fetched-for to change disk space
19331         used by this group.
19332         (gnus-cache-possibly-enter-article):
19333         Use gnus-cache-update-file-total-fetched-for to increment disk space
19334         used by this group.
19335         (gnus-cache-possibly-remove-article):
19336         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19337         used by this group.
19338         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19339         (gnus-cache-rename-group): New function.
19340         (gnus-cache-delete-group): New function.
19341         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19342         (gnus-cache-need-update-total-fetched-for): New variable.
19343         (gnus-cache-with-refreshed-group): New macro.
19344         (gnus-cache-update-file-total-fetched-for): New function.
19345         (gnus-cache-update-overview-total-fetched-for): New function.
19346         (gnus-cache-rename-group-total-fetched-for): New function.
19347         (gnus-cache-delete-group-total-fetched-for): New function.
19348         (gnus-cache-total-fetched-for): New function.
19349
19350         * gnus-group.el: Require gnus-sum and autoload functions to
19351         resolve warnings when gnus-group.el compiled alone.
19352         (gnus-group-line-format): Documented new %F.
19353         (size of Fetched data) group line format; identifies disk space
19354         used by agent and cache.
19355         (gnus-group-line-format-alist): Defined new F format.
19356         (gnus-total-fetched-for): New function.
19357         (gnus-group-delete-group): No longer update
19358         gnus-cache-active-altered as gnus-request-delete-group now keeps
19359         the cache in sync.
19360         (gnus-group-list-active): Let the agent store a server's active
19361         list if currently plugged.
19362
19363         * gnus-int.el (gnus-request-delete-group):
19364         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19365         local disk in sync with the server.
19366         (gnus-request-rename-group):
19367         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19368         local disk in sync with the server.
19369
19370         * gnus-start.el (gnus-get-unread-articles):
19371         Cosmetic simplification to logic.
19372
19373         * gnus-util.el (gnus-rename-file): New function.
19374
19375 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19376
19377         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19378
19379 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19380
19381         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19382         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19383
19384 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19385
19386         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19387         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19388
19389 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19390
19391         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19392
19393 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19394
19395         * spam.el (spam-set-difference): Add function to replace
19396         gnus-set-difference in spam.el.
19397         (spam-summary-prepare-exit): Use spam-set-difference.
19398
19399 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19400
19401         * gnus-registry.el (gnus-registry-cache-file): Update to use
19402         gnus-dribble-directory OR gnus-home-directory OR ~.
19403         (gnus-registry-split-fancy-with-parent): Fix doc.
19404
19405 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19406
19407         * message.el (message-exchange-point-and-mark):
19408         Use message-mark-active-p.  Suggested by Jesper Harder
19409         <harder@ifa.au.dk>.
19410
19411 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19412
19413         * message.el (message-exchange-point-and-mark): Don't activate
19414         region if it was inactive.  Suggested by Hiroshi Fujishima
19415         <pooh@nature.tsukuba.ac.jp>.
19416
19417 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * gnus-art.el (article-display-face): Display Faces in the same
19420         order as X-Faces.
19421
19422 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19423
19424         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19425
19426 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19427
19428         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19429         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19430         (gnus-article-mime-hierarchy): Remove.
19431         (gnus-article-mime-hierarchy-next): Remove.
19432         (gnus-article-mode): Revert 2004-03-19 change.
19433         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19434         (gnus-insert-mime-button): Revert 2004-03-19 change.
19435         (gnus-mime-accumulate-hierarchy): Remove.
19436         (gnus-mime-enter-multipart): Remove.
19437         (gnus-mime-leave-multipart): Remove.
19438         (gnus-mime-display-part): Revert 2004-03-19 change.
19439         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19440
19441         * mml.el (mml-preview): Revert 2004-03-19 change.
19442
19443 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19444
19445         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19446
19447 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19448
19449         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19450         t while entering a file name using the mm-with-multibyte macro.
19451         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19452
19453         * mm-util.el (mm-with-multibyte): New macro.
19454
19455 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19456
19457         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19458         New user option.
19459         (gnus-mime-multipart-functions): Doc and customization fix.
19460         (gnus-article-mime-hierarchy): New variable.
19461         (gnus-article-mime-hierarchy-next): New variable.
19462         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19463         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19464         gnus-article-mime-hierarchy-next to nil.
19465         (gnus-insert-mime-button): Show hierarchy numbers.
19466         (gnus-mime-accumulate-hierarchy): New function.
19467         (gnus-mime-enter-multipart): New function.
19468         (gnus-mime-leave-multipart): New function.
19469         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19470         (gnus-mime-display-alternative): Show hierarchy numbers.
19471
19472         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19473         gnus-article-mime-hierarchy-next to nil.
19474
19475 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19476
19477         * dns.el: Don't require gnus-xmas.
19478
19479 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19480
19481         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19482         inline PGP.
19483         (mml-menu): Disable mml-quote-region if mark is inactive.
19484
19485 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19486
19487         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19488         when the group's active is not available.
19489
19490 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19491
19492         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19493         error.
19494
19495 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19496
19497         * imap.el (imap-store-password): New variable.
19498         (imap-interactive-login): Use it.
19499         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19500
19501 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19502
19503         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19504         window-start and hscroll to summary window.
19505
19506 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19507
19508         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19509         conversion message to newsrc-dribble when an actual conversion is
19510         performed.
19511
19512 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19513
19514         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19515
19516 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19517
19518         * mm-decode.el (mm-complicated-handles): New function reviving
19519         former definition of mm-multiple-handles.
19520
19521         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19522         (gnus-mime-delete-part): Use it.
19523
19524 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19525
19526         * gnus-agent.el (gnus-agent-read-local):
19527         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19528         avoid the implicit assumption that they will always be equal.
19529         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19530         coding-system-for-write, as the with-temp-file macro first prints
19531         to a buffer then saves the buffer.
19532
19533 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19534
19535         * gnus-art.el (gnus-article-edit-part): New function.
19536         (gnus-mime-save-part-and-strip): Use it; do query instead of
19537         signaling an error; don't use mm-multiple-handles.
19538         (gnus-mime-delete-part): Ditto.
19539
19540 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19541
19542         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19543         old file versions.
19544         (gnus-group-prepare-hook): Remove function that converted list
19545         form of gnus-agent-expire-days to group properties.
19546
19547         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19548         (gnus-request-accept-article): Re-indented.
19549
19550         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19551         converters to handle old agent file formats.  Add logic for a
19552         "backup before upgrading warning".
19553         (gnus-convert-mark-converter-prompt): Developers can mark
19554         functions as needing (default), or not needing,
19555         gnus-convert-old-newsrc's "backup before upgrading warning".
19556         (gnus-convert-converter-needs-prompt): Tests whether the user
19557         should be protected from potentially irreversable changes by the
19558         function.
19559
19560         * legacy-gnus-agent.el: New.  Provides converters that are only
19561         loaded when gnus-convert-old-newsrc needs to call them.
19562
19563 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19564
19565         * mail-source.el (mail-source-touch-pop): Doc fix.
19566
19567         * message.el (message-smtpmail-send-it): Doc fix.
19568
19569 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19570
19571         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19572
19573         * nnmail.el (nnmail-split-fancy): do.
19574
19575         * gnus-kill.el (gnus-kill, gnus-execute): do.
19576
19577 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19578
19579         * gnus-sum.el (gnus-widget-reversible-match)
19580         (gnus-widget-reversible-to-internal)
19581         (gnus-widget-reversible-to-external): New functions.
19582         (gnus-widget-reversible): New widget.
19583         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19584
19585 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19586
19587         * gnus-sum.el (gnus-thread-sort-functions)
19588         (gnus-article-sort-functions): Document `(not F)' items.
19589
19590 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19591
19592         * spam.el (spam-use-gmane-xref): Add new backend.
19593         (spam-gmane-xref-spam-group): Add variable to control the name of the
19594         Gmane spam group.
19595         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19596         (spam-regex-headers-spam, spam-regex-headers-ham)
19597         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19598         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19599         backends and checks.
19600         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19601
19602         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19603         an autodetect method.
19604
19605 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19606
19607         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19608         articles are being added to a group.
19609         (gnus-request-replace-article): Inform the agent that articles
19610         need to be uncached as the cached contents are no longer valid.
19611
19612 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19613
19614         * binhex.el: Don't autoload executable-find.
19615
19616         * canlock.el: Don't autoload mail-fetch-field.
19617
19618         * dgnushack.el: Autoload c-mode for XEmacs.
19619
19620         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19621
19622         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19623         rmail-dont-reply-to and rmail-output.
19624
19625         * gnus-score.el: Don't autoload ffap-string-at-point.
19626
19627         * gnus-setup.el: Don't autoload sc-cite-original.
19628
19629         * imap.el: Don't autoload base64-decode-string,
19630         base64-encode-string and md5.
19631
19632         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19633         and rmail-msg-restore-non-pruned-header.
19634
19635         * mm-decode.el: Don't autoload executable-find.
19636
19637         * mm-url.el: Don't autoload executable-find.
19638
19639         * mm-view.el: Don't autoload diff-mode.
19640
19641         * nndb.el: Don't autoload news-reply-mode, news-setup,
19642         cancel-timer and telnet.
19643
19644         * password.el: Don't autoload run-at-time for Emacs.
19645
19646         * sha1-el.el: Don't autoload executable-find.
19647
19648         * sieve-mode.el: Don't autoload c-mode.
19649
19650         * uudecode.el: Don't autoload executable-find.
19651
19652 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19653
19654         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19655         (gnus-agent-possibly-alter-active): Avoid null in numeric
19656         comparison.
19657         (gnus-agent-set-local): Refuse to save null in local object table.
19658         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19659         list of articles that will be marked as unread.
19660
19661 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19662
19663         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19664
19665 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19666
19667         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19668         language tags.
19669
19670 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19671
19672         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19673         Don't bind "obarray".
19674
19675         * gnus-sum.el (gnus-thread-sort-functions):
19676         Add `gnus-thread-sort-by-most-recent-number' and
19677         `gnus-thread-sort-by-most-recent-date'.
19678         Reported by Kai Grossjohann <kai@emptydomain.de>.
19679
19680 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19681
19682         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19683
19684 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19685
19686         * gnus-cus.el (gnus-agent-customize-category):
19687         Remove ignore-errors macro reference that required cl to be loaded at
19688         run-time.
19689
19690         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19691         single-interval range of the form (min . max).  Previously the
19692         range had to look like ((min . max)).  Likewise, return
19693         (min . max) rather than ((min . max)).
19694         (gnus-range-map): Use gnus-range-normalize to accept
19695         single-interval range.
19696
19697         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19698         the cache, but not the agent, now appear with their usual face.
19699
19700         * dgnushack.el (loaddir): New variable that is bound to the
19701         directory containing the dgnushack.el file. Use loaddir, rather
19702         than srcdir, to update load-path. Change lets dgnushack compile
19703         code in directories other than GNUS/lisp.
19704
19705 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19706
19707         * lpath.el: Don't bind w3m-safe-url-regexp.
19708
19709         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19710         w3m-safe-url-regexp variable buffer-local.
19711
19712         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19713
19714 2004-02-27  Simon Josefsson  <jas@extundo.com>
19715
19716         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19717         gnus-group-real-prefix.
19718         (gnus-summary-move-article): Use it, instead of
19719         gnus-group-real-prefix.
19720
19721 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19722
19723         * lpath.el: Bind w3m-safe-url-regexp.
19724
19725         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19726         w3m-safe-url-regexp variable buffer-local and set it as the value
19727         of mm-w3m-safe-url-regexp.
19728
19729         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19730
19731         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19732         parsing gnus-posting-styles when the message is not for replying.
19733
19734         * dgnushack.el: Autoload sgml-mode for XEmacs.
19735
19736         * nnrss.el (nnrss-opml-export):
19737         Use mm-set-buffer-file-coding-system instead of
19738         set-buffer-file-coding-system.
19739
19740 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19741
19742         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19743         of checkdoc.el).
19744         * nnrss.el: do.
19745         * gnus-mlspl.el: do.
19746         * gnus-ml.el: do.
19747         * gnus-srvr.el: do.
19748
19749         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19750
19751 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19752
19753         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19754         Corrections to custom-manual links.
19755
19756         * gnus-art.el (gnus-article): Ditto.
19757
19758         * mm-decode.el (mime-display, mime-security): Ditto.
19759
19760 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19761
19762         * flow-fill.el: Typo.
19763
19764 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19765
19766         * spam-wash.el: New file.
19767
19768 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19769
19770         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19771
19772 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19773
19774         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19775         to be run with new-articles as LIST1, not LIST2.
19776         (spam-registration-functions): Add spam-use-ham-copy as a nil
19777         registration backend.
19778
19779 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19780
19781         * spam-stat.el (spam-stat-washing-hook): New option.
19782         (spam-stat-buffer-words): Use it.
19783         (spam-stat-process-directory, spam-stat-test-directory):
19784         Use insert-file-contents-literally.
19785         (spam-stat-coding-system): New variable.
19786         (spam-stat-load, spam-stat-save): Use it.
19787
19788 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19789
19790         * spam-report.el (spam-report-plug-agent):
19791         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19792
19793 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19794
19795         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19796         Allow / in mailto URLs.
19797
19798 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19799
19800         * spam-report.el (spam-report-process-queue): Fix interactive use.
19801         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19802         (spam-report-unplug-agent): Doc fixes.
19803         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19804         (spam-report-agentize, spam-report-deagentize): Autoload.
19805
19806 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19807
19808         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19809
19810         * message.el (message-setup-fill-variables): Add mml tags to
19811         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19812         <ajk@iu.edu>.
19813         (message-mode): Don't modify paragraph-separate there.
19814
19815 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19816
19817         * compface.el (uncompface-use-external): Default to undecided.
19818         (uncompface-use-external-threshold): New variable.
19819         (uncompface-float-time): New macro.
19820         (uncompface): Determine whether to use the external decoder if
19821         uncompface-use-external is undecided.
19822
19823 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19824
19825         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19826         after images.
19827
19828         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19829
19830 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19831
19832         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19833
19834         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19835
19836         * gnus-sum.el (gnus-summary-limit-to-age)
19837         (gnus-summary-limit-children): do.
19838
19839         * gnus-int.el (gnus-request-scan): do.
19840
19841         * gnus-group.el (gnus-group-suspend): do.
19842
19843         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19844
19845         * gnus-cite.el (gnus-cite-parse-attributions): do.
19846
19847         * gnus-agent.el (gnus-summary-set-agent-mark)
19848         (gnus-agent-regenerate-group): do.
19849
19850         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19851
19852         * binhex.el (binhex-decode-region-internal): do.
19853
19854 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19855
19856         * gnus-fun.el (gnus-face-properties-alist): New user option.
19857         (gnus-display-x-face-in-from): Use it.
19858
19859         * gnus-art.el (article-display-face): Ditto.
19860
19861         * compface.el (uncompface-use-external): Default to nil.
19862
19863 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19864
19865         * nntp.el (nntp-erase-buffer): New function.
19866         (nntp-retrieve-data, nntp-send-command)
19867         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19868         (nntp-possibly-change-group): Use it.
19869
19870         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19871         Use with-current-buffer.
19872
19873 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19874
19875         * compface.el: Merge the ELisp-based uncompface program.
19876         (compface): New customization group.
19877         (uncompface-use-external): New user option.
19878         (uncompface): Call uncompface-internal if uncompface-use-external
19879         is nil.
19880         (uncompface-internal): New function.  Note that there are also
19881         some other functions and variables added for this function.
19882
19883 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19884
19885         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19886         if necessary.
19887
19888 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19889
19890         * spam-report.el (spam-report-unplug-agent)
19891         (spam-report-plug-agent, spam-report-deagentize)
19892         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19893         Add support for the Agent in spam-report: when unplugged, report to a
19894         file; when plugged, submit all the requests.
19895
19896         * spam.el (spam-register-routine): Fix message about
19897         registration.
19898
19899 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19900
19901         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19902         dependencies.
19903         (rfc2047-encode): Use it.
19904
19905         * gnus-art.el (gnus-button-marker-list): Move before first
19906         reference.
19907
19908         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19909         (imap-parse-body): Fix format string mismatch.
19910
19911         * gnus-score.el (gnus-summary-increase-score): do.
19912
19913         * nnrss.el (nnrss-close): New function.
19914
19915 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19916
19917         * nnrss.el (nnrss-make-filename): New function.
19918         (nnrss-request-delete-group, nnrss-read-server-data)
19919         (nnrss-save-server-data, nnrss-read-group-data)
19920         (nnrss-save-group-data): Use it.
19921         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19922         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19923         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19924
19925 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19926
19927         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19928
19929 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19930
19931         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19932         files.
19933
19934         * message.el (message-generate-headers-first): Don't quote nil
19935         and t in docstrings.
19936
19937         * imap.el (imap-id): do.
19938
19939         * gnus-agent.el (gnus-agent-consider-all-articles)
19940         (gnus-agent-queue-mail): do.
19941
19942 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19943
19944         * spam-report.el (spam-report-process-queue): New function.
19945         Process requests from `spam-report-requests-file'.
19946         (spam-report-process-queue): Doc fix.
19947
19948 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19949
19950         * spam.el (spam-register-routine)
19951         (spam-log-processing-to-registry, spam-log-registered-p)
19952         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19953         Change "check" to "spam-check" for semi-clarity.
19954
19955 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19956
19957         * pop3.el: Require nnheader.
19958
19959         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19960
19961         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19962
19963         * gnus-picon.el: Require cl.
19964
19965         * gnus-fun.el: Require gnus-ems and gnus-util.
19966
19967         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19968
19969         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19970
19971         * gnus-art.el (gnus-article-edit-mode): Define before first
19972         reference.
19973
19974 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19975
19976         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19977         (gnus-uu-post-encoded): Use point-at-bol.
19978
19979         * gnus-topic.el (gnus-group-active-topic-p): do.
19980
19981         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19982
19983         * gnus-group.el (gnus-group-kill-region): do.
19984
19985         * gnus-art.el (article-date-ut): do.
19986
19987         * message.el (message-fetch-field): Remove redundant
19988         case-fold-search binding.
19989         (message-narrow-to-field): Simplify.
19990
19991 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19992
19993         * spam.el (spam-directory): Derive from `gnus-directory'.
19994
19995         * spam-report.el (spam-report-url-to-file)
19996         (spam-report-requests-file): New function and variable for offline
19997         reporting.
19998         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19999         and user defined function.
20000         (spam-report-url-ping-mm-url): Remove doubled slash.
20001
20002 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20003
20004         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20005
20006 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20007
20008         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20009         Fix format string mismatch.
20010
20011         * sieve.el (sieve-deactivate-all): do.
20012
20013         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20014
20015         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20016
20017         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20018
20019         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20020
20021 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20022
20023         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20024         the list of checks.
20025
20026 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20027
20028         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20029         padding.
20030
20031 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20032
20033         * mm-view.el (mm-fill-flowed): New variable.
20034         (mm-inline-text): Use it.
20035
20036 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20037
20038         * spam.el (spam-spamassassin-register-ham-routine)
20039         (spam-spamassassin-register-spam-routine): Fix function names.
20040
20041 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20042
20043         * gnus.el (gnus-tmp-grouplens): Remove.
20044         (gnus-summary-line-format): Remove grouplens.
20045
20046         * gnus-group.el (gnus-group-line-format): Ditto.
20047
20048         * gnus-spec.el (gnus-format-specs): Ditto.
20049         (gnus-update-format-specifications): Flush the group format spec
20050         cache if there's the grouplens stuff.
20051         (gnus-parse-simple-format): Replace %l with the empty string.
20052
20053 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20054
20055         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20056         omission.
20057
20058 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20059
20060         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20061         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20062
20063 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20064
20065         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20066         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20067         New macros and functions.
20068         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20069         Handle > NLINK_MAX messages.
20070         * nnmaildir.el (nnmaildir-request-set-mark):
20071         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20072
20073 2004-01-25  Alex Schroeder  <alex@gnu.org>
20074
20075         * spam-stat.el (spam-stat-process-directory-age): New option.
20076         (spam-stat-process-directory): Use it.
20077
20078 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20079
20080         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20081         (spam-stat-save): Accept prefix argument.
20082
20083 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20084
20085         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20086         links" error.
20087
20088 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20089
20090         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20091         the rest of the and/or forms.
20092
20093 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20094
20095         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20096         compatibility with old .newsrc.eld files.
20097
20098         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20099
20100         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20101
20102         * gnus-start.el (gnus-1): do.
20103
20104         * gnus-group.el (gnus-group-line-format-alist): do.
20105
20106         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20107
20108         * gnus-gl.el: Remove.
20109
20110 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20111
20112         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20113         marks consisting of a single range {for example, (3 . 5)} rather
20114         than a list of a single range { ((3 . 5)) }.
20115
20116 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20117
20118         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20119         Use with-current-buffer.
20120         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20121         avoid consing a string.
20122
20123         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20124         Remove obsolete entries for big5 and gb2312.
20125
20126 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20127
20128         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20129         uncompressed list.
20130
20131 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20132
20133         * spam-stat.el (spam-stat-strip-xref): New function.
20134         (spam-stat-process-directory): Use it.
20135
20136         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20137         here -- it's done in message-fetch-field.
20138
20139 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20140
20141         * gnus-agent.el (gnus-agent-queue-mail)
20142         (gnus-agent-prompt-send-queue): New variables.
20143         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20144         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20145         "nndraft:queue" along to gnus-draft-send.
20146         Use gnus-agent-prompt-send-queue.
20147         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20148         is "nndraft:queue".  Suggested by Gaute Strokkenes
20149         <gs234@srcf.ucam.org>
20150
20151         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20152         (agent-enable-undownloaded-faces): Add.
20153         (gnus-agent-cat-groups): Use eval-and-compile, not
20154         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20155         method of gnus-agent-cat-groups even when the buffer has been
20156         evaled.
20157         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20158         delete gnus-agent-save-active-1.
20159         (gnus-agent-save-groups): Delete.  Identical to
20160         gnus-agent-save-active.
20161         (gnus-agent-write-active): No longer adjust agent's copy of active
20162         file as agent's adjustments are now stored in their own
20163         file.  Remove optional parameter.
20164         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20165         servers.  Add use of min/max range limits from server's local
20166         file.
20167         (gnus-agent-save-alist): Remove unused optional argument.
20168         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20169         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20170         (gnus-agent-set-local): A per-server file that keeps min/max range
20171         limits for articles known to the agent.  Provides a fast mechanism
20172         for altering many active ranges.
20173         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20174         active file (local makes it unnecessary).
20175         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20176
20177         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20178         (agent-enable-undownloaded-faces): Add.
20179
20180         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20181         disable it when sending to "nndraft:queue".
20182         (gnus-group-send-queue): Add safety check to avoid sending queue
20183         when unplugged.
20184
20185         * gnus-group.el (gnus-group-catchup): Use new
20186         gnus-sequence-of-unread-articles, not
20187         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20188         numbers of articles.  Use gnus-range-map to avoid having to
20189         uncompress the unread list.
20190         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20191         Fix invalid ange-ftp reference.
20192
20193         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20194         (gnus-sorted-range-intersection): Intersection of two ranges
20195         without requiring that they first be uncompressed.
20196
20197         * gnus-start.el (gnus-activate-group): Unless blocked by the
20198         caller, possibly expand the active range to include both cached
20199         and agentized articles.
20200         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20201         multiple version-dependent converters.
20202         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20203         gnus-agent-save-active.
20204         (gnus-save-newsrc-file): Save dirty agent range limits.
20205
20206         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20207         gnus-agent-possibly-alter-active.
20208         (gnus-adjust-marked-articles): Faster handling of simple lists.
20209
20210 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20211
20212         * spam-stat.el (spam-stat-test-directory): New optional argument
20213         displays a list of files detected.  Suggested by Andrew Cohen
20214         <cohen@andy.bu.edu>.
20215         (spam-stat-buffer-words-with-scores): Don't narrow and change
20216         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20217
20218 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20219
20220         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20221         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20222         (spam-spamassassin-arguments)
20223         (spam-spamassassin-spam-flag-header)
20224         (spam-spamassassin-positive-spam-flag-header)
20225         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20226         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20227         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20228         (spam-list-of-processors, spam-list-of-checks)
20229         (spam-list-of-statistical-checks, spam-registration-functions)
20230         (spam-check-spamassassin-headers, spam-check-spamassassin)
20231         (spam-spamassassin-score)
20232         (spam-spamassassin-register-with-sa-learn)
20233         (spam-spamassassin-register-spam-routine)
20234         (spam-spamassassin-register-ham-routine)
20235         (spam-assassin-register-spam-routine)
20236         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20237         (spam-bogofilter-score): Fix to show article before scoring.
20238
20239 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20240
20241         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20242         default scoring function.
20243         (spam-generic-score): Call spam-spamassassin-score if
20244         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20245         spam-bogofilter-score otherwise.
20246
20247         * gnus.el (spam-process, spam-autodetect-methods):
20248         Add spamassassin and spamassassin-headers.
20249
20250 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20251
20252         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20253         Suppress unnecessary messages.
20254
20255 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20256
20257         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20258         make-hash-table.
20259
20260 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20261
20262         * canlock.el (base64-encode-string): Don't autoload it.
20263
20264 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20265
20266         * run-at-time.el: Remove useless (require 'itimer),
20267         eval-and-compile and (featurep 'xemacs).
20268
20269 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20270
20271         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20272         GROUP is a virtual group.
20273
20274 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20275
20276         * gnus.el: Autoload `message-y-or-n-p'.
20277
20278 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20279
20280         * pgg-parse.el: Remove unnecessary (require 'custom).
20281
20282         * pgg-def.el: do.
20283
20284         * nnmail.el: do.
20285
20286         * gnus-undo.el: do.
20287
20288         * gnus-picon.el: do.
20289
20290         * gnus-util.el: do.
20291
20292 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20293
20294         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20295
20296 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20297
20298         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20299         handle, as well as a list.
20300
20301         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20302         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20303         (mm-w3m-cid-retrieve): Simplify.
20304
20305 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20306
20307         * message.el (message-kill-to-signature): Allow prefix arg to
20308         specify number of lines to keep before signature.
20309
20310 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20311
20312         * message.el (message-kill-to-signature): Change docstring.
20313
20314 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20315
20316         * canlock.el: Always require sha1-el.
20317         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20318
20319         * message.el: Autoload sha1 only when compiling.
20320
20321         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20322         eudc-expand-inline for XEmacs.
20323
20324 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20325
20326         * message.el (message-canlock-generate): Require sha1-el.
20327
20328 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20329
20330         * message.el (message-expand-name): Silence the byte compiler.
20331
20332         * lpath.el: Add detect-coding-system.
20333
20334         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20335         cus-edit.
20336
20337 2004-01-13  Simon Josefsson  <jas@extundo.com>
20338
20339         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20340         Invoke gnus-score-mode.
20341         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20342
20343         * gnus-range.el (gnus-compress-sequence): Doc fix.
20344         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20345
20346 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20347
20348         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20349
20350 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20351
20352         * spam.el (spam-get-article-as-string): Update to use
20353         gnus-request-article-this-buffer, much simpler.
20354         (spam-get-article-as-buffer): Remove.
20355
20356 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20357
20358         * message.el (message-expand-name): Use EUDC if the user uses that.
20359
20360 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20361
20362         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20363         character for the encoding to avoid consing a string.
20364
20365         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20366         unnecessarily.
20367
20368         * mm-util.el (mm-replace-chars-in-string): Remove.
20369
20370         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20371         of mm-replace-chars-in-string.
20372
20373 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20374
20375         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20376
20377         * mm-util.el (mm-subst-char-in-string): Support inplace.
20378
20379         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20380         a new string in every iteration.  Use shy groups.
20381
20382 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20383
20384         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20385         * gnus-soup.el (gnus-soup-group-brew):
20386         * gnus-msg.el (gnus-put-message):
20387         * gnus-move.el (gnus-group-move-group-to-server):
20388         * gnus-kill.el (gnus-batch-score):
20389         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20390         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20391         (gnus-group-update-group, gnus-group-read-group)
20392         (gnus-group-make-group, gnus-group-make-help-group)
20393         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20394         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20395         (gnus-group-sort-by-unread, gnus-group-catchup)
20396         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20397         (gnus-group-yank-group, gnus-group-set-info)
20398         (gnus-group-list-groups):
20399         * gnus.el (gnus-generate-new-group-name):
20400         * gnus-delay.el (gnus-delay-send-queue):
20401         * nnvirtual.el (nnvirtual-catchup-group):
20402         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20403         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20404         (gnus-group-prepare-topics, gnus-topic-check-topology):
20405         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20406         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20407         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20408         (gnus-group-make-articles-read):
20409         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20410         (gnus-group-change-level, gnus-kill-newsgroup)
20411         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20412         (gnus-get-unread-articles, gnus-make-articles-unread)
20413         (gnus-make-ascending-articles-unread): Use accessor
20414         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20415         to get group information for improved readability.
20416
20417
20418 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20419
20420         * gnus-art.el (article-decode-mime-words, article-babel)
20421         (gnus-article-highlight-signature, gnus-article-add-buttons)
20422         (gnus-signature-toggle): Use gnus-with-article-buffer.
20423
20424         * gnus-art.el (gnus-article-highlight-headers)
20425         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20426
20427         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20428         (gnus-article-set-globals, gnus-request-article-this-buffer)
20429         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20430         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20431         (gnus-mime-display-alternative): Use with-current-buffer.
20432
20433 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20434
20435         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20436         also under 80 char limit, and call gnus-error if needed.
20437         (spam-fetch-article-header): Fix - it was a
20438         buffer-local variable (gnus-newsgroup-data).
20439         (spam-find-spam): Use spam-generate-fake-headers, forget about
20440         spam-insert-fake-headers.
20441         (spam-insert-fake-headers): Remove.
20442
20443 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20444
20445         * deuglify.el (gnus-article-outlook-unwrap-lines)
20446         (gnus-outlook-rearrange-article)
20447         (gnus-outlook-repair-attribution-outlook)
20448         (gnus-outlook-repair-attribution-block)
20449         (gnus-outlook-repair-attribution-other): Remove redundant
20450         save-excursion.
20451
20452 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20453
20454         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20455         (spam-fetch-field-subject-fast)
20456         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20457         (spam-fetch-article-header): Add functions to deal with Gnus
20458         internals for fast retrieval of article header data.
20459         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20460
20461 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20462
20463         * pop3.el (pop3-md5): Remove.
20464         (pop3-apop): Replace pop3-md5 with md5.
20465
20466         * mm-bodies.el: base64 is always built-in.
20467
20468         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20469         Use with-current-buffer.
20470
20471 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20472
20473         * canlock.el (canlock-insert-header): Remove excessive grouping in
20474         regexp.
20475
20476         * gnus-sum.el (gnus-summary-read-document): Ditto.
20477
20478         * gnus-uu.el (gnus-uu-part-number): Ditto.
20479
20480         * html2text.el (html2text-remove-tags): Ditto.
20481         (html2text-format-tags): Ditto.
20482         (html2text-format-single-elements): Ditto.
20483
20484         * mml.el (mml-parse-1): Ditto.
20485
20486 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20487
20488         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20489
20490         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20491
20492         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20493
20494         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20495
20496 2003-11-15  Simon Josefsson  <jas@extundo.com>
20497
20498         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20499         (pgg-gpg-lookup-key): Use regexp match instead of
20500         split-string (split-string is different between emacs 21.2 and
20501         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20502
20503 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20504
20505         * gnus-art.el (gnus-mime-view-all-parts)
20506         (gnus-article-part-wrapper, gnus-article-view-part):
20507         Use with-current-buffer.
20508
20509 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20510
20511         * spam.el (spam-disable-spam-split-during-ham-respool)
20512         (spam-spamoracle-database, spam-cache-lookups)
20513         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20514         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20515         (spam-group-ham-marks, spam-group-spam-marks)
20516         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20517         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20518         also add spam-use-blackholes to the statistical checks.
20519         (spam-fetch-field-fast): Add interface to fetching fields, may
20520         become a macro.
20521         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20522         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20523         (spam-insert-fake-headers): Fake an article when needed.
20524         (spam-find-spam): Fake article when possible.
20525         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20526         (spam-check-bogofilter-headers): Use message-fetch-field instead
20527         of nnmail-fetch-field.
20528
20529 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20530
20531         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20532
20533 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20534
20535         * spam.el (spam-split): Do not require spam-use-CHECK to be
20536         enabled if that check is passed to spam-split explicitly; also
20537         fix so 'spam doesn't get converted to spam-split-group when
20538         spam-split-symbolic-return is t.
20539         (spam-find-spam): Find registrations of the article and use those
20540         instead of re-running spam-split to find the spam/ham
20541         classification of the article.
20542         (spam-log-processing-to-registry, spam-log-registered-p)
20543         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20544         Use gnus-error instead of gnus-message.
20545         (spam-log-registration-type): Add function to determine the
20546         classification of a message based on registry entries; will
20547         return nil if both 'spam and 'ham are found.
20548         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20549         a reasonably fast local cache without the loading errors.
20550         (spam-cache-lookups): Set to t by default.
20551         (spam-find-spam): Don't try to guess spam-cache-lookups.
20552         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20553         spam-caches entry.
20554         (spam-filelist-build-cache, spam-filelist-check-cache):
20555         Fix caching of whitelist/blacklist entries.
20556         (spam-check-whitelist, spam-check-blacklist):
20557         Invoke spam-from-listed-p with a type, not a cache variable.
20558         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20559
20560 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20561
20562         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20563
20564         * nnmail.el (nnmail-split-fancy): do.
20565
20566         * mml.el (mml-parse): do.
20567
20568         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20569         (gnus-score-adaptive): do.
20570
20571 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20572
20573         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20574         (gnus-mime-button-map): Don't set keymap parent.
20575         (gnus-button-ctan-directory-regexp): Use shy grouping.
20576         (gnus-prev-page-map): Don't set keymap parent.
20577         (gnus-prev-page-map): Remove duplicated one.
20578         (gnus-next-page-map): Don't set keymap parent.
20579         (gnus-mime-security-button-map): Ditto.
20580
20581         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20582         version number.
20583
20584         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20585
20586 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20587
20588         * canlock.el (canlock-sha1-function): Remove.
20589         (canlock-sha1-function-for-verify): Remove.
20590         (canlock-openssl-program): Remove.
20591         (canlock-openssl-args): Remove.
20592         (canlock-ignore-errors): Remove.
20593         (canlock-sha1-with-openssl): Remove.
20594         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20595         (canlock-verify): Don't use canlock-ignore-errors.
20596
20597         * sha1-el.el (sha1-string-external): Make it can return a string
20598         in binary form.
20599         (sha1-region-external): Ditto.
20600         (sha1-string-internal): Ditto.
20601         (sha1-region-internal): Ditto.
20602         (sha1-region): Ditto.
20603         (sha1-string): Ditto.
20604         (sha1): Ditto.
20605
20606 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20607
20608         * spam.el (spam-report-articles-gmane): New command.
20609
20610 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20611
20612         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20613
20614         * run-at-time.el (run-at-time-saved): Remove.
20615         (run-at-time): Doc fix.
20616
20617 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20618
20619         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20620         (gnus-summary-limit-map): Add it.
20621         (gnus-summary-make-menu-bar): do.
20622
20623 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20624
20625         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20626         Make attempt at some caching support (done for BBDB only now).
20627         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20628         addresses to be checked.
20629         (spam-clear-cache-BBDB): Add function, to be invoked by
20630         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20631         (spam-check-BBDB): Check and use the caches, if
20632         spam-cache-lookups is on, remove superfluous (provide).
20633
20634 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20635
20636         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20637
20638 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20639
20640         * run-at-time.el (run-at-time-saved): Move to after the definition
20641         of `run-at-time'.
20642
20643         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20644
20645 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20646
20647         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20648         mm-w3m-local-map-property.
20649
20650         * mm-view.el (mm-w3m-mode-map): Remove.
20651         (mm-w3m-local-map-property): Remove.
20652         (mm-inline-text-html-render-with-w3m): Don't use
20653         mm-w3m-local-map-property.
20654
20655 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20656
20657         * run-at-time.el: New file.
20658
20659         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20660         under Emacs.
20661
20662         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20663         of gnus-set-text-properties.
20664
20665         * gnus-uu.el (gnus-uu-save-article): Ditto.
20666
20667         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20668
20669         * gnus-cite.el (gnus-cite-parse): Ditto.
20670
20671         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20672         of gnus-.
20673
20674         * gnus-xmas.el (run-at-time): Require run-at-time.
20675
20676         * gnus.el: Change calls to nnheader-run-at-time and
20677         password-run-at-time throughout to use run-at-time directly.
20678
20679         * password.el: Remove definition of run-at-time.
20680
20681         * nnheaderxm.el: Remove definition of run-at-time.
20682
20683 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20684
20685         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20686         in prompt.
20687
20688 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20689
20690         * messagexmas.el (message-xmas-redefine): Alias
20691         `message-make-caesar-translation-table' to
20692         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20693         version.
20694
20695         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20696         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20697         `gnus-xmas-set-text-properties'.
20698         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20699         `gnus-xmas-completing-read'.
20700         (gnus-xmas-completing-read): Removed.
20701         (gnus-xmas-open-network-stream): Removed.
20702
20703         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20704         XEmacs version.
20705
20706         * dns.el (dns-make-network-process): Use `open-network-stream'
20707         instead of `gnus-xmas-open-network-stream'.
20708
20709         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20710
20711         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20712
20713 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20714
20715         * gnus-art.el (gnus-mime-display-alternative)
20716         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20717         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20718         Don't use gnus-local-map-property.
20719
20720         * gnus-util.el (gnus-local-map-property): Remove.
20721
20722         * mm-view.el (mm-view-pkcs7-decrypt):
20723         Replace gnus-completing-read-maybe-default with completing-read.
20724
20725         * gnus-util.el (gnus-completing-read): do.
20726         (gnus-completing-read-maybe-default): Remove.
20727
20728 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20729
20730         * password.el: Only autoload `run-at-time' if not XEmacs.
20731         Only autoload the itimer functions if XEmacs.
20732
20733 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20734
20735         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20736         XEmacsen.
20737
20738         * dgnushack.el: Autoload executable-find for XEmacs.
20739
20740 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20741
20742         * gnus-art.el (gnus-read-string): Remove.
20743         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20744         read-string.
20745
20746 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20747
20748         * netrc.el: Autoload password-read.
20749         (netrc): Add configuration group.
20750         (netrc-encoding-method, netrc-openssl-path):
20751         Add variables for encoding and decoding of files with symmetric
20752         ciphers.
20753         (netrc-encode): Add assistant function to encode a file with
20754         netrc-encoding-method.
20755         (netrc-parse): Add interactive parameter, added optional
20756         decoding if netrc-encoding-method is non-nil but otherwise
20757         behavior is standard.
20758         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20759         Do s/encode/encrypt/ everywhere.
20760
20761         * spam.el: Remove executable-find autoload.
20762
20763 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20764
20765         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20766
20767         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20768
20769 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20770
20771         * gnus-art.el (gnus-treat-ansi-sequences)
20772         (article-treat-ansi-sequences): New variable and function.
20773         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20774
20775         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20776         Use it.
20777
20778 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20779
20780         * mm-util.el (mm-quote-arg): Remove.
20781
20782         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20783         shell-quote-argument.
20784
20785         * gnus-uu.el (gnus-uu-command): do.
20786
20787         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20788
20789         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20790         with make-char.
20791
20792         * mm-util.el (mm-make-char): Remove.
20793
20794         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20795         add-minor-mode.
20796
20797         * gnus-undo.el (gnus-undo-mode): do.
20798
20799         * gnus-topic.el (gnus-topic-mode): do.
20800
20801         * gnus-sum.el (gnus-dead-summary-mode): do.
20802
20803         * gnus-start.el (gnus-slave-mode): do.
20804
20805         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20806
20807         * gnus-ml.el (gnus-mailing-list-mode): do.
20808
20809         * gnus-gl.el (gnus-grouplens-mode): do.
20810
20811         * gnus-draft.el (gnus-draft-mode): do.
20812
20813         * gnus-dired.el (gnus-dired-mode): do.
20814
20815         * gnus-ems.el (gnus-add-minor-mode): Remove.
20816
20817         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20818         Replace gnus-char-width with char-width.
20819
20820         * gnus-ems.el (gnus-char-width): Remove.
20821
20822         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20823         Replace gnus-char-width with char-width.
20824
20825         * gnus-ems.el (gnus-char-width): Remove.
20826
20827         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20828         definition.
20829         Remove Emacs 20 hash table compatibility code.
20830
20831         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20832         20 compatibility code.
20833
20834         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20835
20836         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20837
20838         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20839         Replace with point-at-{eol,bol}.
20840
20841         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20842
20843         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20844
20845         * flow-fill.el (fill-flowed-point-at-bol)
20846         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20847
20848         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20849         Replace with point-at-{eol,bol} throughout all files.
20850
20851 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20852
20853         * ntlm.el (ntlm-string-as-unibyte): New macro.
20854         (ntlm-build-auth-response): Use it.
20855
20856         Remove Emacs 20 stuff:
20857         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20858         (butlast, mapc, remove): Remove the compiler macros.
20859         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20860         of delq and copy-sequence.
20861         * gnus-art.el (popup-menu): Remove the compiler macro.
20862         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20863         Emacs 20.
20864
20865 2004-01-05  Simon Josefsson  <jas@extundo.com>
20866
20867         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20868         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20869         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20870         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20871         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20872         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20873         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20874         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20875         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20876         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20877         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20878         string-xor into ntlm-string-xor.
20879         Suggested by Jesper Harder <harder@myrealbox.com>.
20880
20881         * ntlm.el: Don't include poem.
20882
20883         * md4.el (print-int32, print-string-hexa): Remove.
20884         Suggested by Jesper Harder <harder@myrealbox.com>.
20885
20886         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20887
20888         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20889         probably breaks emacs with DL patch, but do we care? Is anyone
20890         still using the DL stuff?)
20891
20892         * sieve-manage.el: Use the password package.
20893         (sieve-manage-read-passwd): Remove.
20894         (sieve-manage-interactive-login): Use password.  Re-add
20895         condition-case around loop.
20896
20897         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20898         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20899         Use the password package.
20900
20901 2003-02-19  Simon Josefsson  <jas@extundo.com>
20902
20903         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20904         token.
20905
20906 2002-08-07  Simon Josefsson  <jas@extundo.com>
20907
20908         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20909         (sieve-manage-authenticators):
20910         (sieve-manage-authenticator-alist): Add some SASL mechs.
20911         (sieve-sasl-auth): New function.
20912         (sieve-manage-cram-md5-auth):
20913         (sieve-manage-plain-auth): Rewrite using SASL library.
20914         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20915         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20916         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20917         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20918
20919 2004-01-05  Simon Josefsson  <jas@extundo.com>
20920
20921         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20922         New files.
20923
20924 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20925
20926         * gnus-group.el (gnus-no-groups-message): Update.
20927
20928         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20929
20930 2003-11-09  Simon Josefsson  <jas@extundo.com>
20931
20932         * imap.el: Support for ID IMAP extension (RFC 2971).
20933         (imap-local-variables): Add imap-id.
20934         (imap-id): New variable.
20935         (imap-id): New function.
20936         (imap-parse-response): Parse untagged ID response.
20937         * nnimap.el (nnimap-id): New variable.
20938         (nnimap-open-connection): Use it.
20939
20940 2003-12-28  Simon Josefsson  <jas@extundo.com>
20941
20942         * gnus-score.el (gnus-score-edit-all-score): New.
20943         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20944
20945 2004-01-04  Simon Josefsson  <jas@extundo.com>
20946
20947         * password.el: Add.
20948
20949 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20950
20951         * dns.el (dns-query-types): Fix typo.
20952         (dns-query-types): New function.
20953         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20954         PTR and SOA replies, see RFC 1035.
20955
20956 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20957
20958         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20959
20960         * Move to Changelog.2.
20961
20962 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20963
20964         * gnus.el (gnus-version-number): Bump version.
20965
20966 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20967
20968         * gnus.el: No Gnus v0.1 is released.
20969
20970 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20971
20972         * gnus.el: No Gnus v0.0 is released.
20973
20974 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20975
20976         * gnus.el (gnus-version-number): Bump.
20977         (gnus-version): No.
20978
20979 See ChangeLog.2 for earlier changes.
20980
20981   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20982
20983   This file is part of GNU Emacs.
20984
20985   GNU Emacs is free software: you can redistribute it and/or modify
20986   it under the terms of the GNU General Public License as published by
20987   the Free Software Foundation, either version 3 of the License, or
20988   (at your option) any later version.
20989
20990   GNU Emacs is distributed in the hope that it will be useful,
20991   but WITHOUT ANY WARRANTY; without even the implied warranty of
20992   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20993   GNU General Public License for more details.
20994
20995   You should have received a copy of the GNU General Public License
20996   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20997
20998 ;; Local Variables:
20999 ;; coding: utf-8
21000 ;; fill-column: 79
21001 ;; add-log-time-zone-rule: t
21002 ;; End: