* gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook later so that...
[gnus] / lisp / ChangeLog
1 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2
3         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4         later so that bbdb can hook in easier.
5
6 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
7
8         * auth-source.el (auth-source-search): Don't try to create credentials
9         if the caller doesn't want that.
10         (auth-source-search): If we don't find a match, don't bug out on
11         non-bound variables.
12         (auth-source-search): Only ask a single backend to create the
13         credentials.
14
15         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
16         logging.
17         (nnimap-credentials): Protect against auth-source-search returning nil.
18         (nnimap-request-list): Protect against not being able to open the
19         server.
20
21 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
22
23         * auth-source.el (auth-source-search): Do a two-phase search, one with
24         no :create to get the responses from all backends.
25
26         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
27         when getting credentials.
28
29         * gnus-util.el (gnus-delete-duplicates): New function.
30
31 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
32
33         * nnimap.el (nnimap-credentials): Instead of picking the first port as
34         a creation default, pass the whole port list down.  It will be
35         completed.
36
37         * auth-source.el (auth-source-search): Updated docs to talk about
38         multiple creation choices.
39         (auth-source-netrc-create): Accept a list as a value (from the search
40         parameters) and do completion on that list.  Keep a separate netrc line
41         with the password obscured for showing the user.
42
43         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
44         first choice to `auth-source-search' so it will be used for entry
45         creation instead of the server's Gnus-specific name.
46         (nnimap-credentials): Rely on the auth-source library to select which
47         port is actually wanted in the new netrc entry, so don't override
48         `auth-source-creation-defaults'.
49
50         * auth-source.el (auth-source-netrc-parse): Use :port instead of
51         :protocol and accept a missing user, host, or port as a wildcard match.
52         (auth-source-debug): Default to off.
53
54         (auth-source-netrc-search, auth-source-netrc-create)
55         (auth-source-secrets-search, auth-source-secrets-create)
56         (auth-source-user-or-password, auth-source-backend, auth-sources)
57         (auth-source-backend-parse-parameters, auth-source-search): Use :port
58         instead of :protocol.
59
60         * nnimap.el (nnimap-credentials): Pass a port default to
61         `auth-source-search' in case an entry needs to be created.
62         (nnimap-open-connection-1): Use :port instead of :protocol.
63
64 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * auth-source.el: Bind load-path when loading EIEIO from
67         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
68         21.4 doesn't support, to `require'.
69         (auth-source-secrets-search): Use mm-delete-duplicates instead of
70         delete-dups that is not available in XEmacs 21.4.
71
72 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
73
74         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
75         as EIEIO must also be loaded when auth-source.el is being
76         byte-compiled.
77
78 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
79
80         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
81
82         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
83
84         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
85
86         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
87
88         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
89
90         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
91
92         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
93
94         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
95         necessary.
96
97 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
98
99         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
100         nil means that nnimap doesn't get updated.
101
102 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
103
104         * auth-source.el (auth-source-netrc-create): Return a synthetic search
105         result when the user doesn't want to write to the file.
106         (auth-source-netrc-search): Expect a synthetic result and proceed
107         accordingly.
108         (auth-source-cache-expiry): New variable to override
109         `password-cache-expiry'.
110         (auth-source-remember): Use it.
111
112         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
113         parameter.  Create entry if necessary by using :create t.
114         (nnimap-open-connection-1): Don't pass `inhibit-create'.
115
116 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
117
118         * auth-source.el (auth-source-debug): Enable by default and don't
119         mention the obsolete `auth-source-hide-passwords'.
120         (auth-source-do-warn): New function to debug unconditionally.
121         (auth-source-do-debug): Use it.
122         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
123         and for Secrets API entries when the secrets.el library is not
124         available.
125
126 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
127
128         * gnus-sum.el (gnus-propagate-marks): Default to nil.
129         (gnus-summary-exit): Kill the correct article buffer on exit from a
130         `C-d' group.
131
132         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
133         gnus-propagate-marks.
134
135         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
136         before killing the buffers so that a non-full window conf gets handled
137         correctly.
138         (gnus-summary-exit): Ditto.
139         (gnus-summary-read-group-1): Ditto.
140
141         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
142         async code again so that we can debug it properly.
143
144         * message.el (message-reply): Take an optional switch-buffer parameter
145         so that Gnus window confs are respected better.
146
147 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
148
149         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
150         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
151         docstring.
152         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
153         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
154         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
155         Login collection is "Login" and not "login".
156
157 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
158
159         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
160         multiple headers.
161
162         * nnimap.el (nnimap-inhibit-logging): New variable.
163         (nnimap-log-command): Don't log login commands.
164
165         * auth-source.el (auth-source-netrc-search): The asserts seem to want
166         to have more parameters.
167
168         * nnimap.el (nnimap-send-command): Mark the command time for each
169         command, so that we don't get NOOPs stepping on our toes.
170
171         * gnus-art.el (article-date-ut): Get the date from the Date header on
172         `t'.
173
174 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * auth-source.el (auth-source-search): Use copy-sequence instead of
177         the cl.el copy-list.
178
179 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
180
181         * imap.el: Bring it back (revert
182         84d800cd31de3064f0ed39617d725709a2f8f42f).
183
184 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
185
186         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
187         Improve prompt.
188
189 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
190
191         * gnus-art.el (gnus-article-mode-line-format): Remove the article
192         washing status from the default format.  It isn't very informative.
193
194 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
195
196         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
197         Gcc processing on imap.
198
199 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
200
201         * imap.el: Remove file.  All the functionality is in nnimap.el.
202
203 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
204
205         * message.el (message-bury): Don't pop up a new window when selected
206         window is dedicated.
207
208 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
209
210         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
211
212 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
213
214         * sieve-manage.el: Autoload `auth-source-search'.
215         (sieve-sasl-auth): Use it.
216
217 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
218
219         * nnimap.el: Autoload `auth-source-forget+'.
220         (nnimap-open-connection-1): Use it if the connection fails.
221
222         * auth-source.el: Require `password-cache'.
223         (auth-source-hide-passwords, auth-source-cache): Remove and mark
224         obsolete.
225         (auth-source-magic): Marker for `password-cache' keys.
226         (auth-source-do-cache): Update docstring.
227         (auth-source-search): Use and check cache.
228         (auth-source-forget-all-cached, auth-source-remember)
229         (auth-source-recall, auth-source-forget, auth-source-forget+)
230         (auth-source-specmatchp): Caching support functions.
231         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
232         Remove and obsolete.
233         (auth-source-user-or-password): Remove caching to further discourage
234         using it.  Always hide passwords.
235
236         * password-cache.el (password-cache-remove): Accept secrets that are
237         not strings.
238
239 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
240
241         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
242         code for now, since it doesn't work for all users.
243
244 2011-02-09  Julien Danjou  <julien@danjou.info>
245
246         * message.el (message-options): Make message-options really buffer
247         local.
248
249 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
250
251         * mail-source.el: Autoload `auth-source-search'.
252         (mail-source-keyword-map): Note order matters.
253         (mail-source-set-1): Get all the mail-source source values and
254         defaults and search auth-source on those if needed.  This can all
255         probably be simplified.
256
257         * nnimap.el: Autoload `auth-source-search'.
258         (nnimap-credentials): Use it.
259         (nnimap-open-connection-1): Ask for the virtual server and physical
260         address in one shot.
261
262         * nntp.el: Autoload `auth-source-search'.
263         (nntp-send-authinfo): Use it.  Note TODO.
264
265 2011-02-08  Julien Danjou  <julien@danjou.info>
266
267         * shr.el (shr-tag-body): Add support for text attribute in body
268         markups.
269
270         * message.el (message-options): Make message-options a local variable.
271
272 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
273
274         * auth-source.el (auth-source-secrets-search)
275         (auth-source-user-or-password): Use `append' instead of `nconc'.
276         (auth-source-user-or-password): Build return list better and protect
277         against nil :secret.
278
279 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
280
281         * nnimap.el (nnimap-update-info): Refactor slightly.
282         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
283         (nnimap-update-info): Clean up slightly.
284         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
285         characters.
286         (nnimap-process-quirk): Rename function to avoid collision.
287         (nnimap-update-info): Fix macrology bug-out.
288         (nnimap-update-info): Simplify split history test.
289
290 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
291
292         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
293         `secrets-get-attributes' instead of `secrets-get-attribute'.
294         (auth-source-secrets-search): Limit search when `max' is greater than
295         number of results.
296
297 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
298
299         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
300         part not returning any data.
301
302         * proto-stream.el (open-protocol-stream): Document the return value.
303
304 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
305
306         * auth-source.el (auth-source-secrets-search): Add examples.
307
308 2011-02-06  Julien Danjou  <julien@danjou.info>
309
310         * message.el (message-setup-1): Handle message-generate-headers-first
311         set to t.
312
313 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
314
315         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
316         API with a string "secrets:collection-name" and with 'default.
317         (auth-source-backend-parse): Parse "secrets:collection-name" and
318         'default.  Recurse on parses instead of repeating code.  Use the
319         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
320         message when ignoring a source.
321         (auth-source-search): List ignored search keys at the top level.
322         (auth-source-netrc-create): Use `case' instead of `cond'.
323         (auth-source-secrets-search): Created with TODOs.
324         (auth-source-secrets-create): Created with TODOs.
325         (auth-source-retrieve, auth-source-create, auth-source-delete)
326         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
327         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
328         (auth-source-user-or-password-sftp)
329         (auth-source-user-or-password-smtp): Removed.
330         (auth-source-user-or-password): Deprecated and modified to be a wrapper
331         around `auth-source-search'.  Not tested thoroughly.
332
333 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
334
335         * auth-source.el: Bring in assoc and eioeio libraries.
336         (secrets-enabled): New variable to track the status of the Secrets API.
337         (auth-source-backend): New EIOEIO class to represent a backend.
338         (auth-source-creation-defaults): New variable to set prompt defaults
339         during token creation (see the `auth-source-search' docstring for
340         details).
341         (auth-sources): Simplify to allow a simple string as a netrc backend
342         spec.
343         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
344         (auth-source-backend-parse-parameters): Fill in the backend parameters.
345         (auth-source-search): Main auth-source API entry point.
346         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
347         (auth-source-search-collection): Helper function for searching.
348         (auth-source-netrc-parse, auth-source-netrc-normalize)
349         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
350         Supports search, create, and delete.
351         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
352         backend stubs.
353         (auth-source-user-or-password): Call `auth-source-search' but it's not
354         ready yet.
355
356 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
357
358         * message.el (message-setup-1): Remove the read-only stuff, since it
359         doesn't work under XEmacs, for some reason.
360
361         * gnus-sum.el (gnus-user-date): Rename back from
362         gnus-summary-user-date since user code refers to it.
363
364         * shr.el (shr-render-td): Store the actual background colour used.
365
366         * message.el (message-setup-1): Don't bind the constant
367         -forbidden-properties.
368         (message-setup-1): Revert previous change, since it needs to bind the
369         props to insert them.
370         (message-resend): Allow removing the read-only separator line.
371
372 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
373
374         * nnimap.el (nnimap-request-accept-article): Give an error message if
375         the APPEND wasn't successful.
376
377 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
378
379         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
380         that have no groups.
381
382 2011-02-03  Julien Danjou  <julien@danjou.info>
383
384         * gnus-draft.el: Remove progn around gnus-draft-setup.
385
386 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
387
388         * gnus-start.el (gnus-read-active-for-groups): This function is never
389         called with a nil `infos', so clean that up.
390         (gnus-get-unread-articles): Request active files from primary/secondary
391         methods that have no groups (yet).
392
393 2011-02-03  Julien Danjou  <julien@danjou.info>
394
395         * message.el (message-setup-1): Always generate References first.
396         (message-mail): Return the return value of message-setup, not always t.
397         (message-setup-1): Insert mail-header-separator with read-only and
398         intangible properties set.
399
400         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
401         user-date in docstring.
402
403         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
404
405         * gnus.el (gnus-summary-line-format): Mention &user-date format in
406         docstring.
407
408         * gnus.el (gnus-user-date-format-alist): Change default value. Use
409         defcustom, with type and group. Move from gnus-util.el. Rename to
410         gnus-summary-user-date-format-alist.
411
412 2011-02-03  Glenn Morris  <rgm@gnu.org>
413
414         * nnimap.el (gnus-fetch-headers): Declare.
415
416         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
417
418 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
419
420         * message.el (message-forward-make-body-digest-plain)
421         (message-followup, message-reply): Clean up things noted by Stefan.
422
423         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
424         gnus-article-update-date-headers is nil.
425         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
426         it didn't really work with defcustom.
427         (article-update-date-lapsed): Make sure the window start doesn't move,
428         either.
429
430 2011-02-01  Julien Danjou  <julien@danjou.info>
431
432         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
433         format.
434
435         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
436         standard in Emacs nowadays.
437
438         * color.el (color-gradient): Add a color-gradient function.
439
440 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
441
442         * message.el (message-expand-name): Don't trust the return value of
443         bbdb-complete-name.
444         (message-check-news-header-syntax): Remove unused var `start'.
445         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
446         (message-inhibit-body-encoding): Move to before first use.
447         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
448         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
449         (Organization, Message-ID, Date, mh-previous-window-config):
450         Defvar the vars using dynamic scoping.
451
452 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
453
454         * shr.el (shr-render-td): Only do colours at the final rendering.
455         Should be slightly faster.
456         (shr-insert-table): Fix up TD background colours when doing the
457         vertical padding.
458
459         * gnus-art.el (article-date-ut): Protect against articles with no Date
460         header.
461         (article-update-date-lapsed): Don't use current-column to find the
462         horizontal position.  It's fragile in the presence of \003 characters.
463
464         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
465
466 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
467
468         * gnus-art.el (article-transform-date): Rewrite to still work when
469         there are several rfc2822 parts.
470         (article-transform-date): Fix infinite recursion.
471         (article-date-ut): Replace infinitely many Date headers with a single
472         one when called interactively.
473
474         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
475         secure manner.
476
477         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
478         move around by not using save-window-excursion.  It seems to work...
479
480 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
481
482         * gnus-art.el (article-make-date-line): Work for user-defined format.
483
484 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
485
486         * nntp.el (nntp-retrieve-group-data-early)
487         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
488         fetching functions.
489
490         * gnus-start.el (gnus-read-active-for-groups): Read the active files
491         thoroughly for all backends that have no known groups.  This should
492         allow new nnml methods to retrieve mail.
493
494         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
495         that Gnus doesn't know exists again.
496
497         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
498         (gnus-treat-date-ut): Ditto.
499         (gnus-article-update-date-header): Renamed.
500         (gnus-treat-date-local): Removed.
501         (gnus-treat-date-english): Removed.
502         (gnus-treat-date-lapsed): Removed.
503         (gnus-treat-date-combined-lapsed): Removed.
504         (gnus-treat-date-original): Removed.
505         (gnus-treat-date-iso8601): Removed.
506         (gnus-treat-date-user-defined): Removed.
507         (gnus-article-date-headers): New variable to control all the date
508         header options.
509         (article-date-ut): Rewrite to allow using the new way to format date
510         headers(s).
511
512 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
513
514         * nnmail.el (nnmail-article-group): Check for a direct fancy split
515         method.
516         (nnmail-article-group): A better test for fanciness.
517
518         * nnimap.el (nnimap-request-head): Protect against not finding the
519         article by Message-ID.
520
521 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
522
523         * gnus-art.el (article-update-date-lapsed): Try a better way to really
524         keep point at the "same place".
525
526 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
527
528         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
529         data if the group is unactivated.
530
531 2011-01-28  Julien Danjou  <julien@danjou.info>
532
533         * gnus-win.el: Remove dead function gnus-window-configuration-element.
534         (gnus-all-windows-visible-p): Remove old compatibility code.
535         (gnus-window-top-edge): Add docstring.
536
537         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
538
539 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
540
541         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
542         older request-update-info.
543
544         * gnus-art.el (article-make-date-line): Limit the length a bit more.
545
546 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
547
548         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
549         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
550
551 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
552
553         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
554         groups.  This makes the nndraft:queue group pop up if it's not already
555         there.
556
557         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
558         messages" logic, which was reversed.
559
560         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
561         the "same place" even if point is on the line being replaced.
562         (article-update-date-lapsed): Allow updating both the combined lapsed
563         and the lapsed headers.
564         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
565         (article-make-date-line): Limit the number of segments dynamically to
566         avoid too-long lines.
567
568 2011-01-27  Julien Danjou  <julien@danjou.info>
569
570         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
571         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
572
573 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
574
575         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
576         Use plist-get instead of the cl function getf.
577
578 2011-01-27  Glenn Morris  <rgm@gnu.org>
579
580         * gnus-util.el (float-time): Get rid of compiler warning, again.
581
582 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
583
584         * shr.el (shr-put-color): Special-case background colours: Do put them
585         at the blank parts at the front of the lines.
586
587         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
588         exit hook to nix out all data on readedness on group exit.
589
590         * gnus-util.el (float-time): If float-time is bound, always use it on
591         all Emacsen.  It's unclear why the subrp check was there.
592         (time-date): Require to make some autoload issues on XEmacs go away.
593
594         * shr.el (shr-put-color): Don't do the box padding in tables, since
595         they're already padded.
596
597 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
598
599         * gnus-art.el (gnus-article-next-page): When the last line of the
600         article is displayed, scroll down once more instead of going to the
601         next article at once.
602         (article-lapsed-string): Refactor out and allow specifying how many
603         segments you want.
604         (gnus-article-setup-buffer): Start updating the lapsed header directly.
605         (gnus-article-update-lapsed-header): New variable.
606
607         * shr.el: Revert change that made headings use different-sized faces.
608         The Emacs display engine isn't advanced enough that, for instance,
609         tables can comfortably use differntly-sized faces.
610
611 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
612
613         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
614         used.
615         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
616         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
617         we're using an encrypted connection.
618
619         * proto-stream.el: Alter the interface functions to also return the
620         actual stream type used: network or tls.
621
622 2011-01-25  Julien Danjou  <julien@danjou.info>
623
624         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
625         (mm-display-javascript-inline): New function.
626
627         * mm-decode.el (mm-inline-media-tests): Add application/javascript
628         viewing function.
629
630 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
631
632         * shr.el (shr-expand-newlines): Fix variable name.
633
634 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
635
636         * shr.el (shr-expand-newlines): Make nested boxes work.
637
638 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
639
640         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
641         backgrounds.
642         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
643         in a more sensible manner.
644
645 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
646
647         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
648         if EPG is loaded.
649
650 2011-01-24  Julien Danjou  <julien@danjou.info>
651
652         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
653         tags.
654
655 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
656
657         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
658         commands.
659
660         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
661         in the article buffer.
662         (gnus-gravatar-insert): Use blank space from the current buffer to
663         avoid breaking text properties.  This makes X-Sent updating work again.
664
665         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
666
667 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
668
669         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
670         fix the bug in url-http.el instead.
671
672         * shr.el (shr-image-fetched): Ditto.
673
674         * shr.el (shr-image-fetched): Avoid having point move in the article
675         buffer.
676
677         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
678         buffer after being called.  It's apparently being killed by url.el, and
679         killing it made point move to end-of-buffer in a random buffer.
680
681         * shr.el (shr-image-fetched): Ditto.
682
683 2011-01-23  Julien Danjou  <julien@danjou.info>
684
685         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
686
687         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
688         text/x-org.
689
690 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
691
692         * gnus-sum.el (gnus-summary-move-article): Protect against backends
693         (i.e., nnimap) returning nil as the article number.
694
695 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
696
697         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
698         "DelSp" parameter in RFC3676.
699
700 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
701
702         * message.el (message-check-recipients): Display the encoded version of
703         the bogus address if they differ.
704
705         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
706         after sending.
707
708         * gnus-agent.el (gnus-agent-send-mail): Ditto.
709
710         * gnus-group.el (gnus-group-refresh-group): New convenience function.
711
712         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
713         group buffer after sending the queue.
714
715         * gnus-agent.el (gnus-agent-send-mail): Ditto.
716
717 2011-01-22  Julien Danjou  <julien@danjou.info>
718
719         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
720
721 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
722
723         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
724         nested related parts.
725
726         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
727         unexpired articles.  This fixes the regression that led expiry marks to
728         disappear from nnfolder groups.
729
730 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
731
732         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
733         Don't confuse the "ret" of "retrograde" with RET.
734
735 2011-01-21  Julien Danjou  <julien@danjou.info>
736
737         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
738         than mm-insert-inline.
739
740 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
741
742         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
743         Widen article buffer.
744
745 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
746
747         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
748         the temp buffer.
749         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
750
751 2011-01-20  Julien Danjou  <julien@danjou.info>
752
753         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
754
755         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
756         than mm-insert-inline to insert inline part: this respect
757         mm-inline-media-tests displayers.
758
759         * mm-view.el (mm-display-shell-script-inline): New function.
760
761         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
762
763         * mm-uu.el (mm-uu-type-alist): Add org block.
764         (mm-uu-org-src-code-block-extract): New function.
765
766         * mm-view.el (mm-display-org-inline): New function.
767
768         * mm-decode.el (mm-automatic-display): Add text/org.
769
770         * mailcap.el (mailcap-mime-extensions): Add .org.
771
772 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * gnus-art.el (gnus-article-highlight): Remove argument passed to
775         gnus-article-add-buttons.
776
777 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
778
779         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
780         From header with a date and "nobody" as the sender.
781
782 2011-01-19  Julien Danjou  <julien@danjou.info>
783
784         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
785         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
786         if you have the same regexp several times.
787         (gnus-button-push): Fix matching when regexp is symbol.
788
789 2011-01-15  Glenn Morris  <rgm@gnu.org>
790
791         * message.el (message-mail): A compose-mail function should
792         accept headers as strings.
793
794 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
795
796         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
797         Add :vert-only tags.
798         (message-mail): New arg RETURN-ACTION.
799         (message-return-action): New var.
800         (message-bury): Use it.
801         (message-mode): Make it buffer-local.
802         (message-send-and-exit): Always call message-bury.
803
804         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
805         message-mail.
806
807 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * nnimap.el (nnimap-convert-partial-article): Protect against
810         zero-length body parts.
811
812         * mm-decode.el (mm-preferred-alternative-precedence):
813         Discourage showing empty parts.
814
815         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
816         and stuff if the backend didn't return the article number.  This fixes
817         an Exchange-related nnimap bug.
818
819         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
820         group window, because it does the wrong thing when a separate frame
821         displays the group buffer.
822
823         * proto-stream.el (open-protocol-stream): Protect against the low-level
824         transport functions returning nil.
825
826 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
827
828         * mml2015.el (epg-sub-key-fingerprint): Autoload.
829         (mml2015-epg-find-usable-secret-key): New function.
830         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
831         mml2015-epg-find-usable-key (Bug#7797).
832         (mml2015-epg-encrypt): Ditto.
833
834 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * dgnushack.el (rot13-string): Fix the way to get the argument.
837
838 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
839
840         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
841
842 2011-01-03  Glenn Morris  <rgm@gnu.org>
843
844         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
845
846         * sieve.el (sieve-open-server): Give a more explicit error if
847         sieve-manage-open returns nil.  (Bug#7720)
848
849 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
850
851         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
852
853 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854
855         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
856         This avoids sending passwords in plain text over non-encrypted
857         channels.
858
859         * shr.el (shr-rescale-image): Display all GIF images as animated images.
860
861         * nnimap.el (nnimap-login): Refactored out into own function, and
862         implement CRAM-MD5.
863         (nnimap-wait-for-line): Refactored out.
864
865         * mm-view.el (mml-smime): Require.
866
867 2010-12-20  David Engster  <deng@eml.cc>
868
869         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
870         use EPG to decrypt S/MIME messages instead of openssl.
871
872 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
875
876         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
877         status is the group clearly is unreachable.
878
879         * auth-source.el (auth-source-create): Add the optional second
880         parameter to `local-variable-p' to be compatible with XEmacs.
881
882 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
883
884         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
885         work when using a compressed nnml folder.
886
887 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
890         backends after sanitising on entry, because this never makes sense:
891         If the articles have gone missing, then the data no longer exists on
892         the backend, and if they haven't, then Gnus is wrong, and shouldn't
893         overwrite anything anyway.
894
895         * shr.el (shr-insert-document): Bind shr-width dynamically to
896         window-width if it's nil.
897
898 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
899
900         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
901         with the meaning of using the full emacs window width for rendering.
902
903 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
904
905         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
906         case when sender is not given.
907
908 2010-12-23  Julien Danjou  <julien@danjou.info>
909
910         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
911         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
912         the addresses, otherwise we might misplaced the gravatar.
913
914 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
915
916         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
917         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
918         obsolete in Emacs.
919
920 2010-12-20  Julien Danjou  <julien@danjou.info>
921
922         * gnus-util.el (gnus-rescale-image): Revert last change.
923
924 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
925
926         * binhex.el: Improve commentary (Bug#7482).
927
928 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * gnus-group.el (gnus-group-delete-articles): New command.
931
932 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
933
934         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
935
936 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
937
938         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
939         here, since it's up to the backends to do CRLF removal if their
940         protocol has it.
941
942         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
943
944 2010-12-17  Julien Danjou  <julien@danjou.info>
945
946         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
947         they are from file. Can also scale up.
948
949 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
950
951         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
952         gnus-use-agent.
953         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
954
955         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
956
957 2010-12-17  Julien Danjou  <julien@danjou.info>
958
959         * gravatar.el (gravatar-retrieve-synchronously): New function.
960         (gravatar-get-data): Make more robust.
961
962 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
965
966 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
967
968         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
969         to really consider the last line.
970
971 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
972
973         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
974         list of recipient keys, or use symmetric encryption if not a list.
975         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
976         EPA override, replacing the call to `netrc-store-data'.
977
978 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
979
980         * gnus-srvr.el: Avoid passing nil regexp argument to
981         delete-matching-lines.
982
983 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
986         fetching stops when Gnus exits.
987
988         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
989         function.
990         (nnfolder-request-expire-articles): Save all the buffers after doing
991         expiry.
992
993         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
994         the last article", since that led to serious performance regressions
995         when expiring nnml groups.
996
997 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
998
999         * nnir.el: Improve customizations.
1000
1001 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1002
1003         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1004
1005         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1006         group has been killed.
1007         (gnus-group-yank-group): Ditto.
1008
1009         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1010
1011         * nnimap.el (nnimap-request-update-group-status): New function.
1012
1013         * gnus-int.el (gnus-request-update-group-status): New interface
1014         function.
1015
1016         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1017         copying read-ness to the backends.
1018
1019         * nnimap.el (nnimap-quirk): New function.
1020         (nnimap-retrieve-group-data-early): Use it.
1021         (nnimap-quirks): New alist.
1022
1023 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1026         don't delete it within indentation.
1027
1028 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029
1030         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1031         previous line.
1032
1033 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1036         QRESYNC command by deleting a superfluous space which broke Cyrus
1037         servers.  This change will break other servers that are buggy the other
1038         way around.
1039
1040 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1041
1042         * spam.el: Reindent and fix long lines.
1043         (spam-copy-or-move-routine): Exclude invalid move destinations.
1044
1045 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1046
1047         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1048         installed the registry.
1049
1050 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1053
1054 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1055
1056         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1057         groupname doesn't contain "gmane".
1058
1059 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1062         and netrc-bound-and-true-p bindings.
1063         (netrc-parse): Cache the netrc contents.
1064
1065         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1066         (gnus-1): Don't create the nndrafts group twice.
1067         (gnus-setup-news): There's no need to read the active file here, since
1068         that's done again later on a per-backend basis.
1069         (gnus-start-draft-setup): Make sure that the new group is started out
1070         empty.
1071
1072         * gnus-agent.el (gnus-agentize): Don't create the queue group
1073         automatically on startup.  It'll be created later, if needed.
1074
1075         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1076         of automatically subscribed groups.
1077         (gnus-auto-subscribed-categories): New variable.
1078         (gnus-matches-options-n): Use it.
1079         (gnus-default-subscribed-newsgroups): Remove unused variable.
1080         (gnus-start-draft-setup): Message a bit less.
1081
1082 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1083
1084         * nnir.el (nnir-run-imap): Return article list in order of increasing
1085         UID.
1086
1087 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * gnus-sum.el (gnus-summary-enter-digest-group):
1090         Mention gnus-auto-select-on-ephemeral-exit.
1091
1092         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1093         convention of the network-only option.
1094
1095 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * proto-stream.el (proto-stream-open-network-only): New function to
1098         have a way to specify non-STARTTLS upgrade connections.
1099
1100 2010-12-10  Julien Danjou  <julien@danjou.info>
1101
1102         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1103         email address is nil.
1104
1105         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1106
1107 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1108
1109         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1110         deletion.
1111         (nnir-run-imap): Only need to parse list once.
1112
1113 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114
1115         * shr.el (shr-tag-script): Ignore <script>.
1116         (shr-tag-label): Add <label> support.
1117
1118 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1121
1122         * shr.el (shr-image-displayer): Work for images lined side by side.
1123
1124 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1125
1126         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1127         parameter, since XEmacs doesn't accept t as a parameter.
1128
1129 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1130
1131         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1132         ids.
1133         (nnir-run-gmane): Simplify groupspec formatting.
1134         (nnir-request-expire-articles): New function.
1135
1136 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1139         overflow, possibly.
1140
1141         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1142         (shr-render-td): Handle td style="" better.
1143         (shr-tag-table): Use the color from the style sheet.
1144         (shr-render-td): Make sure we copy over all the overlays, too.
1145
1146 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1147
1148         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1149         (nnir-request-article): Improve article retrieval.
1150
1151 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1152
1153         * mm-util.el (mm-extra-numeric-entities): New variable.
1154
1155         * mm-url.el (mm-url-decode-entities):
1156         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1157
1158         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1159
1160 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1161
1162         * message.el: Use completion-at-point.
1163         (message-completion-function): New fun, extracted from message-tab.
1164         (message-mode): Use it for completion-at-point-functions.
1165         (message-tab): Use it and completion-at-point.
1166
1167 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1170         character if a non-breakable character follows.
1171
1172 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1173
1174         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1175         any stream.
1176
1177         * shr.el (shr-tag-font): Colorize the region.
1178         (shr-tag-body): Ditto.
1179         (shr-tag-font): Actually let the styles be inherited instead of
1180         overwriting them.
1181         (shr-tag-font): Get the background color right.
1182         (shr-tag-style): Ignore all <style> tags for the moment.
1183
1184         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1185         a Message-ID to avoid having nnimap depend on gnus-sum.
1186
1187         * shr.el (shr-descend): Only colorize something if we have a node that
1188         sets colors.
1189
1190 2010-12-06  Julien Danjou  <julien@danjou.info>
1191
1192         * shr.el (shr-render-td): Render td content with shr-descend, so style
1193         will be applied to <td> too.
1194         (shr-colorize-region): Colorize region even if we only have a background.
1195         (shr-tag-body): Fix color and background color inheritance.
1196         Do not recolorize after shr-generic.
1197         (shr-tag-font): Let shr-generic colorize via inheritance.
1198
1199 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1202
1203 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1204
1205         * nnir.el (nnir-request-move-article): Remove obsolete code.
1206
1207 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1208
1209         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1210
1211 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * gnus-sum.el (gnus-summary-respool-article): The completion function
1214         expects a list instead of an alist.
1215
1216         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1217         string as the parameter.
1218
1219         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1220
1221         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1222         styles.
1223         (shr-colorize-region): New function.
1224         (shr-insert-background-overlay): Remove.
1225         (shr-render-td): Background setting should be taken care of on a higher
1226         level.
1227         (shr-tag-body): Use post-hoc colorizations.
1228         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1229         (shr-put-color-1): Don't overwrite old colors.
1230         (shr-colorize-region): When the background color isn't explicit, use
1231         a fixed background.
1232
1233         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1234         nnmail variables.
1235
1236 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1237
1238         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1239         unless necessary.
1240
1241 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1242
1243         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1244         server.
1245
1246 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1249         so that TAB works.
1250
1251         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1252         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1253
1254         * shr.el (shr-urlify): Show the URL before the title to avoid
1255         misleading URLs.
1256
1257 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1258
1259         * shr.el (shr-urlify): Display the title in <a> tags.
1260
1261 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1262
1263         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1264
1265 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1266
1267         * nnir.el: Rearrange code to allow macros to be autoloaded by
1268         gnus-sum.el.
1269         (nnir-retrieve-headers-override-function): Make this variable
1270         customizable.
1271         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1272
1273         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1274         from nnir.el.
1275
1276 2010-12-03  Julien Danjou  <julien@danjou.info>
1277
1278         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1279
1280 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1283         allow optional argument `environment'.
1284
1285 2010-12-03  Glenn Morris  <rgm@gnu.org>
1286
1287         * mm-extern.el (message-goto-body): Update declaration.
1288
1289 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * gnus-util.el (gnus-macroexpand-all): New function.
1292
1293         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1294         instead of macroexpand-all that is unavailable in XEmacs.
1295
1296 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1297
1298         * nnir.el (nnir-summary-line-format): New variable.
1299         (nnir-mode): Use it.
1300         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1301         (nnir-article-ids): Reimplement as defsubst.
1302         (nnir-retrieve-headers): Don't mangle the subject header.
1303         (nnir-run-imap): Use 100 as RSV score.
1304         (nnir-run-find-grep): Fix for full server searching.
1305         (nnir-run-gmane): Better restriction to gmane groups.
1306
1307         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1308         summary buffers.
1309
1310 2010-12-02  Julien Danjou  <julien@danjou.info>
1311
1312         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1313
1314         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1315
1316         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1317         support.
1318
1319 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1320
1321         * nnir.el: Update to handle the registry better.
1322         (autoload): Silence byte-compiler.
1323         (nnir-open-server): Add a hook for nnir groups.
1324         (nnir-request-move-article): Don't mangle the header. Better to use
1325         formating variables (which will be added in the future).
1326         (nnir-registry-action): Update the registry using the original article
1327         group name.
1328         (nnir-mode): Install nnir-specific hooks for updating the registry.
1329
1330         * gnus-sum.el
1331         (gnus-article-original-subject,gnus-newsgroup-original-name):
1332         Remove obsolete variables.
1333         (gnus-summary-move-article): Remove use of obsolete variables.
1334         (gnus-summary-local-variables): Make move and delete hooks local to
1335         summary buffers.
1336
1337 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1338
1339         * rtree.el: New file.
1340
1341 2010-12-01  Julien Danjou  <julien@danjou.info>
1342
1343         * message.el (message-user-organization): Do not use
1344         gnus-local-organization.
1345
1346         * gnus.el: Remove gnus-local-organization.
1347
1348         * gnus-msg.el: Remove nastygram thing.
1349
1350 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1351
1352         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1353         funcall.
1354
1355 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1356
1357         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1358         names.
1359
1360         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1361         characters.
1362
1363         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1364         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1365         Suggested by Štěpán Němec <stepnem@gmail.com>.
1366         (gnus-gravatar-transform-address): Use mail-extract-address-components
1367         that supports non-ASCII names rather than mail-header-parse-addresses.
1368
1369 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * proto-stream.el (open-protocol-stream): All starttls connections are
1372         handled by the network handler.
1373
1374 2010-11-30  Julien Danjou  <julien@danjou.info>
1375
1376         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1377         (nnimap-open-connection-1): Fix PREAUTH.
1378
1379         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1380
1381 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1384         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1385         (shr-insert): Use them.
1386         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1387
1388 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1389
1390         * nnir.el (nnir-request-move-article): Bail out if original group
1391         doesn't support article moves.
1392         (nnir-get-active): Improve active list retrieval.
1393
1394 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1397
1398 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1399
1400         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1401         seem to accept strings-with-numbers as port numbers,
1402
1403 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1404
1405         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1406         change the registry.
1407
1408 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1411         delete-dups that is not available in XEmacs 21.4.
1412
1413         * mm-util.el (mm-delete-duplicates): Add comment.
1414
1415 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1416
1417         * nnir.el (nnir-ignored-newsgroups): New variable.
1418         (nnir-get-active): Use it.
1419
1420 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421
1422         * proto-stream.el (proto-stream-open-network): Add some comments.
1423
1424         * nntp.el (nntp-open-connection): Provide a :success condition.
1425
1426         * nnimap.el (nnimap-open-connection-1): Ditto.
1427
1428         * proto-stream.el (proto-stream-open-network): See what the response to
1429         the STARTTLS command is.
1430
1431         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1432         backwards compatibility).
1433         (nnimap-open-connection-1): Really respect nnimap-server-port.
1434
1435         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1436         TLS upgrades we don't really care about the identity of the peer.
1437         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1438         that what we've checked for.
1439         (proto-stream-always-use-starttls): Only default to t if
1440         open-gnutls-stream exists.
1441         (proto-stream-open-network): If STARTTLS failed, then just open a
1442         normal connection.
1443         (proto-stream-open-network): Wait until the greeting before doing
1444         STARTTLS.
1445
1446         * nntp.el (nntp-open-connection): Report what the connection error is.
1447
1448         * proto-stream.el (open-protocol-stream): Rename from
1449         open-proto-stream.
1450
1451 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452
1453         * nnimap.el (nnimap-stream): Change default to `undecided'.
1454         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1455         first, and then network.
1456         (nnimap-open-connection-1): Respect nnimap-server-port.
1457         (nnimap-open-connection): Be more backwards-compatible.
1458
1459         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1460         (proto-stream-open-starttls): De-duplicate the starttls code.
1461         (proto-stream-open-starttls): Folded back into the main function.
1462         (proto-stream-open-network): Fix typo in the gnutls path.
1463         (proto-stream-command): Refactor out.
1464
1465         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1466
1467         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1468         starttls.el STARTTLS.
1469
1470         * color.el (color-lab->srgb): Fix function call name.
1471
1472         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1473         if we're using tls.el.
1474         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1475         built in, then don't try to establish a STARTTLS connection.
1476
1477         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1478         servers.
1479
1480         * proto-stream.el (open-proto-stream): Use network, not stream.
1481         (open-proto-stream): Add a way to specify what the end of a command is.
1482
1483         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1484         connections types.
1485         (nntp-open-network-stream): Remove.
1486         (nntp-open-ssl-stream): Remove.
1487         (nntp-open-tls-stream): Remove.
1488         (nntp-ssl-program): Remove.
1489
1490         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1491
1492 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1493
1494         * nnir.el: Fix typos.
1495         (nnir-retrieve-headers-override-function): Rename variable to reflect
1496         new semantics.
1497         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1498         macros.
1499         (nnir-request-article, nnir-request-move-article): Use them.
1500         (nnir-categorize): New function.
1501         (nnir-run-query): Use it.
1502         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1503         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1504         sorted.
1505         (nnir-group-full-name): Use gnus-group-full-name instead.
1506         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1507         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1508
1509 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1510
1511         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1512
1513         * proto-stream.el: New library to provide protocol-specific
1514         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1515         protocols.
1516         (open-proto-stream): Complete the documentation.
1517         (proto-stream-open-network): Fix some typos.
1518
1519         * nnimap.el (nnimap-open-connection): Use it.
1520
1521 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1522
1523         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1524         negotiation.
1525
1526 2010-11-26  Julien Danjou  <julien@danjou.info>
1527
1528         * color.el: Rename various rgb functions to srgb.
1529
1530 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1533         names.
1534
1535 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * shr.el (shr-insert): Revert last change.
1538         (shr-find-fill-point): Never leave point being at bol;
1539         relax the kinsoku limitation when rendering tables.
1540
1541 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1544         results from -accept-article.
1545
1546         * shr-color.el: Require cl when compiling.
1547
1548         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1549         checkin.
1550
1551         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1552
1553         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1554
1555         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1556         'add and 'delete to set backend marks.
1557
1558         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1559
1560         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1561
1562         * nntp.el (nntp-request-set-mark): Use it.
1563
1564         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1565
1566         * nnml.el (nnml-request-set-mark): Ditto.
1567
1568         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1569         introduces regressions in article selection.
1570         (nnimap-find-uid-response): New function.
1571         (nnimap-request-accept-article): Use the UID returned, if any.
1572         (nnimap-request-move-article): Use the UID returned, if any.
1573         (nnimap-get-groups): Reimplement to work with folded lines.
1574         (nnimap-find-uid-response): The UID is the last element in the list.
1575         (nnimap-request-set-mark): Extend syntax with 'set.
1576
1577         * nnml.el (nnml-request-set-mark): Ditto.
1578
1579         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1580
1581         * nntp.el (nntp-request-set-mark): Ditto.
1582
1583 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1584
1585         * message.el (message-called-interactively-p): A temporary macro.
1586         (message-goto-body): Use it temporarily.
1587
1588 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1591         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1592         (nnimap-last-response-string): Fix last unfolding fix.
1593
1594 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1595
1596         * shr.el (shr-insert): Fix the way to fold lines.
1597
1598 2010-11-25  Julien Danjou  <julien@danjou.info>
1599
1600         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1601
1602         * color.el: Rename from color-lab.el
1603         (color-rgb->hex): Add.
1604         (color-complement): Add.
1605         (color-complement-hex): Add.
1606
1607         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1608
1609 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1612         don't exist.
1613
1614 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1617         assuming that article displaying or another mml-preview may be
1618         interrupted for an error or for the like.
1619
1620         * shr.el (shr-get-background): Fix argument name.
1621
1622 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623
1624         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1625
1626         * gnus-sum.el (gnus-summary-include-articles): New function.
1627
1628         * message.el (message-goto-body): called-interactively-p needs a
1629         parameter, so use `any'.
1630
1631         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1632         clear marks before moving, since they're synced from the Gnus side
1633         first.
1634
1635         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1636         (gnus-summary-move-article): Copy over all marks before moving, so that
1637         IMAP doesn't think a new article has arrived.
1638
1639 2010-11-24  Julien Danjou  <julien@danjou.info>
1640
1641         * shr.el (shr-insert-background-overlay): Fix typo.
1642         (shr-render-td): Copy the background before rendering.
1643
1644         * shr-color.el (shr-color-visible): Fix docstring.
1645
1646         * shr.el (shr-tag-table): Add bgcolor support.
1647         (shr-render-td): Add bgcolor support.
1648         (shr-get-background): Add.
1649         (shr-insert-foreground-overlay): Use shr-get-background.
1650
1651         * message.el (message-goto-body): Use called-interactively-p.
1652         (message-in-body-p): message-goto-body returns point.
1653
1654 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1657         Fixes something or other in Emacs 23, and is backwards compatible.
1658
1659         * message.el (message-goto-body): Remove the <#secure special-casing,
1660         which is too special.
1661
1662         * shr.el (shr-parse-style): Drop !important from styles.
1663
1664 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1665
1666         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1667         this function to return incorrect results when calling it with an
1668         explicit article argument different from
1669         (gnus-summary-article-number).
1670
1671 2010-11-24  Julien Danjou  <julien@danjou.info>
1672
1673         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1674         (shr-tag-body): Add background support.
1675         (shr-descend): Add background support.
1676         (shr-tag-title): Add.
1677
1678         * shr-color.el (shr-color-visible): Really return original background
1679         if fixed.
1680
1681 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * shr.el (shr-color-check): Protect against non-existant colour names.
1684
1685 2010-11-24  Julien Danjou  <julien@danjou.info>
1686
1687         * color-lab.el: Require 'cl when compiling.
1688
1689         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1690
1691         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1692         matched part.
1693
1694         * color-lab.el: Fix all expt calls to use float type.
1695
1696 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1699         expression to shr-color-check as is.
1700
1701         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1702
1703         * color-lab.el: Add coding cookie.
1704         (float-pi): Use eval-and-compile.
1705
1706         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1707         compiled for Emacsen having no `libxml-parse-html-region' support.
1708
1709 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1710
1711         * shr.el (shr-insert-color-overlay): Split stuff like
1712         "#444444 !important" to find the real colour.
1713         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1714         parse <font color="red"> entries.
1715
1716 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1717
1718         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1719         point when parsing headers.
1720
1721         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1722         is positioned properly when parsing headers.
1723
1724 2010-11-23  Julien Danjou  <julien@danjou.info>
1725
1726         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1727
1728         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1729
1730         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1731
1732         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1733         Use shr-color-hue-to-rgb.
1734         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1735
1736 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1737
1738         * shr.el (shr-color->hexadecimal): Autoload.
1739         (shr-descend): Add color to all tags.
1740
1741 2010-11-22  Julien Danjou  <julien@danjou.info>
1742
1743         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1744         shr-color->hexadecimal.
1745
1746         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1747         RGB() or HSL() color representation.
1748
1749         * shr.el (shr-tag-font): Add.
1750         (shr-tag-color-check): New function to get better colors.
1751         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1752         tag-span.
1753
1754         * shr-color.el: New file.
1755
1756         * color-lab.el: New file.
1757
1758         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1759
1760 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1761
1762         * nnir.el: Fix typo in comments.
1763         (nnir-run-imap): Simplify code. No need to reverse artlist.
1764         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1765
1766 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1769
1770         * nnimap.el (nnimap-get-capabilities): Refactor out.
1771         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1772
1773 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1774
1775         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1776         appearing when `mm-uu-hide-markers' is nil.
1777
1778 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * nnimap.el (nnimap-unselect-group): Make into its own function.
1781         (nnimap-request-rename-group): Unselect group before renaming.
1782         This had gotten lost somewhere.
1783         (nnimap-request-accept-article): Keep track of examined groups, and
1784         unselect the group before APPENDing to read-only groups.
1785         (nnimap-request-move-article): Clear flags before moving so that they
1786         can be re-set later.
1787
1788 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1789
1790         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1791         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1792
1793 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * gnus-art.el (gnus-mime-display-single)
1796         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1797         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1798         parameter.
1799
1800 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801
1802         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1803         (shr-table-vertical-line): New variable.
1804         (shr-insert-table): Use it.
1805
1806 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1807
1808         * gnus-html.el (gnus-html-wash-images): Don't display images if
1809         gnus-inhibit-images is non-nil; register displayer for cid images.
1810         (gnus-html-display-image): Work for cid image.
1811         (gnus-html-insert-image): Allow arguments.
1812         (gnus-html-put-image): Inhibit read-only.
1813         (gnus-html-prefetch-images): Don't prefetch images if
1814         gnus-inhibit-images is non-nil.
1815
1816 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1817
1818         * shr.el (shr-put-image): Break lines when inserting big pictures.
1819
1820 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1821
1822         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1823         sender, thanks Katsumi Yamaoka.
1824
1825 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1826
1827         * nnir.el (nnir-run-imap): Reverse the article list for each group
1828         rather than the whole list.
1829
1830 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1831
1832         * shr.el (shr-image-displayer): Protect function against non-existent
1833         image source.
1834
1835         * gnus-art.el (gnus-inhibit-images): New user option.
1836         (gnus-mime-display-single): Don't display image if it is non-nil.
1837
1838         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1839         gnus-inhibit-images.
1840
1841         * shr.el (shr-image-displayer): New function.
1842         (shr-tag-img): Use it.
1843
1844 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1845
1846         * mml2015.el (mml2015-epg-sign): Use From header.
1847
1848 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1851
1852         * gnus-util.el (gnus-find-text-property-region): Return markers.
1853
1854         * shr.el (shr-tag-img): Put a displayer in the text property.
1855
1856         * gnus-util.el (gnus-find-text-property-region): New utility function.
1857
1858         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1859         (gnus-html-show-images): Remove.
1860
1861         * gnus-art.el (gnus-article-show-images): New, more general function.
1862
1863         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1864         image url text properties.
1865
1866         * shr.el: Ditto.
1867
1868         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1869         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1870
1871 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1874         work for two or more articles.
1875
1876 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1877
1878         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1879         divide an image that's in an html article to two or more when washing
1880         non-ASCII characters in alt text of it.
1881
1882 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1885         smime-decrypt-region using function argument.
1886         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1887
1888         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1889
1890         * smime.el (smime-decrypt-region): Catch it.
1891
1892 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1893
1894         * smime.el (smime-mode-map): Move initialization into declaration.
1895         (gnus-run-mode-hooks): Don't autoload.
1896         (smime-mode): Use define-derived-mode.
1897
1898 2010-11-11  Glenn Morris  <rgm@gnu.org>
1899
1900         * smime.el (from): Restrict declaration to XEmacs.
1901
1902         * nnir.el (gnus-group-topic-name): Autoload.
1903
1904 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * shr.el (shr-insert): Don't break long line if it is because of
1907         kinsoku-bol characters in the line end.
1908
1909 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1910
1911         * nnir.el (nnir-request-move-article): Fix to provide original group
1912         and subject.
1913         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1914         been retrieved.
1915
1916         * gnus-sum.el (gnus-summary-move-article): Use original group and
1917         subject for virtual articles such as those in an nnir summary buffer.
1918
1919 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1920
1921         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1922         least 21.5).
1923
1924         * smime.el (from): Declare it again for XEmacs.
1925
1926 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * message.el (message-resend): Don't disable encoding unless it's
1929         already encoded.
1930
1931         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1932         low-numbered articles.
1933
1934 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * rfc2047.el (rfc2047-syntax-table): Simplify.
1937
1938         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1939
1940         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1941         set-char-table-range for XEmacs.
1942
1943 2010-11-10  Glenn Morris  <rgm@gnu.org>
1944
1945         * time-date.el (time-to-seconds): Always an alias on Emacs,
1946         never a real function.
1947         (with-no-warnings): Remove compat stub, now unused.
1948         (time-less-p): Doc fix.
1949         (time-to-number-of-days): Simplify.
1950
1951         * smime.el (from): Remove unused declaration.
1952
1953         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1954         (gnus-float-time): On Emacs, always an alias.
1955
1956         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1957         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1958
1959 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * dgnushack.el: Don't use ignore-errors in the top level form since it
1962         is unavailable in XEmacs even if cl is loaded.
1963
1964         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1965
1966 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967
1968         * shr.el (browse-url-mailto): Autoload.
1969
1970         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1971
1972         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1973         regexp doesn't need quoting.
1974
1975 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1976
1977         * message.el (message-subject-trailing-was-ask-regexp)
1978         (message-subject-trailing-was-regexp): Match was: in addition to was.
1979
1980 2010-11-09  Glenn Morris  <rgm@gnu.org>
1981
1982         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1983         (nnbabyl-check-mbox): Use point-at-bol.
1984
1985 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1988
1989         * message.el (message-mailto): New function.
1990         (message-mailto): Should accept other parameters.
1991         (message-mailto): Remove since it duplicates browse-url-mailto
1992         functionality.
1993
1994 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1997         methods.
1998         (gnus-read-active-file): Ditto.
1999
2000         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2001         ": " from the prompt.
2002         (gnus-group-make-group): Ditto.
2003
2004 2010-11-07  Glenn Morris  <rgm@gnu.org>
2005
2006         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2007         (gnus-bookmark-kill-line): Use point-at-eol.
2008
2009 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2012         asterisks in From header.
2013
2014 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015
2016         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2017         string to avoid making the From headers syntactically invalid.
2018
2019         * message.el (message-send-mail): Don't insert courtesy messages if the
2020         message already has List-Post and List-ID messages.
2021
2022 2010-11-06  Glenn Morris  <rgm@gnu.org>
2023
2024         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2025         `condition', `type', `length' a prefix.
2026         (gnus-treat-predicate): Update for above name changes.
2027
2028 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2029
2030         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2031         binding.  Handled by `gnus-summary-refer-thread' instead.
2032         (nnir-warp-to-article): New backend function.
2033
2034         * nnimap.el (nnimap-request-thread): Force dependency updating.
2035
2036         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2037         (gnus-summary-refer-thread): Rework to improve thread-referral.
2038
2039         * gnus-int.el (gnus-warp-to-article): New function.
2040
2041         * gnus-sum.el (gnus-summary-article-map): Bind it.
2042
2043 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2044
2045         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2046         gnus-summary-refer-thread.
2047
2048         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2049         headers.
2050         (gnus-summary-limit-include-thread): Prevent articles in thread from
2051         being cut in gnus-cut-threads.
2052         (gnus-summary-refer-thread): Limit retrieved headers to those in
2053         thread.
2054
2055 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056
2057         * message.el (message-send-mail): Use the value of
2058         message-courtesy-message from the message buffer.
2059
2060         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2061
2062         * shr.el (shr-browse-url): Implement mailto: URLs.
2063
2064         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2065         "raw".
2066
2067         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2068         if it's already selected.
2069
2070         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2071
2072 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2075         to measure the length and truncate alt text.
2076
2077 2010-11-03  Glenn Morris  <rgm@gnu.org>
2078
2079         * nndiary.el (nndiary-generate-nov-databases-1)
2080         (nndiary-generate-active-info): Rename dynamic variable `files' to
2081         something less generic.
2082
2083 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2084
2085         * nnir.el (nnir-request-move-article): Call the underlying backend to
2086         move articles from nnir.
2087
2088 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2089
2090         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2091
2092 2010-11-02  Julien Danjou  <julien@danjou.info>
2093
2094         * nnir.el: Remove wais support.
2095
2096 2010-11-02  Glenn Morris  <rgm@gnu.org>
2097
2098         * gnus-html.el: Reorder requirements to quieten compiler.
2099
2100 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2101
2102         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2103         properly for XEmacs as well.
2104         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2105         (gnus-article-natural-long-line-p): Use window-width rather than
2106         frame-width.
2107
2108 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2109
2110         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2111         (nnir-read-parms): Don't modify query.
2112         (nnir-run-query): Add ability to search topic on current line.
2113         (nnir-get-active): Clean up.
2114
2115 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2118         degenerate articles.
2119
2120         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2121         (gnus-print-buffer): Just print the buffer as is, without any copying
2122         to a buffer and then re-highlighting.
2123
2124         * nnimap.el (nnimap-request-group): Store the new updated info.
2125         (nnimap-request-group): Select the group when we don't know whether it
2126         exists or not.
2127
2128         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2129         groups.
2130
2131         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2132         groups.
2133
2134         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2135         groups.
2136
2137         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2138         long-lines case by only filling the long lines.
2139
2140         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2141         (bug #7311).
2142
2143 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2144
2145         * shr.el: No need to declare `declare-function' since shr.el is for
2146         only Emacsen that provide `libxml-parse-html-region'.
2147
2148         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2149         effective only in a file it is referred to.
2150
2151 2010-11-01  Glenn Morris  <rgm@gnu.org>
2152
2153         * mm-util.el (gnus-completing-read): Autoload.
2154         (mm-read-coding-system): Simplify Emacs definition.
2155
2156         * nnmail.el (gnus-activate-group):
2157         * nnimap.el (gnutls-negotiate):
2158         * nntp.el (netrc-parse): Fix declarations.
2159
2160 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2163         string-match-p in Emacs >=23.
2164
2165         * gnus-msg.el (gnus-configure-posting-styles)
2166         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2167
2168 2010-11-01  Glenn Morris  <rgm@gnu.org>
2169
2170         * nnir.el (declare-function): Add compat stub.
2171         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2172         (nnir-run-gmane): Require 'mm-url.
2173
2174         * mm-util.el (mm-string-to-multibyte): Simplify.
2175
2176         * shr.el (declare-function): Add compat stub.
2177         (url-cache-create-filename): Declare.
2178         (mm-disable-multibyte, widget-convert-button): Autoload.
2179
2180         * smime.el (ldap-search): Declare.
2181         (smime-cert-by-ldap-1): Require ldap on Emacs.
2182
2183         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2184         (nnimap-keepalive): Use gnus-float-time.
2185
2186         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2187         (mail-source-delete-crash-box): Use gnus-float-time.
2188
2189         * gnus-dired.el (gnus-completing-read): Autoload.
2190
2191         * mm-view.el (gnus-rescale-image): Autoload.
2192
2193         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2194
2195         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2196
2197         * sieve-manage.el: Require 'cl when compiling.
2198
2199         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2200         (gnus-iswitchb-completing-read): Require iswitchb.
2201         (gnus-select-frame-set-input-focus): Silence compiler.
2202
2203 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204
2205         * message.el (message-subject-trailing-was-query): Change default to t,
2206         since I think that's what most people want.
2207
2208         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2209         appending for easier debugging.
2210         (nnimap-wait-for-connection): Take a regexp.
2211         (nnimap-request-accept-article): Wait for the continuation line before
2212         sending anything unless we're streaming.
2213
2214         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2215         leave the header washing to take place.
2216
2217 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2218
2219         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2220         regular expression match and replace in posting styles.
2221
2222 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2223
2224         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2225         an entire server.
2226         (nnir-get-active): New function.
2227         (nnir-run-imap): Use it.
2228         (nnir-run-gmane): Who knew, gmane search returns an article score!
2229
2230         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2231         server on the current line with nnir.
2232
2233 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2236         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2237         left edge.
2238         (gnus-article-foldable-buffer): Skip past the prefix when determining
2239         raggedness.
2240
2241         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2242         the raw article, and change `C-u g' to show the article without doing
2243         treatments.
2244
2245         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2246         on to `gnus-treat-article'.
2247         (gnus-inhibit-article-treatments): New variable.
2248
2249         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2250
2251         * gnus-art.el (gnus-treatment-function-alist): Have
2252         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2253         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2254         sections.
2255
2256         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2257         parameter.
2258         (gnus-article-fill-cited-long-lines): New function.
2259         (gnus-article-fill-cited-article): Allow filling only long sections.
2260
2261         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2262         and non-punctuation (like after the apostrophe in "'We").
2263
2264         * gnus-sum.el (gnus-summary-select-article): Make sure
2265         gnus-original-article-buffer is alive.
2266
2267         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2268         reflect the order they're in in the digest.
2269
2270         * gnus.el (gnus-group-startup-message): Move point to the start of the
2271         buffer.
2272
2273         * nnimap.el (nnimap-capability): New function.
2274         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2275         is set.
2276
2277 2010-10-31  David Engster  <dengste@eml.cc>
2278
2279         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2280         conform with changes to gnus-completing-read.
2281
2282 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2283
2284         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2285
2286 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2287
2288         * nnir.el: Move defvar, defcustom around to keep file organized
2289         and keep byte-compiler quiet.
2290         (nnir-read-parms): Accept search-engine as arg.
2291         (nnir-run-query): Pass search-engine as arg.
2292         (nnir-search-engine): Remove.
2293
2294 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * shr.el (shr-generic): The text nodes should be text, not :text.
2297
2298         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2299         later in the file.
2300
2301 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2302
2303         * nnir.el: General clean up.  Allow searching with multiple engines.
2304         Allow separate extra-parameters for each engine.
2305         Batch queries when possible.
2306         (nnir-imap-default-search-key,nnir-method-default-engines):
2307         Add customize interface.
2308         (nnir-run-gmane): New engine.
2309         (nnir-engines): Use it.  Qualify all prompts with engine name.
2310         (nnir-search-engine): Remove global variable.
2311         (nnir-run-hyrex): Restore for now.
2312         (nnir-extra-parms,nnir-search-history): New variables.
2313         (gnus-group-make-nnir-group): Use them.
2314         (nnir-group-server): Remove in favor of gnus-group-server.
2315         (nnir-request-group): Avoid searching twice.
2316         (nnir-sort-groups-by-server): New function.
2317
2318 2010-10-30  Julien Danjou  <julien@danjou.info>
2319
2320         * gnus-group.el: Remove gnus-group-fetch-control.
2321
2322         * gnus-start.el (gnus-find-new-newsgroups):
2323         Remove gnus-check-first-time-used.
2324
2325         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2326
2327 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2328
2329         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2330         set on groups that don't have \* permanentflags.
2331
2332 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2333
2334         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2335         control the background color.
2336         (shr-tag-img): Ignore very small web bug type images.
2337         (shr-put-image): Add help-echo alt texts to the images.
2338         (shr-tag-video): Show the video poster image.
2339
2340 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341
2342         * shr.el (shr-table-depth): New variable.
2343         (shr-tag-table-1): Only insert the images after the top-level table.
2344
2345         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2346
2347         * gnus-util.el (gnus-list-memq-of-list): New function.
2348
2349         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2350         selected.
2351         (nnimap-unsplittable-articles): New slot.
2352         (nnimap-new-articles): Use it.
2353
2354 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2355
2356         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2357         move to the previous line on `M-g'.
2358
2359 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2360
2361         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2362         *-request-group, which seems unnecessary.
2363
2364         * nnimap.el (nnimap-quote-specials): Function copied over from
2365         imap.el.
2366         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2367         they support that.  Suggested by Tom Regner.
2368
2369 2010-10-29  Julien Danjou  <julien@danjou.info>
2370
2371         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2372         defalias.
2373         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2374
2375         * gnus.el: Remove `gnus-nntp-service' variable.
2376         (gnus-secondary-servers): Make obsolete.
2377         (gnus-nntp-server): Make obsolete.
2378
2379         * gnus-start.el (gnus-1): Remove x-splash calls.
2380
2381         * gnus-ems.el (gnus-x-splash): Remove.
2382
2383         * gnus.el (gnus-group-startup-message): Simplify/update code.
2384
2385         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2386         definition.
2387
2388         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2389         capability before doing anything.
2390         (gnus-group-insert-group-line): Remove useless
2391         gnus-group-remove-excess-properties.
2392
2393 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2396
2397 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2398
2399         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2400         config after reselecting.
2401
2402 2010-10-28  Julien Danjou  <julien@danjou.info>
2403
2404         * shr.el (shr-put-image): Use point even if only inserting text.
2405         (shr-put-image): Save excursion when inserting alt text on non-graphic
2406         display, so the behaviour is the same when we are on a graphic display.
2407
2408         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2409
2410 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2413         (gnus-mime-copy-part): Check coding system, not charset.
2414         (gnus-mime-view-part-externally): Never remove part.
2415         (gnus-mime-view-part-internally): Don't remove part here.
2416         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2417         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2418         multipart/alternative.
2419
2420         * mm-decode.el (mm-display-part): Take optional arg `force'.
2421
2422 2010-10-26  Julien Danjou  <julien@danjou.info>
2423
2424         * gnus-group.el (gnus-group-default-list-level): Add this function to
2425         compute the default list level.
2426         (gnus-group-default-list-level): Add possibility to use a function.
2427
2428 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2431
2432         * gnus-group.el (gnus-group-completing-read)
2433         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2434         gnus-replace-in-string.
2435
2436 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2437
2438         * shr.el (shr-tag-div): Add.
2439
2440         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2441
2442 2010-10-25  Julien Danjou  <julien@danjou.info>
2443
2444         * gnus-util.el: Remove `gnus-with-local-quit'.
2445
2446         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2447
2448 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449
2450         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2451         the original article buffer.
2452
2453 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2454
2455         * nnimap.el (nnimap-request-head): New function.
2456         (nnimap-request-move-article): Try to be slighly faster by not
2457         requesting the entire message when moving.
2458         (nnimap-transform-headers): Don't bug out on bodiless articles.
2459         (nnimap-send-command): Have no outstanding messages if the IMAP server
2460         doesn't support streaming.
2461         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2462
2463 2010-10-24  Julien Danjou  <julien@danjou.info>
2464
2465         * message.el (message-default-headers): Fix type.
2466
2467 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2470         prefetching images.
2471
2472         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2473         backend for unknown groups.  This is mainly useful for nnimap groups.
2474
2475         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2476         group isn't covered by the agent.
2477
2478 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2479
2480         * nnir.el (nnir-method-default-engines): New variable.
2481         (nnir-run-query): Use it.
2482         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2483         (gnus-summary-nnir-goto-thread): Change group if needed.
2484
2485         * gnus-group.el (gnus-group-group-map): Add key binding for
2486         gnus-group-make-nnir-group.
2487
2488 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * shr.el (shr-tag-object): Add.
2491
2492         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2493         original article buffer live.
2494         (gnus-summary-select-article-buffer):
2495         Mention gnus-widen-article-buffer.
2496
2497 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2498
2499         * shr.el (shr-tag-strong): Add.
2500
2501 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502
2503         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2504         group names.  They mess up the group buffer badly.
2505
2506         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2507
2508         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2509         instead of the summary one.
2510
2511 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * mml.el (mml-preview): Work properly when editing article.
2514
2515         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2516         gnus-have-read-active-file if it's already been in.
2517
2518 2010-10-22  Tom Tromey  <tromey@redhat.com>
2519
2520         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2521         gnus-group-completing-read.
2522
2523 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2524
2525         * message.el (message-mode-map): Don't bind M-; to comment region, to
2526         allow the global comment-dwim to work.
2527
2528 2010-10-21  Julien Danjou  <julien@danjou.info>
2529
2530         * message.el (message-setup-1): Allow message-default-headers to be a
2531         function.
2532
2533 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * shr.el (shr-tag-table): Simplify.
2536
2537 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2538
2539         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2540         to avoid trying to snarf invalid stuff.
2541
2542         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2543
2544         * gnus.el (gnus-message-archive-group): Quote value.
2545         (gnus-message-archive-group): Mark as changed.
2546
2547         * shr.el (shr-add-font): Don't put the font properties on the newline
2548         or the indentation.
2549
2550         * message.el (message-fix-before-sending): Change options when sending
2551         non-printable characters.
2552
2553         * gnus.el (gnus-message-archive-method): Change the default to
2554         monthly outgoing groups.
2555
2556         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2557         that have gotten new numbers.
2558
2559         * nnimap.el (nnimap-request-replace-article): New function.
2560
2561 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2564         (nnrss-request-article): Don't use special html washing code.
2565
2566 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * shr.el (shr-tag-table): Remove useless nconc.
2569
2570 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571
2572         * gnus-art.el (article-wash-html): Simplify and remove the charset
2573         stuff.  Use the normal html rendering code instead of the special html
2574         washing code.
2575
2576         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2577         `gnus-w3m' symbols.
2578         (mm-text-html-washer-alist): Remove.
2579
2580         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2581         (mm-inline-media-tests): Remove use.
2582         (mm-text-html-renderer): Change default to the `shr' symbol.
2583
2584         * mm-view.el (mm-inline-text-html): Remove use.
2585
2586         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2587         `gnus-blocked-images' to be a function.
2588         (gnus-article-wash-function): Remove.
2589
2590 2010-10-20  Julien Danjou  <julien@danjou.info>
2591
2592         * spam.el (spam-list-of-processors): Mark as obsolete.
2593
2594         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2595         (nnimap-insert-partial-structure): Fix boundary detection.
2596
2597 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2598
2599         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2600         run file-truename on remote files.  This can be expensive and even
2601         prevent one from editing drafts if some unrelated buffer has a stale
2602         connection.
2603
2604 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2607         kinsoku-eol regardless of shr-kinsoku-shorten.
2608         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2609         (shr-tag-table): Support caption, thead, and tfoot.
2610
2611 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2612
2613         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2614         lines.
2615         (shr-save-contents): New command and keystroke.
2616
2617         * nndoc.el (nndoc-type-alist): Add git support.
2618         (nndoc-git-type-p): New function.
2619         (nndoc-transform-git-article): Ditto.
2620         (nndoc-transform-git-headers): Ditto.
2621         (nndoc-transform-git-headers): Generate Subject headers.
2622
2623         * shr.el (shr-parse-style): New function.
2624         (shr-tag-span): Ditto.
2625
2626         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2627         to `G G' to avoid collisions.
2628
2629 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * shr.el: Load kinsoku if necessary.
2632         (shr-kinsoku-shorten): New internal variable.
2633         (shr-find-fill-point): Make kinsoku shorten text line if
2634         shr-kinsoku-shorten is bound to non-nil.
2635         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2636         shr-indentation too when testing if table is wider than frame width.
2637         (shr-insert-table): Use `string-width' instead of `length' to measure
2638         text width.
2639         (shr-insert-table-ruler): Make sure indentation is done at bol.
2640
2641 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2642
2643         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2644         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2645         undecoded network data.
2646
2647 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648
2649         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2650         name in the mode line spec so that the mode line menu works
2651         (bug #2431).
2652
2653         * message.el (message-get-reply-headers): If we're fed `to-address',
2654         then always use that.
2655
2656         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2657         aren't so wide as to need to switch off the edit menu.
2658
2659         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2660         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2661
2662         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2663         `M-g'.
2664         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2665         the permanent marks.
2666
2667 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2668
2669         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2670         Splitting according to references/in-reply-to obeys the ignore-groups
2671         variable, while splitting by sender and subject do not.
2672
2673 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2676         alist, so that we can look for non-Unicode chars.
2677         (article-translate-strings): Allow both character and string maps.
2678
2679 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2680
2681         * shr.el (shr-insert): Don't insert space behind a wide character
2682         categorized as kinsoku-bol, or between characters both categorized as
2683         nospace.
2684
2685 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2686
2687         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2688         headers to gnus-newsgroup-headers.
2689
2690 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2691
2692         * shr.el (shr-tag-img): Don't align images -- since we're not
2693         rescaling, this often leads to ugly displays.
2694
2695 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2696
2697         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2698         duplicates.
2699
2700 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2701
2702         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2703         call.
2704
2705 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2706
2707         * gnus.el: Autoload gnus-html-show-images.
2708
2709         * nnimap.el: Use nnheader-message throughout.
2710
2711         * shr.el (shr-tag-img): Ignore images with no data.
2712
2713 2010-10-15  Julien Danjou  <julien@danjou.info>
2714
2715         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2716         a possibility to disable format=flow encoding when using hard newlines.
2717
2718 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * shr.el (shr-insert): Remove space inserted before or after a
2721         breakable character or at the beginning or the end of a line.
2722         (shr-find-fill-point): Do kinsoku; find the second best point or give
2723         it up if there's no breakable point.
2724
2725 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2726
2727         * nnimap.el (nnimap-open-connection): Message when opening connection
2728         for debugging purposes.
2729
2730         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2731         on every setup buffer call to allow this to change from article to
2732         article.
2733
2734         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2735         buffers where we have a wide table.
2736
2737 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2738
2739         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2740         uses *-request-thread.
2741
2742 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2745         incantation, which is no longer valid.
2746
2747 2010-10-14  Julien Danjou  <julien@danjou.info>
2748
2749         * shr.el: Fix defcustom type (char -> character).
2750
2751 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2754         programs.
2755
2756 2010-10-14  Julien Danjou  <julien@danjou.info>
2757
2758         * shr.el (shr-tag-a): Use url-link as widget type.
2759
2760         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2761         `gnus-group-get-icon'.
2762
2763 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764
2765         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2766         This should make server editing work better.
2767
2768         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2769
2770         * tls.el (tls-program): Remove spurious %s from openssl.
2771
2772         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2773         (nnimap-parse-flags): Fix regexp.
2774
2775         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2776         probably work for CJVK text, too.
2777
2778         * nnimap.el (nnimap-extend-tls-programs): Remove.
2779         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2780
2781         * tls.el (tls-starttls-switches): Remove starttls hack.
2782         (open-tls-stream): Ditto.
2783         (tls-find-starttls-argument): Ditto.
2784
2785 2010-10-13  Julien Danjou  <julien@danjou.info>
2786
2787         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2788         responses.
2789
2790 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2793
2794         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2795         anything in Emacs.
2796
2797         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2798
2799 2010-10-13  Julien Danjou  <julien@danjou.info>
2800
2801         * shr.el (shr-width): Make shr-width a defcustom with default to
2802         fill-column.
2803         (shr-tag-img): Use shr-width rather than fill-column.
2804
2805 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2806
2807         * dgnushack.el (byte-optimize-apply)
2808         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2809
2810         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2811         position when (X-)Faces exist.
2812         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2813         avatars when called interactively.
2814
2815 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2818         gnus-article-x-face-too-ugly is bound.
2819
2820 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2821
2822         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2823
2824         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2825         mailbox that doesn't exist.
2826
2827 2010-10-12  Julien Danjou  <julien@danjou.info>
2828
2829         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2830         (shr-get-image-data): Encode URL properly when fetching from cache.
2831         (shr-tag-img): Use aligned-to spaces to align correctly images.
2832
2833         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2834         before inserting the Gravatar.
2835
2836         * shr.el (shr-tag-img): Add align attribute support for <img>.
2837
2838 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * gnus-gravatar.el (gnus-art): Require.
2841
2842         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2843         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2844         Remove long obsoleted functions.
2845
2846 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2849
2850         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2851
2852         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2853         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2854         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2855         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2856         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2857         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2858         * sieve-manage.el, smime.el, spam.el:
2859         Fix comment for declare-function.
2860
2861 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2862
2863         * nnimap.el (nnimap-request-rename-group): Select group read-only
2864         before renaming it.
2865
2866         * shr.el (shr-insert): Fix up the white space only regexp.
2867
2868         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2869         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2870
2871         * shr.el (shr-current-column): New function.
2872         (shr-find-fill-point): New function.
2873
2874 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2875
2876         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2877         numbers.
2878
2879 2010-10-11  Julien Danjou  <julien@danjou.info>
2880
2881         * shr.el (shr-hr-line): Add.
2882         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2883         display hr lines.
2884         (shr-max-columns): Do not change state to nil if we just inserting
2885         spaces.
2886
2887 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888
2889         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2890         select the last group.
2891
2892 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2893
2894         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2895
2896 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2897
2898         * dig.el (dig-mode-map): Declare and define in one step.
2899
2900 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901
2902         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2903         for Gnus.
2904         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2905         (nnimap-update-qresync-info): Mark \Seen articles as read.
2906
2907         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2908         non-variable, too.
2909
2910         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2911         available.
2912         (nnimap-update-info): Rely more on the current active than the param
2913         active to avoid marking articles as read too much.
2914
2915         * auth-source.el (auth-source-create): Use (user-login-name) for the
2916         user name default.
2917
2918         * nnimap.el (nnimap-update-info): If the server doesn't return any
2919         useful info, just use the previous info.
2920         (nnimap-update-info): Prefer old info over start-article.
2921         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2922
2923 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2924
2925         * nnir.el (autoload): Clean up autoloads.
2926         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2927         Use key rather than value.
2928         (nnir-imap-search-other): New variable.
2929         (nnir-read-parm): Use it.
2930         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2931         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2932
2933 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2934
2935         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2936         the process, too.
2937
2938 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939
2940         * spam.el (gnus-summary-mode-map): Bind to "$".
2941         Suggested by Russ Allbery.
2942
2943         * shr.el: Rework the way things are indented by <li> slightly.
2944
2945         * gnus.el (gnus-group-set-parameter): Fix typo.
2946
2947         * nnimap.el: Start implementing QRESYNC support.
2948
2949 2010-10-09  Julien Danjou  <julien@danjou.info>
2950
2951         * nnir.el (nnir-engines): Fix too many arguments.
2952
2953 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2954
2955         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2956         group is the "last", so that the backends like nnfolder actually save
2957         their folders.
2958
2959         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2960         try to use that for the tls stream.
2961         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2962         UIDVALIDITY and find out which groups are read-only and not.
2963         (nnimap-get-flags): Use the same marks parsing code as the rest of
2964         nnimap.
2965
2966 2010-10-09  Julien Danjou  <julien@danjou.info>
2967
2968         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2969
2970         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2971         retrieving gravatars.
2972
2973         * shr.el (shr-table-corner): Add.
2974         (shr-table-line): Add.
2975         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2976
2977 2010-10-08  Julien Danjou  <julien@danjou.info>
2978
2979         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2980
2981 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2982
2983         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2984
2985         * gnus-sum.el (gnus-mark-article-as-unread)
2986         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2987         (gnus-summary-set-bookmark): Use it.
2988
2989         * gnus-msg.el (gnus-setup-message): Use it.
2990
2991         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2992
2993         * gnus.el (gnus-group-remove-parameter): Use it.
2994
2995         * gnus-group.el (gnus-group-make-web-group): Use it.
2996
2997         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2998
2999         * nnregistry.el: Update docs to mention manual.
3000
3001         * gnus-registry.el: Update docs to mention nnregistry.el.
3002         (gnus-registry-initialize): Don't install nnregistry refer method
3003         automatically.
3004         (gnus-registry-install-nnregistry): Remove it.
3005
3006 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3007
3008         * shr.el (shr-insert): Don't insert double spaces.
3009
3010 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * gnus-gravatar.el (gnus-treat-from-gravatar)
3013         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3014         called interactively.
3015
3016         * gnus-art.el (gnus-mime-view-part-externally)
3017         (gnus-mime-view-part-internally): Make predicate function passed to
3018         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3019         of a mime type.
3020
3021         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3022
3023 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * shr.el (require): Require cl when compiling.
3026         (shr-tag-hr): New function.
3027
3028         * nnimap.el (nnimap-update-info): Remove double setting of high.
3029         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3030         This makes nnimap work properly on Courier again.
3031
3032         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3033         the variable for backwards compatability.
3034
3035         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3036         the file name before using to avoid setting mm-default-directory to
3037         nil.
3038
3039         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3040         bidning gnus-agent variables.
3041
3042         * shr.el (shr-render-td): Use a cache for the table rendering function
3043         to avoid getting an exponential rendering behaviour in nested tables.
3044         (shr-insert): Rework the line-breaking algorithm.
3045         (shr-insert): Don't leave trailing spaces.
3046         (shr-insert-table): Also insert empty TDs.
3047         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3048
3049 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3050
3051         * gnus-sum.el (gnus-number): Rename from `number'.
3052         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3053         (gnus-summary-limit-children): Update uses correspondingly.
3054
3055 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3058         (gnus-gravatar-transform-address): Don't show avatars of people of
3059         which mail addresses match gnus-gravatar-too-ugly.
3060
3061 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * shr.el (shr-table-widths): Expand TD elements to fill available
3064         space.
3065
3066 2010-10-07  Julien Danjou  <julien@danjou.info>
3067
3068         * nnimap.el (nnimap-request-rename-group): Add this method.
3069
3070 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3073         name from XEmacs' function-arglist.
3074
3075         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3076         gravatar under XEmacs.
3077
3078 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3079
3080         * auth-source.el: Update docs with TODO items.
3081
3082         * gnus-sync.el: Update docs to explain state and plans.
3083
3084         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3085         Hooks for mark updates.
3086         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3087
3088         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3089         hooks with arguments, which is needed for mark update hooks.
3090
3091 2010-10-06  Julien Danjou  <julien@danjou.info>
3092
3093         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3094         was matched.
3095
3096         * sieve-manage.el: Update example in `Commentary'.
3097
3098         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3099
3100         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3101         not 2000.
3102         (sieve-manage-authenticate): Re-add function.
3103
3104 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * shr.el (shr-insert): Get 'space transition right.
3107         (shr-render-td): Only delete space at the end of the TD.
3108
3109         * nnimap.el (nnimap-open-connection): Prepare to support
3110         open-gnutls-stream.
3111
3112         * shr.el: Rearrange function order to be more logical.
3113
3114 2010-10-06  Julien Danjou  <julien@danjou.info>
3115
3116         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3117         (nnrss-discover-feed): Remove 404 URL in docstring.
3118
3119         * nnir.el: Fix Swish-E URL.
3120         Fix Namazu URL.
3121
3122         * message.el (message-change-subject): Remove 404 URL in a comment.
3123
3124 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3125
3126         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3127         called interactively.
3128
3129         * gnus-util.el (gnus-remove-if): Allow hash table.
3130         (gnus-remove-if-not): New function.
3131
3132         * gnus-art.el (gnus-mime-view-part-as-type)
3133         * gnus-score.el (gnus-summary-score-effect)
3134         * gnus-sum.el (gnus-read-move-group-name):
3135         Replace remove-if-not with gnus-remove-if-not.
3136
3137         * gnus-group.el (gnus-group-completing-read):
3138         Regard collection as a hash table if it is not a list.
3139
3140 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3141
3142         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3143
3144         * shr.el: Document the table-rendering algorithm.
3145
3146 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3149         for Emacsen having no `libxml-parse-html-region' support.
3150
3151 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3152
3153         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3154         invalid URLs.
3155
3156         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3157         line-broken.
3158         (shr-tag-img): Ignore image fetching errors.
3159         (shr-overlays-in-region): Compute overlay positions correctly.
3160
3161         * mm-decode.el (mm-shr): Require shr.
3162
3163         * gnus-art.el (gnus-blocked-images): Move variable here.
3164
3165         * shr.el (shr-insert-table): Bind free variable.
3166
3167         * mm-decode.el (mm-shr): Bind shr-content-function.
3168
3169         * shr.el (shr-content-function): New variable.
3170
3171         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3172         added for symmetry.
3173
3174         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3175
3176         * gnus-group.el (gnus-group-make-group): Doc fix.
3177
3178         * nnimap.el (nnimap-request-newgroups): Return success.
3179
3180         * shr.el (shr-find-elements): New function.
3181         (shr-tag-table): Put all the images after the table.
3182         (shr-tag-table): Really inhibit images inside the table.
3183         (shr-collect-overlays): Copy over overlays from the TD elements to the
3184         main document.
3185
3186         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3187         gnus-blocked-images.
3188
3189 2010-10-05  Julien Danjou  <julien@danjou.info>
3190
3191         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3192
3193         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3194         (gnus-html-maximum-image-size): Add this function.
3195         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3196
3197         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3198         server-value of the capability is nil.
3199
3200 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3201
3202         * shr.el (shr-tag-em): Add <EM> tag.
3203
3204 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3205
3206         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3207         customizable.
3208
3209         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3210         handing broken links to browse-url.
3211
3212 2010-10-05  Julien Danjou  <julien@danjou.info>
3213
3214         * gnus-util.el (gnus-emacs-completing-read)
3215         (gnus-iswitchb-completing-read): Use autoload rather than require.
3216
3217 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3220         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3221         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3222         iswitchb-temp-buflist for XEmacs.
3223
3224         * gnus-util.el (gnus-completing-read-function): Exclude
3225         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3226         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3227         XEmacs.
3228
3229         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3230         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3231
3232         * gnus-html.el: Don't require help-fns under XEmacs.
3233         (gnus-html-schedule-image-fetching): Work for XEmacs.
3234
3235         * mm-decode.el (mm-shr): Decode contents by charset.
3236
3237 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3240         unknown.
3241
3242         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3243         (shr-get-image-data): Ensure against the cache file missing.
3244
3245         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3246         for data.
3247
3248         * spam-report.el (spam-report-url-ping-plain): Don't query about
3249         killing the process.
3250
3251         * shr.el (shr-render-td): Protect against too-wide text.
3252
3253 2010-10-04  Julien Danjou  <julien@danjou.info>
3254
3255         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3256         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3257
3258         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3259         retrieved.
3260
3261 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3262
3263         * shr.el (browse-url): Require.
3264         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3265         lines.
3266         (shr-show-alt-text, shr-browse-image): New commands.
3267         (shr-browse-url, shr-copy-url): New commands.
3268
3269         * gnus-sum.el (gnus-widen-article-window): New variable.
3270         (gnus-summary-select-article-buffer): Use it.
3271
3272         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3273         without @ signs.
3274
3275 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3276
3277         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3278
3279 2010-10-04  Julien Danjou  <julien@danjou.info>
3280
3281         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3282         for XEmacs.
3283
3284 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285
3286         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3287
3288         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3289         (nnimap-close-server): Implement.
3290
3291         * dgnushack.el (iswitchb): Require to shut up the compiler.
3292
3293         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3294         (shr-insert): Tweak line breaking.
3295         (shr-insert): Handle <pre> better.
3296         (shr-tag-li): Get <li> indentation right.
3297         (shr-tag-li): Get <li> indentation even righter.
3298         (shr-tag-blockquote): Ensure paragraph start.
3299         (shr-make-table): Tweak table generation.
3300         (shr-make-table): Fix typo.
3301
3302         * shr.el: Implement table rendering.
3303
3304 2010-10-04  Julien Danjou  <julien@danjou.info>
3305
3306         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3307
3308 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * shr.el (shr-insert): Use string anchors instead of line anchors.
3311
3312 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3313
3314         * shr.el: Add headings.
3315         (shr-ensure-paragraph): Actually work.
3316         (shr-tag-li): Make <ul> prettier.
3317         (shr-insert): Get white space at the beginning/end of elements right.
3318         (shr-tag-p): Collapse subsequent <p>s.
3319         (shr-ensure-paragraph): Don't insert double line feeds after blank
3320         lines.
3321         (shr-insert): \t is also space.
3322         (shr-tag-s): Fix "s" tag name function.
3323         (shr-tag-s): Fix face prop name.
3324
3325 2010-10-03  Julien Danjou  <julien@danjou.info>
3326
3327         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3328
3329         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3330         gnus-window-inside-pixel-edges.
3331
3332         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3333         gnus-ems.
3334
3335         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3336
3337         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3338         function.
3339
3340         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3341         resize choice.
3342
3343 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3346         beginning of the buffer.
3347
3348         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3349         article buffer again.
3350
3351         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3352
3353         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3354         when it's at the start of the buffer.
3355
3356         * shr.el (shr-tag-blockquote): Convert name.
3357         (shr-rescale-image): Use the right image-size variant.
3358
3359         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3360         buffer isn't shown, then select the current article first instead of
3361         bugging out.
3362         (gnus-summary-select-article-buffer): Show both the article and summary
3363         buffers again.
3364
3365         * shr.el (shr-fontize-cont): Protect against regions with no text.
3366         Rename tag functions to shr-tag-* for enhanced security.
3367         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3368
3369 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3370
3371         * shr.el (shr-insert):
3372         * pop3.el (pop3-movemail):
3373         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3374         loaded.
3375
3376 2010-10-03  Glenn Morris  <rgm@gnu.org>
3377
3378         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3379
3380         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3381
3382         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3383
3384         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3385
3386         * gnus-util.el (gnus-make-local-hook): Simplify.
3387
3388 2010-10-02  Julien Danjou  <julien@danjou.info>
3389
3390         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3391         (gnus-ido-completing-read): New function.
3392         (gnus-emacs-completing-read): New function.
3393         (gnus-completing-read): Use gnus-completing-read-function.
3394         Add gnus-completing-read-function.
3395
3396 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397
3398         * shr.el (shr-insert-document): Autoload.
3399         (shr-img): Be silent.
3400         (shr-insert): Add a newline after every picture before text.
3401         (shr-add-font): Use overlays for combining faces.
3402         (shr-insert): Pass upwards the text start point.
3403
3404         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3405         possible.
3406         (mm-shr): New function.
3407
3408 2010-10-02  Julien Danjou  <julien@danjou.info>
3409
3410         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3411         should go backward.
3412
3413 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3414
3415         * shr.el (shr): Fix typo in provide call.
3416
3417 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418
3419         * shr.el: New file.
3420
3421         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3422
3423         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3424         completing read.
3425
3426 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3429         we're being queried about.  Suggested by Dan Jacobson.
3430
3431         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3432         Suggested by Jason Eisner.
3433
3434         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3435         table, too.  Suggested by Stefan Wiens.
3436         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3437         the table unnecessary.  Suggested by Stefan Wiens.
3438
3439         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3440         longer needed, and probably doesn't work either, as pointed out by
3441         Stefan Wiens.
3442         (gnus-summary-exit): Remove call to the clearing function.
3443         (gnus-summary-exit-no-update): Ditto.
3444
3445         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3446         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3447         Reported by Stefan Monnier.
3448         (gnus-summary-save-in-rmail): Ditto.
3449
3450         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3451         article buffer, instead of both the article buffer and the summary
3452         buffer.  Sort of suggested by Dan Jacobson.
3453
3454         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3455
3456         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3457         Suggested by Dan Jacobson.
3458
3459         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3460         documentation clearer.
3461
3462         * message.el (message-shorten-references): Comment on the number "21".
3463         Suggested by Stefan Monnier.
3464
3465         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3466         Suggested by Dan Jacobson.
3467
3468         * gnus.el (gnus-large-newsgroup):
3469         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3470
3471         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3472         externalize attachments.  Bug reported by Steve Wen.
3473
3474         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3475         really message anything to the user.
3476
3477         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3478         directly.
3479
3480         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3481         messages in empty groups.
3482
3483 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3484
3485         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3486         non-UIDNEXT group.
3487
3488 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3489
3490         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3491         not the value from the collection.
3492
3493         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3494         values.  This sometimes happens on some groups that have no info.
3495         (nnimap-request-newgroups): New function.
3496
3497 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3498
3499         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3500         check into `gnus-registry-initialize'.
3501         (gnus-registry-initialize): Ditto.
3502         Fix and extend header docs.
3503
3504 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3507         regexp backtrace overflows.
3508
3509         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3510         for starttls that tls.el implements; i.e. openssl.
3511
3512         * tls.el (tls-starttls-switches): Give up on using starttls with
3513         gnutls-cli.
3514         (tls-program): Add --insecure to be consistent with the defaults from
3515         openssl s_client.  Now all three commands are insecure.
3516
3517 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * lpath.el: Bind completion-styles-alist for XEmacs.
3520
3521         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3522         (gravatar-create-image): New function that's an alias to
3523         gnus-xmas-create-image, gnus-create-image, or create-image.
3524         (gravatar-data->image): Use it.
3525
3526 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3527
3528         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3529         install the nnregistry refer method.
3530         (gnus-registry-install-hooks): Use it.
3531         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3532         unfollowed groups.
3533
3534 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3535
3536         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3537         expanding threads.
3538
3539 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * nnir.el: Use the server names without suffixes (bug #7009).
3542
3543         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3544         unencrypted to STARTTLS, if possible.
3545
3546 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3547
3548         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3549         headers before superseding.
3550
3551 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552
3553         * nnrss.el (nnrss-use-local): Add documentation.
3554
3555         * nnimap.el (nnimap-extend-tls-programs): New function.
3556         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3557         (nnimap-wait-for-connection): Accept the greeting from the stupid
3558         output from openssl s_client -starttls, too.
3559
3560         * tls.el (tls-starttls-switches): New variable.
3561         (tls-find-starttls-argument): Use it.
3562         (open-tls-stream): Ditto.
3563
3564         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3565         (netrc-machine): Ditto.
3566
3567         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3568         article number.
3569         (nnimap-split-fancy): New variable.
3570         (nnimap-split-incoming-mail): Use it.
3571
3572         * nntp.el (nntp-server-list-active-group): Document.
3573
3574         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3575         SELECT to get the message-id.
3576
3577         * mail-source.el (mail-sources): Remove webmail support.
3578         (defvar): Ditto.
3579         (mail-source-fetcher-alist): Ditto.
3580         (mail-source-fetch-webmail): Remove.
3581
3582         * webmail.el: Remove -- doesn't seem relevant any more.
3583
3584         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3585
3586         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3587         the \r.
3588
3589 2010-09-30  Julien Danjou  <julien@danjou.info>
3590
3591         * gnus-agent.el (gnus-agent-add-group): Fix call to
3592         gnus-completing-read.
3593
3594 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * nndoc.el (nndoc-retrieve-groups): New function.
3597
3598         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3599         `default', use nnmail-split-methods.
3600         (nnimap-request-article): Downcase the NILs so that they are nil.
3601
3602         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3603         symbol.
3604
3605         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3606         code, since if the user has requested network, that's what they ought
3607         to get.
3608         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3609         (nnimap-split-rule): Mark as obsolete.
3610
3611         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3612         New variable.
3613
3614         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3615         correct slot, too.
3616
3617 2010-09-29  Julien Danjou  <julien@danjou.info>
3618
3619         * gnus.el (gnus-local-domain): Declare variable obsolete.
3620
3621         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3622         Fix history computing.
3623         (gnus-ido-completing-read): Require ido.
3624
3625 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3626
3627         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3628         build Gnus.
3629
3630         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3631         when interpreting the structures.
3632         (nnimap-request-accept-article): Add \r\n to the lines to make this
3633         work with Cyrus.
3634
3635         * nndraft.el (nndraft-request-expire-articles): Use the group name
3636         instead if "nndraft".  Fix found by Nils Ackermann.
3637
3638 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3639
3640         * nnregistry.el: Add.
3641
3642 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3643
3644         * nnmail.el (group, group-art-list, group-art):
3645         Remove unneeded directives.
3646
3647 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3650         (mm-mime-charset)
3651         * rfc2047.el (rfc2047-syntax-table)
3652         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3653
3654         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3655         rather than `insert-file-contents' and `eval-region'.
3656
3657         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3658         construction.
3659
3660         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3661
3662         * time-date.el: No need to require cl for Emacs 21.
3663
3664 2010-09-29  Julien Danjou  <julien@danjou.info>
3665
3666         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3667         replacement of `gnus-gravatar-relief' to mimic
3668         `gnus-faces-properties-alist'.
3669         Add :version property.
3670
3671 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * mail-source.el (mail-source-report-new-mail)
3674         * message.el (message-default-mail-headers)
3675         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3676
3677         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3678
3679 2010-09-28  Julien Danjou  <julien@danjou.info>
3680
3681         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3682         mail-address contains the same string as real-name.
3683
3684         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3685         non-blank in header, otherwise it'll get stripped.
3686
3687         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3688         real-name, and then for mail address rather than doing : or , search.
3689
3690 2010-09-27  Julien Danjou  <julien@danjou.info>
3691
3692         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3693         right completing-read function.
3694         (gnus-use-ido): New variable
3695         (gnus-completing-read-with-default): Remove.
3696         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3697         (gnus-agent-add-group):
3698         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3699         * mm-view.el (mm-view-pkcs7-decrypt):
3700         * mm-util.el (mm-codepage-setup):
3701         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3702         * mml-smime.el (mml-smime-openssl-sign-query):
3703         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3704         (mml-insert-multipart):
3705         * gnus-msg.el (gnus-summary-yank-message):
3706         * gnus-int.el (gnus-start-news-server):
3707         * mm-decode.el (mm-interactively-view-part):
3708         * gnus-dired.el (gnus-dired-attach):
3709         * gnus.el (gnus-read-method):
3710         * gnus-bookmark.el (gnus-bookmark-jump):
3711         * gnus-art.el (gnus-mime-view-part-as-type)
3712         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3713         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3714         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3715         * nnmairix.el (nnmairix-create-server-and-default-group)
3716         (nnmairix-update-groups, nnmairix-get-server)
3717         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3718         (nnmairix-get-group-from-file-path):
3719         * nnrss.el (nnrss-find-rss-via-syndic8):
3720         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3721         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3722         (gnus-group-browse-foreign-server):
3723         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3724         (gnus-summary-execute-command, gnus-summary-respool-article)
3725         (gnus-read-move-group-name):
3726         * gnus-score.el (gnus-summary-increase-score)
3727         (gnus-summary-score-effect):
3728         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3729
3730 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3733         x-focus-frame.
3734
3735         * nnimap.el (auth-source-forget-user-or-password)
3736         (auth-source-user-or-password): Autoload.
3737
3738         * message.el (message-from-style, message-interactive)
3739         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3740         (message-yank-prefix, message-indentation-spaces, message-signature)
3741         (message-signature-file): Add comment.
3742
3743 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3744
3745         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3746         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3747         new articles.
3748
3749         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3750         parts.
3751         (nnimap-request-article): Work with the t setting, too.
3752
3753         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3754         that you don't get flashes of other buffers.
3755         (gnus-summary-show-complete-article): Intern before setting.
3756
3757 2010-09-27  David Engster  <dengste@eml.cc>
3758
3759         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3760         well as HEADERS.
3761         (nnmairix-retrieve-headers): Provide new argument for the above.
3762
3763 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * gnus-sum.el (gnus-summary-move-article): Don't alter
3766         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3767         group.
3768
3769         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3770
3771         * message.el (message-cite-prefix-regexp): Revert my last edit.
3772
3773         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3774         variable instead of the Gnus variable.
3775
3776         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3777
3778         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3779
3780         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3781         since some servers don't like it.
3782         (nnimap-open-connection): Forget credentials if the server says the
3783         password was wrong.
3784         (nnimap-parse-line): Protect against invalid data.
3785
3786         * gnus-sum.el (gnus-summary-move-article): Add comment.
3787         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3788         nothing alters it while scanning for new messages.
3789
3790         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3791         which may or may not help.
3792         (nnimap-open-connection): If we're doing a stream connection, and then
3793         discover we're on a STARTTLS-capable server, then open a STARTTLS
3794         connection instead.
3795
3796 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3797
3798         * nnimap.el (utf7): Require.
3799
3800         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3801         prefix.
3802
3803 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3804
3805         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3806
3807 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3808
3809         * nnimap.el (nnimap-request-accept-article): Message the error on
3810         error.
3811
3812 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3815
3816 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817
3818         * nndoc.el (nndoc-request-list): Return success always.
3819
3820         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3821         `fetch-old' -- we only want to fetch the articles we've requested.
3822         The rest are in the agent, probably.
3823         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3824         disappeared server" to something low.  It's not important.
3825
3826         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3827         arrived before the FETCH data.
3828
3829         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3830         target here, because we don't know the Gnus name of the group.
3831
3832         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3833         for the correct group.
3834
3835         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3836
3837         * gnus.el (gnus): Give a final warning after startup.
3838
3839         * gnus-util.el (gnus-action-message-log): New variable.
3840         (gnus-message): Use it.
3841         (gnus-final-warning): New function.
3842
3843         * nnimap.el (nnimap-open-connection): Record the greeting.
3844         (nnimap): Add greeting.
3845
3846 2010-09-26  Julien Danjou  <julien@danjou.info>
3847
3848         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3849         arguments.
3850         (gnus-html-wash-images): Fix spec computing to include start/end.
3851
3852         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3853
3854 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3855
3856         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3857         deletion.
3858         (nnimap-retrieve-headers): Don't select the group, because that's
3859         already done by nnimap-possibly-change-group.
3860
3861         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3862         (gnus-picon-transform-address): Use it.
3863
3864         * mail-source.el (mail-source-value): Revert previous patch.
3865
3866         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3867         on failure.
3868         (nnimap-open-connection): Look up both virtual and physical server name
3869         credentials.
3870
3871         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3872
3873 2009-02-07  Dave Love  <fx@gnu.org>
3874
3875         * tls.el (open-tls-stream): Don't query killing process.
3876
3877 2009-02-08  Dave Love  <fx@gnu.org>
3878
3879         * gnus-win.el (gnus-window-to-buffer-helper)
3880         (gnus-all-windows-visible-p): Function needn't be a symbol.
3881
3882         * mail-source.el (mail-source-value): Function needn't be a symbol.
3883
3884 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885
3886         * message.el (message-cite-prefix-regexp): Remove } from the cite
3887         prefix.
3888
3889         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3890         highlight again, so that the highlight is correct.
3891
3892         * gnus-picon.el (gnus-picon): Remove again.
3893         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3894
3895         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3896         doing the header highlightling, so that the background colour of the
3897         picon is correct.
3898
3899         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3900         (gnus-picon): Ditto.
3901         (gnus-picon): Reinstate.  The background colour for picons is white.
3902         (gnus-picon-insert-glyph): Make the background white.
3903
3904         * nnml.el (nnml-open-nov): Don't return dead buffers.
3905
3906         * auth-source.el (auth-source-create): Query the user for whether to
3907         store the credentials.
3908
3909         * netrc.el (netrc-store-data): New function.
3910
3911         * auth-source.el (auth-source-user-or-password): Use the existing auth
3912         sources, if any, for creation.
3913
3914         * gnus.el (gnus-group-fast-parameter): Return the last matching
3915         parameter instead of the first matching parameter.
3916
3917 2010-09-26  Julien Danjou  <julien@danjou.info>
3918
3919         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3920
3921 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3922
3923         * mml2015.el (mml2015-use): Remove gpg support.
3924
3925         * mml1991.el (mml1991-function-alist): Remove gpg function.
3926         (mml1991-gpg-sign): Remove.
3927
3928 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3929
3930         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3931         (gnus-browse-unsubscribe-current-group): Document it.
3932         (gnus-browse-unsubscribe-group): Use it.
3933
3934 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3937         address to the To list for easier response.
3938
3939         * gnus.el (gnus-play-startup-jingle): Remove.
3940         (gnus-splash): Don't play jingle.
3941         (gnus): Silence gnus-load message.
3942
3943         * gnus-art.el (gnus-treat-play-sounds): Remove.
3944
3945         * gnus.el (gnus-play-jingle): Remove audio support.
3946
3947         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3948
3949         * earcon.el: Remove -- no users.
3950
3951         * gnus-audio.el: Remove -- no users of this package.
3952
3953         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3954
3955         * gnus-start.el (gnus-setup-news): Remove nocem support.
3956
3957         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3958
3959         * gnus.el (gnus-use-nocem): Remove.
3960
3961         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3962         Remove.
3963
3964         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3965         uses NoCeM any more.
3966
3967         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3968         (gnus-button-ctan-handler): Ditto.
3969         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3970         (gnus-button-ctan-directory-regexp): Ditto.
3971         (gnus-button-handle-ctan): Ditto.
3972         (gnus-button-tex-level): Ditto.
3973         (gnus-button-alist): Remove CTAN stuff.
3974
3975 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3976
3977         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3978         nnimap-streaming test.
3979
3980         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3981         servers twice.
3982
3983         * nnimap.el (nnimap-open-connection): Add more error reporting when
3984         nnimap fails early.
3985
3986         * nnheader.el (nnheader-get-report-string): New function.
3987         (nnheader-get-report): Use it.
3988
3989         * gnus-int.el (gnus-check-server): Say what the error was when opening
3990         failed.
3991
3992         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3993         using streaming.
3994
3995 2010-09-25  Julien Danjou  <julien@danjou.info>
3996
3997         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3998         gnus-window-inside-pixel-edges.
3999
4000 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4001
4002         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4003
4004         * mm-decode.el (mm-save-part): Allow saving to other directories the
4005         normal Emacs way.
4006
4007         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4008         Suggested by Jay Berkenbilt.
4009
4010         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4011         there isn't a single byte.
4012
4013         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4014         just do it.  It doesn't really seem to matter what the user responds
4015         here, I think, so it's just a confusing question.
4016
4017         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4018         non-streaming case.
4019
4020         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4021         (gnus-article-encrypt-body): Use it.
4022
4023         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4024         keystroke.
4025
4026         * nnimap.el (nnimap-find-wanted-parts-1):
4027         Use gnus-fetch-partial-articles.
4028
4029         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4030
4031         * nnimap.el (nnimap-insert-partial-structure): New function.
4032         (nnimap-get-partial-article): New function.
4033         (nnimap-request-article): Use it.
4034         (nnimap-wait-for-response): Return whether the wait was successful.
4035         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4036         retrieval wasn't successful.
4037         (nnimap-retrieve-group-data-early): Allow throttling servers.
4038         (nnimap-streaming): New variable.
4039         (nnimap-fetch-partial-articles): Remove.
4040
4041         * mm-decode.el (mm-with-part): Protect against killed buffers.
4042
4043         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4044         for prettier summary display.
4045
4046 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4047
4048         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4049
4050 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4051
4052         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4053         apparently third-party libraries depend on it.
4054
4055         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4056         before starting negotiation.
4057
4058         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4059         privacy reasons.
4060         (gnus-treat-mail-gravatar): Ditto.
4061
4062         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4063         buffer when inserting images.  Inserting text into the headers, for
4064         instance, can make them invalid.
4065
4066 2010-09-25  Julien Danjou  <julien@danjou.info>
4067
4068         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4069         variables.
4070
4071         * nnheader.el: Remove useless variables news-reply-yank-from and
4072         news-reply-yank-message-id.
4073
4074         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4075         variables.
4076
4077         * mml1991.el: Remove useless mml1991-verbose.
4078
4079         * gnus.el: Remove useless variable gnus-use-generic-from.
4080         Remove obsolete variable gnus-topic-indentation.
4081
4082         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4083
4084         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4085
4086         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4087
4088         * gnus-group.el: Remove useless gnus-group-icon-cache.
4089         Remove useless gnus-ephemeral-group-server.
4090
4091         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4092
4093         * mml2015.el: Remove useless mml2015-verbose.
4094
4095         * mml-smime.el: Remove useless mml-smime-verbose.
4096
4097         * gnus.el: Remove useless gnus-local-domain.
4098
4099         * gnus-gravatar.el (gnus-gravatar-transform-address):
4100         Use gnus-gravatar-size.
4101
4102         * gnus-art.el: Remove useless gnus-treat-translate.
4103
4104 2010-09-24  Julien Danjou  <julien@danjou.info>
4105
4106         * gnus-sum.el: Add support for Gravatars.
4107
4108         * gnus-art.el: Add support for Gravatars.
4109
4110         * gnus-gravatar.el: Add this file.
4111
4112         * gravatar.el: Add this file.
4113
4114 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4115
4116         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4117
4118         * gnus-group.el (gnus-group-fetch-faq): Remove.
4119
4120         * gnus.el (gnus-group-faq-directory): Remove.
4121
4122         * gnus-group.el (gnus-group-fetch-charter): Remove.
4123
4124         * gnus.el (gnus-group-charter-alist): Remove.
4125
4126         * gnus-group.el (gnus-group-archive-directory): Remove.
4127         (gnus-group-recent-archive-directory): Ditto.
4128         (gnus-group-make-archive-group): Remove.
4129
4130         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4131
4132         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4133         use the same article number for all the cached articles.
4134
4135         * nnimap.el (nnimap-command): Register the last command time so
4136         that we can use it for idling NOOPs.
4137         (nnimap-open-connection): Start the keeplive timer.
4138         (nnimap-make-process-buffer): Store all the process buffers.
4139         (nnimap-keepalive): New function.
4140
4141         * starttls.el (starttls-open-stream): Add autoload cookie.
4142
4143 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4144
4145         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4146         handling.
4147
4148 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4149
4150         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4151         its data structures.
4152
4153         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4154         instead of the cl.el copy-list.
4155         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4156         equalp.
4157
4158 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4161         and tool-bar-local-item-from-menu.
4162
4163         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4164         mode-line-highlight face for Emacs.
4165
4166         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4167         loading gnus-sum.elc; fix comment for canlock-verify.
4168         (gnus-article-jump-to-part): Use read-number.
4169         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4170         Remove Emacs pre-21 compatible code for help-echo.
4171         (gnus-article-next-page-1): No need to adjust the number of lines.
4172         (gnus-article-describe-bindings): Always use help-buffer.
4173
4174         * gnus-audio.el (gnus-audio-inline-sound)
4175         * gnus-cus.el (gnus-custom-mode)
4176         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4177
4178         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4179
4180         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4181         compatible code.
4182
4183 2010-09-24  Glenn Morris  <rgm@gnu.org>
4184
4185         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4186         visiting the fcc file in rmail-mode.
4187
4188         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4189
4190 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * nnir.el: Silence the byte compiler.
4193
4194         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4195         alias to browse-url-url-encode-chars if any.
4196         (gnus-html-encode-url): Use it.
4197
4198 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * gnus-start.el (gnus-use-backend-marks): New variable.
4201         (gnus-get-unread-articles-in-group): Use it.
4202
4203         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4204         makeover.
4205
4206 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4207
4208         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4209
4210 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4211
4212         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4213         Remove.
4214         (gnus-setup-news-hook):
4215         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4216
4217         * gnus-int.el (gnus-request-update-info): Protect against backends not
4218         having the function.
4219
4220         * nnimap.el (nnimap-stream): Mention starttls.
4221         (nnimap-open-connection): Add starttls support.
4222
4223 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4224
4225         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4226
4227 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4228
4229         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4230         BODYSTRUCTUREs.
4231         (nnimap-transform-headers): Unfold quoted {42} headers.
4232
4233         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4234         the info.
4235         (gnus-get-unread-articles): Only call updatep on backends that support
4236         it.
4237
4238         * nnweb.el (nnweb-request-update-info): NOOP.
4239
4240         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4241
4242         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4243         since it only deals with marks.
4244
4245         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4246         gnus-request-marks, and make a new gnus-request-update-info.
4247
4248         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4249         the active instead of the high number, which is usually too low.
4250
4251 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4252
4253         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4254         * encrypt.el: Remove.
4255
4256 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257
4258         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4259         server in symbolic form.
4260
4261         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4262
4263 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4264
4265         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4266         (nnimap-update-info): Fix up code slightly.
4267
4268         * gnus-int.el (gnus-open-server): Add tracing for performance
4269         debugging.
4270
4271         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4272         (gnus-group-insert-group-line): Pass the real group name so that it
4273         gets the right data.
4274
4275         * gnus-start.el (gnus-get-unread-articles): Don't have
4276         `gnus-get-unread-articles-in-group' update info, since that can be
4277         really slow and doesn't seem to be needed?
4278
4279 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4280
4281         * time-date.el (date-to-time): Try using parse-time-string first before
4282         using the slower timezone-make-date-arpa-standard.
4283
4284 2010-09-22  Julien Danjou  <julien@danjou.info>
4285
4286         * gnus-group.el (gnus-group-insert-group-line):
4287         Call gnus-group-highlight-line.
4288         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4289         default hook list.
4290         (gnus-group-update-eval-form): Add new function.
4291         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4292         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4293
4294 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4295
4296         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4297         immediate, then expire all articles.
4298         (nnimap-update-info): Fix off-by-one errors.
4299         (nnimap-flags-to-marks): Would return no marks lists for group with no
4300         flags.  Instead return the other data.
4301
4302 2010-09-22  Julien Danjou  <julien@danjou.info>
4303
4304         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4305         Only return an icon.
4306         (gnus-group-insert-group-line): Compute icon to return.
4307
4308         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4309         (gnus-html-image-fetched): Only cache if
4310         gnus-html-image-automatic-caching is set.
4311         (gnus-html-image-fetched): Check for errors.
4312
4313 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314
4315         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4316         once per method on `g'.  This ensures that backends like nnfolder don't
4317         open all their folders.
4318
4319         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4320         (nnimap-request-list): Nix out group in the correct buffer.
4321         (nnimap-parse-flags): Implement by using `read' instead of
4322         hand-parsing.
4323         (nnimap-flags-to-marks): Pass on permanent-flags.
4324         (nnimap-make-process-buffer): Record the server name.
4325         (nnimap-parse-flags): Fix typo.
4326         (nnimap-request-scan): Run split on the server in general, not just a
4327         single group.
4328
4329         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4330         parameter, and propagate this downwards.
4331
4332         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4333         since EXAMINE changes it on the server.
4334
4335         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4336         this command might take a while.
4337
4338 2010-09-22  Julien Danjou  <julien@danjou.info>
4339
4340         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4341         harmful if you have 2 images side-by-side, they can't be properly
4342         update on text deletion.  Using text-property is safer here.
4343         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4344         data.
4345
4346 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4347
4348         * nnimap.el (nnimap-expunge-inbox): Remove.
4349         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4350         (nnimap-expunge): Flip default to t.
4351
4352         * gnus.el (gnus-method-to-server): Don't push things to the cache
4353         unless it's unique.
4354         (gnus-server-to-method): Ditto.
4355
4356 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4357
4358         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4359
4360 2010-09-22  Julien Danjou  <julien@danjou.info>
4361
4362         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4363         get the start of data.
4364         (gnus-html-encode-url): Add this function to encode special chars in
4365         URL.
4366         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4367         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4368
4369         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4370         default.
4371         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4372
4373         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4374         images alt-text.
4375         (gnus-html-put-image): Put alt-text as help-echo.
4376
4377 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4378
4379         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4380         * mm-util.el (mm-decompress-buffer)
4381         * nnir.el (nnir-run-find-grep)
4382         * pop3.el (pop3-list): Use 3rd arg of split-string.
4383
4384         * time-date.el (format-seconds): Comment fix.
4385
4386         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4387         and byte-optimize-form-code-walker.
4388         (dgnushack-make-auto-load): Don't advise make-autoload.
4389
4390         * lpath.el: Remove Emacs 21 stuff.
4391
4392 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4393
4394         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4395         outside the active range.  Suggested by Dan Christensen.
4396
4397         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4398         slightly later to avoid double-getting it.
4399
4400         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4401         previous patch.
4402
4403         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4404
4405 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4406
4407         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4408
4409 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4410
4411         * gnus-int.el (gnus-open-server): Give a better error message in the
4412         "go offline" case.
4413
4414         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4415         marks for nnimap, which is seldom the right thing to do.
4416
4417         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4418         (gnus-same-method-different-name): New function.
4419
4420         * nnimap.el (parse-time): Require.
4421
4422         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4423         method in the presence of many similar methods.
4424
4425         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4426
4427         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4428         nnml-inhibit-expiry.
4429
4430         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4431         find out whether methods are equal.
4432
4433         * nnimap.el (nnimap-find-expired-articles): New function.
4434         (nnimap-process-expiry-targets): New function.
4435         (nnimap-request-move-article): Request the article before looking at
4436         what the Message-ID is.  Fix found by Andrew Cohen.
4437         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4438
4439         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4440         for oldness in addition to being a predicate.
4441
4442         * nnimap.el (nnimap-request-group): When we have zero articles, return
4443         the right data to Gnus.
4444         (nnimap-request-expire-articles): Only delete articles immediately if
4445         the target is 'delete.
4446
4447         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4448         method, this would bug out.
4449
4450         * gnus-group.el (gnus-group-expunge-group): Rename from
4451         gnus-group-nnimap-expunge, and implemented as a normal interface
4452         function.
4453
4454         * gnus-int.el (gnus-request-expunge-group): New function.
4455
4456         * nnimap.el (nnimap-request-create-group): Implement.
4457         (nnimap-request-expunge-group): New function.
4458
4459 2010-09-21  Julien Danjou  <julien@danjou.info>
4460
4461         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4462         (gnus-html-cache-expired): Add new function.
4463         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4464         wethever we should display image for fetch it.
4465         Compute alt-text earlier to pass it to the fetching function too.
4466         (gnus-html-schedule-image-fetching): Change function argument to only
4467         get one image at a time, not a list.
4468         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4469         cache.
4470         (gnus-html-get-image-data): New function to retrieve image data from
4471         cache.
4472         (gnus-html-put-image): Change buffer argument to use image data rather
4473         than file, and place image above region rather than inserting a new
4474         one.  Do not take alt-text as argument, since it's useless now: we place
4475         the image above alt-text.
4476         (gnus-html-prune-cache): Remove.
4477         (gnus-html-show-images): Start to fetch image when we find one, do not
4478         push into a temporary list.
4479         (gnus-html-prefetch-images): Only fetch image if they have expired.
4480         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4481         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4482
4483 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4486
4487 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4490         spec inser "*" if the group isn't active instead of 0.
4491
4492         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4493         opening the server.
4494         (nnimap-request-delete-group): Implement group deletion.
4495         (nnimap-transform-headers): Return the size of the entire message in
4496         the Bytes header, not just the size of the first part.
4497         (nnimap-request-move-article): When moving an article from nnimap,
4498         request the article first so the accepting form has an article to
4499         accept.  Reported by Dan Christensen.
4500         (nnimap-command): Make sure that the error message doesn't error out.
4501
4502 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4503
4504         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4505         we haven't requested anything.
4506
4507 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4510         "".  Fix found by Andrew Cohen.
4511
4512         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4513         instead of -encode-string.
4514
4515 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4516
4517         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4518
4519         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4520         by mm-subst-char-in-string.
4521
4522 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4523
4524         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4525         waiting for the connection string.
4526
4527         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4528         arriving.
4529
4530         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4531         bogus characters.  This allows selecting certain Gmail groups.
4532
4533         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4534         (nnimap-fetch-partial-articles): New variable.
4535         (nnimap-open-connection): When looking for credentials, also use the
4536         nnimap-server-port.
4537         (nnimap-request-article): Return the group/article number, so that Gnus
4538         `^' works as expected.
4539         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4540
4541         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4542         comments.
4543         (gnus-methods-sloppily-equal): New function.
4544         (gnus): When using the development version of Gnus, load the gnus-load
4545         file.
4546
4547         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4548         `gnus-open-server' on each method before trying to scan them etc.
4549         This ensures that all the backend parameters are set correctly.
4550
4551         * nnimap.el (nnimap-authenticator): New variable.
4552         (nnimap-open-connection): Allow anonymous login.
4553         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4554         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4555
4556         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4557         patch, found by Knut Anders Hatlen.
4558
4559 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4560
4561         * gnus-agent.el (gnus-agent-batch-confirmation)
4562         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4563         to gnus-message.
4564         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4565         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4566         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4567         * gnus-int.el (gnus-open-server): Likewise.
4568         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4569         (gnus-score-check-syntax): Likewise.
4570         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4571         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4572         Likewise.
4573         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4574
4575 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4576
4577         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4578         calling conventions so that prefetch doesn't bug out.
4579
4580 2010-09-19  Julien Danjou  <julien@danjou.info>
4581
4582         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4583         rather than `subst-char-in-region' in order to be able to replace ASCII
4584         char by UTF-8 ones.
4585
4586         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4587         than curl.
4588         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4589         the right URL and ALT text on images.
4590         (gnus-html-wash-tags): Fix tag case.
4591         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4592         (gnus-article-html): Add -o display_ins_del=2 option.
4593         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4594
4595 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4596
4597         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4598         the extra mail headers, which sometimes seem to happen for unknown
4599         reasons.
4600
4601         * mail-parse.el (mail-header-encode-parameter): Define as
4602         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4603         (or most, perhaps?) mail readers don't understand the latter, but do
4604         understand the former.
4605
4606         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4607         to nil, so that no methods are automatically agentized.  I think this
4608         is probably what most users want.
4609
4610         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4611         from url-retrieve, for instance about invalid URLs.
4612
4613         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4614         groups that have no articles.
4615         (nnimap-request-article): Check that we really got an article when we
4616         requested one.
4617
4618         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4619         doesn't exist.
4620
4621         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4622         nntp buffer so the agent can save it.
4623         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4624         that CRLF doesn't get translated to \n.
4625         (nnimap-open-connection): Don't make 'shell commands only send \n.
4626
4627 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4628
4629         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4630         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4631         Update var name.
4632         (nnml-generate-nov-file): Use dolist.
4633         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4634         Use with-current-buffer.
4635
4636 2010-09-18  Julien Danjou  <julien@danjou.info>
4637
4638         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4639         parallel.
4640
4641 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642
4643         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4644         the range update right.
4645         (nnimap-request-group): Don't make `M-g' bug out on group with no
4646         marks.
4647         (nnoo): Require, so that other packages can require nnimap.
4648         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4649         command we're looking for.  This helps when the server sends more
4650         responses after we've gotten everything we expected.
4651         (nnimap): Add a `newlinep' field to keep track of end-of-line
4652         conventions.
4653         Don't send CRLF to things that don't want it.
4654         (nnimap-request-accept-article): Ditto.
4655
4656 2010-09-18  Julien Danjou  <julien@danjou.info>
4657
4658         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4659         than curl to retrieve images.
4660
4661 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4662
4663         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4664         the marks.
4665         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4666         (nnimap-wait-for-connection): New function.
4667         (nnimap-open-connection): If we have PREAUTH, don't query for login
4668         credentials.
4669         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4670         when doing a partial update.
4671
4672 2010-09-18  Julien Danjou  <julien@danjou.info>
4673
4674         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4675         tags.
4676
4677 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4678
4679         * nnimap.el (nnimap-credentials): New function.
4680         (nnimap-open-connection): Use the new function to look for credentials
4681         also on the numeric equivalents of "imap" and "imaps".
4682
4683         * gnus-start.el (gnus-activate-group): Send the info to
4684         gnus-request-group.
4685
4686         * nnimap.el (nnimap-request-group): Have the "check" version of the
4687         function parse flags and update the info, so that a `M-g' get a total
4688         resync of all flags from the group.
4689
4690         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4691         to allow backends to alter the info on group selection.  Also alter all
4692         the backend -request-group functions to take the parameter.
4693
4694         * nnimap.el (nnimap-store-info): New function.
4695         (nnimap-update-info): Store the info for later usage.
4696         (nnimap-request-group): Use the stored info for the dont-check case, so
4697         that we don't retrieve all marks when we enter a group.
4698
4699         * nnimap.el: Use deffoo instead of defun for interface functions.
4700
4701         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4702         update the group info.  This makes the nndraft groups, for instance, go
4703         back to their old behaviour.
4704
4705         * gnus-sum.el (gnus-select-newsgroup): Indent.
4706
4707         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4708         in.
4709         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4710         nothing.
4711
4712         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4713         from methods that are denied.
4714
4715         * gnus-int.el (gnus-method-denied-p): New function.
4716
4717         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4718         store the password instead of netrc.
4719         (nnimap-open-connection): Don't error out when we can't make a
4720         connections.
4721
4722         * auth-source.el (auth-source-create): In the password prompt, say what
4723         we're querying for.  Also prompt for user name if that hasn't been
4724         given.
4725
4726         * nnimap.el (nnimap-with-process-buffer): Remove.
4727
4728 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4731         method when we're reading from the agent.
4732
4733         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4734
4735         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4736         that's probably most useful for users.
4737
4738         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4739         "failed" all the time.
4740
4741         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4742         ...)) with (with-current-buffer ... ).
4743
4744         * nntp.el (nntp-open-server): Return whether the open was successful or
4745         not.
4746
4747         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4748         select an unread unseen article first.
4749
4750         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4751         /etc/services, supply some sensible port defaults.
4752
4753         * dgnushack.el: Define netrc-credentials.
4754
4755 2010-09-17  Julien Danjou  <julien@danjou.info>
4756
4757         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4758
4759 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4760
4761         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4762         doesn't have any parameters.
4763
4764 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4765
4766         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4767         only upcased checks.
4768
4769         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4770
4771         * nnimap.el (nnimap-open-shell-stream): New function.
4772         (nnimap-open-connection): Use it.
4773         (nnimap-transform-headers): Get the number of lines in each message.
4774         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4775         number of lines.
4776         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4777         problem.
4778
4779         * utf7.el (utf7-encode): Autoload.
4780
4781         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4782         to allow the mail splitting to not return a default group.  This is
4783         useful for nnimap, which will leave unmatched mail in the inbox.
4784
4785         * nnimap.el: Rewritten.
4786
4787         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4788         nnimap usage.
4789
4790         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4791         if the move is internal, so that nnimap can do fast internal moves.
4792
4793         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4794         data.
4795         (gnus-read-active-for-groups): Support finishing the early retrieval of
4796         data.
4797
4798         * gnus-range.el (gnus-range-nconcat): New function.
4799
4800         * gnus-int.el (gnus-finish-retrieve-group-infos)
4801         (gnus-retrieve-group-data-early): New functions.
4802
4803 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4804
4805         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4806         (nnrss-retrieve-groups):
4807         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4808         (pop3-quit): Use with-current-buffer.
4809
4810 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4811
4812         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4813         instead of nnheader-accept-process-output.
4814
4815         * dgnushack.el (dgnushack-compile): Add comment.
4816
4817         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4818
4819         * gnus-html.el (gnus-html-schedule-image-fetching)
4820         (gnus-html-prefetch-images): Replace process-kill-without-query by
4821         gnus-set-process-query-on-exit-flag.
4822
4823 2010-09-16  Romain Francoise  <romain@orebokech.com>
4824
4825         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4826
4827 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828
4829         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4830         parameter to unintern is mandatory-ish in Emacs 24.
4831
4832         * gnus-html.el (gnus-html-schedule-image-fetching)
4833         (gnus-html-prefetch-images): Check for curl before using it.
4834
4835         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4836         depend on curl, which isn't essential.
4837
4838         * imap.el: Revert back to version
4839         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4840         seem problematic.
4841
4842 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4843
4844         * gnus-registry.el (gnus-registry-install-shortcuts):
4845         Explicitly pass `obarray' to `unintern' to avoid a warning.
4846
4847 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4848
4849         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4850         change.
4851
4852         * nnrss.el (nnrss-request-list): Remove this function and related
4853         functions, including the moreover stuff.
4854
4855 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856
4857         * nnrss.el (nnrss-retrieve-groups): New function.
4858
4859 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4860
4861         * .dir-locals.el: Add no-byte-compile cookie.
4862
4863 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * time-date.el (format-seconds): Comment fix.
4866
4867         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4868         for back end that doesn't support request-scan.
4869
4870 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4871
4872         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4873         then do request scans from the backends.
4874
4875         * netrc.el (netrc-credentials): New conveniency function.
4876
4877         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4878         avoid running a hook per line, since this takes a lot of time,
4879         profiling shows.
4880         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4881         directly if gnus-visual-p is true.
4882
4883 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4886         groups; replace mapcar with dolist which is a bit faster; pass groups
4887         info to gnus-read-active-file-1.
4888         (gnus-read-active-file-1): Scan only specified groups if the new
4889         optional arg `infos' is given.
4890
4891 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4892
4893         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4894
4895         * pop3.el (pop3-movemail): Remove.
4896         (pop3-streaming-movemail): Rename to pop3-movemail.
4897
4898         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4899         don't restrict end-tag searches to the end of the line.
4900
4901 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4904         articles of every unchecked group to t, which means unknown since the
4905         server has never been opened.
4906
4907 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4908
4909         * gnus-html.el (gnus-html-show-alt-text): New command.
4910         (gnus-html-browse-image): Ditto.
4911         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4912         to browse the image directly.
4913         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4914         better.
4915
4916         * gnus-async.el (gnus-async-article-callback):
4917         Call `gnus-html-prefetch-images' unconditionally.
4918
4919         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4920         before feeding URLs to curl.
4921
4922 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4925         internal images as deletable by `W D D'.
4926
4927         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4928         (gnus-async-article-callback): Fix typo.
4929
4930 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931
4932         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4933         current line to work around bugs in the output from w3m.
4934
4935         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4936         for groups that want that.
4937
4938         * nntp.el (nntp-wait-for-string): Supply a timeout for
4939         accept-process-output to ensure progress.
4940
4941         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4942         level to get unread articles from, then use that for foreign groups,
4943         too.
4944
4945         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4946         confuses the rest of the function.
4947
4948         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4949         for the methods that support -retrieve-groups, too.
4950
4951         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4952
4953 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4956         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4957
4958         * pop3.el: Require cl when compiling.
4959         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4960
4961 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4962
4963         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4964         that aren't going to be activated.
4965         (gnus-get-unread-articles): Fix up the last commit.
4966
4967         * gnus-html.el (gnus-article-html): Allow calling without specifying
4968         the handle.  In that case, dissect the buffer first.
4969
4970         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4971
4972         * nnimap.el (nnimap-open-connection): Revert the change that would look
4973         into authinfo for imaps instead of imap.
4974
4975         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4976         say that you don't want to call gnus-request-group with don-check, but
4977         do check the reponse.  This is for virtual groups only.
4978         (gnus-get-unread-articles): Count the archive groups as secondary, so
4979         that they're activated the same way as before.
4980
4981         * imap.el (imap-message-map): Removed optional buffer parameter, since
4982         no callers use it.
4983         (imap-message-get): Ditto.
4984         (imap-message-put): Ditto.
4985         (imap-mailbox-map): Ditto.
4986         (imap-mailbox-put): Ditto.
4987         (imap-mailbox-get): Ditto.
4988         (imap-mailbox-get): Revert last change for this function.
4989
4990         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4991         case-insensitively.
4992         (nnimap-debug): Remove.
4993
4994         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4995         to use `imap-fetch' instead.  According to the comments, this should be
4996         safe, since all other IMAP clients use the 1:* syntax.
4997         (imap-enable-exchange-bug-workaround): Removed.
4998         (imap-debug): Removed -- doesn't seem very useful.
4999
5000         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5001         mail from a file, and the file doesn't exist.
5002
5003         * imap.el (imap-log): New convenience function used throughout instead
5004         of repeating the same code all over the place.
5005
5006         * pop3.el (pop3-streaming-movemail): Return t for success.
5007
5008         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5009         .authinfo if we're using ssl connection.
5010
5011         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5012         already have if we're in a main Gnus `g' run.
5013
5014         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5015
5016 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5019
5020         * nnmh.el (nnmh-request-list-1): Bind `file'.
5021
5022         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5023         alias to set-process-query-on-exit-flag or process-kill-without-query.
5024         (pop3-open-server): Use it.
5025
5026 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5027
5028         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5029         box to the Incoming file.  Fixes mistake in previous checkin.
5030
5031         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5032         request loop (for debugging purposes) removed.
5033
5034         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5035         culprit is more visible.
5036         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5037         (nnml-add-incremental-nov): New functions to do "incremental" nov
5038         updates, where we just append to the end of the existing nov files
5039         without reading/writing them in full.
5040
5041         * mail-source.el (mail-source-delete-crash-box): Really only check the
5042         incoming files once in a while.
5043
5044         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5045
5046         * mail-source.el (mail-source-delete-crash-box): Only check the
5047         incoming files for deletion once per day to save a lot of file
5048         accesses.
5049
5050         * pop3.el (pop3-logon): Fix up unbound variable typo.
5051
5052         * mail-source.el (pop3-streaming-movemail): Autoload.
5053
5054         * pop3.el (pop3-streaming-movemail):
5055         Respect pop3-leave-mail-on-server.
5056
5057         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5058         retrieval.
5059
5060         * pop3.el (pop3-process-filter): Remove unused function.
5061         (pop3-streaming-movemail, pop3-send-streaming-command)
5062         (pop3-wait-for-messages, pop3-write-to-file)
5063         (pop3-number-of-responses): New functions for streaming pop3
5064         retrieval.
5065
5066         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5067         come from no known methods.
5068         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5069         list.
5070
5071         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5072         message sizes.
5073         (pop3-movemail): Use erase-buffer instead of looping and deleting
5074         regions, which seems rather odd.
5075
5076         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5077         file once per `g' run.
5078
5079         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5080         directories.  This makes the draft queue directory work.
5081
5082         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5083         data from the backends, so that we only request the list of groups from
5084         each method once.  This should speed things up considerably.
5085
5086         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5087         detect that it's not implemented.
5088
5089         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5090         we actually do recurse down into the tree, but don't stat all leaf
5091         nodes.
5092
5093         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5094         then say so instead of bugging out.
5095
5096         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5097         files exist before trying to read them.
5098
5099         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5100         around <pre_int>.
5101
5102         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5103
5104         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5105
5106 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5107
5108         * mm-util.el (mm-image-load-path): Just return the image directories,
5109         not all directories in the path in addition to the image directories.
5110         (mm-image-load-path): Maintain a cache of the image directories so that
5111         the `g' command in Gnus doesn't have to stat dozens of directories each
5112         time.
5113
5114         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5115         (gnus-html-wash-tags): Add a new `i' command to insert images.
5116         (gnus-html-insert-image): New command and keystroke.
5117         (gnus-html-redisplay-with-images): New command and keystroke.
5118         (gnus-html-show-images): Rename command.
5119         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5120         spacers.
5121         (gnus-html-wash-tags): Decode entities at the end, so that entities
5122         inside the tags don't mess up the rest of the "parsing".
5123
5124         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5125         so that nnimap methods aren't agentized by default.  There's apparently
5126         many problems related to agent/imap behaviour.
5127
5128         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5129
5130         * gnus-html.el: Doc fix.
5131
5132 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5135         specifier-spec-list for Emacs 21.
5136
5137         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5138         glyph-width and glyph-height instead of display-graphic-p and
5139         image-size; make avoidance of displaying small images work for XEmacs.
5140
5141         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5142         for XEmacs.
5143
5144         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5145         of symbol that holds plist data.
5146         (gnus-process-plist): Remove plist of process after getting it.
5147
5148 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5149
5150         * message.el (message-generate-hashcash): Change default to
5151         'opportunistic if hashcash is installed.
5152
5153         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5154         (gnus-html-put-image): Only call image-size once, since it's somewhat
5155         time-consuming on remote X servers.
5156
5157 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5160         type on data, not a file name.
5161
5162         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5163         window-pixel-edges for Emacs 21.
5164
5165         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5166         decoded contents.
5167         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5168
5169 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5172         group line format, since it isn't very interesting.
5173
5174         * gnus-agent.el (gnus-agent-short-article),
5175         (gnus-agent-long-article): Increase values for these two variables,
5176         since most people are likely to have more network connection and
5177         storage than before.
5178
5179         * gnus.el (gnus-refer-article-method): Change default to 'current.
5180         When referring an article, the common behaviour is to refer it from the
5181         current select method, not the native select method.  The chances of
5182         the native select method having the message in question is rather slim
5183         these days.
5184
5185         * gnus-sum.el (gnus-auto-select-subject): Change default to
5186         `unseen-or-unread'.  I think it's likely that most people want to
5187         select an unseen article over a previously seen, but unread one.
5188
5189         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5190         means that in the article buffer none of the minor mode elements will
5191         be shown, usually, and this is not desirable in most cases.
5192
5193         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5194         that commands like `d' (and the like) go to the next line in the
5195         buffer, instead of the next unread article.  I think this is the
5196         behaviour that is most natural for most users.
5197         (gnus-single-article-buffer): Change default to nil, so that people can
5198         have as many article buffers open as they have summary buffer.  I think
5199         this is the most natural way for the groups to behave.
5200
5201         * message.el (message-generate-new-buffers): Change default to
5202         `unsent', so that all new message buffers start their names with the
5203         string "*unsent", and it's easier to find the buffers if you move from
5204         them.
5205
5206 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5209         small.  They're probably tracking images.
5210         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5211         (gnus-html-rescale-image): Yet another try at getting the image sizing
5212         right.
5213
5214         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5215         nntp-marks-file-name is nil.
5216
5217 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5218
5219         * gnus-html.el (gnus-html-wash-tags)
5220         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5221         Better logging.
5222
5223 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5224
5225         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5226
5227         * gnus-html.el (gnus-html-wash-tags): Check the value of
5228         gnus-blocked-images in the summary buffer.
5229
5230 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5231
5232         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5233
5234 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5235
5236         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5237         like "a", it seems like.
5238         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5239         since it needs to be picked from the correct buffer.
5240
5241         * nnwfm.el: Remove.
5242
5243         * nnlistserv.el: Remove.
5244
5245 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5246
5247         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5248         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5249
5250 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5251
5252         * nnkiboze.el: Remove.
5253
5254         * nndb.el: Remove.
5255
5256         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5257         alt text.
5258         (gnus-html-rescale-image): Try to get the rescaling logic right for
5259         images that are just wide and not tall.
5260
5261         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5262         overshadow variable bindings.
5263
5264 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5265
5266         * gnus-html.el (gnus-html-wash-tags)
5267         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5268         Add extra logging.
5269
5270 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5271
5272         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5273         (gnus-max-image-proportion): New variable.
5274         (gnus-html-rescale-image): New function.
5275         (gnus-html-put-image): Rescale images.
5276
5277 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5278
5279         Fix up some byte-compiler warnings.
5280         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5281         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5282         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5283         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5284         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5285         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5286         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5287
5288 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * gnus-html.el (gnus-article-html): Decode contents by charset.
5291
5292 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5295         (gnus-html-frame-width, gnus-blocked-images)
5296         * message.el (message-prune-recipient-rules): Add custom version.
5297         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5298
5299         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5300         functions.
5301
5302         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5303         gnus-process-get.
5304
5305 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5306
5307         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5308         instead of lsub directly.
5309
5310 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5311
5312         * nnwarchive.el: Remove.
5313
5314         * gnus-soup.el: Remove.
5315
5316         * nnsoup.el: Remove.
5317
5318         * nnultimate.el: Remove.
5319
5320         * gnus-html.el (gnus-blocked-images): New variable.
5321
5322         * message.el (message-prune-recipients): New function.
5323         (message-prune-recipient-rules): New variable.
5324
5325         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5326         guess whether a long line is natural text or not.
5327
5328         * gnus-html.el (gnus-html-schedule-image-fetching):
5329         Use gnus-process-plist and friends for compatibility.
5330
5331 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5332
5333         * gnus-html.el: Require packages that define macros used in this file.
5334         (gnus-article-mouse-face): Declare to silence byte-compiler.
5335         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5336         process-get.
5337         (gnus-html-put-image): Use plist-get to avoid getf.
5338         (gnus-html-prefetch-images): Use with-current-buffer.
5339
5340 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * gnus-ems.el: Provide compatibility functions for
5343         gnus-set-process-plist.
5344
5345         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5346         header-line-format for XEmacs 21.4.
5347
5348         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5349         * gnus.el (gnus-valid-select-methods)
5350         * message.el (message-send-mail-partially-limit)
5351         * mm-decode.el (mm-text-html-renderer)
5352         * mml.el (mml-insert-mime-headers-always)
5353         * smiley.el (smiley-regexp-alist): Bump custom version.
5354
5355 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5356
5357         * gnus-html.el: require mm-url.
5358         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5359         with the url to `url'.
5360         (gnus-html-wash-tags): Support cid: URLs/images.
5361
5362 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363
5364         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5365         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5366         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5367
5368         * gnus-move.el: Remove file, since it doesn't really work.
5369
5370         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5371         UTF-8.  This seems to fix problems with some German web feeds.
5372
5373         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5374         at the top so that the proper colours are applied.
5375
5376         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5377         don't have dots in their names.
5378
5379         * gnus-art.el (gnus-article-view-part): Doc fix.
5380
5381         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5382         XEmacs-compatible.
5383         (gnus-html-put-image): Don't do images on non-graphic displays.
5384
5385         * nnslashdot.el: Remove this unused backend.
5386
5387         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5388         actions.
5389         (gnus-undo-register-1): Revert last change.
5390
5391         * gnus-group.el (gnus-group-completing-read): Protect against not
5392         having completion-styles bound.
5393
5394         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5395         make broken recipients happier.
5396
5397         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5398
5399         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5400         point parameter.
5401
5402         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5403
5404         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5405         completion-styles for group selection.
5406
5407 2009-02-04  Andreas Schwab  <schwab@suse.de>
5408
5409         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5410         headers and regexp-quote the match if necessary.
5411
5412 2009-03-24  Miles Bader  <miles@gnu.org>
5413
5414         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5415         the blinking smiley.
5416
5417 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5418
5419         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5420         blink smiley.
5421
5422 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5423
5424         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5425         where the dribbel file lives exists.
5426
5427         * message.el (message-send-mail-partially-limit): Change the default to
5428         nil, since most people don't want this.
5429
5430         * mm-url.el (mm-url-decode-entities): Also decode entities like
5431         &#x3212.
5432
5433 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5434
5435         * gnus-sum.el (gnus-summary-idna-message):
5436         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5437         Hyperlink urls in docstrings with URL `...'.
5438
5439 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5440
5441         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5442         functions.
5443
5444 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5445
5446         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5447         say what the mouseover text should be.
5448
5449         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5450         version of the mm-w3m-safe-url-regexp variable to only download images
5451         in the groups where we want that to happen.
5452
5453         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5454
5455         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5456         easier debugging.
5457         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5458         big pictures in the article buffer.
5459
5460         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5461         gnus-article-html.
5462         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5463         w3m.
5464
5465         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5466
5467 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5468
5469         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5470         which doesn't exist.
5471
5472         * message.el (message-inhibit-ecomplete): New variable to allow some
5473         function to inhibit ecomplete address storage.
5474         (message-resend): Disable ecomplete message storage when resending
5475         messages.
5476
5477         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5478
5479 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5482         Save excursion while copying, moving, and deleting articles in order to
5483         prevent the cursor from jumping to unforeseen place.
5484
5485 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * lpath.el: No need to bind bookmark-current-buffer,
5488         bookmark-yank-point and bookmark-make-record-function.
5489
5490 2010-08-17  Glenn Morris  <rgm@gnu.org>
5491
5492         * gnus-sync.el: Require gnus components whose functions are used.
5493
5494         * gnus-art.el (bookmark-make-record-function):
5495         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5496         Declare for compiler.
5497
5498         * mm-url.el (mml-compute-boundary): Autoload.
5499
5500 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5503
5504 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5505
5506         Typo fix "hoo4a" -> "hook".
5507
5508         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5509
5510 2010-08-14  Glenn Morris  <rgm@gnu.org>
5511
5512         * gnus-sync.el (gnus-sync): Fix defgroup version.
5513
5514 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5517
5518         * gnus-sync.el: Fix docs.
5519         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5520         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5521
5522 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5523
5524         Optimizations for gnus-sync.el.
5525
5526         * gnus-sync.el: Add docs about gnus-sync-backend
5527         possibilities.
5528         (gnus-sync-save): Remove unnecessary message.
5529         (gnus-sync-read): Optimize and show what groups were skipped.
5530
5531 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5532
5533         Minor bug fixes for gnus-sync.el.
5534
5535         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5536         Don't read the sync on get-new-news.
5537
5538         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5539         quiet.
5540
5541         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5542         (fix typo).
5543
5544 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5545
5546         Make saving and restoring of hidden threads work with overlays.
5547         Patch applied by Ted Zlatanov.
5548
5549         * gnus-sum.el (gnus-hidden-threads-configuration)
5550         (gnus-restore-hidden-threads-configuration): Update to deal with text
5551         properties, rather than searching for a magic character.
5552
5553 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5554
5555         New gnus-sync.el library for synchronization of marks.
5556
5557         * gnus-sync.el: New library for synchronization of marks.
5558
5559         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5560         renamed from `gnus-registry-grep-in-list'.
5561
5562         * gnus-registry.el (gnus-registry-follow-group-p):
5563         Use `gnus-grep-in-list'.
5564
5565         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5566
5567 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5570         determining charset of text fails.
5571
5572 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5573
5574         * nnmail.el (nnmail-get-new-mail-1): Revert.
5575
5576         * nnml.el (nnml-active-number): Make sure names of newly created groups
5577         in nnml-group-alist are encoded.
5578
5579 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5582         containing non-ASCII characters in active file for nnml back end.
5583
5584 2010-07-24  David Engster  <dengste@eml.cc>
5585
5586         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5587         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5588
5589 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5590
5591         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5592         tag (Bug#6654).
5593
5594 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5597         the article buffer, not the summary buffer.
5598
5599 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5600
5601         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5602         Emacs 23 as well.
5603
5604 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5607         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5608
5609 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5610
5611         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5612         Patch applied by Karl Fogel.
5613
5614         * gnus-sum.el (gnus-summary-bookmark-make-record):
5615         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5616
5617 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5618
5619         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5620         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5621         C-w still not working correctly from Article buffers; Thierry's
5622         patch to fix that will be applied after this.
5623
5624         * gnus-art.el (bookmark-make-record-function): New local variable.
5625
5626         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5627         article buffer.
5628         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5629
5630 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5631
5632         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5633         on changes in bookmark.el.
5634
5635 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5638         `no-log' instead of message not to log prompt string.
5639
5640 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5641
5642         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5643         the *other* type of HTML form submission.
5644
5645 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5646
5647         * auth-source.el (auth-source-pick): If choice does not contain a
5648         questioned keyword, set the check to t.
5649
5650 2010-06-12  Romain Francoise  <romain@orebokech.com>
5651
5652         * gnus-util.el (gnus-date-get-time): Move up before first use.
5653
5654 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5657         (gnus-article-edit-part): Bind it to make last part that is substituted
5658         or deleted visible.
5659         (gnus-mime-display-single): Buttonize part of which id equals to
5660         gnus-mime-buttonized-part-id.
5661
5662 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5663
5664         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5665         (gnus-dd-mmm): Use gnus-date-get-time.
5666         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5667         simplify logic.
5668         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5669         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5670
5671 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5672
5673         * auth-source.el (top): Autoload `secrets-list-collections',
5674         `secrets-create-item', `secrets-delete-item'.
5675         (auth-sources): Fix tag string.
5676         (auth-get-source, auth-source-retrieve, auth-source-create)
5677         (auth-source-delete): New defuns.
5678         (auth-source-pick): Rewrite in order to avoid 2 passes.
5679         (auth-source-forget-user-or-password): New parameter USERNAME.
5680         (auth-source-user-or-password): New parameters CREATE-MISSING and
5681         DELETE-EXISTING.  Retrieve password interactively, if needed.
5682
5683 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5684
5685         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5686         deleting unused directories when gnus-expert-user is t.
5687
5688 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5691         for each temp file when gnus-article-browse-delete-temp is ask.
5692
5693 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5694
5695         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5696         Lisp calls to delete-backward-char by calls to delete-char.
5697
5698 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5699
5700         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5701
5702 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5703
5704         * password-cache.el (password-cache-remove): Fix docstring.
5705
5706 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5709         article unless decoding article to be saved.
5710
5711 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5714         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5715         generated within the mm-with-unibyte-current-buffer macro.
5716
5717 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5720         to nil when we're in a mml-preview buffer and no group is selected.
5721
5722 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5723
5724         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5725         when catching the `C-g'.  Reported by "Leo".
5726
5727 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * message.el (message-forward-make-body-plain)
5730         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5731         multibyte-string-p.
5732
5733         * lpath.el: Revert.
5734
5735 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * message.el (message-forward-make-body-mml): Assume original message
5738         is multibyte string; error on unibyte.
5739         (message-forward-make-body-plain): Ditto; don't add excessive newline
5740         in body end.
5741
5742         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5743
5744 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5745
5746         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5747         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5748
5749 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * mm-extern.el (mm-extern-url): Don't use
5752         mm-with-unibyte-current-buffer.
5753         (mm-extern-cache-contents): Use with-current-buffer instead of
5754         save-excursion + set-buffer.
5755
5756 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * mm-util.el (mm-emacs-mule): Remove.
5759
5760 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5761
5762         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5763         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5764         change.
5765
5766 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5769         bind the default value of enable-multibyte-characters to nil.
5770
5771 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * message.el (message-forward-make-body-plain)
5774         (message-forward-make-body-mml):
5775         Don't use mm-with-unibyte-current-buffer.
5776
5777 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5778
5779         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5780
5781 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5782
5783         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5784         (Bug#5592).
5785
5786 2010-05-07  Julien Danjou  <julien@danjou.info>
5787
5788         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5789         it to mm-pipe-part.
5790
5791         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5792         it is given.
5793
5794 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5795
5796         * binhex.el (binhex-decode-region-internal)
5797         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5798         (dns-query)
5799         * nnweb.el (nnweb-gmane-search)
5800         * pgg-parse.el (pgg-parse-armor)
5801         * pgg.el (pgg-verify-region)
5802         * sha1.el (sha1-string-external)
5803         * uudecode.el (uudecode-decode-region-internal)
5804         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5805         XEmacs.
5806
5807         * gnus-art.el (gnus-article-browse-html-parts)
5808         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5809         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5810         make-temp-file.
5811
5812         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5813         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5814         compiling.
5815
5816         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5817         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5818         XEmacs when compiling.
5819
5820         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5821         gnus-pick-mode-off-hook for XEmacs when compiling.
5822         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5823         gnus-binary-mode-off-hook for XEmacs when compiling.
5824
5825         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5826         Return nil if char-charset is not available.
5827
5828         * imap.el (imap-disable-multibyte)
5829         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5830         macros.
5831
5832         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5833         instead of encode-coding-string.
5834
5835         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5836         'xemacs) instead of mm-emacs-mule to switch function definitions.
5837         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5838
5839         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5840         bind temporary-file-directory for XEmacs;
5841         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5842         timer-set-function for XEmacs 21.4 and SXEmacs;
5843         bind timer-list for XEmacs 21.4 and SXEmacs;
5844         fbind char-charset and find-charset-region for non-Mule XEmacs;
5845         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5846         encode-coding-region and encode-coding-string for XEmacs having no
5847         file-coding feature.
5848
5849 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5850
5851         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5852
5853 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5856         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5857
5858 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5859
5860         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5861         alias `jka-compr-delete-temp-file' no longer exists.
5862
5863 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5864
5865         Use define-minor-mode in Gnus where applicable.
5866         * mml.el (mml-mode): Use define-minor-mode.
5867         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5868         (gnus-undo-mode): Use define-minor-mode.
5869         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5870         (gnus-dead-summary-mode): Use define-minor-mode.
5871         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5872         Initialize in declaration.
5873         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5874         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5875         (gnus-mailing-list-mode): Use define-minor-mode.
5876         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5877         (gnus-draft-mode): Use define-minor-mode.
5878         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5879         (gnus-dired-mode): Use define-minor-mode.
5880
5881 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5882
5883         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5884         handles on recursive mml-to-mime translation and check them for
5885         boundary delimiter collisions.  Reported by Greg Troxel.
5886
5887 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5890
5891 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5892
5893         * mm-util.el (mm-find-buffer-file-coding-system):
5894         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5895
5896 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5897
5898         * message.el (message-generate-headers): Record insertion of optional
5899         headers as well.  Otherwise the check to prevent repeated insertion of
5900         optional headers is a no-op.
5901
5902 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5903
5904         * smime.el: Don't mention CVS.
5905
5906         * nnrss.el (nnrss-fetch): Don't mention CVS.
5907
5908         * nnir.el: Don't mention CVS.
5909
5910 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5911
5912         * gnus-sum.el (gnus-summary-bookmark-make-record):
5913         Add `location' field.
5914
5915 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * lpath.el: Fbind bookmark-default-handler,
5918         bookmark-get-bookmark-record, bookmark-make-record-default,
5919         bookmark-prop-get for Emacs <23 and XEmacs.
5920
5921 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5922
5923         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5924         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5925         Use with-current-buffer to silence the byte-compiler.
5926         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5927         bother to require `gnus'.
5928         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5929
5930 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5931
5932         * gnus-sum.el (gnus-summary-bookmark-make-record)
5933         (gnus-summary-bookmark-jump): New functions.
5934         (gnus-summary-mode): Setup bookmark support.
5935
5936 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5937
5938         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5939         if set.
5940
5941 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5944         gnus-article-browse-html-save-cid-image; make it work recursively for
5945         forwarded messages as well.
5946         (gnus-article-browse-html-parts): Work when prefix arg is given.
5947         (gnus-article-browse-html-article): Doc fix.
5948
5949 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5950
5951         * message.el (message-default-mail-headers):
5952         (message-default-headers): Carry the value mail-default-headers over
5953         into message-default-mail-headers, rather than message-default-headers.
5954
5955 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5956
5957         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5958         charset.
5959
5960         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5961         charset into the <meta> tag when the article is encoded to utf-8.
5962
5963 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * gnus-art.el (gnus-article-browse-delete-temp-files):
5966         Delete directories as well.
5967         (gnus-article-browse-html-parts): Work for images that do not specify
5968         file names; delete temp directory when quitting; insert header at the
5969         right place; use file: scheme for image files.
5970
5971 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5972
5973         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5974         (gnus-article-browse-html-parts): Use it to make temporary cid image
5975         files in addition to html file so that browser may display them.
5976
5977 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5978
5979         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5980
5981 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5982
5983         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5984
5985 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5986
5987         * auth-source.el (auth-sources): Change default to be simpler.
5988         Explain about Secret Service API sources.  Improve Customize options.
5989         (auth-source-pick): Change to accept any number of search parameters.
5990         Implement fallbacks iteratively, not recursively.  Add scoring on the
5991         second pass and sort by score.  Call Secret Service API when needed.
5992         (auth-source-user-or-password): Use it.  Call Secret Service API
5993         directly when needed to get the user name and the password.
5994
5995 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5996
5997         * message.el (message-interactive): Doc fix.
5998         (message-qmail-inject-args): Reflow.
5999         (message-kill-to-signature): Fix typo in docstring.
6000
6001         * smiley.el (smiley-buffer): Fix typo in docstring.
6002
6003 2010-03-24  Glenn Morris  <rgm@gnu.org>
6004
6005         * mail-source.el (gnus-message): Declare.
6006         (mail-source-delete-old-incoming): Require gnus-util.
6007
6008 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6011
6012         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6013
6014         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6015         password-cache's default if it is not bound.
6016         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6017         password-cache-expiry's default if it is not bound.
6018
6019         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6020         available in Emacs 21.
6021
6022         * lpath.el: Suppress compiler warnings for:
6023         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6024         XEmacs;
6025         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6026         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6027         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6028
6029 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6030
6031         * auth-source.el (auth-sources): Fix up definition so extra parameters
6032         are always inline.
6033
6034 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6035
6036         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6037         wasn't updated after mismatch.  Clear cached mailbox info correctly
6038         when uidvalidity changes.
6039         (nnimap-group-prefixed-name): New function to avoid some code
6040         duplication.
6041         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6042         (nnimap-request-group): Use it.
6043         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6044         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6045         with many imap folders.  This is done by caching the group status from
6046         the imap server persistently in a group parameter `imap-status'.  (This
6047         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6048         but not persistently, so every Gnus startup was still very slow.)
6049
6050 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6051
6052         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6053         delete the extra newline.  Otherwise editing of :string and :number
6054         types don't work.
6055
6056 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6057
6058         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6059         secrets.el dependency.
6060         (auth-sources): Add optional user name.  Add secrets.el configuration
6061         choice (unused right now).
6062
6063 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6064
6065         * gnus-sum.el (gnus-summary-make-menu-bar):
6066         Let `gnus-registry-install-shortcuts' fill in the functions.
6067
6068         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6069         warnings.
6070         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6071         (gnus-registry-install-shortcuts): Populate and use it in a
6072         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6073
6074 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6075
6076         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6077         In-place substitutions for the group name encoding/decoding.
6078         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6079         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6080         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6081         (nnimap-update-unseen, nnimap-request-list)
6082         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6083         (nnimap-request-set-mark, nnimap-split-to-groups)
6084         (nnimap-split-articles, nnimap-request-newgroups)
6085         (nnimap-request-create-group, nnimap-request-accept-article)
6086         (nnimap-request-delete-group, nnimap-request-rename-group)
6087         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6088         `encoded-mbx' for consistency.
6089         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6090         variable `imap-current-mailbox'.
6091
6092         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6093         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6094
6095 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6096
6097         * pop3.el (pop3-display-message-size-flag): Display message size byte
6098         counts during POP3 download.
6099         (pop3-movemail): Use it.
6100         (pop3-list): Implement listing of available messages.
6101
6102 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6103
6104         * nnir.el (nnir-get-article-nov-override-function): New function to
6105         override the normal NOV retrieval.
6106         (nnir-retrieve-headers): Use it.
6107
6108 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6109
6110         * auth-source.el (netrc-machine-user-or-password): Autoload.
6111
6112 2010-03-19  Glenn Morris  <rgm@gnu.org>
6113
6114         Stop message.el from loading about 40 libraries it doesn't always need.
6115         The general approach is to autoload rather than require, and to
6116         require in the specific functions rather than the file.  (Bug#5642)
6117
6118         * gmm-utils.el: Don't require wid-edit.
6119         (widget-create-child-value, widget-convert, widget-default-get):
6120         Autoload.
6121
6122         * gnus-util.el: Don't require time-date, netrc.
6123         (message-fetch-field, gnus-group-name-decode): Declare rather than
6124         autoloading.
6125         (gnus-fetch-field): Require message.
6126         (gnus-decode-newsgroups): Require gnus-group.
6127
6128         * ietf-drums.el: Don't require time-date.
6129
6130         * message.el: Don't require hashcash, canlock, ecomplete.
6131         Do require mail-utils.  Require nnheader only when compiling.
6132         (smtpmail-default-smtp-server): Remove declaration.
6133         (message-send-mail-function): Check smtpmail-default-smtp-server
6134         is bound rather than requiring smtpmail.
6135         (message-auto-save-directory, message-insert-signature):
6136         Use expand-file-name rather than nnheader-concat.
6137         (nnheader-insert-file-contents): Autoload.
6138         (hashcash-wait-async): Declare.
6139         (message-send-mail): Only call gnus-setup-posting-charset if
6140         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6141         (message-send-mail-with-sendmail): Require sendmail.
6142         (canlock-password, canlock-password-for-verify): Declare.
6143         (message-canlock-password): Require canlock.
6144         (nnheader-get-report): Autoload.
6145         (gnus-setup-posting-charset): Declare.
6146         (message-send-news): Require gnus-msg.
6147         (message-make-references, message-make-in-reply-to): Use mail-header-id
6148         rather than the alias mail-header-message-id.
6149         (ecomplete-add-item, ecomplete-save): Declare.
6150         (message-put-addresses-in-ecomplete): Require ecomplete.
6151         (ecomplete-display-matches): Autoload.
6152
6153         * mm-decode.el: Don't require mailcap, gnus-util.
6154         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6155         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6156         Autoload.
6157         (mailcap-mime-extensions): Declare.
6158
6159         * mm-encode.el: Don't require mailcap.
6160         (mailcap-extension-to-mime): Autoload.
6161
6162         * mml-sec.el: Don't require password-cache.
6163
6164         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6165         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6166         (mml-minibuffer-read-type): Require mailcap.
6167         (mml-preview): Require gnus-msg.
6168
6169         * mml1991.el: Require password-cache.
6170         (password-cache-expiry): Remove declaration.
6171
6172         * mml2015.el: Require password-cache.
6173         (password-cache-expiry): Remove declaration.
6174
6175         * nneething.el (mailcap): Require mailcap.
6176
6177         * nnheader.el (declare-function): Add compatibility stub.
6178         (message-remove-header): Declare rather than autoload.
6179         (nnheader-replace-header): Require message.
6180
6181         * nnimap.el (declare-function): Add compatibility stub.
6182         (netrc-parse, netrc-machine-user-or-password): Declare.
6183         (nnimap-open-connection): Require netrc.
6184
6185         * nntp.el (declare-function): Add compatibility stub.
6186         (netrc-parse, netrc-machine, netrc-get): Declare.
6187         (nntp-send-authinfo): Require netrc.
6188
6189         * rfc2047.el: Don't require qp.
6190         (quoted-printable-encode-region, quoted-printable-decode-string):
6191         Autoload.
6192
6193         * sieve-mode.el: Don't require easymenu.
6194         (easy-menu-add-item): Autoload it.
6195
6196         * spam-stat.el (time-to-number-of-days): Autoload it.
6197
6198 2010-03-19  Glenn Morris  <rgm@gnu.org>
6199
6200         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6201
6202 2010-03-18  Glenn Morris  <rgm@gnu.org>
6203
6204         * hashcash.el (declare-function): Remove duplicate definition.
6205
6206 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6207
6208         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6209         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6210         value if any backslash escapes).
6211
6212 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6215         if it is available.  (bug#5647)
6216
6217         * lpath.el: Suppress compiler warning for coding-system-from-name for
6218         Emacs 21 and XEmacs.
6219
6220 2010-03-14  Juri Linkov  <juri@jurta.org>
6221
6222         * hmac-def.el:
6223         * hmac-md5.el:
6224         * netrc.el: Fix keywords.
6225
6226 2010-02-26  Glenn Morris  <rgm@gnu.org>
6227
6228         * message.el (message-send-mail-function): Change the default, so that
6229         it inherits from a customized send-mail-function.  (Bug#5643)
6230
6231 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6232
6233         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6234         shell-command-to-string signals an error (bug#5299).
6235
6236 2010-02-24  Glenn Morris  <rgm@gnu.org>
6237
6238         * message.el (message-smtpmail-send-it)
6239         (message-send-mail-with-mailclient): Doc fixes.
6240
6241 2010-02-16  Glenn Morris  <rgm@gnu.org>
6242
6243         * message.el (message-default-mail-headers): Change the default value
6244         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6245
6246 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6249         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6250
6251 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6252
6253         * time-date.el (date-to-time): Doc fix (Bug#5408).
6254
6255 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6256
6257         * message.el (message-mail): Just pass yank-action on to message-setup.
6258         (message-setup): Handle (FUN . ARGS) form of yank-action.
6259         (message-with-reply-buffer, message-widen-reply)
6260         (message-yank-original): Handle non-buffer values of
6261         message-reply-buffer (Bug#4080).
6262         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6263
6264 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6265
6266         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6267         Fix typo in docstring.
6268
6269 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6270
6271         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6272         response.
6273
6274 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6277
6278         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6279
6280         * message.el (message-check-news-header-syntax): Protect against a
6281         string that `rfc822-addresses' returns when parsing fails.
6282
6283 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6286         (gnus-previous-char-property-change): New functions.
6287
6288         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6289
6290 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6291
6292         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6293         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6294
6295 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6296
6297         * message.el (message-exchange-point-and-mark): Rework last change to
6298         avoid using optional arg of exchange-point-and-mark, for backward
6299         compatibility.
6300
6301 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6302
6303         * message.el (message-exchange-point-and-mark):
6304         Call exchange-point-and-mark with an argument rather than setting
6305         mark-active by hand (Bug#5175).
6306
6307 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6308
6309         * nntp.el (nntp-service-to-port): Work for service expressed with
6310         numeric string; replace [:digit:] with [0-9] for XEmacs.
6311
6312 2009-12-17  Glenn Morris  <rgm@gnu.org>
6313
6314         * gnus-group.el (gnus-bug-group-download-format-alist):
6315         Change emacs entry to debbugs.gnu.org.  Bump :version.
6316
6317 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6318
6319         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6320
6321 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6322
6323         * message.el (message-info): Explain why we use `Info-goto-node'.
6324
6325 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6328
6329 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6330
6331         * message.el (message-completion-in-region): New compatibility function.
6332         (message-expand-group): Use it.
6333
6334 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6337         with no unread article should be listed if the 2nd arg `predicate' is
6338         given.
6339
6340 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6341
6342         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6343
6344 2009-11-29  Juri Linkov  <juri@jurta.org>
6345
6346         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6347         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6348         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6349
6350 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6351
6352         * sha1.el (sha1-string-external): default-directory "/" in case
6353         otherwise non-existent.  process-connection-type pipe for touch of
6354         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6355
6356 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6357
6358         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6359         it's comms related and sgml-mode.el has "comm" on that basis too.
6360
6361 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6364         containing tspecial characters if they have been already quoted.
6365
6366 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6367
6368         * dns-mode.el (auto-mode-alist): Purecopy string.
6369
6370 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6371
6372         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6373
6374 2009-10-24  Glenn Morris  <rgm@gnu.org>
6375
6376         * gnus-art.el (help-xref-stack-item): Define for compiler.
6377
6378 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6379
6380         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6381
6382 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6385
6386 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6389         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6390
6391 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6394         (gnus-overlays-in): New alias to overlays-in.
6395
6396         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6397         gnus-overlay-get, and gnus-delete-overlay.
6398         (gnus-summary-show-thread): Make it work as well for systems in which
6399         next-single-char-property-change is not available.
6400         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6401
6402         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6403         (gnus-overlay-get): New alias to extent-property.
6404         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6405
6406         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6407         SXEmacs.
6408
6409         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6410         SXEmacs.
6411
6412 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6413
6414         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6415
6416 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6417
6418         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6419         and XEmacs that don't have `remove-overlays'.
6420
6421 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6422
6423         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6424         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6425         selective display.  Use overlays instead.
6426
6427 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6428
6429         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6430
6431 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6432
6433         * spam-stat.el (spam-stat-load): Fix typo in message.
6434
6435 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6436
6437         * dig.el (dig-invoke): Fix typo in docstring.
6438         (query-dig): Reflow docstring.
6439
6440 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6441
6442         * gnus-art.el (gnus-article-encrypt-body):
6443         * message.el (message-check-recipients):
6444         * mm-util.el (mm-codepage-setup):
6445         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6446         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6447
6448 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6449
6450         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6451         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6452         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6453         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6454         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6455
6456 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6457
6458         * dig.el: Add "Keywords: comm", as per net-utils.el.
6459
6460 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6461
6462         * dig.el (dig-mode): Use define-derived-mode.
6463
6464 2009-09-19  Glenn Morris  <rgm@gnu.org>
6465
6466         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6467
6468 2009-09-18  Glenn Morris  <rgm@gnu.org>
6469
6470         * gnus-diary.el (gnus-diary-check-message):
6471         * message.el (message-insert-formatted-citation-line):
6472         * nnbabyl.el (top-level):
6473         * nndiary.el (nndiary-schedule):
6474         Fix typos in condition-case handlers.
6475
6476 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6479         configuration that provides the sole article window in a frame;
6480         position point correctly after deleting a part.
6481
6482 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6483
6484         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6485         (spam-resolve-registrations-routine): Use it to unregister articles
6486         that change status.
6487
6488 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6491         with XEmacs.
6492         (parse-time-string-chars): Use it.
6493
6494 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6495
6496         * imap.el (imap-interactive-login): Better messages.
6497         (imap-open): Fix bug with renamed buffer on reconnect.
6498         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6499         for easier debugging and cleaner code.  On successful (guessed based on
6500         server capabilities) secondary authentication, set imap-state
6501         correctly.
6502         (imap-last-authenticator): Define imap-last-authenticator as a variable
6503         to avoid warnings.
6504
6505 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * nnrss.el (nnrss-request-article): Remove binding of
6508         default-enable-multibyte-characters that has gotten needless by
6509         the 2007-07-13 change in rfc2047-encode-message-header.
6510
6511         * mml.el (mml-insert-multipart): Error on the message header.
6512         (mml-insert-part): Error on the message header; position point at
6513         the end of a MIME tag.
6514
6515 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * time-date.el (autoload): Expand define-obsolete-function-alias into
6518         defalias and make-obsolete for old Emacsen that Gnus supports.
6519         (with-no-warnings): Define it for old Emacsen.
6520         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6521         is available.
6522         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6523         float-time is available; suppress compile warning for time-to-seconds.
6524
6525         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6526         (gnus-float-time): Alias to float-time if it exists.
6527
6528         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6529         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6530         float-time is available; suppress compile warning for time-to-seconds.
6531
6532         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6533         XEmacs.
6534
6535 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6536
6537         * imap.el (imap-message-map): Docstring fix.
6538
6539 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6542         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6543         Add the optional argument `encoding' that overrides the default.
6544
6545         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6546         mm-encode-buffer.
6547
6548 2009-09-04  Glenn Morris  <rgm@gnu.org>
6549
6550         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6551         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6552         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6553         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6554         * mm-util.el (mm-with-unibyte-current-buffer)
6555         (mm-find-buffer-file-coding-system):
6556         * yenc.el (yenc-decode-region): Use default-value rather than
6557         default-enable-multibyte-characters.
6558
6559 2009-09-03  Glenn Morris  <rgm@gnu.org>
6560
6561         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6562         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6563         than default-enable-multibyte-characters.
6564
6565 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6566
6567         * gnus-art.el (gnus-article-read-summary-keys):
6568         Fix gnus-buffer-configuration's value temporarily used.
6569
6570 2009-09-02  Glenn Morris  <rgm@gnu.org>
6571
6572         * gnus-util.el (gnus-float-time): New function.
6573         * gnus-delay.el (gnus-delay-article):
6574         * gnus-sum.el (gnus-thread-latest-date):
6575         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6576         * nnspool.el (nnspool-request-newgroups):
6577         Use gnus-float-time rather than time-to-seconds.
6578         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6579
6580         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6581         (gnus-header-subject-face, gnus-header-newsgroups-face)
6582         (gnus-header-name-face, gnus-header-content-face):
6583         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6584         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6585         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6586         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6587         (gnus-cite-face-11):
6588         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6589         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6590         (gnus-server-closed-face, gnus-server-denied-face)
6591         (gnus-server-offline-face):
6592         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6593         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6594         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6595         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6596         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6597         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6598         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6599         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6600         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6601         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6602         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6603         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6604         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6605         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6606         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6607         (gnus-summary-high-undownloaded-face)
6608         (gnus-summary-low-undownloaded-face)
6609         (gnus-summary-normal-undownloaded-face)
6610         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6611         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6612         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6613         (gnus-splash-face):
6614         * message.el (message-header-to-face, message-header-cc-face)
6615         (message-header-subject-face, message-header-newsgroups-face)
6616         (message-header-other-face, message-header-name-face)
6617         (message-header-xheader-face, message-separator-face)
6618         (message-cited-text-face, message-mml-face):
6619         * sieve-mode.el (sieve-control-commands-face)
6620         (sieve-action-commands-face, sieve-test-commands-face)
6621         (sieve-tagged-arguments-face):
6622         * spam.el (spam-face):
6623         Mark face aliases with "-face" in the name as obsolete.
6624
6625 2009-09-01  Glenn Morris  <rgm@gnu.org>
6626
6627         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6628         than goto-line.
6629
6630 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6633         Don't move point if the command is invoked inside the message header.
6634
6635 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6636
6637         * imap.el (imap-send-command): Simplify.
6638         (imap-wait-for-tag): point-max -> buffer-size.
6639
6640 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6641
6642         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6643         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6644         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6645         * nnir.el (nnir-swish-e-index-file):
6646         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6647         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6648         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6649         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6650         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6651         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6652
6653 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6656         Don't save excursion.
6657
6658 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6659
6660         * nnheader.el (nnheader-find-file-noselect):
6661         * mm-util.el (mm-insert-file-contents):
6662         Use (default-value 'major-mode) instead of default-major-mode.
6663
6664 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6665
6666         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6667
6668 2009-08-26  Glenn Morris  <rgm@gnu.org>
6669
6670         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6671         than placing in files.el.
6672
6673 2009-08-25  Glenn Morris  <rgm@gnu.org>
6674
6675         * nnir.el (top-level): Don't require cl at run-time.
6676         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6677         Replace cl-function substitute with gnus-replace-in-string.
6678         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6679         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6680         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6681         simplified expansions.
6682
6683 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6684
6685         * dig.el (dig): Add autoload cookie.
6686
6687 2009-08-22  Glenn Morris  <rgm@gnu.org>
6688
6689         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6690         goto-line.
6691
6692 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6693
6694         * parse-time.el (parse-time-string-chars): Save match data.
6695
6696 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6697
6698         * parse-time.el (parse-time-string-chars): Compute using character
6699         classes, to handle non-ascii characters (Bug#3190).
6700
6701 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6704
6705         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6706         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6707         (gnus-mm-display-part, gnus-mime-display-single)
6708         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6709         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6710
6711         * gnus-sum.el
6712         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6713         (gnus-summary-move-article): Add expirable mark to articles copied or
6714         moved to group that has auto-expire turned on if the option is non-nil.
6715
6716 2009-07-24  Glenn Morris  <rgm@gnu.org>
6717
6718         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6719         Fix typo.  (Bug#3903)
6720
6721 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6724         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6725         that should not be used for draft articles.
6726         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6727         that has no concern in minor mode keys.
6728         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6729         Abolish.
6730
6731 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6734         article without making inquiry to a user for unknown encoding.
6735
6736         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6737         (nnmaildir--scan): Assume i-node and device number that file-attributes
6738         returns might be cons-cell.
6739
6740         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6741
6742         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6743
6744 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6745
6746         * auth-source.el: Remove docs now in auth.texi.  Don't use
6747         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6748         `auth-source-hide-passwords' and use them.
6749
6750 2009-07-15  Glenn Morris  <rgm@gnu.org>
6751
6752         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6753
6754 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6757         excessive whitespace from the default values of title and description.
6758
6759 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6762         mail-fetch-field to fetch Content-Description header in order to
6763         exclude newlines.
6764
6765 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6766
6767         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6768         format used by GnuPG 2.0.11.
6769
6770 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6773         to deleted part.
6774
6775 2009-05-30  David Engster  <dengste@eml.cc>
6776
6777         * nnmairix.el: Remove old documentation in the commentary block.
6778         (nnmairix-request-group): Do not update active file for nnml back ends.
6779         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6780         end so that overview files are ignored.
6781         (nnmairix-update-groups): Make updating the groups more robust by using
6782         marks.
6783         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6784         with dollar characters in message-id.
6785
6786 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6787
6788         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6789         2008-12-25 in dns.el.
6790
6791 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6792
6793         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6794         could happen if the text is only composed of spaces and/or tabs.
6795
6796 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6797
6798         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6799         when sending a queued message to avoid extra mml tags.
6800
6801 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6804
6805 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6808         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6809         rmail-toggle-header for XEmacs;
6810         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6811
6812 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * gnus-dired.el: Remove autoload for gnus-setup-message.
6815         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6816         displaying Gnus logo; always use compose-mail.
6817
6818 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6821
6822 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6825         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6826         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6827         available.
6828         (gnus-nocem-epg-verify): New function.
6829
6830 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6831
6832         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6833
6834 2009-02-15  Glenn Morris  <rgm@gnu.org>
6835
6836         * gnus-util.el (rmail-insert-rmail-file-header)
6837         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6838         autoloads.
6839         (rmail-default-rmail-file): Remove unnecessary declaration.
6840         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6841
6842 2009-02-14  Glenn Morris  <rgm@gnu.org>
6843
6844         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6845         variable (only used in gnus-util, which declares it anyway).
6846         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6847         which was only needed by gnus-art (changed to not use it any more).
6848         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6849         only used in gnus-util, which autoloads it itself.
6850         (rmail-update-summary): Fix autoload.
6851
6852         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6853         rather than rmail-output-to-rmail-file.
6854
6855 2009-02-07  Glenn Morris  <rgm@gnu.org>
6856
6857         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6858         autoload of function that no longer exists.
6859         (rmail-toggle-header): Declare.
6860         (message-forward-rmail-make-body): Handle mbox Rmail.
6861
6862 2009-01-31  Glenn Morris  <rgm@gnu.org>
6863
6864         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6865         2009-01-09 change.
6866
6867 2009-01-31  Dave Love  <fx@gnu.org>
6868
6869         * imap.el (imap-fetch-safe): Bind debug-on-error.
6870         (imap-debug): Add imap-fetch-safe.
6871
6872 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6873
6874         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6875         (auth-source-forget-all-cached): New convenience function.
6876         (auth-source-user-or-password): Accept list of modes or a single mode.
6877
6878         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6879         auth-source modes.
6880
6881         * netrc.el (netrc-machine-user-or-password): Use list of
6882         auth-source modes.
6883
6884         * nnimap.el (nnimap-open-connection): Use list of
6885         auth-source modes.
6886
6887         * nntp.el (nntp-send-authinfo): Use list of
6888         auth-source modes.
6889
6890 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6891
6892         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6893         now.
6894
6895 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6898         coding system in XEmacs; add a workaround for XEmacs.
6899
6900         * lpath.el: Fbind coding-system-aliasee.
6901
6902 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6905         of current-language-environment.
6906
6907 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6908
6909         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6910         available at runtime.
6911
6912 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6915
6916 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6917
6918         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6919         the greatest positive fixnum value doesn't work under an XEmacs with
6920         bignum support; use the most-positive-fixnum constant instead,
6921         available since Emacs 21.1 with cl and XEmacs 21.1.
6922
6923 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6926         XEmacs gets not to work.
6927
6928 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * mm-util.el (mm-coding-system-priorities): Allow the value like
6931         "Japanese (UTF-8)" of current-language-environment.
6932
6933 2009-01-09  Glenn Morris  <rgm@gnu.org>
6934
6935         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6936         with last-command-event.
6937
6938 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6939
6940         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6941         in the doc string.
6942
6943         * message.el (message-fix-before-sending): Amend comment.
6944
6945 2009-01-08  Dave Love  <fx@gnu.org>
6946
6947         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6948
6949 2009-01-07  David Engster  <dengste@eml.cc>
6950
6951         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6952         simplified server definitions by converting it via
6953         gnus-server-to-method.
6954
6955 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6958         parameter's operands.
6959
6960 2009-01-06  David Engster  <dengste@eml.cc>
6961
6962         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6963         primary select method (for gnus-group-mark-article-as-read).
6964
6965 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6966
6967         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6968         `(gnus)Face', not `(gnus)X-Face'.
6969
6970 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * mm-util.el (mm-ucs-to-char): New function.
6973
6974         * mm-url.el (mm-url-decode-entities): Use it.
6975
6976         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6977         unicode-to-char.
6978
6979 2009-01-05  Dave Love  <fx@gnu.org>
6980
6981         * time-date.el: Require cl for `declare'.
6982
6983 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6984
6985         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6986         Dave Love.
6987
6988 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6989
6990         * message.el (message-fix-before-sending): Add `eight-bit' to
6991         illegible-text check.
6992
6993 2009-01-03  Michael Olson  <mwolson@gnu.org>
6994
6995         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6996         `headers' is nil.  This can occur if the IMAP server does not have
6997         permissions to read messages from a folder, but can write new messages
6998         to the folder.
6999         (nnimap-request-article-part): Do not insert `data' if it is nil.
7000
7001         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7002         characters which will confuse `read', so skip past them.
7003
7004 2009-01-01  Dave Love  <fx@gnu.org>
7005
7006         * imap.el (imap-string-to-integer): Fix typo.
7007         (imap-fetch-safe): New function.
7008         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7009
7010         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7011
7012         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7013         (imap-parse-greeting): Fix doc strings.
7014         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7015         (imap-parse-flag-list): Make messages unique.
7016         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7017
7018         * nnimap.el: Fix author email.
7019         (nnimap-split-rule): Add FIXME comment.
7020         (nnimap-debug): Fix doc string.
7021
7022 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7023
7024         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7025
7026 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7027
7028         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7029         nslookup if resolv.conf isn't available.
7030         (dns-query): Rename from query-dns.
7031         (dns-query-cached): Rename from query-dns-cached.
7032
7033 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7036         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7037         to check if those variables exist (first appeared in Emacs 18.50).
7038
7039 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * mm-util.el (mm-line-number-at-pos): New function.
7042
7043         * spam-report.el (spam-report-process-queue): Use it.
7044
7045 2008-12-24  David Engster  <dengste@eml.cc>
7046
7047         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7048         parameters that haven't existed as variables as buffer-local variables.
7049
7050 2008-12-23  Dave Love  <fx@gnu.org>
7051
7052         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7053         cadar.
7054
7055         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7056         imap-starttls-p.
7057         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7058
7059 2008-12-22  Dave Love  <fx@gnu.org>
7060
7061         * imap.el: Fix author email.  Doc fixes.
7062         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7063         reply.
7064
7065 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7066
7067         * spam-report.el (spam-report-gmane-max-requests): New constant.
7068         (spam-report-gmane-wait): New variable.
7069         (spam-report-gmane-ham, spam-report-gmane-spam)
7070         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7071         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7072         the server.
7073
7074         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7075         Add explanations.
7076
7077         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7078         nnheader-accept-process-output and nnheader-read-timeout if available.
7079         (pop3-movemail): Use it.
7080
7081         * message.el (message-check-news-body-syntax): Fix signature check if
7082         there's an attachment.
7083
7084 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * mm-util.el: Add comments to the mm- emulating functions.
7087
7088 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7089
7090         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7091         Reported by Stephen Berman <stephen.berman@gmx.net>.
7092
7093 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * mm-util.el (mm-substring-no-properties): New function.
7096         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7097         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7098         (mm-string-to-multibyte): Doc fix.
7099
7100         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7101
7102 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7103
7104         * mml.el (mml-attach-file): Strip text properties from file name.
7105         (Bug#1574)
7106
7107 2008-12-16  Glenn Morris  <rgm@gnu.org>
7108
7109         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7110
7111 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7114         knows since the charset specified might be a bogus alias that
7115         mm-charset-synonym-alist provides.
7116
7117 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7118
7119         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7120         "ISO_8859-1".
7121
7122         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7123
7124 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7125
7126         * mm-util.el (mm-charset-eval-alist):
7127         Define it before mm-charset-to-coding-system.
7128         (mm-charset-to-coding-system): Add optional argument `silent';
7129         define it before mm-charset-override-alist.
7130         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7131         default value if it can be used in Emacs currently running;
7132         silence mm-charset-to-coding-system.
7133
7134 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7137         `allow-override' which says whether to use `mm-charset-override-alist'.
7138         (rfc2047-decode-encoded-words): Use it.
7139
7140         * mm-util.el (mm-charset-override-alist): Fix custom type;
7141         add `(gb2312 . gbk)' to choices.
7142
7143 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7146         fast.
7147
7148         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7149
7150         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7151
7152 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7153
7154         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7155         on links.
7156
7157         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7158
7159 2008-12-03  Lute Kamstra  <lute@gnu.org>
7160
7161         * sha1.el: Remove leading * from docstrings of defcustoms,
7162         deffaces, defconsts and defuns.
7163
7164 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7167         users' addresses that don't have domain parts.
7168         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7169         rather than message-narrow-to-head since there will be the message
7170         header separator.
7171
7172 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7173
7174         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7175         since the result is inserted in a unibyte buffer anyway.
7176         (nnimap-demule-use-string-to-multibyte): Remove.
7177         (nnimap-demule): Alias it to mm-string-to-multibyte.
7178
7179 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7182         variable for debugging bug#464 and bug#1174.
7183         (nnimap-demule): Use it.
7184
7185 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7186
7187         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7188         score calculation correctly.
7189
7190 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7191
7192         * message.el (message-send-mail): Just set the buffer to unibyte
7193         rather than use mm-with-unibyte-current-buffer which does a lot more.
7194         (message-send-mail-partially): Don't bother with
7195         mm-with-unibyte-current-buffer since it's already been made unibyte by
7196         message-send-mail.
7197
7198 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7199
7200         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7201
7202 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7203
7204         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7205
7206 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7209         require itself and to remove `with-no-warnings'.
7210
7211 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7212
7213         * starttls.el (starttls-any-program-available): Get the name of the
7214         available TLS layer program.
7215         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7216         well as the host name in the "opening" message.
7217
7218         * auth-source.el (auth-source-cache, auth-source-do-cache)
7219         (auth-source-user-or-password): Cache passwords and logins by default,
7220         allow override with `auth-source-do-cache'.
7221         (auth-source-forget-user-or-password): Allow users to remove cache
7222         entries if needed.
7223
7224 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7225
7226         * md4.el (md4-buffer): Fix typo in docstring.
7227         (md4, md4-64): Doc fixes.
7228         (md4-pack-int32): Reflow docstring.
7229
7230 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7231
7232         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7233         condition-case to only the forward-sexp call.
7234
7235 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7236
7237         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7238         quotes contained.  Make it more robust regardless by an extra
7239         condition-case wrapper.
7240
7241 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7244
7245 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * nnml.el (nnml-request-expire-articles): Check if the function set to
7248         `nnmail-expiry-target' returns the symbol `delete'.
7249
7250         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7251
7252         * nnmail.el (nnmail-expiry-target): Fix custom type.
7253
7254 2008-10-02  Glenn Morris  <rgm@gnu.org>
7255
7256         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7257         Silence compiler warning.
7258
7259 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7260
7261         * tls.el (open-tls-stream): Show the actual command being
7262         executed, instead of the format string.
7263
7264 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * lpath.el: Fbind codepage-setup for Emacs 23.
7267
7268 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7269
7270         * mml.el (mml-menu): Don't assume mml2015 is bound.
7271
7272 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7275         exists.
7276
7277 2008-09-27  Glenn Morris  <rgm@gnu.org>
7278
7279         * gnus-util.el (mail-header-remove-comments): Autoload it.
7280
7281 2008-09-27  Andreas Schwab  <schwab@suse.de>
7282
7283         * gnus-util.el (gnus-split-references): Strip comments.
7284         (gnus-parent-id): Likewise.
7285
7286 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7287
7288         * message.el (message-confirm-send): Fix version.
7289
7290 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * message.el (message-idna-to-ascii-rhs-1): Use
7293         mail-extract-address-components rather than mail-header-parse-addresses
7294         that is an alias by default to ietf-drums-parse-addresses that does not
7295         support non-ASCII names in headers' contents.
7296
7297 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7298
7299         * message.el (message-confirm-send): Fix variable documentation to
7300         avoid the "y/n" wording.
7301
7302 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7303
7304         * message.el (message-set-auto-save-file-name): Save to a different
7305         filename so multiple messages (especially drafts) can be recovered.
7306
7307 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7308
7309         * message.el (message-confirm-send): Add appropriate version.
7310
7311 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7312
7313         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7314         defvar.
7315
7316 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7317
7318         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7319         (mm-pkcs7-enveloped-magic): Ditto.
7320
7321 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7322
7323         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7324         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7325
7326 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7327
7328         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7329         default, it's better.
7330
7331 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7332
7333         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7334         summary line gnus-number property and ignore them (with a warning
7335         message).
7336
7337 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7340         macro caddr in the interactive form since it won't be expanded.
7341
7342 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7345         `charset'; fix name of function called recursively.
7346         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7347
7348 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7349
7350         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7351         (gnus-mime-set-charset-parameters): New function.
7352         (gnus-mime-view-part-as-charset): Use it to correctly display part
7353         specifying wrong charset.
7354
7355 2008-09-08  David Engster  <dengste@eml.cc>
7356
7357         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7358         in completing-read for back end server.
7359
7360 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7361
7362         * message.el (message-confirm-send): New variable to confirm sending a
7363         message.
7364         (message-send): Use it.
7365
7366 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7367
7368         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7369
7370 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7373
7374 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7375
7376         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7377         prevent tracking too many groups.
7378         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7379         Use it.
7380
7381 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7382
7383         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7384         moving point to the bottom of the window in order to avoid recentering.
7385
7386 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7389
7390         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7391         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7392         (gnus-article-beginning-of-window): Fix calculation.
7393
7394 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * gnus-msg.el (gnus-summary-supersede-article)
7397         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7398         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7399         message header.
7400
7401 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7402
7403         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7404         pending output coming after the status change.
7405
7406 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7407
7408         * message.el:
7409         * gnus-start.el:
7410         * gnus-registry.el: Remove VMS support.
7411
7412 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7415         macro.
7416         (rfc2104-hash): Use it.
7417
7418 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7421         (gnus-summary-sort-by-most-recent-date): New commands.
7422         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7423         and menu entries.
7424
7425 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7428         don't redisplay article for raw contents; remove plural articles stuff.
7429
7430         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7431         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7432         on gnus-summary-save-article; display results properly.
7433
7434 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * lpath.el: No need to fbind ns-focus-frame.
7437
7438 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7441
7442 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * gnus-art.el (gnus-summary-save-in-pipe):
7445         Consider gnus-save-all-headers.
7446
7447 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7448
7449         * gnus-util.el (ns-focus-frame): Remove declaration.
7450         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7451         like x.
7452
7453 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7454
7455         * rfc2104.el (rfc2104-zero): Delete defconst.
7456         (rfc2104-hex-alist): Likewise.
7457         (rfc2104-hex-to-int): Delete func.
7458         (rfc2104-hexstring-to-bitstring): Likewise.
7459         (rfc2104-nybbles): New defconst.
7460         (rfc2104-hash): Rewrite for speed.
7461
7462 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * tls.el (open-tls-stream): Make it work with the 2nd argument
7465         BUFFER that is a string but does not exist as a buffer object, as
7466         mentioned in the doc-string.
7467
7468 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7471         SXEmacs.
7472
7473 2008-07-16  Glenn Morris  <rgm@gnu.org>
7474
7475         * gnus-util.el (ns-focus-frame): Declare for compiler.
7476
7477 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7480         set as a group parameter.
7481         (gnus-summary-save-in-pipe): Work when it is called independently.
7482         (gnus-summary-pipe-to-muttprint): Don't modify
7483         gnus-summary-pipe-output-default-command.
7484
7485 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7486
7487         * message.el (message-send-mail-with-sendmail):
7488         Display the error message.
7489
7490 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * gnus-art.el (gnus-default-article-saver):
7493         Add gnus-summary-save-in-pipe to choices.
7494         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7495         gnus-summary-pipe-output-default-command as the default command.
7496         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7497         instead of gnus-last-shell-command.
7498
7499         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7500         New user option.
7501         (gnus-summary-muttprint-program): Mention the value will be changed.
7502         (gnus-summary-save-article): Force showing of all headers.
7503         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7504
7505 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7506
7507         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7508
7509 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7510
7511         * nnimap.el (nnimap-id):
7512         * sieve-manage.el (sieve-manage-open): Doc fixes.
7513
7514 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7515
7516         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7517         if available.
7518
7519 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7520
7521         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7522
7523         * nnkiboze.el (nnkiboze-generate-group):
7524         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7525
7526         * nnmairix.el: Require CL.
7527
7528 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * dgnushack.el: Autoload get-display-table and put-display-table for
7531         XEmacs 21.5.
7532
7533         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7534         21.4 and SXEmacs.
7535
7536 2008-06-15  David Engster  <dengste@eml.cc>
7537
7538         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7539
7540 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7541
7542         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7543         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7544         runtime choice under XEmacs.
7545
7546         * gnus-sum.el (gnus-summary-set-display-table):
7547         Use `gnus-put-display-table', `gnus-get-display-table',
7548         `gnus-set-display-table' for the display table, instead of `aset'.
7549
7550         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7551         Use `gnus-put-display-table', `gnus-get-display-table',
7552         `gnus-set-display-table' for the display table.
7553
7554 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7555
7556         * nnmairix.el: Add autoloads.
7557
7558 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * nnmairix.el (nnmairix-delete-recreate-group)
7561         (nnmairix-update-and-clear-marks): Fix error messages.
7562
7563 2008-06-14  David Engster  <dengste@eml.cc>
7564
7565         * nnmairix.el: Upgrade to version 0.6.
7566         (nnmairix-group-toggle-propmarks-this-group)
7567         (nnmairix-group-toggle-readmarks-this-group)
7568         (nnmairix-group-delete-recreate-this-group)
7569         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7570         (nnmairix-remove-tick-mark-original-article): New commands.
7571         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7572         (nnmairix-propagate-marks-to-nnmairix-groups)
7573         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7574         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7575         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7576         functions needed for marks propagation and manipulation of read marks.
7577         (nnmairix-update-groups): New function.
7578         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7579         (nnmairix-determine-original-group-from-registry)
7580         (nnmairix-determine-original-group-from-path)
7581         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7582         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7583         New helper functions.
7584         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7585         keystrokes for new commands.
7586         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7587         (nnmairix-request-group): Check allow-fast group parameter.
7588         (nnmairix-request-create-group): Set allow-fast group parameter if
7589         nnmairix-allowfast-default is set.
7590         (nnmairix-close-group): Propagate marks upon closing if needed.
7591         (nnmairix-group-toggle-threads-this-group): Use new.
7592         nnmairix-group-toggle-parameter helper function.
7593         (nnmairix-search): Better check for empty search result.
7594         (nnmairix-goto-original-article): Use new helper functions for
7595         determining original article.
7596         (nnmairix-show-original-article): Make sure message-id is in brackets.
7597         (nnmairix-call-mairix-binary): Change variable name.
7598         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7599         helper function.
7600         (nnmairix-widget-toggle-activate): Fix doc string.
7601
7602 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * nnir.el: Require edmacro when compiling with XEmacs.
7605         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7606         available in Emacs 21.
7607
7608 2008-06-11  Glenn Morris  <rgm@gnu.org>
7609
7610         * gnus-util.el (x-focus-frame):
7611         * gnus.el (image-size):
7612         * mm-decode.el (image-size): Declare.
7613
7614         * gnus-picon.el (declare-function): Add compat definition.
7615         (image-size): Declare.
7616
7617         * gnus-group.el (tool-bar-map):
7618         * gnus-sum.el (tool-bar-map): Define for compiler.
7619
7620         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7621
7622         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7623
7624         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7625         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7626         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7627         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7628         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7629         * sieve-manage.el, spam-report.el, spam.el:
7630         Remove unnecessary eval-and-compile of autoloads.
7631
7632 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7633
7634         * auth-source.el: Precise Tramp doc.
7635
7636 2008-06-07  Glenn Morris  <rgm@gnu.org>
7637
7638         * nnmairix.el: Remove unnecessary eval-when-compile.
7639
7640 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * lpath.el: Fbind propertize for XEmacs 21.4.
7643
7644 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7645
7646         * nnir.el: Move here from ../contrib.
7647
7648 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7649
7650         * gnus-util.el (gnus-read-shell-command): New function.
7651         * mm-decode.el (mm-pipe-part):
7652         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7653
7654 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7657
7658 2008-06-03  Glenn Morris  <rgm@gnu.org>
7659
7660         * pop3.el (nnheader-accept-process-output): Autoload it.
7661
7662 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7665         are not 2-digit hexadecimal characters that follow `%'s.
7666
7667 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7668
7669         * message.el (message-bogus-recipient-p): Fix type in doc string.
7670         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7671         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7672         Improve custom options.
7673         (message-bogus-recipient-p): Adjust accordingly.
7674
7675 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7676
7677         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7678         long-form month and day names.
7679
7680 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7681
7682         * dgnushack.el: Autoload debug, eudc-expand-inline and
7683         pgg-snarf-keys-region for XEmacs.
7684
7685         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7686
7687         * nnmairix.el: Require edmacro when compiling with XEmacs.
7688
7689 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7690
7691         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7692         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7693
7694 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7695
7696         * auth-source.el: Add more docs.
7697
7698         * netrc.el (netrc-machine): Always match if the port is not given.
7699
7700 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7701
7702         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7703         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7704         retrieval faster in some cases, but might make CPU usage larger.
7705         If this has any bad side effects, we might revert this change.
7706
7707         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7708         seems to make mail retrieval much, much faster.
7709         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7710         unconditionally.
7711
7712         * gnus-draft.el (gnus-group-send-queue):
7713         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7714
7715 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7716
7717         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7718
7719         * message.el (message-bogus-address-regexp): Fix and improve custom
7720         type.
7721         (message-setup-hook): Add message-check-recipients as custom option.
7722
7723 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7724
7725         * message.el (message-cite-function): Remove bogus autoload which crept
7726         in during merge from v5-10.
7727
7728 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7729
7730         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7731
7732         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7733
7734         * auth-source.el: Preliminary Tramp docs.
7735         (auth-sources): Change the default auth-sources to use
7736         EPA .gpg files.
7737
7738 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7739
7740         * nntp.el: Autoload `auth-source-user-or-password'.
7741         (nntp-send-authinfo): Use it.
7742
7743         * nnimap.el: Autoload `auth-source-user-or-password'.
7744         (nnimap-open-connection): Use it.
7745
7746         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7747         for the gnus-message function.
7748         (auth-source-user-or-password): Use it.
7749
7750 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7751
7752         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7753         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7754         (rfc2104-hash): Use it.
7755
7756 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7757
7758         * gnus-art.el (gnus-article-toggle-truncate-lines):
7759         Don't use `iff' in docstring.
7760
7761 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7762
7763         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7764
7765         * gnus-util.el (gnus-extract-address-component-name)
7766         (gnus-extract-address-component-email): Convenience functions around
7767         `gnus-extract-address-components'.
7768
7769         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7770         Use `gnus-extract-address-component-email' to fix bug of comparing full
7771         sender name to `user-mail-address'.
7772
7773 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7774
7775         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7776         catch/throw to optimize.
7777         (gnus-registry-find-keywords): Just use member to find a keyword.
7778
7779 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7780
7781         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7782         is current before calling gnus-server-prepare.
7783         (gnus-server-setup-buffer, gnus-server-update-server)
7784         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7785
7786 2008-05-04  Juri Linkov  <juri@jurta.org>
7787
7788         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7789         (mailcap-file-default-commands): Use mailcap-replace-in-string
7790         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7791         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7792
7793 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7794
7795         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7796
7797 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7798
7799         * gnus.el: Bump version to 0.11.
7800
7801 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7802
7803         * gnus.el: No Gnus v0.10 is released.
7804
7805 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7806
7807         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7808         hooks.
7809         (gnus-update-read-articles): Speed up non-marks-using users.
7810         (gnus-use-marks): Define gnus-use-marks.
7811         (gnus-propagate-marks): Rename variable to something more sensible.
7812
7813 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7814
7815         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7816         (gmm-image-load-path-for-library): Fix typos in docstrings.
7817         (gmm-message): Reflow docstring.
7818
7819 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7820
7821         * mail-source.el (mail-source-set-1, mail-source-bind):
7822         Move auth-source code out of the macro to clean it up and fix bugs.
7823
7824 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7825
7826         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7827         by sender if it's equal to user-mail-address, it's likely to be
7828         useless.
7829
7830         * mail-source.el (mail-source-bind): Don't use user or password if they
7831         are not bound.  Unintern them if they are nil.  Don't use server unless
7832         it's bound, and default it to empty string otherwise.
7833
7834 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7835
7836         * mail-source.el: Load auth-source.el.
7837         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7838         get user name or password, if auth-sources is set up.
7839
7840         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7841         strategy of splitting with parent.
7842         (gnus-registry-split-fancy-with-parent)
7843         (gnus-registry-post-process-groups): Use it and fix prior
7844         bug (returning a list as the split result).
7845
7846         * auth-source.el (auth-sources): Remove server parameter.
7847         (auth-source-pick, auth-source-user-or-password)
7848         (auth-source-user-or-password-imap)
7849         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7850         (auth-source-user-or-password-sftp)
7851         (auth-source-user-or-password-smtp): Remove server parameter.
7852
7853 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7854
7855         * smime.el (smime-sign-region, smime-encrypt-region)
7856         (smime-decrypt-region):
7857         Remove redundant calls to `generate-new-buffer-name'.
7858
7859 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7860
7861         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7862         Don't use QP for message/rfc822.
7863         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7864
7865 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7866
7867         * sieve-manage.el (sieve-string-bytes): Remove.
7868         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7869         correct byte-length only if the process's coding-system is the same as
7870         the one used internally by Emacs to represent strings.
7871
7872 2008-04-22  Juri Linkov  <juri@jurta.org>
7873
7874         * mailcap.el (mailcap-file-default-commands): New function.
7875
7876 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * message.el (message-signature-separator, message-cite-function):
7879         Change custom version.
7880
7881 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7882
7883         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7884         commands.
7885         (tls-checktrust): Ditto.
7886
7887 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7888
7889         * mm-decode.el (mm-display-external): Make temp file read-only.
7890
7891 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7892
7893         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7894         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7895         `C-c C-f d'.
7896
7897 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7898
7899         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7900
7901 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7902
7903         * gnus.el: Bump version to 0.9.
7904
7905 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7906
7907         * gnus.el: No Gnus v0.8 is released.
7908
7909 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7910
7911         * mail-source.el (mail-source-value):
7912         Prefer fboundp to functionp so it works with macros as well.
7913
7914 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7915
7916         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7917         Fix last change in case the element is not even a symbol.
7918
7919 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7920
7921         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7922         Prefer fboundp to functionp so it works with macros as well.
7923
7924 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7925
7926         * auth-source.el: Add docs.
7927         (auth-sources): Modify format to support server.
7928         (auth-source-pick, auth-source-user-or-password)
7929         (auth-source-user-or-password-imap)
7930         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7931         (auth-source-user-or-password-sftp)
7932         (auth-source-user-or-password-smtp): Add server parameter.
7933
7934 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7935
7936         * gnus-registry.el: Initialize the registry when gnus-registry-install
7937         is t.
7938
7939 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * compface.el (uncompface): Make buffer unibyte.
7942
7943 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7944
7945         * mail-source.el (mail-source-value):
7946         Prefer fboundp to functionp so it works with macros as well.
7947
7948 2008-04-05  Glenn Morris  <rgm@gnu.org>
7949
7950         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7951
7952 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7953
7954         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7955         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7956
7957         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7958         multibyteness after rather than before erasing it.
7959
7960         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7961         mm-with-multibyte.
7962         (gnus-request-article-this-buffer): Make sure the proper decoding is
7963         used if gnus-original-article-buffer happens to be unibyte.
7964
7965         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7966         default-enable-multibyte-characters.
7967
7968         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7969         default-enable-multibyte-characters.
7970
7971         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7972
7973         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7974
7975 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7976
7977         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7978         Fix last change in case the element is not even a symbol.
7979
7980 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7981
7982         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7983         (imap-message-copyuid-1): Use it.
7984         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7985         J. Williams in
7986         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7987
7988         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7989         imap-enable-exchange-bug-workaround.
7990         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7991
7992 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7993
7994         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7995         a 100 byte status-checks into a 2-3MB transfer for each group.
7996         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7997         to enable bug workaround or not.
7998         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7999
8000 2008-03-31  Glenn Morris  <rgm@gnu.org>
8001
8002         * message.el (mml2015-use): Declare for compiler.
8003         (message-info): Require mml2015 when appropriate.
8004
8005 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8006
8007         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8008         whitespace.
8009
8010 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8011
8012         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8013         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8014         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8015         (nntp-service-to-port): New function.
8016         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8017         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8018         (nntp-open-netcat-stream): New function.
8019         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8020
8021 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8022
8023         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8024
8025 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8026
8027         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8028
8029 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8030
8031         * dns.el (dns-write): Use set-buffer-multibyte.
8032
8033 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8034
8035         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8036
8037 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8038
8039         * message.el (message-signature-separator): Change default.
8040         Improve custom type.
8041         (message-cite-function): Change default to
8042         message-cite-original-without-signature.
8043
8044         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8045         toggle.
8046
8047         * message.el (message-check-news-body-syntax): Fix signature check.
8048         (message-setup-1): Mark buffer as unmodified _after_ running
8049         message-setup-hook and handling message-alternative-emails.
8050         (message-shorten-references): Be more strict when building list of
8051         valid references to comply with GNKSA.
8052
8053         * gnus-group.el (gnus-read-ephemeral-bug-group)
8054         (gnus-read-ephemeral-debian-bug-group)
8055         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8056
8057         * message.el (message-info): Don't use booleanp which isn't supported
8058         in Emacs 21 and XEmacs.
8059
8060 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8063         gnus-group-gmane-group-download-format.
8064         (gnus-group-read-ephemeral-gmane-group): Rename from
8065         gnus-group-read-ephemeral-gmane-group.
8066         (gnus-read-ephemeral-gmane-group-url): Rename from
8067         gnus-group-read-ephemeral-gmane-group-url.
8068         (gnus-bug-group-download-format-alist): New variable.
8069         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8070         (gnus-read-ephemeral-emacs-bug-group): New commands.
8071
8072 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8075         (gnus-visible-headers): Improve custom type.
8076
8077 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8078
8079         * mml.el (mml-menu): Add workarounds for XEmacs.
8080
8081         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8082         X-Boundary header.
8083
8084         * message.el (message-simplify-recipients): Fix previous commit.
8085
8086 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8087
8088         * mm-util.el (mm-set-buffer-multibyte): New function.
8089         * mm-decode.el (mm-copy-to-buffer): Use it.
8090
8091         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8092         Prefer fboundp to functionp so it works with macros as well.
8093
8094 2008-03-19  Glenn Morris  <rgm@gnu.org>
8095
8096         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8097         Accidentally removed in the sync process with Emacs.
8098
8099 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8100
8101         * message.el (message-alter-recipients-discard-bogus-full-name):
8102         New function.
8103         (message-alter-recipients-function): New variable.
8104         (message-get-reply-headers): Use it.
8105         (message-replace-header): New helper function.
8106         (message-recipients-without-full-name): New variable.
8107         (message-simplify-recipients): New command.
8108
8109         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8110
8111         * message.el (message-info): Handle EasyPG manual.
8112
8113         * mml.el (mml-menu): Add entry for EasyPG.
8114
8115 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8116
8117         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8118         parameter.
8119
8120         * message.el (message-disassociate-draft): Specify drafts group name
8121         fully.
8122
8123 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8124
8125         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8126         Eliminate unnecessary duplicates from the match list.
8127
8128 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8131
8132         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8133
8134         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8135         args of `how-many' of which the XEmacs version doesn't take; declare
8136         Info-index-next as function.
8137
8138 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8139
8140         * gnus-score.el (gnus-score-headers): Fix handling of
8141         gnus-inhibit-slow-scoring.
8142
8143         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8144         string.
8145         (gnus-button-url-regexp): Improve handling of parenthesis.
8146         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8147         (gnus-button-handle-info-keystrokes): Handle index entries.
8148
8149 2008-03-15  Glenn Morris  <rgm@gnu.org>
8150
8151         * parse-time.el (parse-time-string): Simplify.
8152
8153 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8156         Incoming* files.
8157
8158 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8159
8160         * auth-source.el (auth-sources): Rename from auth-source-choices.
8161         (auth-source-pick): Use it.
8162
8163 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8164
8165         * binhex.el (binhex-decode-region-internal):
8166         * uudecode.el (uudecode-decode-region-internal):
8167         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8168         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8169         setting default-enable-multibyte-characters.
8170
8171 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8172
8173         * auth-source.el (auth-source-protocols)
8174         (auth-source-protocols-customize, auth-source-choices): Add and
8175         modified variable customizations and defaults.
8176         (auth-source-pick, auth-source-user-or-password)
8177         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8178         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8179         (auth-source-user-or-password-sftp)
8180         (auth-source-user-or-password-smtp): Use new variables and provide an
8181         interface to netrc.el.
8182
8183 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8184
8185         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8186         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8187         Make sure the nntp port to specify is a string.
8188
8189 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8190
8191         * nntp.el: Use with-current-buffer.
8192         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8193         dubious mm-with-unibyte-current-buffer.
8194         (nntp-with-open-group-function): New function extracted from
8195         nntp-with-open-group macro.
8196         (nntp-with-open-group): Use the function, so it's easier to debug.
8197         Add indentation and debugging info.
8198         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8199         Recommend the use of the netcat alternatives.
8200
8201         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8202         Avoid mm-string-as-multibyte as well.
8203
8204         * nnweb.el (nnweb-insert-html):
8205         Remove use of nnheader-string-as-multibyte.
8206
8207         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8208         (nnheader-string-as-multibyte): Remove.
8209
8210         * mm-view.el: Use inhibit-read-only.
8211         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8212         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8213         or unibyte-string.
8214
8215         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8216         (mm-uu-yenc-extract): Use with-current-buffer.
8217
8218         * gnus-soup.el (gnus-soup-send-packet): Don't use
8219         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8220
8221         * nnmh.el: Use with-current-buffer.
8222         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8223         mm-string-as-multibyte on the output of mm-encode-coding-string.
8224
8225         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8226         (nnimap-request-move-article): Use with-current-buffer.
8227
8228         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8229         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8230         conversion uses string-make-unibyte rather than string-as-unibyte.
8231
8232         * gnus-msg.el: Use with-current-buffer.
8233
8234         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8235
8236 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8237
8238         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8239         string for caching if it is 'PIN.
8240
8241 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * lpath.el: Consider the case without Emacs/W3.
8244
8245 2008-03-08  Glenn Morris  <rgm@gnu.org>
8246
8247         * time-date.el (date-to-time, time-subtract, time-add)
8248         (safe-date-to-time): Doc fixes.
8249
8250 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8251
8252         * mail-source.el (mail-source-delete-old-incoming-confirm):
8253         Change default to nil.
8254         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8255
8256 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8257
8258         * lpath.el: Rearrange.
8259
8260         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8261         (gnus-article-goto-prev-page): Work for articles having ^L's.
8262
8263         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8264
8265         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8266
8267 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8268
8269         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8270         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8271         (gnus-bookmark-jump): Adjust some variable names.
8272
8273 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8274
8275         * auth-source.el: New package.
8276         (auth-source-choices): Add customization entry point variable.
8277
8278         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8279         bug.
8280
8281 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8282
8283         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8284         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8285         (gnus-registry-install-shortcuts): Rename from
8286         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8287         the `gnus-registry-mark-map' keymap dynamically from
8288         `gnus-registry-marks'.  The generated functions update the summary line
8289         when a registry mark is added or deleted, and will call
8290         `gnus-registry-install-p' (see the comments in the code).
8291         (gnus-registry-user-format-function-M): Use concat intelligently.
8292
8293         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8294         the registry mark functions.
8295
8296 2008-03-05  Glenn Morris  <rgm@gnu.org>
8297
8298         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8299         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8300         gnus-art.
8301         (top-level): No need to load own source when compiling.
8302
8303 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8304
8305         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8306         Suggested by <chris.anderton@zetnet.co.uk>.
8307
8308 2008-03-04  Glenn Morris  <rgm@gnu.org>
8309
8310         * gnus-sum.el (top-level): No need to require gnus when compiling,
8311         since unconditionally required near start of file.
8312         (gnus-summary-display-while-building): Move definition before use.
8313
8314 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8315
8316         * gnus-registry.el (gnus-registry-user-format-function-M):
8317         Add formatting function.
8318
8319 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8320
8321         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8322         with plists.
8323         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8324         Use new format.
8325
8326 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8329         `where-is-internal' that returns a range of key sequences.
8330
8331 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8332
8333         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8334
8335         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8336         (gnus-summary-jump-to-group): Consider windows on other displayed
8337         frames as well.  Similar changes might be needed elsewhere, but that's
8338         the one I've bumped into during my use.
8339
8340         * nndoc.el (nndoc-oe-dbx-type-p):
8341         * gnus-msg.el (gnus-debug):
8342         * gnus-group.el (gnus-update-group-mark-positions):
8343         Use mm-string-to-multibyte.
8344
8345 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8346
8347         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8348         doesn't handle NotDashEscaped.
8349
8350         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8351         (mml-dnd-attach-options): Fix typo in custom choice.
8352
8353         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8354         Change nndoc-article-type to mbox.
8355         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8356
8357         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8358         to nil, instead of html2text.
8359
8360         * imap.el (imap-debug): Add `imap-ping-server'.
8361
8362         * gnus-bookmark.el: Add FIXMEs.
8363
8364         * message.el (message-form-letter-separator)
8365         (message-send-form-letter-delay): New variables.
8366         (message-send-form-letter): Use them.  New command to send form
8367         letters.  Requested by Uwe Siart.
8368         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8369
8370 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8371
8372         * Update copyright years.
8373
8374 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8375
8376         Sync from EMACS_22_BASE.
8377
8378         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8379
8380 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8381
8382         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8383         empty author.
8384
8385 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8386
8387         * gnus-registry.el (gnus-registry-marks): Add variable for
8388         customization of marks and their appearance.
8389         (gnus-registry-read-mark): Use it.
8390         (gnus-registry-do-marks): Add utility function to loop through
8391         `gnus-registry-marks'.
8392         (gnus-registry-install-shortcuts-and-menus): Add function to install
8393         shortcuts and menus.
8394         (gnus-registry-initialize): Use it.
8395         (gnus-registry-default-mark): Clarify documentation.
8396
8397 2008-02-29  Glenn Morris  <rgm@gnu.org>
8398
8399         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8400         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8401         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8402         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8403         Change defcustom :version from 23.0 to 23.1.
8404
8405 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8406
8407         * gnus-registry.el (gnus-registry-follow-group-p)
8408         (gnus-registry-post-process-groups): Add functions to aid registry
8409         splitting and improve logging.  Clarify behavior in function
8410         documentation.
8411         (gnus-registry-split-fancy-with-parent): Use them.
8412
8413 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8414
8415         * gnus-art.el: Use with-current-buffer.
8416
8417 2008-02-27  David Engster  <dengste@eml.cc>
8418
8419         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8420         Express real group name in the response.
8421
8422 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8425         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8426         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8427         autoload gnus-registry-fetch-group when compiling.
8428         (nnmairix-request-group-with-article-number-correction):
8429         Remove unreferenced argument passed to nnmairix-call-backend.
8430
8431 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8432
8433         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8434         (mm-uu-extract): Improve face for low color ttys.
8435         Reported by Sascha Wilde.
8436
8437 2008-02-27  Glenn Morris  <rgm@gnu.org>
8438
8439         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8440         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8441         variables to defconsts.  Convert comments to doc-strings.
8442         (nnmairix-last-server, nnmairix-current-server): Convert from free
8443         variables to defvars.  Convert comments to doc-strings.
8444         (gnus-registry-fetch-group): Autoload.
8445         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8446         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8447         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8448         caddr.
8449         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8450         nnmairix-request-group-with-article-number-correction call.
8451         (nnmairix-fast, nnmairix-group): New, less general names, for free
8452         variables passed from nnmairix-request-group to
8453         nnmairix-request-group-with-article-number-correction.  Declare.
8454         (nnmairix-request-group-with-article-number-correction):
8455         Use nnmairix-fast, nnmairix-group rather than fast, group.
8456
8457 2008-02-26  David Engster  <dengste@eml.cc>
8458
8459         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8460         version 0.5.
8461
8462 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8463
8464         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8465         instead of making an extra function call.  Don't add the current group
8466         to articles only when they have the group.  Use
8467         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8468         Reported by David <de_bb@arcor.de>.
8469
8470 2008-02-24  Miles Bader  <miles@gnu.org>
8471
8472         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8473         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8474         (mm-find-mime-charset-region):
8475         * mm-bodies.el (mm-encode-body):
8476         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8477
8478 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8481         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8482
8483 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8484
8485         * mail-source.el (mail-source-delete-incoming): Change default.
8486         Supplement doc string.
8487
8488         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8489
8490 2008-02-14  Glenn Morris  <rgm@gnu.org>
8491
8492         * time-date.el (format-seconds): New function.
8493
8494 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * nnmail.el (nnmail-message-id-cache-file): Derive from
8497         `gnus-home-directory'.
8498
8499 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8500
8501         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8502         Document negative prefix.
8503
8504         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8505
8506 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8507
8508         * message.el (message-unsent-separator): Add the Exim bounce
8509         separator.
8510
8511 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8512
8513         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8514         list.
8515         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8516         recipient/signer list.
8517
8518 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * Makefile.in (datarootdir): Define.
8521         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8522         name that might contain whitespace.
8523
8524 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8527         fbound (Emacs 23 unicode), signal an error.
8528
8529 2008-02-08  Glenn Morris  <rgm@gnu.org>
8530
8531         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8532
8533 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8534
8535         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8536         ports to the calls to `netrc-machine-user-or-password' in addition to
8537         "imap" and "imaps".
8538
8539 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8540
8541         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8542
8543         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8544
8545 2008-02-01  Kenichi Handa  <handa@m17n.org>
8546
8547         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8548         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8549         (rfc2104-hash): Convert the result of concat to unibyte string.
8550
8551 2008-02-01  Dave Love  <fx@gnu.org>
8552
8553         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8554         coding-system-for-read.
8555         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8556
8557 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8560         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8561         <hanche@math.ntnu.no>.
8562
8563 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8566
8567         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8568
8569 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8570
8571         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8572         * message.el (message-beginning-of-line): Use featurep instead of bound
8573         tests in order to resolve conditionals at compile time.
8574
8575 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8576
8577         * mail-source.el (mail-sources): Add `group' choice.
8578
8579         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8580         parameter `in-group' to control into which group the articles go.
8581         Add treatment of `group' mail-source.
8582
8583 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8586
8587         * mm-decode.el (mm-dissect-buffer): Decode description.
8588
8589         * mml.el (mml-to-mime): Encode message header first.
8590
8591 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8594         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8595
8596         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8597         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8598
8599 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8600
8601         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8602
8603 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8606         prefix keys.
8607         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8608         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8609         gnus-xmas.el.
8610
8611         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8612         (gnus-xmas-article-describe-bindings): New function.
8613         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8614         gnus-xmas-article-describe-bindings.
8615
8616         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8617
8618 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8619
8620         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8621         Add new variables for article mark management.
8622         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8623         list of extra data entries which, when present, will indicate that the
8624         article ID should not be trimmed from the registry.
8625         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8626         functions.
8627         (gnus-registry-read-mark): New function to read a mark name from the
8628         user.
8629         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8630         (gnus-registry-set-article-mark-internal): New functions to add and
8631         remove marks.
8632         (gnus-registry-get-article-marks): New function to show the marks for
8633         an article, or retrieve them for further use.
8634
8635 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8638         keys when no argument is given.
8639
8640 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * imap.el (imap-ping-server): New variable.
8643         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8644         (imap-ping-server): Minor doc string fixes.
8645
8646 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8647
8648         * imap.el (imap-ping-server): New function.
8649         (imap-opened): Call imap-ping-server.
8650
8651 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8652
8653         * gnus-sum.el (gnus-article-sort-by-random)
8654         (gnus-thread-sort-by-random): Fix doc strings.
8655         Reported by jidanni@jidanni.org.
8656
8657 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8658
8659         * gnus-art.el (gnus-article-describe-bindings): New function.
8660         (gnus-article-read-summary-keys): Use it.
8661         (gnus-article-mode-map): Bind `C-h b' to it.
8662
8663 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8666         XEmacs.
8667         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8668         Protect against non-character events.
8669
8670         * lpath.el: Fbind map-keymap for Emacs 21.
8671
8672 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8675         New command.
8676         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8677         instead of END.  Change name of the temp file.
8678         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8679         customizable.
8680
8681 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8684         bind `S W' to gnus-article-wide-reply-with-original; set default
8685         binding to gnus-article-read-summary-send-keys.
8686         (gnus-article-read-summary-keys): Fix the order of keys; display
8687         continuation keys correctly in the echo area; describe bindings
8688         correctly when keys end with `C-h'.
8689         (gnus-article-read-summary-send-keys): New function.
8690         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8691         Work for gnus-article-read-summary-send-keys; display continuation keys
8692         correctly in the echo area.
8693         (gnus-article-reply-with-original): Ignore prefix argument.
8694         (gnus-article-wide-reply-with-original): New function.
8695
8696         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8697         Emacs 21.
8698
8699 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8702         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8703
8704 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8707         (gnus-group-read-ephemeral-gmane-group): New command.
8708
8709 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8710
8711         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8712
8713 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * message.el (message-send-mail-function): Increase custom version.
8716
8717         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8718         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8719
8720 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8721
8722         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8723         for the cases where imap-authenticate is called with a nil buffer
8724         parameter.
8725
8726 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8729         html parts correctly; support forwarded messages.
8730         (gnus-article-browse-html-article): Remove work buffers.
8731
8732         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8733         compiling.
8734         (netrc-bound-and-true-p): New macro.
8735         (netrc-parse): Use it instead of bound-and-true-p that is not available
8736         in XEmacs 21.4.
8737
8738 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8739
8740         * gnus-registry.el (gnus-registry-mark-article)
8741         (gnus-registry-article-marks): Add functionality to mark articles
8742         through the Gnus registry.
8743
8744         * encrypt.el: Clarify documentation for the new pgg method.
8745         (encrypt-file-alist): Add PGG option.
8746         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8747         functionality.  Abstract password key and messaging to external
8748         functions.
8749         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8750         (encrypt-message-method-and-cipher): Add new convenience external
8751         functions.
8752         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8753         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8754
8755         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8756         (netrc-parse): Use encrypt-file-alist to determine if
8757         encrypt-find-model or encrypt-insert-file-contents should be used.
8758
8759         * encrypt.el: Clarify documentation.  Load password-cache or
8760         password, whichever one is found first, instead of autoloading.
8761
8762 2007-12-19  Glenn Morris  <rgm@gnu.org>
8763
8764         * mml.el (message-options-set, message-narrow-to-head)
8765         (message-in-body-p, message-mail-p, message-encode-message-body):
8766         Autoload.
8767         (message-remove-header, message-narrow-to-headers-or-head)
8768         (message-subscribed-p, message-make-mail-followup-to)
8769         (message-position-on-field, message-news-p)
8770         (message-options-set-recipient, message-generate-headers)
8771         (message-sort-headers): Declare as functions.
8772
8773 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8776         convention in doc string.
8777
8778 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8781         title to html parts.
8782         (gnus-article-browse-html-article): Pass message header to it.
8783
8784         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8785
8786 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8787
8788         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8789         or password compatible with XEmacs.
8790
8791 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8792
8793         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8794         format document.
8795         (gnus-mime-delete-part): Don't write description line if empty.
8796         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8797
8798 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8799
8800         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8801         (gnus-summary-mark-read-and-unread-as-read)
8802         (gnus-summary-mark-current-read-and-unread-as-read)
8803         (gnus-summary-mark-unread-as-ticked): Doc fix.
8804         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8805
8806 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8807
8808         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8809         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8810
8811 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8812
8813         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8814         yes-or-no-p.
8815
8816 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * mm-decode.el (mm-add-meta-html-tag): New function.
8819         (mm-save-part-to-file, mm-pipe-part): Use it.
8820
8821         * gnus-art.el (gnus-article-browse-delete-temp-files):
8822         Use gnus-y-or-n-p instead of y-or-n-p.
8823         (gnus-article-browse-html-parts): Work with message/external-body; use
8824         mm-add-meta-html-tag.
8825
8826 2007-12-11  Glenn Morris  <rgm@gnu.org>
8827
8828         * gnus-cache.el: Require gnus-sum not just when compiling.
8829
8830         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8831
8832         * gnus-int.el (gnus-server-opened, gnus-status-message):
8833         Move definitions before use.
8834
8835         * mm-decode.el: Require gnus-util.
8836         (mm-remove-part): Only call delete-annotation on XEmacs.
8837
8838         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8839
8840         * nnmail.el: Require gnus-int.
8841
8842         * spam.el: Move `require's before `eval-when-compile's.
8843
8844         * gnus-ems.el (gnus-alive-p):
8845         * gnus-fun.el (message-goto-eoh):
8846         * gnus-util.el (gnus-group-name-decode):
8847         * mail-source.el (gnus-compress-sequence):
8848         * message.el (Info-goto-node, format-spec):
8849         * mm-bodies.el (message-options-get):
8850         * mm-decode.el (mm-view-pkcs7):
8851         * mm-util.el (gmm-write-region):
8852         * mml-smime.el (mml-compute-boundary)
8853         (gnus-completing-read-with-default):
8854         * mml.el (widget-button-press, gnus-make-hashtable):
8855         * mml1991.el (mm-decode-content-transfer-encoding)
8856         (mm-encode-content-transfer-encoding)
8857         (message-options-get, message-options-set):
8858         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8859         * nnfolder.el (gnus-request-group):
8860         * nnheader.el (ietf-drums-unfold-fws):
8861         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8862         * smime.el (gnus-run-mode-hooks):
8863         * spam-stat.el (gnus-message): Autoload.
8864
8865         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8866         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8867         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8868         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8869         Add declare-function compatibility definition.
8870
8871         * gnus-cache.el (nnvirtual-find-group-art):
8872         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8873         (gnus-add-image, gnus-add-wash-type):
8874         * gnus-group.el (nnkiboze-score-file):
8875         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8876         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8877         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8878         (message-tokenize-header, gnus-get-buffer-create)
8879         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8880         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8881         * gnus.el (gnus-group-decoded-name):
8882         * mail-source.el (imap-capability):
8883         * mm-bodies.el (message-options-set):
8884         * mm-decode.el (gnus-configure-windows):
8885         * mm-extern.el (message-goto-body):
8886         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8887         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8888         (epg-sub-key-validity, message-options-set):
8889         * mml.el (widget-event-point, gnus-configure-windows):
8890         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8891         * mml2015.el (epg-check-configuration, epg-configuration)
8892         (message-options-set):
8893         * nndb.el (nndb-request-article):
8894         * nnfolder.el (gnus-request-create-group):
8895         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8896         * nnmaildir.el (gnus-group-mark-article-read):
8897         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8898         * rfc1843.el (message-fetch-field):
8899         * spam.el (gnus-extract-address-components):
8900         Declare as functions.
8901
8902 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8905
8906         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8907
8908         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8909         bind show-trailing-whitespace for XEmacs.
8910
8911 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8914         new no-op macro for backward compatibility.
8915
8916         * imap.el (imap-string-to-integer): New function.
8917
8918 2007-12-09  Glenn Morris  <rgm@gnu.org>
8919
8920         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8921
8922         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8923         * message.el, mm-view.el, sieve-manage.el, smime.el:
8924         Add declare-function compatibility definition.
8925
8926         * gnus-art.el (w3-region, w3m-region, Info-menu):
8927         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8928         * gnus-sum.el (gnus-get-predicate):
8929         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8930         * message.el (mail-abbrev-in-expansion-header-p):
8931         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8932         (w3m-detect-meta-charset, w3m-region):
8933         * sieve-manage.el (password-read, password-cache-add)
8934         (password-cache-remove):
8935         * smime.el (password-read-and-add): Declare as functions.
8936
8937 2007-12-08  David Kastrup  <dak@gnu.org>
8938
8939         * gnus-sum.el (gnus-summary-simplify-subject-query):
8940         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8941         `message'.
8942
8943 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8946         it to bind idna-program, installation-directory, defined-colors, and
8947         face-attribute for XEmacs of the version that compiles defcustom forms.
8948
8949 2007-12-07  Glenn Morris  <rgm@gnu.org>
8950
8951         * gnus-art.el (article-make-date-line): Revert previous change.
8952
8953 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8954
8955         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8956
8957 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8958
8959         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8960         Call gnus-add-to-range ranges only once with a prepared article-list.
8961
8962 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8963
8964         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8965         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8966         group names with backslashes.
8967         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8968
8969 2007-12-06  Deepak Goel  <deego3@gmail.com>
8970
8971         * gnus-art.el (article-make-date-line):
8972         * gnus-start.el (gnus-load):
8973         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8974
8975 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * gnus-art.el (gnus-use-idna)
8978         * gnus-start.el (gnus-site-init-file)
8979         * message.el (message-use-idna)
8980         * mm-uu.el (mm-uu-hide-markers)
8981         * smiley.el (smiley-style): Revert changes that suppress warnings.
8982
8983 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8986         specify charset to html source.
8987         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8988
8989 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8990
8991         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8992         idna-program in order to suppress byte compile warning issued by XEmacs
8993         that came to byte compile the default value section of defcustom forms
8994         recently.
8995
8996         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8997         value of installation-directory.
8998
8999         * message.el (message-use-idna): Don't directly refer to the value of
9000         idna-program.
9001
9002         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9003
9004         * smiley.el (smiley-style): Don't directly call face-attribute.
9005
9006 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9007
9008         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9009
9010         * gnus-dired.el: Reduce Gnus dependencies.
9011         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9012         Don't require.  Use autoloads instead.
9013         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9014         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9015         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9016         (gnus-dired-mode): Adjust doc string.
9017         (gnus-dired-mail-mode): New variable.
9018         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9019         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9020         (gnus-dired-mail-buffers): New function.  Return mail or message
9021         composition buffers.
9022         (gnus-dired-attach): Use it.
9023         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9024         NO-DECODE.
9025         (gnus-dired-print): Use `gnus-print-buffer' depending on
9026         `gnus-dired-mail-mode'.
9027
9028 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * rfc2047.el (rfc2047-encoded-word-regexp)
9031         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9032         explaining what regexp patterns are for.
9033
9034 2007-12-04  Glenn Morris  <rgm@gnu.org>
9035
9036         * password.el: Move to password-cache.el.
9037
9038         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9039         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9040         * mml-smime.el (password-read, password-cache-add)
9041         (password-cache-remove):
9042         No need to autoload, since mml-sec requires password.
9043
9044         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9045         * message.el (gnus-extract-address-components):
9046         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9047
9048         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9049         password.
9050
9051 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9052
9053         * mailcap.el: Reduce dependencies.
9054         (mail-header-parse-content-type): Autoload.
9055         (mailcap-delete-duplicates): New alias.
9056         (mailcap-mime-info): Add optional argument NO-DECODE.
9057         (mailcap-mime-types): Use mailcap-delete-duplicates.
9058
9059         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9060
9061 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9062
9063         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9064         (imap-parse-status): Upcase status-att for servers that sends them
9065         lower-case (e.g., MS Exchange 2007).
9066
9067 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9068
9069         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9070         function.
9071
9072         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9073         (gnus-uu-yenc-article): New function.
9074
9075         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9076
9077         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9078
9079 2007-12-02  Glenn Morris  <rgm@gnu.org>
9080
9081         * binhex.el (binhex): New custom group.
9082         (binhex-decoder-program, binhex-decoder-switches)
9083         (binhex-use-external): Move to the binhex custom group.
9084
9085         * uudecode.el (uudecode): New custom group.
9086         (uudecode-decoder-program, uudecode-decoder-switches)
9087         (uudecode-use-external): Move to the uudecode custom group.
9088
9089         * netrc.el (top-level): Don't load `encrypt' features.
9090         (netrc-parse): Don't use encrypt.
9091         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9092
9093         * encrypt.el: Remove file.
9094
9095 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9098         matches on patches.
9099
9100         * gnus-art.el (gnus-article-browse-html-article):
9101         Mention `mm-text-html-renderer' in the doc string.
9102
9103         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9104         string.  Add comments.
9105
9106         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9107         if rhs is ASCII.
9108
9109 2007-12-01  Glenn Morris  <rgm@gnu.org>
9110
9111         * mail-source.el (top-level): Require format-spec before
9112         eval-when-compile.
9113
9114 2007-11-30  Glenn Morris  <rgm@gnu.org>
9115
9116         * encrypt.el: Require password, rather than autoloading password-read.
9117
9118 2007-11-29  Glenn Morris  <rgm@gnu.org>
9119
9120         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9121         (sasl-make-client, sasl-next-step, sasl-step-data)
9122         (sasl-step-set-data): Declare as functions.
9123
9124 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9125
9126         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9127
9128 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9129
9130         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9131         certs should be verified and what is to be done in the event of a
9132         verification failure.
9133
9134         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9135         caller can indicate whether the cache should be disregarded for this
9136         call.  This way the result of the call is reproducible at all times and
9137         can be considered a canonical server name for the supplied method.
9138         (gnus-agent-method-p): Canonicalize server names by pushing their
9139         method through `gnus-method-to-server' using the no-cache argument.
9140
9141         * gnus-srvr.el (gnus-server-insert-server-line):
9142         Call `gnus-method-to-server' with `no-cache' argument.
9143
9144         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9145         gnus-agent-possibly-synchronize-flags as this should be called when the
9146         server is actually being opened.
9147         (gnus-agent-possibly-synchronize-flags)
9148         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9149         flags file of an agentized server to the latter function.
9150
9151         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9152         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9153         after a connection has been established successfully.
9154
9155 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9156
9157         * gnus-art.el (article-display-face): Force to display face if called
9158         interactively; check if gnus-article-x-face-too-ugly matches author.
9159         (article-display-x-face): Display face even if From header is missing
9160         as article-display-face does.
9161
9162 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9163
9164         * hashcash.el (message-narrow-to-headers-or-head)
9165         (message-fetch-field, message-goto-eoh)
9166         (message-narrow-to-headers): Declare as functions.
9167
9168 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9169
9170         * mail-source.el (mail-sources): Default to fetch from file for
9171         compatibility with default of nnmail-spool-file.
9172
9173 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9176         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9177         to look for encoded word that should be encoded again.
9178         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9179         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9180         encoding pattern.
9181         (rfc2047-decode-region): Switch strict regexp and loose one according
9182         to rfc2047-allow-irregular-q-encoded-words.
9183
9184 2007-11-25  Romain Francoise  <romain@orebokech.com>
9185
9186         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9187
9188 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9189
9190         * tls.el (tls-program): Provide more custom choices from
9191         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9192         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9193
9194 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9195
9196         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9197         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9198
9199         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9200         `nnmail-spool-file'.
9201
9202         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9203         `nnmail-spool-file'.
9204
9205         * gnus-move.el (gnus-change-server): Ditto.
9206
9207         * gnus-kill.el (gnus-batch-score): Ditto.
9208
9209         * gnus-cache.el (gnus-jog-cache): Ditto.
9210
9211         * gnus-msg.el (gnus-summary-reply):
9212         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9213
9214 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9217         version.  Minor improvement to doc strings.
9218         (tls-program): Add comment.
9219
9220 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9221
9222         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9223         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9224         mismatch between the hostname provided in the certificate and the name
9225         of the host connnecting to.
9226         (open-tls-stream): Use them.  Check certificates against trusted root
9227         certificates.
9228
9229 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9230
9231         * gnus-cache.el (gnus-cache-generate-nov-databases):
9232         Use nnml-generate-nov-databases-directory instead of
9233         nnml-generate-nov-databases-1.
9234
9235 2007-11-24  Glenn Morris  <rgm@gnu.org>
9236
9237         * message.el (message-tool-bar-retro): Update for rename
9238         mail_send.xpm->mail-send.xpm.
9239
9240 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9241
9242         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9243         `smime-ldap-search' for Emacs 22 and up.
9244
9245 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9246
9247         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9248
9249         * message.el (message-send-mail-function): Fix error convention.
9250         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9251         (message-widen-reply, message-send-mail, message-talkative-question)
9252         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9253         (message-clone-locals, message-send-news): Use with-current-buffer.
9254         (message-insert-or-toggle-importance): Remove unused var `valid'.
9255         (message-make-references): Remove unused var `new-references'.
9256         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9257
9258 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9259
9260         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9261         (spam-split-symbolic-return-positive): Reflow docstring.
9262         (spam-backends, spam-summary-exit-behavior)
9263         (spam-mark-ham-unread-before-move-from-spam-group)
9264         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9265         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9266         (spam-clear-cache, spam-backend-check, spam-install-backend)
9267         (spam-install-statistical-backend, spam-list-of-processors)
9268         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9269         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9270         (spam-check-crm114, spam-initialize, spam-unload-hook):
9271         Fix typos in docstrings.
9272
9273 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9276         been checked if they have never been read and those group levels are
9277         higher than the one that a user specified.
9278
9279 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9282         foreign groups unless a group level is specified by a user.
9283         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9284
9285 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9286
9287         * message.el (message-send-mail-function): Require sendmail.
9288
9289 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9290
9291         * message.el (message-send-mail-function): Check for smtpmail too.
9292
9293         * utf7.el (utf7-encode, utf7-decode): Use coding system
9294         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9295
9296         * message.el (message-send-mail-function): New function.
9297         (message-send-mail-function): Set default using
9298         message-send-mail-function.  Adjust doc string.
9299         (message-send-mail-with-mailclient): New function.
9300
9301 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9302
9303         * smime.el (from):
9304         * rfc2047.el (message-posting-charset):
9305         * qp.el (mm-use-ultra-safe-encoding):
9306         * pop3.el (parse-time-months):
9307         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9308         * nnml.el (files):
9309         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9310         (jka-compr-compression-info-list, ange-ftp-path-format)
9311         (efs-path-regexp):
9312         * nndiary.el (files):
9313         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9314         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9315         (epg-digest-algorithm-alist, inhibit-redisplay)
9316         (password-cache-expiry):
9317         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9318         (pgg-output-buffer, password-cache-expiry):
9319         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9320         (efs-path-regexp):
9321         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9322         (inhibit-redisplay):
9323         * mm-uu.el (file-name, start-point, end-point, entry)
9324         (gnus-newsgroup-name, gnus-newsgroup-charset):
9325         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9326         (latin-unity-ucs-list):
9327         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9328         (mm-uu-binhex-decode-function):
9329         * message.el (gnus-message-group-art, gnus-list-identifiers)
9330         (rmail-enable-mime-composing, gnus-local-organization)
9331         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9332         (gnus-read-active-file, facemenu-add-face-function)
9333         (facemenu-remove-face-function, gnus-article-decoded-p)
9334         (tool-bar-mode):
9335         * mail-source.el (display-time-mail-function):
9336         * gnus-util.el (nnmail-pathname-coding-system)
9337         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9338         (gnus-original-article-buffer, gnus-user-agent)
9339         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9340         (xemacs-codename, sxemacs-codename, emacs-program-version):
9341         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9342         * gnus-start.el (gnus-agent-covered-methods)
9343         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9344         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9345         (gnus-newsgroup-headers, gnus-group-list-mode)
9346         (gnus-group-mark-positions, gnus-newsgroup-data)
9347         (gnus-newsgroup-unreads, nnoo-state-alist)
9348         (gnus-current-select-method, mail-sources)
9349         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9350         (nnmail-spool-file, gnus-cache-active-hashtb):
9351         * gnus-mh.el (mh-lib-progs):
9352         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9353         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9354         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9355         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9356         (gnus-group-buffer):
9357         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9358         (font-lock-set-defaults):
9359         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9360         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9361         (gnus-summary-post-menu, total-parts, type, condition, length):
9362         * gnus-agent.el (gnus-agent-read-agentview):
9363         * flow-fill.el (show-trailing-whitespace):
9364         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9365         eval-and-compile wrappers for byte compiler pacifiers.
9366
9367         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9368         (mm-display-inline-fontify): Check for featurep 'xemacs not
9369         extent-list.
9370
9371         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9372         itimer-list.
9373         (mm-create-image-xemacs): Only do something for XEmacs.
9374         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9375
9376         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9377
9378         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9379         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9380
9381 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9382
9383         * nnimap.el (nnimap-split-download-body):
9384         * gnus-demon.el (gnus-demon):
9385         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9386
9387 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9390         New macros.
9391         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9392         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9393         copy data from unibyte buffer to multibyte current buffer.
9394         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9395         to copy data from unibyte current buffer to multibyte buffer.
9396         (nntp-make-process-buffer): Make process buffer unibyte.
9397
9398         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9399
9400 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9401
9402         * pop3.el (pop3-open-server): Accept and process data more robustly at
9403         connexion start to avoid spurious "POP SSL connexion failed" errors.
9404
9405 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9408         read group names.
9409
9410 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9411
9412         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9413
9414 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9417         (nnmail-save-active): Use a unibyte buffer when saving active file,
9418         which may contain non-ASCII group names.
9419
9420         * nnml.el (nnml-request-group): Decode group names in messages.
9421
9422 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9423
9424         * message.el (message-citation-line-function)
9425         (message-insert-formatted-citation-line): Fix spelling of
9426         `message-insert-formated-citation-line'.
9427
9428 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9429
9430         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9431
9432 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9433
9434         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9435         nnmail-pathname-coding-system.
9436
9437         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9438         that a user enters; decode group names in messages.
9439
9440         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9441
9442 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9445
9446         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9447
9448         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9449         risky local variable.
9450
9451         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9452
9453 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9454
9455         * encrypt.el: Improve documentation to fix function name typo.
9456         Reported by Daiki Ueno <ueno@unixuser.org>.
9457
9458 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9461         even if the point is not in the last page of an article.
9462         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9463         back to the previous page.
9464
9465 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9468
9469 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9472
9473 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9474
9475         * message.el (message-check-news-body-syntax):
9476         Avoid mm-string-as-multibyte.
9477         (message-hide-headers): Don't assume (point-min)==1.
9478
9479 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9480
9481         * message.el (message-remove-blank-cited-lines): Fix if remove is
9482         given.
9483         (message-bogus-address-regexp): New variable.
9484         (message-bogus-recipient-p): New function.
9485         (message-check-recipients): New command.
9486         (message-syntax-checks): Add `bogus-recipient'.
9487         (message-fix-before-sending): Add `bogus-recipient'.
9488
9489         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9490         (gnus-treat-body-boundary): Don't test window-system.
9491
9492 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9493
9494         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9495
9496 2007-10-28  Miles Bader  <miles@gnu.org>
9497
9498         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9499         at compile-time too.
9500
9501 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9502
9503         * gnus-msg.el (gnus-message-setup-hook):
9504         Add `message-remove-blank-cited-lines' to options.
9505
9506 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9507
9508         * message.el (message-remove-blank-cited-lines): New function.
9509         Suggested by Karl Plästerer.
9510
9511 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9514         mapc.
9515
9516         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9517         (top-level): Use mapc to set functions to be traced for debugging.
9518
9519         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9520         called for effect with while loop.
9521
9522         * message.el (message-talkative-question): Replace mapcar called for
9523         effect with mapc.
9524
9525         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9526         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9527         called for effect with dolist.
9528
9529         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9530
9531         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9532         gnus-extra-headers and nnmail-extra-headers.
9533
9534         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9535         called for effect with dolist.
9536         (top-level): Use mapc to set functions to be traced for debugging.
9537
9538         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9539         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9540         dolist.
9541
9542         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9543         Replace mapcar called for effect with mapc.
9544         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9545         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9546         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9547         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9548
9549         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9550         remove-if that's a cl function.
9551
9552         * webmail.el (webmail-debug): Replace mapcar called for effect with
9553         dolist.
9554
9555         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9556         with mapc.
9557
9558 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9561         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9562         with while loop.
9563
9564         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9565         functions from article-* functions.
9566         (gnus-multi-decode-header): Replace mapcar called for effect with
9567         dolist.
9568
9569         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9570         (gnus-bookmark-show-details): Replace mapcar called for effect with
9571         while loop.
9572
9573         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9574         called for effect with while loop.
9575
9576         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9577         with dolist.
9578
9579         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9580         Replace mapcar called for effect with dolist.
9581
9582         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9583
9584         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9585         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9586         Replace mapcar called for effect with dolist.
9587         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9588         mapc.
9589
9590         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9591         Replace mapcar called for effect with dolist.
9592         (gnus-topic-list): Replace mapcar called for effect with mapc.
9593
9594         * gnus.el: Use mapc instead of mapcar to add autoloads.
9595
9596 2007-10-23  Richard Stallman  <rms@gnu.org>
9597
9598         * gnus-group.el (gnus-group-highlight): Mark as risky.
9599
9600 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9601
9602         * gnus.el (gnus-server-to-method): Return method found first in
9603         gnus-newsrc-alist.
9604
9605         * gnus-art.el (gnus-article-highlight-signature)
9606         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9607         button overlay without the front stickiness.
9608
9609 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9610
9611         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9612         overview buffer needed a catch to receive its throw.
9613         (gnus-agent-flush-cache): Declare as interactive to make this function
9614         easier to use.
9615
9616 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9617
9618         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9619         `next-line'.
9620
9621 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9624         exclude address matching message-dont-reply-to-names.
9625
9626 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9627
9628         * gnus-util.el (gnus-string<): New function.
9629
9630         * gnus-sum.el (gnus-article-sort-by-author)
9631         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9632
9633 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9636         the frame-focus tag is set in gnus-buffer-configuration.
9637
9638 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9639
9640         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9641         the front stickiness.
9642
9643 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9646         url pattern; remove duplicate one.
9647         (gnus-article-extend-url-button): New function.
9648         (gnus-article-add-buttons): Use it.
9649         (gnus-button-push): Use concatenated url that it makes.
9650
9651 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9652
9653         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9654
9655 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9656
9657         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9658         Don't hardcode point-min==1.
9659
9660 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9661
9662         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9663         Fix comment about "iso8859-1".
9664
9665 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9666
9667         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9668         ones returned from the verify-function.
9669
9670         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9671         Call mml2015-extract-cleartext-signature if extraction failed.
9672
9673 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9674
9675         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9676         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9677         failed.
9678
9679 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9682
9683 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9684
9685         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9686         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9687         recommends to use EasyPG instead of PGG.
9688
9689         * pgg.el: Revert to revision 6.23.2.16.
9690
9691         * pgg-def.el: Revert to revision 6.6.2.14.
9692
9693         * pgg-gpg.el: Revert to revision 6.23.2.34.
9694
9695 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9696
9697         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9698         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9699         thread for both the null and zero (kill/expire thread) universal prefix
9700         cases.
9701         (gnus-summary-expire-thread): Add new function to expire a thread,
9702         using gnus-summary-kill-thread.
9703         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9704         shortcuts for gnus-summary-expire-thread.
9705         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9706         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9707
9708 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9709
9710         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9711         extras value, so an extras entry can be deleted.
9712         (gnus-registry-delete-extra-entry): Use it.
9713         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9714         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9715         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9716         storage through the gnus-registry, and provide an appropriate API for
9717         it.
9718
9719 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9720
9721         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9722         Suggested by Leo <sdl.web@gmail.com>.
9723
9724         * gnus.el: Do.
9725
9726 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9729         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9730
9731         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9732
9733         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9734         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9735
9736 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9739         newline.
9740         (nnmbox-request-accept-article): Don't change article in source buffer;
9741         narrow to header to use message-fetch-field rather than
9742         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9743         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9744         as delimiters; make sure article ends with newline.
9745         (nnmbox-delete-mail): Correct last position of article to be deleted;
9746         ignore X-Gnus-Newsgroup header in article body.
9747         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9748         positions; make sure article ends with newline.
9749
9750         * message.el (message-display-abbrev): Don't infloop when a user
9751         inserts SPC in the beginning of header.
9752
9753         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9754         coding-system-for-read and coding-system-for-write for XEmacs having no
9755         file-coding feature.
9756
9757         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9758
9759 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9760
9761         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9762         list of groups not followed by default.  Fix type to be regexp.
9763         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9764
9765 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9766
9767         * hmac-def.el (define-hmac-function): Switch from old-style to
9768         new-style backquotes.
9769
9770         * md4.el (md4-make-step): Likewise.
9771
9772 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9775         raw-text coding system when saving .newsrc file, which may contain
9776         non-ASCII group names.
9777
9778 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9779
9780         * gnus-cus.el (gnus-score-extra): New widget.
9781         (gnus-score-extra-convert): New function.
9782         (gnus-score-customize): Use it for Extra.
9783
9784 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9785
9786         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9787         (mml2015-mailcrypt-clear-verify): Use it.
9788         (mml2015-gpg-clear-verify): Use it.
9789         (mml2015-pgg-clear-verify): Use it.
9790         (mml2015-epg-clear-verify): Replace the current part with the output
9791         from GnuPG; don't extract the plaintext by itself.
9792
9793         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9794         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9795         mml2015-clear-verify-function; don't touch the armor headers or
9796         dash-escaped text here.
9797
9798 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9801         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9802         parts, or application/octet-stream as a last resort.
9803         (gnus-mime-view-part-as-type): Don't toggle display.
9804         (gnus-mime-view-part-as-charset): Don't turn off display before
9805         querying charset.
9806
9807         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9808         stuff to undisplayer function in Emacs.
9809         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9810
9811         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9812         text/calendar parts.
9813
9814 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9815
9816         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9817         decoding text/calendar parts.
9818
9819         * message.el (message-forward-make-body-mime): Always mark body as
9820         having no illegible text; remove signed-or-encrypted argument.
9821         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9822
9823         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9824         (mml-generate-mime-1): Don't encode body if it is specified to be in
9825         raw form; don't make buffer be unibyte when inserting multibyte string.
9826
9827 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9828
9829         * sha1.el: Fix up comment style.
9830         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9831         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9832
9833         * hex-util.el: Fix up comment style.
9834         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9835
9836         * gnus-salt.el: Use with-current-buffer.
9837         (gnus-pick-setup-message): Fix long-standing typo.
9838
9839 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9840
9841         * imap.el (imap-logout-timeout): New variable.
9842         (imap-logout, imap-logout-wait): New functions.
9843         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9844
9845         * nnimap.el (nnimap-logout-timeout): New server variable.
9846         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9847         nnimap-logout-timeout.
9848
9849         * gnus-art.el (gnus-article-summary-command-nosave)
9850         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9851
9852 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus.el (gnus-maximum-newsgroup): New variable.
9855
9856         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9857         according to gnus-maximum-newsgroup.
9858
9859         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9860         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9861         Limit the range of articles according to gnus-maximum-newsgroup.
9862
9863 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9864
9865         * gnus-art.el (gnus-sticky-article): Fix problems described in
9866         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9867         Don't perform gnus-configure-windows here; reuse existing sticky
9868         article buffer.
9869
9870         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9871         it doesn't exist in gnus-article-mode.
9872
9873 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9876         (gnus-agent-decoded-group-name): New function.
9877         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9878         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9879
9880 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9881
9882         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9883         Add binding for gnus-sticky-article.
9884         (gnus-summary-exit): Don't kill sticky article buffers.
9885
9886         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9887         article buffer.
9888         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9889         (gnus-kill-sticky-article-buffers): New commands.
9890
9891 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * nntp.el (nntp-xref-number-is-evil): New server variable.
9894         (nntp-find-group-and-number): If it is non-nil, don't trust article
9895         numbers in the Xref header.
9896
9897 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9898
9899         * gnus-agent.el (gnus-agent-read-group): New function.
9900         (gnus-agent-flush-group, gnus-agent-expire-group)
9901         (gnus-agent-regenerate-group): Use it.
9902         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9903         nnmail-pathname-coding-system.
9904
9905 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9908
9909         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9910         that are unread as unread, and also as selected so that information of
9911         marks having been changed by a user may be updated when exiting group.
9912
9913 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9914
9915         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9916
9917 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9920         calculated ignoring signature parts to gnus-treat-article.
9921
9922 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9925         a point here in order to keep the window start.
9926         (gnus-insert-mime-security-button): Make a button overlay without the
9927         front stickiness.
9928         (gnus-mime-display-security): Goto the end of a button.
9929
9930         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9931
9932 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9935         group-name-at-point.
9936         (gnus-group-completing-read): New function that offers decoded
9937         non-ASCII group names for completion.
9938         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9939         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9940         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9941         (gnus-group-fetch-control): Use it.
9942         (gnus-fetch-group): Use group-name-at-point for the initial value
9943         rather than the default value; use gnus-alive-p.
9944
9945         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9946         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9947         (gnus-summary-post-news): Use gnus-group-completing-read.
9948
9949         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9950         (gnus-read-move-group-name): Decode group name for completion.
9951
9952 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9953
9954         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9955         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9956         Yamaoka slightly modified the code).
9957
9958 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9961         (nnmail-split-incoming): Bind it.
9962
9963         * nnml.el (nnml-group-name-charset): New function.
9964         (nnml-decoded-group-name): Use it; don't decode group name if
9965         nnmail-group-names-not-encoded-p is non-nil.
9966         (nnml-encoded-group-name): New function.
9967         (nnml-group-pathname): Inline nnml-decoded-group-name.
9968         (nnml-request-expire-articles): Decode group name in message.
9969         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9970         nnmail-pathname-coding-system.
9971         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9972         not decoded ones according to nnmail-group-names-not-encoded-p.
9973         (nnml-generate-active-info): Use nnml-encoded-group-name.
9974
9975 2007-08-08  Glenn Morris  <rgm@gnu.org>
9976
9977         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9978         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9979         doc-strings and comments.
9980
9981 2007-07-25  Glenn Morris  <rgm@gnu.org>
9982
9983         * Relicense all FSF files to GPLv3 or later.
9984
9985 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * gnus-sum.el (gnus-summary-move-article):
9988         Make gnus-summary-respool-article work.
9989
9990 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9993         string.
9994
9995 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9996
9997         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9998         that should be ignored when comparing distant RSS articles with local
9999         ones.
10000         (nnrss-make-hash-index): New function.  Create a hash index according
10001         to the ignored fields.
10002         (nnrss-check-group): Use it.
10003
10004 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10007
10008         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10009
10010         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10011         the new optional argument ENCODED is non-nil.
10012         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10013         coding system for encoding group name.
10014         (gnus-group-make-rss-group): Pass un-encoded group name to
10015         gnus-group-make-group.
10016         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10017         encoded.
10018
10019         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10020         Encode group name to which articles are moved or copied.
10021         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10022         coding system for encoding Newsgroup, Followup-To and Xref headers.
10023
10024         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10025         marks; use nnheader-file-coding-system to write a file.
10026         (nnagent-retrieve-headers): Bind file-name-coding-system to
10027         nnmail-pathname-coding-system.
10028
10029         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10030
10031         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10032         (nnml-request-article, nnml-request-create-group)
10033         (nnml-request-rename-group, nnml-find-id)
10034         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10035         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10036         (nnml-save-marks): Use nnml-group-pathname instead of
10037         nnmail-group-pathname.
10038
10039         (nnml-request-create-group, nnml-request-expire-articles)
10040         (nnml-request-move-article, nnml-request-delete-group)
10041         (nnml-deletable-article-p, nnml-possibly-create-directory)
10042         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10043         (nnml-open-marks): Bind file-name-coding-system to
10044         nnmail-pathname-coding-system.
10045
10046         (nnml-request-article): Pass server argument to nnml-find-group-number.
10047         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10048         Pass server argument to nnml-possibly-create-directory.
10049         (nnml-request-accept-article): Pass server argument to
10050         nnml-active-number and nnml-save-mail.
10051         (nnml-find-group-number): Pass server argument to nnml-find-id.
10052         (nnml-request-update-info): Pass server argument to
10053         nnml-marks-changed-p.
10054
10055         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10056         (nnml-save-mail, nnml-active-number): Add server argument.
10057
10058         (nnml-request-delete-group): Warn if group is missing.
10059         (nnml-get-nov-buffer): Decode group name.
10060         (nnml-generate-active-info): Encode group name.
10061         (nnml-open-marks): Decode group name in messages.
10062
10063 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10066         if it is not specified.
10067         (gnus-article-pipe-part, gnus-article-save-part)
10068         (gnus-article-interactively-view-part, gnus-article-copy-part)
10069         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10070         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10071         (gnus-article-replace-part, gnus-article-delete-part)
10072         (gnus-article-view-part-as-type): Pass raw prefix argument to
10073         gnus-article-part-wrapper.
10074
10075 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * gnus-agent.el (gnus-agent-save-active):
10078         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10079
10080         * gnus-cache.el (gnus-cache-save-buffers)
10081         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10082         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10083         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10084         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10085         (gnus-cache-generate-active, gnus-cache-rename-group)
10086         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10087         (gnus-cache-update-overview-total-fetched-for):
10088         Bind file-name-coding-system to nnmail-pathname-coding-system.
10089         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10090         New variables.
10091         (gnus-cache-decoded-group-name): New function.
10092         (gnus-cache-file-name): Use it.
10093         (gnus-cache-generate-active): Use non-decoded group name for active.
10094
10095         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10096         right place.
10097         (gnus-write-active-file): Don't break non-ASCII group names.
10098
10099         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10100         nnmail-pathname-coding-system.
10101
10102         * lpath.el: Bind default-file-name-coding-system,
10103         file-name-coding-system and language-info-alist for XEmacs.
10104
10105         * gnus-uu.el (gnus-uu-decode-save): Typo.
10106
10107 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10110
10111 2007-07-14  David Kastrup  <dak@gnu.org>
10112
10113         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10114         finishing actions if we did not edit the article.
10115
10116 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10119         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10120         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10121         (gnus-agent-flush-group, gnus-agent-flush-cache)
10122         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10123         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10124         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10125         (gnus-agent-regenerate-group)
10126         (gnus-agent-update-files-total-fetched-for)
10127         (gnus-agent-update-view-total-fetched-for):
10128         Bind file-name-coding-system to nnmail-pathname-coding-system.
10129         (gnus-agent-group-pathname): Don't encode file names by
10130         nnmail-pathname-coding-system.
10131         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10132         coding-system-for-write instead of buffer-file-coding-system to
10133         gnus-agent-file-coding-system.
10134
10135         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10136         Decode group name.
10137
10138         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10139
10140         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10141         (gnus-read-newsrc-el-file): Make group names unibyte.
10142
10143         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10144         nnmail-pathname-coding-system.
10145
10146         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10147         (nnrss-request-delete-group): Bind file-name-coding-system to
10148         nnmail-pathname-coding-system.
10149         (nnrss-read-server-data, nnrss-read-group-data):
10150         Bind file-name-coding-system correctly.
10151         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10152
10153         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10154         (nntp-server-to-method-cache): New variable.
10155         (nntp-group-pathname): New function that decodes non-ASCII group names.
10156         (nntp-possibly-create-directory, nntp-marks-changed-p)
10157         (nntp-save-marks, nntp-open-marks): Use it.
10158         (nntp-possibly-create-directory, nntp-open-marks):
10159         Bind file-name-coding-system to nnmail-pathname-coding-system.
10160         (nntp-open-marks): Decode group names when bootstrapping marks.
10161
10162         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10163         Newsgroups and Folowup-To headers.
10164
10165 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10168         (gnus-server-closed-face, gnus-server-denied-face)
10169         (gnus-server-offline-face): Remove variable.
10170         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10171
10172         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10173         of modifying message-stack directly for XEmacs.
10174
10175         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10176         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10177         if the coding-system argument is nil for XEmacs.
10178
10179         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10180         mm-charset-override-alist.
10181
10182         * rfc2047.el: Don't require base64; require rfc2045 for the function
10183         rfc2045-encode-string.
10184         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10185         to quote the parameter value.
10186
10187 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10190         form in gnus-group-name-charset-method-alist.
10191
10192         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10193         overrides the default layout edit-form.
10194
10195         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10196
10197         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10198
10199 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10202         as unfetched articles.
10203
10204 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10205
10206         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10207
10208 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10209
10210         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10211         original back end that keeps marks in the local system.
10212
10213 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10216         arg of pop-to-buffer for XEmacs.
10217         (gnus-article-read-summary-keys): Ditto; don't restore window
10218         configuration if summary command ends up with neither article buffer
10219         nor summary buffer; describe bindings if summary keys end with C-h.
10220
10221 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * message.el (message-fix-before-sending): Skip raw message part to be
10224         forwarded while checking illegible text.
10225         (message-forward-make-body-mime, message-forward-make-body):
10226         Mark signed or encrypted raw message as having no illegible text.
10227
10228 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10229
10230         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10231         (gnus-message-with-timestamp-1): New macro.
10232         (gnus-message-with-timestamp): New function.
10233         (gnus-message): Use them.
10234
10235         * nnheader.el (nnheader-message): Use them.
10236
10237 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10238
10239         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10240         .newsrc.eld file.
10241
10242 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * gnus-agent.el (gnus-agent-fetch-headers)
10245         (gnus-agent-retrieve-headers):
10246         Bind gnus-decode-encoded-address-function to identity.
10247
10248         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10249         available also when the server returns simply a dot.
10250
10251         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10252
10253 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10256
10257 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * gnus-ems.el (gnus-x-splash): Make it work.
10260
10261         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10262         from being used.
10263
10264         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10265
10266 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10269         4th and the 5th arguments.
10270
10271         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10272         the front stickiness.
10273         (gnus-article-summary-command-nosave): Correct the order of the
10274         arguments passed to pop-to-buffer.
10275         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10276         summary command ends up with the article buffer.
10277
10278         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10279         the same faces.
10280
10281 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10282
10283         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10284
10285 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10286
10287         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10288         * gnus-sum.el (gnus-summary-highlight):
10289         * pgg.el (pgg-sign-region, pgg-sign):
10290         * mail-source.el (mail-source-delete-old-incoming-confirm):
10291         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10292
10293 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * gnus-art.el (gnus-mime-view-part-externally)
10296         (gnus-mime-view-part-internally): Fix predicate function passed to
10297         completing-read.
10298
10299         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10300
10301         * gnus.el (gnus-update-message-archive-method): Add :version.
10302
10303 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * gnus.el (gnus-update-message-archive-method): New variable.
10306
10307         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10308         according to gnus-message-archive-method if
10309         gnus-update-message-archive-method is non-nil.
10310
10311 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10314         Suggested by Loic Dachary <loic@dachary.org>.
10315         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10316
10317 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * message.el (message-pop-to-buffer): Add switch-function argument.
10320         (message-mail): Pass switch-function argument to it.
10321
10322 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10323
10324         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10325         Improve doc string.
10326
10327 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10330         (gnus-header-content)
10331         * gnus-cite.el (gnus-cite-10)
10332         * gnus-srvr.el (gnus-server-closed)
10333         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10334         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10335         (gnus-group-mail-3-empty, gnus-group-mail-low)
10336         (gnus-group-mail-low-empty, gnus-splash)
10337         * message.el (message-header-to, message-header-cc)
10338         (message-header-subject, message-header-other, message-header-name)
10339         (message-header-xheader, message-separator, message-cited-text)
10340         (message-mml): Lighten colors of faces used for dark background.
10341
10342 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10343
10344         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10345         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10346
10347 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * message.el (message-narrow-to-headers-or-head):
10350         Ignore mail-header-separator in the body.
10351
10352 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10353
10354         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10355         same as window size.
10356
10357 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10358
10359         * message.el (message-font-lock-keywords): Use message-header-xheader
10360         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10361         ahead of the anything pattern, to get it recognised.
10362
10363 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10366         spam.el loads uses it in the compiled defadvice form.
10367
10368 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10369
10370         * gnus-sum.el (gnus-articles-to-read)
10371         (gnus-summary-insert-old-articles): Don't truncate group name for
10372         `read-string'.
10373
10374         * gnus-util.el (gnus-limit-string): Delete this function.
10375
10376         * gnus-sum.el (gnus-simplify-subject-fully):
10377         Use `truncate-string-to-width' instead.
10378
10379 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10380
10381         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10382         Tell if, on summary exit, the next group has to be selected.
10383         (gnus-summary-exit): Use it.
10384
10385 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10388         non-break space.
10389
10390 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10393         Check if group is not a directory.
10394         (nnfolder-request-expire-articles): Don't delete articles if the target
10395         group is not available.
10396
10397         * nnml.el (nnml-request-create-group): Properly check if group is not a
10398         file.
10399         (nnml-request-expire-articles): Don't delete articles if the target
10400         group is not available.
10401
10402         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10403         Don't quote characters that are within parentheses.
10404
10405 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10408         (gnus-handle-ephemeral-exit): Select article according to it.
10409
10410 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10411
10412         * message.el (message-insert-formated-citation-line): Remove newline.
10413         (message-citation-line-format): Add final \n here so that the user can
10414         avoid a blank line.
10415
10416 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10417
10418         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10419         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10420         Update lanl/arXiv support.
10421
10422 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10423
10424         * gnus.el: Bump version number.
10425
10426 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10427
10428         * gnus.el (gnus-version-number): Bump version.
10429
10430 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10431
10432         * gnus.el: No Gnus v0.6 is released.
10433
10434 2007-04-27  Didier Verna  <didier@xemacs.org>
10435
10436         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10437         * gmm-utils.el (gmm-regexp-concat): ... here.
10438         * message.el: Don't require 'gnus-util.
10439         (message-dont-reply-to-names): Handle name change above.
10440         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10441
10442 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10443
10444         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10445         since the initial value varies according to the system.
10446
10447 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10448
10449         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10450
10451 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10452
10453         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10454
10455 2007-04-24  Didier Verna  <didier@xemacs.org>
10456
10457         Improve the type of gnus-ignored-from-addresses.
10458         * gnus-util.el (gnus-orify-regexp): New function.
10459         * message.el (gnus-util): Require it.
10460         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10461         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10462         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10463
10464 2007-04-24  Didier Verna  <didier@xemacs.org>
10465
10466         * gnus-sum.el:
10467         * gnus-utils.el: Fix some trailing whitespaces.
10468
10469 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10472         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10473         article's Message-ID; refer parent article in summary buffer.
10474
10475         * message.el (message-bounce): Call mime-to-mml.
10476
10477         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10478         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10479         optimize and/or forms properly.
10480
10481 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10482
10483         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10484         URL.
10485
10486 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10489
10490 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10493         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10494         displayed of multipart/alternative part if it is invoked from summary
10495         buffer.
10496
10497         * mm-view.el (mm-inline-text-html-render-with-w3m)
10498         (mm-inline-text-html-render-with-w3m-standalone)
10499         (mm-inline-render-with-function): Use mail-parse-charset by default.
10500
10501 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10502
10503         * parse-time.el (parse-time-string-chars): Check if CHAR
10504         is less than the length of parse-time-syntax.
10505
10506 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10509         from gnus-newsgroup-processable.
10510
10511 2007-04-16  Didier Verna  <didier@xemacs.org>
10512
10513         * gnus-msg.el (gnus-configure-posting-styles):
10514         Handle message-signature-directory properly with :file syntax.
10515         Reported by "Leo".
10516
10517 2007-04-11  Didier Verna  <didier@xemacs.org>
10518
10519         New user option: message-signature-directory.
10520         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10521         * message.el (message-insert-signature): Ditto.
10522         * message.el (message-signature-file): Doc update.
10523         * message.el (message-signature-directory): New.
10524
10525 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10526
10527         * gnus-msg.el (gnus-inews-yank-articles):
10528         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10529
10530 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10531
10532         * message.el (message-yank-original): Make sure cited text ends with
10533         newline; don't exchange point and mark.
10534
10535 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10536
10537         * tls.el (open-tls-stream): Properly handle case where there
10538         is no associated buffer.
10539
10540 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10541
10542         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10543         message-yank-original, make sure (< mark TEXT point).
10544
10545 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10546
10547         * message.el (message-fill-column): New variable.
10548         (message-mode): Use it.  Add comment on a possible new hook.
10549
10550         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10551         (nnmail-get-new-mail): Reformat.
10552
10553         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10554
10555         * gmm-utils.el: Fix Commentary.
10556         (gmm-tool-bar-from-list): Fix typo in doc string.
10557
10558 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10559
10560         * message.el (message-yank-original): Don't switch point and mark
10561         unnecessarily to put point and mark as documented.
10562
10563 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10564
10565         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10566         from the message heads.
10567
10568 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10569
10570         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10571         article buffer does not have a window.  This may not be the best
10572         solution but is certainly better than setting the start of the null,
10573         that is the current, window.
10574
10575 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10576
10577         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10578         (gnus-draft-setup): Run it.
10579
10580         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10581         gnus-score-fast-scoring.  Allow regexp.
10582         (gnus-score-headers): Use it.
10583
10584         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10585         XEmacs.
10586
10587         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10588         string.
10589         (gnus-button-alist): Also catch `<f1> k ...'.
10590         (gnus-treat-display-x-face): Fix doc string.
10591
10592 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10593
10594         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10595         evaluation of gnus-extended-version to ensure correct generation of the
10596         User-Agent header when message-generate-headers-first is used.
10597
10598 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10599
10600         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10601         hashcash-path is nil.  Don't call callback with incorrect number of
10602         parameters if val is 0.
10603
10604 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10605
10606         * message.el (message-required-news-headers):
10607         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10608
10609 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10610
10611         * tls.el (open-tls-stream): In handshake-waiting loop,
10612         don't wait more if there is output available to process.
10613
10614 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10615
10616         * tls.el (tls-program): Doc fix.
10617
10618 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10619
10620         * message.el (message-generate-new-buffers): Change the meaning of the
10621         nil value; add `standard' to the choices; treat t as `unique'; improve
10622         doc string.
10623         (gnus-select-frame-set-input-focus): Autoload.
10624         (message-buffer-name): Search for the existing message buffer if
10625         message-generate-new-buffers is nil or `standard'; treat the value t of
10626         message-generate-new-buffers as `unique'.
10627         (message-pop-to-buffer): Raise the frame already displaying the message
10628         buffer; clear the echo area after querying.
10629         (message-setup): Pass the `continue' argument to compose-mail.
10630         (message-mail): Prefer `switch-function' if it is given; search for the
10631         existing message buffer if the `continue' argument is non-nil; pass
10632         continue and switch-function arguments to compose-mail by way of
10633         message-setup.
10634         (message-mail-other-window): Adjust argument of message-setup.
10635         (message-mail-other-frame): Ditto.
10636
10637 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10638
10639         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10640         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10641         to turn font-lock on when turning gnus-message-citation-mode on.
10642
10643 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10644
10645         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10646         (mml-smime-function-alist): New variable; add epg as the backend.
10647         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10648         mml-smime- functions instead.
10649         * mm-view.el: Require smime.
10650
10651 2007-03-05  Didier Verna  <didier@xemacs.org>
10652
10653         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10654         instead of just inheritance for posting styles.
10655         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10656
10657 2007-02-24  Chris Moore  <dooglus@gmail.com>
10658
10659         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10660         * pgg-pgp.el (pgg-pgp-encrypt-region):
10661         * pgg-gpg.el (pgg-gpg-encrypt-region):
10662         Check pgg-encrypt-for-me if no other recipients.
10663
10664 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10665
10666         * tls.el (tls-certtool-program): Fix custom type.
10667
10668 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10671         and point-at-eol instead of line-(beginning|end)-position.
10672
10673         * assistant.el (assistant-parse-buffer): Ditto.
10674
10675         * netrc.el (netrc-parse-services): Ditto.
10676
10677 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10678
10679         * mml2015.el (mml2015-epg-find-usable-key): New function.
10680         (mml2015-epg-sign): Use it.
10681         (mml2015-epg-encrypt): Use it.
10682
10683 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * message.el (message-make-in-reply-to): Quote name containing
10686         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10687         if there are special characters.  Reported by NAKAJI Hiroyuki
10688         <nakaji@jp.freebsd.org>.
10689
10690 2007-02-27  Didier Verna  <didier@xemacs.org>
10691
10692         Include the group parameters as well as the topic ones in the
10693         inheritance filter process.
10694         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10695         argument GROUP-PARAMS-LIST.
10696         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10697
10698 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * nntp.el (nntp-never-echoes-commands)
10701         (nntp-open-connection-functions-never-echo-commands): New variables.
10702         (nntp-send-command): Use them.
10703
10704 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10705
10706         * mml2015.el (mml2015-epg-verify): Simplify.
10707
10708 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * mml.el (mml-content-disposition-alist): New user option.
10711         (mml-content-disposition): New function.
10712         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10713         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10714
10715 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10716
10717         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10718         verification.
10719
10720 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10721
10722         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10723         articles posted in the last 24 hours.
10724
10725 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10726
10727         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10728
10729 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10730
10731         * nntp.el (nntp-send-command): Don't wait for echoes when
10732         nntp-open-ssl-stream is used.
10733
10734 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10735
10736         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10737         (gnus-message-add-citation-keywords)
10738         (gnus-message-remove-citation-keywords): Remove.
10739         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10740         directly, make the variables in font-lock-defaults buffer-local, add
10741         gnus-message-citation-keywords to them and then update the value of
10742         font-lock-keywords.
10743
10744 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10745
10746         * message.el (message-cite-original-1): Don't call
10747         gnus-article-highlight-citation.
10748
10749         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10750         citations; fix line count.
10751
10752 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10755         (gnus-message-add-citation-keywords)
10756         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10757         versions of font-lock-add-keywords and font-lock-remove-keywords to
10758         work with XEmacs correctly.
10759
10760 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10761
10762         * gnus-cite.el (gnus-cite-face-list): Set the values of
10763         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10764         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10765         (gnus-message-cite-prefix-regexp): New variable.
10766         (gnus-message-search-citation-line): Use it; protect against long
10767         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10768         the 0th match data for Emacs.
10769         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10770         (gnus-message-add-citation-keywords): Append keywords rather than
10771         prepending; emulate font-lock-add-keywords if it is not available.
10772         (gnus-message-remove-citation-keywords):
10773         Emulate font-lock-remove-keywords if it is not available.
10774
10775         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10776
10777         * message.el (message-cite-prefix-regexp): Set the value of
10778         gnus-message-cite-prefix-regexp.
10779
10780 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10781
10782         * nnweb.el (nnweb-google-parse-1): Update parser.
10783
10784 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10785
10786         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10787
10788 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10789
10790         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10791         regexp.
10792
10793 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10796         string-to-multibyte.
10797         (uudecode-decode-region-internal): Use it.
10798
10799         * lpath.el: Fbind string-as-multibyte for XEmacs.
10800
10801 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10804         Fix custom choice.
10805
10806         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10807
10808 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10809
10810         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10811
10812         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10813         `write-region' to respect `mm-inhibit-file-name-handlers'.
10814
10815 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10816
10817         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10818         Use gnus-home-directory instead of "~/" or "$HOME".
10819
10820 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10821
10822         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10823         to mention filename.
10824         Add comments at beginning regarding usage.
10825         (encrypt-write-file-contents): Change interactive so a string is
10826         acceptable.  If the file has no associated model, show an error instead
10827         of a nonsense prompt.
10828
10829 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10830
10831         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10832         Thanks to Yoshihiko Yamada for kind notification of this typo.
10833
10834 2007-01-12  Kenichi Handa  <handa@m17n.org>
10835
10836         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10837         multibyte buffer.
10838
10839 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10840
10841         * gnus-score.el (gnus-score-fast-scoring): New variable.
10842         (gnus-score-headers): Use it.
10843
10844         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10845
10846         * message.el (message-cite-original-1):
10847         Call gnus-article-highlight-citation if requested.
10848         (message-make-from): Allow name and address as optional arguments.
10849
10850         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10851
10852         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10853         bugs to doc string.
10854         (gnus-button-alist): Add mid\\|message-id.
10855         (gnus-button-fetch-group): Extend for use in
10856         `browse-url-browser-function'.
10857         (gnus-button-url-regexp): Try to catch paired parentheses like in
10858         Wikipedia URLs.
10859
10860         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10861         Suggested by Simon Krahnke <overlord@gmx.li>.
10862
10863 2007-01-13  Romain Francoise  <romain@orebokech.com>
10864
10865         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10866         Update copyright.
10867
10868 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10869
10870         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10871
10872 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10873
10874         * gnus-registry.el (gnus-registry-unfollowed-groups)
10875         (gnus-registry-split-fancy-with-parent): Fix documentation.
10876
10877 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10878
10879         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10880         from nnweb groups.
10881
10882 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10883
10884         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10885         Xref urls.  Erase buffer before requesting head.
10886
10887         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10888
10889 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10890
10891         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10892         customizable.
10893
10894 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10895
10896         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10897         no signing key is found.
10898         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10899         no encrypting and/or signing key is found.
10900
10901 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10904
10905 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10906
10907         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10908         headers read from disk with the ones newly found in the current search.
10909         This should no longer cause problems, because the article numbers in
10910         Gmane's `nov.php' output are ignored since the previous change.
10911
10912 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10913
10914         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10915
10916 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10919         replace-regexp-in-string; bind url-version; fbind display-images-p and
10920         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10921         find-face and set-itimer-function for Emacs; bind itimer-list for
10922         Emacs.
10923
10924         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10925
10926 2007-01-01  Romain Francoise  <romain@orebokech.com>
10927
10928         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10929
10930 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10931
10932         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10933         `define-minor-mode' macro definition expanded properly.
10934         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10935         exclude it there.
10936
10937         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10938         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10939         `fboundp' test.
10940         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10941         This is OK to autoload in (S)XEmacs now.
10942
10943 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10944
10945         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10946         keystroke.
10947         (gnus-summary-limit-to-singletons): Fix typo.
10948
10949         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10950         else fails.
10951
10952 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10953
10954         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10955         docstring.
10956
10957         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10958         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10959         (gnus-summary-insert-dormant-articles): Fix typo in message.
10960
10961 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10962
10963         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10964         nil for XEmacs.
10965         (gnus-message-citation-mode): Don't autoload in XEmacs.
10966
10967         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10968
10969 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10970
10971         * nnimap.el (nnimap-expunge-search-string):
10972         Mention nnimap-search-uids-not-since-is-evil in docstring.
10973
10974 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10975
10976         * spam.el: Revert to make-obsolete-variable because
10977         define-obsolete-variable-alias is not supported in Emacs 21.
10978
10979         * spam.el (spam-ifile-path, spam-ifile-database-path)
10980         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10981         make-obsolete-variable.
10982         (spam-bsfilter-path, spam-bsfilter-program)
10983         (spam-spamassassin-path, spam-spamassassin-program)
10984         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10985         Don't use "path" inappropriately.
10986         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10987         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10988         variable names.
10989
10990 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10991
10992         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10993         summary buffer.
10994
10995         * password.el (password-cache-remove): Use clear-string to burn
10996         password, if available.
10997
10998 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10999
11000         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11001
11002         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11003
11004         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11005         (gnus-message-highlight-citation): Move defcustom here from
11006         gnus-cite.el.
11007         (gnus-message-citation-mode): Autoload.
11008
11009         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11010         checks to make it compile with XEmacs.
11011         (gnus-message-citation-mode): New minor mode.
11012         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11013         (gnus-message-highlight-citation): New variables.
11014         (gnus-message-search-citation-line)
11015         (gnus-message-add-citation-keywords)
11016         (gnus-message-remove-citation-keywords)
11017         (turn-on-gnus-message-citation-mode)
11018         (turn-off-gnus-message-citation-mode): New functions.
11019
11020 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11021
11022         * gnus-cite.el: Enable highlighting of different citation levels in
11023         message-mode.
11024
11025 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11026
11027         * message.el (message-make-fqdn): Fix comment.
11028         (message-bogus-system-names): Add ".local".
11029
11030         * spam.el (spam-ifile-path, spam-ifile-program)
11031         (spam-ifile-database-path, spam-ifile-database)
11032         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11033         Don't use "path" inappropriately.
11034         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11035         strings.
11036         (spam-check-ifile, spam-ifile-register-with-ifile)
11037         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11038         Use new variable names.
11039
11040         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11041         (gnus-treat-display-smileys): Simplify using
11042         gnus-image-type-available-p.
11043
11044         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11045         available.
11046
11047         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11048         Use `display-images-p' if available.
11049
11050 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11051
11052         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11053         one after turning on the buffer's multibyteness instead of decoding
11054         them directly in the unibyte buffer that causes unexpected conversion
11055         in Emacs 23 (unicode).
11056
11057 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11058
11059         * message.el (message-generate-hashcash): Fix custom type.
11060
11061 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11062
11063         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11064
11065 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11066
11067         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11068         disconnect icons.  Add help text.
11069
11070 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11071
11072         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11073         negated to be consistent with the others we handle.
11074
11075 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11076
11077         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11078         version of gnus-summary-buffer to something, so that we can use two
11079         article buffers at the same time.
11080
11081 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11082
11083         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11084         trigger all the extra headers.
11085         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11086         sorting.
11087
11088 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11089
11090         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11091         solid groups.
11092
11093 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11094
11095         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11096
11097 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11098
11099         * legacy-gnus-agent.el: Add Copyright notice.
11100
11101 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11102
11103         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11104
11105 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11106
11107         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11108
11109         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11110         to make it work reliably in CVS Emacs.
11111         (gnus-summary-limit-strange-charsets-predicate)
11112         (gnus-summary-limit-to-predicate): New functions.
11113
11114 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11115
11116         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11117         specifying array size.
11118         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11119         array if it is too small.
11120         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11121         (gnus-sort-threads-loop): New function.
11122
11123 2006-12-06  Chris Moore  <dooglus@gmail.com>
11124
11125         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11126         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11127
11128 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11129
11130         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11131         options.
11132
11133 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11134
11135         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11136         DOS-ing the recipient.
11137
11138         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11139         the headers when creating the mapping to avoid mismappings.
11140         (nnweb-gmane-create-mapping): Always nix out old mapping.
11141
11142 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11145         and mm-verify-option to never.
11146
11147 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11148
11149         * message.el (message-signed-or-encrypted-p): New function.
11150         (message-forward-make-body): Use it.
11151
11152         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11153         Replace encode-coding-string with mm-encode-coding-string.
11154
11155 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * nneething.el (nneething-decode-file-name):
11158         Replace decode-coding-string with mm-decode-coding-string.
11159
11160         * gnus-int.el (gnus-open-server): Say failed server's name.
11161
11162 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11163
11164         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11165         strings to a single string.  Quote `errors-file-name'.
11166         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11167         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11168         Adjust calls.  Use `shell-quote-argument'.
11169
11170 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11171
11172         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11173         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11174
11175         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11176         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11177         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11178         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11179         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11180         (gnus-subscribe-newsgroup, gnus-1):
11181         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11182         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11183         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11184         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11185
11186 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187
11188         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11189         keystroke.
11190         (gnus-summary-limit-to-bodies): Implement headersp.
11191
11192 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11193
11194         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11195
11196 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11197
11198         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11199
11200 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11201
11202         * message.el (message-generate-hashcash): Expand range of values to
11203         include `opportunistic'.
11204         (message-send-mail): Use it.
11205
11206 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11207
11208         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11209         and comment it.
11210
11211         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11212
11213 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11214
11215         * gnus-util.el (gnus-extract-address-components): Improve comment.
11216
11217 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * gnus-util.el (gnus-extract-address-components): Work with address in
11220         which the name portion contains @.
11221
11222         * lpath.el: Fbind custom-autoload.
11223
11224 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11225
11226         * gnus.el (gnus-start): Move custom group up.
11227         (gnus-select-method): Don't autoload, but make it available for
11228         `customize-variable'.
11229         (gnus-getenv-nntpserver): Don't autoload.
11230
11231 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11232
11233         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11234
11235 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * message.el (message-sendmail-extra-arguments): New variable.
11238         (message-send-mail-with-sendmail): Use it.
11239
11240 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11243         mm-with-unibyte-current-buffer to make string unibyte.
11244
11245         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11246         mm-string-as-multibyte.
11247
11248 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11249
11250         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11251         Reported by Werner Koch <wk@gnupg.org>.
11252
11253 2006-11-14  Daiki Ueno  <ueno@p360>
11254
11255         * mml2015.el: Autoload epa-select-keys when compiling.
11256
11257 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11258
11259         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11260         message-options.
11261         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11262
11263 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11264
11265         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11266         EasyPG (< 0.0.6).
11267         (mml2015-always-trust): New user option.
11268         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11269         prompt.
11270
11271 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * nntp.el (nntp-authinfo-force): New variable.
11274         (nntp-send-authinfo): Use it.
11275
11276 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11279         decode encoded words.  Improve prompt.  Add comment about forwarding.
11280         (message-replacement-char): Move up.
11281
11282 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11283
11284         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11285         instead of gnus-intersection because arguments of gnus-sorted-nunion
11286         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11287
11288 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11289
11290         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11291         (message-simplify-subject-functions):
11292         Enable message-strip-subject-encoded-words by default.
11293
11294 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * message.el (message-strip-subject-encoded-words): New function.
11297         (message-simplify-subject-functions): New variable.
11298         (message-simplify-subject): Use it.  Fix typo in doc string.
11299         Support message-strip-subject-encoded-words.
11300
11301 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11302
11303         * gnus-diary.el (gnus-diary-delay-format-function):
11304         * nndiary.el (nndiary-reminders):
11305         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11306
11307 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11308
11309         * gnus-art.el (article-hide-boring-headers): Fetch date from
11310         gnus-original-article-buffer to avoid problems with localized date
11311         strings.
11312
11313 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11314
11315         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11316
11317 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11318
11319         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11320         New variables.
11321         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11322         (mm-charset-synonym-alist): Move some entries to
11323         mm-codepage-iso-8859-list.
11324         (mm-charset-synonym-alist, mm-charset-override-alist):
11325         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11326
11327 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11328
11329         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11330
11331 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11332
11333         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11334         with Emacs 21 and XEmacs.
11335
11336 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11337
11338         * spam.el (spam-parse-address): New function for better parsing,
11339         catching errors, etc.
11340         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11341
11342 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11343
11344         * mm-view.el: Add interactive arg to html2text autoload.
11345
11346 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11349
11350 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11351
11352         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11353         New variables.
11354         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11355         (mm-charset-synonym-alist): Move some entries to
11356         mm-codepage-iso-8859-list.
11357
11358         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11359
11360 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11361
11362         * message.el (message-citation-line-format)
11363         (message-insert-formated-citation-line): Fix implementation of %E, %N
11364         and %n according to the doc string.
11365
11366 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11367
11368         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11369         Use car-safe to avoid bad parses.
11370
11371 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11374         names.
11375
11376         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11377
11378 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11379
11380         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11381         header.
11382
11383         * message.el (message-draft-headers): Add Date.
11384         (message-headers-to-generate): Fix typo in docstring.
11385
11386         * nndraft.el (nndraft-required-headers): New variable.
11387         (nndraft-generate-headers): Use it.
11388
11389         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11390
11391 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11392
11393         * gnus-registry.el (gnus-registry-wash-for-keywords)
11394         (gnus-registry-find-keywords): New functions to allow easy searching of
11395         articles that are in the registry.
11396
11397 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11398
11399         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11400         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11401         Reported by Damien Elmes <damien@repose.cx>.
11402
11403 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11404
11405         * gnus.el (gnus-mime): Remove unused custom group.
11406
11407 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11408
11409         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11410         "blank line" when searching for end of armor headers.
11411
11412 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * gmm-utils.el (gmm-write-region): Fix variable name.
11415
11416 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11417
11418         * gmm-utils.el (gmm-write-region): New function based on compatibility
11419         code from `mm-make-temp-file'.
11420
11421         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11422
11423         * nnmaildir.el (nnmaildir--update-nov)
11424         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11425         Use `gmm-write-region'.
11426
11427 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11428
11429         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11430         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11431
11432         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11433
11434         * message.el (message-replacement-char): New variable.
11435         (message-fix-before-sending): Use it.
11436         (message-simplify-subject): New function to remove duplicate code.
11437         (message-reply, message-followup): Use it.
11438
11439         * gnus-sum.el (gnus-summary-make-menu-bar):
11440         Clarify gnus-summary-limit-to-articles.
11441
11442 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * gnus-util.el (gnus-with-local-quit): New macro.
11445
11446         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11447
11448 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11449
11450         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11451         ignore non-string data.
11452
11453 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11454
11455         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11456         non-string data (needs to be done in the registry too).
11457
11458 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11459
11460         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11461         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11462         (gnus-registry-split-fancy-with-parent)
11463         (gnus-registry-fetch-simplified-message-subject-fast)
11464         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11465         Remove text properties on ingress into the registry and when it's saved.
11466         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11467         registry from entries with no groups.
11468
11469 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11470
11471         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11472         function to remove string properties.
11473
11474 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11475
11476         * gmm-utils.el (gmm): Adjust custom version.
11477
11478         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11479         Adjust custom version.
11480
11481         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11482
11483 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11484
11485         * gnus-art.el (gnus-insert-prev-page-button)
11486         (gnus-insert-next-page-button): Simplify.  Reformat.
11487
11488 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11489
11490         * gnus-art.el (gnus-insert-prev-page-button)
11491         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11492
11493 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11494
11495         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11496
11497 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11498
11499         * gnus-art.el (gnus-insert-mime-button)
11500         (gnus-insert-mime-security-button):
11501         Apply gnus-article-button-face to MIME and security buttons.
11502
11503 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11504
11505         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11506         readable.
11507
11508 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11511
11512 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11513
11514         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11515         `browse-url-of-file' instead of `browse-url'.
11516
11517 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11518
11519         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11520         regexp.  Articles containing quotation were cut prematurely.
11521
11522 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * message.el (message-cite-original-1): Use nobody by default for the
11525         value of From header.
11526         (message-reply): Ditto.
11527
11528 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11529
11530         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11531         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11532         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11533
11534 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11535
11536         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11537         mails in the doc string.  Add some URLs in comment.
11538         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11539
11540 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11543         backslashes handling and the way to find boundaries of quoted strings.
11544
11545 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11546
11547         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11548         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11549         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11550         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11551
11552 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11553
11554         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11555         doc string.
11556         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11557
11558 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * lpath.el: Fbind epg-check-configuration.
11561
11562 2006-09-06  Simon Josefsson  <jas@extundo.com>
11563
11564         * mml2015.el (mml2015-use): Doc fix, mention epg.
11565
11566 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11567
11568         * mml2015.el (mml2015-use): Default to epg, if available.
11569
11570 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11571
11572         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11573         message-sender.
11574         (mml1991-epg-encrypt): Ditto.
11575         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11576         message-sender.
11577         (mml2015-epg-encrypt): Ditto.
11578
11579 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11580
11581         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11582         several common directories.
11583
11584 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11585
11586         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11587         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11588
11589 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * gnus-art.el (article-decode-encoded-words): Make it fast.
11592
11593 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11594
11595         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11596
11597         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11598         in quoted string into `\'.
11599
11600 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11603         Use standard-syntax-table.
11604
11605 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * gnus-art.el (gnus-decode-address-function): New variable.
11608         (article-decode-encoded-words): Use it to decode headers which are
11609         assumed to contain addresses.
11610         (gnus-mime-delete-part): Remove useless `or'.
11611
11612         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11613         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11614         (gnus-nov-parse-line): Use it to decode From header.
11615         (gnus-get-newsgroup-headers): Ditto.
11616         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11617
11618         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11619         (mail-decode-encoded-address-string): New alias.
11620
11621         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11622         New function.
11623         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11624         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11625         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11626         (rfc2047-decode-string): Ditto.
11627         (rfc2047-decode-address-region): New function.
11628         (rfc2047-decode-address-string): New function.
11629
11630 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11631
11632         * message.el (message-caesar-buffer-body): Allow rotating headers.
11633
11634         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11635
11636         * message.el (message-insert-formated-citation-line): Fix %f.
11637         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11638
11639 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11642         (gnus-bookmark-mouse-available-p): New macro.
11643         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11644         (gnus-bookmark-bmenu-show-infos): Use it.
11645         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11646         (gnus-bookmark-bmenu-hide-infos): Ditto.
11647         (gnus-bookmark-remove-properties): New function.
11648         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11649         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11650         (gnus-bookmark-write-file): Bind coding-system-for-write.
11651         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11652         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11653         group before selecting it.
11654         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11655         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11656         quit-window if it is not available; use gnus-mouse-2 and bind it to
11657         gnus-bookmark-bmenu-select-by-mouse.
11658         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11659         (gnus-bookmark-bmenu-select-by-mouse): New function.
11660
11661 2006-08-13  Romain Francoise  <romain@orebokech.com>
11662
11663         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11664         space.
11665
11666 2006-08-10  Romain Francoise  <romain@orebokech.com>
11667
11668         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11669         (dns-mode-soa-auto-increment-serial): New user option.
11670         (dns-mode-soa-maybe-increment-serial): New function.
11671         (dns-mode): Add the latter to `write-contents-functions'.
11672
11673 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * compface.el (uncompface): Use binary rather than raw-text-unix.
11676
11677 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * compface.el (uncompface): Make sure the eol conversion doesn't take
11680         place when communicating with the external programs.
11681         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11682
11683 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11686
11687 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11688
11689         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11690         Make it more robust by parsing author and date independently.
11691
11692 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11695
11696 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11697
11698         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11699         first matching secret key.
11700         (mml2015-epg-encrypt): Ditto.
11701
11702         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11703         first matching secret key.
11704         (mml1991-epg-encrypt): Ditto.
11705
11706         * mml2015.el (mml2015-encrypt-to-self): New user option.
11707         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11708         mml2015-epg-encrypt-to-self is set.
11709
11710         * mml1991.el (mml1991-encrypt-to-self): New variable.
11711         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11712         mml1991-epg-encrypt-to-self is set.
11713
11714         * mml2015.el (mml2015-signers): New user option.
11715         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11716         (mml2015-epg-encrypt): Allow to select signing keys.
11717
11718         * mml1991.el (mml1991-signers): New variable.
11719         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11720         (mml1991-epg-encrypt): Allow to select signing keys.
11721
11722 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * nnheader.el (nnheader-insert-head): Make it work even if the file
11725         uses CRLF for the line-break code.
11726
11727 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11728
11729         * mml2015.el: Require mml-sec instead of password.
11730         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11731         (mml2015-cache-passphrase): Inherit the default value from
11732         mml-secure-cache-passphrase.
11733         (mml2015-passphrase-cache-expiry): Inherit the default value from
11734         mml-secure-passphrase-cache-expiry.
11735
11736         * mml1991.el: Require mml-sec instead of password.
11737         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11738         (mml1991-cache-passphrase): Inherit the default value from
11739         mml-secure-cache-passphrase.
11740         (mml1991-passphrase-cache-expiry): Inherit the default value from
11741         mml-secure-passphrase-cache-expiry.
11742
11743         * mml-sec.el: Require password.
11744         (mml-secure-verbose): New user option.
11745         (mml-secure-cache-passphrase): New user option.
11746         (mml-secure-passphrase-cache-expiry): New user option.
11747
11748 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11749
11750         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11751         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11752         andreas@altroot.de (Andreas Vögele).
11753
11754         FIXME: Use `tiny change'?
11755
11756 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11757
11758         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11759         workaround for the url package included with Emacs.
11760
11761         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11762
11763 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11766         correctly.  This fixes a bug caused by the 2006-05-12 change.
11767
11768 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11769
11770         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11771         some information about the error when saying that the `bogus' mail
11772         group will be used.
11773
11774 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11775
11776         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11777         string.
11778
11779 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11780
11781         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11782
11783 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11784
11785         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11786
11787 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11788
11789         * mml1991.el (mml1991-function-alist): Add epg.
11790         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11791         (mml1991-epg-encrypt): New functions.
11792
11793 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11794
11795         * mml2015.el (mml2015-verbose): New variable.
11796         (mml2015-cache-passphrase): Ditto.
11797         (mml2015-passphrase-cache-expiry): Ditto.
11798         (mml2015-function-alist): Add epg.
11799         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11800         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11801         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11802         New functions.
11803
11804 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11805
11806         * message.el (message-cite-original-1): Preserve region when removing
11807         quoted text due to X-No-Archive in order to avoid bogus attribution
11808         when citing multiple messages.
11809
11810 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11811
11812         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11813         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11814
11815 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11816
11817         * gnus-diary.el (gnus-user-format-function-d)
11818         (gnus-user-format-function-D): Autoload.
11819
11820         * imap.el (Commentary): Fix typo.
11821
11822         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11823         2006-04-22 contribution.
11824
11825 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11826
11827         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11828         It didn't really fix the bogosity I'm seeing with solid web groups.
11829
11830 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11831
11832         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11833         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11834         created using server names.  If we use the feature without declaring
11835         it, Gnus does not properly manage server and group state.
11836
11837         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11838         bound.
11839
11840 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11841
11842         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11843         looking up the method using GROUP's prefix before inventing a new one.
11844         It is used on killed/unknown groups in various places where returning
11845         an all-new method isn't expected by the caller.
11846
11847         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11848         and match semantics of gnus-group-real-prefix.
11849
11850 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11851
11852         * nnmail.el (nnmail-broken-references-mailers): New variable.
11853         (nnmail-ignore-broken-references): New function generalizing
11854         nnmail-fix-eudora-headers.
11855         (nnmail-fix-eudora-headers): Now obsolete.
11856
11857         * gnus-art.el (gnus-button-handle-custom):
11858         Support `customize-apropos*'.
11859
11860 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11861
11862         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11863
11864         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11865         articles.
11866
11867 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * message.el (message-cite-reply-above): New variable.
11870         (message-yank-original): Use it.
11871
11872 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11875
11876 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11877
11878         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11879         as read.
11880
11881         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11882
11883 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11884
11885         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11886         (gnus-bookmark-default-file): Use gnus-directory.
11887         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11888         Remove "*" in doc string.
11889         (gnus-bookmark-write-file): Simplify.
11890         (gnus-bookmark-maybe-sort-alist): Use `when'.
11891         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11892         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11893         Add FIXME about Emacs 21 and XEmacs compatibility.
11894         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11895         compatibility.
11896         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11897         compatibility.
11898         (gnus-bookmark-menu-heading): Fix version.
11899
11900 2006-06-19  Bastien Guerry  <bzg@altern.org>
11901
11902         * gnus-bookmark.el: New file.
11903
11904 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * message.el (message-syntax-checks): Doc fix.
11907
11908 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11909
11910         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11911         unsubscribed groups as if they were killed ones.  It causes duplicate
11912         entries in gnus-newsrc-alist.
11913
11914 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * message.el (message-syntax-checks): Doc fix.
11917         (message-send-mail): Add check for continuation headers.
11918         (message-check-news-header-syntax): Fix regexp used to check for
11919         continuation headers.
11920
11921 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11924
11925 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11926
11927         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11928
11929 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11932         default-truncate-lines.
11933
11934 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11937         to fill the utf-8 entry.
11938
11939         * lpath.el: Fbind unicode-precedence-list.
11940
11941 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11942
11943         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11944
11945 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11946
11947         * gnus-agent.el (directory-files-and-attributes): Move all the way
11948         forward (the third and final move).
11949         (gnus-agent-read-agentview): Trap reconstruction errors due to
11950         nonexistent directory.  Handle by returning nil.
11951
11952 2006-05-30  Didier Verna  <didier@xemacs.org>
11953
11954         * message.el (message-dont-reply-to-names): Update the custom type.
11955         * message.el (message-dont-reply-to-names): New defsubst: potentially
11956         convert a list of regexps into a single one.
11957         * message.el (message-get-reply-headers): Use it.
11958         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11959
11960 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * gnus-agent.el (directory-files-and-attributes): Move forward.
11963
11964 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11965
11966         * gnus-ml.el (gnus-mailing-list-subscribe)
11967         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11968         (gnus-mailing-list-message): Fix doc strings.
11969
11970 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11971
11972         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11973         of doing it manually.
11974
11975 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11976
11977         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11978         comment.
11979
11980 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11981
11982         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11983         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11984         (gnus-agent-read-local): All symbols allocated in my-obarray.
11985         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11986         (gnus-agent-regenerate-group): Check numeric names to see if they are
11987         messages or groups.
11988         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11989         better way of do this...)
11990
11991         * gnus-cache.el (gnus-agent-total-fetched-for):
11992         Ignore 'dummy.group' (there should be a better way of do this...)
11993
11994 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11997         (gnus-saved-headers): Ditto.
11998         (gnus-default-article-saver): Mention functions may have properties.
11999         (gnus-article-save): Override gnus-save-all-headers and
12000         gnus-saved-headers by :headers property which saver function may have.
12001         (gnus-summary-save-in-file): Add :headers property.
12002         (gnus-summary-write-to-file): Ditto.
12003
12004         * gnus-sum.el (gnus-summary-save-article): Bind
12005         gnus-prompt-before-saving to t when saving many articles in a file;
12006         always show all headers.
12007
12008         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12009
12010 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12013         marks.
12014
12015         * message.el (message-indent-citation): Add optional arguments to allow
12016         using it outside of message buffers.
12017
12018         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12019         (gnus-article-treat-unfold-headers): Use it.
12020         (gnus-article-truncate-lines): New variable.
12021         (gnus-article-mode): Use it.
12022         (gnus-article-toggle-truncate-lines): New function.
12023
12024         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12025         Add gnus-article-toggle-truncate-lines.
12026
12027         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12028         coding system in XEmacs, use binary.
12029
12030 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12033         after-load-alist.
12034
12035         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12036         this function should save decoded articles.
12037         (gnus-summary-write-to-file): Use property to specify this function
12038         should save decoded articles and specify gnus-summary-save-in-file
12039         should be used to save articles other than the first one when saving
12040         many articles.
12041         (gnus-summary-save-body-in-file): Use property to specify this
12042         function should save decoded articles.
12043         (gnus-summary-write-body-to-file): Use property to specify this
12044         function should save decoded articles and specify
12045         gnus-summary-save-body-in-file should be used to save articles other
12046         than the first one when saving many articles.
12047
12048         * gnus-sum.el (gnus-summary-save-article): Simplify.
12049
12050 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * gnus-art.el (gnus-default-article-saver):
12053         Add gnus-summary-write-body-to-file.
12054         (gnus-article-save-coding-system): Don't use coding system object
12055         in XEmacs.
12056         (gnus-read-save-file-name): Add optional `dir-var' argument which
12057         specifies directory in which files are saved; work even if optional
12058         `variable' argument is not specified.
12059         (gnus-summary-write-to-file): Read file name.
12060         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12061         (gnus-summary-write-body-to-file): New function.
12062
12063         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12064         (gnus-summary-local-variables): Add it.
12065         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12066         (gnus-summary-save-article): Remove optional `decode' argument;
12067         determine whether to decode articles by the value of
12068         gnus-default-article-saver; when saving many files using
12069         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12070         it first and use gnus-summary-save-in-file or
12071         gnus-summary-save-body-in-file thereafter unless
12072         gnus-prompt-before-saving is always; move point to article which
12073         will be saved.
12074         (gnus-summary-save-article-file): Revert.
12075         (gnus-summary-write-article-file): Revert.
12076         (gnus-summary-save-article-body-file): Revert.
12077         (gnus-summary-write-article-body-file): New function.
12078
12079 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * gnus-art.el (gnus-default-article-saver): Doc fix.
12082         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12083         from gnus-summary-save-article-coding-system, and default to a
12084         certain coding system.
12085         (gnus-output-to-file): Add coding cookie and encode text according
12086         to gnus-article-save-coding-system; don't use mm-append-to-file.
12087
12088         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12089         gnus-art.el and rename to gnus-article-save-coding-system.
12090         (gnus-summary-save-article): Require gnus-art; don't show all
12091         headers if it decodes articles; don't add coding cookie here;
12092         don't bind mm-text-coding-system-for-write.
12093         (gnus-summary-save-article-file): Save decoded articles.
12094         (gnus-summary-write-article-file): When saving many files, use
12095         gnus-summary-write-to-file first and gnus-summary-save-in-file
12096         thereafter unless gnus-prompt-before-saving is always.
12097         (gnus-summary-save-article-body-file): Save decoded articles.
12098
12099         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12100
12101 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12102
12103         * nnrss.el (nnrss-check-group): Bind hash-index.
12104
12105 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12106
12107         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12108         its hash index.  Store this hash in `nnrss-group-data'.
12109         (nnrss-read-group-data): Update accordingly.
12110
12111 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12112
12113         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12114         entry.
12115
12116         * gnus-sum.el (gnus-summary-make-menu-bar):
12117         Add gnus-article-browse-html-article.
12118
12119 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12120
12121         * gnus-sum.el (gnus-summary-mime-map):
12122         Add gnus-article-browse-html-article.
12123
12124         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12125
12126 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12127
12128         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12129         suitable coding systems in customize.
12130
12131 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12132
12133         * mail-source.el (mail-sources): Fix custom type.
12134
12135 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12136
12137         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12138         (gnus-summary-expire-articles-now): Shorten prompt.
12139
12140         * gmm-utils.el (wid-edit): Require.
12141         (defun-gmm): Rename from `gmm-defun-compat'.
12142         (gmm-image-search-load-path): Use it.
12143         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12144
12145 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * gnus-sum.el (gnus-summary-save-article-coding-system):
12148         New variable.
12149         (gnus-summary-save-article): Add optional `decode' argument.
12150         If it is set and gnus-summary-save-article-coding-system is non-nil,
12151         save decoded article.
12152         (gnus-summary-write-article-file): Save decoded article if
12153         gnus-summary-save-article-coding-system is non-nil.
12154
12155         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12156         type.
12157
12158 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12161
12162 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12165         first to test gnus-single-article-buffer which may be buffer-local.
12166
12167         * gnus-sum.el (gnus-summary-setup-buffer):
12168         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12169         group; make gnus-article-buffer, gnus-article-current, and
12170         gnus-original-article-buffer always buffer-local.
12171         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12172         group.
12173         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12174
12175 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12176
12177         * nnml.el (nnml-request-compact-group): Compressed files might not
12178         have .gz extension.
12179
12180 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12181
12182         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12183         (mm-copy-to-buffer): Use with-current-buffer.
12184         (mm-display-part): Simplify.
12185         (mm-inlinable-p): Add optional arg `type'.
12186
12187 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12188
12189         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12190         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12191         Try harder to show the attachment internally or externally using
12192         gnus-mime-view-part-as-type.
12193
12194 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12195
12196         * message.el (message-from-style, message-signature-separator)
12197         (message-user-organization-file, message-send-mail-function)
12198         (message-citation-line-function, message-yank-prefix)
12199         (message-indent-citation-function, message-signature)
12200         (message-signature-file, message-signature-insert-empty-line):
12201         Remove autoloads.
12202
12203         * gnus-art.el (gnus-buttonized-mime-types):
12204         Remove "multipart/signed".  Revert 2006-04-26 change.
12205
12206 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12207
12208         * gnus.el (gnus-version-number): Bump version.
12209
12210 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12211
12212         * gnus.el: No Gnus v0.5 is released.
12213
12214 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12215
12216         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12217         fetching articles by message-id.
12218
12219 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12220
12221         * message.el (hashcash): Require hashcash as normal.
12222
12223         * ecomplete.el (ecomplete-highlight-match-line):
12224         Use point-at-eol.
12225         (ecomplete-highlight-match-line): Use `highlight', because that
12226         face exists in both Emacs and XEmacs.
12227
12228         * message.el (message-display-abbrev): Use point-at-bol.
12229
12230         * mail-source.el: Don't require timer/timer-funcs.
12231
12232         * gnus-async.el: Ditto.
12233
12234         * password.el: Ditto.
12235
12236         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12237
12238         * mm-url.el: Ditto.
12239
12240         * gnus-xmas.el: Don't require timer-funcs.
12241
12242         * mm-util.el: Require timer/timer-funcs.
12243
12244 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12245
12246         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12247         Close.
12248
12249 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12252         unibyte after clear-decrypt function runs.
12253
12254         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12255         returns as a unibyte string.
12256
12257 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * lpath.el: Revert.
12260
12261         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12262         (pgg-gpg-process-sentinel): Revert.
12263
12264         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12265         (pgg-pgp-lookup-key): Revert.
12266
12267         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12268         (pgg-pgp5-lookup-key): Revert.
12269
12270         * pgg.el (pgg-fetch-key): Revert.
12271
12272 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * lpath.el: Fbind string-as-multibyte for XEmacs.
12275
12276         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12277         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12278         (mml1991-pgg-encrypt): Ditto.
12279
12280         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12281         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12282         a multibyte buffer.
12283
12284         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12285         (pgg-pgp-lookup-key): Ditto.
12286
12287         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12288         (pgg-pgp5-lookup-key): Ditto.
12289
12290         * pgg.el (pgg-fetch-key): Ditto.
12291
12292 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12293
12294         * message.el (message-user-organization-file): Check several
12295         locations of the organization file.
12296
12297         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12298         Add gnus-article-view-part-as-type.
12299
12300         * gnus-art.el (gnus-article-view-part-as-type): New function.
12301
12302         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12303         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12304
12305         * mml.el: Simplify autoload.
12306         (mml-mode): defvar dnd-protocol-alist instead of using
12307         symbol-value.
12308         (mml-default-directory): New variable.
12309         (mml-minibuffer-read-file): Use it.
12310         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12311
12312         * message.el (message-citation-line-format): New variable.
12313         (message-insert-formated-citation-line): New function.
12314         (message-citation-line-function):
12315         Add `message-insert-formated-citation-line' to custom type.
12316
12317         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12318         to doc string.
12319
12320         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12321         depending on mm-verify-option.
12322
12323 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12326         binding pgg-* variables; reimplement the section which prevents
12327         MIME header from being signed.
12328         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12329         pgg-text-mode; remove a blank line at the top of body.
12330
12331         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12332         lines at the top of body; use gnus-newsgroup-charset if there's no
12333         Charset header.
12334
12335 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * message.el (message-self-insert-commands): Doc fix.
12338
12339         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12340         (mm-uu-pgp-encrypted-test): Ditto.
12341         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12342         between header and body; return application/pgp-encrypted handle
12343         if decryption failed; decode decrypted body by charset.
12344
12345         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12346         element match to application/pgp-*.
12347
12348 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12349
12350         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12351         HTML.
12352
12353 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12354
12355         * mail-source.el (mail-source-call-script): Message the error
12356         string.
12357
12358 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12359
12360         * gnus-util.el (gnus-byte-compile): Use it.
12361
12362 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12363
12364         * gnus-util.el (kill-empty-logs): New function.
12365
12366 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12367
12368         * message.el (message-mail-alias-type): Doc fix.
12369         (message-mail-alias-type-p): New function.
12370         (message-send): Use it.
12371         (message-mode): Ditto.
12372         (message-strip-forbidden-properties): Ditto.
12373
12374         * ecomplete.el (ecomplete-database-file-coding-system):
12375         New variable.
12376         (ecomplete-save): Use it.
12377         (ecomplete-setup): Use it.
12378
12379 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * message.el (message-self-insert-commands): New variable.
12382         (message-strip-forbidden-properties): Use it.
12383
12384 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12385
12386         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12387         that doesn't make XEmacs choke.
12388
12389 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12390
12391         * gnus-util.el (gnus-replace-in-string):
12392         Prefer replace-regexp-in-string over of replace-in-string.
12393
12394 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12395
12396         * gnus-util.el (gnus-select-frame-set-input-focus):
12397         Use select-frame-set-input-focus if it is available in XEmacs; use
12398         definition defined in Emacs 22 for old Emacsen.
12399
12400         * dgnushack.el: Autoload unmorse-region for XEmacs.
12401
12402         * lpath.el: Bind cursor-in-non-selected-windows and
12403         select-frame-set-input-focus for XEmacs.
12404
12405 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12408
12409 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12410
12411         * gnus-registry.el (gnus-registry-cache-save): Remove text
12412         properties when saving via the temp buffer.
12413
12414 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12415
12416         * message.el (message-generate-hashcash): Honor custom type.
12417
12418 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12419
12420         * message.el (message-generate-hashcash): Default to non-nil when
12421         hashcash is found.
12422
12423         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12424         (gnus-refer-thread-limit): Increase default to 500.
12425
12426         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12427
12428         * flow-fill.el (fill-flowed): Allow delete-space.
12429
12430 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12431
12432         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12433         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12434         Remove autoloads.
12435
12436 2006-04-18  Simon Josefsson  <jas@extundo.com>
12437
12438         * message.el (message-generate-hashcash): Default to.
12439
12440 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12443         concatenating segments rather than before concatenating them.
12444
12445 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12446
12447         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12448
12449 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12450
12451         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12452
12453         * message.el (message-forward-make-body-plain):
12454         Allow message-forward-ignored-headers to be a list.
12455         (message-remove-ignored-headers): Factor out into function.
12456         (message-forward-make-body-mml): Use it.
12457
12458         * imap.el (imap-quote-specials): New function.
12459         (imap-login-auth): Quote specials.
12460
12461         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12462         (rfc2231-parse-string): Allow concatanation of parameters that
12463         aren't contiguous.  The test case is
12464           (mail-header-parse-content-type "message/external-body;
12465             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12466             access-type=LOCAL-FILE;
12467             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12468
12469 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12470
12471         * nntp.el (nntp-accept-process-output): Return the value of
12472         `nnheader-accept-process-output'.
12473
12474 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12475
12476         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12477         (gnus-button-alist): Recognize more diff formats.
12478         (gnus-button-patch): Strip directory.
12479
12480 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12481
12482         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12483         Emacs 22 when setting focus.
12484
12485 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12486
12487         * gnus-art.el (gnus-article-treat-types): Do treatment of
12488         text/x-verbatim parts.
12489         (gnus-button-patch): New command.
12490
12491         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12492         addresses that contain invalid characters.
12493
12494 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12495
12496         * message.el (message-put-addresses-in-ecomplete):
12497         Use gnus-replace-in-string.
12498         (message-is-yours-p): Use the more correct
12499         mail-header-parse-address instead of
12500         mail-extract-address-components.
12501         (message-put-addresses-in-ecomplete): Fix typo.
12502
12503         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12504         keystroke.
12505
12506         * gnus-art.el (gnus-treatment-function-alist): Change order of
12507         newsgroups/generic header folding to avoid double-folding.
12508
12509         * message.el (message-hidden-headers): Add X-Draft-From.
12510
12511         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12512         New command.
12513         (gnus-summary-repeat-search-article-backward): New command.
12514
12515         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12516         groups in the parent topic.
12517
12518 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12519
12520         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12521         (spam-extra-header-to-number): Return the CRM114 number as a
12522         number instead of a string.
12523
12524 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12525
12526         * gnus-art.el (gnus-face-properties-alist): Move here from
12527         gnus-fun.
12528
12529         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12530
12531 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12532
12533         * message.el (message-strip-forbidden-properties): Only display on
12534         self-insert-command.
12535
12536         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12537         reindent.
12538         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12539
12540 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12541
12542         * smiley.el (smiley-style): Fix typo.
12543
12544 2006-03-23  Kenichi Handa  <handa@m17n.org>
12545
12546         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12547         instead of set-buffer-multibyte.
12548
12549 2006-03-23  Kenichi Handa  <handa@m17n.org>
12550
12551         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12552         buffer and then decode the buffer text if necessary.
12553         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12554         first, and after mm-encode-body, change the buffer to unibyte.
12555
12556 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12557
12558         * hashcash.el (hashcash-insert-payment-async-2):
12559         Use message-goto-eoh instead of doing it manually.
12560         (mail-add-payment): Use message-narrow-to-header instead of trying
12561         to do the same itself.
12562
12563         * message.el (message-hidden-headers): Add Face.
12564
12565         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12566         reparenting code.
12567         (gnus-summary-reparent-children): Refactored out code.
12568         (gnus-summary-thread-map): New keystroke.
12569         (gnus-summary-reparent-children): Make into command.
12570
12571         * smiley.el (smiley-style): Default to `medium' if using a large
12572         font.
12573
12574         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12575         does it itself.
12576
12577         * message.el (message-point-in-header-p): Simplify definition.
12578
12579 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12580
12581         * nnagent.el (nnagent-request-set-mark): Silence log file
12582         writing.
12583         (nnagent-request-set-mark): Use write-region instead of
12584         append-to-file.
12585
12586         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12587         strange select method.
12588
12589         * ecomplete.el (ecomplete-display-matches): Get highlightling
12590         right.
12591         (ecomplete-display-matches): Use literals.
12592         (ecomplete-display-matches): Disable message logging.
12593
12594         * message.el (message-display-abbrev): Small optimization.
12595
12596         * ecomplete.el (ecomplete-display-matches): Allow automatic
12597         display.
12598
12599         * message.el (message-strip-forbidden-properties):
12600         Display abbrevs.
12601         (message-display-abbrev): Get automatic display right.
12602
12603         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12604         keystrokes.
12605
12606 2006-04-13  Romain Francoise  <romain@orebokech.com>
12607
12608         TODO: Backport to v5-10!
12609
12610         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12611         Move here (and rename) from gnus-registry.el.
12612
12613         * gnus-registry.el: Require gnus-util.
12614         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12615
12616 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12617
12618         * gnus-group.el (gnus-group-catchup-current):
12619         Change if-then-else-if-then-else into cond.
12620         (gnus-group-catchup): Indent.
12621         (group-name-at-point): New function.
12622         (gnus-fetch-group): Provide default from thing at point.
12623
12624 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12625
12626         * message.el (message-display-abbrev): Fix regexp.
12627
12628         * ecomplete.el (ecomplete-highlight-match-line):
12629         Reimplement choosing.
12630         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12631         dead variables.
12632
12633         * message.el (message-newline-and-indent): Remove debugging.
12634         (message-display-abbrev): Use new implementation.
12635
12636 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12637
12638         * gnus-art.el (gnus-article-mode):
12639         Set cursor-in-non-selected-windows to nil.
12640
12641         * smiley.el: Revert previous change.
12642         (smiley-data-directory): defvar it before using it in the
12643         defcustom of `smiley-style'.
12644
12645 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12646
12647         * message.el (message-newline-and-indent): New function.
12648
12649         * ecomplete.el: Implement more bits.
12650
12651         * message.el (message-put-addresses-in-ecomplete): Clean up the
12652         string.
12653
12654         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12655
12656         * gnus-sum.el (gnus-summary-save-parts):
12657         Bind gnus-summary-save-parts-counter and use it to make unique file
12658         names.
12659
12660         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12661
12662         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12663         parameter to say whether to actually parse the individual
12664         addresses.
12665
12666         * message.el (message-put-addresses-in-ecomplete): New function.
12667         (ecomplete): Require.
12668         (message-mail-alias-type): Add ecomplete as an option.
12669
12670 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12671
12672         * flow-fill.el (fill-flowed): Remove trailing space from blank
12673         quoted lines.
12674
12675 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12676
12677         * smiley.el (smiley-style): Move definition later to avoid a
12678         compilation warning.
12679
12680 2006-04-12  Kenichi Handa  <handa@m17n.org>
12681
12682         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12683         buffer and then decode the buffer text if necessary.
12684         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12685         first, and after mm-encode-body, change the buffer to unibyte.
12686         Use mm-disable-multibyte instead of set-buffer-multibyte.
12687
12688 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12691         Content-Type header instead of Content-Disposition header.
12692         (gnus-mime-inline-part): Ditto.
12693         (gnus-mime-view-part-as-charset): Ignore charset that the part
12694         specifies.
12695
12696         * mm-decode.el (mm-display-part): Work with external parts and
12697         usual parts similarly.
12698
12699         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12700         instead of gnus-display-mime.
12701
12702         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12703         instead of with-temp-buffer.
12704
12705         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12706         tag to summarized topics part in order to encode non-ASCII text.
12707
12708 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12709
12710         * smiley.el (smiley-style): New variable.
12711         (smiley-directory): New function.
12712         (smiley-data-directory): Derive from `smiley-style' using
12713         `smiley-directory'.
12714         (smiley-regexp-alist): Add new entries.
12715
12716         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12717         (gnus-article-browse-delete-temp): Add :version.
12718
12719 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12720
12721         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12722         the sieve region.
12723
12724 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12725
12726         * gnus.el (gnus-version-number): Bump version.
12727
12728 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12729
12730         * gnus.el: No Gnus v0.4 is released.
12731
12732 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12733
12734         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12735         layout.
12736
12737         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12738         unknown charset.
12739
12740         * message.el (message-header-synonyms): Add Original-To to the
12741         default.
12742
12743         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12744         optional parameter.
12745
12746 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12747
12748         * gnus-fun.el (gnus): Require it for gnus-directory.
12749
12750 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12751
12752         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12753
12754 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12755
12756         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12757
12758 2006-04-05  Simon Josefsson  <jas@extundo.com>
12759
12760         * password.el (password-reset): New function.
12761
12762 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12763
12764         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12765         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12766
12767 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12768
12769         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12770         Some whitespace was matched into the url, which broke browsing hits
12771         > 100 when mm-url-use-external was nil.
12772
12773 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12776         Check gnus-extra-headers for 'Newsgroups.
12777
12778         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12779         bound.
12780
12781 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12782
12783         * pgg-gpg.el: Clean up process buffers every time gpg processes
12784         complete.
12785
12786 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12787
12788         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12789         doc string.
12790
12791 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12792
12793         * pgg-gpg.el (pgg-gpg-process-filter)
12794         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12795
12796         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12797         lines, temporary fix.
12798
12799 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12800
12801         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12802
12803 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12804
12805         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12806         default-enable-multibyte-characters.  This reverts the change from
12807         revision 6.17 which is no longer necessary because the passphrase
12808         is sent separately now.  GnuPG messages are unreadable under
12809         multibyte locales with default-enable-multibyte-characters set to
12810         nil.
12811
12812 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12813
12814         * message.el (message-tool-bar-gnome): Move "spell".
12815
12816 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12817
12818         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12819         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12820         instead.
12821
12822 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12823
12824         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12825         Improve newsgroups handling for NNTP overviews which don't include
12826         Newsgroups.
12827
12828 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12829
12830         * message.el (message-resend): Bind message-generate-hashcash to nil.
12831
12832 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12833
12834         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12835         when searching for already-paid recipients.
12836
12837 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12838
12839         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12840         passphrases when it is not needed.
12841         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12842         passphrase stuff from gpg, should only be necessary when you use
12843         gpg with a smartcard.
12844
12845 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * mml.el (mml-insert-mime): Ignore cached contents of
12848         message/external-body part.
12849
12850         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12851         (mm-insert-part): Ditto.
12852
12853 2006-03-23  Simon Josefsson  <jas@extundo.com>
12854
12855         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12856         Reiner.
12857         (pgg-gpg-use-agent-p): Use it again.
12858
12859 2006-03-23  Simon Josefsson  <jas@extundo.com>
12860
12861         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12862         older emacsen.
12863         (pgg-gpg-use-agent-p): Don't use it.
12864
12865 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12866
12867         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12868         if we can.
12869
12870 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12871
12872         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12873         (pgg-gpg-update-agent): New function.
12874         (pgg-gpg-use-agent-p): New function.
12875         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12876         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12877         (pgg-gpg-sign-region): Use it.
12878
12879 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12882         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12883
12884 2006-03-21  Simon Josefsson  <jas@extundo.com>
12885
12886         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12887         <wilde@sha-bang.de>.
12888         (pgg-gpg-use-agent): New variable.
12889         (pgg-gpg-process-region): Use it.
12890         (pgg-gpg-encrypt-region): Likewise.
12891         (pgg-gpg-encrypt-symmetric-region): Likewise.
12892         (pgg-gpg-decrypt-region): Likewise.
12893         (pgg-gpg-sign-region): Likewise.
12894         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12895
12896 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12897
12898         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12899
12900         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12901         Add comment on version.
12902
12903 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12904
12905         * smiley.el: Add missing test smiley.
12906
12907 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * mm-decode.el (mm-with-part): New macro.
12910         (mm-get-part): Use it; work with message/external-body as well.
12911         (mm-save-part): Treat name and filename equally.
12912
12913         * mm-extern.el (mm-extern-cache-contents): New function.
12914         (mm-inline-external-body): Use it; force the part to be displayed;
12915         move undisplayer added to the cached handle to the parent.
12916
12917         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12918         (gnus-mime-view-part-as-type): Work with message/external-body.
12919
12920         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12921
12922 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12923
12924         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12925         images in image-load-path.  [Sync with image.el, revision 1.60, in
12926         Emacs.]
12927
12928 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12931         path rather than symbol.  Always return list of directories.
12932         Guarantee that image directory comes first.  [Sync with image.el,
12933         revision 1.59, in Emacs.]
12934
12935         * message.el (message-make-tool-bar): Adjust to new API of
12936         `gmm-image-load-path-for-library'.
12937
12938         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12939
12940         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12941
12942 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12943
12944         * gnus-art.el (gnus-article-only-boring-p):
12945         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12946         intangible text.
12947         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12948
12949 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12950
12951         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12952         Use `defun' instead of `gmm-defun-compat'.
12953
12954 2006-03-14  Simon Josefsson  <jas@extundo.com>
12955
12956         * message.el (message-unique-id): Don't use message-number-base36
12957         if (user-uid) is a float.
12958         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12959
12960 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12963
12964         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12965         empty line between a part and a message part.
12966
12967 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12968
12969         * smiley.el: Add more test smileys.
12970         (smiley-data-directory, smiley-regexp-alist)
12971         (gnus-smiley-file-types): Fix doc strings.
12972         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12973         adding new elements.
12974         (smiley-mouse-map): Unused code.  Make it a comment.
12975
12976 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12979         scan latest NoCeM messages instead of old ones.
12980         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12981         delimiters that are recently used.
12982         (gnus-nocem-load-cache): Add autoload cookie.
12983
12984         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12985
12986         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12987         level which is larger than gnus-use-nocem is specified.
12988
12989         * gnus-group.el (gnus-group-get-new-news): Ditto.
12990
12991 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12992
12993         * gnus-util.el (gnus-tool-bar-update): New function.
12994
12995         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12996         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12997
12998         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12999
13000         * gnus-group.el (gnus-group-redraw-when-idle)
13001         (gnus-group-redraw-check): Remove.
13002         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13003
13004 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13007         if optional last element is specified in splits (FIELD VALUE...).
13008
13009 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13010
13011         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13012         to gmm-image-load-path-for-library.  Call with no-error argument.
13013         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13014
13015         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13016
13017         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13018
13019         * gmm-utils.el (gmm-image-load-path): Remove alias.
13020
13021 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * gmm-utils.el (gmm-image-load-path): Add alias.
13024
13025         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13026         nnml-generate-nov-databases-1.
13027         (nnml-generate-nov-databases): Use it.
13028         (nnml-generate-nov-databases-directory): Document no-active
13029         argument.
13030
13031         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13032         directory if path is t.  Add no-error.
13033
13034         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13035         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13036
13037         * gnus-art.el (gnus-article-browse-delete-temp-files):
13038         Simplify resetting gnus-article-browse-html-temp-list.
13039
13040         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13041         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13042         Add example to docstring.  Rename local variables.  Move error
13043         checks to default case in cond and simplify.
13044
13045 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13046
13047         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13048         handle is multipart when calling it recursively.
13049         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13050
13051 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13052
13053         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13054         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13055
13056 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13059         is loaded.
13060
13061         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13062         loaded.
13063
13064 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13065
13066         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13067         to "Emacs 23 (unicode)" in doc string.
13068
13069         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13070         "Emacs 23 (unicode)" in comment.
13071
13072 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13075
13076         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13077         characters 160 through 255 in Emacs 23.
13078
13079 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13080
13081         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13082         gnus-article-browse-html-temp.
13083         (gnus-article-browse-delete-temp): Make it customizable.
13084         Add `file'.  Adjust doc string.
13085         (gnus-article-browse-delete-temp-files): Add argument.
13086         Allow query for each file.  Adjust doc string.
13087         (gnus-article-browse-html-parts):
13088         Add `gnus-article-browse-delete-temp-files' to
13089         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13090
13091 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13092
13093         * gnus-art.el (gnus-article-browse-html-temp)
13094         (gnus-article-browse-delete-temp): New variables.
13095         (gnus-article-browse-delete-temp-files): New function.
13096         (gnus-article-browse-html-parts): Use it.
13097
13098 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13099
13100         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13101
13102         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13103         string.
13104
13105         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13106         gnus-summary-insert-new-articles when unplugged.
13107         Remove gnus-summary-search-article-forward.
13108
13109         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13110         display-visual-class instead of display-color-cells.
13111
13112 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * dgnushack.el: Autoload customize-group for XEmacs.
13115
13116         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13117         message/* containing non-ASCII text properly.
13118
13119 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13120
13121         * message.el: Require gmm-utils, remove autoloads.
13122         (message-tool-bar): Set default based on
13123         gmm-tool-bar-style.
13124         (message-tool-bar-gnome): Add gmm-customize-mode.
13125
13126         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13127         gmm-tool-bar-style.
13128         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13129
13130         * gnus-group.el (gnus-group-tool-bar): Set default based on
13131         gmm-tool-bar-style.
13132         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13133
13134         * gmm-utils.el (gmm-image-directory): Rename variable from
13135         gmm-image-load-path.
13136         (gmm-image-load-path): Use gmm-image-directory.
13137         (gmm-customize-mode): New function.
13138         (gmm-tool-bar-style): New variable.
13139
13140         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13141         gnus-group-redraw-line-number.
13142         (gnus-group-redraw-check): Simplify.
13143         (gnus-group-tool-bar-update): Remove redraw check.
13144         (gnus-group-make-tool-bar): Add redraw check.
13145
13146 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13147
13148         * gnus-art.el (gnus-button): Add missing parentheses.
13149
13150 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * lpath.el: Fbind line-number-at-pos.
13153
13154 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13157
13158 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13159
13160         * gnus-art.el (gnus-button): New face.
13161         (gnus-article-button-face): Use it.
13162
13163         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13164         Add gnus-summary-next-page.  Re-order.
13165
13166         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13167         next-node are now included.
13168         (gnus-group-redraw-line-number): New internal variable.
13169         (gnus-group-redraw-check): Helper function for updating the tool
13170         bar.
13171         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13172
13173         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13174
13175         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13176         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13177         Use it to match format of Spamassassin 3.0 and later.
13178         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13179         (spam-check-bogofilter)
13180         (spam-bogofilter-register-with-bogofilter): Fix args of
13181         `gnus-error' calls.
13182
13183 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13184
13185         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13186         unnecessary interaction when sending queued mails.
13187         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13188
13189 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13190
13191         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13192         first or last are nil.
13193
13194 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13195
13196         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13197
13198 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13199
13200         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13201
13202 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13203
13204         * dns.el (query-dns): Protect more against buggy tcp output.
13205
13206 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13207
13208         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13209         nov.php.
13210
13211 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13212
13213         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13214         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13215         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13216         output on the server side.
13217         (nnweb-google-create-mapping): Update regexps and add some
13218         progress indication.
13219
13220 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * gnus-group.el (gnus-group-tool-bar-gnome):
13223         Fix gnus-agent-toggle-plugged.  Re-order icons.
13224         (gnus-group-tool-bar-gnome):
13225         Add gnus-group-{prev,next}-unread-group.
13226         (gnus-group-tool-bar-gnome): Re-order icons.
13227
13228         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13229         Move gnus-summary-insert-new-articles.
13230
13231         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13232         Fix comments.
13233
13234         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13235         also available in Emacs 21.3.
13236
13237         * message.el (message-fix-before-sending): Change "Emacs 22" to
13238         "Emacs 23 (unicode)" in comment.
13239
13240         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13241         "Emacs 23 (unicode)" in comment.
13242
13243         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13244         comment.
13245         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13246
13247         * mm-view.el (mm-fill-flowed): Add :version.
13248
13249 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13250
13251         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13252         and load-path.
13253
13254 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13255
13256         * message.el: Autoload gmm-image-load-path.
13257         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13258         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13259         consitency.
13260
13261         * gmm-utils.el (gmm-image-load-path): Also search in
13262         "../etc/images".  Don't set gmm-image-load-path if we don't find
13263         the image.
13264
13265 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * gmm-utils.el (gmm-image-load-path): Don't make
13268         `gmm-image-load-path' include subdirectories which the second arg
13269         `image' might specify.
13270
13271         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13272         subdirectory to icon file names.
13273
13274         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13275
13276 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13277
13278         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13279         gmm-image-load-path calls.
13280
13281         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13282
13283         * message.el (message-make-tool-bar): Ditto.
13284
13285         * mml.el (mml-preview): Add comment concerning tool bar icons.
13286
13287         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13288         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13289
13290         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13291         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13292
13293         * message.el (message-tool-bar-gnome): Use new icon names.
13294         (message-make-tool-bar): Use `gmm-image-load-path'.
13295
13296         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13297         New functions from MH-E.
13298         (gmm-image-load-path): New variable from MH-E.
13299         (gmm-image-load-path): New function from MH-E.  Add arguments
13300         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13301         *-image-load-path-called-flag.
13302
13303 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13304
13305         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13306
13307 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13308
13309         * nnimap.el (nnimap-request-move-article): Change folder back to
13310         source group before deleting.
13311
13312 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13313
13314         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13315
13316         * gnus-art.el (mm-url-insert-file-contents-external):
13317         Autoload mm-url.
13318
13319         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13320
13321 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13322
13323         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13324         coding system which mm-charset-to-coding-system returns for a
13325         given charset is valid.
13326
13327 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13328
13329         * html2text.el (html2text-remove-tag-list):
13330         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13331
13332 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13333
13334         * gnus-cus.el: Revert 2005-10-17 change.
13335
13336 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * gnus-art.el (article-strip-banner):
13339         Call article-really-strip-banner only when the regexp match is made.
13340
13341 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * gnus-art.el (article-strip-banner):
13344         Use gnus-extract-address-components instead of
13345         mail-header-parse-addresses to make it work with non-ASCII text;
13346         remove mail-encode-encoded-word-string.
13347
13348         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13349         values which are surrounded with \"...\"; make it never cause a
13350         Lisp error; give up parsing of parameters if it failed in
13351         extracting type.
13352
13353 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13354
13355         * smime.el (smime-cert-by-ldap-1): Fix bug where
13356         `smime-ldap-search' returns results without userCertificates.
13357
13358 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13361
13362 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13363
13364         * spam.el (spam-check-spamassassin-headers): Adapt format for
13365         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13366         <ari@mbf.ocn.ne.jp>.
13367         (spam-list-of-processors): Add spam-use-gmane.
13368
13369 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13372         make-temp-file; make it work with XEmacs as well.
13373
13374         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13375         mm-make-temp-file.
13376
13377         * mm-decode.el (mm-display-external): Use the 3rd arg of
13378         mm-make-temp-file.
13379         (mm-create-image-xemacs): Ditto.
13380
13381 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13384         with message-narrow-to-headers.
13385         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13386         (gnus-draft-check-draft-articles): New function.
13387         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13388
13389 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13390
13391         * gnus-art.el (gnus-article-browse-html-parts):
13392         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13393         Don't use suffix argument for mm-make-temp-file for Emacs 21
13394         compatibility.  Remove useless `format'.
13395
13396 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13397
13398         * nnweb.el (nnweb-google-wash-article): Update regexps.
13399         (nnweb-group-alist): Use defvoo instead of defvar.
13400
13401 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13404         re-loading nn* modules.
13405
13406 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13409         for `tool-bar-mode' and don't check it's default-value.
13410
13411         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13412
13413         * message.el (message-make-tool-bar): Ditto.
13414
13415         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13416         `substring'.  Shorten tmp-file name.
13417
13418         * gnus.el: Remove bogus comment.
13419
13420 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13421
13422         * gnus-art.el (gnus-article-browse-html-parts): New function.
13423         (gnus-article-browse-html-article): New function for viewing html
13424         articles with a browser.
13425
13426 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13427
13428         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13429         in elisp.
13430         (pgg-gpg-encrypt-symmetric-region): Ditto.
13431         (pgg-gpg-sign-region): Ditto.
13432
13433         * pgg-def.el (pgg-text-mode): New variable.
13434
13435         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13436         (mml2015-pgg-encrypt): Ditto.
13437
13438         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13439         (mml1991-pgg-encrypt): Ditto.
13440
13441 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13442
13443         * nnfolder.el (nnfolder-insert-newsgroup-line):
13444         Use message-make-date instead of current-time-string.
13445
13446         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13447         to gnus-decoded which mm-uu might set.
13448
13449 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13452         don't decode quoted parameters; remove misimported Emacs code.
13453         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13454         (rfc2231-decode-encoded-string): Don't use split-string which
13455         behaves differently according to Emacs version; use
13456         mm-decode-coding-region to convert charset to coding-system.
13457         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13458         (rfc2231-encode-string): Remove misimported Emacs code.
13459
13460 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13463         when calling mail-header-parse-content-type.
13464         (article-de-quoted-unreadable): Ditto.
13465         (article-de-base64-unreadable): Ditto.
13466         (article-wash-html): Ditto.
13467
13468         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13469         calling mail-header-parse-content-type and
13470         mail-header-parse-content-disposition.
13471         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13472         mail-header-parse-content-type.
13473
13474         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13475         insert charset and format parameters; encode description after
13476         inserting it to buffer.
13477         (mml-insert-parameter): Fold lines properly even if a parameter is
13478         segmented into two or more lines; change the max column to 76.
13479
13480         * rfc1843.el (rfc1843-decode-article-body): Don't use
13481         ignore-errors when calling mail-header-parse-content-type.
13482
13483         * rfc2231.el (rfc2231-parse-string): Return at least type if
13484         possible; don't cause an error even if it fails in parsing of
13485         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13486         (rfc2231-encode-string): Don't break lines at the beginning, leave
13487         it to mml-insert-parameter.
13488
13489         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13490         calling mail-header-parse-content-type.
13491
13492 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13493
13494         * spam-report.el (spam-report-gmane-use-article-number):
13495         Improve doc string.
13496         (spam-report-gmane-internal): Check if a suitable header was found
13497         in the article.
13498
13499 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13502         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13503
13504 2006-02-05  Romain Francoise  <romain@orebokech.com>
13505
13506         Update copyright notices of all files in the gnus directory.
13507
13508 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13509
13510         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13511
13512 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13515         segmented lines of parameter value to cope with Thunderbird 1.5
13516         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13517         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13518         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13519
13520 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13521
13522         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13523         parts.
13524
13525 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13526
13527         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13528         there's only one active file for all servers.
13529         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13530         solid groups.  Gnus might have used a FAST request to select the group.
13531         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13532         and nnweb-search redundantly in the active file.
13533         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13534         (nnweb-request-create-group): Don't use ARGS.
13535         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13536         initialisations.  Let nnoo do the work.
13537
13538 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13541         Say the part has been decoded.
13542
13543         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13544
13545 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13546
13547         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13548         mailcap-viewer-test-cache when there's no 'test clause, since that
13549         will invert the meaning of a "nil" test previously determined by
13550         mailcap-mailcap-entry-passes-test.
13551
13552 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13555         compiling.
13556
13557         * gnus-sum.el: Ditto.
13558
13559         * message.el: Don't bind tool-bar-map when compiling.
13560
13561 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13562
13563         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13564
13565 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13566
13567         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13568         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13569         current Google Groups.
13570
13571 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13572
13573         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13574         and tool-bar-mode.
13575
13576         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13577         and tool-bar-mode.
13578
13579         * message.el (message-tool-bar-update): Simplify.
13580         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13581
13582         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13583         gnus-summary-buffer.
13584         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13585         gnus-summary-reply.
13586
13587         * gmm-utils.el (gmm): Add :version.
13588
13589 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * Makefile.in (clean): New rule.
13592         (distclean): Use it.
13593
13594 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13595
13596         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13597         Don't autoload.
13598
13599 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * gmm-utils.el (gmm-verbose): Add :group.
13602
13603 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13604
13605         * message.el: Change some comments WRT tool-bars.
13606
13607         * gnus-sum.el (gnus-summary-tool-bar)
13608         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13609         (gnus-summary-tool-bar-zap-list): New variables.
13610         (gnus-summary-make-tool-bar): Complete rewrite using
13611         `gmm-tool-bar-from-list'.
13612
13613         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13614         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13615         New variables.
13616         (gnus-group-make-tool-bar): Complete rewrite using
13617         `gmm-tool-bar-from-list'.
13618         (gnus-group-tool-bar-update): New function.
13619
13620         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13621
13622 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13623
13624         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13625         is dissected into a single part of which the type is the same as
13626         the given one; decode charset.
13627
13628 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13629
13630         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13631         into alists as symbol not string, since that's what
13632         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13633         look for.
13634
13635 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13636
13637         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13638         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13639
13640         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13641
13642 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13645         (gnus-xmas-mime-security-button-menu): New function.
13646
13647         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13648         (gnus-mime-security-button-menu): New definition.
13649         (gnus-mime-security-button-map): Use them.
13650         (gnus-mime-security-button-menu): New function.
13651         (gnus-insert-mime-security-button): Addition to help echo.
13652         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13653         (gnus-mime-security-pipe-part): New functions.
13654
13655         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13656         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13657
13658         * mm-decode.el (mm-handle-set-disposition): Remove.
13659         (mm-handle-set-description): Remove.
13660
13661 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13664         (mm-w3m-standalone-supports-m17n-p): New function.
13665         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13666         w3m usage.
13667
13668         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13669         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13670
13671 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13672
13673         * message.el (message-tool-bar-zap-list):
13674         Use gmm-tool-bar-zap-list as custom type.
13675         (message-tool-bar-update): New function.
13676         (message-tool-bar, message-tool-bar-gnome)
13677         (message-tool-bar-retro): Add message-tool-bar-update.
13678         (message-tool-bar-gnome): Add flyspell-buffer.
13679
13680         * gnus-util.el (gnus-error): Describe `args'.
13681
13682         * gmm-utils.el (gmm-error): Describe `args'.
13683         (gmm-tool-bar-zap-list): New widget.
13684         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13685
13686 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13689         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13690         the number of recursive calls.
13691
13692         * mm-decode.el (mm-handle-set-disposition): New macro.
13693         (mm-handle-set-description): New macro.
13694
13695 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13698         encoding.
13699
13700 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13701
13702         * message.el (message-tool-bar-zap-list, message-tool-bar)
13703         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13704         (message-tool-bar-local-item-from-menu): Remove.
13705         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13706         (message-make-tool-bar): New function.
13707         (message-mode): Use `message-make-tool-bar'.
13708
13709         * gmm-utils.el: New file.
13710         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13711         (gmm-lazy): New widget copied from `nnmail.el'.
13712         (gmm-tool-bar-from-list): New function for creating customizable
13713         tool bars.
13714         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13715         output.
13716         (gmm): Add :prefix to defgroup.
13717
13718 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13719
13720         * gmm-utils.el (gmm-widget-p): New function.
13721
13722 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13723
13724         * mml.el (mml-attach-file): Describe `description' in doc string.
13725         (mml-menu): Add Emacs MIME manual and PGG manual.
13726
13727 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13728
13729         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13730
13731 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13732
13733         * nntp.el (nntp-end-of-line): Doc fix.
13734
13735 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13736
13737         * imap.el (imap-open): Handle case where buffer is a buffer
13738         object.
13739
13740 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13741
13742         * gnus-delay.el (gnus-delay): Don't autoload.
13743         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13744         to be re-loaded when customizing the `gnus-delay' group.
13745
13746 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13747
13748         * message.el (message-insert-citation-line): Use newlines.
13749
13750 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13751
13752         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13753         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13754         these routines, so the passphrase can be managed externally and
13755         passed in to the system.
13756         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13757         pgg-add-passphrase-to-cache function.
13758
13759         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13760         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13761         these routines, so the passphrase can be managed externally and
13762         passed in to the system.
13763         (pgg-pgp5-sign-region): Use new name of
13764         pgg-add-passphrase-to-cache function.
13765
13766 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13767
13768         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13769         part of the decoded armor to find the key-identifier.
13770         (pgg-gpg-lookup-key-owner): New function to return the
13771         human-readable identifier of a key owner.
13772         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13773         itself.
13774         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13775         the key value) if we have a key and can match it against a secret
13776         key.  Also, added a note pointing out fact that the prompt only
13777         indicates the first matching key.
13778
13779         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13780         pgg-decrypt-region.
13781         (pgg-add-passphrase-to-cache): Rename from
13782         `pgg-add-passphrase-cache' to reduce confusion (all callers
13783         changed).
13784         (pgg-remove-passphrase-from-cache): Rename from
13785         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13786         changed).
13787         (pgg-read-passphrase, pgg-add-passphrase-cache)
13788         (pgg-remove-passphrase-cache): Add informative docstrings.
13789         (pgg-decrypt): Convey provided passphrase in subordinate call to
13790         pgg-decrypt-region.
13791
13792 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13793
13794         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13795         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13796         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13797         'passphrase' argument, so the passphrase can be managed externally
13798         and then passed in to the system.
13799
13800         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13801         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13802         so the passphrase cache can be used reliably with identifiers
13803         besides a pgp packet's key id.
13804
13805         * pgg-gpg.el (pgg-gpg-encrypt-region)
13806         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13807         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13808         these routines, so the passphrase can be managed externally and
13809         passed in to the system.
13810
13811         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13812         'notruncate' argument, so the passphrase cache can be used
13813         reliably with identifiers besides a pgp packet's key id.
13814
13815 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13816
13817         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13818         symmetric encryption.
13819         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13820         encrypted session key.
13821         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13822         message ask for the passphrase in a proper way.
13823
13824         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13825         New user commands for symmetric encryption.
13826
13827 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13830
13831         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13832
13833 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13834
13835         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13836
13837 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * mm-decode.el (mm-inlined-types): Add application/pgp.
13840         (mm-automatic-display): Ditto.
13841
13842         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13843         part as text.
13844
13845 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13846
13847         * nnrss.el: Update copyright.
13848         (nnrss-opml-import): Query whether to subscribe to each entry.
13849
13850         * gnus-art.el:
13851         * gnus-sum.el:
13852         * gnus-xmas.el:
13853         * messagexmas.el:
13854         * mm-uu.el:
13855         * mm-view.el: Update copyright.
13856
13857 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13858
13859         * message.el (message-info): New function.
13860         (message-mode-menu): Add it.
13861         Update copyright.
13862
13863         * ChangeLog: Fix and update copyright.
13864
13865 2006-01-13  Romain Francoise  <romain@orebokech.com>
13866
13867         * message.el (message-forward-subject-name-subject): Prefer the
13868         address to 'nowhere' if the sender has no name.
13869         Fix typo.  Update copyright year.
13870
13871 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * gnus-art.el (article-wash-html):
13874         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13875         (gnus-article-wash-html-with-w3m-standalone): New function.
13876
13877         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13878         mm-inline-text-html-render-with-w3m-standalone.
13879         (mm-text-html-washer-alist): Map w3m-standalone to
13880         gnus-article-wash-html-with-w3m-standalone.
13881         (mm-inline-text-html-render-with-w3m-standalone): New function.
13882
13883 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13884
13885         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13886         Improve LaTeX.
13887
13888 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13891         (nnrss-request-article): Render text/plain parts as HTML.
13892
13893         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13894         the buffer.
13895
13896 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13897
13898         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13899         custom definition of `gnus-posting-styles'.
13900
13901         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13902         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13903
13904 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13905
13906         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13907         Use nntp for bug archive.
13908
13909 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13910
13911         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13912         parts.
13913         (nnrss-normalize-date): New function converts ISO 8601 date into
13914         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13915         (nnrss-check-group): Use it.
13916
13917 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13920
13921         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13922         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13923         (nnrss-insert-w3): Ditto.
13924
13925 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13926
13927         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13928         the articles to be forwarded including the case where neither a
13929         number of articles nor a region is specified.
13930
13931 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * nnrss.el (nnrss-request-article): Fix last change; fill
13934         text/plain parts.
13935
13936 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13939         in text/plain part.
13940         (nnrss-check-group): Don't add excessive newline to dc:subject.
13941
13942 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13943
13944         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13945         article.
13946
13947 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13948
13949         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13950         (nnml-use-compressed-files, nnml-save-mail): Support other
13951         comression programs such as bzip2.
13952
13953 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13954
13955         * dns.el (query-dns): Make sure we check the buffer size before
13956         removing tcp headers.
13957
13958 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13961         remove MIME buttons associated with multipart/alternative parts.
13962         (gnus-mime-display-alternative): Tag buttons using `article-type'
13963         text property.
13964
13965         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13966         associated with multipart/alternative parts.
13967
13968         * gnus-art.el (gnus-signature-separator): Fix custom type.
13969
13970         * mm-decode.el (mm-inlined-types): Fix custom type.
13971         (mm-keep-viewer-alive-types): Ditto.
13972         (mm-automatic-display): Ditto.
13973         (mm-attachment-override-types): Ditto.
13974         (mm-inline-override-types): Ditto.
13975         (mm-automatic-external-display): Ditto.
13976
13977 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13978
13979         * spam-report.el (spam-report-user-mail-address)
13980         (spam-report-user-agent): New variables.
13981         (spam-report-url-ping-plain): Use spam-report-user-agent.
13982
13983 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13984
13985         * gnus-art.el (gnus-button-handle-custom): Do not just use
13986         `customize-apropos' for any "M-x customize-*" button but the
13987         function called for.  Accept both the function name and its
13988         argument in order to achieve this.
13989         (gnus-button-alist): Remove support for "custom:" URL's.
13990         Pass function name to `gnus-button-handle-custom' in case of "M-x
13991         customize-*" buttons.
13992
13993 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13996         multipart/alternative and add xref to mm-discouraged-alternatives
13997         in doc string.
13998
13999         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14000         gnus-buttonized-mime-types in doc string.
14001
14002 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14003
14004         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14005         Suggest image/.* in the doc string.
14006
14007 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14008
14009         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14010         message-marks (Debian bug #342521).
14011
14012 2005-12-12  Simon Josefsson  <jas@extundo.com>
14013
14014         * password.el (password-read-from-cache): Add.
14015         (password-read): Use it.
14016
14017 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * rfc2047.el (rfc2047-charset-to-coding-system):
14020         Recognize us-ascii as a MIME charset.
14021
14022         * mm-bodies.el (mm-decode-content-transfer-encoding):
14023         Protect against the case where the 2nd arg TYPE is nil.
14024
14025 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14026
14027         * pop3.el (pop3-stream-type): Fix custom version.
14028
14029         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14030
14031 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14032
14033         * mm-decode.el (mm-display-external): Add missing cdr.
14034
14035 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14038         RFC1524) if it is in mailcap or add a suffix according to
14039         mailcap-mime-extensions when generating a temp filename; postpone
14040         deleting a temp file for 2 seconds for some wrappers, shell
14041         scripts, and so on, which might exit right after having started a
14042         viewer command as a background job.
14043
14044 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14045
14046         * nntp.el (nntp-marks-directory): Fix custom group.
14047
14048         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14049         steps when < 10.
14050
14051         * gnus-start.el (gnus-no-server-1):
14052         Mention `gnus-level-default-subscribed' in doc string.
14053
14054 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14055
14056         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14057         parens.
14058
14059 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * gnus-xmas.el (gnus-use-toolbar): Revert.
14062         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14063         gnus-use-toolbar is default.
14064
14065         * messagexmas.el (message-use-toolbar): Revert.
14066         (message-setup-toolbar): Use global default-toolbar if
14067         message-use-toolbar is default.
14068
14069 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14072         according to default-toolbar-visible-p.
14073
14074         * messagexmas.el (message-use-toolbar): Ditto.
14075
14076 2005-11-26  Dave Love  <fx@gnu.org>
14077
14078         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14079         (tls-program, tls-success): Provide openssl alternative.
14080
14081         * starttls.el: Doc fixes.
14082         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14083         SERVICE to PORT.
14084
14085         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14086         port null or service name.
14087         (starttls-negotiate): Autoload.
14088
14089 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * message.el (message-kill-to-signature): Fix interactive spec.
14092
14093 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * pop3.el (pop3-open-server): Recognize a string as a service name.
14096
14097 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14098
14099         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14100
14101 2005-11-23  Dave Love  <fx@gnu.org>
14102
14103         Add pop3s, pop3/starttls.
14104
14105         * pop3.el (pop3-authentication-scheme): Clarify doc.
14106         (open-tls-stream, starttls-open-stream): Autoload.
14107         (pop3-stream-type): New.
14108         (pop3-open-server): Use it.
14109
14110         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14111         for POP.
14112         (mail-source-keyword-map): Add :stream for POP.
14113         (mail-source-fetch-pop): Use pop3-stream-type.
14114
14115 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14116
14117         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14118         of current-time-string.
14119
14120 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14121
14122         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14123         date header.
14124
14125 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14126
14127         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14128         it can seriously impact performance as it bypasses the agent's
14129         local caches.
14130
14131 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14132
14133         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14134         must be explicitly online rather than "not explicitly offline" for
14135         its flags to be synchronized.
14136
14137         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14138         that gnus-uu-unmark-thread will function correctly.
14139
14140         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14141         1024K is instead displayed as 1M.
14142
14143 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14144
14145         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14146
14147 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14148
14149         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14150
14151 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14152
14153         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14154         error message to display actual error condition.
14155         (gnus-agent-save-local): Avoid saving symbols that are bound to
14156         nil as they simply result in a warning message in
14157         gnus-agent-read-local.
14158
14159 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14162         rather than make-variable-buffer-local for file-precious-flag.
14163
14164 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14165
14166         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14167         for duplicates which are removed.  The invalid sort check then
14168         triggers a rescan after the sort as sorting may have moved
14169         duplicate entries such that they can be cheaply detected.
14170
14171 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14174
14175 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14176
14177         * gnus-agent.el (gnus-agent-article-alist-save-format):
14178         Change internal variable to a custom variable.  Change default value
14179         from compressed(2) to uncompressed(1).
14180         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14181         support for uncompressed agentview files.  Taken together, reading
14182         the agentview file should now be 6-7 times faster.
14183
14184 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14185
14186         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14187         as a buffer-local variable.  This avoids creating truncated
14188         dribble files as a result of a hang up, eg.
14189
14190 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14191
14192         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14193         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14194         XEmacs.
14195
14196 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14197
14198         * gnus-start.el (gnus-start-draft-setup):
14199         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14200
14201         * gnus.el (gnus-splash): Change custom group.
14202         (gnus-group-get-parameter, gnus-group-parameter-value):
14203         Describe allow-list argument.
14204
14205         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14206         string.
14207
14208 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14209
14210         * gnus-art.el (gnus-default-article-saver): Add user-defined
14211         `function' to custom type.
14212
14213 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14214
14215         * imap.el (imap-open): Handle case where buffer is a buffer
14216         object.
14217
14218 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14219
14220         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14221         long lines.
14222         (gnus-cache-delete-group): Wrap doc strings.
14223
14224         * gnus-agent.el (gnus-agent-rename-group)
14225         (gnus-agent-delete-group): Wrap doc strings.
14226
14227 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14228
14229         * messagexmas.el (message-use-toolbar): Change the valid values
14230         into default, top, bottom, left, and right.
14231         (message-toolbar-thickness): New variable.
14232         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14233         well.
14234         (message-setup-toolbar): Make it work.
14235
14236         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14237         (gnus-use-toolbar): Change the valid values into default, top,
14238         bottom, left, and right.
14239         (gnus-toolbar-thickness): New variable.
14240         (gnus-xmas-setup-toolbar): New function.
14241         (gnus-xmas-setup-group-toolbar): Use it.
14242         (gnus-xmas-setup-summary-toolbar): Use it.
14243
14244 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14245
14246         * gnus-start.el (gnus-1): Add "native" to
14247         gnus-predefined-server-alist.
14248
14249         * gnus.el (gnus-method-to-server): Don't add "native" to the
14250         lists here, because that leads to problems when
14251         gnus-select-method is bound.
14252
14253 2005-11-09  Simon Josefsson  <jas@extundo.com>
14254
14255         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14256         use (not sort-by-date) instead.
14257
14258 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14259
14260         * gnus-delay.el (gnus-delay-group): Don't autoload.
14261         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14262         to be re-loaded when customizing the `gnus-delay' group.
14263
14264 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14265
14266         * message.el: Revert last changes.
14267         (message-insert-citation-line): Use newlines.
14268
14269 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14270
14271         * message.el (message-courtesy-message)
14272         (message-mark-insert-begin, message-mark-insert-end)
14273         (message-elide-ellipsis, message-cancel-message)
14274         (message-add-header, message-change-subject)
14275         (message-cross-post-followup-to-header)
14276         (message-cross-post-insert-note, message-reduce-to-to-cc)
14277         (message-widen-reply, message-delete-not-region)
14278         (message-kill-to-signature, message-insert-signature)
14279         (message-insert-importance-high, message-insert-importance-low)
14280         (message-insert-or-toggle-importance)
14281         (message-insert-disposition-notification-to)
14282         (message-indent-citation, message-yank-original)
14283         (message-cite-original-without-signature, message-cite-original)
14284         (message-insert-citation-line, message-position-on-field)
14285         (message-fix-before-sending, message-send-mail-partially)
14286         (message-send-mail, message-send-mail-with-sendmail)
14287         (message-send-mail-with-qmail, message-send-news)
14288         (message-check-news-header-syntax, message-generate-headers)
14289         (message-insert-courtesy-copy, message-fill-address)
14290         (message-fill-header, message-shorten-references)
14291         (message-setup-1, message-cancel-news)
14292         (message-forward-make-body-plain, message-forward-make-body-mime)
14293         (message-forward-make-body-mml, message-encode-message-body)
14294         (message-forward-make-body-digest-plain)
14295         (message-forward-make-body-digest-mime)
14296         (message-use-alternative-email-as-from): Insert `hard-newline'
14297         instead of ordinary newlines.
14298
14299 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * message.el (message-generate-headers): Downcase the argument
14302         given to message-check-element.
14303
14304 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14305
14306         * nntp.el (nntp-authinfo-rejected): New error condition.
14307         (nntp-wait-for): Use new error condition to signal authentication
14308         error.
14309         (nntp-retrieve-data): Rethrow new error condition to break out of
14310         recursive call to nntp-send-authinfo.
14311
14312 2005-11-08  Romain Francoise  <romain@orebokech.com>
14313
14314         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14315         (gnus-summary-exit-map): Bind to `Z p'.
14316         (gnus-summary-make-menu-bar): Add menu item.
14317
14318 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14319
14320         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14321         (gnus-treat-*): Add `first' in all doc strings.
14322
14323         * gnus-group.el (gnus-group-compact-group): Fix typo.
14324
14325 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14326
14327         * gnus.el (gnus-parameters-case-fold-search): New variable.
14328         (gnus-parameters-get-parameter): Use it.
14329
14330         * gnus-score.el (gnus-home-score-file): Doc fix.
14331
14332 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14333
14334         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14335
14336 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * mm-util.el (mm-special-display-p): New function.
14339
14340         * mml.el (mml-preview): Use it; doc fix.
14341
14342 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14343
14344         * imap.el (imap-open): Handle case where buffer is a buffer object.
14345
14346 2005-10-29  Romain Francoise  <romain@orebokech.com>
14347
14348         * message.el (message-fix-before-sending): Fix comment.
14349
14350 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14351
14352         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14353
14354 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14355
14356         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14357         Used in gnus-score.el.
14358
14359 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14360
14361         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14362
14363 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14364
14365         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14366         whitespace removed in revision 7.8.  Use concatenated string to
14367         protect trailing whitespace.
14368
14369 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14370
14371         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14372         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14373         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14374         Courier IMAP ("some version from 2004").  Mostly based on similar
14375         code in the same function.
14376
14377 2005-10-26  Didier Verna  <didier@xemacs.org>
14378
14379         * gnus-group.el (gnus-group-compact-group): Invalidate original
14380         article buffer.
14381         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14382         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14383         NOV database and in article itself.
14384         Invalidate article backlog.
14385
14386 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14387
14388         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14389
14390 2005-10-26  Simon Josefsson  <jas@extundo.com>
14391
14392         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14393         part of 2004-07-25 change.
14394
14395 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * message.el (message-display-completion-list): New function.
14398         (message-expand-group): Use it; make sure the Completions buffer
14399         is modifiable.
14400 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14401
14402         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14403         user-mail-name is an empty string.
14404
14405 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14406
14407         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14408         depending on gnus-score-decay-constant.
14409
14410         * encrypt.el (encrypt-insert-file-contents)
14411         (encrypt-write-file-contents): Don't use `gnus-message'.
14412
14413         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14414         arguments.
14415         (mm-uu-type-alist): Add message-marks and insert-marks.
14416         Pass arguments to mm-uu-verbatim-marks-extract.
14417         (mm-uu-hide-markers): New variable.
14418         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14419
14420         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14421         (gnus-convert-image-to-face-command): Use "convert" by default to
14422         allow other input image formats.
14423         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14424         accordingly.
14425
14426 2005-10-23  Simon Josefsson  <jas@extundo.com>
14427
14428         * imap.el (imap-gssapi-program): Align command line parameters
14429         with latest GNU SASL.
14430         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14431
14432 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14433
14434         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14435         HTML.
14436         (nnslashdot-request-article): Ditto.
14437
14438         * lpath.el (featurep): Add nobreak-char-display.
14439
14440 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14441
14442         * mail-source.el (mail-source-fetch-pop): Require pop3.
14443         (mail-source-check-pop): Ditto.
14444
14445 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14448         errors.
14449
14450 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14453         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14454
14455         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14456
14457         * mm-bodies.el (mm-decode-string):
14458         Call `mm-charset-to-coding-system' with allow-override argument.
14459
14460 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14463         (rfc2047-charset-to-coding-system): New function.
14464         (rfc2047-decode-encoded-words): New function.
14465         (rfc2047-decode-region): Use them.
14466         (rfc2047-decode-cte): Remove.
14467         (rfc2047-parse-and-decode): Remove.
14468         (rfc2047-decode): Remove.
14469
14470 2005-10-15  Kenichi Handa  <handa@m17n.org>
14471
14472         * rfc2047.el (rfc2047-decode-cte): New function.
14473         (rfc2047-decode-region): Change the way to decode successive
14474         encoded-words: decode B- or Q-encoding in each encoded-word,
14475         concatenate them, and decode it as charset.
14476
14477 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * lpath.el: Fbind codepage-setup for XEmacs.
14480
14481 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14482
14483         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14484         widget-move-and-invoke.
14485         (gnus-custom-mode): Use gnus-custom-map.
14486
14487 2005-10-15  Bill Wohler  <wohler@newt.com>
14488
14489         * message.el (message-tool-bar-map): Rename image file from
14490         mail_send to mail/send.
14491
14492 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14493
14494         * message.el (message-expand-group): Pass the common
14495         prefix substring of completion to `display-completion-list'.
14496
14497 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * mml-sec.el (mml-secure-method): New internal variable.
14500         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14501         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14502         New functions using mml-secure-method.
14503
14504         * mml.el (mml-mode-map): Add key bindings for those functions.
14505         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14506         Harder <harder@myrealbox.com>.
14507         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14508         Goto end of message if point is the headers of the message.
14509
14510         * message.el (message-in-body-p): New function.
14511
14512         * assistant.el: Autoload gnus-util and netrc.
14513
14514         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14515         Use `mm-charset-override-alist' only when decoding.
14516
14517         * mm-bodies.el (mm-decode-body):
14518         Call `mm-charset-to-coding-system' with allow-override argument.
14519
14520         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14521         `filename' from Content-Disposition if Content-Type doesn't
14522         provide `name'.
14523         (gnus-mime-view-part-as-type): Set default instead of
14524         initial-input.
14525
14526 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14527
14528         * format-spec.el (format-spec): Propagate text properties of % spec.
14529
14530 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14531
14532         * gnus-art.el (gnus-treat-predicate): Add `first'.
14533
14534 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14537         (mm-charset-override-alist): New variable.
14538         (mm-charset-to-coding-system): Use it.
14539         (mm-codepage-setup): New helper function.
14540         (mm-charset-eval-alist): New variable.
14541         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14542         Warn about unknown charsets.
14543
14544         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14545
14546 2005-10-04  David Hansen  <david.hansen@gmx.net>
14547
14548         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14549         (nnrss-check-group): Ditto.
14550
14551 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14552
14553         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14554         Rename x-gnus-verbatim to x-verbatim.
14555         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14556
14557         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14558         x-verbatim.
14559
14560         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14561
14562         * gnus-util.el (gnus-remove-duplicates): Remove.
14563
14564         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14565         instead of gnus-remove-duplicates.
14566
14567         * message.el (message-remove-duplicates): Remove.
14568         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14569         message-remove-duplicates.
14570
14571         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14572         available, else use implementation from `delete-dups'.
14573
14574         * message.el (message-insert-expires): New function.
14575         (message-mode-map): Add key binding.
14576         (message-mode-field-menu): Add menu entry.
14577         (message-mode): Document it.
14578         (message-make-expires-date): Use `message-make-date'.
14579
14580 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14581
14582         * message.el (message-make-expires-date): New function.
14583
14584 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14585
14586         * Makefile.in (list-installed-shadows): New entry.
14587         (install): Use it.
14588         (remove-installed-shadows): New entry.
14589
14590         * dgnushack.el (dgnushack-default-load-path): New variable.
14591         (dgnushack-find-lisp-shadows): New function.
14592         (dgnushack-remove-lisp-shadows): New function.
14593
14594 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * Makefile.in (install-el-elc): New entry.
14597         (install): Use it so that .el files are necessarily installed.
14598
14599 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14600
14601         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14602
14603 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14604
14605         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14606         function rather than the diff-mode.el package.
14607         (mm-display-external): Use with-current-buffer.
14608         (mm-viewer-completion-map, mm-viewer-completion-map):
14609         Move initialization inside declaration.
14610
14611 2005-09-29  Simon Josefsson  <jas@extundo.com>
14612
14613         * spam.el: Load hashcash when compiling, to avoid warnings.
14614         Don't autoload mail-check-payment.
14615         (spam-check-hashcash): Define unconditionally, since hashcash.el
14616         is part of Gnus now.  Ignore errors from payment checking.
14617
14618 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14619
14620         * message.el (message-bold-region, message-unbold-region):
14621         Rename from `bold-region' and `unbold-region'.
14622
14623         * message.el: Remove useless autoloads.
14624
14625 2005-09-28  Simon Josefsson  <jas@extundo.com>
14626
14627         * message.el (message-use-idna): Default to t.
14628         (message-use-idna): Test whether encoding works too.  Doc fix.
14629
14630 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14631
14632         * nntp.el (nntp-warn-about-losing-connection): Remove.
14633
14634 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14635
14636         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14637         customizable.  Change default value.
14638         (mm-uu-diff-groups-regexp): Change default value.
14639         (mm-uu-type-alist): Add doc string.
14640         (mm-uu-configure): Add doc string.  Make it interactive.
14641         (mm-uu-tex-groups-regexp): New variable.
14642         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14643         (mm-uu-type-alist): Add LaTeX documents.
14644         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14645         of "text/verbatim".
14646         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14647
14648         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14649         instead of "text/verbatim".
14650
14651         * message.el (message-mark-inserted-region)
14652         (message-mark-insert-file): Use slrn style marks when called with
14653         prefix argument.
14654
14655 2005-09-27  Simon Josefsson  <jas@extundo.com>
14656
14657         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14658
14659 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14660
14661         * message.el (message-remove-duplicates): New function.
14662         Implementation borrowed from `gnus-remove-duplicates'.
14663         (message-idna-to-ascii-rhs): Also encode idna addresses in
14664         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14665         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14666         only ask about the same idna domain once per header and also tell
14667         in what header to replace the idna domain.
14668
14669         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14670         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14671         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14672         a header is decoded and not just the last one.
14673
14674 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14677         has been decoded.
14678
14679         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14680         (mm-insert-part): Don't modify text if it has been decoded.
14681
14682         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14683         decoded.
14684
14685         * mm-view.el (mm-inline-text): Don't strip text props unless
14686         decoding enriched or richtext parts.
14687
14688 2005-09-25  Romain Francoise  <romain@orebokech.com>
14689
14690         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14691         * gnus-start.el (gnus-subscribe-interactively):
14692         * gnus-uu.el (gnus-uu-grab-articles):
14693         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14694         space.
14695
14696 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14697
14698         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14699         * mm-view.el (mm-view-pkcs7-decrypt):
14700         * gnus-sum.el (gnus-summary-limit-to-extra)
14701         (gnus-summary-respool-article, gnus-read-move-group-name):
14702         * gnus-score.el (gnus-summary-increase-score):
14703         * gnus-util.el (gnus-completing-read-with-default):
14704         * gnus-art.el (gnus-read-save-file-name)
14705         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14706         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14707         * message.el (message-check-news-header-syntax):
14708         Follow convention for reading with the minibuffer.
14709
14710 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         * spam-report.el (spam-report-url-ping-plain):
14713         Use gnus-extended-version as User-Agent.
14714
14715         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14716         default value is nil.
14717
14718         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14719         (mm-uu-verbatim-marks-extract): New function.
14720         (mm-uu-extract): New face.
14721         (mm-uu-copy-to-buffer): Use it.
14722
14723         * spam-report.el (spam-report-gmane-ham): Rename from
14724         `spam-report-gmane-unspam'.
14725         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14726         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14727
14728         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14729         Autoload.
14730         (spam-report-gmane-unregister-routine):
14731         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14732
14733 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14734
14735         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14736         (spam-report-gmane-unregister-routine): Add support for gmane
14737         unregistration.
14738
14739         * spam-report.el (spam-report-gmane-unspam)
14740         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14741         (spam-report-gmane): Change to take a single article and do unspam
14742         registration.
14743
14744 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14745
14746         * mm-url.el (mm-url-decode-entities): Fix regexp.
14747
14748 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14749
14750         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14751         default to nil, to be able to use Gnus at all.  If the default
14752         switches to something else, then the function should be fixed not
14753         be exceedingly slow.
14754
14755 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14756
14757         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14758         fail hard.
14759
14760         * spam-report.el: Add better Keywords line.
14761
14762         * spam.el: Add Maintainer and better Keywords line.
14763
14764 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14765
14766         * gnus-art.el (gnus-article-replace-part)
14767         (gnus-mime-replace-part): New functions.
14768         (gnus-mime-action-alist, gnus-mime-button-commands)
14769         (gnus-mime-save-part-and-strip): Add file argument.
14770         (gnus-article-part-wrapper): Add interactive argument.
14771
14772         * gnus-sum.el (gnus-summary-mime-map):
14773         Add `gnus-article-replace-part'.
14774
14775 2005-09-19  Didier Verna  <didier@xemacs.org>
14776
14777         The nnml compaction feature:
14778         * nnml.el (nnml-request-compact-group): New function.
14779         * nnml.el (nnml-request-compact): New function.
14780         * gnus-int.el (gnus-request-compact-group): New function.
14781         * gnus-int.el (gnus-request-compact): New function.
14782         * gnus-group.el (gnus-group-compact-group): New function.
14783         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14784         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14785         * gnus-srvr.el (gnus-server-compact-server): New function.
14786         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14787         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14788
14789 2005-09-18  Deepak Goel  <deego@gnufans.org>
14790
14791         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14792         format spec.
14793
14794 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14797
14798 2005-09-15  Romain Francoise  <romain@orebokech.com>
14799
14800         * message.el (message-fill-paragraph): Clarify docstring.
14801
14802 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * gnus-art.el (gnus-mime-display-part): Protect against broken
14805         MIME messages.
14806
14807 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14810         before parsing header.
14811
14812 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14813
14814         * html2text.el (html2text-replace-list): Add new entities.
14815
14816 2005-09-11  Romain Francoise  <romain@orebokech.com>
14817
14818         * message.el (message-alternative-emails): Improve docstring.
14819         (message-setup-1): Call `message-use-alternative-email-as-from'
14820         after `message-setup-hook' to give it precedence over posting
14821         styles, etc.
14822         (message-use-alternative-email-as-from): Add docstring.
14823         Remove the original From header if present.
14824
14825         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14826         (nnml-save-mail): Use it.
14827
14828         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14829         articles.  Add new argument `silent'.
14830         (gnus-uu-mark-all): Report the total number of marked articles.
14831
14832 2005-09-10  Romain Francoise  <romain@orebokech.com>
14833
14834         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14835         (gnus-uu-mark-series): Likewise.
14836
14837 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14838
14839         * spam-report.el (spam-report-gmane): Fix generation of spam
14840         report URL.
14841
14842 2005-09-10  Simon Josefsson  <jas@extundo.com>
14843
14844         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14845         t, based on discussion on the ding list with Robert Epprecht
14846         <epprecht@solnet.ch>.
14847
14848 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14849
14850         * spam-report.el (spam-report-gmane): Make it work without
14851         X-Report-Spam header.  Gmane now only provides Archived-At.
14852         This is only used if `spam-report-gmane-use-article-number' is nil.
14853         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14854
14855         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14856         make `gnus-summary-sort-by-recipient' work with threading.
14857
14858         * nnweb.el (nnweb-google-wash-article): Print a message if article
14859         is not available.
14860
14861 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14862
14863         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14864         change.  Decode text/* parts content before displaying.
14865
14866 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14867
14868         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14869
14870 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14873
14874         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14875         url-package-name, url-package-version,
14876         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14877         w3m-display-inline-images, and w3m-minor-mode-map.
14878
14879 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14880
14881         * message.el (message-tab-body-function): Fix mismatched custom type.
14882
14883         * gnus.el (gnus-group-change-level-function): Ditto.
14884
14885         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14886
14887         * gnus-art.el (gnus-signature-limit)
14888         (gnus-article-mime-part-function): Ditto.
14889
14890 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * mml.el (mml-mode): Silence the byte compiler.
14893
14894         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14895         using `(sit-for 0)' before moving the point to the specified part;
14896         skip unbuttonized parts.
14897         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14898         return to the summary window if gnus-auto-select-part is non-nil.
14899
14900 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14903         New variables.
14904         (mml-dnd-attach-file, mml-mode): Use them.
14905
14906         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14907         Make fetching article by MID work again for Google Groups.
14908         Add FIXME concerning gnus-group-make-web-group.
14909
14910         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14911         Don't depend on Gnus by using mail-extract-address-components if
14912         gnus-extract-address-components is not bound.
14913
14914 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14915
14916         * gnus-art.el (gnus-mime-display-security): Don't display the
14917         signature, but only the signed part.
14918
14919 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14922
14923         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14924         list, not listp.
14925
14926 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14927
14928         * mm-encode.el (mm-encode-content-transfer-encoding):
14929         Likewise when encoding.
14930
14931         * mm-bodies.el (mm-decode-content-transfer-encoding):
14932         De-canonicalize CRLF for all text content types, not just
14933         text/plain.
14934
14935 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14938         valid article; point arrow and cursor at the MIME button.
14939
14940 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14941
14942         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14943         Suggested by Dan Christensen <jdc@uwo.ca>.
14944
14945         * mm-decode.el (mm-save-part): Enable change of prompt.
14946
14947 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14948
14949         * gnus-msg.el (gnus-inews-add-send-actions):
14950         Make `message-post-method' lambda parameter ARG `&optional'.
14951
14952 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14953
14954         * gnus-sum.el (gnus-summary-mime-map):
14955         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14956         gnus-article-jump-to-part.
14957
14958         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14959         (gnus-article-edit-part): Use it.
14960         (gnus-article-part-wrapper): Add no-handle argument.
14961         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14962         New functions.
14963
14964 2005-08-29  Romain Francoise  <romain@orebokech.com>
14965
14966         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14967         docstring.
14968         (gnus-face-from-file): Likewise.
14969
14970 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14971
14972         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14973         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14974         non-nil.
14975         (gnus-auto-select-part): New variable.
14976         (gnus-article-jump-to-part): New function.
14977         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14978         (gnus-mime-delete-part): Allow selecting specified part after
14979         deleting or stripping parts.
14980         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14981         part if argument is bogus.
14982
14983 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14984
14985         * gnus-art.el (w3m-minor-mode-map):
14986         * gnus-spec.el (gnus-newsrc-file-version):
14987         * gnus-util.el (nnmail-active-file-coding-system)
14988         (gnus-original-article-buffer, gnus-user-agent):
14989         * gnus.el (gnus-ham-process-destinations)
14990         (gnus-parameter-ham-marks-alist)
14991         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14992         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14993         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14994         * mm-decode.el (gnus-current-window-configuration):
14995         * mm-extern.el (gnus-article-mime-handles):
14996         * mm-url.el (url-current-object, url-package-name)
14997         (url-package-version):
14998         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14999         (smime-keys, w3m-cid-retrieve-function-alist)
15000         (w3m-current-buffer, w3m-display-inline-images)
15001         (w3m-minor-mode-map):
15002         * mml-smime.el (gnus-extract-address-components):
15003         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15004         (gnus-newsrc-hashtb, message-default-charset)
15005         (message-deletable-headers, message-options)
15006         (message-posting-charset, message-required-mail-headers)
15007         (message-required-news-headers):
15008         * mml1991.el (mc-pgp-always-sign):
15009         * mml2015.el (mc-pgp-always-sign):
15010         * nnheader.el (nnmail-extra-headers):
15011         * rfc1843.el (gnus-decode-encoded-word-function)
15012         (gnus-decode-header-function, gnus-newsgroup-name):
15013         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15014
15015 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15016
15017         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15018         the end of the date treatments.
15019
15020 2005-08-15  Simon Josefsson  <jas@extundo.com>
15021
15022         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15023         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15024         Capello and Romain Francoise.
15025         (pgg-fetch-key-function): Remove, not used?
15026         (pgg-insert-url-with-w3): Require url, to get
15027         url-insert-file-contents regardless of where it is defined.
15028
15029 2005-08-13  Romain Francoise  <romain@orebokech.com>
15030
15031         * message.el (message-cite-original-1): New function.
15032         (message-cite-original): Use it.
15033         (message-cite-original-without-signature): Ditto.
15034
15035 2005-08-08  Romain Francoise  <romain@orebokech.com>
15036
15037         * message.el (message-yank-empty-prefix): New variable.
15038         (message-indent-citation): Use it.
15039         (message-cite-original-without-signature): Respect X-No-Archive.
15040
15041 2005-08-08  Simon Josefsson  <jas@extundo.com>
15042
15043         * pgg.el: Autoload url-insert-file-contents instead of loading
15044         w3/url.
15045         (pgg-insert-url-with-w3): Don't load url here.
15046
15047 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15048
15049         * message.el (message-kill-to-signature): Don't insert newline at
15050         bol.
15051         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15052
15053 2005-08-06  Romain Francoise  <romain@orebokech.com>
15054
15055         * message.el (message-user-fqdn): Fix typo in docstring.
15056
15057 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15058
15059         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15060
15061         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15062
15063 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * mm-bodies.el (mm-encode-body): Use coding system rather than
15066         charset to encode text.
15067
15068         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15069         number of charsets if utf-8 is available (XEmacs).
15070
15071 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15072
15073         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15074         taken from `gnus-button-mid-or-mail-regexp'.
15075         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15076         (gnus-button-alist): Improve regexp for domain part of the MIDs
15077         for news:localpart@domain buttons.
15078         (gnus-button-ctan-directory-regexp): Update.
15079
15080 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15081
15082         * sieve-manage.el (sieve-manage-interactive-login):
15083         Use make-local-variable rather than make-variable-buffer-local.
15084         (sieve-manage-open): Ditto.
15085         (sieve-manage-authenticate): Ditto.
15086
15087         * mml.el (mml-generate-mime-1): Make the content type default to
15088         text/plain if the filename is not specified.
15089
15090 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15091
15092         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15093         instead of insert-buffer.
15094
15095         * message.el (message-yank-original): Ditto; set the mark at the
15096         end of the yanked message.
15097
15098 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15099
15100         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15101         lines to scroll rather than to stop it.
15102
15103         * mml.el (mml-generate-default-type): Add doc string.
15104         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15105         default to application/octet-stream when determining the content
15106         type if it is not specified for the part or the mml contents; add
15107         a comment about mml-generate-default-type.
15108
15109 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15110
15111         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15112         make it default to application/octet-stream when determining the
15113         content type if it is not specified for the external contents.
15114
15115 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15116
15117         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15118         segmented parameter but also other parameters might be there.
15119
15120 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * mm-decode.el (mm-display-external): Delete temp file, directory
15123         and buffer immediately if the external process is exited.
15124
15125 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15128         fewer lines than that of scroll-margin.
15129         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15130
15131 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * gnus-art.el (gnus-article-next-page): Revert.
15134         (gnus-article-beginning-of-window): New macro.
15135         (gnus-article-next-page-1): Use it.
15136         (gnus-article-prev-page): Ditto.
15137         (gnus-article-edit-part): Use insert-buffer-substring instead of
15138         insert-buffer.
15139         (gnus-article-edit-exit): Ditto.
15140
15141         * gnus-util.el (gnus-beginning-of-window): Remove.
15142         (gnus-end-of-window): Remove.
15143
15144         * lpath.el: Don't bind header-line-format and scroll-margin.
15145
15146 2005-07-25  Simon Josefsson  <jas@extundo.com>
15147
15148         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15149         to have the url package without w3.  Reported by Daiki Ueno
15150         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15151
15152 2005-07-20  Didier Verna  <didier@xemacs.org>
15153
15154         * gnus-diary.el: Remove the description comment (nndiary is now
15155         properly documented in the Gnus manual).
15156         Fix the spelling of "Back End".
15157         * nndiary.el: Ditto.
15158         Fix the copyright notice.
15159
15160 2005-07-18  Romain Francoise  <romain@orebokech.com>
15161
15162         * gnus-sum.el (gnus-summary-to-prefix)
15163         (gnus-summary-newsgroup-prefix): New variables.
15164         (gnus-summary-from-or-to-or-newsgroups): Use them.
15165
15166 2005-07-17  Romain Francoise  <romain@orebokech.com>
15167
15168         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15169         space as it's generally not especially interesting to the user.
15170
15171 2005-07-16  Romain Francoise  <romain@orebokech.com>
15172
15173         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15174         nil to avoid prompting and file modification if one of the
15175         messages at the top of the nnfolder file contains a copyright
15176         notice.
15177         Update copyright notice.
15178
15179         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15180         instead of `current-time-string' as the latter creates a time
15181         string that is not RFC 2822 compliant (it lacks the zone).
15182         Update copyright notice.
15183
15184 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15185
15186         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15187         for text/rtf.  Display default in prompt.  Pass default for M-n.
15188
15189         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15190
15191 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15192
15193         * gnus-msg.el (gnus-button-mailto):
15194         Remove save-selected-window-window hackery because it relies on
15195         save-selected-window internals.
15196
15197 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15200         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15201         (gnus-article-prev-page): Ditto.
15202
15203         * gnus-util.el (gnus-beginning-of-window): New function.
15204         (gnus-end-of-window): New function.
15205
15206         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15207
15208 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15209
15210         * gnus-score.el (gnus-score-edit-all-score):
15211         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15212         gnus-message.
15213
15214 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15215
15216         * gnus-msg.el (gnus-button-mailto):
15217         Remove save-selected-window-window hackery because it relies on
15218         save-selected-window internals.
15219
15220 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15223         add-minor-mode.
15224         (gnus-binary-mode): Ditto.
15225
15226         * gnus-topic.el (gnus-topic-mode): Ditto.
15227
15228 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15229
15230         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15231         (gnus-article-prev-page): Take scroll-margin into consideration.
15232
15233 2005-07-04  Lute Kamstra  <lute@gnu.org>
15234
15235         Update FSF's address in GPL notices.
15236
15237 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15238
15239         * gnus.el (gnus-exit):
15240         * gnus-group.el (gnus-group-icons):
15241         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15242
15243         * gnus-nocem.el (gnus-nocem):
15244         * message.el (message-various, message-buffers, message-sending)
15245         (message-interface, message-forwarding, message-insertion)
15246         (message-headers, message-news, message-mail):
15247         * pgg-gpg.el (pgg-gpg):
15248         * pgg-parse.el (pgg-parse):
15249         * pgg-pgp.el (pgg-pgp):
15250         * pgg-pgp5.el (pgg-pgp5):
15251         * pop3.el (pop3): Finish `defgroup' description with period.
15252
15253 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * gnus-art.el (article-display-face): Improve the efficiency.
15256         (article-display-x-face): Ditto; remove grey x-face stuff.
15257
15258 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * gnus-art.el (article-display-face): Correct the position in
15261         which Faces are inserted.
15262
15263 2005-06-29  Didier Verna  <didier@xemacs.org>
15264
15265         * gnus-art.el (article-display-face): Display faces in correct
15266         order.
15267
15268 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15271         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15272         (gnus-nocem-check-article): Fetch the Type header.
15273         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15274         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15275         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15276         make sure gnus-nocem-hashtb is initialized.
15277         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15278         (gnus-nocem-unwanted-article-p): Ditto.
15279
15280         * pgg.el (pgg-verify): Return the verification result.
15281
15282 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15283
15284         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15285         is ascii.
15286
15287 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15288
15289         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15290         `show-nonbreak-escape'.
15291
15292 2005-06-23  Lute Kamstra  <lute@gnu.org>
15293
15294         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15295
15296         * dig.el (dig-mode):
15297         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15298
15299 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15300
15301         * nnimap.el (nnimap-split-download-body): Fix spellings.
15302
15303 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15304
15305         * gnus-art.el (gnus-article-encrypt-body):
15306         * gnus-cus.el (gnus-score-customize):
15307         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15308         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15309
15310 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15311
15312         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15313         header by looking for magic "MII" at the beginnig.
15314
15315 2005-06-16  Miles Bader  <miles@gnu.org>
15316
15317         * gnus-xmas.el (gnus-xmas-group-startup-message):
15318         Use renamed gnus-splash face.
15319
15320         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15321         (assistant-field-face): New backward-compatibility alias for renamed
15322         face.
15323         (assistant-render-text): Use renamed assistant-field face.
15324
15325         * spam.el (spam): Remove "-face" suffix from face name.
15326         (spam-face): New backward-compatibility alias for renamed face.
15327         (spam-face, spam-initialize): Use renamed spam face.
15328
15329         * message.el (message-header-to, message-header-cc)
15330         (message-header-subject, message-header-newsgroups)
15331         (message-header-other, message-header-name)
15332         (message-header-xheader, message-separator, message-cited-text)
15333         (message-mml): Remove "-face" suffix from face names.
15334         (message-header-to-face, message-header-cc-face)
15335         (message-header-subject-face, message-header-newsgroups-face)
15336         (message-header-other-face, message-header-name-face)
15337         (message-header-xheader-face, message-separator-face)
15338         (message-cited-text-face, message-mml-face):
15339         New backward-compatibility aliases for renamed faces.
15340         (message-font-lock-keywords): Use renamed message faces.
15341
15342         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15343         (sieve-test-commands, sieve-tagged-arguments):
15344         Remove "-face" suffix from face names.
15345         (sieve-control-commands-face, sieve-action-commands-face)
15346         (sieve-test-commands-face, sieve-tagged-arguments-face):
15347         New backward-compatibility aliases for renamed faces.
15348         (sieve-control-commands-face, sieve-action-commands-face)
15349         (sieve-test-commands-face, sieve-tagged-arguments-face):
15350         Use renamed sieve faces.
15351
15352         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15353         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15354         (gnus-group-news-3-empty, gnus-group-news-4)
15355         (gnus-group-news-4-empty, gnus-group-news-5)
15356         (gnus-group-news-5-empty, gnus-group-news-6)
15357         (gnus-group-news-6-empty, gnus-group-news-low)
15358         (gnus-group-news-low-empty, gnus-group-mail-1)
15359         (gnus-group-mail-1-empty, gnus-group-mail-2)
15360         (gnus-group-mail-2-empty, gnus-group-mail-3)
15361         (gnus-group-mail-3-empty, gnus-group-mail-low)
15362         (gnus-group-mail-low-empty, gnus-summary-selected)
15363         (gnus-summary-cancelled, gnus-summary-high-ticked)
15364         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15365         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15366         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15367         (gnus-summary-low-undownloaded)
15368         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15369         (gnus-summary-low-unread, gnus-summary-normal-unread)
15370         (gnus-summary-high-read, gnus-summary-low-read)
15371         (gnus-summary-normal-read, gnus-splash):
15372         Remove "-face" suffix from face names.
15373         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15374         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15375         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15376         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15377         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15378         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15379         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15380         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15381         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15382         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15383         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15384         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15385         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15386         (gnus-summary-normal-ticked-face)
15387         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15388         (gnus-summary-normal-ancient-face)
15389         (gnus-summary-high-undownloaded-face)
15390         (gnus-summary-low-undownloaded-face)
15391         (gnus-summary-normal-undownloaded-face)
15392         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15393         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15394         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15395         (gnus-splash-face):
15396         New backward-compatibility aliases for renamed faces.
15397         (gnus-group-startup-message): Use renamed gnus faces.
15398
15399         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15400         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15401         (gnus-server-agent): Remove "-face" suffix from face names.
15402         (gnus-server-agent-face, gnus-server-opened-face)
15403         (gnus-server-closed-face, gnus-server-denied-face)
15404         (gnus-server-offline-face):
15405         New backward-compatibility aliases for renamed faces.
15406         (gnus-server-agent-face, gnus-server-opened-face)
15407         (gnus-server-closed-face, gnus-server-denied-face)
15408         (gnus-server-offline-face): Use renamed gnus faces.
15409
15410         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15411         Remove "-face" suffix from face names.
15412         (gnus-picon-xbm-face, gnus-picon-face):
15413         New backward-compatibility aliases for renamed faces.
15414
15415         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15416         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15417         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15418         (gnus-cite-11): Remove "-face" suffix from face names.
15419         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15420         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15421         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15422         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15423         New backward-compatibility aliases for renamed faces.
15424         (gnus-cite-attribution-face, gnus-cite-face-list)
15425         (gnus-article-boring-faces): Use renamed gnus faces.
15426
15427         * gnus-art.el (gnus-signature, gnus-header-from)
15428         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15429         (gnus-header-content): Remove "-face" suffix from face names.
15430         (gnus-signature-face, gnus-header-from-face)
15431         (gnus-header-subject-face, gnus-header-newsgroups-face)
15432         (gnus-header-name-face, gnus-header-content-face):
15433         New backward-compatibility aliases for renamed faces.
15434         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15435
15436         * gnus-sum.el (gnus-summary-selected-face)
15437         (gnus-summary-highlight): Use renamed gnus faces.
15438         * gnus-group.el (gnus-group-highlight): Likewise.
15439
15440 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15441
15442         * gnus-sieve.el (gnus-sieve-article-add-rule):
15443         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15444         * spam-stat.el (spam-stat-buffer-change-to-spam)
15445         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15446
15447         * message.el (message-is-yours-p):
15448         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15449
15450 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * mm-view.el (mm-inline-text): Withdraw the last change.
15453
15454 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15457         executing enriched-decode.
15458
15459 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15462         charset of tar files.
15463
15464 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15465
15466         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15467
15468 2005-06-04  Lute Kamstra  <lute@gnu.org>
15469
15470         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15471         information is never recorded.
15472
15473 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15474
15475         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15476
15477 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15478
15479         * pop3.el (pop3-apop): Run md5 in the binary mode.
15480
15481         * starttls.el (starttls-set-process-query-on-exit-flag):
15482         Use eval-and-compile.
15483
15484 2005-05-31  Simon Josefsson  <jas@extundo.com>
15485
15486         * smime.el (smime-replace-in-string): Define.
15487         (smime-cert-by-ldap-1): Use it.
15488
15489 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * gnus-art.el (article-display-x-face): Replace
15492         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15493
15494         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15495         set-process-query-on-exit-flag or process-kill-without-query.
15496
15497         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15498         loop instead of replace-regexp.
15499
15500         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15501         instead of process-kill-without-query if it is available.
15502
15503         * lpath.el: Fbind ldap-search-entries.
15504
15505         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15506         instead of find-file-hooks if it is available.
15507
15508         * mml1991.el: Bind pgg-default-user-id when compiling.
15509
15510         * mml2015.el: Bind pgg-default-user-id when compiling.
15511
15512         * nndraft.el (nndraft-request-associate-buffer):
15513         Use write-contents-functions instead of write-contents-hooks if it is
15514         available.
15515
15516         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15517         instead of find-file-hooks if it is available.
15518
15519         * nntp.el (nntp-open-connection): Replace
15520         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15521         (nntp-open-ssl-stream): Ditto.
15522         (nntp-open-tls-stream): Ditto.
15523
15524         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15525         set-process-query-on-exit-flag or process-kill-without-query.
15526         (starttls-open-stream-gnutls): Use it instead of
15527         process-kill-without-query.
15528         (starttls-open-stream): Ditto.
15529
15530 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15531
15532         * smime.el (smime-cert-by-ldap-1): Don't use
15533         replace-regexp-in-string.
15534
15535 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15536
15537         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15538
15539         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15540         in PEM format.  Adjust to the XEmacs compability.
15541
15542 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15543
15544         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15545         by `string-to-number'.
15546         * gnus-agent.el (gnus-agent-regenerate-group)
15547         (gnus-agent-fetch-articles): Ditto.
15548         * gnus-art.el (gnus-button-fetch-group): Ditto.
15549         * gnus-cache.el (gnus-cache-generate-active)
15550         (gnus-cache-articles-in-group): Ditto.
15551         * gnus-group.el (gnus-group-set-current-level)
15552         (gnus-group-insert-group-line): Ditto.
15553         * gnus-score.el (gnus-score-set-expunge-below)
15554         (gnus-score-set-mark-below, gnus-summary-score-effect)
15555         (gnus-summary-score-entry): Ditto.
15556         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15557         (gnus-soup-pack): Ditto.
15558         * gnus-spec.el (gnus-xmas-format): Ditto.
15559         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15560         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15561         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15562         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15563         * nndb.el (nndb-get-remote-expire-response): Ditto.
15564         * nndiary.el (nndiary-parse-schedule-value)
15565         (nndiary-string-to-number, nndiary-request-replace-article)
15566         (nndiary-request-article): Ditto.
15567         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15568         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15569         * nneething.el (nneething-make-head): Ditto.
15570         * nnfolder.el (nnfolder-request-article)
15571         (nnfolder-retrieve-headers): Ditto.
15572         * nnheader.el (nnheader-file-to-number): Ditto.
15573         * nnkiboze.el (nnkiboze-request-article): Ditto.
15574         * nnmail.el (nnmail-process-unix-mail-format)
15575         (nnmail-process-babyl-mail-format): Ditto.
15576         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15577         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15578         (nnmh-request-create-group, nnmh-request-list-1)
15579         (nnmh-request-group, nnmh-request-article): Ditto.
15580         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15581         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15582         * nnsoup.el (nnsoup-make-active): Ditto.
15583         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15584         * nntp.el (nntp-find-group-and-number)
15585         (nntp-retrieve-headers-with-xover): Ditto.
15586         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15587         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15588         (pgg-format-key-identifier): Ditto.
15589         * pop3.el (pop3-last, pop3-stat): Ditto.
15590         * qp.el (quoted-printable-decode-region): Ditto.
15591
15592         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15593         of concat.
15594
15595 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15598
15599         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15600
15601         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15602
15603         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15604
15605         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15606
15607         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15608
15609         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15610         (gnus-carpal-mode): Ditto.
15611
15612         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15613         (gnus-browse-mode): Ditto.
15614
15615         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15616
15617         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15618
15619 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15620
15621         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15622
15623 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15624
15625         * gnus-util.el (gnus-run-mode-hooks): New function.
15626
15627         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15628
15629         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15630         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15631
15632 2005-05-27  Lute Kamstra  <lute@gnu.org>
15633
15634         * dns-mode.el (dns-mode): Specify customization group.
15635
15636 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15637
15638         * gnus-agent.el (gnus-agent-make-mode-line-string):
15639         Use mode-line-highlight as mouse-face.
15640
15641 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * canlock.el (canlock): Change the parent group to news.
15644
15645         * deuglify.el (gnus-outlook-deuglify): Add :group.
15646
15647         * dig.el (dig): Add :group.
15648
15649         * dns-mode.el (dns-mode): Add :group.
15650
15651         * encrypt.el (encrypt): Add :group.
15652
15653         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15654         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15655         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15656         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15657         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15658
15659         * gnus-diary.el (gnus-diary): Add :group.
15660
15661         * gnus.el (gnus-group-news-1-face): Add :group.
15662         (gnus-group-news-1-empty-face): Ditto.
15663         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15664         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15665         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15666         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15667         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15668         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15669         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15670         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15671         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15672         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15673         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15674         (gnus-summary-high-ticked-face): Ditto.
15675         (gnus-summary-low-ticked-face): Ditto.
15676         (gnus-summary-normal-ticked-face): Ditto.
15677         (gnus-summary-high-ancient-face): Ditto.
15678         (gnus-summary-low-ancient-face): Ditto.
15679         (gnus-summary-normal-ancient-face): Ditto.
15680         (gnus-summary-high-undownloaded-face): Ditto.
15681         (gnus-summary-low-undownloaded-face): Ditto.
15682         (gnus-summary-normal-undownloaded-face): Ditto.
15683         (gnus-summary-high-unread-face): Ditto.
15684         (gnus-summary-low-unread-face): Ditto.
15685         (gnus-summary-normal-unread-face): Ditto.
15686         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15687         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15688
15689         * hashcash.el (hashcash): New custom group.
15690         (hashcash-default-payment): Add :group.
15691         (hashcash-payment-alist): Ditto.
15692         (hashcash-default-accept-payment): Ditto.
15693         (hashcash-accept-resources): Ditto.
15694         (hashcash-path): Ditto.
15695         (hashcash-extra-generate-parameters): Ditto.
15696         (hashcash-double-spend-database): Ditto.
15697         (hashcash-in-news): Ditto.
15698
15699         * message.el (message-minibuffer-local-map): Add :group.
15700
15701         * netrc.el (netrc): Add :group.
15702
15703         * sieve-manage.el (sieve-manage-log): Add :group.
15704         (sieve-manage-default-user): Diito.
15705         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15706         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15707         (sieve-manage-authenticators): Ditto.
15708         (sieve-manage-authenticator-alist): Ditto.
15709         (sieve-manage-default-port): Ditto.
15710
15711         * sieve-mode.el (sieve-control-commands-face): Add :group.
15712         (sieve-action-commands-face): Ditto.
15713         (sieve-test-commands-face): Ditto.
15714         (sieve-tagged-arguments-face): Ditto.
15715
15716         * smime.el (smime): Add :group.
15717
15718         * spam-report.el (spam-report): Add :group.
15719
15720         * spam.el (spam, spam-face): Add :group.
15721
15722 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15723
15724         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15725         return \n.\n.\n at the end of articles.  Protect against that.
15726         (nntp-with-open-group): Allow debugging.
15727
15728         * nnheader.el (mail-header-set-extra): Make into a function
15729         because I just could't understand how to quote the list properly.
15730
15731         * dns.el (query-dns-cached): New function.
15732
15733 2005-05-26  Lute Kamstra  <lute@gnu.org>
15734
15735         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15736
15737 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15740
15741         * gnus-art.el: Don't autoload mail-extract-address-components.
15742
15743         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15744         eval-and-compile to evaluate it.
15745
15746         * hashcash.el: Don't autoload executable-find.
15747
15748         * nndb.el: Don't declare the nndb back end two or more times; don't
15749         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15750
15751         * nntp.el: Autoload format-spec instead of format; use
15752         eval-and-compile to evaluate autoload forms.
15753
15754 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15755
15756         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15757
15758 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15759
15760         * gnus.el (gnus-version-number): Bump version.
15761
15762 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15763
15764         * gnus.el: No Gnus v0.3 is released.
15765
15766 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15767
15768         * lpath.el (featurep): Bind show-nonbreak-escape.
15769
15770 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15771
15772         * gnus-art.el (gnus-article-edit-part): Disable undo.
15773
15774 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15775
15776         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15777         gnus-article-date-lapsed-new-header is t if date timer is active;
15778         skip headers in which the original date value is empty.
15779         (gnus-article-save-original-date): Redefine it as a macro.
15780         (gnus-display-mime): Use it.
15781
15782 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * gnus-art.el (article-date-ut): Support converting date in
15785         forwarded parts as well.
15786         (gnus-article-save-original-date): New function.
15787         (gnus-display-mime): Use it.
15788
15789 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15790
15791         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15792         enclosure element of <item>.
15793
15794 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15795
15796         * message.el (message-kill-buffer-query): Rename from
15797         `message-kill-buffer-query-if-modified'.  Add :version.
15798
15799 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15800
15801         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15802         window layout.
15803
15804 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * mml.el: Autoload dnd when compiling.
15807
15808 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15809
15810         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15811         x-dnd-*.
15812
15813 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15814
15815         * qp.el (quoted-printable-encode-region): Save excursion.
15816
15817 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15818
15819         * message.el (message-kill-buffer-query-if-modified): Add new variable
15820         so the user can kill a modified message buffer quickly.
15821         (message-kill-buffer): Use it.
15822
15823 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15824
15825         * lpath.el: Fbind display-time-event-handler; don't fbind
15826         string-to-multibyte.
15827
15828         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15829
15830 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15833         contained in text because xml.el decodes entities) with LFs.
15834
15835 2005-04-11  Lute Kamstra  <lute@gnu.org>
15836
15837         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15838         differently.
15839
15840 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15841
15842         * mm-util.el (mm-detect-coding-region): Typo.
15843
15844 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15847
15848 2005-04-06  Deepak Goel  <deego@gnufans.org>
15849
15850         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15851         user-function allow user modifications of the scores.
15852         (spam-stat-score-buffer-user): New function, to allow
15853         user-computed modifications to the score.
15854         (spam-stat-score-buffer-user-functions): List of additional
15855         scoring functions.
15856         (spam-stat-error-holder): Global temporary error holder.
15857         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15858         variable.
15859
15860 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15861
15862         * gnus-registry.el (gnus-registry-clean-empty-function)
15863         (gnus-registry-trim, gnus-registry-fetch-groups)
15864         (gnus-registry-delete-group): Groups that match
15865         `gnus-registry-ignored-groups' are removed from the registry
15866         entries, not just ignored for splitting.  This helps clean up the
15867         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15868         to get all the groups a message ID is in.
15869
15870         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15871         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15872         (spam-stat-score-buffer-user-functions): Add :number custom type.
15873
15874 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15877         argument in XEmacs.
15878
15879         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15880         (nnrss-request-group): Decode group name first.
15881         (nnrss-request-article): Make a text/plain article if mml-to-mime
15882         failed.
15883         (nnrss-get-encoding): Return a compatible encoding according to
15884         nnrss-compatible-encoding-alist.
15885         (nnrss-find-el): Use consp instead of listp.
15886         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15887
15888 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15889
15890         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15891         which Emacs 20 doesn't support.
15892         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15893
15894 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15895
15896         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15897         silence the byte compiler inside the defun.
15898
15899         * gnus-demon.el (parse-time-string): Add autoload.
15900
15901         * gnus-delay.el (parse-time-string): Add autoload.
15902
15903         * gnus-art.el (parse-time-string): Add autoload.
15904
15905         * nnultimate.el (parse-time): Require for `parse-time-string'.
15906
15907 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15908
15909         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15910
15911         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15912
15913         * smime.el (smime-ldap-host-list): Add :version.
15914
15915 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15916
15917         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15918         pass it to `gnus-browse-read-group'.
15919         (gnus-browse-read-group): Add NUMBER argument and pass it to
15920         `gnus-group-read-ephemeral-group'.
15921
15922         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15923         argument and pass it to `gnus-group-read-group'.
15924
15925 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15926
15927         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15928         mm-xemacs-find-mime-charset-1 if we have the mule feature
15929         available at runtime.
15930
15931 2005-03-25  Werner Lemberg  <wl@gnu.org>
15932
15933         * nnmaildir.el: Replace `illegal' with `invalid'.
15934
15935 2005-03-23  Lute Kamstra  <lute@gnu.org>
15936
15937         * time-date.el: Add comment on time value formats.
15938         Don't require parse-time.
15939         (with-decoded-time-value): New macro.
15940         (encode-time-value): New function.
15941         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15942         (days-to-time): Return a valid time value when arg is huge.
15943         (time-since): Use time-subtract.
15944         (time-to-number-of-days): Use time-to-seconds.
15945
15946 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15947
15948         * gnus-start.el (gnus-display-time-event-handler):
15949         Check display-time-timer at runtime rather than only at load time
15950         in case display-time-mode is turned off in the mean time.
15951
15952 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15953
15954         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15955         used.
15956
15957         * nneething.el (nneething-map-file-directory): Derive from
15958         `gnus-directory'.
15959
15960         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15961         the To/Cc button.
15962
15963 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15964
15965         * nnmaildir.el (nnmaildir-request-accept-article):
15966         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15967
15968 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15969
15970         * gnus-async.el: Require timer-funcs at compile time when in
15971         XEmacs for `run-with-idle-timer'.
15972
15973 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15974
15975         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15976         autoloaded function.
15977
15978 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15979
15980         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15981
15982 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15983
15984         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15985
15986 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15987
15988         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15989         Add gnus-expert-user to default.
15990
15991 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15992
15993         * nnimap.el (nnimap-open-server): Ditto.
15994
15995         * imap.el (imap-authenticate): Fix typo.
15996
15997 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15998
15999         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16000         buffer (since IMAP server might return FETCH response out of
16001         order, and the nntp buffer must be sorted).
16002
16003 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16004
16005         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16006         comparison on string.
16007
16008         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16009         (gnus-agent-score): Rename category keywords to match gnus-cus.
16010         (gnus-agent-summary-fetch-series): Modify to protect against
16011         gnus-agent-summary-fetch-group clearing processable flags.
16012         (gnus-agent-synchronize-group-flags): Update live group buffer as
16013         synchronization may occur due to the user toggle the plugged
16014         status.
16015         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16016         successfully downloaded.
16017         (gnus-agent-expire-group-1): Avoid using markers when the overview
16018         is in ascending order; greatly improves performance.
16019         (gnus-agent-regenerate-group):
16020         Use gnus-agent-synchronize-group-flags to reset read status in both
16021         gnus and server.
16022         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16023
16024 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16025
16026         * message.el: Don't autoload former message-utils variables.
16027         (message-strip-subject-trailing-was): Change doc string.
16028
16029         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16030         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16031         (nnweb-google-search): Add "hl=en" here.
16032         (nnweb-google-parse-1, nnweb-google-create-mapping):
16033         Don't hardcode URL.
16034
16035 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16036
16037         * message.el (message-get-reply-headers, message-followup):
16038         Mention related variables `message-use-followup-to' and
16039         `message-use-mail-followup-to', in the information buffer.
16040
16041         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16042         of broken groups(-beta).google.com.
16043
16044 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16045
16046         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16047         parameter to invoked gnus-request-move-article; remove the
16048         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16049         all at once instead of once per article.
16050         (gnus-summary-remove-process-mark): Accept a list of articles as
16051         well as a single article for processing.
16052
16053         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16054         parameter.
16055
16056         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16057
16058         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16059
16060         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16061         parameter.
16062
16063         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16064         parameter.
16065
16066         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16067         parameter and remove the gnus-sum-hint-move-is-internal variable.
16068
16069         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16070         parameter.
16071
16072         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16073         parameter.
16074
16075         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16076         parameter.
16077
16078         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16079
16080         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16081         parameter.
16082
16083         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16084         parameter.
16085
16086 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16087
16088         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16089         a more conservative way.
16090
16091 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16092
16093         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16094         buffer, so it moves the window's cursor.
16095
16096 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16097
16098         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16099         `mm-dissect-multipart' and receive the from field as an (optional)
16100         argument from `mm-dissect-multipart'.
16101         (mm-dissect-multipart): Receive the from field as an argument and
16102         pass it on when we call `mm-dissect-buffer' on MIME parts.
16103         Fixes verification/decryption of signed/encrypted MIME parts.
16104
16105 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16106
16107         * gnus-sum.el (gnus-summary-move-article):
16108         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16109         whatever it calls (right now, only nnimap-request-move article
16110         respects it).
16111
16112         * nnimap.el (nnimap-request-move-article):
16113         When gnus-sum-hint-move-is-internal is set, don't do the extra
16114         nnimap-request-article.
16115
16116 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16117
16118         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16119
16120         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16121         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16122
16123         * gnus-sum.el (gnus-summary-caesar-message):
16124         Apply `gnus-treat-article' after rotation.
16125
16126         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16127         doc string.
16128
16129 2005-02-22  Simon Josefsson  <jas@extundo.com>
16130
16131         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16132         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16133         <arne@arnested.dk>.
16134         (encrypt): Add password-cache and password-cache-expiry as group
16135         members.
16136
16137 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16138
16139         * smime.el (smime-ldap-host-list): Doc fix.
16140         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16141         cache) password.
16142         (smime-sign-region): Use it.
16143         (smime-decrypt-region): Use it.
16144         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16145         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16146         fails.
16147         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16148         certificate from DER to PEM format rather than calling openssl.
16149
16150         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16151
16152         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16153         for signing/encryption.
16154
16155         * mml.el (mml-parse-1): Use them.
16156
16157 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16158
16159         * nnrss.el (nnrss-verbose): Remove.
16160         (nnrss-request-group): Use `nnheader-message' instead.
16161
16162 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16163
16164         * nnrss.el (nnrss-verbose): New variable.
16165         (nnrss-request-group): Make it say nnrss is requesting a group.
16166
16167 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16168
16169         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16170         Handle news URL with given port correctly.
16171
16172 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16175         containing special characters.
16176
16177         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16178
16179         * mml.el (mime-to-mml): Ditto.
16180
16181         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16182         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16183         (rfc2047-decode-region): Quote decoded words containing special
16184         characters when rfc2047-quote-decoded-words-containing-tspecials
16185         is non-nil.
16186
16187 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16188
16189         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16190
16191         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16192
16193 2005-02-15  Simon Josefsson  <jas@extundo.com>
16194
16195         * nnimap.el (nnimap-debug): Doc fix.
16196
16197         * imap.el (imap-debug): Doc fix.
16198
16199 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16202
16203 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16204
16205         * gnus.el (spam-contents): Improve docs for spam-contents
16206         parameter in its variable incarnation.
16207
16208 2005-02-14  Simon Josefsson  <jas@extundo.com>
16209
16210         * smime-ldap.el: Use require instead of load-library for ldap.
16211         (smime-ldap-search): Indent.
16212         (smime-ldap-search-internal): Shorten line.
16213
16214         * smime.el (smime-cert-by-dns): Add doc-string.
16215         (smime-cert-by-ldap-1): Indent.
16216
16217         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16218         mml-smime-get-dns-ldap.
16219         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16220
16221 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16222
16223         * smime.el: Require smime-ldap.
16224         (smime-ldap-host-list): New variable.
16225         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16226
16227         * mml-smime.el (mml-smime-encrypt-query): New function.
16228         (mml-smime-encrypt-query): Use it.
16229
16230         * smime-ldap.el: New file.
16231
16232 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16233
16234         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16235
16236 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16237
16238         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16239         argument in doc string.  Make query for type more clear.
16240
16241 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16242
16243         * gnus.el (gnus-group-startup-message): Search for gnus images in
16244         etc/images/gnus.
16245         * mm-util.el (mm-image-load-path): Likewise.
16246         * smiley.el (smiley-data-directory): Search for smilies in
16247         etc/images/smilies.
16248
16249 2005-02-09  Kim F. Storm  <storm@cua.dk>
16250
16251         Change Emacs release version from 21.4 to 22.1 throughout.
16252         Change Emacs development version from 21.3.50 to 22.0.50.
16253
16254 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16257
16258         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16259         non-Mule XEmacs as well.
16260         (mm-decompress-buffer): Signal an error intentionally if it does
16261         not decompress compressed data because auto-compression-mode is
16262         disabled.
16263
16264 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16265
16266         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16267         an ID in the registry even if it has no groups.
16268
16269 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16272         merge it into mm-decompress-buffer.
16273         (gnus-mime-copy-part): Use the MIME part charset, the value which
16274         a user specified or gnus-newsgroup-charset for decoding, like
16275         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16276         save-buffer what was used.  Suggested by Kevin Ryde
16277         <user42@zip.com.au>.
16278         (gnus-mime-inline-part): Allow the name parameter as well as the
16279         filename parameter; force decompressing of compressed data; always
16280         display contents being not decoded as unibyte.
16281
16282         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16283         as well as the filename parameter.
16284
16285         * mm-util.el (mm-decompress-buffer):
16286         Merge gnus-mime-jka-compr-maybe-uncompress.
16287         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16288         of compressed data.
16289
16290 2005-02-08  Simon Josefsson  <jas@extundo.com>
16291
16292         * imap.el (imap-log): Doc fix.
16293
16294 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16297         the coding cookies; decompress compressed parts.
16298
16299         * mml.el (mml-generate-mime-1): Add the charset parameter according
16300         to the value which a user specified manually or the coding cookie.
16301
16302         * mm-util.el (mm-string-to-multibyte): New function.
16303         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16304         (mm-coding-system-to-mime-charset): New function.
16305         (mm-decompress-buffer): New function.
16306         (mm-find-buffer-file-coding-system): New function.
16307
16308         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16309         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16310         parts.
16311
16312 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16313
16314         * mm-view.el (mm-display-inline-fontify): Decode a part according
16315         to the charset parameter.
16316
16317 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16318
16319         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16320         prefix arg is neither nil nor a number, as info specifies.
16321
16322 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16323
16324         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16325         timestamps.
16326
16327 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16328
16329         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16330         groups error checking and notify user.
16331
16332 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16333
16334         * message.el (message-send-mail-function): Check existence of
16335         sendmail-program first before using default value
16336         `message-send-mail-with-sendmail'.  Otherwise use more generic
16337         `smtpmail-send-it'.
16338
16339 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16340
16341         * nntp.el (nntp-request-update-info): Always return nil.
16342
16343 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16344
16345         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16346
16347 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16348
16349         * message.el (message-beginning-of-line): Change the behavior when
16350         invoked between BOL and : so that it first moves backward.
16351
16352 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16355         article buffer when editing of the article is discarded.
16356         (gnus-article-prepare): Revert.
16357
16358 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16359
16360         * gnus-art.el (gnus-article-prepare):
16361         Remove message-strip-forbidden-properties from the local hook.
16362
16363 2005-01-27  Simon Josefsson  <jas@extundo.com>
16364
16365         * password.el (password-cache-add): Only start one timer per key.
16366         Reported by Derek Atkins <warlord@MIT.EDU>.
16367
16368 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16369
16370         * run-at-time.el: Remove.  It is no longer needed as
16371         timer-funcs.el in the xemacs-base package has a working version of
16372         `run-at-time'.
16373
16374         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16375
16376         * password.el: Require timer-funcs instead of run-at-time in
16377         XEmacs.
16378         Remove `password-run-at-time' macro.
16379         (password-cache-add): Use `run-at-time' instead of
16380         `password-run-at-time'.
16381
16382         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16383         Remove `nnheader-cancel-function-timers' alias,
16384         `cancel-function-timers' exists in XEmacs in timer-funcs.
16385
16386         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16387         for `run-with-idle-timer'.
16388
16389         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16390         for `run-at-time'.
16391
16392         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16393         for `with-timeout'.
16394
16395         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16396         the same as for XEmacs 21.4.
16397         No need to ignore `run-with-idle-timer', this function exists in
16398         XEmacs now in timer-funcs.el in the xemacs-base package.
16399         (dgnushack-compile): No need to delete
16400         run-at-time.el from the list of files to compile because it
16401         doesn't exist anymore.
16402
16403 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16406         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16407
16408 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16409
16410         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16411         sensitively.
16412
16413 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16414
16415         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16416
16417 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16420         which will be inserted according to the multibyteness of a buffer
16421         rather than the type of contents.  Suggested by ARISAWA Akihiro
16422         <ari@mbf.ocn.ne.jp>.
16423
16424         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16425         of string which old xml.el may return rather than a string.
16426
16427 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16428
16429         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16430
16431 2005-01-16  Simon Josefsson  <jas@extundo.com>
16432
16433         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16434         idn/idna.el isn't available.
16435         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16436         <michael@waxrat.com>.
16437
16438         * hashcash.el: Remove non-FSF copyright header.
16439
16440         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16441         (hashcash-generate-payment): Use it.
16442         (hashcash-generate-payment-async): Use it.
16443
16444 2005-01-15  Simon Josefsson  <jas@extundo.com>
16445
16446         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16447         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16448
16449         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16450         gnus-summary-idna-message.
16451         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16452         (gnus-summary-idna-message): New function.
16453
16454 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16455
16456         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16457         gnus-novice-user.
16458
16459 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16460
16461         * nnrss.el (nnrss-request-delete-group): Delete entries in
16462         nnrss-group-alist as well.
16463         (nnrss-save-server-data): Insert newline.
16464
16465 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16466
16467         * gnus.el (gnus-user-agent): Use list of symbols instead of
16468         symbols.  Display full version number for (S)XEmacs.
16469         Optionally display (S)XEmacs codename.
16470
16471         * gnus-util.el (gnus-emacs-version): Update for new
16472         `gnus-user-agent'.
16473
16474         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16475         Gnus version.
16476
16477 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16478
16479         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16480         which is unreadable in some setups.
16481
16482 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * gnus-spec.el (gnus-update-format-specifications): Flush the
16485         group format spec cache if it doesn't support decoded group names.
16486
16487 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16488
16489         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16490         Allow to apply decay on score files matching a regexp.
16491
16492 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16495         compatibility in %g and %c.
16496
16497 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16500         name for only %g and %c.
16501         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16502         of gnus-tmp-group to decoded group name.
16503         (gnus-group-make-rss-group): Exclude `/'s from group names.
16504
16505 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * nnrss.el (nnrss-get-encoding): Fix regexp.
16508
16509 2004-12-27  Simon Josefsson  <jas@extundo.com>
16510
16511         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16512         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16513         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16514
16515 2004-12-17  Kim F. Storm  <storm@cua.dk>
16516
16517         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16518
16519         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16520
16521 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16522
16523         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16524
16525 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16526
16527         * nnrss.el: Require rfc2047 and mml.
16528         (nnrss-file-coding-system): New variable.
16529         (nnrss-format-string): Redefine it as an inline function.
16530         (nnrss-decode-group-name): New function.
16531         (nnrss-string-as-multibyte): Remove.
16532         (nnrss-retrieve-headers): Decode group name; don't use
16533         nnrss-format-string.
16534         (nnrss-request-group): Decode group name.
16535         (nnrss-request-article): Decode group name; allow a Message-ID as
16536         well as an article number; don't use nnrss-format-string; encode a
16537         Message-ID string which may contain non-ASCII characters; use
16538         mml-to-mime to compose a MIME article.
16539         (nnrss-request-expire-articles): Decode group name.
16540         (nnrss-request-delete-group): Decode group name.
16541         (nnrss-fetch): Clarify error message.
16542         (nnrss-read-server-data): Use insert-file-contents instead of load;
16543         bind file-name-coding-system; use multibyte buffer.
16544         (nnrss-save-server-data): Bind coding-system-for-write to the
16545         value of nnrss-file-coding-system; bind file-name-coding-system;
16546         add coding cookie.
16547         (nnrss-read-group-data): Use insert-file-contents instead of load;
16548         bind file-name-coding-system; use multibyte buffer.
16549         (nnrss-save-group-data): Bind coding-system-for-write to the
16550         value of nnrss-file-coding-system; bind file-name-coding-system.
16551         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16552         make it work with non-ASCII text.
16553         (nnrss-find-el): Make it work with old xml.el as well.
16554
16555 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16556
16557         * nnrss.el (nnrss-get-encoding): New function.
16558         (nnrss-fetch): Use unibyte buffer initially; bind
16559         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16560         decode contents according to the encoding attribute.
16561         (nnrss-save-group-data): Add coding cookie.
16562         (nnrss-mime-encode-string): New function.
16563         (nnrss-check-group): Use it to encode subject and author.
16564
16565 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16566
16567         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16568         imaginary variable.
16569
16570 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16573         correctly even if there are wide characters.
16574
16575 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16576
16577         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16578         downcased symbol names; make a new cache instead of reusing
16579         bbdb-hashtable.
16580
16581 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16582
16583         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16584         concatenating segments rather than before concatenating them.
16585         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16586
16587         * message.el (message-get-reply-headers): Bind `extra'.
16588
16589 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16590
16591         * message.el (message-extra-wide-headers): New variable.
16592         (message-get-reply-headers): Use it.
16593
16594 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16597         (gnus-agent-group-pathname): Ditto.
16598
16599         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16600
16601         * gnus-group.el (gnus-group-make-group): Decode group name.
16602         (gnus-group-make-rss-group): Register the group data after opening
16603         the nnrss group.
16604
16605 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16606
16607         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16608         by expiry now get marked as read.
16609
16610 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16611
16612         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16613
16614 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16615
16616         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16617         unify Latin characters in XEmacs.
16618         (mm-find-mime-charset-region): Use it.
16619
16620 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * gnus-util.el (gnus-delete-directory): New function.
16623
16624         * gnus-agent.el (gnus-agent-delete-group): Use it.
16625
16626         * gnus-cache.el (gnus-cache-delete-group): Use it.
16627
16628 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16631         names.
16632
16633 2004-12-16  Simon Josefsson  <jas@extundo.com>
16634
16635         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16636
16637 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16638
16639         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16640
16641         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16642         (gnus-group-set-current-level): Decode group name.
16643
16644 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16645
16646         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16647         failed.
16648
16649 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * gnus-group.el (gnus-group-delete-group): Decode group name.
16652         (gnus-group-make-rss-group): Encode group name.
16653         (gnus-group-catchup-current): Decode group name.
16654         (gnus-group-kill-group): Decode group name.
16655
16656 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16657
16658         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16659
16660 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16661
16662         * gnus-group.el (gnus-group-make-rss-group):
16663         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16664
16665         * gnus-start.el (gnus-setup-news): Honor user's setting to
16666         gnus-message-archive-method.  Suggested by Lute Kamstra
16667         <lute@gnu.org>.
16668
16669 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16670
16671         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16672         global counterparts of the buffer-local variables.
16673
16674 2004-11-16  Romain Francoise  <romain@orebokech.com>
16675
16676         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16677         counterparts of the buffer-local variables.
16678
16679 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16680
16681         * message.el (message-forbidden-properties): Fix typo in doc
16682         string.
16683
16684 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16685
16686         * gnus-util.el (gnus-replace-in-string): Add doc string.
16687
16688         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16689         to avoid problems when splitting mails with many recipients.
16690
16691 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16692
16693         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16694         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16695
16696 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16697
16698         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16699         if there is no hashtable in memory or file modification time is
16700         newer than cached timestamp.
16701
16702 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16703
16704         * gnus-sum.el (gnus-summary-limit-to-recipient):
16705         Implement not-matching option.
16706
16707 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16708
16709         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16710         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16711         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16712         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16713         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16714         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16715
16716 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16717
16718         * message.el (message-forward-make-body-mml): Remove headers
16719         according to message-forward-ignored-headers if a message is decoded.
16720
16721 2004-12-02  Romain Francoise  <romain@orebokech.com>
16722
16723         * message.el (message-forward-make-body-plain): Always remove
16724         headers according to message-forward-ignored-headers.
16725
16726 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16727
16728         * spam.el (spam-summary-prepare-exit): Remove the
16729         gnus-summary-limit pop for now, it has problems with ham marks for
16730         me.
16731
16732 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16733
16734         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16735         correctly.
16736
16737 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16738
16739         * format-spec.el (format-spec): Message the char.
16740
16741 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16742
16743         * gnus-art.el (gnus-split-methods): Reformat comments.
16744
16745         * spam.el (spam-summary-prepare-exit): Remove article limits
16746         before exiting the summary buffer.
16747
16748 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16751         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16752
16753         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16754         order to silence the byte compiler.
16755
16756         * spam.el: Fix the way to silence the byte compiler, which
16757         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16758         bbdb-search-simple, spam-BBDB-register-routine,
16759         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16760         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16761         spam-stat-buffer-is-spam, spam-stat-load,
16762         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16763         spam-stat-save and spam-stat-split-fancy.
16764
16765 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16766
16767         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16768         which may confuse users.
16769         (canlock-password-for-verify): Ditto.
16770
16771         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16772
16773         * gnus-art.el (gnus-emphasis-alist): Ditto.
16774
16775         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16776
16777         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16778
16779         * gnus-start.el (gnus-save-killed-list): Ditto.
16780
16781         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16782         (gnus-sum-thread-tree-root): Ditto.
16783         (gnus-sum-thread-tree-false-root): Ditto.
16784         (gnus-sum-thread-tree-single-indent): Ditto.
16785
16786         * message.el (message-courtesy-message): Ditto.
16787         (message-archive-note): Ditto.
16788         (message-subscribed-address-file): Ditto.
16789         (message-user-fqdn): Ditto.
16790
16791         * spam-report.el (spam-report-gmane-regex): Ditto.
16792
16793         * spam.el (spam-blackhole-good-server-regex): Ditto.
16794
16795 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * mml.el (mml-preview): Widen the message buffer before copying
16798         the contents to the preview buffer; sort headers before previewing.
16799
16800         * message.el (message-hidden-headers): Fix the way to avoid a bug
16801         in the `repeat' widget in Emacs 21.3 or earlier.
16802
16803 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16804
16805         * message.el (message-hidden-headers): Default to "^References:".
16806         Improve customization type.  Suggested by Reiner Steib
16807         <Reiner.Steib@gmx.de>.
16808
16809 2004-11-25  Romain Francoise  <romain@orebokech.com>
16810
16811         * message.el (message-strip-forbidden-properties): Remove check for
16812         obsolete `message-hidden' text property, hidden headers are not
16813         accessible in the buffer anymore.
16814
16815 2004-11-22  Romain Francoise  <romain@orebokech.com>
16816
16817         * message.el (message-header-format-alist): Add `From' in list
16818         so that it can be sorted.
16819         (message-fix-before-sending): Widen and sort headers before
16820         sending.
16821         (message-hide-headers): Use narrowing to hide headers by moving
16822         them to the top of the buffer and narrowing to the region
16823         underneath.
16824
16825 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16826
16827         * message.el (message-strip-forbidden-properties):
16828         Bind buffer-read-only (etc) to nil.
16829
16830 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16833         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16834
16835 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16836
16837         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16838
16839 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16840
16841         * dns.el (query-dns): Use sit-for to time instead of
16842         accept-process-output, since that doesn't seem to work on udp
16843         sockets.
16844
16845 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16846
16847         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16848
16849 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16850
16851         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16852         doc string.  Improve doc string.
16853
16854 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * nntp.el (nntp-request-update-info): Return nil if
16857         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16858         may not call gnus-activate-group which uselessly issues the GROUP
16859         commands for all nntp groups and wastes time.  Reported by Romain
16860         Francoise <romain@orebokech.com>.
16861
16862         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16863
16864 2004-11-15  Simon Josefsson  <jas@extundo.com>
16865
16866         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16867         headers separately.
16868         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16869         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16870
16871 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16872
16873         * gnus-start.el (gnus-convert-old-newsrc):
16874         Assign legacy-gnus-agent to 5.10.7.
16875
16876 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16877
16878         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16879         start of the lines.
16880
16881 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16882
16883         * hashcash.el (hashcash-default-payment): Change default to 20.
16884         (hashcash-default-accept-payment): Change default to 20.
16885         (hashcash-process-alist): New variable.
16886         (hashcash-generate-payment-async): Add.
16887         (hashcash-already-paid-p): Add.
16888         (hashcash-insert-payment): Don't generate payments twice.
16889         (hashcash-insert-payment-async): Add.
16890         (hashcash-insert-payment-async-2): Add.
16891         (hashcash-cancel-async): Add.
16892         (hashcash-wait-async): Add.
16893         (hashcash-processes-running-p): Add.
16894         (hashcash-wait-or-cancel): Add.
16895         (mail-add-payment): New optional argument.  Conditionally start
16896         asynchronous calculation.
16897         (mail-add-payment-async): Add.
16898
16899         * message.el (message-send-mail): Wait for asynchronous hashcash
16900         results.  Don't clobber existing X-Hashcash headers.
16901         (message-setup-1): Call mail-add-payment-async when
16902         message-generate-hashcash is non-nil.
16903
16904 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16905
16906         * message.el (message-use-alternative-email-as-from): Examine the
16907         From header as well; use message-make-from in order to include a
16908         user's full name.
16909
16910 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16913         default; improve customization type.
16914         (gnus-emphasis-custom-with-format): New macro.
16915         (gnus-emphasis-custom-value-to-external): New function.
16916         (gnus-emphasis-custom-value-to-internal): New function.
16917
16918 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16919
16920         * dns.el (query-dns): Resolve reverse addresses.
16921
16922 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16923
16924         * gnus-group.el (gnus-group-get-new-news): Use it.
16925
16926         * gnus-start.el (gnus-check-reasonable-setup): New function.
16927
16928 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16931         "Args out of range" error.  Reported by Arnaud Giersch
16932         <arnaud.giersch@free.fr>.
16933
16934 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16935
16936         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16937
16938 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16939
16940         * spam.el (spam group): Add :version.
16941
16942         * pgg-def.el (pgg group): Add :version.
16943
16944 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * gnus-art.el (gnus-article-edit-article): Don't associate the
16947         article buffer with a draft file.  This is a temporary measure
16948         against the 2004-08-22 change to gnus-article-edit-mode.
16949
16950 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16951
16952         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16953         (html2text-format-tags): Remove unused variable `attr'.
16954
16955 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16956
16957         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16958
16959         * tls.el (tls-process-connection-type, tls-success)
16960         (tls-certtool-program): Add :version.
16961
16962         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16963         (starttls-extra-arguments, starttls-process-connection-type)
16964         (starttls-connect, starttls-failure, starttls-success): Add :version.
16965
16966         * spam-stat.el (spam-stat): Add :version.
16967
16968         * sieve.el (sieve): Add :version.
16969
16970         * sha1.el (sha1): Add :version.
16971         (sha1-use-external): Remove redundant version.
16972
16973         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16974         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16975         (nnmail-split-fancy-match-partial-words)
16976         (nnmail-split-lowercase-expanded): Add :version.
16977
16978         * nndiary.el (nndiary): Add :version.
16979
16980         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16981
16982         * mml-sec.el (mml-default-sign-method)
16983         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16984         Add :version.
16985
16986         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16987
16988         * mm-url.el (mm-url-use-external, mm-url-program)
16989         (mm-url-arguments): Add :version.
16990
16991         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16992         (mm-attachment-file-modes, mm-decrypt-option)
16993         (mm-w3m-safe-url-regexp): Add :version.
16994
16995         * message.el (message-cite-prefix-regexp)
16996         (message-sendmail-envelope-from, message-minibuffer-local-map)
16997         (message-user-fqdn, message-completion-alist): Add :version.
16998
16999         * gnus-win.el (gnus-configure-windows-hook)
17000         (gnus-use-frames-on-any-display): Add :version.
17001
17002         * gnus-art.el (gnus-article-address-banner-alist)
17003         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17004         (gnus-treat-from-picon, gnus-treat-mail-picon)
17005         (gnus-treat-x-pgp-sig): Add :version.
17006
17007         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17008         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17009         (gnus-summary-article-delete-hook)
17010         (gnus-summary-display-while-building): Add :version.
17011
17012         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17013         (gnus-get-top-new-news-hook): Add :version.
17014
17015         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17016         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17017
17018         * gnus-registry.el (gnus-registry): Add :version.
17019
17020         * gnus-spec.el (gnus-use-correct-string-widths)
17021         (gnus-make-format-preserve-properties): Add :version.
17022
17023         * gnus.el (gnus-group-charter-alist)
17024         (gnus-group-fetch-control-use-browse-url)
17025         (gnus-install-group-spam-parameters): Add :version.
17026
17027         * gnus-diary.el (gnus-diary): Add :version.
17028
17029         * gnus-delay.el (gnus-delay): Add :version.
17030
17031         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17032         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17033         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17034         Add :version.
17035
17036         * gnus-agent.el (gnus-agent-max-fetch-size)
17037         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17038         (gnus-agent-prompt-send-queue): Add :version.
17039
17040         * deuglify.el (gnus-outlook-deuglify): Add :version.
17041
17042         * html2text.el: Beautify code.  Improve doc strings.
17043         Some checkdoc cleanup.
17044         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17045
17046 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17047
17048         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17049
17050 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17051
17052         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17053         when package is loaded.
17054
17055         * spam.el (spam-summary-score-preferred-header): Add global preference
17056         for people who want to override the default SpamAssassin over
17057         Bogofilter preference (when both are set).
17058         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17059         (spam-user-format-function-S):
17060         Check spam-summary-score-preferred-header.
17061         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17062         (spam-user-format-function-S): Format the score correctly.
17063
17064 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17065
17066         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17067         signature file.  Suggested by Manoj Srivastava
17068         <srivasta@golden-gryphon.com>.
17069
17070         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17071         iso-2022-jp even in the Japanese language environment.
17072         Suggested by Jason Rumney <jasonr@gnu.org>.
17073
17074 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17075
17076         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17077         use the same characters as the dummy marks; make it free from
17078         getting affected by the language environment.
17079         (gnus-summary-read-group-1): Update mark positions only when the
17080         format spec is updated.
17081
17082         * gnus-spec.el (gnus-update-format-specifications): Return a list
17083         of updated types.
17084
17085 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17088         of boundp to check if display-warning is available.
17089
17090 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17091
17092         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17093
17094 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17095
17096         * nnspool.el (nnspool-spool-directory): Use news-path if the
17097         news-directory variable is not bound.
17098
17099         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17100         function instead of display-warning if it is not available.
17101
17102 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17103
17104         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17105         v5-10: Use `point-at-bol'.
17106
17107 2004-10-26  Simon Josefsson  <jas@extundo.com>
17108
17109         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17110         <chenggao@gmail.com>.
17111
17112 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17113
17114         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17115         instead.
17116
17117 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17118
17119         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17120         to remove a server from the nnimap-server-buffer-alist.
17121         (nnimap-open-connection, nnimap-close-server): Use it.
17122
17123         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17124
17125 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17126
17127         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17128         running the major-mode function.
17129
17130 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17133         dummy marks in the right way.
17134
17135 2004-10-18  David Edmondson  <dme@dme.org>
17136
17137         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17138         excessively.
17139
17140 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17141
17142         * gnus-util.el (gnus-split-references): Accept a nil references
17143         string and go on blissfully.
17144
17145         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17146         cases where the references string is non-nil but has no references.
17147
17148         * encrypt.el: Add autoload tags.
17149
17150         * spam.el (spam-resolve-registrations-routine): Remove article
17151         from unregistration list too.  Reported by David Hanak
17152         <dhanak@isis.vanderbilt.edu>
17153
17154 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17155
17156         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17157         nil.  Change custom type.
17158
17159 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17160
17161         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17162
17163         * gnus-sum.el (gnus-summary-move-article): Use it.
17164
17165 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17166
17167         * encrypt.el: Add autoload cookies.
17168
17169         * spam.el (spam-backend-article-list-property)
17170         (spam-backend-get-article-todo-list)
17171         (spam-backend-put-article-todo-list)
17172         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17173         Resolve registrations separately.
17174         (spam-register-routine): Format comments.
17175         (spam-unregister-routine, spam-register-routine): Always call with
17176         specific-articles, no default list.
17177         (spam-summary-prepare-exit): Use the spam-classifications function.
17178
17179         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17180         gnus-encrypt.el.
17181
17182         * encrypt.el: Copied from gnus-encrypt.el.
17183
17184         * gnus-encrypt.el: Commented that it's obsolete.
17185
17186 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17187
17188         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17189         (gnus-score-save): Use it.
17190
17191         * message.el (message-bury): Use `window-dedicated-p'.
17192
17193 2004-10-15  Simon Josefsson  <jas@extundo.com>
17194
17195         * pop3.el (top-level): Don't require nnheader.
17196         (pop3-read-timeout): Add.
17197         (pop3-accept-process-output): Add.
17198         (pop3-read-response, pop3-retr): Use it.
17199
17200 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17201
17202         * spam.el (spam-register-routine): Move comment.
17203         (spam-verify-bogofilter): Use 'unknown for the initial
17204         spam-bogofilter-valid state, not 'never.
17205
17206         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17207         for netrc-machine.
17208
17209         * nnimap.el (nnimap-open-connection):
17210         Use netrc-machine-user-or-password.
17211
17212 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17213
17214         * gnus-registry.el (gnus-registry-unload-hook):
17215         Set as a variable with add-hook.
17216
17217         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17218         of news-path.
17219
17220         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17221
17222         * spam.el: Delete duplicate `provide'.
17223         (spam-unload-hook): Set as a variable with add-hook.
17224
17225 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17226
17227         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17228         in the doc string.
17229
17230         * message.el (message-ignored-news-headers)
17231         (message-ignored-supersedes-headers)
17232         (message-ignored-resent-headers)
17233         (message-forward-ignored-headers): Improve custom type.
17234
17235 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * message.el (message-tokenize-header): Fix 2004-09-06 change
17238         which used point-min in the wrong place.
17239
17240 2004-10-12  Simon Josefsson  <jas@extundo.com>
17241
17242         * tls.el (tls-certtool-program): New variable.
17243         (tls-certificate-information): New function, based on
17244         ssl-certificate-information.
17245
17246 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17247
17248         * compface.el: Move the version of ELisp-based uncompface program
17249         to the contrib directory because of the copyright problem.
17250
17251 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17252
17253         * message.el (message-kill-buffer): Raise the current frame.
17254
17255 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17256
17257         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17258
17259         * gnus.el (message-y-or-n-p): Autoload.
17260
17261         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17262         (pop3-password-required, pop3-authentication-scheme)
17263         (pop3-leave-mail-on-server): Make customizable.
17264         (pop3): New custom group.
17265         (pop3-retr): Remove `sleep-for' statements.
17266         Suggested by Dave Love <fx@gnu.org>.
17267
17268         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17269         Windows/DOS.
17270
17271         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17272         (imap-parse-body): Fix incorrect use of `assert'.
17273         Suggested by Dave Love <fx@gnu.org>.
17274
17275         * mml.el (mml-minibuffer-read-disposition): Require match.
17276         Suggested by Dave Love <fx@gnu.org>.
17277
17278 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17279
17280         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17281         doc string.
17282
17283 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17284
17285         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17286
17287 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17288
17289         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17290         instead of calling `mm-insert-inline', to decode text/* parts
17291         before displaying them.
17292
17293 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17294
17295         * mm-uu.el (mm-uu-text-plain-type): New variable.
17296         (mm-uu-pgp-signed-extract-1): Use it.
17297         (mm-uu-pgp-encrypted-extract-1): Use it.
17298         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17299         bind mm-uu-text-plain-type with that value.
17300         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17301         mm-uu-dissect.
17302
17303 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17304
17305         * gnus-group.el (gnus-update-group-mark-positions):
17306         * gnus-sum.el (gnus-update-summary-mark-positions):
17307         * message.el (message-check-news-body-syntax):
17308         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17309         of string-as-multibyte.
17310
17311 2004-10-05  Juri Linkov  <juri@jurta.org>
17312
17313         * gnus-group.el (gnus-update-group-mark-positions):
17314         * gnus-sum.el (gnus-update-summary-mark-positions):
17315         * message.el (message-check-news-body-syntax):
17316         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17317         8-bit unibyte values to a multibyte string for search functions.
17318
17319 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17320
17321         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17322         (mm-uu-dissect-text-parts): New function.
17323
17324         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17325         dissect text parts.
17326
17327         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17328         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17329
17330         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17331
17332         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17333         Use gnus-current-topics instead of gnus-current-topic.
17334
17335 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17336
17337         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17338
17339 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17340
17341         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17342         where approriate.
17343
17344         * nnml.el (nnml-generate-active-info): do.
17345
17346         * nndiary.el (nndiary-generate-active-info): do.
17347
17348         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17349         (gnus-topic-move): do.
17350
17351         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17352         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17353
17354         * gnus-srvr.el (gnus-server-prepare)
17355         (gnus-server-open-all-servers): do.
17356
17357         * gnus-msg.el (gnus-summary-cancel-article)
17358         (gnus-summary-resend-message)
17359         (gnus-summary-mail-crosspost-complaint): do.
17360
17361         * gnus-move.el (gnus-change-server): do.
17362
17363         * gnus-group.el (gnus-group-unmark-all-groups)
17364         (gnus-group-set-current-level): do.
17365
17366 2004-10-04  Simon Josefsson  <jas@extundo.com>
17367
17368         * message.el (message-generate-hashcash): Doc fix.
17369
17370 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17371
17372         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17373         avoid infinite recursion via gnus-get-function.
17374
17375 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17376
17377         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17378
17379         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17380
17381         * nnmail.el (nnmail-split-history): do.
17382
17383         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17384         (nnml-request-delete-group): do.
17385
17386         * nnslashdot.el (nnslashdot-read-groups): do.
17387
17388         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17389         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17390
17391         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17392         (nnspool-sift-nov-with-sed): Use last.
17393         (nnspool-retrieve-headers-with-nov): Use mapc.
17394         (nnspool-request-newgroups): Use dolist.
17395         (nnspool-request-group): Use last.
17396
17397         * nntp.el (nntp-read-server-type): Use dolist.
17398
17399         * nnvirtual.el (nnvirtual-create-mapping)
17400         (nnvirtual-update-read-and-marked): Use dolist.
17401         (nnvirtual-convert-headers): Simplify.
17402
17403 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17404
17405         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17406         Add support for sync'ing tick marks.
17407
17408 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17409
17410         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17411         there's no visible header.
17412
17413 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17414
17415         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17416         When necessary, pass full group name to gnus-request-set-marks.
17417
17418 2004-10-01  Simon Josefsson  <jas@extundo.com>
17419
17420         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17421         acroread.
17422
17423 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17424
17425         * spam-report.el (spam-report-gmane): Fix interactive.
17426
17427         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17428
17429         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17430         when writing file.
17431         (gnus-agent-synchronize-flags): Don't default to being
17432         interactive.
17433
17434 2004-09-30  Simon Josefsson  <jas@extundo.com>
17435
17436         * message.el (message-generate-hashcash): Add.
17437         (message-send-mail): Use it, call mail-add-payment.
17438
17439 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17440
17441         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17442
17443 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17444
17445         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17446         gnus-requst-update-info with explicit code to sync the in-memory
17447         info read flags with the marks being sync'd to the backend.
17448
17449         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17450
17451 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17452
17453         * spam.el (spam-verify-bogofilter): Add new function.
17454         (spam-check-bogofilter)
17455         (spam-bogofilter-register-with-bogofilter): Use it.
17456         (spam-verify-bogofilter): Add small fixes.
17457
17458 2004-09-28  Simon Josefsson  <jas@extundo.com>
17459
17460         * hashcash.el (hashcash-generate-payment): Revert.
17461
17462 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17463
17464         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17465         Use gnus-extract-references instead of gnus-split-references.
17466
17467         * gnus-util.el (gnus-extract-references): Add new function, analogous
17468         to gnus-split-references but extracts only the message-ID without
17469         anything extra.
17470
17471         * hashcash.el (hashcash-generate-payment)
17472         (hashcash-check-payment): Do the right thing if hashcash-path is
17473         nil (because the hashcash program could not be found).
17474
17475         * spam.el (spam-use-hashcash): Remove comment.
17476
17477 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17478
17479         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17480         (gnus-cache-enter-article, gnus-cache-remove-article)
17481         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17482
17483         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17484
17485         * gnus-art.el (article-hide-boring-headers)
17486         (article-translate-strings, article-display-face)
17487         (gnus-article-mime-match-handle-first)
17488         (gnus-article-highlight-headers)
17489         (gnus-article-add-buttons-to-head): do.
17490
17491 2004-09-27  Simon Josefsson  <jas@extundo.com>
17492
17493         * hashcash.el: New version, from
17494         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17495         ../contrib/.
17496
17497 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17500
17501 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17502
17503         * gnus-dup.el (gnus-dup-open): Use mapc.
17504         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17505
17506         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17507         Reported by Stefan Wiens <s.wi@gmx.net>.
17508
17509         * gnus.el (gnus-shutdown): Use dolist.
17510
17511         * gnus-undo.el (gnus-undo): Use mapc.
17512
17513         * nnrss.el (nnrss-generate-active): do.
17514
17515         * message.el (message-cite-original-without-signature)
17516         (message-cite-original): Use mapc.
17517         (message-do-actions, message-make-forward-subject): Use dolist.
17518
17519 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17520
17521         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17522         deletion to remove entire duplicate line.  Fixes merged article
17523         number bug.
17524
17525 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17526
17527         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17528         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17529         first ask if you want to open a server and then, even when you
17530         responded with no, asking if you want to synchronize the server's
17531         flags.
17532         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17533         multi-line expressions.
17534         (gnus-agent-synchronize-group-flags): New internal function.
17535         Updates marks in memory (in the info structure) AND in the
17536         backend.
17537
17538         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17539
17540         * nnagent.el (nnagent-request-set-mark):
17541         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17542         method, to ensure that synchronization updates marks in the
17543         backend and in the info (in memory) structure.
17544
17545 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17546
17547         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17548         convention fully; don't miss the root article of a thread; make
17549         the X-Draft-From header with correct article numbers.
17550
17551 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17552
17553         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17554         unless plugged.  Disable the agent so that an open failure causes
17555         an error.
17556
17557         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17558         Revert 2004-09-21 change.  The backend must be opened while
17559         synchronizing flags even when the backend stores the flags
17560         locally.
17561
17562 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17563
17564         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17565         in `header' match.  Reported by Svend Tollak Munkejord.
17566
17567         * message.el (message-cite-original): Fix use of
17568         `message-cite-articles-with-x-no-archive'.
17569
17570 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17571
17572         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17573         (gnus-window-to-buffer): Ditto.
17574
17575         * mml.el (mml-preview-buffer): New variable.
17576         (mml-preview): Manage window layout with gnus-buffer-configuration.
17577
17578         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17579         X-Draft-From header even if those articles aren't quoted.
17580
17581 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17582
17583         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17584         (gnus-request-set-mark, gnus-request-update-mark): Use new
17585         g-s-t-u-l-m to decide to use backend even when unplugged.
17586
17587 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17588
17589         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17590         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17591
17592 2004-09-20  Simon Josefsson  <jas@extundo.com>
17593
17594         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17595         "utf-16-le".
17596
17597 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17598
17599         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17600
17601 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17602
17603         * uudecode.el (uudecode-use-external): Add :version.
17604
17605         * smime.el (smime-CA-file, smime-encrypt-cipher)
17606         (smime-dns-server): Add :version.
17607
17608         * smiley.el (gnus-smiley-file-types): Add :version.
17609
17610         * sha1.el (sha1-use-external): Add :version.
17611
17612         * pgg-def.el (pgg-query-keyserver): Add :version.
17613
17614         * nnmail.el (nnmail-fancy-expiry-targets)
17615         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17616         Add :version.
17617
17618         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17619         (nnimap-retrieve-groups-asynchronous): Add :version.
17620         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17621
17622         * mml.el (mml-content-disposition-parameters)
17623         (mml-insert-mime-headers-always): Add :version.
17624
17625         * mm-util.el (mm-coding-system-priorities): Add :version.
17626
17627         * mm-decode.el (mm-inline-text-html-with-images)
17628         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17629         (mm-verify-option): Add :version.
17630         (mm-text-html-renderer): Change :version.
17631
17632         * message.el (message-fcc-externalize-attachments)
17633         (message-required-headers, message-draft-headers)
17634         (message-subject-trailing-was-query)
17635         (message-subject-trailing-was-ask-regexp)
17636         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17637         (message-mark-insert-end, message-archive-header)
17638         (message-archive-note, message-cross-post-default)
17639         (message-cross-post-note, message-followup-to-note)
17640         (message-cross-post-note-function, message-use-mail-followup-to)
17641         (message-subscribed-address-functions)
17642         (message-subscribed-address-file, message-subscribed-addresses)
17643         (message-subscribed-regexps, message-allow-no-recipients)
17644         (message-yank-cited-prefix, message-signature-insert-empty-line)
17645         (message-hidden-headers, message-hierarchical-addresses)
17646         (message-mail-user-agent, message-use-idna)
17647         (message-valid-fqdn-regexp)
17648         (message-strip-special-text-properties, message-header-synonyms)
17649         (message-beginning-of-line, message-tab-body-function): Add :version.
17650         (message-insert-canlock, message-wide-reply-confirm-recipients):
17651         Change :version.
17652
17653         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17654         and :version.
17655         (mail-source-delete-old-incoming-confirm)
17656         (mail-source-movemail-program): Add :version.
17657
17658         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17659         (gnus-agent-cache, gnus-agent): Change :version.
17660
17661         * gnus-util.el (gnus-use-byte-compile): Change :version.
17662
17663         * gnus-sum.el (gnus-summary-make-false-root-always)
17664         (gnus-summary-default-high-score)
17665         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17666         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17667         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17668         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17669         (gnus-sum-thread-tree-single-indent)
17670         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17671         (gnus-sum-thread-tree-leaf-with-other)
17672         (gnus-sum-thread-tree-single-leaf): Add :version.
17673         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17674         (gnus-article-loose-mime): Change :version.
17675
17676         * gnus-start.el (gnus-backup-startup-file)
17677         (gnus-save-startup-file-via-temp-buffer): Add :version.
17678
17679         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17680         (gnus-server-offline-face): Add :version.
17681
17682         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17683
17684         * gnus-msg.el (gnus-gcc-externalize-attachments)
17685         (gnus-debug-files, gnus-debug-exclude-variables)
17686         (gnus-discouraged-post-methods): Change :version.
17687         (gnus-confirm-mail-reply-to-news)
17688         (gnus-confirm-treat-mail-like-news): Add :version.
17689
17690         * gnus-int.el (gnus-server-unopen-status): Add :version.
17691
17692         * gnus-group.el (gnus-group-jump-to-group-prompt)
17693         (gnus-large-ephemeral-newsgroup)
17694         (gnus-fetch-old-ephemeral-headers): Add :version.
17695
17696         * gnus-fun.el (gnus-x-face-directory)
17697         (gnus-convert-pbm-to-x-face-command)
17698         (gnus-convert-image-to-x-face-command)
17699         (gnus-convert-image-to-face-command): Add :version.
17700
17701         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17702
17703         * gnus-cite.el (gnus-cite-blank-line-after-header)
17704         (gnus-article-boring-faces): Add :version.
17705
17706         * gnus-art.el (gnus-buttonized-mime-types)
17707         (gnus-inhibit-mime-unbuttonizing)
17708         (gnus-treat-display-face)
17709         (gnus-treat-body-boundary): Change :version.
17710         (gnus-body-boundary-delimiter, gnus-picon-databases)
17711         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17712         (gnus-treat-date-english, gnus-treat-fold-headers)
17713         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17714         (gnus-treat-mail-picon, gnus-treat-wash-html)
17715         (gnus-article-encrypt-protocol)
17716         (gnus-use-idna, gnus-article-over-scroll)
17717         (gnus-mime-display-multipart-alternative-as-mixed)
17718         (gnus-mime-display-multipart-related-as-mixed)
17719         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17720         (gnus-ctan-url, gnus-button-ctan-handler)
17721         (gnus-button-handle-ctan-bogus-regexp)
17722         (gnus-button-ctan-directory-regexp)
17723         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17724         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17725         (gnus-button-man-level, gnus-button-emacs-level)
17726         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17727
17728         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17729         (gnus-agent-go-online): Change :version.
17730         (gnus-agent-expire-unagentized-dirs)
17731         (gnus-agent-auto-agentize-methods): Add :version.
17732
17733         * flow-fill.el (fill-flowed-display-column)
17734         (fill-flowed-encode-column): Add :version.
17735
17736         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17737         (gnus-outlook-deuglify-unwrap-max)
17738         (gnus-outlook-deuglify-cite-marks)
17739         (gnus-outlook-deuglify-unwrap-stop-chars)
17740         (gnus-outlook-deuglify-no-wrap-chars)
17741         (gnus-outlook-deuglify-attrib-cut-regexp)
17742         (gnus-outlook-deuglify-attrib-verb-regexp)
17743         (gnus-outlook-deuglify-attrib-end-regexp)
17744         (gnus-outlook-display-hook): Add :version.
17745
17746         * binhex.el (binhex-use-external): Add :version.
17747
17748 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17749
17750         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17751         and `invisible'.
17752
17753 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17754
17755         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17756         in gnus-registry-trim.
17757
17758 2004-09-13  Simon Josefsson  <jas@extundo.com>
17759
17760         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17761
17762         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17763
17764         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17765         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17766         <yamaoka@jpl.org>.
17767         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17768         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17769         <yamaoka@jpl.org>.
17770
17771         * sieve.el (sieve-manage-mode): Ditto.
17772
17773 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17774
17775         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17776
17777 2004-09-11  Simon Josefsson  <jas@extundo.com>
17778
17779         * dns-mode.el: Add.
17780
17781         * mm-view.el (mm-display-dns-inline): Add.
17782
17783         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17784         (mm-automatic-display): Ditto.
17785
17786         * mailcap.el (mailcap-mime-data): Add text/dns.
17787         (mailcap-mime-extensions): Map .soa to text/dns.
17788
17789 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17790
17791         * gnus-art.el (article-decode-mime-words, article-babel)
17792         (gnus-article-highlight-signature, gnus-article-add-buttons)
17793         (gnus-signature-toggle): Remove unnecessary bindings of
17794         `inhibit-read-only' inherited from v5.10 merge.
17795
17796 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17797
17798         * nntp.el (nntp): New customization group.
17799         (nntp-authinfo-file): Add customization group.
17800
17801         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17802
17803         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17804
17805         * gnus.el (to-address, to-list, subscribed)
17806         (large-newsgroup-initial): Ditto.
17807
17808         * flow-fill.el (fill-flowed-display-column)
17809         (fill-flowed-encode-column): Ditto.
17810
17811 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17812
17813         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17814         Use point-min rather than 1.
17815         (message-send-mail): Use buffer-size rather than point-max.
17816
17817         * gnus-sum.el (gnus-summary-search-article-forward):
17818         Signal a specific `search-failed' rather than a generic `error'.
17819
17820         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17821         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17822         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17823
17824 2004-09-10  Simon Josefsson  <jas@extundo.com>
17825
17826         * nndb.el (require): Remove tcp and duplicate cl.
17827
17828 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * gnus-agent.el (directory-files-and-attributes): Move forward.
17831
17832 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17833
17834         * gnus-agent.el (directory-files-and-attributes):
17835         Optionally defined to support XEmacs.
17836
17837 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17838
17839         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17840         to avoid run-time CL dependencies.
17841         (gnus-agent-unfetch-articles): New function.
17842         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17843         article numbers even when local .overview file is missing.
17844         (gnus-agent-read-article-number): New function.  Only accepts
17845         27-bit article numbers.
17846         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17847         Use gnus-agent-read-article-number.
17848         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17849         from backend while recognizing that article numbers in .overview
17850         must be valid.
17851         (gnus-agent-update-files-total-fetched-for):
17852         Use directory-files-and-attributes to improve performance.
17853         * gnus-int.el (gnus-request-move-article):
17854         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17855         improve performance.
17856
17857         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17858         some users confused by references to .newsrc when they only have a
17859         .newsrc.eld file.
17860         (gnus-convert-mark-converter-prompt)
17861         (gnus-convert-converter-needs-prompt): Fix use of property list.
17862         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17863         New function.  Used internally to only display 'gnus converting
17864         files' message when actually necessary.
17865
17866         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17867         methods now autoloaded.
17868
17869 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17870
17871         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17872         identifiers.
17873
17874 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17875
17876         * gnus-picon.el: Fix indentation and closing parenthesis.
17877
17878 2004-09-01  Simon Josefsson  <jas@extundo.com>
17879
17880         * message.el (message-canlock-generate): Require sha1, not
17881         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17882         to require within a function.  Sadly, if sha1.el isn't loaded, the
17883         let binding in m-c-g will hide the defcustom definition, which is
17884         bad.)
17885
17886         * canlock.el: Require sha1, not sha1-el.
17887
17888         * message.el: Don't autoload sha1 (there is a autoload cookie in
17889         sha1.el).
17890
17891         * sha1-el.el: Rename to sha1.el.
17892
17893 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17894
17895         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17896
17897 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17898
17899         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17900
17901 2004-08-30  Kim F. Storm  <storm@cua.dk>
17902
17903         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17904
17905         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17906         Add :group 'nnimap.
17907
17908 2004-08-30  Andreas Schwab  <schwab@suse.de>
17909
17910         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17911         ?* and ?\;.
17912
17913         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17914         and ?\' to symbol instead of whitespace.
17915
17916 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17917
17918         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17919
17920         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17921         instead of re-search-forward.
17922
17923         * gnus-uu.el (gnus-uu-save-article): Ditto.
17924         (gnus-uu-post-encode-uuencode): Ditto.
17925
17926         * html2text.el (html2text-clean-list-items): Ditto.
17927         (html2text-clean-dtdd): Ditto.
17928         (html2text-format-tags): Ditto.
17929
17930         * message.el (message-send-mail-with-sendmail): Fix regexp.
17931         (message-fill-field-general): Use search-forward instead of
17932         re-search-forward.
17933         (unbold-region): Ditto.
17934
17935         * nnrss.el (nnrss-request-article): Ditto.
17936
17937         * nnslashdot.el (nnslashdot-request-article): Ditto.
17938
17939         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17940
17941         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17942         "Unrecognized menu descriptor" error in XEmacs.
17943
17944 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17945
17946         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17947         parent article of a sparse article in the thread hashtb.
17948
17949 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17950
17951         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17952         (nnmail-expand-newtext): Lowercase expanded entries if
17953         nnmail-split-lowercase-expanded is non-nil.
17954
17955 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17956
17957         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17958
17959         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17960         of gnus-tmp-news-method into string under XEmacs.  It will be
17961         passed to gnus-correct-length which takes only a string argument.
17962
17963 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * gnus-util.el (gnus-bind-print-variables): New macro.
17966         (gnus-prin1): Use it.
17967         (gnus-prin1-to-string): Use it.
17968         (gnus-pp): New function.
17969         (gnus-pp-to-string): New function.
17970
17971         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17972         Replace pp-to-string with gnus-pp-to-string.
17973         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17974         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17975         * gnus-msg.el (gnus-debug): Ditto.
17976         * gnus-score.el (gnus-score-save): Ditto.
17977         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17978         gnus-pp-to-string.
17979         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17980         with gnus-pp.
17981         * score-mode.el (gnus-score-pretty-print): Ditto.
17982         * webmail.el (webmail-debug): Ditto.
17983
17984 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * gnus-art.el (article-display-face, article-display-x-face):
17987         Use buffer-read-only.
17988
17989 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17990
17991         * gnus-art.el (article-hide-list-identifiers):
17992         Bind inhibit-read-only as t.
17993
17994 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17995
17996         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17997
17998 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17999
18000         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18001         (gnus-narrow-to-page): Don't assume point-min == 1.
18002         (gnus-article-edit-mode): Derive from message-mode.
18003
18004         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18005         point-min == 1.
18006
18007         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18008         Disable incorrect use of `assert'.
18009
18010         * message.el (message-mode): Set comment-start-skip.
18011
18012
18013 2004-08-22  Sam Steingold  <sds@gnu.org>
18014
18015         * pop3.el (pop3-leave-mail-on-server): New user variable.
18016         (pop3-movemail): Delete mail only when it is nil.
18017
18018 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18019
18020         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18021
18022         * mml.el (mml-preview): Use `pop-to-buffer'.
18023
18024         * message.el (message-goto-mail-followup-to): Insert after "To".
18025         (message-carefully-insert-headers): Add comment.
18026
18027         * gnus.el: Remove unused variable `gnus-article-check-size'.
18028
18029         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18030
18031         * gnus-art.el (gnus-button-alist):
18032         Improve `gnus-button-handle-library' entry.
18033
18034 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18035
18036         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18037         Use downcase, since XEmacs capitalizes error messages differently.
18038
18039 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18040
18041         * nntp.el: Add (require 'gnus) due to reference to
18042         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18043
18044 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18045
18046         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18047         Bind `mm-fill-flowed'.
18048
18049         * mm-decode.el (mm-dissect-singlepart): Check it.
18050
18051 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18052
18053         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18054         'imap' for netrc parsing.
18055
18056 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18057
18058         * mailcap.el (mailcap-mime-data): Mark as risky.
18059
18060 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18061
18062         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18063         may be included in the encoded word.
18064         (rfc2047-encode): Don't append a space if the encoded word
18065         includes close parenthesis.
18066
18067 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18070         of text within parentheses.
18071
18072 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18073
18074         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18075         (gnus-encrypt-write-file-contents): Make the password key the file
18076         name PLUS the cipher, not just the cipher.  Also remove failed
18077         passwords from the cache.
18078
18079 2004-08-06  Simon Josefsson  <jas@extundo.com>
18080
18081         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18082         Doc fix.
18083
18084 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18087         LWSP.
18088
18089 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18090
18091         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18092         Try to append in-reply-to: data to the references: header.
18093
18094         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18095         (netrc-parse): Use gnus-encrypt.el functions.
18096
18097         * gnus-encrypt.el: Add new file for encryption support; currently
18098         does only a few GPG ciphers and an internal XOR cipher.
18099
18100         * password.el: Add comments on using password-read-and-add.
18101         (password-read-and-add): Add function to read and add the
18102         password to the cache at once.
18103
18104 2004-07-28  Simon Josefsson  <jas@extundo.com>
18105
18106         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18107         parameter (but don't use it, for now).
18108
18109         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18110         instead of hard coding to nil.
18111
18112 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18113
18114         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18115         as mm-inline-image-xemacs does.
18116
18117 2004-07-26  Simon Josefsson  <jas@extundo.com>
18118
18119         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18120         Revert part of 2004-07-17 change below.
18121
18122 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18123
18124         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18125         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18126
18127 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18128
18129         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18130         quotes that actually start with ">" at the beginning of the
18131         lines.
18132
18133 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18134
18135         * rfc2047.el (rfc2047-encode-region): Fix last change.
18136         (rfc2047-encode-parameter): Remove useless concat.
18137
18138 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18141         encode special characters; fix some kind of misconfigured headers;
18142         signal a real error if debug-on-quit or debug-on-error is non-nil.
18143         (rfc2047-encode-max-chars): New variable.
18144         (rfc2047-encode-1): Use it.
18145         (rfc2047-encode-parameter): New function.
18146
18147         * mml.el (mml-insert-parameter): Remove an excessive space.
18148
18149 2004-07-17  Simon Josefsson  <jas@extundo.com>
18150
18151         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18152         Kai Grossjohann <kai@emptydomain.de>.
18153         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18154         (gnus-group-make-menu-bar): Ditto.
18155
18156         * gnus-util.el (gnus-group-server): Add.
18157
18158 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18159
18160         * message.el (message-clone-locals): Clone sendmail and smtp
18161         variables.
18162
18163 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18164
18165         * rfc2047.el (rfc2047-encode-region): Fix last change.
18166
18167 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18168
18169         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18170         characters as non-special.
18171
18172 2004-07-09  Simon Josefsson  <jas@extundo.com>
18173
18174         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18175         Users will lose all flag changes made while unplugged with
18176         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18177         good default.  See numerous reports on ding mailing list.
18178
18179 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18180
18181         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18182         add generate-head-function and generate-article-function to the
18183         rfc822-forward entry.
18184         (nndoc-rfc822-forward-generate-article): New function.
18185         (nndoc-rfc822-forward-generate-head): New function.
18186
18187         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18188
18189 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18190
18191         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18192         respect display group parameter and gnus-summary-expunge-below.
18193         (gnus-articles-to-read): Remove unused reference to display group
18194         parameter.
18195
18196 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18197
18198         * nnheader.el (nnheader-uniquify-message-id): New experimental
18199         variable.
18200         (nnheader-nov-read-message-id): Use it.
18201
18202         * spam-report.el (spam-report-gmane): Add interactive.
18203
18204 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * mm-encode.el (mm-content-transfer-encoding-defaults):
18207         Use qp-or-base64 for the application/* types.
18208
18209 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18210
18211         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18212
18213 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18214
18215         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18216         trim value.
18217
18218 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18219
18220         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18221         New macro and function.
18222         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18223
18224 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18225
18226         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18227         after-load-alist.
18228
18229 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18230
18231         * gnus-group.el (gnus-group-get-new-news-this-group):
18232         Don't update info that isn't there.
18233
18234 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18235
18236         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18237         entry.
18238
18239 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18240
18241         * mm-view.el (mm-inline-render-with-function): Use multibyte
18242         buffer; decode html source by charset.
18243
18244         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18245
18246         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18247         Mule-UCS is loaded under XEmacs.
18248         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18249
18250 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18251
18252         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18253
18254 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18255
18256         * mm-util.el (mm-coding-system-p): Return a coding-system.
18257         (mm-mime-mule-charset-alist): Use shift_jis instead of
18258         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18259         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18260         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18261         instead of japanese-shift-jis and iso-latin-1 respectively in
18262         order to share the default value with both Emacs and XEmacs-mule.
18263         (mm-mule-charset-to-mime-charset):
18264         Make mm-coding-system-priorities effective.
18265         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18266         while predicating of candidates upon the priorities.
18267
18268 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18269
18270         * gnus-sum.el (gnus-summary-make-menu-bar):
18271         Add gnus-uu-invert-processable.
18272
18273         * gnus.el: Autoload gnus-uu-invert-processable.
18274
18275 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18276
18277         * mm-util.el (mm-with-multibyte-buffer): New macro.
18278
18279         * rfc2047.el (rfc2047-encode-string): Use it.
18280         (rfc2047-encode-region): Move point to the end of the region after
18281         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18282
18283 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18284
18285         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18286         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18287
18288 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18291         (gnus-cite-parse): Ignore quoted envelope From_.
18292         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18293
18294 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18295
18296         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18297         invalid addresses.
18298
18299 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18300
18301         * spam.el: Change section markers, revise TODO list.
18302         (spam-backends): Make new master list of all installed backends.
18303         (spam-summary-exit-behavior): Add new variable to determine how
18304         messages moves are done at summary exit.
18305         (spam-move-spam-nonspam-groups-only)
18306         (spam-process-ham-in-nonham-groups)
18307         (spam-process-ham-in-spam-groups): Remove variables, the
18308         spam-summary-exit-behavior variable should be used to manage this
18309         behavior.
18310         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18311         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18312         and spam-old-spam-articles.
18313         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18314         Add empty variables, placeholders for the backends they represent.
18315         (spam-set-difference): Move, unchanged.
18316         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18317         unless the user has a processor variable.
18318         (spam-classifications, spam-classification-valid-p)
18319         (spam-backend-properties, spam-backend-property-valid-p)
18320         (spam-backend-function-type-valid-p)
18321         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18322         (spam-report-articles-gmane, spam-report-articles-resend):
18323         Remove functions, they are not needed.
18324         (spam-install-backend-super, spam-backend-list)
18325         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18326         (spam-backend-function, spam-backend-ham-registration-function)
18327         (spam-backend-spam-registration-function)
18328         (spam-backend-ham-unregistration-function)
18329         (spam-backend-spam-unregistration-function)
18330         (spam-backend-statistical-p, spam-backend-mover-p)
18331         (spam-install-backend-alias, spam-install-checkonly-backend)
18332         (spam-install-mover-backend, spam-install-nocheck-backend)
18333         (spam-install-backend, spam-install-statistical-backend)
18334         (spam-install-statistical-checkonly-backend): Add backend installation
18335         support.
18336         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18337         (spam-group-processor-p): Use the new backend code and respect the
18338         summary exit behavior.
18339         (spam-mark-spam-as-expired-and-move-routine): Remove.
18340         (spam-summary-prepare): Change to use the new spam-old-articles
18341         variable.
18342         (spam-copy-or-move-routine, spam-copy-spam-routine)
18343         (spam-move-spam-routine, spam-copy-ham-routine)
18344         (spam-move-ham-routine): Add code to copy/move ham or spam.
18345         (spam-fetch-field-fast): Improve doc and code, plus allow the
18346         'number request.
18347         (spam-list-of-checks, spam-list-of-statistical-checks):
18348         Remove variables.
18349         (spam-split, spam-find-spam): Use the new backend code.
18350         (spam-registration-functions): Remove variable.
18351         (spam-unregister-routine): Add convenience wrapper.
18352         (spam-log-undo-registration, spam-register-routine)
18353         (spam-log-processing-to-registry)
18354         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18355         where possible.
18356         (spam-check-gmane-xref, spam-check-regex-headers)
18357         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18358         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18359         (spam-check-bogofilter-headers, spam-check-spamoracle)
18360         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18361         (spam-check-crm114-headers): Use the spam-split-group that
18362         spam-split prepares, no need to determine it every time.
18363
18364         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18365         to the nnheader-parse-naked-head call.
18366
18367         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18368
18369         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18370         the nnheader-nov-read-message-id call.
18371
18372 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18375         gnus-activate-group twice.  Suggested by Markus Peter
18376         <warp@spin.de>.
18377
18378 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18379
18380         * gnus-art.el (gnus-article-time-format): Exchange the order of
18381         day and month in the default value; fix customization type.
18382         (article-date-ut): Use add-text-properties.
18383         (article-make-date-line): Use message-make-date instead of
18384         current-time-string.
18385
18386         * message.el (message-fetch-field): Don't use set-text-properties.
18387         (message-make-date): Simplify.
18388
18389         * messagexmas.el (message-xmas-make-date): New function.
18390         (message-xmas-redefine): Defalias message-make-date to it.
18391
18392 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18393
18394         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18395         (rfc2047-encode-region): Treat text within parentheses as special;
18396         show the original text when error has occurred.
18397
18398         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18399         already-computed method to gnus-activate-group.
18400
18401         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18402         same select-methods identical Lisp objects.
18403
18404         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18405         object when modifying the info.
18406
18407 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18408
18409         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18410         gnus-opened-servers since it has never been opened with the new
18411         configuration yet.
18412
18413 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18416         arg to nnheader-generate-fake-message-id.
18417
18418 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18419
18420         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18421         number and build a fake message ID localized to a group and
18422         article number (so it's repeatable from that point on).
18423         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18424         ID format.
18425
18426         * gnus-sum.el (gnus-get-newsgroup-headers):
18427         Call nnheader-generate-fake-message-id with the article number.
18428
18429 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18430
18431         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18432         end-of-buffer.
18433
18434 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18435
18436         * message.el (message-ignored-supersedes-headers): Add Approved.
18437
18438 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18439
18440         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18441         goto-char.
18442         (rfc2047-encode): Fold the line before encoding.
18443
18444 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18445
18446         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18447         folding -- not all headers can be folded, and this should be done
18448         by the message composition mode.  Probably.  I think.
18449
18450 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18451
18452         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18453         fast.
18454
18455         * gnus-ems.el (gnus-remove-image): Don't use
18456         message-text-with-property; remove only the image found first.
18457
18458         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18459         found first.
18460
18461 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18462
18463         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18464
18465 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18466
18467         * message.el (message-text-with-property): Make it fast and accept
18468         optional arguments.
18469         (message-strip-forbidden-properties): Use it.
18470         (message-fix-before-sending): Follow the m-t-w-p change.
18471
18472         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18473
18474 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18475
18476         * gnus-art.el (article-hide-headers): Don't change the buffer
18477         mistakenly when performing mml-preview even if
18478         gnus-single-article-buffer is nil.
18479
18480 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18481
18482         * message.el (message-expand-name-databases): New user option.
18483         (message-expand-name): Use it.
18484
18485 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18486
18487         * spam.el (spam-report-articles-resend)
18488         (spam-report-resend-register-routine): Allow ham reporting.
18489         (spam-report-resend-register-ham-routine): Add wrapper.
18490         (spam-registration-functions): Add ham resending functions.
18491         (spam-list-of-processors): Add ham resend processor.
18492
18493         * gnus.el (ham-resend-to): Add new group parameter.
18494         (spam-process): Add ham resend option.
18495
18496         * spam-report.el (spam-report-resend): Allow reporting ham.
18497         (spam-report-resend-ham): Add wrapper.
18498
18499 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18500
18501         * message.el (message-cite-articles-with-x-no-archive):
18502         New variable.
18503         (message-cite-original): Use it.
18504
18505 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18506
18507         * message.el (message-cite-original): Respect X-No-Archive.
18508
18509 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18510
18511         * gnus-art.el (article-hide-headers): Refer to the values for
18512         gnus-ignored-headers and gnus-visible-headers in the summary
18513         buffer since a user may have set them as group parameters.
18514
18515 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18516
18517         * assistant.el (assistant-node-name): Add convenience function.
18518         (assistant-render-text, assistant-render-node): Add error handling,
18519         plus handle multiple next nodes.
18520         (assistant-find-next-node): Comment out for now.
18521         (assistant-find-next-nodes): Add function, returns list of next
18522         nodes.
18523
18524 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18525
18526         * mail-source.el (mail-source-directory): Fix doc-string.
18527
18528 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18529
18530         * assistant.el (assistant-render-text, assistant-eval): Add :set
18531         widget type, which is different because it takes and returns a
18532         list.  Much hilarity ensues.
18533
18534 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18535
18536         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18537
18538         * gnus-group.el (gnus-group-get-new-news-this-group):
18539         Add doc-string.
18540
18541         * gnus-start.el (gnus-activate-group): Add doc-string.
18542
18543 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18544
18545         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18546
18547 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18548
18549         * assistant.el (assistant-render-text): Try to add a :set
18550         widget, more to come.
18551
18552         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18553         strings.
18554         (spam-report-articles-resend)
18555         (spam-register-routine): Do registration iff any articles warrant
18556         it.
18557         (spam-summary-prepare-exit): Change log message for nil group
18558         destinations.
18559
18560 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18561
18562         * spam.el (spam-report-resend-register-routine):
18563         Allow spam-report-resend-to to be a group parameter or a global value.
18564
18565 2004-05-26  Simon Josefsson  <jas@extundo.com>
18566
18567         * starttls.el: Merge with my GNUTLS based starttls.el.
18568         (starttls-gnutls-program, starttls-use-gnutls)
18569         (starttls-extra-arguments, starttls-process-connection-type)
18570         (starttls-connect, starttls-failure, starttls-success):
18571         New variables.
18572         (starttls-program, starttls-extra-args): Doc fix.
18573         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18574         New functions.
18575         (starttls-negotiate, starttls-open-stream):
18576         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18577         function if it is set.
18578
18579 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18580
18581         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18582         structured fields.
18583
18584 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18585
18586         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18587
18588 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18589
18590         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18591         Add variable.
18592         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18593         assigning the spam-mark to new messages.
18594
18595 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18596
18597         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18598
18599 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18600
18601         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18602
18603         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18604         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18605         default.
18606
18607 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18608
18609         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18610         correct data.
18611
18612 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18613
18614         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18615         (spam-group-processor-p): Fix function.
18616         (spam-group-processor-multiple-p)
18617         (spam-group-spam-processor-report-gmane-p)
18618         (spam-group-spam-processor-report-resend-p)
18619         (spam-group-spam-processor-bogofilter-p)
18620         (spam-group-spam-processor-blacklist-p)
18621         (spam-group-spam-processor-ifile-p)
18622         (spam-group-ham-processor-ifile-p)
18623         (spam-group-spam-processor-spamoracle-p)
18624         (spam-group-spam-processor-crm114-p)
18625         (spam-group-ham-processor-bogofilter-p)
18626         (spam-group-spam-processor-stat-p)
18627         (spam-group-ham-processor-stat-p)
18628         (spam-group-ham-processor-whitelist-p)
18629         (spam-group-ham-processor-BBDB-p)
18630         (spam-group-ham-processor-spamoracle-p)
18631         (spam-group-ham-processor-copy-p): Remove functions with some
18632         prejudice against unneeded code.
18633         (spam-report-articles-resend)
18634         (spam-report-resend-register-routine): Allow the group/topic
18635         spam-resend-to value to override spam-report-resend-to.
18636         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18637         properly now.
18638
18639         * gnus.el (spam-resend-to): Add group/topic parameter.
18640         (spam-process): Move the OBSOLETE processors to the end of the
18641         choices.
18642
18643 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18644
18645         * spam-report.el (spam-report-resend-to, spam-report-resend):
18646         Start with resend-to set to nil, and then ask the user if necessary.
18647         (spam-report-resend): spam-report-resend takes a list of articles, not
18648         separate article numbers.
18649
18650 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18651
18652         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18653         addition to emacs-w3m.
18654
18655 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18656
18657         * assistant.el (assistant-authinfo-data): New function.
18658         (assistant-eval): Eval for entire assistant.
18659
18660         * netrc.el (netrc-services-file): New variable.
18661         (netrc-parse-services): New function.
18662         (netrc-find-service-name): New function.
18663         (netrc-find-service-number): New function.
18664         (netrc-port-equal): New function.
18665         (netrc-machine): Use it.
18666
18667         * nnimap.el (nnimap-open-connection): Use netrc.
18668
18669         * gnus-util.el (gnus-netrc-get): Remove aliases.
18670
18671         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18672
18673         * assistant.el (wid-edit): Fix compilation.
18674
18675         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18676
18677 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18678
18679         * gnus-util.el (gnus-set-file-modes): New function.  (small
18680         patch).
18681
18682 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18683
18684         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18685
18686         * assistant.el (assistant-render-node): Fix up rendering and
18687         read-only text.
18688         (assistant-render-node): Reset.
18689         (assistant-make-read-only): Not sticky.
18690
18691 2004-05-20  Danny Siu  <dsiu@adobe.com>
18692
18693         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18694         centered even when gnus-auto-center-summary is t.
18695
18696 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18697
18698         * dns.el (dns-get-txt-answer): New function.
18699         (dns-read-txt): Ditto.
18700         (query-dns): Use it.
18701
18702 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18703
18704         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18705         active for foreign groups even if the group level is higher than
18706         the specified value.
18707
18708 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18709
18710         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18711         non-active groups.
18712
18713         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18714
18715 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18716
18717         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18718
18719 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18720
18721         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18722         (spam-crm114-header, spam-crm114-spam-switch)
18723         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18724         (spam-crm114-positive-spam-header)
18725         (spam-crm114-database-directory, spam-list-of-processors)
18726         (spam-group-spam-processor-crm114-p)
18727         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18728         (spam-generic-score, spam-list-of-checks)
18729         (spam-list-of-statistical-checks, spam-registration-functions)
18730         (spam-check-crm114-headers, spam-crm114-score)
18731         (spam-check-crm114, spam-crm114-register-with-crm114)
18732         (spam-crm114-register-spam-routine)
18733         (spam-crm114-unregister-spam-routine)
18734         (spam-crm114-register-ham-routine)
18735         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18736         From asjo@koldfront.dk (Adam Sjøgren).
18737
18738         * gnus.el: Add spam-use-crm114.
18739
18740         * spam.el (spam-list-of-processors, spam-registration-functions):
18741         Add spam-use-resend.
18742         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18743         (spam-report-articles-gmane): Add doc fix.
18744         (spam-report-articles-resend, spam-report-resend-register-routine):
18745         Add wrappers around spam-report-resend-to.
18746
18747         * spam-report.el (spam-report-resend-to, spam-report-resend):
18748         Add support for resending spam.
18749         (spam-report-gmane): Fix line length >80.
18750
18751         * gnus.el (spam-process): Add spam-use-resend.
18752
18753 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18754
18755         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18756         number of processed spam messages.
18757         (spam-ham-copy-or-move-routine): Return the number of processed
18758         ham messages.
18759         (spam-summary-prepare-exit): Use the above values to decide
18760         whether status messages shouled be displayed.
18761
18762 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18763
18764         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18765         `rfc2047-encoding-function-alist' in order to avoid conflicting
18766         with the old version.
18767         (rfc2047-encode-region): Concatenate words containing non-ASCII
18768         characters in structured fields; don't encode space-delimited
18769         ASCII words even in unstructured fields; don't break words at
18770         char-category boundaries.
18771         (rfc2047-encode-1): New function.
18772         (rfc2047-encode): Use it; encode text so that it occupies the
18773         maximum width within 76-column; work correctly on Q encoding for
18774         iso-2022-* charsets.
18775         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18776         sure not to break a line just after the header name.
18777         (rfc2047-b-encode-region): Remove.
18778         (rfc2047-b-encode-string): New function.
18779         (rfc2047-q-encode-region): Remove.
18780         (rfc2047-q-encode-string): New function.
18781
18782         * mm-util.el (mm-replace-in-string): New function.
18783
18784 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18785
18786         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18787         Really get it right.
18788         (gnus-inews-make-draft): Really.
18789
18790 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18791
18792         * nnmh.el (nnmh-request-list-1): Don't check the link count
18793         before descending.  (small patch)
18794
18795 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18796
18797         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18798         stuff.
18799
18800         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18801         Match on real group name.
18802
18803         * gnus-art.el (gnus-signature-limit): Doc fix.
18804
18805         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18806
18807         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18808
18809 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18810
18811         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18812         isn't a string.
18813
18814 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18815
18816         * gnus-draft.el (gnus-draft-send):
18817         Bind rfc2047-encode-encoded-words.
18818
18819         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18820         (rfc2047-encodable-p): Say that =? needs encoding.
18821         (rfc2047-encode-encoded-words): New variable.
18822
18823         * gnus-group.el (gnus-group-select-group): Doc fix.
18824
18825         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18826
18827         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18828         to nil.
18829
18830         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18831
18832         * nnheader.el (nnheader-get-lines-and-char): New function.
18833
18834 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18835
18836         * gnus-msg.el (gnus-summary-followup-with-original):
18837         Document yanking of region when active.
18838
18839 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18840
18841         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18842         groups if the group level is higher than the specified value.
18843
18844 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18845
18846         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18847         (gnus-group-jump-to-group): Add prefix argument using
18848         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18849         non-active group.
18850
18851         * compface.el (uncompface): Be verbose when changing
18852         `uncompface-use-external'.
18853
18854         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18855         handle manual section.
18856
18857 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18858
18859         * gnus-art.el (gnus-button-alist): Revert previous change.
18860
18861 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18862
18863         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18864
18865 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18866
18867         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18868         whether backend can accept message.
18869
18870         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18871
18872 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18873
18874         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18875         Avoid creating directory when nntp-marks-is-evil is true.
18876         Reported by Reiner Steib.
18877
18878 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18879
18880         * gnus-picon.el (gnus-picon-style): New variable.
18881         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18882         (gnus-picon-transform-address): Support `gnus-picon-style'.
18883         From Jesper Harder <harder@ifa.au.dk>.
18884
18885 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18886
18887         * message.el (message-fill-field): Return point.
18888         (message-generate-headers): Go to end of field.
18889
18890         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18891         stuff for non-living groups.
18892
18893 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18894
18895         * gnus-art.el (gnus-article-followup-with-original)
18896         (gnus-article-reply-with-original): gnus-mark-active-p ->
18897         gnus-region-active-p.
18898
18899 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18900
18901         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18902         only when there is spam or ham to be processed.
18903
18904 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18905
18906         * mail-source.el (mail-source-delete-crash-box): Refactor.
18907         (mail-source-fetch): Use it.
18908         (mail-source-fetch-file): Ditto.
18909         (mail-source-fetch-directory): Run postscript in loop.
18910         (mail-source-fetch-pop): Delete.
18911         (mail-source-fetch-maildir): Ditto.
18912         (mail-source-fetch-imap): Ditto.
18913
18914         * imap.el (imap-authenticators): Comment out sasl.
18915
18916         * message.el (message-skip-to-next-address): New function.
18917         (message-fill-header-address): Refactor.
18918         (message-fill-address): Use it.
18919         (message-delete-address): Use it.
18920         (message-fill-header-general): Refactor.
18921         (message-fill-field-address): Rename.
18922         (message-narrow-to-field): Find the start of the header.
18923         (message-header-format-alist): Don't pre-fill.
18924         (message-fill-header): Remove.
18925         (message-insert-header): New function.
18926         (message-shorten-references): Use it.
18927
18928         * rfc2047.el (rfc2047-field-value): Strip props.
18929
18930         * mail-parse.el (mail-header-make-address): New alias.
18931
18932         * ietf-drums.el (ietf-drums-make-address): New function.
18933
18934         * imap.el: Add compiler directives.
18935
18936         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18937
18938         * gnus-art.el (article-decode-idna-rhs): Don't use
18939         message-idna-inside-rhs-p.
18940
18941 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18942
18943         * message.el (message-idna-inside-rhs-p): Remove.
18944         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18945
18946         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18947         false positives.
18948
18949 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18950
18951         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18952
18953 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18954
18955         * nneething.el (nneething-file-name): Don't create spurious
18956         files.
18957
18958         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18959         (gnus-inews-do-gcc): Remove sleep.
18960
18961         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18962         part under point.
18963
18964         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18965         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18966
18967 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18968
18969         * spam.el (spam-summary-prepare-exit): Fix (length).
18970
18971 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18972
18973         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18974         as expired without moving it" message when there are spam
18975         messages left.
18976
18977 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18978
18979         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18980         header is not nil.
18981
18982 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18983
18984         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18985         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18986         (nntp-marks-changed-p): New arg SERVER.
18987         (nntp-request-update-info): Adjust caller.
18988
18989 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18990
18991         * nntp.el (nntp-save-marks): Pass missing arg.
18992
18993 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18994
18995         * nntp.el: Support marks.
18996         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18997         (nntp-marks-modtime, nntp-marks-directory): New variables.
18998         (nntp-request-set-mark, nntp-request-update-info)
18999         (nntp-possibly-create-directory, nntp-marks-changed-p)
19000         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19001         New functions.
19002
19003 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19004
19005         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19006         (gnus-xmas-redefine): Rename.
19007
19008         * gnus-score.el (gnus-score-insert-help):
19009         Use gnus-select-lowest-window.
19010
19011         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19012         appt-select-lowest-window and rename to gnus-select-lowest-window.
19013
19014         * gnus.el: do.
19015
19016 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19017
19018         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19019         encodings of MIME-encoded words, in order to improve
19020         interoperability with several broken MUAs.
19021
19022 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19023
19024         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19025         tags, only when charsets are not specified in headers.
19026         (mm-inline-text-html-render-with-w3m): Ditto.
19027
19028         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19029         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19030
19031 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19032
19033         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19034         instead of MIME-decoded from fields when checking
19035         `gnus-article-address-banner-alist'.
19036
19037 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19038
19039         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19040         description rather than subject.
19041
19042 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19043
19044         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19045
19046 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19047
19048         * gnus.el (gnus-version-number): Bump.
19049
19050 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19051
19052         * gnus.el: No Gnus v0.2 is released.
19053
19054 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19055
19056         * gnus-agent.el (gnus-agent-read-agentview):
19057         Inline gnus-uncompress-range.
19058
19059 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19060
19061         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19062         `exec-installed-p'.
19063
19064 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19065
19066         * gnus.el (spam-process, spam-autodetect-methods):
19067         Add bsfilter and bsfilter-headers.
19068
19069         * spam.el (spam-bsfilter): New customize group.
19070         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19071         (spam-bsfilter-header, spam-bsfilter-probability-header)
19072         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19073         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19074         (spam-bsfilter-database-directory): New options.
19075         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19076         (spam-list-of-statistical-checks, spam-registration-functions):
19077         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19078         (spam-bsfilter-score): New command.
19079         (spam-check-bsfilter-headers, spam-check-bsfilter)
19080         (spam-bsfilter-register-with-bsfilter)
19081         (spam-bsfilter-register-spam-routine)
19082         (spam-bsfilter-unregister-spam-routine)
19083         (spam-bsfilter-register-ham-routine)
19084         (spam-bsfilter-unregister-ham-routine): New functions.
19085         (spam-generic-score): Support bsfilter; Accept an optional argument
19086         to recalcurate spam score even if scoring header has already been
19087         added.
19088         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19089         optional argument to recalcurate spam score even if scoring header
19090         has already been added.
19091
19092 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19093
19094         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19095         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19096         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19097         link is missing.
19098
19099 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19100
19101         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19102         (html2text-get-attr): Rewrite.
19103
19104         * message.el (message-setup-1): Remove redundant put-text-property
19105         on mail-header-separator.
19106
19107 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19108
19109         * gnus-registry.el (gnus-registry-cache-whitespace)
19110         (gnus-registry-action, gnus-registry-spool-action)
19111         (gnus-registry-split-fancy-with-parent): Change message levels
19112         from 5 to 3 or 7, as needed.
19113
19114         * spam.el (spam-summary-prepare-exit)
19115         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19116         (spam-split, spam-find-spam, spam-log-undo-registration)
19117         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19118         level from 5 to 6.
19119
19120 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19121
19122         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19123         2004-03-04 change).
19124
19125 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19126
19127         * sieve-manage.el (sieve-manage-open):
19128         * nnweb.el (nnweb-insert-html):
19129         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19130         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19131         * nnspool.el (nnspool-request-group):
19132         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19133         * nnml.el (nnml-request-update-info):
19134         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19135         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19136         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19137         (nnimap-request-set-mark):
19138         * nnfolder.el (nnfolder-request-update-info):
19139         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19140         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19141         * gnus-uu.el (gnus-uu-find-articles-matching):
19142         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19143         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19144         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19145         * gnus-nocem.el (gnus-nocem-scan-groups):
19146         * gnus-int.el (gnus-start-news-server):
19147         * gnus-group.el (gnus-group-make-kiboze-group)
19148         (gnus-group-browse-foreign-server):
19149         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19150         Use mapc when appropriate.
19151
19152 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19153
19154         FIXME: Make separate entries for each person.
19155
19156         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19157         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19158         <shields@msrl.com>:
19159
19160         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19161         may need for spam sorting and scoring.
19162         (spam-user-format-function-S): Add user format function suitable for
19163         general use.
19164         (spam-article-sort-by-spam-status): Add sorting function for summary
19165         sorting.
19166         (spam-extra-header-to-number): Add function to get a score from a
19167         header.
19168         (spam-summary-score): Add function to get a numeric score from the
19169         headers.
19170         (spam-generic-score): Fix function doc, was in wrong place.
19171         (spam-initialize): Take symbols when it's run, and install the
19172         extra headers that spam-necessary-extra-headers thinks we need.
19173
19174 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19175
19176         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19177         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19178
19179 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19180
19181         * gnus-sum.el (gnus-set-global-variables)
19182         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19183         (gnus-article-get-xrefs, gnus-summary-best-group)
19184         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19185         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19186         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19187         Use with-current-buffer.
19188
19189 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19190
19191         * spam.el (spam-summary-prepare-exit): Simplify logic.
19192         (spam-fetch-article-header): Read the article header if it's not
19193         available.
19194         (spam-list-articles): Simplify logic.
19195         (spam-filelist-register-routine): Fix bug with unregister-list.
19196
19197         * gnus-registry.el: Fix comments at beginning.
19198
19199 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19200
19201         * message.el (message-cater-to-broken-inn): Remove.
19202         (message-shorten-references): Make sure the total folded length of
19203         References is shorter than 998 characters to cater to a bug in INN
19204         2.3.  Also, don't pretend that references aren't folded -- this
19205         hasn't worked for a while.
19206
19207 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19208
19209         * gnus-agent.el (gnus-agentize):
19210         gnus-agent-send-mail-real-function no longer set to current value
19211         of message-send-mail-function but rather a lambda that calls
19212         message-send-mail-function.  The change makes the agent real-time
19213         responsive to user changes to message-send-mail-function.
19214
19215 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19216
19217         * legacy-gnus-agent.el
19218         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19219         help from Florian Weimer <fw@deneb.enyo.de>
19220
19221 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19222
19223         * nnmail.el (nnmail-cache-insert): Revert last change.
19224
19225 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19226
19227         * nnmail.el (nnmail-cache-insert): Always check whether
19228         nnmail-cache-ignore-groups matches a group name.
19229
19230 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19231
19232         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19233         (spam-find-spam, spam-log-processing-to-registry)
19234         (spam-log-registered-p, spam-log-unregistration-needed-p)
19235         (spam-log-undo-registration): Use gnus-message instead of
19236         gnus-error, none of these errors are fatal.
19237
19238         * gnus-registry.el (gnus-registry-clean-empty-function)
19239         (gnus-registry-clean-empty): Remove only empty entries without
19240         extra data.
19241
19242 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19243
19244         * spam-stat.el (spam-stat-buffer-change-to-spam)
19245         (spam-stat-buffer-change-to-non-spam): Change (error) to
19246         (gnus-message 8) invocation.
19247
19248 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19249
19250         * nntp.el (nntp-via-netcat-command): New variable.
19251         (nntp-via-netcat-switches): New variable.
19252         (nntp-open-via-rlogin-and-netcat): New function.
19253         (nntp-open-connection-function): Doc fix.
19254         (nntp-telnet-command): Doc fix.
19255         (nntp-end-of-line): Doc fix.
19256         (nntp-via-rlogin-command): Doc fix.
19257         (nntp-via-user-name): Doc fix.
19258         (nntp-via-address): Doc fix.
19259
19260 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19261
19262         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19263         error in Emacs 21.1.
19264
19265 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19266
19267         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19268
19269 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19270
19271         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19272         (gnus-agent-with-refreshed-group): New macro.
19273         (gnus-agent-rename-group): New function.
19274         (gnus-agent-delete-group): New function.
19275         (gnus-agent-save-group-info): Use gnus-command-method when
19276         `method' parameter is nil.  Don't write nil entries into the
19277         active file.
19278         (gnus-agent-get-group-info): New function.
19279         (gnus-agent-fetch-articles):
19280         Use gnus-agent-update-files-total-fetched-for to increment disk space
19281         used.
19282         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19283         Use gnus-agent-update-view-total-fetched-for to increment disk space
19284         used.
19285         (gnus-agent-get-local): Add optional parameters to avoid calling
19286         gnus-group-real-name and gnus-find-method-for-group.
19287         (gnus-agent-set-local): Delete stored entry if either min, or max,
19288         are nil.
19289         (gnus-agent-fetch-session): Reworded error/quit messages.
19290         On quit, use gnus-agent-regenerate-group to record existance of any
19291         articles fetched to disk before the quit occurred.
19292         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19293         gnus-agent-update-view-total-fetched-for, and
19294         gnus-agent-update-files-total-fetched-for to decrement disk space
19295         used.
19296         (gnus-agent-retrieve-headers):
19297         Use gnus-agent-update-view-total-fetched-for to increment disk space
19298         used.
19299         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19300         with gnus-agent-update-files-total-fetched-for to decrement disk
19301         space and fresh group buffer.
19302         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19303         (gnus-agent-need-update-total-fetched-for): New variable.
19304         (gnus-agent-update-files-total-fetched-for): New function.
19305         (gnus-agent-update-view-total-fetched-for): New function.
19306         (gnus-agent-total-fetched-for): New function.
19307
19308         * gnus-cache.el (gnus-cache-save-buffers):
19309         Use gnus-cache-update-overview-total-fetched-for to change disk space
19310         used by this group.
19311         (gnus-cache-possibly-enter-article):
19312         Use gnus-cache-update-file-total-fetched-for to increment disk space
19313         used by this group.
19314         (gnus-cache-possibly-remove-article):
19315         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19316         used by this group.
19317         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19318         (gnus-cache-rename-group): New function.
19319         (gnus-cache-delete-group): New function.
19320         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19321         (gnus-cache-need-update-total-fetched-for): New variable.
19322         (gnus-cache-with-refreshed-group): New macro.
19323         (gnus-cache-update-file-total-fetched-for): New function.
19324         (gnus-cache-update-overview-total-fetched-for): New function.
19325         (gnus-cache-rename-group-total-fetched-for): New function.
19326         (gnus-cache-delete-group-total-fetched-for): New function.
19327         (gnus-cache-total-fetched-for): New function.
19328
19329         * gnus-group.el: Require gnus-sum and autoload functions to
19330         resolve warnings when gnus-group.el compiled alone.
19331         (gnus-group-line-format): Documented new %F.
19332         (size of Fetched data) group line format; identifies disk space
19333         used by agent and cache.
19334         (gnus-group-line-format-alist): Defined new F format.
19335         (gnus-total-fetched-for): New function.
19336         (gnus-group-delete-group): No longer update
19337         gnus-cache-active-altered as gnus-request-delete-group now keeps
19338         the cache in sync.
19339         (gnus-group-list-active): Let the agent store a server's active
19340         list if currently plugged.
19341
19342         * gnus-int.el (gnus-request-delete-group):
19343         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19344         local disk in sync with the server.
19345         (gnus-request-rename-group):
19346         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19347         local disk in sync with the server.
19348
19349         * gnus-start.el (gnus-get-unread-articles):
19350         Cosmetic simplification to logic.
19351
19352         * gnus-util.el (gnus-rename-file): New function.
19353
19354 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19355
19356         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19357
19358 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19359
19360         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19361         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19362
19363 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19364
19365         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19366         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19367
19368 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19369
19370         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19371
19372 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19373
19374         * spam.el (spam-set-difference): Add function to replace
19375         gnus-set-difference in spam.el.
19376         (spam-summary-prepare-exit): Use spam-set-difference.
19377
19378 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19379
19380         * gnus-registry.el (gnus-registry-cache-file): Update to use
19381         gnus-dribble-directory OR gnus-home-directory OR ~.
19382         (gnus-registry-split-fancy-with-parent): Fix doc.
19383
19384 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19385
19386         * message.el (message-exchange-point-and-mark):
19387         Use message-mark-active-p.  Suggested by Jesper Harder
19388         <harder@ifa.au.dk>.
19389
19390 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19391
19392         * message.el (message-exchange-point-and-mark): Don't activate
19393         region if it was inactive.  Suggested by Hiroshi Fujishima
19394         <pooh@nature.tsukuba.ac.jp>.
19395
19396 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19397
19398         * gnus-art.el (article-display-face): Display Faces in the same
19399         order as X-Faces.
19400
19401 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19404
19405 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19406
19407         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19408         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19409         (gnus-article-mime-hierarchy): Remove.
19410         (gnus-article-mime-hierarchy-next): Remove.
19411         (gnus-article-mode): Revert 2004-03-19 change.
19412         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19413         (gnus-insert-mime-button): Revert 2004-03-19 change.
19414         (gnus-mime-accumulate-hierarchy): Remove.
19415         (gnus-mime-enter-multipart): Remove.
19416         (gnus-mime-leave-multipart): Remove.
19417         (gnus-mime-display-part): Revert 2004-03-19 change.
19418         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19419
19420         * mml.el (mml-preview): Revert 2004-03-19 change.
19421
19422 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19423
19424         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19425
19426 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19427
19428         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19429         t while entering a file name using the mm-with-multibyte macro.
19430         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19431
19432         * mm-util.el (mm-with-multibyte): New macro.
19433
19434 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19435
19436         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19437         New user option.
19438         (gnus-mime-multipart-functions): Doc and customization fix.
19439         (gnus-article-mime-hierarchy): New variable.
19440         (gnus-article-mime-hierarchy-next): New variable.
19441         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19442         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19443         gnus-article-mime-hierarchy-next to nil.
19444         (gnus-insert-mime-button): Show hierarchy numbers.
19445         (gnus-mime-accumulate-hierarchy): New function.
19446         (gnus-mime-enter-multipart): New function.
19447         (gnus-mime-leave-multipart): New function.
19448         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19449         (gnus-mime-display-alternative): Show hierarchy numbers.
19450
19451         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19452         gnus-article-mime-hierarchy-next to nil.
19453
19454 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19455
19456         * dns.el: Don't require gnus-xmas.
19457
19458 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19459
19460         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19461         inline PGP.
19462         (mml-menu): Disable mml-quote-region if mark is inactive.
19463
19464 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19465
19466         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19467         when the group's active is not available.
19468
19469 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19470
19471         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19472         error.
19473
19474 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19475
19476         * imap.el (imap-store-password): New variable.
19477         (imap-interactive-login): Use it.
19478         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19479
19480 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19481
19482         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19483         window-start and hscroll to summary window.
19484
19485 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19486
19487         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19488         conversion message to newsrc-dribble when an actual conversion is
19489         performed.
19490
19491 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19492
19493         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19494
19495 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19496
19497         * mm-decode.el (mm-complicated-handles): New function reviving
19498         former definition of mm-multiple-handles.
19499
19500         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19501         (gnus-mime-delete-part): Use it.
19502
19503 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19504
19505         * gnus-agent.el (gnus-agent-read-local):
19506         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19507         avoid the implicit assumption that they will always be equal.
19508         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19509         coding-system-for-write, as the with-temp-file macro first prints
19510         to a buffer then saves the buffer.
19511
19512 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19513
19514         * gnus-art.el (gnus-article-edit-part): New function.
19515         (gnus-mime-save-part-and-strip): Use it; do query instead of
19516         signaling an error; don't use mm-multiple-handles.
19517         (gnus-mime-delete-part): Ditto.
19518
19519 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19520
19521         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19522         old file versions.
19523         (gnus-group-prepare-hook): Remove function that converted list
19524         form of gnus-agent-expire-days to group properties.
19525
19526         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19527         (gnus-request-accept-article): Re-indented.
19528
19529         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19530         converters to handle old agent file formats.  Add logic for a
19531         "backup before upgrading warning".
19532         (gnus-convert-mark-converter-prompt): Developers can mark
19533         functions as needing (default), or not needing,
19534         gnus-convert-old-newsrc's "backup before upgrading warning".
19535         (gnus-convert-converter-needs-prompt): Tests whether the user
19536         should be protected from potentially irreversable changes by the
19537         function.
19538
19539         * legacy-gnus-agent.el: New.  Provides converters that are only
19540         loaded when gnus-convert-old-newsrc needs to call them.
19541
19542 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19543
19544         * mail-source.el (mail-source-touch-pop): Doc fix.
19545
19546         * message.el (message-smtpmail-send-it): Doc fix.
19547
19548 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19549
19550         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19551
19552         * nnmail.el (nnmail-split-fancy): do.
19553
19554         * gnus-kill.el (gnus-kill, gnus-execute): do.
19555
19556 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19557
19558         * gnus-sum.el (gnus-widget-reversible-match)
19559         (gnus-widget-reversible-to-internal)
19560         (gnus-widget-reversible-to-external): New functions.
19561         (gnus-widget-reversible): New widget.
19562         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19563
19564 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19565
19566         * gnus-sum.el (gnus-thread-sort-functions)
19567         (gnus-article-sort-functions): Document `(not F)' items.
19568
19569 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19570
19571         * spam.el (spam-use-gmane-xref): Add new backend.
19572         (spam-gmane-xref-spam-group): Add variable to control the name of the
19573         Gmane spam group.
19574         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19575         (spam-regex-headers-spam, spam-regex-headers-ham)
19576         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19577         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19578         backends and checks.
19579         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19580
19581         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19582         an autodetect method.
19583
19584 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19585
19586         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19587         articles are being added to a group.
19588         (gnus-request-replace-article): Inform the agent that articles
19589         need to be uncached as the cached contents are no longer valid.
19590
19591 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19592
19593         * binhex.el: Don't autoload executable-find.
19594
19595         * canlock.el: Don't autoload mail-fetch-field.
19596
19597         * dgnushack.el: Autoload c-mode for XEmacs.
19598
19599         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19600
19601         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19602         rmail-dont-reply-to and rmail-output.
19603
19604         * gnus-score.el: Don't autoload ffap-string-at-point.
19605
19606         * gnus-setup.el: Don't autoload sc-cite-original.
19607
19608         * imap.el: Don't autoload base64-decode-string,
19609         base64-encode-string and md5.
19610
19611         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19612         and rmail-msg-restore-non-pruned-header.
19613
19614         * mm-decode.el: Don't autoload executable-find.
19615
19616         * mm-url.el: Don't autoload executable-find.
19617
19618         * mm-view.el: Don't autoload diff-mode.
19619
19620         * nndb.el: Don't autoload news-reply-mode, news-setup,
19621         cancel-timer and telnet.
19622
19623         * password.el: Don't autoload run-at-time for Emacs.
19624
19625         * sha1-el.el: Don't autoload executable-find.
19626
19627         * sieve-mode.el: Don't autoload c-mode.
19628
19629         * uudecode.el: Don't autoload executable-find.
19630
19631 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19632
19633         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19634         (gnus-agent-possibly-alter-active): Avoid null in numeric
19635         comparison.
19636         (gnus-agent-set-local): Refuse to save null in local object table.
19637         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19638         list of articles that will be marked as unread.
19639
19640 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19641
19642         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19643
19644 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19645
19646         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19647         language tags.
19648
19649 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19650
19651         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19652         Don't bind "obarray".
19653
19654         * gnus-sum.el (gnus-thread-sort-functions):
19655         Add `gnus-thread-sort-by-most-recent-number' and
19656         `gnus-thread-sort-by-most-recent-date'.
19657         Reported by Kai Grossjohann <kai@emptydomain.de>.
19658
19659 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19660
19661         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19662
19663 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19664
19665         * gnus-cus.el (gnus-agent-customize-category):
19666         Remove ignore-errors macro reference that required cl to be loaded at
19667         run-time.
19668
19669         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19670         single-interval range of the form (min . max).  Previously the
19671         range had to look like ((min . max)).  Likewise, return
19672         (min . max) rather than ((min . max)).
19673         (gnus-range-map): Use gnus-range-normalize to accept
19674         single-interval range.
19675
19676         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19677         the cache, but not the agent, now appear with their usual face.
19678
19679         * dgnushack.el (loaddir): New variable that is bound to the
19680         directory containing the dgnushack.el file. Use loaddir, rather
19681         than srcdir, to update load-path. Change lets dgnushack compile
19682         code in directories other than GNUS/lisp.
19683
19684 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19685
19686         * lpath.el: Don't bind w3m-safe-url-regexp.
19687
19688         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19689         w3m-safe-url-regexp variable buffer-local.
19690
19691         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19692
19693 2004-02-27  Simon Josefsson  <jas@extundo.com>
19694
19695         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19696         gnus-group-real-prefix.
19697         (gnus-summary-move-article): Use it, instead of
19698         gnus-group-real-prefix.
19699
19700 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19701
19702         * lpath.el: Bind w3m-safe-url-regexp.
19703
19704         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19705         w3m-safe-url-regexp variable buffer-local and set it as the value
19706         of mm-w3m-safe-url-regexp.
19707
19708         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19709
19710         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19711         parsing gnus-posting-styles when the message is not for replying.
19712
19713         * dgnushack.el: Autoload sgml-mode for XEmacs.
19714
19715         * nnrss.el (nnrss-opml-export):
19716         Use mm-set-buffer-file-coding-system instead of
19717         set-buffer-file-coding-system.
19718
19719 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19720
19721         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19722         of checkdoc.el).
19723         * nnrss.el: do.
19724         * gnus-mlspl.el: do.
19725         * gnus-ml.el: do.
19726         * gnus-srvr.el: do.
19727
19728         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19729
19730 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19731
19732         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19733         Corrections to custom-manual links.
19734
19735         * gnus-art.el (gnus-article): Ditto.
19736
19737         * mm-decode.el (mime-display, mime-security): Ditto.
19738
19739 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19740
19741         * flow-fill.el: Typo.
19742
19743 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19744
19745         * spam-wash.el: New file.
19746
19747 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19748
19749         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19750
19751 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19752
19753         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19754         to be run with new-articles as LIST1, not LIST2.
19755         (spam-registration-functions): Add spam-use-ham-copy as a nil
19756         registration backend.
19757
19758 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19759
19760         * spam-stat.el (spam-stat-washing-hook): New option.
19761         (spam-stat-buffer-words): Use it.
19762         (spam-stat-process-directory, spam-stat-test-directory):
19763         Use insert-file-contents-literally.
19764         (spam-stat-coding-system): New variable.
19765         (spam-stat-load, spam-stat-save): Use it.
19766
19767 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19768
19769         * spam-report.el (spam-report-plug-agent):
19770         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19771
19772 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19773
19774         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19775         Allow / in mailto URLs.
19776
19777 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19778
19779         * spam-report.el (spam-report-process-queue): Fix interactive use.
19780         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19781         (spam-report-unplug-agent): Doc fixes.
19782         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19783         (spam-report-agentize, spam-report-deagentize): Autoload.
19784
19785 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19786
19787         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19788
19789         * message.el (message-setup-fill-variables): Add mml tags to
19790         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19791         <ajk@iu.edu>.
19792         (message-mode): Don't modify paragraph-separate there.
19793
19794 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19795
19796         * compface.el (uncompface-use-external): Default to undecided.
19797         (uncompface-use-external-threshold): New variable.
19798         (uncompface-float-time): New macro.
19799         (uncompface): Determine whether to use the external decoder if
19800         uncompface-use-external is undecided.
19801
19802 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19803
19804         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19805         after images.
19806
19807         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19808
19809 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19810
19811         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19812
19813         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19814
19815         * gnus-sum.el (gnus-summary-limit-to-age)
19816         (gnus-summary-limit-children): do.
19817
19818         * gnus-int.el (gnus-request-scan): do.
19819
19820         * gnus-group.el (gnus-group-suspend): do.
19821
19822         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19823
19824         * gnus-cite.el (gnus-cite-parse-attributions): do.
19825
19826         * gnus-agent.el (gnus-summary-set-agent-mark)
19827         (gnus-agent-regenerate-group): do.
19828
19829         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19830
19831         * binhex.el (binhex-decode-region-internal): do.
19832
19833 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19834
19835         * gnus-fun.el (gnus-face-properties-alist): New user option.
19836         (gnus-display-x-face-in-from): Use it.
19837
19838         * gnus-art.el (article-display-face): Ditto.
19839
19840         * compface.el (uncompface-use-external): Default to nil.
19841
19842 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19843
19844         * nntp.el (nntp-erase-buffer): New function.
19845         (nntp-retrieve-data, nntp-send-command)
19846         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19847         (nntp-possibly-change-group): Use it.
19848
19849         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19850         Use with-current-buffer.
19851
19852 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19853
19854         * compface.el: Merge the ELisp-based uncompface program.
19855         (compface): New customization group.
19856         (uncompface-use-external): New user option.
19857         (uncompface): Call uncompface-internal if uncompface-use-external
19858         is nil.
19859         (uncompface-internal): New function.  Note that there are also
19860         some other functions and variables added for this function.
19861
19862 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19863
19864         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19865         if necessary.
19866
19867 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19868
19869         * spam-report.el (spam-report-unplug-agent)
19870         (spam-report-plug-agent, spam-report-deagentize)
19871         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19872         Add support for the Agent in spam-report: when unplugged, report to a
19873         file; when plugged, submit all the requests.
19874
19875         * spam.el (spam-register-routine): Fix message about
19876         registration.
19877
19878 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19879
19880         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19881         dependencies.
19882         (rfc2047-encode): Use it.
19883
19884         * gnus-art.el (gnus-button-marker-list): Move before first
19885         reference.
19886
19887         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19888         (imap-parse-body): Fix format string mismatch.
19889
19890         * gnus-score.el (gnus-summary-increase-score): do.
19891
19892         * nnrss.el (nnrss-close): New function.
19893
19894 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19895
19896         * nnrss.el (nnrss-make-filename): New function.
19897         (nnrss-request-delete-group, nnrss-read-server-data)
19898         (nnrss-save-server-data, nnrss-read-group-data)
19899         (nnrss-save-group-data): Use it.
19900         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19901         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19902         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19903
19904 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19905
19906         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19907
19908 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19909
19910         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19911         files.
19912
19913         * message.el (message-generate-headers-first): Don't quote nil
19914         and t in docstrings.
19915
19916         * imap.el (imap-id): do.
19917
19918         * gnus-agent.el (gnus-agent-consider-all-articles)
19919         (gnus-agent-queue-mail): do.
19920
19921 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19922
19923         * spam-report.el (spam-report-process-queue): New function.
19924         Process requests from `spam-report-requests-file'.
19925         (spam-report-process-queue): Doc fix.
19926
19927 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19928
19929         * spam.el (spam-register-routine)
19930         (spam-log-processing-to-registry, spam-log-registered-p)
19931         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19932         Change "check" to "spam-check" for semi-clarity.
19933
19934 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19935
19936         * pop3.el: Require nnheader.
19937
19938         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19939
19940         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19941
19942         * gnus-picon.el: Require cl.
19943
19944         * gnus-fun.el: Require gnus-ems and gnus-util.
19945
19946         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19947
19948         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19949
19950         * gnus-art.el (gnus-article-edit-mode): Define before first
19951         reference.
19952
19953 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19954
19955         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19956         (gnus-uu-post-encoded): Use point-at-bol.
19957
19958         * gnus-topic.el (gnus-group-active-topic-p): do.
19959
19960         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19961
19962         * gnus-group.el (gnus-group-kill-region): do.
19963
19964         * gnus-art.el (article-date-ut): do.
19965
19966         * message.el (message-fetch-field): Remove redundant
19967         case-fold-search binding.
19968         (message-narrow-to-field): Simplify.
19969
19970 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19971
19972         * spam.el (spam-directory): Derive from `gnus-directory'.
19973
19974         * spam-report.el (spam-report-url-to-file)
19975         (spam-report-requests-file): New function and variable for offline
19976         reporting.
19977         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19978         and user defined function.
19979         (spam-report-url-ping-mm-url): Remove doubled slash.
19980
19981 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19982
19983         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19984
19985 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19986
19987         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19988         Fix format string mismatch.
19989
19990         * sieve.el (sieve-deactivate-all): do.
19991
19992         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19993
19994         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19995
19996         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19997
19998         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19999
20000 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20001
20002         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20003         the list of checks.
20004
20005 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20006
20007         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20008         padding.
20009
20010 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20011
20012         * mm-view.el (mm-fill-flowed): New variable.
20013         (mm-inline-text): Use it.
20014
20015 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20016
20017         * spam.el (spam-spamassassin-register-ham-routine)
20018         (spam-spamassassin-register-spam-routine): Fix function names.
20019
20020 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20021
20022         * gnus.el (gnus-tmp-grouplens): Remove.
20023         (gnus-summary-line-format): Remove grouplens.
20024
20025         * gnus-group.el (gnus-group-line-format): Ditto.
20026
20027         * gnus-spec.el (gnus-format-specs): Ditto.
20028         (gnus-update-format-specifications): Flush the group format spec
20029         cache if there's the grouplens stuff.
20030         (gnus-parse-simple-format): Replace %l with the empty string.
20031
20032 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20033
20034         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20035         omission.
20036
20037 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20038
20039         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20040         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20041
20042 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20043
20044         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20045         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20046         New macros and functions.
20047         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20048         Handle > NLINK_MAX messages.
20049         * nnmaildir.el (nnmaildir-request-set-mark):
20050         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20051
20052 2004-01-25  Alex Schroeder  <alex@gnu.org>
20053
20054         * spam-stat.el (spam-stat-process-directory-age): New option.
20055         (spam-stat-process-directory): Use it.
20056
20057 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20058
20059         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20060         (spam-stat-save): Accept prefix argument.
20061
20062 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20063
20064         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20065         links" error.
20066
20067 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20068
20069         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20070         the rest of the and/or forms.
20071
20072 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20073
20074         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20075         compatibility with old .newsrc.eld files.
20076
20077         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20078
20079         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20080
20081         * gnus-start.el (gnus-1): do.
20082
20083         * gnus-group.el (gnus-group-line-format-alist): do.
20084
20085         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20086
20087         * gnus-gl.el: Remove.
20088
20089 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20090
20091         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20092         marks consisting of a single range {for example, (3 . 5)} rather
20093         than a list of a single range { ((3 . 5)) }.
20094
20095 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20096
20097         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20098         Use with-current-buffer.
20099         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20100         avoid consing a string.
20101
20102         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20103         Remove obsolete entries for big5 and gb2312.
20104
20105 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20106
20107         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20108         uncompressed list.
20109
20110 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20111
20112         * spam-stat.el (spam-stat-strip-xref): New function.
20113         (spam-stat-process-directory): Use it.
20114
20115         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20116         here -- it's done in message-fetch-field.
20117
20118 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20119
20120         * gnus-agent.el (gnus-agent-queue-mail)
20121         (gnus-agent-prompt-send-queue): New variables.
20122         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20123         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20124         "nndraft:queue" along to gnus-draft-send.
20125         Use gnus-agent-prompt-send-queue.
20126         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20127         is "nndraft:queue".  Suggested by Gaute Strokkenes
20128         <gs234@srcf.ucam.org>
20129
20130         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20131         (agent-enable-undownloaded-faces): Add.
20132         (gnus-agent-cat-groups): Use eval-and-compile, not
20133         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20134         method of gnus-agent-cat-groups even when the buffer has been
20135         evaled.
20136         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20137         delete gnus-agent-save-active-1.
20138         (gnus-agent-save-groups): Delete.  Identical to
20139         gnus-agent-save-active.
20140         (gnus-agent-write-active): No longer adjust agent's copy of active
20141         file as agent's adjustments are now stored in their own
20142         file.  Remove optional parameter.
20143         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20144         servers.  Add use of min/max range limits from server's local
20145         file.
20146         (gnus-agent-save-alist): Remove unused optional argument.
20147         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20148         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20149         (gnus-agent-set-local): A per-server file that keeps min/max range
20150         limits for articles known to the agent.  Provides a fast mechanism
20151         for altering many active ranges.
20152         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20153         active file (local makes it unnecessary).
20154         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20155
20156         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20157         (agent-enable-undownloaded-faces): Add.
20158
20159         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20160         disable it when sending to "nndraft:queue".
20161         (gnus-group-send-queue): Add safety check to avoid sending queue
20162         when unplugged.
20163
20164         * gnus-group.el (gnus-group-catchup): Use new
20165         gnus-sequence-of-unread-articles, not
20166         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20167         numbers of articles.  Use gnus-range-map to avoid having to
20168         uncompress the unread list.
20169         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20170         Fix invalid ange-ftp reference.
20171
20172         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20173         (gnus-sorted-range-intersection): Intersection of two ranges
20174         without requiring that they first be uncompressed.
20175
20176         * gnus-start.el (gnus-activate-group): Unless blocked by the
20177         caller, possibly expand the active range to include both cached
20178         and agentized articles.
20179         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20180         multiple version-dependent converters.
20181         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20182         gnus-agent-save-active.
20183         (gnus-save-newsrc-file): Save dirty agent range limits.
20184
20185         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20186         gnus-agent-possibly-alter-active.
20187         (gnus-adjust-marked-articles): Faster handling of simple lists.
20188
20189 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20190
20191         * spam-stat.el (spam-stat-test-directory): New optional argument
20192         displays a list of files detected.  Suggested by Andrew Cohen
20193         <cohen@andy.bu.edu>.
20194         (spam-stat-buffer-words-with-scores): Don't narrow and change
20195         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20196
20197 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20198
20199         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20200         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20201         (spam-spamassassin-arguments)
20202         (spam-spamassassin-spam-flag-header)
20203         (spam-spamassassin-positive-spam-flag-header)
20204         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20205         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20206         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20207         (spam-list-of-processors, spam-list-of-checks)
20208         (spam-list-of-statistical-checks, spam-registration-functions)
20209         (spam-check-spamassassin-headers, spam-check-spamassassin)
20210         (spam-spamassassin-score)
20211         (spam-spamassassin-register-with-sa-learn)
20212         (spam-spamassassin-register-spam-routine)
20213         (spam-spamassassin-register-ham-routine)
20214         (spam-assassin-register-spam-routine)
20215         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20216         (spam-bogofilter-score): Fix to show article before scoring.
20217
20218 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20219
20220         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20221         default scoring function.
20222         (spam-generic-score): Call spam-spamassassin-score if
20223         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20224         spam-bogofilter-score otherwise.
20225
20226         * gnus.el (spam-process, spam-autodetect-methods):
20227         Add spamassassin and spamassassin-headers.
20228
20229 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20230
20231         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20232         Suppress unnecessary messages.
20233
20234 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20235
20236         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20237         make-hash-table.
20238
20239 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20240
20241         * canlock.el (base64-encode-string): Don't autoload it.
20242
20243 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20244
20245         * run-at-time.el: Remove useless (require 'itimer),
20246         eval-and-compile and (featurep 'xemacs).
20247
20248 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20249
20250         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20251         GROUP is a virtual group.
20252
20253 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20254
20255         * gnus.el: Autoload `message-y-or-n-p'.
20256
20257 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20258
20259         * pgg-parse.el: Remove unnecessary (require 'custom).
20260
20261         * pgg-def.el: do.
20262
20263         * nnmail.el: do.
20264
20265         * gnus-undo.el: do.
20266
20267         * gnus-picon.el: do.
20268
20269         * gnus-util.el: do.
20270
20271 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20272
20273         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20274
20275 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20276
20277         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20278         handle, as well as a list.
20279
20280         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20281         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20282         (mm-w3m-cid-retrieve): Simplify.
20283
20284 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20285
20286         * message.el (message-kill-to-signature): Allow prefix arg to
20287         specify number of lines to keep before signature.
20288
20289 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20290
20291         * message.el (message-kill-to-signature): Change docstring.
20292
20293 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20294
20295         * canlock.el: Always require sha1-el.
20296         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20297
20298         * message.el: Autoload sha1 only when compiling.
20299
20300         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20301         eudc-expand-inline for XEmacs.
20302
20303 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20304
20305         * message.el (message-canlock-generate): Require sha1-el.
20306
20307 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20308
20309         * message.el (message-expand-name): Silence the byte compiler.
20310
20311         * lpath.el: Add detect-coding-system.
20312
20313         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20314         cus-edit.
20315
20316 2004-01-13  Simon Josefsson  <jas@extundo.com>
20317
20318         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20319         Invoke gnus-score-mode.
20320         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20321
20322         * gnus-range.el (gnus-compress-sequence): Doc fix.
20323         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20324
20325 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20326
20327         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20328
20329 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20330
20331         * spam.el (spam-get-article-as-string): Update to use
20332         gnus-request-article-this-buffer, much simpler.
20333         (spam-get-article-as-buffer): Remove.
20334
20335 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20336
20337         * message.el (message-expand-name): Use EUDC if the user uses that.
20338
20339 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20340
20341         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20342         character for the encoding to avoid consing a string.
20343
20344         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20345         unnecessarily.
20346
20347         * mm-util.el (mm-replace-chars-in-string): Remove.
20348
20349         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20350         of mm-replace-chars-in-string.
20351
20352 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20353
20354         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20355
20356         * mm-util.el (mm-subst-char-in-string): Support inplace.
20357
20358         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20359         a new string in every iteration.  Use shy groups.
20360
20361 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20362
20363         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20364         * gnus-soup.el (gnus-soup-group-brew):
20365         * gnus-msg.el (gnus-put-message):
20366         * gnus-move.el (gnus-group-move-group-to-server):
20367         * gnus-kill.el (gnus-batch-score):
20368         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20369         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20370         (gnus-group-update-group, gnus-group-read-group)
20371         (gnus-group-make-group, gnus-group-make-help-group)
20372         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20373         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20374         (gnus-group-sort-by-unread, gnus-group-catchup)
20375         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20376         (gnus-group-yank-group, gnus-group-set-info)
20377         (gnus-group-list-groups):
20378         * gnus.el (gnus-generate-new-group-name):
20379         * gnus-delay.el (gnus-delay-send-queue):
20380         * nnvirtual.el (nnvirtual-catchup-group):
20381         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20382         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20383         (gnus-group-prepare-topics, gnus-topic-check-topology):
20384         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20385         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20386         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20387         (gnus-group-make-articles-read):
20388         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20389         (gnus-group-change-level, gnus-kill-newsgroup)
20390         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20391         (gnus-get-unread-articles, gnus-make-articles-unread)
20392         (gnus-make-ascending-articles-unread): Use accessor
20393         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20394         to get group information for improved readability.
20395
20396
20397 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20398
20399         * gnus-art.el (article-decode-mime-words, article-babel)
20400         (gnus-article-highlight-signature, gnus-article-add-buttons)
20401         (gnus-signature-toggle): Use gnus-with-article-buffer.
20402
20403         * gnus-art.el (gnus-article-highlight-headers)
20404         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20405
20406         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20407         (gnus-article-set-globals, gnus-request-article-this-buffer)
20408         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20409         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20410         (gnus-mime-display-alternative): Use with-current-buffer.
20411
20412 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20413
20414         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20415         also under 80 char limit, and call gnus-error if needed.
20416         (spam-fetch-article-header): Fix - it was a
20417         buffer-local variable (gnus-newsgroup-data).
20418         (spam-find-spam): Use spam-generate-fake-headers, forget about
20419         spam-insert-fake-headers.
20420         (spam-insert-fake-headers): Remove.
20421
20422 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20423
20424         * deuglify.el (gnus-article-outlook-unwrap-lines)
20425         (gnus-outlook-rearrange-article)
20426         (gnus-outlook-repair-attribution-outlook)
20427         (gnus-outlook-repair-attribution-block)
20428         (gnus-outlook-repair-attribution-other): Remove redundant
20429         save-excursion.
20430
20431 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20432
20433         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20434         (spam-fetch-field-subject-fast)
20435         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20436         (spam-fetch-article-header): Add functions to deal with Gnus
20437         internals for fast retrieval of article header data.
20438         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20439
20440 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20441
20442         * pop3.el (pop3-md5): Remove.
20443         (pop3-apop): Replace pop3-md5 with md5.
20444
20445         * mm-bodies.el: base64 is always built-in.
20446
20447         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20448         Use with-current-buffer.
20449
20450 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20451
20452         * canlock.el (canlock-insert-header): Remove excessive grouping in
20453         regexp.
20454
20455         * gnus-sum.el (gnus-summary-read-document): Ditto.
20456
20457         * gnus-uu.el (gnus-uu-part-number): Ditto.
20458
20459         * html2text.el (html2text-remove-tags): Ditto.
20460         (html2text-format-tags): Ditto.
20461         (html2text-format-single-elements): Ditto.
20462
20463         * mml.el (mml-parse-1): Ditto.
20464
20465 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20466
20467         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20468
20469         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20470
20471         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20472
20473         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20474
20475 2003-11-15  Simon Josefsson  <jas@extundo.com>
20476
20477         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20478         (pgg-gpg-lookup-key): Use regexp match instead of
20479         split-string (split-string is different between emacs 21.2 and
20480         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20481
20482 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20483
20484         * gnus-art.el (gnus-mime-view-all-parts)
20485         (gnus-article-part-wrapper, gnus-article-view-part):
20486         Use with-current-buffer.
20487
20488 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20489
20490         * spam.el (spam-disable-spam-split-during-ham-respool)
20491         (spam-spamoracle-database, spam-cache-lookups)
20492         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20493         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20494         (spam-group-ham-marks, spam-group-spam-marks)
20495         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20496         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20497         also add spam-use-blackholes to the statistical checks.
20498         (spam-fetch-field-fast): Add interface to fetching fields, may
20499         become a macro.
20500         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20501         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20502         (spam-insert-fake-headers): Fake an article when needed.
20503         (spam-find-spam): Fake article when possible.
20504         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20505         (spam-check-bogofilter-headers): Use message-fetch-field instead
20506         of nnmail-fetch-field.
20507
20508 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20509
20510         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20511
20512 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20513
20514         * spam.el (spam-split): Do not require spam-use-CHECK to be
20515         enabled if that check is passed to spam-split explicitly; also
20516         fix so 'spam doesn't get converted to spam-split-group when
20517         spam-split-symbolic-return is t.
20518         (spam-find-spam): Find registrations of the article and use those
20519         instead of re-running spam-split to find the spam/ham
20520         classification of the article.
20521         (spam-log-processing-to-registry, spam-log-registered-p)
20522         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20523         Use gnus-error instead of gnus-message.
20524         (spam-log-registration-type): Add function to determine the
20525         classification of a message based on registry entries; will
20526         return nil if both 'spam and 'ham are found.
20527         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20528         a reasonably fast local cache without the loading errors.
20529         (spam-cache-lookups): Set to t by default.
20530         (spam-find-spam): Don't try to guess spam-cache-lookups.
20531         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20532         spam-caches entry.
20533         (spam-filelist-build-cache, spam-filelist-check-cache):
20534         Fix caching of whitelist/blacklist entries.
20535         (spam-check-whitelist, spam-check-blacklist):
20536         Invoke spam-from-listed-p with a type, not a cache variable.
20537         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20538
20539 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20540
20541         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20542
20543         * nnmail.el (nnmail-split-fancy): do.
20544
20545         * mml.el (mml-parse): do.
20546
20547         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20548         (gnus-score-adaptive): do.
20549
20550 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20551
20552         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20553         (gnus-mime-button-map): Don't set keymap parent.
20554         (gnus-button-ctan-directory-regexp): Use shy grouping.
20555         (gnus-prev-page-map): Don't set keymap parent.
20556         (gnus-prev-page-map): Remove duplicated one.
20557         (gnus-next-page-map): Don't set keymap parent.
20558         (gnus-mime-security-button-map): Ditto.
20559
20560         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20561         version number.
20562
20563         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20564
20565 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20566
20567         * canlock.el (canlock-sha1-function): Remove.
20568         (canlock-sha1-function-for-verify): Remove.
20569         (canlock-openssl-program): Remove.
20570         (canlock-openssl-args): Remove.
20571         (canlock-ignore-errors): Remove.
20572         (canlock-sha1-with-openssl): Remove.
20573         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20574         (canlock-verify): Don't use canlock-ignore-errors.
20575
20576         * sha1-el.el (sha1-string-external): Make it can return a string
20577         in binary form.
20578         (sha1-region-external): Ditto.
20579         (sha1-string-internal): Ditto.
20580         (sha1-region-internal): Ditto.
20581         (sha1-region): Ditto.
20582         (sha1-string): Ditto.
20583         (sha1): Ditto.
20584
20585 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20586
20587         * spam.el (spam-report-articles-gmane): New command.
20588
20589 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20590
20591         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20592
20593         * run-at-time.el (run-at-time-saved): Remove.
20594         (run-at-time): Doc fix.
20595
20596 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20597
20598         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20599         (gnus-summary-limit-map): Add it.
20600         (gnus-summary-make-menu-bar): do.
20601
20602 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20603
20604         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20605         Make attempt at some caching support (done for BBDB only now).
20606         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20607         addresses to be checked.
20608         (spam-clear-cache-BBDB): Add function, to be invoked by
20609         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20610         (spam-check-BBDB): Check and use the caches, if
20611         spam-cache-lookups is on, remove superfluous (provide).
20612
20613 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20614
20615         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20616
20617 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20618
20619         * run-at-time.el (run-at-time-saved): Move to after the definition
20620         of `run-at-time'.
20621
20622         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20623
20624 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20625
20626         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20627         mm-w3m-local-map-property.
20628
20629         * mm-view.el (mm-w3m-mode-map): Remove.
20630         (mm-w3m-local-map-property): Remove.
20631         (mm-inline-text-html-render-with-w3m): Don't use
20632         mm-w3m-local-map-property.
20633
20634 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20635
20636         * run-at-time.el: New file.
20637
20638         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20639         under Emacs.
20640
20641         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20642         of gnus-set-text-properties.
20643
20644         * gnus-uu.el (gnus-uu-save-article): Ditto.
20645
20646         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20647
20648         * gnus-cite.el (gnus-cite-parse): Ditto.
20649
20650         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20651         of gnus-.
20652
20653         * gnus-xmas.el (run-at-time): Require run-at-time.
20654
20655         * gnus.el: Change calls to nnheader-run-at-time and
20656         password-run-at-time throughout to use run-at-time directly.
20657
20658         * password.el: Remove definition of run-at-time.
20659
20660         * nnheaderxm.el: Remove definition of run-at-time.
20661
20662 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20663
20664         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20665         in prompt.
20666
20667 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20668
20669         * messagexmas.el (message-xmas-redefine): Alias
20670         `message-make-caesar-translation-table' to
20671         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20672         version.
20673
20674         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20675         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20676         `gnus-xmas-set-text-properties'.
20677         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20678         `gnus-xmas-completing-read'.
20679         (gnus-xmas-completing-read): Removed.
20680         (gnus-xmas-open-network-stream): Removed.
20681
20682         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20683         XEmacs version.
20684
20685         * dns.el (dns-make-network-process): Use `open-network-stream'
20686         instead of `gnus-xmas-open-network-stream'.
20687
20688         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20689
20690         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20691
20692 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20693
20694         * gnus-art.el (gnus-mime-display-alternative)
20695         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20696         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20697         Don't use gnus-local-map-property.
20698
20699         * gnus-util.el (gnus-local-map-property): Remove.
20700
20701         * mm-view.el (mm-view-pkcs7-decrypt):
20702         Replace gnus-completing-read-maybe-default with completing-read.
20703
20704         * gnus-util.el (gnus-completing-read): do.
20705         (gnus-completing-read-maybe-default): Remove.
20706
20707 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20708
20709         * password.el: Only autoload `run-at-time' if not XEmacs.
20710         Only autoload the itimer functions if XEmacs.
20711
20712 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20713
20714         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20715         XEmacsen.
20716
20717         * dgnushack.el: Autoload executable-find for XEmacs.
20718
20719 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20720
20721         * gnus-art.el (gnus-read-string): Remove.
20722         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20723         read-string.
20724
20725 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20726
20727         * netrc.el: Autoload password-read.
20728         (netrc): Add configuration group.
20729         (netrc-encoding-method, netrc-openssl-path):
20730         Add variables for encoding and decoding of files with symmetric
20731         ciphers.
20732         (netrc-encode): Add assistant function to encode a file with
20733         netrc-encoding-method.
20734         (netrc-parse): Add interactive parameter, added optional
20735         decoding if netrc-encoding-method is non-nil but otherwise
20736         behavior is standard.
20737         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20738         Do s/encode/encrypt/ everywhere.
20739
20740         * spam.el: Remove executable-find autoload.
20741
20742 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20743
20744         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20745
20746         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20747
20748 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20749
20750         * gnus-art.el (gnus-treat-ansi-sequences)
20751         (article-treat-ansi-sequences): New variable and function.
20752         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20753
20754         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20755         Use it.
20756
20757 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20758
20759         * mm-util.el (mm-quote-arg): Remove.
20760
20761         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20762         shell-quote-argument.
20763
20764         * gnus-uu.el (gnus-uu-command): do.
20765
20766         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20767
20768         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20769         with make-char.
20770
20771         * mm-util.el (mm-make-char): Remove.
20772
20773         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20774         add-minor-mode.
20775
20776         * gnus-undo.el (gnus-undo-mode): do.
20777
20778         * gnus-topic.el (gnus-topic-mode): do.
20779
20780         * gnus-sum.el (gnus-dead-summary-mode): do.
20781
20782         * gnus-start.el (gnus-slave-mode): do.
20783
20784         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20785
20786         * gnus-ml.el (gnus-mailing-list-mode): do.
20787
20788         * gnus-gl.el (gnus-grouplens-mode): do.
20789
20790         * gnus-draft.el (gnus-draft-mode): do.
20791
20792         * gnus-dired.el (gnus-dired-mode): do.
20793
20794         * gnus-ems.el (gnus-add-minor-mode): Remove.
20795
20796         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20797         Replace gnus-char-width with char-width.
20798
20799         * gnus-ems.el (gnus-char-width): Remove.
20800
20801         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20802         Replace gnus-char-width with char-width.
20803
20804         * gnus-ems.el (gnus-char-width): Remove.
20805
20806         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20807         definition.
20808         Remove Emacs 20 hash table compatibility code.
20809
20810         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20811         20 compatibility code.
20812
20813         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20814
20815         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20816
20817         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20818         Replace with point-at-{eol,bol}.
20819
20820         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20821
20822         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20823
20824         * flow-fill.el (fill-flowed-point-at-bol)
20825         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20826
20827         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20828         Replace with point-at-{eol,bol} throughout all files.
20829
20830 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20831
20832         * ntlm.el (ntlm-string-as-unibyte): New macro.
20833         (ntlm-build-auth-response): Use it.
20834
20835         Remove Emacs 20 stuff:
20836         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20837         (butlast, mapc, remove): Remove the compiler macros.
20838         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20839         of delq and copy-sequence.
20840         * gnus-art.el (popup-menu): Remove the compiler macro.
20841         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20842         Emacs 20.
20843
20844 2004-01-05  Simon Josefsson  <jas@extundo.com>
20845
20846         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20847         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20848         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20849         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20850         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20851         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20852         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20853         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20854         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20855         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20856         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20857         string-xor into ntlm-string-xor.
20858         Suggested by Jesper Harder <harder@myrealbox.com>.
20859
20860         * ntlm.el: Don't include poem.
20861
20862         * md4.el (print-int32, print-string-hexa): Remove.
20863         Suggested by Jesper Harder <harder@myrealbox.com>.
20864
20865         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20866
20867         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20868         probably breaks emacs with DL patch, but do we care? Is anyone
20869         still using the DL stuff?)
20870
20871         * sieve-manage.el: Use the password package.
20872         (sieve-manage-read-passwd): Remove.
20873         (sieve-manage-interactive-login): Use password.  Re-add
20874         condition-case around loop.
20875
20876         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20877         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20878         Use the password package.
20879
20880 2003-02-19  Simon Josefsson  <jas@extundo.com>
20881
20882         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20883         token.
20884
20885 2002-08-07  Simon Josefsson  <jas@extundo.com>
20886
20887         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20888         (sieve-manage-authenticators):
20889         (sieve-manage-authenticator-alist): Add some SASL mechs.
20890         (sieve-sasl-auth): New function.
20891         (sieve-manage-cram-md5-auth):
20892         (sieve-manage-plain-auth): Rewrite using SASL library.
20893         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20894         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20895         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20896         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20897
20898 2004-01-05  Simon Josefsson  <jas@extundo.com>
20899
20900         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20901         New files.
20902
20903 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20904
20905         * gnus-group.el (gnus-no-groups-message): Update.
20906
20907         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20908
20909 2003-11-09  Simon Josefsson  <jas@extundo.com>
20910
20911         * imap.el: Support for ID IMAP extension (RFC 2971).
20912         (imap-local-variables): Add imap-id.
20913         (imap-id): New variable.
20914         (imap-id): New function.
20915         (imap-parse-response): Parse untagged ID response.
20916         * nnimap.el (nnimap-id): New variable.
20917         (nnimap-open-connection): Use it.
20918
20919 2003-12-28  Simon Josefsson  <jas@extundo.com>
20920
20921         * gnus-score.el (gnus-score-edit-all-score): New.
20922         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20923
20924 2004-01-04  Simon Josefsson  <jas@extundo.com>
20925
20926         * password.el: Add.
20927
20928 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20929
20930         * dns.el (dns-query-types): Fix typo.
20931         (dns-query-types): New function.
20932         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20933         PTR and SOA replies, see RFC 1035.
20934
20935 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20936
20937         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20938
20939         * Move to Changelog.2.
20940
20941 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20942
20943         * gnus.el (gnus-version-number): Bump version.
20944
20945 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20946
20947         * gnus.el: No Gnus v0.1 is released.
20948
20949 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20950
20951         * gnus.el: No Gnus v0.0 is released.
20952
20953 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20954
20955         * gnus.el (gnus-version-number): Bump.
20956         (gnus-version): No.
20957
20958 See ChangeLog.2 for earlier changes.
20959
20960   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20961
20962   This file is part of GNU Emacs.
20963
20964   GNU Emacs is free software: you can redistribute it and/or modify
20965   it under the terms of the GNU General Public License as published by
20966   the Free Software Foundation, either version 3 of the License, or
20967   (at your option) any later version.
20968
20969   GNU Emacs is distributed in the hope that it will be useful,
20970   but WITHOUT ANY WARRANTY; without even the implied warranty of
20971   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20972   GNU General Public License for more details.
20973
20974   You should have received a copy of the GNU General Public License
20975   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20976
20977 ;; Local Variables:
20978 ;; coding: utf-8
20979 ;; fill-column: 79
20980 ;; add-log-time-zone-rule: t
20981 ;; End: