(auth-source-search): Don't try to create credentials if the caller doesn't want...
[gnus] / lisp / ChangeLog
1 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * auth-source.el (auth-source-search): Don't try to create credentials
4         if the caller doesn't want that.
5
6         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
7         logging.
8         (nnimap-credentials): Protect against auth-source-search returning nil.
9         (nnimap-request-list): Protect against not being able to open the
10         server.
11
12 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
13
14         * auth-source.el (auth-source-search): Do a two-phase search, one with
15         no :create to get the responses from all backends.
16
17         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
18         when getting credentials.
19
20         * gnus-util.el (gnus-delete-duplicates): New function.
21
22 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
23
24         * nnimap.el (nnimap-credentials): Instead of picking the first port as
25         a creation default, pass the whole port list down.  It will be
26         completed.
27
28         * auth-source.el (auth-source-search): Updated docs to talk about
29         multiple creation choices.
30         (auth-source-netrc-create): Accept a list as a value (from the search
31         parameters) and do completion on that list.  Keep a separate netrc line
32         with the password obscured for showing the user.
33
34         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
35         first choice to `auth-source-search' so it will be used for entry
36         creation instead of the server's Gnus-specific name.
37         (nnimap-credentials): Rely on the auth-source library to select which
38         port is actually wanted in the new netrc entry, so don't override
39         `auth-source-creation-defaults'.
40
41         * auth-source.el (auth-source-netrc-parse): Use :port instead of
42         :protocol and accept a missing user, host, or port as a wildcard match.
43         (auth-source-debug): Default to off.
44
45         (auth-source-netrc-search, auth-source-netrc-create)
46         (auth-source-secrets-search, auth-source-secrets-create)
47         (auth-source-user-or-password, auth-source-backend, auth-sources)
48         (auth-source-backend-parse-parameters, auth-source-search): Use :port
49         instead of :protocol.
50
51         * nnimap.el (nnimap-credentials): Pass a port default to
52         `auth-source-search' in case an entry needs to be created.
53         (nnimap-open-connection-1): Use :port instead of :protocol.
54
55 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
56
57         * auth-source.el: Bind load-path when loading EIEIO from
58         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
59         21.4 doesn't support, to `require'.
60         (auth-source-secrets-search): Use mm-delete-duplicates instead of
61         delete-dups that is not available in XEmacs 21.4.
62
63 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
64
65         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
66         as EIEIO must also be loaded when auth-source.el is being
67         byte-compiled.
68
69 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
70
71         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
72
73         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
74
75         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
76
77         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
78
79         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
80
81         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
82
83         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
84
85         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
86         necessary.
87
88 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
89
90         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
91         nil means that nnimap doesn't get updated.
92
93 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
94
95         * auth-source.el (auth-source-netrc-create): Return a synthetic search
96         result when the user doesn't want to write to the file.
97         (auth-source-netrc-search): Expect a synthetic result and proceed
98         accordingly.
99         (auth-source-cache-expiry): New variable to override
100         `password-cache-expiry'.
101         (auth-source-remember): Use it.
102
103         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
104         parameter.  Create entry if necessary by using :create t.
105         (nnimap-open-connection-1): Don't pass `inhibit-create'.
106
107 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
108
109         * auth-source.el (auth-source-debug): Enable by default and don't
110         mention the obsolete `auth-source-hide-passwords'.
111         (auth-source-do-warn): New function to debug unconditionally.
112         (auth-source-do-debug): Use it.
113         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
114         and for Secrets API entries when the secrets.el library is not
115         available.
116
117 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
118
119         * gnus-sum.el (gnus-propagate-marks): Default to nil.
120         (gnus-summary-exit): Kill the correct article buffer on exit from a
121         `C-d' group.
122
123         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
124         gnus-propagate-marks.
125
126         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
127         before killing the buffers so that a non-full window conf gets handled
128         correctly.
129         (gnus-summary-exit): Ditto.
130         (gnus-summary-read-group-1): Ditto.
131
132         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
133         async code again so that we can debug it properly.
134
135         * message.el (message-reply): Take an optional switch-buffer parameter
136         so that Gnus window confs are respected better.
137
138 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
139
140         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
141         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
142         docstring.
143         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
144         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
145         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
146         Login collection is "Login" and not "login".
147
148 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
149
150         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
151         multiple headers.
152
153         * nnimap.el (nnimap-inhibit-logging): New variable.
154         (nnimap-log-command): Don't log login commands.
155
156         * auth-source.el (auth-source-netrc-search): The asserts seem to want
157         to have more parameters.
158
159         * nnimap.el (nnimap-send-command): Mark the command time for each
160         command, so that we don't get NOOPs stepping on our toes.
161
162         * gnus-art.el (article-date-ut): Get the date from the Date header on
163         `t'.
164
165 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
166
167         * auth-source.el (auth-source-search): Use copy-sequence instead of
168         the cl.el copy-list.
169
170 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
171
172         * imap.el: Bring it back (revert
173         84d800cd31de3064f0ed39617d725709a2f8f42f).
174
175 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
176
177         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
178         Improve prompt.
179
180 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
181
182         * gnus-art.el (gnus-article-mode-line-format): Remove the article
183         washing status from the default format.  It isn't very informative.
184
185 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
186
187         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
188         Gcc processing on imap.
189
190 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
191
192         * imap.el: Remove file.  All the functionality is in nnimap.el.
193
194 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
195
196         * message.el (message-bury): Don't pop up a new window when selected
197         window is dedicated.
198
199 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
200
201         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
202
203 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
204
205         * sieve-manage.el: Autoload `auth-source-search'.
206         (sieve-sasl-auth): Use it.
207
208 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
209
210         * nnimap.el: Autoload `auth-source-forget+'.
211         (nnimap-open-connection-1): Use it if the connection fails.
212
213         * auth-source.el: Require `password-cache'.
214         (auth-source-hide-passwords, auth-source-cache): Remove and mark
215         obsolete.
216         (auth-source-magic): Marker for `password-cache' keys.
217         (auth-source-do-cache): Update docstring.
218         (auth-source-search): Use and check cache.
219         (auth-source-forget-all-cached, auth-source-remember)
220         (auth-source-recall, auth-source-forget, auth-source-forget+)
221         (auth-source-specmatchp): Caching support functions.
222         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
223         Remove and obsolete.
224         (auth-source-user-or-password): Remove caching to further discourage
225         using it.  Always hide passwords.
226
227         * password-cache.el (password-cache-remove): Accept secrets that are
228         not strings.
229
230 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
231
232         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
233         code for now, since it doesn't work for all users.
234
235 2011-02-09  Julien Danjou  <julien@danjou.info>
236
237         * message.el (message-options): Make message-options really buffer
238         local.
239
240 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
241
242         * mail-source.el: Autoload `auth-source-search'.
243         (mail-source-keyword-map): Note order matters.
244         (mail-source-set-1): Get all the mail-source source values and
245         defaults and search auth-source on those if needed.  This can all
246         probably be simplified.
247
248         * nnimap.el: Autoload `auth-source-search'.
249         (nnimap-credentials): Use it.
250         (nnimap-open-connection-1): Ask for the virtual server and physical
251         address in one shot.
252
253         * nntp.el: Autoload `auth-source-search'.
254         (nntp-send-authinfo): Use it.  Note TODO.
255
256 2011-02-08  Julien Danjou  <julien@danjou.info>
257
258         * shr.el (shr-tag-body): Add support for text attribute in body
259         markups.
260
261         * message.el (message-options): Make message-options a local variable.
262
263 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
264
265         * auth-source.el (auth-source-secrets-search)
266         (auth-source-user-or-password): Use `append' instead of `nconc'.
267         (auth-source-user-or-password): Build return list better and protect
268         against nil :secret.
269
270 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
271
272         * nnimap.el (nnimap-update-info): Refactor slightly.
273         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
274         (nnimap-update-info): Clean up slightly.
275         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
276         characters.
277         (nnimap-process-quirk): Rename function to avoid collision.
278         (nnimap-update-info): Fix macrology bug-out.
279         (nnimap-update-info): Simplify split history test.
280
281 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
282
283         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
284         `secrets-get-attributes' instead of `secrets-get-attribute'.
285         (auth-source-secrets-search): Limit search when `max' is greater than
286         number of results.
287
288 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
289
290         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
291         part not returning any data.
292
293         * proto-stream.el (open-protocol-stream): Document the return value.
294
295 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
296
297         * auth-source.el (auth-source-secrets-search): Add examples.
298
299 2011-02-06  Julien Danjou  <julien@danjou.info>
300
301         * message.el (message-setup-1): Handle message-generate-headers-first
302         set to t.
303
304 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
305
306         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
307         API with a string "secrets:collection-name" and with 'default.
308         (auth-source-backend-parse): Parse "secrets:collection-name" and
309         'default.  Recurse on parses instead of repeating code.  Use the
310         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
311         message when ignoring a source.
312         (auth-source-search): List ignored search keys at the top level.
313         (auth-source-netrc-create): Use `case' instead of `cond'.
314         (auth-source-secrets-search): Created with TODOs.
315         (auth-source-secrets-create): Created with TODOs.
316         (auth-source-retrieve, auth-source-create, auth-source-delete)
317         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
318         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
319         (auth-source-user-or-password-sftp)
320         (auth-source-user-or-password-smtp): Removed.
321         (auth-source-user-or-password): Deprecated and modified to be a wrapper
322         around `auth-source-search'.  Not tested thoroughly.
323
324 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
325
326         * auth-source.el: Bring in assoc and eioeio libraries.
327         (secrets-enabled): New variable to track the status of the Secrets API.
328         (auth-source-backend): New EIOEIO class to represent a backend.
329         (auth-source-creation-defaults): New variable to set prompt defaults
330         during token creation (see the `auth-source-search' docstring for
331         details).
332         (auth-sources): Simplify to allow a simple string as a netrc backend
333         spec.
334         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
335         (auth-source-backend-parse-parameters): Fill in the backend parameters.
336         (auth-source-search): Main auth-source API entry point.
337         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
338         (auth-source-search-collection): Helper function for searching.
339         (auth-source-netrc-parse, auth-source-netrc-normalize)
340         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
341         Supports search, create, and delete.
342         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
343         backend stubs.
344         (auth-source-user-or-password): Call `auth-source-search' but it's not
345         ready yet.
346
347 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
348
349         * message.el (message-setup-1): Remove the read-only stuff, since it
350         doesn't work under XEmacs, for some reason.
351
352         * gnus-sum.el (gnus-user-date): Rename back from
353         gnus-summary-user-date since user code refers to it.
354
355         * shr.el (shr-render-td): Store the actual background colour used.
356
357         * message.el (message-setup-1): Don't bind the constant
358         -forbidden-properties.
359         (message-setup-1): Revert previous change, since it needs to bind the
360         props to insert them.
361         (message-resend): Allow removing the read-only separator line.
362
363 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
364
365         * nnimap.el (nnimap-request-accept-article): Give an error message if
366         the APPEND wasn't successful.
367
368 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
369
370         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
371         that have no groups.
372
373 2011-02-03  Julien Danjou  <julien@danjou.info>
374
375         * gnus-draft.el: Remove progn around gnus-draft-setup.
376
377 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
378
379         * gnus-start.el (gnus-read-active-for-groups): This function is never
380         called with a nil `infos', so clean that up.
381         (gnus-get-unread-articles): Request active files from primary/secondary
382         methods that have no groups (yet).
383
384 2011-02-03  Julien Danjou  <julien@danjou.info>
385
386         * message.el (message-setup-1): Always generate References first.
387         (message-mail): Return the return value of message-setup, not always t.
388         (message-setup-1): Insert mail-header-separator with read-only and
389         intangible properties set.
390
391         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
392         user-date in docstring.
393
394         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
395
396         * gnus.el (gnus-summary-line-format): Mention &user-date format in
397         docstring.
398
399         * gnus.el (gnus-user-date-format-alist): Change default value. Use
400         defcustom, with type and group. Move from gnus-util.el. Rename to
401         gnus-summary-user-date-format-alist.
402
403 2011-02-03  Glenn Morris  <rgm@gnu.org>
404
405         * nnimap.el (gnus-fetch-headers): Declare.
406
407         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
408
409 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
410
411         * message.el (message-forward-make-body-digest-plain)
412         (message-followup, message-reply): Clean up things noted by Stefan.
413
414         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
415         gnus-article-update-date-headers is nil.
416         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
417         it didn't really work with defcustom.
418         (article-update-date-lapsed): Make sure the window start doesn't move,
419         either.
420
421 2011-02-01  Julien Danjou  <julien@danjou.info>
422
423         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
424         format.
425
426         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
427         standard in Emacs nowadays.
428
429         * color.el (color-gradient): Add a color-gradient function.
430
431 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
432
433         * message.el (message-expand-name): Don't trust the return value of
434         bbdb-complete-name.
435         (message-check-news-header-syntax): Remove unused var `start'.
436         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
437         (message-inhibit-body-encoding): Move to before first use.
438         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
439         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
440         (Organization, Message-ID, Date, mh-previous-window-config):
441         Defvar the vars using dynamic scoping.
442
443 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
444
445         * shr.el (shr-render-td): Only do colours at the final rendering.
446         Should be slightly faster.
447         (shr-insert-table): Fix up TD background colours when doing the
448         vertical padding.
449
450         * gnus-art.el (article-date-ut): Protect against articles with no Date
451         header.
452         (article-update-date-lapsed): Don't use current-column to find the
453         horizontal position.  It's fragile in the presence of \003 characters.
454
455         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
456
457 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-art.el (article-transform-date): Rewrite to still work when
460         there are several rfc2822 parts.
461         (article-transform-date): Fix infinite recursion.
462         (article-date-ut): Replace infinitely many Date headers with a single
463         one when called interactively.
464
465         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
466         secure manner.
467
468         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
469         move around by not using save-window-excursion.  It seems to work...
470
471 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
472
473         * gnus-art.el (article-make-date-line): Work for user-defined format.
474
475 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
476
477         * nntp.el (nntp-retrieve-group-data-early)
478         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
479         fetching functions.
480
481         * gnus-start.el (gnus-read-active-for-groups): Read the active files
482         thoroughly for all backends that have no known groups.  This should
483         allow new nnml methods to retrieve mail.
484
485         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
486         that Gnus doesn't know exists again.
487
488         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
489         (gnus-treat-date-ut): Ditto.
490         (gnus-article-update-date-header): Renamed.
491         (gnus-treat-date-local): Removed.
492         (gnus-treat-date-english): Removed.
493         (gnus-treat-date-lapsed): Removed.
494         (gnus-treat-date-combined-lapsed): Removed.
495         (gnus-treat-date-original): Removed.
496         (gnus-treat-date-iso8601): Removed.
497         (gnus-treat-date-user-defined): Removed.
498         (gnus-article-date-headers): New variable to control all the date
499         header options.
500         (article-date-ut): Rewrite to allow using the new way to format date
501         headers(s).
502
503 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
504
505         * nnmail.el (nnmail-article-group): Check for a direct fancy split
506         method.
507         (nnmail-article-group): A better test for fanciness.
508
509         * nnimap.el (nnimap-request-head): Protect against not finding the
510         article by Message-ID.
511
512 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
513
514         * gnus-art.el (article-update-date-lapsed): Try a better way to really
515         keep point at the "same place".
516
517 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
518
519         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
520         data if the group is unactivated.
521
522 2011-01-28  Julien Danjou  <julien@danjou.info>
523
524         * gnus-win.el: Remove dead function gnus-window-configuration-element.
525         (gnus-all-windows-visible-p): Remove old compatibility code.
526         (gnus-window-top-edge): Add docstring.
527
528         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
529
530 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
531
532         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
533         older request-update-info.
534
535         * gnus-art.el (article-make-date-line): Limit the length a bit more.
536
537 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
538
539         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
540         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
541
542 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
543
544         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
545         groups.  This makes the nndraft:queue group pop up if it's not already
546         there.
547
548         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
549         messages" logic, which was reversed.
550
551         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
552         the "same place" even if point is on the line being replaced.
553         (article-update-date-lapsed): Allow updating both the combined lapsed
554         and the lapsed headers.
555         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
556         (article-make-date-line): Limit the number of segments dynamically to
557         avoid too-long lines.
558
559 2011-01-27  Julien Danjou  <julien@danjou.info>
560
561         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
562         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
563
564 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
565
566         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
567         Use plist-get instead of the cl function getf.
568
569 2011-01-27  Glenn Morris  <rgm@gnu.org>
570
571         * gnus-util.el (float-time): Get rid of compiler warning, again.
572
573 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
574
575         * shr.el (shr-put-color): Special-case background colours: Do put them
576         at the blank parts at the front of the lines.
577
578         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
579         exit hook to nix out all data on readedness on group exit.
580
581         * gnus-util.el (float-time): If float-time is bound, always use it on
582         all Emacsen.  It's unclear why the subrp check was there.
583         (time-date): Require to make some autoload issues on XEmacs go away.
584
585         * shr.el (shr-put-color): Don't do the box padding in tables, since
586         they're already padded.
587
588 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
589
590         * gnus-art.el (gnus-article-next-page): When the last line of the
591         article is displayed, scroll down once more instead of going to the
592         next article at once.
593         (article-lapsed-string): Refactor out and allow specifying how many
594         segments you want.
595         (gnus-article-setup-buffer): Start updating the lapsed header directly.
596         (gnus-article-update-lapsed-header): New variable.
597
598         * shr.el: Revert change that made headings use different-sized faces.
599         The Emacs display engine isn't advanced enough that, for instance,
600         tables can comfortably use differntly-sized faces.
601
602 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
603
604         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
605         used.
606         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
607         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
608         we're using an encrypted connection.
609
610         * proto-stream.el: Alter the interface functions to also return the
611         actual stream type used: network or tls.
612
613 2011-01-25  Julien Danjou  <julien@danjou.info>
614
615         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
616         (mm-display-javascript-inline): New function.
617
618         * mm-decode.el (mm-inline-media-tests): Add application/javascript
619         viewing function.
620
621 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * shr.el (shr-expand-newlines): Fix variable name.
624
625 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
626
627         * shr.el (shr-expand-newlines): Make nested boxes work.
628
629 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
630
631         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
632         backgrounds.
633         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
634         in a more sensible manner.
635
636 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
637
638         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
639         if EPG is loaded.
640
641 2011-01-24  Julien Danjou  <julien@danjou.info>
642
643         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
644         tags.
645
646 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
647
648         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
649         commands.
650
651         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
652         in the article buffer.
653         (gnus-gravatar-insert): Use blank space from the current buffer to
654         avoid breaking text properties.  This makes X-Sent updating work again.
655
656         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
657
658 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
659
660         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
661         fix the bug in url-http.el instead.
662
663         * shr.el (shr-image-fetched): Ditto.
664
665         * shr.el (shr-image-fetched): Avoid having point move in the article
666         buffer.
667
668         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
669         buffer after being called.  It's apparently being killed by url.el, and
670         killing it made point move to end-of-buffer in a random buffer.
671
672         * shr.el (shr-image-fetched): Ditto.
673
674 2011-01-23  Julien Danjou  <julien@danjou.info>
675
676         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
677
678         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
679         text/x-org.
680
681 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
682
683         * gnus-sum.el (gnus-summary-move-article): Protect against backends
684         (i.e., nnimap) returning nil as the article number.
685
686 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
687
688         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
689         "DelSp" parameter in RFC3676.
690
691 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
692
693         * message.el (message-check-recipients): Display the encoded version of
694         the bogus address if they differ.
695
696         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
697         after sending.
698
699         * gnus-agent.el (gnus-agent-send-mail): Ditto.
700
701         * gnus-group.el (gnus-group-refresh-group): New convenience function.
702
703         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
704         group buffer after sending the queue.
705
706         * gnus-agent.el (gnus-agent-send-mail): Ditto.
707
708 2011-01-22  Julien Danjou  <julien@danjou.info>
709
710         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
711
712 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
713
714         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
715         nested related parts.
716
717         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
718         unexpired articles.  This fixes the regression that led expiry marks to
719         disappear from nnfolder groups.
720
721 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
722
723         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
724         Don't confuse the "ret" of "retrograde" with RET.
725
726 2011-01-21  Julien Danjou  <julien@danjou.info>
727
728         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
729         than mm-insert-inline.
730
731 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
734         Widen article buffer.
735
736 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
737
738         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
739         the temp buffer.
740         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
741
742 2011-01-20  Julien Danjou  <julien@danjou.info>
743
744         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
745
746         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
747         than mm-insert-inline to insert inline part: this respect
748         mm-inline-media-tests displayers.
749
750         * mm-view.el (mm-display-shell-script-inline): New function.
751
752         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
753
754         * mm-uu.el (mm-uu-type-alist): Add org block.
755         (mm-uu-org-src-code-block-extract): New function.
756
757         * mm-view.el (mm-display-org-inline): New function.
758
759         * mm-decode.el (mm-automatic-display): Add text/org.
760
761         * mailcap.el (mailcap-mime-extensions): Add .org.
762
763 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * gnus-art.el (gnus-article-highlight): Remove argument passed to
766         gnus-article-add-buttons.
767
768 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
769
770         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
771         From header with a date and "nobody" as the sender.
772
773 2011-01-19  Julien Danjou  <julien@danjou.info>
774
775         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
776         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
777         if you have the same regexp several times.
778         (gnus-button-push): Fix matching when regexp is symbol.
779
780 2011-01-15  Glenn Morris  <rgm@gnu.org>
781
782         * message.el (message-mail): A compose-mail function should
783         accept headers as strings.
784
785 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
786
787         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
788         Add :vert-only tags.
789         (message-mail): New arg RETURN-ACTION.
790         (message-return-action): New var.
791         (message-bury): Use it.
792         (message-mode): Make it buffer-local.
793         (message-send-and-exit): Always call message-bury.
794
795         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
796         message-mail.
797
798 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * nnimap.el (nnimap-convert-partial-article): Protect against
801         zero-length body parts.
802
803         * mm-decode.el (mm-preferred-alternative-precedence):
804         Discourage showing empty parts.
805
806         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
807         and stuff if the backend didn't return the article number.  This fixes
808         an Exchange-related nnimap bug.
809
810         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
811         group window, because it does the wrong thing when a separate frame
812         displays the group buffer.
813
814         * proto-stream.el (open-protocol-stream): Protect against the low-level
815         transport functions returning nil.
816
817 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
818
819         * mml2015.el (epg-sub-key-fingerprint): Autoload.
820         (mml2015-epg-find-usable-secret-key): New function.
821         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
822         mml2015-epg-find-usable-key (Bug#7797).
823         (mml2015-epg-encrypt): Ditto.
824
825 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * dgnushack.el (rot13-string): Fix the way to get the argument.
828
829 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
830
831         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
832
833 2011-01-03  Glenn Morris  <rgm@gnu.org>
834
835         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
836
837         * sieve.el (sieve-open-server): Give a more explicit error if
838         sieve-manage-open returns nil.  (Bug#7720)
839
840 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
841
842         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
843
844 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
847         This avoids sending passwords in plain text over non-encrypted
848         channels.
849
850         * shr.el (shr-rescale-image): Display all GIF images as animated images.
851
852         * nnimap.el (nnimap-login): Refactored out into own function, and
853         implement CRAM-MD5.
854         (nnimap-wait-for-line): Refactored out.
855
856         * mm-view.el (mml-smime): Require.
857
858 2010-12-20  David Engster  <deng@eml.cc>
859
860         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
861         use EPG to decrypt S/MIME messages instead of openssl.
862
863 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
866
867         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
868         status is the group clearly is unreachable.
869
870         * auth-source.el (auth-source-create): Add the optional second
871         parameter to `local-variable-p' to be compatible with XEmacs.
872
873 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
874
875         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
876         work when using a compressed nnml folder.
877
878 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
881         backends after sanitising on entry, because this never makes sense:
882         If the articles have gone missing, then the data no longer exists on
883         the backend, and if they haven't, then Gnus is wrong, and shouldn't
884         overwrite anything anyway.
885
886         * shr.el (shr-insert-document): Bind shr-width dynamically to
887         window-width if it's nil.
888
889 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
890
891         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
892         with the meaning of using the full emacs window width for rendering.
893
894 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
895
896         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
897         case when sender is not given.
898
899 2010-12-23  Julien Danjou  <julien@danjou.info>
900
901         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
902         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
903         the addresses, otherwise we might misplaced the gravatar.
904
905 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
906
907         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
908         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
909         obsolete in Emacs.
910
911 2010-12-20  Julien Danjou  <julien@danjou.info>
912
913         * gnus-util.el (gnus-rescale-image): Revert last change.
914
915 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
916
917         * binhex.el: Improve commentary (Bug#7482).
918
919 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
920
921         * gnus-group.el (gnus-group-delete-articles): New command.
922
923 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
924
925         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
926
927 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928
929         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
930         here, since it's up to the backends to do CRLF removal if their
931         protocol has it.
932
933         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
934
935 2010-12-17  Julien Danjou  <julien@danjou.info>
936
937         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
938         they are from file. Can also scale up.
939
940 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
941
942         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
943         gnus-use-agent.
944         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
945
946         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
947
948 2010-12-17  Julien Danjou  <julien@danjou.info>
949
950         * gravatar.el (gravatar-retrieve-synchronously): New function.
951         (gravatar-get-data): Make more robust.
952
953 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
954
955         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
956
957 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
958
959         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
960         to really consider the last line.
961
962 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
963
964         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
965         list of recipient keys, or use symmetric encryption if not a list.
966         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
967         EPA override, replacing the call to `netrc-store-data'.
968
969 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
970
971         * gnus-srvr.el: Avoid passing nil regexp argument to
972         delete-matching-lines.
973
974 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
977         fetching stops when Gnus exits.
978
979         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
980         function.
981         (nnfolder-request-expire-articles): Save all the buffers after doing
982         expiry.
983
984         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
985         the last article", since that led to serious performance regressions
986         when expiring nnml groups.
987
988 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
989
990         * nnir.el: Improve customizations.
991
992 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
995
996         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
997         group has been killed.
998         (gnus-group-yank-group): Ditto.
999
1000         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1001
1002         * nnimap.el (nnimap-request-update-group-status): New function.
1003
1004         * gnus-int.el (gnus-request-update-group-status): New interface
1005         function.
1006
1007         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1008         copying read-ness to the backends.
1009
1010         * nnimap.el (nnimap-quirk): New function.
1011         (nnimap-retrieve-group-data-early): Use it.
1012         (nnimap-quirks): New alist.
1013
1014 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1017         don't delete it within indentation.
1018
1019 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1022         previous line.
1023
1024 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1025
1026         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1027         QRESYNC command by deleting a superfluous space which broke Cyrus
1028         servers.  This change will break other servers that are buggy the other
1029         way around.
1030
1031 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1032
1033         * spam.el: Reindent and fix long lines.
1034         (spam-copy-or-move-routine): Exclude invalid move destinations.
1035
1036 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1037
1038         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1039         installed the registry.
1040
1041 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1044
1045 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1046
1047         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1048         groupname doesn't contain "gmane".
1049
1050 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1051
1052         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1053         and netrc-bound-and-true-p bindings.
1054         (netrc-parse): Cache the netrc contents.
1055
1056         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1057         (gnus-1): Don't create the nndrafts group twice.
1058         (gnus-setup-news): There's no need to read the active file here, since
1059         that's done again later on a per-backend basis.
1060         (gnus-start-draft-setup): Make sure that the new group is started out
1061         empty.
1062
1063         * gnus-agent.el (gnus-agentize): Don't create the queue group
1064         automatically on startup.  It'll be created later, if needed.
1065
1066         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1067         of automatically subscribed groups.
1068         (gnus-auto-subscribed-categories): New variable.
1069         (gnus-matches-options-n): Use it.
1070         (gnus-default-subscribed-newsgroups): Remove unused variable.
1071         (gnus-start-draft-setup): Message a bit less.
1072
1073 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1074
1075         * nnir.el (nnir-run-imap): Return article list in order of increasing
1076         UID.
1077
1078 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * gnus-sum.el (gnus-summary-enter-digest-group):
1081         Mention gnus-auto-select-on-ephemeral-exit.
1082
1083         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1084         convention of the network-only option.
1085
1086 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * proto-stream.el (proto-stream-open-network-only): New function to
1089         have a way to specify non-STARTTLS upgrade connections.
1090
1091 2010-12-10  Julien Danjou  <julien@danjou.info>
1092
1093         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1094         email address is nil.
1095
1096         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1097
1098 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1099
1100         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1101         deletion.
1102         (nnir-run-imap): Only need to parse list once.
1103
1104 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * shr.el (shr-tag-script): Ignore <script>.
1107         (shr-tag-label): Add <label> support.
1108
1109 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1110
1111         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1112
1113         * shr.el (shr-image-displayer): Work for images lined side by side.
1114
1115 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1116
1117         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1118         parameter, since XEmacs doesn't accept t as a parameter.
1119
1120 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1121
1122         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1123         ids.
1124         (nnir-run-gmane): Simplify groupspec formatting.
1125         (nnir-request-expire-articles): New function.
1126
1127 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128
1129         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1130         overflow, possibly.
1131
1132         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1133         (shr-render-td): Handle td style="" better.
1134         (shr-tag-table): Use the color from the style sheet.
1135         (shr-render-td): Make sure we copy over all the overlays, too.
1136
1137 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1138
1139         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1140         (nnir-request-article): Improve article retrieval.
1141
1142 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * mm-util.el (mm-extra-numeric-entities): New variable.
1145
1146         * mm-url.el (mm-url-decode-entities):
1147         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1148
1149         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1150
1151 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1152
1153         * message.el: Use completion-at-point.
1154         (message-completion-function): New fun, extracted from message-tab.
1155         (message-mode): Use it for completion-at-point-functions.
1156         (message-tab): Use it and completion-at-point.
1157
1158 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1159
1160         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1161         character if a non-breakable character follows.
1162
1163 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1164
1165         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1166         any stream.
1167
1168         * shr.el (shr-tag-font): Colorize the region.
1169         (shr-tag-body): Ditto.
1170         (shr-tag-font): Actually let the styles be inherited instead of
1171         overwriting them.
1172         (shr-tag-font): Get the background color right.
1173         (shr-tag-style): Ignore all <style> tags for the moment.
1174
1175         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1176         a Message-ID to avoid having nnimap depend on gnus-sum.
1177
1178         * shr.el (shr-descend): Only colorize something if we have a node that
1179         sets colors.
1180
1181 2010-12-06  Julien Danjou  <julien@danjou.info>
1182
1183         * shr.el (shr-render-td): Render td content with shr-descend, so style
1184         will be applied to <td> too.
1185         (shr-colorize-region): Colorize region even if we only have a background.
1186         (shr-tag-body): Fix color and background color inheritance.
1187         Do not recolorize after shr-generic.
1188         (shr-tag-font): Let shr-generic colorize via inheritance.
1189
1190 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1193
1194 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1195
1196         * nnir.el (nnir-request-move-article): Remove obsolete code.
1197
1198 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1199
1200         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1201
1202 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203
1204         * gnus-sum.el (gnus-summary-respool-article): The completion function
1205         expects a list instead of an alist.
1206
1207         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1208         string as the parameter.
1209
1210         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1211
1212         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1213         styles.
1214         (shr-colorize-region): New function.
1215         (shr-insert-background-overlay): Remove.
1216         (shr-render-td): Background setting should be taken care of on a higher
1217         level.
1218         (shr-tag-body): Use post-hoc colorizations.
1219         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1220         (shr-put-color-1): Don't overwrite old colors.
1221         (shr-colorize-region): When the background color isn't explicit, use
1222         a fixed background.
1223
1224         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1225         nnmail variables.
1226
1227 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1228
1229         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1230         unless necessary.
1231
1232 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1233
1234         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1235         server.
1236
1237 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1240         so that TAB works.
1241
1242         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1243         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1244
1245         * shr.el (shr-urlify): Show the URL before the title to avoid
1246         misleading URLs.
1247
1248 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1249
1250         * shr.el (shr-urlify): Display the title in <a> tags.
1251
1252 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1253
1254         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1255
1256 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1257
1258         * nnir.el: Rearrange code to allow macros to be autoloaded by
1259         gnus-sum.el.
1260         (nnir-retrieve-headers-override-function): Make this variable
1261         customizable.
1262         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1263
1264         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1265         from nnir.el.
1266
1267 2010-12-03  Julien Danjou  <julien@danjou.info>
1268
1269         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1270
1271 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1272
1273         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1274         allow optional argument `environment'.
1275
1276 2010-12-03  Glenn Morris  <rgm@gnu.org>
1277
1278         * mm-extern.el (message-goto-body): Update declaration.
1279
1280 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-util.el (gnus-macroexpand-all): New function.
1283
1284         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1285         instead of macroexpand-all that is unavailable in XEmacs.
1286
1287 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1288
1289         * nnir.el (nnir-summary-line-format): New variable.
1290         (nnir-mode): Use it.
1291         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1292         (nnir-article-ids): Reimplement as defsubst.
1293         (nnir-retrieve-headers): Don't mangle the subject header.
1294         (nnir-run-imap): Use 100 as RSV score.
1295         (nnir-run-find-grep): Fix for full server searching.
1296         (nnir-run-gmane): Better restriction to gmane groups.
1297
1298         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1299         summary buffers.
1300
1301 2010-12-02  Julien Danjou  <julien@danjou.info>
1302
1303         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1304
1305         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1306
1307         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1308         support.
1309
1310 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1311
1312         * nnir.el: Update to handle the registry better.
1313         (autoload): Silence byte-compiler.
1314         (nnir-open-server): Add a hook for nnir groups.
1315         (nnir-request-move-article): Don't mangle the header. Better to use
1316         formating variables (which will be added in the future).
1317         (nnir-registry-action): Update the registry using the original article
1318         group name.
1319         (nnir-mode): Install nnir-specific hooks for updating the registry.
1320
1321         * gnus-sum.el
1322         (gnus-article-original-subject,gnus-newsgroup-original-name):
1323         Remove obsolete variables.
1324         (gnus-summary-move-article): Remove use of obsolete variables.
1325         (gnus-summary-local-variables): Make move and delete hooks local to
1326         summary buffers.
1327
1328 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1329
1330         * rtree.el: New file.
1331
1332 2010-12-01  Julien Danjou  <julien@danjou.info>
1333
1334         * message.el (message-user-organization): Do not use
1335         gnus-local-organization.
1336
1337         * gnus.el: Remove gnus-local-organization.
1338
1339         * gnus-msg.el: Remove nastygram thing.
1340
1341 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1342
1343         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1344         funcall.
1345
1346 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1349         names.
1350
1351         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1352         characters.
1353
1354         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1355         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1356         Suggested by Štěpán Němec <stepnem@gmail.com>.
1357         (gnus-gravatar-transform-address): Use mail-extract-address-components
1358         that supports non-ASCII names rather than mail-header-parse-addresses.
1359
1360 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1361
1362         * proto-stream.el (open-protocol-stream): All starttls connections are
1363         handled by the network handler.
1364
1365 2010-11-30  Julien Danjou  <julien@danjou.info>
1366
1367         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1368         (nnimap-open-connection-1): Fix PREAUTH.
1369
1370         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1371
1372 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1375         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1376         (shr-insert): Use them.
1377         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1378
1379 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1380
1381         * nnir.el (nnir-request-move-article): Bail out if original group
1382         doesn't support article moves.
1383         (nnir-get-active): Improve active list retrieval.
1384
1385 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1388
1389 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1390
1391         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1392         seem to accept strings-with-numbers as port numbers,
1393
1394 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1395
1396         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1397         change the registry.
1398
1399 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1402         delete-dups that is not available in XEmacs 21.4.
1403
1404         * mm-util.el (mm-delete-duplicates): Add comment.
1405
1406 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1407
1408         * nnir.el (nnir-ignored-newsgroups): New variable.
1409         (nnir-get-active): Use it.
1410
1411 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * proto-stream.el (proto-stream-open-network): Add some comments.
1414
1415         * nntp.el (nntp-open-connection): Provide a :success condition.
1416
1417         * nnimap.el (nnimap-open-connection-1): Ditto.
1418
1419         * proto-stream.el (proto-stream-open-network): See what the response to
1420         the STARTTLS command is.
1421
1422         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1423         backwards compatibility).
1424         (nnimap-open-connection-1): Really respect nnimap-server-port.
1425
1426         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1427         TLS upgrades we don't really care about the identity of the peer.
1428         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1429         that what we've checked for.
1430         (proto-stream-always-use-starttls): Only default to t if
1431         open-gnutls-stream exists.
1432         (proto-stream-open-network): If STARTTLS failed, then just open a
1433         normal connection.
1434         (proto-stream-open-network): Wait until the greeting before doing
1435         STARTTLS.
1436
1437         * nntp.el (nntp-open-connection): Report what the connection error is.
1438
1439         * proto-stream.el (open-protocol-stream): Rename from
1440         open-proto-stream.
1441
1442 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * nnimap.el (nnimap-stream): Change default to `undecided'.
1445         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1446         first, and then network.
1447         (nnimap-open-connection-1): Respect nnimap-server-port.
1448         (nnimap-open-connection): Be more backwards-compatible.
1449
1450         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1451         (proto-stream-open-starttls): De-duplicate the starttls code.
1452         (proto-stream-open-starttls): Folded back into the main function.
1453         (proto-stream-open-network): Fix typo in the gnutls path.
1454         (proto-stream-command): Refactor out.
1455
1456         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1457
1458         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1459         starttls.el STARTTLS.
1460
1461         * color.el (color-lab->srgb): Fix function call name.
1462
1463         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1464         if we're using tls.el.
1465         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1466         built in, then don't try to establish a STARTTLS connection.
1467
1468         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1469         servers.
1470
1471         * proto-stream.el (open-proto-stream): Use network, not stream.
1472         (open-proto-stream): Add a way to specify what the end of a command is.
1473
1474         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1475         connections types.
1476         (nntp-open-network-stream): Remove.
1477         (nntp-open-ssl-stream): Remove.
1478         (nntp-open-tls-stream): Remove.
1479         (nntp-ssl-program): Remove.
1480
1481         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1482
1483 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1484
1485         * nnir.el: Fix typos.
1486         (nnir-retrieve-headers-override-function): Rename variable to reflect
1487         new semantics.
1488         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1489         macros.
1490         (nnir-request-article, nnir-request-move-article): Use them.
1491         (nnir-categorize): New function.
1492         (nnir-run-query): Use it.
1493         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1494         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1495         sorted.
1496         (nnir-group-full-name): Use gnus-group-full-name instead.
1497         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1498         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1499
1500 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501
1502         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1503
1504         * proto-stream.el: New library to provide protocol-specific
1505         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1506         protocols.
1507         (open-proto-stream): Complete the documentation.
1508         (proto-stream-open-network): Fix some typos.
1509
1510         * nnimap.el (nnimap-open-connection): Use it.
1511
1512 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1513
1514         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1515         negotiation.
1516
1517 2010-11-26  Julien Danjou  <julien@danjou.info>
1518
1519         * color.el: Rename various rgb functions to srgb.
1520
1521 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1524         names.
1525
1526 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * shr.el (shr-insert): Revert last change.
1529         (shr-find-fill-point): Never leave point being at bol;
1530         relax the kinsoku limitation when rendering tables.
1531
1532 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1533
1534         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1535         results from -accept-article.
1536
1537         * shr-color.el: Require cl when compiling.
1538
1539         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1540         checkin.
1541
1542         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1543
1544         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1545
1546         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1547         'add and 'delete to set backend marks.
1548
1549         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1550
1551         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1552
1553         * nntp.el (nntp-request-set-mark): Use it.
1554
1555         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1556
1557         * nnml.el (nnml-request-set-mark): Ditto.
1558
1559         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1560         introduces regressions in article selection.
1561         (nnimap-find-uid-response): New function.
1562         (nnimap-request-accept-article): Use the UID returned, if any.
1563         (nnimap-request-move-article): Use the UID returned, if any.
1564         (nnimap-get-groups): Reimplement to work with folded lines.
1565         (nnimap-find-uid-response): The UID is the last element in the list.
1566         (nnimap-request-set-mark): Extend syntax with 'set.
1567
1568         * nnml.el (nnml-request-set-mark): Ditto.
1569
1570         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1571
1572         * nntp.el (nntp-request-set-mark): Ditto.
1573
1574 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1575
1576         * message.el (message-called-interactively-p): A temporary macro.
1577         (message-goto-body): Use it temporarily.
1578
1579 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1580
1581         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1582         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1583         (nnimap-last-response-string): Fix last unfolding fix.
1584
1585 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1586
1587         * shr.el (shr-insert): Fix the way to fold lines.
1588
1589 2010-11-25  Julien Danjou  <julien@danjou.info>
1590
1591         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1592
1593         * color.el: Rename from color-lab.el
1594         (color-rgb->hex): Add.
1595         (color-complement): Add.
1596         (color-complement-hex): Add.
1597
1598         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1599
1600 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601
1602         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1603         don't exist.
1604
1605 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1608         assuming that article displaying or another mml-preview may be
1609         interrupted for an error or for the like.
1610
1611         * shr.el (shr-get-background): Fix argument name.
1612
1613 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614
1615         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1616
1617         * gnus-sum.el (gnus-summary-include-articles): New function.
1618
1619         * message.el (message-goto-body): called-interactively-p needs a
1620         parameter, so use `any'.
1621
1622         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1623         clear marks before moving, since they're synced from the Gnus side
1624         first.
1625
1626         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1627         (gnus-summary-move-article): Copy over all marks before moving, so that
1628         IMAP doesn't think a new article has arrived.
1629
1630 2010-11-24  Julien Danjou  <julien@danjou.info>
1631
1632         * shr.el (shr-insert-background-overlay): Fix typo.
1633         (shr-render-td): Copy the background before rendering.
1634
1635         * shr-color.el (shr-color-visible): Fix docstring.
1636
1637         * shr.el (shr-tag-table): Add bgcolor support.
1638         (shr-render-td): Add bgcolor support.
1639         (shr-get-background): Add.
1640         (shr-insert-foreground-overlay): Use shr-get-background.
1641
1642         * message.el (message-goto-body): Use called-interactively-p.
1643         (message-in-body-p): message-goto-body returns point.
1644
1645 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646
1647         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1648         Fixes something or other in Emacs 23, and is backwards compatible.
1649
1650         * message.el (message-goto-body): Remove the <#secure special-casing,
1651         which is too special.
1652
1653         * shr.el (shr-parse-style): Drop !important from styles.
1654
1655 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1656
1657         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1658         this function to return incorrect results when calling it with an
1659         explicit article argument different from
1660         (gnus-summary-article-number).
1661
1662 2010-11-24  Julien Danjou  <julien@danjou.info>
1663
1664         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1665         (shr-tag-body): Add background support.
1666         (shr-descend): Add background support.
1667         (shr-tag-title): Add.
1668
1669         * shr-color.el (shr-color-visible): Really return original background
1670         if fixed.
1671
1672 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673
1674         * shr.el (shr-color-check): Protect against non-existant colour names.
1675
1676 2010-11-24  Julien Danjou  <julien@danjou.info>
1677
1678         * color-lab.el: Require 'cl when compiling.
1679
1680         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1681
1682         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1683         matched part.
1684
1685         * color-lab.el: Fix all expt calls to use float type.
1686
1687 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1690         expression to shr-color-check as is.
1691
1692         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1693
1694         * color-lab.el: Add coding cookie.
1695         (float-pi): Use eval-and-compile.
1696
1697         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1698         compiled for Emacsen having no `libxml-parse-html-region' support.
1699
1700 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * shr.el (shr-insert-color-overlay): Split stuff like
1703         "#444444 !important" to find the real colour.
1704         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1705         parse <font color="red"> entries.
1706
1707 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1708
1709         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1710         point when parsing headers.
1711
1712         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1713         is positioned properly when parsing headers.
1714
1715 2010-11-23  Julien Danjou  <julien@danjou.info>
1716
1717         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1718
1719         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1720
1721         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1722
1723         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1724         Use shr-color-hue-to-rgb.
1725         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1726
1727 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * shr.el (shr-color->hexadecimal): Autoload.
1730         (shr-descend): Add color to all tags.
1731
1732 2010-11-22  Julien Danjou  <julien@danjou.info>
1733
1734         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1735         shr-color->hexadecimal.
1736
1737         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1738         RGB() or HSL() color representation.
1739
1740         * shr.el (shr-tag-font): Add.
1741         (shr-tag-color-check): New function to get better colors.
1742         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1743         tag-span.
1744
1745         * shr-color.el: New file.
1746
1747         * color-lab.el: New file.
1748
1749         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1750
1751 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1752
1753         * nnir.el: Fix typo in comments.
1754         (nnir-run-imap): Simplify code. No need to reverse artlist.
1755         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1756
1757 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1758
1759         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1760
1761         * nnimap.el (nnimap-get-capabilities): Refactor out.
1762         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1763
1764 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1765
1766         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1767         appearing when `mm-uu-hide-markers' is nil.
1768
1769 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * nnimap.el (nnimap-unselect-group): Make into its own function.
1772         (nnimap-request-rename-group): Unselect group before renaming.
1773         This had gotten lost somewhere.
1774         (nnimap-request-accept-article): Keep track of examined groups, and
1775         unselect the group before APPENDing to read-only groups.
1776         (nnimap-request-move-article): Clear flags before moving so that they
1777         can be re-set later.
1778
1779 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1782         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1783
1784 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * gnus-art.el (gnus-mime-display-single)
1787         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1788         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1789         parameter.
1790
1791 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1794         (shr-table-vertical-line): New variable.
1795         (shr-insert-table): Use it.
1796
1797 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * gnus-html.el (gnus-html-wash-images): Don't display images if
1800         gnus-inhibit-images is non-nil; register displayer for cid images.
1801         (gnus-html-display-image): Work for cid image.
1802         (gnus-html-insert-image): Allow arguments.
1803         (gnus-html-put-image): Inhibit read-only.
1804         (gnus-html-prefetch-images): Don't prefetch images if
1805         gnus-inhibit-images is non-nil.
1806
1807 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1808
1809         * shr.el (shr-put-image): Break lines when inserting big pictures.
1810
1811 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1812
1813         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1814         sender, thanks Katsumi Yamaoka.
1815
1816 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1817
1818         * nnir.el (nnir-run-imap): Reverse the article list for each group
1819         rather than the whole list.
1820
1821 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * shr.el (shr-image-displayer): Protect function against non-existent
1824         image source.
1825
1826         * gnus-art.el (gnus-inhibit-images): New user option.
1827         (gnus-mime-display-single): Don't display image if it is non-nil.
1828
1829         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1830         gnus-inhibit-images.
1831
1832         * shr.el (shr-image-displayer): New function.
1833         (shr-tag-img): Use it.
1834
1835 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1836
1837         * mml2015.el (mml2015-epg-sign): Use From header.
1838
1839 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840
1841         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1842
1843         * gnus-util.el (gnus-find-text-property-region): Return markers.
1844
1845         * shr.el (shr-tag-img): Put a displayer in the text property.
1846
1847         * gnus-util.el (gnus-find-text-property-region): New utility function.
1848
1849         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1850         (gnus-html-show-images): Remove.
1851
1852         * gnus-art.el (gnus-article-show-images): New, more general function.
1853
1854         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1855         image url text properties.
1856
1857         * shr.el: Ditto.
1858
1859         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1860         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1861
1862 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1863
1864         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1865         work for two or more articles.
1866
1867 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1870         divide an image that's in an html article to two or more when washing
1871         non-ASCII characters in alt text of it.
1872
1873 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1874
1875         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1876         smime-decrypt-region using function argument.
1877         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1878
1879         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1880
1881         * smime.el (smime-decrypt-region): Catch it.
1882
1883 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1884
1885         * smime.el (smime-mode-map): Move initialization into declaration.
1886         (gnus-run-mode-hooks): Don't autoload.
1887         (smime-mode): Use define-derived-mode.
1888
1889 2010-11-11  Glenn Morris  <rgm@gnu.org>
1890
1891         * smime.el (from): Restrict declaration to XEmacs.
1892
1893         * nnir.el (gnus-group-topic-name): Autoload.
1894
1895 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * shr.el (shr-insert): Don't break long line if it is because of
1898         kinsoku-bol characters in the line end.
1899
1900 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1901
1902         * nnir.el (nnir-request-move-article): Fix to provide original group
1903         and subject.
1904         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1905         been retrieved.
1906
1907         * gnus-sum.el (gnus-summary-move-article): Use original group and
1908         subject for virtual articles such as those in an nnir summary buffer.
1909
1910 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1913         least 21.5).
1914
1915         * smime.el (from): Declare it again for XEmacs.
1916
1917 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * message.el (message-resend): Don't disable encoding unless it's
1920         already encoded.
1921
1922         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1923         low-numbered articles.
1924
1925 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * rfc2047.el (rfc2047-syntax-table): Simplify.
1928
1929         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1930
1931         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1932         set-char-table-range for XEmacs.
1933
1934 2010-11-10  Glenn Morris  <rgm@gnu.org>
1935
1936         * time-date.el (time-to-seconds): Always an alias on Emacs,
1937         never a real function.
1938         (with-no-warnings): Remove compat stub, now unused.
1939         (time-less-p): Doc fix.
1940         (time-to-number-of-days): Simplify.
1941
1942         * smime.el (from): Remove unused declaration.
1943
1944         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1945         (gnus-float-time): On Emacs, always an alias.
1946
1947         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1948         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1949
1950 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1951
1952         * dgnushack.el: Don't use ignore-errors in the top level form since it
1953         is unavailable in XEmacs even if cl is loaded.
1954
1955         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1956
1957 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * shr.el (browse-url-mailto): Autoload.
1960
1961         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1962
1963         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1964         regexp doesn't need quoting.
1965
1966 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1967
1968         * message.el (message-subject-trailing-was-ask-regexp)
1969         (message-subject-trailing-was-regexp): Match was: in addition to was.
1970
1971 2010-11-09  Glenn Morris  <rgm@gnu.org>
1972
1973         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1974         (nnbabyl-check-mbox): Use point-at-bol.
1975
1976 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1977
1978         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1979
1980         * message.el (message-mailto): New function.
1981         (message-mailto): Should accept other parameters.
1982         (message-mailto): Remove since it duplicates browse-url-mailto
1983         functionality.
1984
1985 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986
1987         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1988         methods.
1989         (gnus-read-active-file): Ditto.
1990
1991         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1992         ": " from the prompt.
1993         (gnus-group-make-group): Ditto.
1994
1995 2010-11-07  Glenn Morris  <rgm@gnu.org>
1996
1997         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1998         (gnus-bookmark-kill-line): Use point-at-eol.
1999
2000 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2003         asterisks in From header.
2004
2005 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2008         string to avoid making the From headers syntactically invalid.
2009
2010         * message.el (message-send-mail): Don't insert courtesy messages if the
2011         message already has List-Post and List-ID messages.
2012
2013 2010-11-06  Glenn Morris  <rgm@gnu.org>
2014
2015         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2016         `condition', `type', `length' a prefix.
2017         (gnus-treat-predicate): Update for above name changes.
2018
2019 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2020
2021         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2022         binding.  Handled by `gnus-summary-refer-thread' instead.
2023         (nnir-warp-to-article): New backend function.
2024
2025         * nnimap.el (nnimap-request-thread): Force dependency updating.
2026
2027         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2028         (gnus-summary-refer-thread): Rework to improve thread-referral.
2029
2030         * gnus-int.el (gnus-warp-to-article): New function.
2031
2032         * gnus-sum.el (gnus-summary-article-map): Bind it.
2033
2034 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2035
2036         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2037         gnus-summary-refer-thread.
2038
2039         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2040         headers.
2041         (gnus-summary-limit-include-thread): Prevent articles in thread from
2042         being cut in gnus-cut-threads.
2043         (gnus-summary-refer-thread): Limit retrieved headers to those in
2044         thread.
2045
2046 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * message.el (message-send-mail): Use the value of
2049         message-courtesy-message from the message buffer.
2050
2051         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2052
2053         * shr.el (shr-browse-url): Implement mailto: URLs.
2054
2055         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2056         "raw".
2057
2058         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2059         if it's already selected.
2060
2061         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2062
2063 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2066         to measure the length and truncate alt text.
2067
2068 2010-11-03  Glenn Morris  <rgm@gnu.org>
2069
2070         * nndiary.el (nndiary-generate-nov-databases-1)
2071         (nndiary-generate-active-info): Rename dynamic variable `files' to
2072         something less generic.
2073
2074 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2075
2076         * nnir.el (nnir-request-move-article): Call the underlying backend to
2077         move articles from nnir.
2078
2079 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2080
2081         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2082
2083 2010-11-02  Julien Danjou  <julien@danjou.info>
2084
2085         * nnir.el: Remove wais support.
2086
2087 2010-11-02  Glenn Morris  <rgm@gnu.org>
2088
2089         * gnus-html.el: Reorder requirements to quieten compiler.
2090
2091 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2092
2093         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2094         properly for XEmacs as well.
2095         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2096         (gnus-article-natural-long-line-p): Use window-width rather than
2097         frame-width.
2098
2099 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2100
2101         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2102         (nnir-read-parms): Don't modify query.
2103         (nnir-run-query): Add ability to search topic on current line.
2104         (nnir-get-active): Clean up.
2105
2106 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2107
2108         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2109         degenerate articles.
2110
2111         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2112         (gnus-print-buffer): Just print the buffer as is, without any copying
2113         to a buffer and then re-highlighting.
2114
2115         * nnimap.el (nnimap-request-group): Store the new updated info.
2116         (nnimap-request-group): Select the group when we don't know whether it
2117         exists or not.
2118
2119         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2120         groups.
2121
2122         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2123         groups.
2124
2125         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2126         groups.
2127
2128         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2129         long-lines case by only filling the long lines.
2130
2131         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2132         (bug #7311).
2133
2134 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2135
2136         * shr.el: No need to declare `declare-function' since shr.el is for
2137         only Emacsen that provide `libxml-parse-html-region'.
2138
2139         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2140         effective only in a file it is referred to.
2141
2142 2010-11-01  Glenn Morris  <rgm@gnu.org>
2143
2144         * mm-util.el (gnus-completing-read): Autoload.
2145         (mm-read-coding-system): Simplify Emacs definition.
2146
2147         * nnmail.el (gnus-activate-group):
2148         * nnimap.el (gnutls-negotiate):
2149         * nntp.el (netrc-parse): Fix declarations.
2150
2151 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2152
2153         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2154         string-match-p in Emacs >=23.
2155
2156         * gnus-msg.el (gnus-configure-posting-styles)
2157         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2158
2159 2010-11-01  Glenn Morris  <rgm@gnu.org>
2160
2161         * nnir.el (declare-function): Add compat stub.
2162         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2163         (nnir-run-gmane): Require 'mm-url.
2164
2165         * mm-util.el (mm-string-to-multibyte): Simplify.
2166
2167         * shr.el (declare-function): Add compat stub.
2168         (url-cache-create-filename): Declare.
2169         (mm-disable-multibyte, widget-convert-button): Autoload.
2170
2171         * smime.el (ldap-search): Declare.
2172         (smime-cert-by-ldap-1): Require ldap on Emacs.
2173
2174         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2175         (nnimap-keepalive): Use gnus-float-time.
2176
2177         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2178         (mail-source-delete-crash-box): Use gnus-float-time.
2179
2180         * gnus-dired.el (gnus-completing-read): Autoload.
2181
2182         * mm-view.el (gnus-rescale-image): Autoload.
2183
2184         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2185
2186         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2187
2188         * sieve-manage.el: Require 'cl when compiling.
2189
2190         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2191         (gnus-iswitchb-completing-read): Require iswitchb.
2192         (gnus-select-frame-set-input-focus): Silence compiler.
2193
2194 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * message.el (message-subject-trailing-was-query): Change default to t,
2197         since I think that's what most people want.
2198
2199         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2200         appending for easier debugging.
2201         (nnimap-wait-for-connection): Take a regexp.
2202         (nnimap-request-accept-article): Wait for the continuation line before
2203         sending anything unless we're streaming.
2204
2205         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2206         leave the header washing to take place.
2207
2208 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2209
2210         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2211         regular expression match and replace in posting styles.
2212
2213 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2214
2215         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2216         an entire server.
2217         (nnir-get-active): New function.
2218         (nnir-run-imap): Use it.
2219         (nnir-run-gmane): Who knew, gmane search returns an article score!
2220
2221         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2222         server on the current line with nnir.
2223
2224 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2225
2226         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2227         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2228         left edge.
2229         (gnus-article-foldable-buffer): Skip past the prefix when determining
2230         raggedness.
2231
2232         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2233         the raw article, and change `C-u g' to show the article without doing
2234         treatments.
2235
2236         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2237         on to `gnus-treat-article'.
2238         (gnus-inhibit-article-treatments): New variable.
2239
2240         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2241
2242         * gnus-art.el (gnus-treatment-function-alist): Have
2243         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2244         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2245         sections.
2246
2247         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2248         parameter.
2249         (gnus-article-fill-cited-long-lines): New function.
2250         (gnus-article-fill-cited-article): Allow filling only long sections.
2251
2252         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2253         and non-punctuation (like after the apostrophe in "'We").
2254
2255         * gnus-sum.el (gnus-summary-select-article): Make sure
2256         gnus-original-article-buffer is alive.
2257
2258         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2259         reflect the order they're in in the digest.
2260
2261         * gnus.el (gnus-group-startup-message): Move point to the start of the
2262         buffer.
2263
2264         * nnimap.el (nnimap-capability): New function.
2265         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2266         is set.
2267
2268 2010-10-31  David Engster  <dengste@eml.cc>
2269
2270         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2271         conform with changes to gnus-completing-read.
2272
2273 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2274
2275         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2276
2277 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2278
2279         * nnir.el: Move defvar, defcustom around to keep file organized
2280         and keep byte-compiler quiet.
2281         (nnir-read-parms): Accept search-engine as arg.
2282         (nnir-run-query): Pass search-engine as arg.
2283         (nnir-search-engine): Remove.
2284
2285 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286
2287         * shr.el (shr-generic): The text nodes should be text, not :text.
2288
2289         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2290         later in the file.
2291
2292 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2293
2294         * nnir.el: General clean up.  Allow searching with multiple engines.
2295         Allow separate extra-parameters for each engine.
2296         Batch queries when possible.
2297         (nnir-imap-default-search-key,nnir-method-default-engines):
2298         Add customize interface.
2299         (nnir-run-gmane): New engine.
2300         (nnir-engines): Use it.  Qualify all prompts with engine name.
2301         (nnir-search-engine): Remove global variable.
2302         (nnir-run-hyrex): Restore for now.
2303         (nnir-extra-parms,nnir-search-history): New variables.
2304         (gnus-group-make-nnir-group): Use them.
2305         (nnir-group-server): Remove in favor of gnus-group-server.
2306         (nnir-request-group): Avoid searching twice.
2307         (nnir-sort-groups-by-server): New function.
2308
2309 2010-10-30  Julien Danjou  <julien@danjou.info>
2310
2311         * gnus-group.el: Remove gnus-group-fetch-control.
2312
2313         * gnus-start.el (gnus-find-new-newsgroups):
2314         Remove gnus-check-first-time-used.
2315
2316         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2317
2318 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2319
2320         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2321         set on groups that don't have \* permanentflags.
2322
2323 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2324
2325         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2326         control the background color.
2327         (shr-tag-img): Ignore very small web bug type images.
2328         (shr-put-image): Add help-echo alt texts to the images.
2329         (shr-tag-video): Show the video poster image.
2330
2331 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * shr.el (shr-table-depth): New variable.
2334         (shr-tag-table-1): Only insert the images after the top-level table.
2335
2336         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2337
2338         * gnus-util.el (gnus-list-memq-of-list): New function.
2339
2340         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2341         selected.
2342         (nnimap-unsplittable-articles): New slot.
2343         (nnimap-new-articles): Use it.
2344
2345 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2346
2347         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2348         move to the previous line on `M-g'.
2349
2350 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2353         *-request-group, which seems unnecessary.
2354
2355         * nnimap.el (nnimap-quote-specials): Function copied over from
2356         imap.el.
2357         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2358         they support that.  Suggested by Tom Regner.
2359
2360 2010-10-29  Julien Danjou  <julien@danjou.info>
2361
2362         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2363         defalias.
2364         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2365
2366         * gnus.el: Remove `gnus-nntp-service' variable.
2367         (gnus-secondary-servers): Make obsolete.
2368         (gnus-nntp-server): Make obsolete.
2369
2370         * gnus-start.el (gnus-1): Remove x-splash calls.
2371
2372         * gnus-ems.el (gnus-x-splash): Remove.
2373
2374         * gnus.el (gnus-group-startup-message): Simplify/update code.
2375
2376         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2377         definition.
2378
2379         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2380         capability before doing anything.
2381         (gnus-group-insert-group-line): Remove useless
2382         gnus-group-remove-excess-properties.
2383
2384 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2387
2388 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2391         config after reselecting.
2392
2393 2010-10-28  Julien Danjou  <julien@danjou.info>
2394
2395         * shr.el (shr-put-image): Use point even if only inserting text.
2396         (shr-put-image): Save excursion when inserting alt text on non-graphic
2397         display, so the behaviour is the same when we are on a graphic display.
2398
2399         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2400
2401 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2402
2403         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2404         (gnus-mime-copy-part): Check coding system, not charset.
2405         (gnus-mime-view-part-externally): Never remove part.
2406         (gnus-mime-view-part-internally): Don't remove part here.
2407         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2408         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2409         multipart/alternative.
2410
2411         * mm-decode.el (mm-display-part): Take optional arg `force'.
2412
2413 2010-10-26  Julien Danjou  <julien@danjou.info>
2414
2415         * gnus-group.el (gnus-group-default-list-level): Add this function to
2416         compute the default list level.
2417         (gnus-group-default-list-level): Add possibility to use a function.
2418
2419 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2422
2423         * gnus-group.el (gnus-group-completing-read)
2424         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2425         gnus-replace-in-string.
2426
2427 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * shr.el (shr-tag-div): Add.
2430
2431         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2432
2433 2010-10-25  Julien Danjou  <julien@danjou.info>
2434
2435         * gnus-util.el: Remove `gnus-with-local-quit'.
2436
2437         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2438
2439 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2442         the original article buffer.
2443
2444 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445
2446         * nnimap.el (nnimap-request-head): New function.
2447         (nnimap-request-move-article): Try to be slighly faster by not
2448         requesting the entire message when moving.
2449         (nnimap-transform-headers): Don't bug out on bodiless articles.
2450         (nnimap-send-command): Have no outstanding messages if the IMAP server
2451         doesn't support streaming.
2452         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2453
2454 2010-10-24  Julien Danjou  <julien@danjou.info>
2455
2456         * message.el (message-default-headers): Fix type.
2457
2458 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2461         prefetching images.
2462
2463         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2464         backend for unknown groups.  This is mainly useful for nnimap groups.
2465
2466         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2467         group isn't covered by the agent.
2468
2469 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2470
2471         * nnir.el (nnir-method-default-engines): New variable.
2472         (nnir-run-query): Use it.
2473         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2474         (gnus-summary-nnir-goto-thread): Change group if needed.
2475
2476         * gnus-group.el (gnus-group-group-map): Add key binding for
2477         gnus-group-make-nnir-group.
2478
2479 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * shr.el (shr-tag-object): Add.
2482
2483         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2484         original article buffer live.
2485         (gnus-summary-select-article-buffer):
2486         Mention gnus-widen-article-buffer.
2487
2488 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * shr.el (shr-tag-strong): Add.
2491
2492 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493
2494         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2495         group names.  They mess up the group buffer badly.
2496
2497         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2498
2499         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2500         instead of the summary one.
2501
2502 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2503
2504         * mml.el (mml-preview): Work properly when editing article.
2505
2506         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2507         gnus-have-read-active-file if it's already been in.
2508
2509 2010-10-22  Tom Tromey  <tromey@redhat.com>
2510
2511         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2512         gnus-group-completing-read.
2513
2514 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2515
2516         * message.el (message-mode-map): Don't bind M-; to comment region, to
2517         allow the global comment-dwim to work.
2518
2519 2010-10-21  Julien Danjou  <julien@danjou.info>
2520
2521         * message.el (message-setup-1): Allow message-default-headers to be a
2522         function.
2523
2524 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2525
2526         * shr.el (shr-tag-table): Simplify.
2527
2528 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2529
2530         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2531         to avoid trying to snarf invalid stuff.
2532
2533         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2534
2535         * gnus.el (gnus-message-archive-group): Quote value.
2536         (gnus-message-archive-group): Mark as changed.
2537
2538         * shr.el (shr-add-font): Don't put the font properties on the newline
2539         or the indentation.
2540
2541         * message.el (message-fix-before-sending): Change options when sending
2542         non-printable characters.
2543
2544         * gnus.el (gnus-message-archive-method): Change the default to
2545         monthly outgoing groups.
2546
2547         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2548         that have gotten new numbers.
2549
2550         * nnimap.el (nnimap-request-replace-article): New function.
2551
2552 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2555         (nnrss-request-article): Don't use special html washing code.
2556
2557 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * shr.el (shr-tag-table): Remove useless nconc.
2560
2561 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2562
2563         * gnus-art.el (article-wash-html): Simplify and remove the charset
2564         stuff.  Use the normal html rendering code instead of the special html
2565         washing code.
2566
2567         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2568         `gnus-w3m' symbols.
2569         (mm-text-html-washer-alist): Remove.
2570
2571         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2572         (mm-inline-media-tests): Remove use.
2573         (mm-text-html-renderer): Change default to the `shr' symbol.
2574
2575         * mm-view.el (mm-inline-text-html): Remove use.
2576
2577         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2578         `gnus-blocked-images' to be a function.
2579         (gnus-article-wash-function): Remove.
2580
2581 2010-10-20  Julien Danjou  <julien@danjou.info>
2582
2583         * spam.el (spam-list-of-processors): Mark as obsolete.
2584
2585         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2586         (nnimap-insert-partial-structure): Fix boundary detection.
2587
2588 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2589
2590         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2591         run file-truename on remote files.  This can be expensive and even
2592         prevent one from editing drafts if some unrelated buffer has a stale
2593         connection.
2594
2595 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2596
2597         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2598         kinsoku-eol regardless of shr-kinsoku-shorten.
2599         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2600         (shr-tag-table): Support caption, thead, and tfoot.
2601
2602 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2605         lines.
2606         (shr-save-contents): New command and keystroke.
2607
2608         * nndoc.el (nndoc-type-alist): Add git support.
2609         (nndoc-git-type-p): New function.
2610         (nndoc-transform-git-article): Ditto.
2611         (nndoc-transform-git-headers): Ditto.
2612         (nndoc-transform-git-headers): Generate Subject headers.
2613
2614         * shr.el (shr-parse-style): New function.
2615         (shr-tag-span): Ditto.
2616
2617         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2618         to `G G' to avoid collisions.
2619
2620 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * shr.el: Load kinsoku if necessary.
2623         (shr-kinsoku-shorten): New internal variable.
2624         (shr-find-fill-point): Make kinsoku shorten text line if
2625         shr-kinsoku-shorten is bound to non-nil.
2626         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2627         shr-indentation too when testing if table is wider than frame width.
2628         (shr-insert-table): Use `string-width' instead of `length' to measure
2629         text width.
2630         (shr-insert-table-ruler): Make sure indentation is done at bol.
2631
2632 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2633
2634         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2635         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2636         undecoded network data.
2637
2638 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2641         name in the mode line spec so that the mode line menu works
2642         (bug #2431).
2643
2644         * message.el (message-get-reply-headers): If we're fed `to-address',
2645         then always use that.
2646
2647         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2648         aren't so wide as to need to switch off the edit menu.
2649
2650         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2651         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2652
2653         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2654         `M-g'.
2655         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2656         the permanent marks.
2657
2658 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2659
2660         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2661         Splitting according to references/in-reply-to obeys the ignore-groups
2662         variable, while splitting by sender and subject do not.
2663
2664 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2667         alist, so that we can look for non-Unicode chars.
2668         (article-translate-strings): Allow both character and string maps.
2669
2670 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2671
2672         * shr.el (shr-insert): Don't insert space behind a wide character
2673         categorized as kinsoku-bol, or between characters both categorized as
2674         nospace.
2675
2676 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2677
2678         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2679         headers to gnus-newsgroup-headers.
2680
2681 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682
2683         * shr.el (shr-tag-img): Don't align images -- since we're not
2684         rescaling, this often leads to ugly displays.
2685
2686 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2687
2688         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2689         duplicates.
2690
2691 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2692
2693         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2694         call.
2695
2696 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2697
2698         * gnus.el: Autoload gnus-html-show-images.
2699
2700         * nnimap.el: Use nnheader-message throughout.
2701
2702         * shr.el (shr-tag-img): Ignore images with no data.
2703
2704 2010-10-15  Julien Danjou  <julien@danjou.info>
2705
2706         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2707         a possibility to disable format=flow encoding when using hard newlines.
2708
2709 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * shr.el (shr-insert): Remove space inserted before or after a
2712         breakable character or at the beginning or the end of a line.
2713         (shr-find-fill-point): Do kinsoku; find the second best point or give
2714         it up if there's no breakable point.
2715
2716 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * nnimap.el (nnimap-open-connection): Message when opening connection
2719         for debugging purposes.
2720
2721         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2722         on every setup buffer call to allow this to change from article to
2723         article.
2724
2725         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2726         buffers where we have a wide table.
2727
2728 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2729
2730         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2731         uses *-request-thread.
2732
2733 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2734
2735         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2736         incantation, which is no longer valid.
2737
2738 2010-10-14  Julien Danjou  <julien@danjou.info>
2739
2740         * shr.el: Fix defcustom type (char -> character).
2741
2742 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2745         programs.
2746
2747 2010-10-14  Julien Danjou  <julien@danjou.info>
2748
2749         * shr.el (shr-tag-a): Use url-link as widget type.
2750
2751         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2752         `gnus-group-get-icon'.
2753
2754 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2757         This should make server editing work better.
2758
2759         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2760
2761         * tls.el (tls-program): Remove spurious %s from openssl.
2762
2763         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2764         (nnimap-parse-flags): Fix regexp.
2765
2766         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2767         probably work for CJVK text, too.
2768
2769         * nnimap.el (nnimap-extend-tls-programs): Remove.
2770         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2771
2772         * tls.el (tls-starttls-switches): Remove starttls hack.
2773         (open-tls-stream): Ditto.
2774         (tls-find-starttls-argument): Ditto.
2775
2776 2010-10-13  Julien Danjou  <julien@danjou.info>
2777
2778         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2779         responses.
2780
2781 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2782
2783         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2784
2785         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2786         anything in Emacs.
2787
2788         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2789
2790 2010-10-13  Julien Danjou  <julien@danjou.info>
2791
2792         * shr.el (shr-width): Make shr-width a defcustom with default to
2793         fill-column.
2794         (shr-tag-img): Use shr-width rather than fill-column.
2795
2796 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * dgnushack.el (byte-optimize-apply)
2799         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2800
2801         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2802         position when (X-)Faces exist.
2803         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2804         avatars when called interactively.
2805
2806 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2807
2808         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2809         gnus-article-x-face-too-ugly is bound.
2810
2811 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2812
2813         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2814
2815         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2816         mailbox that doesn't exist.
2817
2818 2010-10-12  Julien Danjou  <julien@danjou.info>
2819
2820         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2821         (shr-get-image-data): Encode URL properly when fetching from cache.
2822         (shr-tag-img): Use aligned-to spaces to align correctly images.
2823
2824         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2825         before inserting the Gravatar.
2826
2827         * shr.el (shr-tag-img): Add align attribute support for <img>.
2828
2829 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830
2831         * gnus-gravatar.el (gnus-art): Require.
2832
2833         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2834         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2835         Remove long obsoleted functions.
2836
2837 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2840
2841         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2842
2843         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2844         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2845         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2846         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2847         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2848         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2849         * sieve-manage.el, smime.el, spam.el:
2850         Fix comment for declare-function.
2851
2852 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * nnimap.el (nnimap-request-rename-group): Select group read-only
2855         before renaming it.
2856
2857         * shr.el (shr-insert): Fix up the white space only regexp.
2858
2859         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2860         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2861
2862         * shr.el (shr-current-column): New function.
2863         (shr-find-fill-point): New function.
2864
2865 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2866
2867         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2868         numbers.
2869
2870 2010-10-11  Julien Danjou  <julien@danjou.info>
2871
2872         * shr.el (shr-hr-line): Add.
2873         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2874         display hr lines.
2875         (shr-max-columns): Do not change state to nil if we just inserting
2876         spaces.
2877
2878 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2879
2880         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2881         select the last group.
2882
2883 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2884
2885         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2886
2887 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2888
2889         * dig.el (dig-mode-map): Declare and define in one step.
2890
2891 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2892
2893         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2894         for Gnus.
2895         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2896         (nnimap-update-qresync-info): Mark \Seen articles as read.
2897
2898         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2899         non-variable, too.
2900
2901         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2902         available.
2903         (nnimap-update-info): Rely more on the current active than the param
2904         active to avoid marking articles as read too much.
2905
2906         * auth-source.el (auth-source-create): Use (user-login-name) for the
2907         user name default.
2908
2909         * nnimap.el (nnimap-update-info): If the server doesn't return any
2910         useful info, just use the previous info.
2911         (nnimap-update-info): Prefer old info over start-article.
2912         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2913
2914 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2915
2916         * nnir.el (autoload): Clean up autoloads.
2917         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2918         Use key rather than value.
2919         (nnir-imap-search-other): New variable.
2920         (nnir-read-parm): Use it.
2921         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2922         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2923
2924 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2925
2926         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2927         the process, too.
2928
2929 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * spam.el (gnus-summary-mode-map): Bind to "$".
2932         Suggested by Russ Allbery.
2933
2934         * shr.el: Rework the way things are indented by <li> slightly.
2935
2936         * gnus.el (gnus-group-set-parameter): Fix typo.
2937
2938         * nnimap.el: Start implementing QRESYNC support.
2939
2940 2010-10-09  Julien Danjou  <julien@danjou.info>
2941
2942         * nnir.el (nnir-engines): Fix too many arguments.
2943
2944 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2947         group is the "last", so that the backends like nnfolder actually save
2948         their folders.
2949
2950         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2951         try to use that for the tls stream.
2952         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2953         UIDVALIDITY and find out which groups are read-only and not.
2954         (nnimap-get-flags): Use the same marks parsing code as the rest of
2955         nnimap.
2956
2957 2010-10-09  Julien Danjou  <julien@danjou.info>
2958
2959         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2960
2961         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2962         retrieving gravatars.
2963
2964         * shr.el (shr-table-corner): Add.
2965         (shr-table-line): Add.
2966         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2967
2968 2010-10-08  Julien Danjou  <julien@danjou.info>
2969
2970         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2971
2972 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2973
2974         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2975
2976         * gnus-sum.el (gnus-mark-article-as-unread)
2977         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2978         (gnus-summary-set-bookmark): Use it.
2979
2980         * gnus-msg.el (gnus-setup-message): Use it.
2981
2982         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2983
2984         * gnus.el (gnus-group-remove-parameter): Use it.
2985
2986         * gnus-group.el (gnus-group-make-web-group): Use it.
2987
2988         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2989
2990         * nnregistry.el: Update docs to mention manual.
2991
2992         * gnus-registry.el: Update docs to mention nnregistry.el.
2993         (gnus-registry-initialize): Don't install nnregistry refer method
2994         automatically.
2995         (gnus-registry-install-nnregistry): Remove it.
2996
2997 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * shr.el (shr-insert): Don't insert double spaces.
3000
3001 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3002
3003         * gnus-gravatar.el (gnus-treat-from-gravatar)
3004         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3005         called interactively.
3006
3007         * gnus-art.el (gnus-mime-view-part-externally)
3008         (gnus-mime-view-part-internally): Make predicate function passed to
3009         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3010         of a mime type.
3011
3012         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3013
3014 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3015
3016         * shr.el (require): Require cl when compiling.
3017         (shr-tag-hr): New function.
3018
3019         * nnimap.el (nnimap-update-info): Remove double setting of high.
3020         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3021         This makes nnimap work properly on Courier again.
3022
3023         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3024         the variable for backwards compatability.
3025
3026         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3027         the file name before using to avoid setting mm-default-directory to
3028         nil.
3029
3030         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3031         bidning gnus-agent variables.
3032
3033         * shr.el (shr-render-td): Use a cache for the table rendering function
3034         to avoid getting an exponential rendering behaviour in nested tables.
3035         (shr-insert): Rework the line-breaking algorithm.
3036         (shr-insert): Don't leave trailing spaces.
3037         (shr-insert-table): Also insert empty TDs.
3038         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3039
3040 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3041
3042         * gnus-sum.el (gnus-number): Rename from `number'.
3043         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3044         (gnus-summary-limit-children): Update uses correspondingly.
3045
3046 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3049         (gnus-gravatar-transform-address): Don't show avatars of people of
3050         which mail addresses match gnus-gravatar-too-ugly.
3051
3052 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053
3054         * shr.el (shr-table-widths): Expand TD elements to fill available
3055         space.
3056
3057 2010-10-07  Julien Danjou  <julien@danjou.info>
3058
3059         * nnimap.el (nnimap-request-rename-group): Add this method.
3060
3061 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3064         name from XEmacs' function-arglist.
3065
3066         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3067         gravatar under XEmacs.
3068
3069 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3070
3071         * auth-source.el: Update docs with TODO items.
3072
3073         * gnus-sync.el: Update docs to explain state and plans.
3074
3075         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3076         Hooks for mark updates.
3077         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3078
3079         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3080         hooks with arguments, which is needed for mark update hooks.
3081
3082 2010-10-06  Julien Danjou  <julien@danjou.info>
3083
3084         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3085         was matched.
3086
3087         * sieve-manage.el: Update example in `Commentary'.
3088
3089         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3090
3091         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3092         not 2000.
3093         (sieve-manage-authenticate): Re-add function.
3094
3095 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * shr.el (shr-insert): Get 'space transition right.
3098         (shr-render-td): Only delete space at the end of the TD.
3099
3100         * nnimap.el (nnimap-open-connection): Prepare to support
3101         open-gnutls-stream.
3102
3103         * shr.el: Rearrange function order to be more logical.
3104
3105 2010-10-06  Julien Danjou  <julien@danjou.info>
3106
3107         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3108         (nnrss-discover-feed): Remove 404 URL in docstring.
3109
3110         * nnir.el: Fix Swish-E URL.
3111         Fix Namazu URL.
3112
3113         * message.el (message-change-subject): Remove 404 URL in a comment.
3114
3115 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3116
3117         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3118         called interactively.
3119
3120         * gnus-util.el (gnus-remove-if): Allow hash table.
3121         (gnus-remove-if-not): New function.
3122
3123         * gnus-art.el (gnus-mime-view-part-as-type)
3124         * gnus-score.el (gnus-summary-score-effect)
3125         * gnus-sum.el (gnus-read-move-group-name):
3126         Replace remove-if-not with gnus-remove-if-not.
3127
3128         * gnus-group.el (gnus-group-completing-read):
3129         Regard collection as a hash table if it is not a list.
3130
3131 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3134
3135         * shr.el: Document the table-rendering algorithm.
3136
3137 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3138
3139         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3140         for Emacsen having no `libxml-parse-html-region' support.
3141
3142 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3145         invalid URLs.
3146
3147         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3148         line-broken.
3149         (shr-tag-img): Ignore image fetching errors.
3150         (shr-overlays-in-region): Compute overlay positions correctly.
3151
3152         * mm-decode.el (mm-shr): Require shr.
3153
3154         * gnus-art.el (gnus-blocked-images): Move variable here.
3155
3156         * shr.el (shr-insert-table): Bind free variable.
3157
3158         * mm-decode.el (mm-shr): Bind shr-content-function.
3159
3160         * shr.el (shr-content-function): New variable.
3161
3162         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3163         added for symmetry.
3164
3165         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3166
3167         * gnus-group.el (gnus-group-make-group): Doc fix.
3168
3169         * nnimap.el (nnimap-request-newgroups): Return success.
3170
3171         * shr.el (shr-find-elements): New function.
3172         (shr-tag-table): Put all the images after the table.
3173         (shr-tag-table): Really inhibit images inside the table.
3174         (shr-collect-overlays): Copy over overlays from the TD elements to the
3175         main document.
3176
3177         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3178         gnus-blocked-images.
3179
3180 2010-10-05  Julien Danjou  <julien@danjou.info>
3181
3182         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3183
3184         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3185         (gnus-html-maximum-image-size): Add this function.
3186         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3187
3188         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3189         server-value of the capability is nil.
3190
3191 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192
3193         * shr.el (shr-tag-em): Add <EM> tag.
3194
3195 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3196
3197         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3198         customizable.
3199
3200         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3201         handing broken links to browse-url.
3202
3203 2010-10-05  Julien Danjou  <julien@danjou.info>
3204
3205         * gnus-util.el (gnus-emacs-completing-read)
3206         (gnus-iswitchb-completing-read): Use autoload rather than require.
3207
3208 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3209
3210         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3211         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3212         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3213         iswitchb-temp-buflist for XEmacs.
3214
3215         * gnus-util.el (gnus-completing-read-function): Exclude
3216         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3217         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3218         XEmacs.
3219
3220         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3221         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3222
3223         * gnus-html.el: Don't require help-fns under XEmacs.
3224         (gnus-html-schedule-image-fetching): Work for XEmacs.
3225
3226         * mm-decode.el (mm-shr): Decode contents by charset.
3227
3228 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3231         unknown.
3232
3233         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3234         (shr-get-image-data): Ensure against the cache file missing.
3235
3236         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3237         for data.
3238
3239         * spam-report.el (spam-report-url-ping-plain): Don't query about
3240         killing the process.
3241
3242         * shr.el (shr-render-td): Protect against too-wide text.
3243
3244 2010-10-04  Julien Danjou  <julien@danjou.info>
3245
3246         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3247         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3248
3249         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3250         retrieved.
3251
3252 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3253
3254         * shr.el (browse-url): Require.
3255         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3256         lines.
3257         (shr-show-alt-text, shr-browse-image): New commands.
3258         (shr-browse-url, shr-copy-url): New commands.
3259
3260         * gnus-sum.el (gnus-widen-article-window): New variable.
3261         (gnus-summary-select-article-buffer): Use it.
3262
3263         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3264         without @ signs.
3265
3266 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3267
3268         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3269
3270 2010-10-04  Julien Danjou  <julien@danjou.info>
3271
3272         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3273         for XEmacs.
3274
3275 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3278
3279         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3280         (nnimap-close-server): Implement.
3281
3282         * dgnushack.el (iswitchb): Require to shut up the compiler.
3283
3284         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3285         (shr-insert): Tweak line breaking.
3286         (shr-insert): Handle <pre> better.
3287         (shr-tag-li): Get <li> indentation right.
3288         (shr-tag-li): Get <li> indentation even righter.
3289         (shr-tag-blockquote): Ensure paragraph start.
3290         (shr-make-table): Tweak table generation.
3291         (shr-make-table): Fix typo.
3292
3293         * shr.el: Implement table rendering.
3294
3295 2010-10-04  Julien Danjou  <julien@danjou.info>
3296
3297         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3298
3299 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * shr.el (shr-insert): Use string anchors instead of line anchors.
3302
3303 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3304
3305         * shr.el: Add headings.
3306         (shr-ensure-paragraph): Actually work.
3307         (shr-tag-li): Make <ul> prettier.
3308         (shr-insert): Get white space at the beginning/end of elements right.
3309         (shr-tag-p): Collapse subsequent <p>s.
3310         (shr-ensure-paragraph): Don't insert double line feeds after blank
3311         lines.
3312         (shr-insert): \t is also space.
3313         (shr-tag-s): Fix "s" tag name function.
3314         (shr-tag-s): Fix face prop name.
3315
3316 2010-10-03  Julien Danjou  <julien@danjou.info>
3317
3318         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3319
3320         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3321         gnus-window-inside-pixel-edges.
3322
3323         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3324         gnus-ems.
3325
3326         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3327
3328         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3329         function.
3330
3331         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3332         resize choice.
3333
3334 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3335
3336         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3337         beginning of the buffer.
3338
3339         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3340         article buffer again.
3341
3342         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3343
3344         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3345         when it's at the start of the buffer.
3346
3347         * shr.el (shr-tag-blockquote): Convert name.
3348         (shr-rescale-image): Use the right image-size variant.
3349
3350         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3351         buffer isn't shown, then select the current article first instead of
3352         bugging out.
3353         (gnus-summary-select-article-buffer): Show both the article and summary
3354         buffers again.
3355
3356         * shr.el (shr-fontize-cont): Protect against regions with no text.
3357         Rename tag functions to shr-tag-* for enhanced security.
3358         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3359
3360 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3361
3362         * shr.el (shr-insert):
3363         * pop3.el (pop3-movemail):
3364         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3365         loaded.
3366
3367 2010-10-03  Glenn Morris  <rgm@gnu.org>
3368
3369         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3370
3371         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3372
3373         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3374
3375         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3376
3377         * gnus-util.el (gnus-make-local-hook): Simplify.
3378
3379 2010-10-02  Julien Danjou  <julien@danjou.info>
3380
3381         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3382         (gnus-ido-completing-read): New function.
3383         (gnus-emacs-completing-read): New function.
3384         (gnus-completing-read): Use gnus-completing-read-function.
3385         Add gnus-completing-read-function.
3386
3387 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * shr.el (shr-insert-document): Autoload.
3390         (shr-img): Be silent.
3391         (shr-insert): Add a newline after every picture before text.
3392         (shr-add-font): Use overlays for combining faces.
3393         (shr-insert): Pass upwards the text start point.
3394
3395         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3396         possible.
3397         (mm-shr): New function.
3398
3399 2010-10-02  Julien Danjou  <julien@danjou.info>
3400
3401         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3402         should go backward.
3403
3404 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3405
3406         * shr.el (shr): Fix typo in provide call.
3407
3408 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * shr.el: New file.
3411
3412         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3413
3414         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3415         completing read.
3416
3417 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418
3419         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3420         we're being queried about.  Suggested by Dan Jacobson.
3421
3422         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3423         Suggested by Jason Eisner.
3424
3425         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3426         table, too.  Suggested by Stefan Wiens.
3427         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3428         the table unnecessary.  Suggested by Stefan Wiens.
3429
3430         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3431         longer needed, and probably doesn't work either, as pointed out by
3432         Stefan Wiens.
3433         (gnus-summary-exit): Remove call to the clearing function.
3434         (gnus-summary-exit-no-update): Ditto.
3435
3436         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3437         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3438         Reported by Stefan Monnier.
3439         (gnus-summary-save-in-rmail): Ditto.
3440
3441         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3442         article buffer, instead of both the article buffer and the summary
3443         buffer.  Sort of suggested by Dan Jacobson.
3444
3445         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3446
3447         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3448         Suggested by Dan Jacobson.
3449
3450         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3451         documentation clearer.
3452
3453         * message.el (message-shorten-references): Comment on the number "21".
3454         Suggested by Stefan Monnier.
3455
3456         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3457         Suggested by Dan Jacobson.
3458
3459         * gnus.el (gnus-large-newsgroup):
3460         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3461
3462         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3463         externalize attachments.  Bug reported by Steve Wen.
3464
3465         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3466         really message anything to the user.
3467
3468         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3469         directly.
3470
3471         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3472         messages in empty groups.
3473
3474 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3475
3476         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3477         non-UIDNEXT group.
3478
3479 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480
3481         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3482         not the value from the collection.
3483
3484         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3485         values.  This sometimes happens on some groups that have no info.
3486         (nnimap-request-newgroups): New function.
3487
3488 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3489
3490         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3491         check into `gnus-registry-initialize'.
3492         (gnus-registry-initialize): Ditto.
3493         Fix and extend header docs.
3494
3495 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496
3497         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3498         regexp backtrace overflows.
3499
3500         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3501         for starttls that tls.el implements; i.e. openssl.
3502
3503         * tls.el (tls-starttls-switches): Give up on using starttls with
3504         gnutls-cli.
3505         (tls-program): Add --insecure to be consistent with the defaults from
3506         openssl s_client.  Now all three commands are insecure.
3507
3508 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3509
3510         * lpath.el: Bind completion-styles-alist for XEmacs.
3511
3512         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3513         (gravatar-create-image): New function that's an alias to
3514         gnus-xmas-create-image, gnus-create-image, or create-image.
3515         (gravatar-data->image): Use it.
3516
3517 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3518
3519         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3520         install the nnregistry refer method.
3521         (gnus-registry-install-hooks): Use it.
3522         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3523         unfollowed groups.
3524
3525 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3526
3527         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3528         expanding threads.
3529
3530 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3531
3532         * nnir.el: Use the server names without suffixes (bug #7009).
3533
3534         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3535         unencrypted to STARTTLS, if possible.
3536
3537 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3538
3539         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3540         headers before superseding.
3541
3542 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543
3544         * nnrss.el (nnrss-use-local): Add documentation.
3545
3546         * nnimap.el (nnimap-extend-tls-programs): New function.
3547         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3548         (nnimap-wait-for-connection): Accept the greeting from the stupid
3549         output from openssl s_client -starttls, too.
3550
3551         * tls.el (tls-starttls-switches): New variable.
3552         (tls-find-starttls-argument): Use it.
3553         (open-tls-stream): Ditto.
3554
3555         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3556         (netrc-machine): Ditto.
3557
3558         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3559         article number.
3560         (nnimap-split-fancy): New variable.
3561         (nnimap-split-incoming-mail): Use it.
3562
3563         * nntp.el (nntp-server-list-active-group): Document.
3564
3565         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3566         SELECT to get the message-id.
3567
3568         * mail-source.el (mail-sources): Remove webmail support.
3569         (defvar): Ditto.
3570         (mail-source-fetcher-alist): Ditto.
3571         (mail-source-fetch-webmail): Remove.
3572
3573         * webmail.el: Remove -- doesn't seem relevant any more.
3574
3575         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3576
3577         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3578         the \r.
3579
3580 2010-09-30  Julien Danjou  <julien@danjou.info>
3581
3582         * gnus-agent.el (gnus-agent-add-group): Fix call to
3583         gnus-completing-read.
3584
3585 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3586
3587         * nndoc.el (nndoc-retrieve-groups): New function.
3588
3589         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3590         `default', use nnmail-split-methods.
3591         (nnimap-request-article): Downcase the NILs so that they are nil.
3592
3593         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3594         symbol.
3595
3596         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3597         code, since if the user has requested network, that's what they ought
3598         to get.
3599         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3600         (nnimap-split-rule): Mark as obsolete.
3601
3602         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3603         New variable.
3604
3605         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3606         correct slot, too.
3607
3608 2010-09-29  Julien Danjou  <julien@danjou.info>
3609
3610         * gnus.el (gnus-local-domain): Declare variable obsolete.
3611
3612         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3613         Fix history computing.
3614         (gnus-ido-completing-read): Require ido.
3615
3616 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617
3618         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3619         build Gnus.
3620
3621         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3622         when interpreting the structures.
3623         (nnimap-request-accept-article): Add \r\n to the lines to make this
3624         work with Cyrus.
3625
3626         * nndraft.el (nndraft-request-expire-articles): Use the group name
3627         instead if "nndraft".  Fix found by Nils Ackermann.
3628
3629 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3630
3631         * nnregistry.el: Add.
3632
3633 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3634
3635         * nnmail.el (group, group-art-list, group-art):
3636         Remove unneeded directives.
3637
3638 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3641         (mm-mime-charset)
3642         * rfc2047.el (rfc2047-syntax-table)
3643         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3644
3645         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3646         rather than `insert-file-contents' and `eval-region'.
3647
3648         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3649         construction.
3650
3651         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3652
3653         * time-date.el: No need to require cl for Emacs 21.
3654
3655 2010-09-29  Julien Danjou  <julien@danjou.info>
3656
3657         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3658         replacement of `gnus-gravatar-relief' to mimic
3659         `gnus-faces-properties-alist'.
3660         Add :version property.
3661
3662 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3663
3664         * mail-source.el (mail-source-report-new-mail)
3665         * message.el (message-default-mail-headers)
3666         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3667
3668         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3669
3670 2010-09-28  Julien Danjou  <julien@danjou.info>
3671
3672         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3673         mail-address contains the same string as real-name.
3674
3675         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3676         non-blank in header, otherwise it'll get stripped.
3677
3678         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3679         real-name, and then for mail address rather than doing : or , search.
3680
3681 2010-09-27  Julien Danjou  <julien@danjou.info>
3682
3683         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3684         right completing-read function.
3685         (gnus-use-ido): New variable
3686         (gnus-completing-read-with-default): Remove.
3687         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3688         (gnus-agent-add-group):
3689         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3690         * mm-view.el (mm-view-pkcs7-decrypt):
3691         * mm-util.el (mm-codepage-setup):
3692         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3693         * mml-smime.el (mml-smime-openssl-sign-query):
3694         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3695         (mml-insert-multipart):
3696         * gnus-msg.el (gnus-summary-yank-message):
3697         * gnus-int.el (gnus-start-news-server):
3698         * mm-decode.el (mm-interactively-view-part):
3699         * gnus-dired.el (gnus-dired-attach):
3700         * gnus.el (gnus-read-method):
3701         * gnus-bookmark.el (gnus-bookmark-jump):
3702         * gnus-art.el (gnus-mime-view-part-as-type)
3703         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3704         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3705         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3706         * nnmairix.el (nnmairix-create-server-and-default-group)
3707         (nnmairix-update-groups, nnmairix-get-server)
3708         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3709         (nnmairix-get-group-from-file-path):
3710         * nnrss.el (nnrss-find-rss-via-syndic8):
3711         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3712         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3713         (gnus-group-browse-foreign-server):
3714         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3715         (gnus-summary-execute-command, gnus-summary-respool-article)
3716         (gnus-read-move-group-name):
3717         * gnus-score.el (gnus-summary-increase-score)
3718         (gnus-summary-score-effect):
3719         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3720
3721 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3722
3723         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3724         x-focus-frame.
3725
3726         * nnimap.el (auth-source-forget-user-or-password)
3727         (auth-source-user-or-password): Autoload.
3728
3729         * message.el (message-from-style, message-interactive)
3730         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3731         (message-yank-prefix, message-indentation-spaces, message-signature)
3732         (message-signature-file): Add comment.
3733
3734 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3737         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3738         new articles.
3739
3740         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3741         parts.
3742         (nnimap-request-article): Work with the t setting, too.
3743
3744         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3745         that you don't get flashes of other buffers.
3746         (gnus-summary-show-complete-article): Intern before setting.
3747
3748 2010-09-27  David Engster  <dengste@eml.cc>
3749
3750         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3751         well as HEADERS.
3752         (nnmairix-retrieve-headers): Provide new argument for the above.
3753
3754 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3755
3756         * gnus-sum.el (gnus-summary-move-article): Don't alter
3757         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3758         group.
3759
3760         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3761
3762         * message.el (message-cite-prefix-regexp): Revert my last edit.
3763
3764         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3765         variable instead of the Gnus variable.
3766
3767         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3768
3769         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3770
3771         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3772         since some servers don't like it.
3773         (nnimap-open-connection): Forget credentials if the server says the
3774         password was wrong.
3775         (nnimap-parse-line): Protect against invalid data.
3776
3777         * gnus-sum.el (gnus-summary-move-article): Add comment.
3778         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3779         nothing alters it while scanning for new messages.
3780
3781         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3782         which may or may not help.
3783         (nnimap-open-connection): If we're doing a stream connection, and then
3784         discover we're on a STARTTLS-capable server, then open a STARTTLS
3785         connection instead.
3786
3787 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3788
3789         * nnimap.el (utf7): Require.
3790
3791         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3792         prefix.
3793
3794 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3795
3796         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3797
3798 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3799
3800         * nnimap.el (nnimap-request-accept-article): Message the error on
3801         error.
3802
3803 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3806
3807 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3808
3809         * nndoc.el (nndoc-request-list): Return success always.
3810
3811         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3812         `fetch-old' -- we only want to fetch the articles we've requested.
3813         The rest are in the agent, probably.
3814         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3815         disappeared server" to something low.  It's not important.
3816
3817         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3818         arrived before the FETCH data.
3819
3820         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3821         target here, because we don't know the Gnus name of the group.
3822
3823         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3824         for the correct group.
3825
3826         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3827
3828         * gnus.el (gnus): Give a final warning after startup.
3829
3830         * gnus-util.el (gnus-action-message-log): New variable.
3831         (gnus-message): Use it.
3832         (gnus-final-warning): New function.
3833
3834         * nnimap.el (nnimap-open-connection): Record the greeting.
3835         (nnimap): Add greeting.
3836
3837 2010-09-26  Julien Danjou  <julien@danjou.info>
3838
3839         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3840         arguments.
3841         (gnus-html-wash-images): Fix spec computing to include start/end.
3842
3843         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3844
3845 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3846
3847         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3848         deletion.
3849         (nnimap-retrieve-headers): Don't select the group, because that's
3850         already done by nnimap-possibly-change-group.
3851
3852         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3853         (gnus-picon-transform-address): Use it.
3854
3855         * mail-source.el (mail-source-value): Revert previous patch.
3856
3857         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3858         on failure.
3859         (nnimap-open-connection): Look up both virtual and physical server name
3860         credentials.
3861
3862         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3863
3864 2009-02-07  Dave Love  <fx@gnu.org>
3865
3866         * tls.el (open-tls-stream): Don't query killing process.
3867
3868 2009-02-08  Dave Love  <fx@gnu.org>
3869
3870         * gnus-win.el (gnus-window-to-buffer-helper)
3871         (gnus-all-windows-visible-p): Function needn't be a symbol.
3872
3873         * mail-source.el (mail-source-value): Function needn't be a symbol.
3874
3875 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3876
3877         * message.el (message-cite-prefix-regexp): Remove } from the cite
3878         prefix.
3879
3880         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3881         highlight again, so that the highlight is correct.
3882
3883         * gnus-picon.el (gnus-picon): Remove again.
3884         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3885
3886         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3887         doing the header highlightling, so that the background colour of the
3888         picon is correct.
3889
3890         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3891         (gnus-picon): Ditto.
3892         (gnus-picon): Reinstate.  The background colour for picons is white.
3893         (gnus-picon-insert-glyph): Make the background white.
3894
3895         * nnml.el (nnml-open-nov): Don't return dead buffers.
3896
3897         * auth-source.el (auth-source-create): Query the user for whether to
3898         store the credentials.
3899
3900         * netrc.el (netrc-store-data): New function.
3901
3902         * auth-source.el (auth-source-user-or-password): Use the existing auth
3903         sources, if any, for creation.
3904
3905         * gnus.el (gnus-group-fast-parameter): Return the last matching
3906         parameter instead of the first matching parameter.
3907
3908 2010-09-26  Julien Danjou  <julien@danjou.info>
3909
3910         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3911
3912 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3913
3914         * mml2015.el (mml2015-use): Remove gpg support.
3915
3916         * mml1991.el (mml1991-function-alist): Remove gpg function.
3917         (mml1991-gpg-sign): Remove.
3918
3919 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3920
3921         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3922         (gnus-browse-unsubscribe-current-group): Document it.
3923         (gnus-browse-unsubscribe-group): Use it.
3924
3925 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926
3927         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3928         address to the To list for easier response.
3929
3930         * gnus.el (gnus-play-startup-jingle): Remove.
3931         (gnus-splash): Don't play jingle.
3932         (gnus): Silence gnus-load message.
3933
3934         * gnus-art.el (gnus-treat-play-sounds): Remove.
3935
3936         * gnus.el (gnus-play-jingle): Remove audio support.
3937
3938         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3939
3940         * earcon.el: Remove -- no users.
3941
3942         * gnus-audio.el: Remove -- no users of this package.
3943
3944         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3945
3946         * gnus-start.el (gnus-setup-news): Remove nocem support.
3947
3948         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3949
3950         * gnus.el (gnus-use-nocem): Remove.
3951
3952         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3953         Remove.
3954
3955         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3956         uses NoCeM any more.
3957
3958         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3959         (gnus-button-ctan-handler): Ditto.
3960         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3961         (gnus-button-ctan-directory-regexp): Ditto.
3962         (gnus-button-handle-ctan): Ditto.
3963         (gnus-button-tex-level): Ditto.
3964         (gnus-button-alist): Remove CTAN stuff.
3965
3966 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3967
3968         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3969         nnimap-streaming test.
3970
3971         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3972         servers twice.
3973
3974         * nnimap.el (nnimap-open-connection): Add more error reporting when
3975         nnimap fails early.
3976
3977         * nnheader.el (nnheader-get-report-string): New function.
3978         (nnheader-get-report): Use it.
3979
3980         * gnus-int.el (gnus-check-server): Say what the error was when opening
3981         failed.
3982
3983         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3984         using streaming.
3985
3986 2010-09-25  Julien Danjou  <julien@danjou.info>
3987
3988         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3989         gnus-window-inside-pixel-edges.
3990
3991 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3992
3993         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3994
3995         * mm-decode.el (mm-save-part): Allow saving to other directories the
3996         normal Emacs way.
3997
3998         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3999         Suggested by Jay Berkenbilt.
4000
4001         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4002         there isn't a single byte.
4003
4004         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4005         just do it.  It doesn't really seem to matter what the user responds
4006         here, I think, so it's just a confusing question.
4007
4008         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4009         non-streaming case.
4010
4011         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4012         (gnus-article-encrypt-body): Use it.
4013
4014         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4015         keystroke.
4016
4017         * nnimap.el (nnimap-find-wanted-parts-1):
4018         Use gnus-fetch-partial-articles.
4019
4020         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4021
4022         * nnimap.el (nnimap-insert-partial-structure): New function.
4023         (nnimap-get-partial-article): New function.
4024         (nnimap-request-article): Use it.
4025         (nnimap-wait-for-response): Return whether the wait was successful.
4026         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4027         retrieval wasn't successful.
4028         (nnimap-retrieve-group-data-early): Allow throttling servers.
4029         (nnimap-streaming): New variable.
4030         (nnimap-fetch-partial-articles): Remove.
4031
4032         * mm-decode.el (mm-with-part): Protect against killed buffers.
4033
4034         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4035         for prettier summary display.
4036
4037 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4038
4039         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4040
4041 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4042
4043         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4044         apparently third-party libraries depend on it.
4045
4046         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4047         before starting negotiation.
4048
4049         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4050         privacy reasons.
4051         (gnus-treat-mail-gravatar): Ditto.
4052
4053         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4054         buffer when inserting images.  Inserting text into the headers, for
4055         instance, can make them invalid.
4056
4057 2010-09-25  Julien Danjou  <julien@danjou.info>
4058
4059         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4060         variables.
4061
4062         * nnheader.el: Remove useless variables news-reply-yank-from and
4063         news-reply-yank-message-id.
4064
4065         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4066         variables.
4067
4068         * mml1991.el: Remove useless mml1991-verbose.
4069
4070         * gnus.el: Remove useless variable gnus-use-generic-from.
4071         Remove obsolete variable gnus-topic-indentation.
4072
4073         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4074
4075         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4076
4077         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4078
4079         * gnus-group.el: Remove useless gnus-group-icon-cache.
4080         Remove useless gnus-ephemeral-group-server.
4081
4082         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4083
4084         * mml2015.el: Remove useless mml2015-verbose.
4085
4086         * mml-smime.el: Remove useless mml-smime-verbose.
4087
4088         * gnus.el: Remove useless gnus-local-domain.
4089
4090         * gnus-gravatar.el (gnus-gravatar-transform-address):
4091         Use gnus-gravatar-size.
4092
4093         * gnus-art.el: Remove useless gnus-treat-translate.
4094
4095 2010-09-24  Julien Danjou  <julien@danjou.info>
4096
4097         * gnus-sum.el: Add support for Gravatars.
4098
4099         * gnus-art.el: Add support for Gravatars.
4100
4101         * gnus-gravatar.el: Add this file.
4102
4103         * gravatar.el: Add this file.
4104
4105 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106
4107         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4108
4109         * gnus-group.el (gnus-group-fetch-faq): Remove.
4110
4111         * gnus.el (gnus-group-faq-directory): Remove.
4112
4113         * gnus-group.el (gnus-group-fetch-charter): Remove.
4114
4115         * gnus.el (gnus-group-charter-alist): Remove.
4116
4117         * gnus-group.el (gnus-group-archive-directory): Remove.
4118         (gnus-group-recent-archive-directory): Ditto.
4119         (gnus-group-make-archive-group): Remove.
4120
4121         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4122
4123         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4124         use the same article number for all the cached articles.
4125
4126         * nnimap.el (nnimap-command): Register the last command time so
4127         that we can use it for idling NOOPs.
4128         (nnimap-open-connection): Start the keeplive timer.
4129         (nnimap-make-process-buffer): Store all the process buffers.
4130         (nnimap-keepalive): New function.
4131
4132         * starttls.el (starttls-open-stream): Add autoload cookie.
4133
4134 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4135
4136         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4137         handling.
4138
4139 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4140
4141         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4142         its data structures.
4143
4144         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4145         instead of the cl.el copy-list.
4146         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4147         equalp.
4148
4149 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4152         and tool-bar-local-item-from-menu.
4153
4154         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4155         mode-line-highlight face for Emacs.
4156
4157         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4158         loading gnus-sum.elc; fix comment for canlock-verify.
4159         (gnus-article-jump-to-part): Use read-number.
4160         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4161         Remove Emacs pre-21 compatible code for help-echo.
4162         (gnus-article-next-page-1): No need to adjust the number of lines.
4163         (gnus-article-describe-bindings): Always use help-buffer.
4164
4165         * gnus-audio.el (gnus-audio-inline-sound)
4166         * gnus-cus.el (gnus-custom-mode)
4167         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4168
4169         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4170
4171         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4172         compatible code.
4173
4174 2010-09-24  Glenn Morris  <rgm@gnu.org>
4175
4176         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4177         visiting the fcc file in rmail-mode.
4178
4179         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4180
4181 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * nnir.el: Silence the byte compiler.
4184
4185         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4186         alias to browse-url-url-encode-chars if any.
4187         (gnus-html-encode-url): Use it.
4188
4189 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * gnus-start.el (gnus-use-backend-marks): New variable.
4192         (gnus-get-unread-articles-in-group): Use it.
4193
4194         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4195         makeover.
4196
4197 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4198
4199         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4200
4201 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4202
4203         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4204         Remove.
4205         (gnus-setup-news-hook):
4206         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4207
4208         * gnus-int.el (gnus-request-update-info): Protect against backends not
4209         having the function.
4210
4211         * nnimap.el (nnimap-stream): Mention starttls.
4212         (nnimap-open-connection): Add starttls support.
4213
4214 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4215
4216         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4217
4218 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4219
4220         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4221         BODYSTRUCTUREs.
4222         (nnimap-transform-headers): Unfold quoted {42} headers.
4223
4224         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4225         the info.
4226         (gnus-get-unread-articles): Only call updatep on backends that support
4227         it.
4228
4229         * nnweb.el (nnweb-request-update-info): NOOP.
4230
4231         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4232
4233         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4234         since it only deals with marks.
4235
4236         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4237         gnus-request-marks, and make a new gnus-request-update-info.
4238
4239         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4240         the active instead of the high number, which is usually too low.
4241
4242 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4243
4244         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4245         * encrypt.el: Remove.
4246
4247 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4248
4249         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4250         server in symbolic form.
4251
4252         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4253
4254 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4255
4256         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4257         (nnimap-update-info): Fix up code slightly.
4258
4259         * gnus-int.el (gnus-open-server): Add tracing for performance
4260         debugging.
4261
4262         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4263         (gnus-group-insert-group-line): Pass the real group name so that it
4264         gets the right data.
4265
4266         * gnus-start.el (gnus-get-unread-articles): Don't have
4267         `gnus-get-unread-articles-in-group' update info, since that can be
4268         really slow and doesn't seem to be needed?
4269
4270 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4271
4272         * time-date.el (date-to-time): Try using parse-time-string first before
4273         using the slower timezone-make-date-arpa-standard.
4274
4275 2010-09-22  Julien Danjou  <julien@danjou.info>
4276
4277         * gnus-group.el (gnus-group-insert-group-line):
4278         Call gnus-group-highlight-line.
4279         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4280         default hook list.
4281         (gnus-group-update-eval-form): Add new function.
4282         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4283         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4284
4285 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4286
4287         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4288         immediate, then expire all articles.
4289         (nnimap-update-info): Fix off-by-one errors.
4290         (nnimap-flags-to-marks): Would return no marks lists for group with no
4291         flags.  Instead return the other data.
4292
4293 2010-09-22  Julien Danjou  <julien@danjou.info>
4294
4295         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4296         Only return an icon.
4297         (gnus-group-insert-group-line): Compute icon to return.
4298
4299         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4300         (gnus-html-image-fetched): Only cache if
4301         gnus-html-image-automatic-caching is set.
4302         (gnus-html-image-fetched): Check for errors.
4303
4304 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4305
4306         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4307         once per method on `g'.  This ensures that backends like nnfolder don't
4308         open all their folders.
4309
4310         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4311         (nnimap-request-list): Nix out group in the correct buffer.
4312         (nnimap-parse-flags): Implement by using `read' instead of
4313         hand-parsing.
4314         (nnimap-flags-to-marks): Pass on permanent-flags.
4315         (nnimap-make-process-buffer): Record the server name.
4316         (nnimap-parse-flags): Fix typo.
4317         (nnimap-request-scan): Run split on the server in general, not just a
4318         single group.
4319
4320         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4321         parameter, and propagate this downwards.
4322
4323         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4324         since EXAMINE changes it on the server.
4325
4326         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4327         this command might take a while.
4328
4329 2010-09-22  Julien Danjou  <julien@danjou.info>
4330
4331         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4332         harmful if you have 2 images side-by-side, they can't be properly
4333         update on text deletion.  Using text-property is safer here.
4334         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4335         data.
4336
4337 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4338
4339         * nnimap.el (nnimap-expunge-inbox): Remove.
4340         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4341         (nnimap-expunge): Flip default to t.
4342
4343         * gnus.el (gnus-method-to-server): Don't push things to the cache
4344         unless it's unique.
4345         (gnus-server-to-method): Ditto.
4346
4347 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4348
4349         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4350
4351 2010-09-22  Julien Danjou  <julien@danjou.info>
4352
4353         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4354         get the start of data.
4355         (gnus-html-encode-url): Add this function to encode special chars in
4356         URL.
4357         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4358         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4359
4360         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4361         default.
4362         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4363
4364         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4365         images alt-text.
4366         (gnus-html-put-image): Put alt-text as help-echo.
4367
4368 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4369
4370         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4371         * mm-util.el (mm-decompress-buffer)
4372         * nnir.el (nnir-run-find-grep)
4373         * pop3.el (pop3-list): Use 3rd arg of split-string.
4374
4375         * time-date.el (format-seconds): Comment fix.
4376
4377         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4378         and byte-optimize-form-code-walker.
4379         (dgnushack-make-auto-load): Don't advise make-autoload.
4380
4381         * lpath.el: Remove Emacs 21 stuff.
4382
4383 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4384
4385         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4386         outside the active range.  Suggested by Dan Christensen.
4387
4388         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4389         slightly later to avoid double-getting it.
4390
4391         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4392         previous patch.
4393
4394         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4395
4396 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4397
4398         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4399
4400 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4401
4402         * gnus-int.el (gnus-open-server): Give a better error message in the
4403         "go offline" case.
4404
4405         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4406         marks for nnimap, which is seldom the right thing to do.
4407
4408         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4409         (gnus-same-method-different-name): New function.
4410
4411         * nnimap.el (parse-time): Require.
4412
4413         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4414         method in the presence of many similar methods.
4415
4416         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4417
4418         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4419         nnml-inhibit-expiry.
4420
4421         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4422         find out whether methods are equal.
4423
4424         * nnimap.el (nnimap-find-expired-articles): New function.
4425         (nnimap-process-expiry-targets): New function.
4426         (nnimap-request-move-article): Request the article before looking at
4427         what the Message-ID is.  Fix found by Andrew Cohen.
4428         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4429
4430         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4431         for oldness in addition to being a predicate.
4432
4433         * nnimap.el (nnimap-request-group): When we have zero articles, return
4434         the right data to Gnus.
4435         (nnimap-request-expire-articles): Only delete articles immediately if
4436         the target is 'delete.
4437
4438         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4439         method, this would bug out.
4440
4441         * gnus-group.el (gnus-group-expunge-group): Rename from
4442         gnus-group-nnimap-expunge, and implemented as a normal interface
4443         function.
4444
4445         * gnus-int.el (gnus-request-expunge-group): New function.
4446
4447         * nnimap.el (nnimap-request-create-group): Implement.
4448         (nnimap-request-expunge-group): New function.
4449
4450 2010-09-21  Julien Danjou  <julien@danjou.info>
4451
4452         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4453         (gnus-html-cache-expired): Add new function.
4454         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4455         wethever we should display image for fetch it.
4456         Compute alt-text earlier to pass it to the fetching function too.
4457         (gnus-html-schedule-image-fetching): Change function argument to only
4458         get one image at a time, not a list.
4459         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4460         cache.
4461         (gnus-html-get-image-data): New function to retrieve image data from
4462         cache.
4463         (gnus-html-put-image): Change buffer argument to use image data rather
4464         than file, and place image above region rather than inserting a new
4465         one.  Do not take alt-text as argument, since it's useless now: we place
4466         the image above alt-text.
4467         (gnus-html-prune-cache): Remove.
4468         (gnus-html-show-images): Start to fetch image when we find one, do not
4469         push into a temporary list.
4470         (gnus-html-prefetch-images): Only fetch image if they have expired.
4471         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4472         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4473
4474 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4477
4478 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4479
4480         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4481         spec inser "*" if the group isn't active instead of 0.
4482
4483         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4484         opening the server.
4485         (nnimap-request-delete-group): Implement group deletion.
4486         (nnimap-transform-headers): Return the size of the entire message in
4487         the Bytes header, not just the size of the first part.
4488         (nnimap-request-move-article): When moving an article from nnimap,
4489         request the article first so the accepting form has an article to
4490         accept.  Reported by Dan Christensen.
4491         (nnimap-command): Make sure that the error message doesn't error out.
4492
4493 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4494
4495         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4496         we haven't requested anything.
4497
4498 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4499
4500         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4501         "".  Fix found by Andrew Cohen.
4502
4503         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4504         instead of -encode-string.
4505
4506 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4509
4510         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4511         by mm-subst-char-in-string.
4512
4513 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4514
4515         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4516         waiting for the connection string.
4517
4518         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4519         arriving.
4520
4521         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4522         bogus characters.  This allows selecting certain Gmail groups.
4523
4524         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4525         (nnimap-fetch-partial-articles): New variable.
4526         (nnimap-open-connection): When looking for credentials, also use the
4527         nnimap-server-port.
4528         (nnimap-request-article): Return the group/article number, so that Gnus
4529         `^' works as expected.
4530         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4531
4532         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4533         comments.
4534         (gnus-methods-sloppily-equal): New function.
4535         (gnus): When using the development version of Gnus, load the gnus-load
4536         file.
4537
4538         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4539         `gnus-open-server' on each method before trying to scan them etc.
4540         This ensures that all the backend parameters are set correctly.
4541
4542         * nnimap.el (nnimap-authenticator): New variable.
4543         (nnimap-open-connection): Allow anonymous login.
4544         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4545         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4546
4547         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4548         patch, found by Knut Anders Hatlen.
4549
4550 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4551
4552         * gnus-agent.el (gnus-agent-batch-confirmation)
4553         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4554         to gnus-message.
4555         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4556         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4557         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4558         * gnus-int.el (gnus-open-server): Likewise.
4559         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4560         (gnus-score-check-syntax): Likewise.
4561         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4562         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4563         Likewise.
4564         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4565
4566 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4567
4568         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4569         calling conventions so that prefetch doesn't bug out.
4570
4571 2010-09-19  Julien Danjou  <julien@danjou.info>
4572
4573         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4574         rather than `subst-char-in-region' in order to be able to replace ASCII
4575         char by UTF-8 ones.
4576
4577         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4578         than curl.
4579         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4580         the right URL and ALT text on images.
4581         (gnus-html-wash-tags): Fix tag case.
4582         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4583         (gnus-article-html): Add -o display_ins_del=2 option.
4584         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4585
4586 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4587
4588         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4589         the extra mail headers, which sometimes seem to happen for unknown
4590         reasons.
4591
4592         * mail-parse.el (mail-header-encode-parameter): Define as
4593         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4594         (or most, perhaps?) mail readers don't understand the latter, but do
4595         understand the former.
4596
4597         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4598         to nil, so that no methods are automatically agentized.  I think this
4599         is probably what most users want.
4600
4601         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4602         from url-retrieve, for instance about invalid URLs.
4603
4604         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4605         groups that have no articles.
4606         (nnimap-request-article): Check that we really got an article when we
4607         requested one.
4608
4609         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4610         doesn't exist.
4611
4612         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4613         nntp buffer so the agent can save it.
4614         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4615         that CRLF doesn't get translated to \n.
4616         (nnimap-open-connection): Don't make 'shell commands only send \n.
4617
4618 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4619
4620         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4621         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4622         Update var name.
4623         (nnml-generate-nov-file): Use dolist.
4624         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4625         Use with-current-buffer.
4626
4627 2010-09-18  Julien Danjou  <julien@danjou.info>
4628
4629         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4630         parallel.
4631
4632 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4635         the range update right.
4636         (nnimap-request-group): Don't make `M-g' bug out on group with no
4637         marks.
4638         (nnoo): Require, so that other packages can require nnimap.
4639         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4640         command we're looking for.  This helps when the server sends more
4641         responses after we've gotten everything we expected.
4642         (nnimap): Add a `newlinep' field to keep track of end-of-line
4643         conventions.
4644         Don't send CRLF to things that don't want it.
4645         (nnimap-request-accept-article): Ditto.
4646
4647 2010-09-18  Julien Danjou  <julien@danjou.info>
4648
4649         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4650         than curl to retrieve images.
4651
4652 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4653
4654         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4655         the marks.
4656         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4657         (nnimap-wait-for-connection): New function.
4658         (nnimap-open-connection): If we have PREAUTH, don't query for login
4659         credentials.
4660         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4661         when doing a partial update.
4662
4663 2010-09-18  Julien Danjou  <julien@danjou.info>
4664
4665         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4666         tags.
4667
4668 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4669
4670         * nnimap.el (nnimap-credentials): New function.
4671         (nnimap-open-connection): Use the new function to look for credentials
4672         also on the numeric equivalents of "imap" and "imaps".
4673
4674         * gnus-start.el (gnus-activate-group): Send the info to
4675         gnus-request-group.
4676
4677         * nnimap.el (nnimap-request-group): Have the "check" version of the
4678         function parse flags and update the info, so that a `M-g' get a total
4679         resync of all flags from the group.
4680
4681         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4682         to allow backends to alter the info on group selection.  Also alter all
4683         the backend -request-group functions to take the parameter.
4684
4685         * nnimap.el (nnimap-store-info): New function.
4686         (nnimap-update-info): Store the info for later usage.
4687         (nnimap-request-group): Use the stored info for the dont-check case, so
4688         that we don't retrieve all marks when we enter a group.
4689
4690         * nnimap.el: Use deffoo instead of defun for interface functions.
4691
4692         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4693         update the group info.  This makes the nndraft groups, for instance, go
4694         back to their old behaviour.
4695
4696         * gnus-sum.el (gnus-select-newsgroup): Indent.
4697
4698         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4699         in.
4700         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4701         nothing.
4702
4703         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4704         from methods that are denied.
4705
4706         * gnus-int.el (gnus-method-denied-p): New function.
4707
4708         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4709         store the password instead of netrc.
4710         (nnimap-open-connection): Don't error out when we can't make a
4711         connections.
4712
4713         * auth-source.el (auth-source-create): In the password prompt, say what
4714         we're querying for.  Also prompt for user name if that hasn't been
4715         given.
4716
4717         * nnimap.el (nnimap-with-process-buffer): Remove.
4718
4719 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4720
4721         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4722         method when we're reading from the agent.
4723
4724         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4725
4726         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4727         that's probably most useful for users.
4728
4729         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4730         "failed" all the time.
4731
4732         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4733         ...)) with (with-current-buffer ... ).
4734
4735         * nntp.el (nntp-open-server): Return whether the open was successful or
4736         not.
4737
4738         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4739         select an unread unseen article first.
4740
4741         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4742         /etc/services, supply some sensible port defaults.
4743
4744         * dgnushack.el: Define netrc-credentials.
4745
4746 2010-09-17  Julien Danjou  <julien@danjou.info>
4747
4748         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4749
4750 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4751
4752         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4753         doesn't have any parameters.
4754
4755 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4756
4757         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4758         only upcased checks.
4759
4760         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4761
4762         * nnimap.el (nnimap-open-shell-stream): New function.
4763         (nnimap-open-connection): Use it.
4764         (nnimap-transform-headers): Get the number of lines in each message.
4765         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4766         number of lines.
4767         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4768         problem.
4769
4770         * utf7.el (utf7-encode): Autoload.
4771
4772         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4773         to allow the mail splitting to not return a default group.  This is
4774         useful for nnimap, which will leave unmatched mail in the inbox.
4775
4776         * nnimap.el: Rewritten.
4777
4778         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4779         nnimap usage.
4780
4781         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4782         if the move is internal, so that nnimap can do fast internal moves.
4783
4784         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4785         data.
4786         (gnus-read-active-for-groups): Support finishing the early retrieval of
4787         data.
4788
4789         * gnus-range.el (gnus-range-nconcat): New function.
4790
4791         * gnus-int.el (gnus-finish-retrieve-group-infos)
4792         (gnus-retrieve-group-data-early): New functions.
4793
4794 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4795
4796         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4797         (nnrss-retrieve-groups):
4798         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4799         (pop3-quit): Use with-current-buffer.
4800
4801 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4804         instead of nnheader-accept-process-output.
4805
4806         * dgnushack.el (dgnushack-compile): Add comment.
4807
4808         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4809
4810         * gnus-html.el (gnus-html-schedule-image-fetching)
4811         (gnus-html-prefetch-images): Replace process-kill-without-query by
4812         gnus-set-process-query-on-exit-flag.
4813
4814 2010-09-16  Romain Francoise  <romain@orebokech.com>
4815
4816         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4817
4818 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4819
4820         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4821         parameter to unintern is mandatory-ish in Emacs 24.
4822
4823         * gnus-html.el (gnus-html-schedule-image-fetching)
4824         (gnus-html-prefetch-images): Check for curl before using it.
4825
4826         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4827         depend on curl, which isn't essential.
4828
4829         * imap.el: Revert back to version
4830         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4831         seem problematic.
4832
4833 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4834
4835         * gnus-registry.el (gnus-registry-install-shortcuts):
4836         Explicitly pass `obarray' to `unintern' to avoid a warning.
4837
4838 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4839
4840         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4841         change.
4842
4843         * nnrss.el (nnrss-request-list): Remove this function and related
4844         functions, including the moreover stuff.
4845
4846 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4847
4848         * nnrss.el (nnrss-retrieve-groups): New function.
4849
4850 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4851
4852         * .dir-locals.el: Add no-byte-compile cookie.
4853
4854 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * time-date.el (format-seconds): Comment fix.
4857
4858         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4859         for back end that doesn't support request-scan.
4860
4861 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4862
4863         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4864         then do request scans from the backends.
4865
4866         * netrc.el (netrc-credentials): New conveniency function.
4867
4868         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4869         avoid running a hook per line, since this takes a lot of time,
4870         profiling shows.
4871         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4872         directly if gnus-visual-p is true.
4873
4874 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4877         groups; replace mapcar with dolist which is a bit faster; pass groups
4878         info to gnus-read-active-file-1.
4879         (gnus-read-active-file-1): Scan only specified groups if the new
4880         optional arg `infos' is given.
4881
4882 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4883
4884         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4885
4886         * pop3.el (pop3-movemail): Remove.
4887         (pop3-streaming-movemail): Rename to pop3-movemail.
4888
4889         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4890         don't restrict end-tag searches to the end of the line.
4891
4892 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4895         articles of every unchecked group to t, which means unknown since the
4896         server has never been opened.
4897
4898 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4899
4900         * gnus-html.el (gnus-html-show-alt-text): New command.
4901         (gnus-html-browse-image): Ditto.
4902         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4903         to browse the image directly.
4904         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4905         better.
4906
4907         * gnus-async.el (gnus-async-article-callback):
4908         Call `gnus-html-prefetch-images' unconditionally.
4909
4910         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4911         before feeding URLs to curl.
4912
4913 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4916         internal images as deletable by `W D D'.
4917
4918         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4919         (gnus-async-article-callback): Fix typo.
4920
4921 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4922
4923         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4924         current line to work around bugs in the output from w3m.
4925
4926         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4927         for groups that want that.
4928
4929         * nntp.el (nntp-wait-for-string): Supply a timeout for
4930         accept-process-output to ensure progress.
4931
4932         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4933         level to get unread articles from, then use that for foreign groups,
4934         too.
4935
4936         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4937         confuses the rest of the function.
4938
4939         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4940         for the methods that support -retrieve-groups, too.
4941
4942         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4943
4944 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4947         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4948
4949         * pop3.el: Require cl when compiling.
4950         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4951
4952 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953
4954         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4955         that aren't going to be activated.
4956         (gnus-get-unread-articles): Fix up the last commit.
4957
4958         * gnus-html.el (gnus-article-html): Allow calling without specifying
4959         the handle.  In that case, dissect the buffer first.
4960
4961         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4962
4963         * nnimap.el (nnimap-open-connection): Revert the change that would look
4964         into authinfo for imaps instead of imap.
4965
4966         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4967         say that you don't want to call gnus-request-group with don-check, but
4968         do check the reponse.  This is for virtual groups only.
4969         (gnus-get-unread-articles): Count the archive groups as secondary, so
4970         that they're activated the same way as before.
4971
4972         * imap.el (imap-message-map): Removed optional buffer parameter, since
4973         no callers use it.
4974         (imap-message-get): Ditto.
4975         (imap-message-put): Ditto.
4976         (imap-mailbox-map): Ditto.
4977         (imap-mailbox-put): Ditto.
4978         (imap-mailbox-get): Ditto.
4979         (imap-mailbox-get): Revert last change for this function.
4980
4981         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4982         case-insensitively.
4983         (nnimap-debug): Remove.
4984
4985         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4986         to use `imap-fetch' instead.  According to the comments, this should be
4987         safe, since all other IMAP clients use the 1:* syntax.
4988         (imap-enable-exchange-bug-workaround): Removed.
4989         (imap-debug): Removed -- doesn't seem very useful.
4990
4991         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4992         mail from a file, and the file doesn't exist.
4993
4994         * imap.el (imap-log): New convenience function used throughout instead
4995         of repeating the same code all over the place.
4996
4997         * pop3.el (pop3-streaming-movemail): Return t for success.
4998
4999         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5000         .authinfo if we're using ssl connection.
5001
5002         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5003         already have if we're in a main Gnus `g' run.
5004
5005         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5006
5007 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5008
5009         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5010
5011         * nnmh.el (nnmh-request-list-1): Bind `file'.
5012
5013         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5014         alias to set-process-query-on-exit-flag or process-kill-without-query.
5015         (pop3-open-server): Use it.
5016
5017 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5018
5019         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5020         box to the Incoming file.  Fixes mistake in previous checkin.
5021
5022         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5023         request loop (for debugging purposes) removed.
5024
5025         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5026         culprit is more visible.
5027         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5028         (nnml-add-incremental-nov): New functions to do "incremental" nov
5029         updates, where we just append to the end of the existing nov files
5030         without reading/writing them in full.
5031
5032         * mail-source.el (mail-source-delete-crash-box): Really only check the
5033         incoming files once in a while.
5034
5035         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5036
5037         * mail-source.el (mail-source-delete-crash-box): Only check the
5038         incoming files for deletion once per day to save a lot of file
5039         accesses.
5040
5041         * pop3.el (pop3-logon): Fix up unbound variable typo.
5042
5043         * mail-source.el (pop3-streaming-movemail): Autoload.
5044
5045         * pop3.el (pop3-streaming-movemail):
5046         Respect pop3-leave-mail-on-server.
5047
5048         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5049         retrieval.
5050
5051         * pop3.el (pop3-process-filter): Remove unused function.
5052         (pop3-streaming-movemail, pop3-send-streaming-command)
5053         (pop3-wait-for-messages, pop3-write-to-file)
5054         (pop3-number-of-responses): New functions for streaming pop3
5055         retrieval.
5056
5057         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5058         come from no known methods.
5059         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5060         list.
5061
5062         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5063         message sizes.
5064         (pop3-movemail): Use erase-buffer instead of looping and deleting
5065         regions, which seems rather odd.
5066
5067         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5068         file once per `g' run.
5069
5070         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5071         directories.  This makes the draft queue directory work.
5072
5073         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5074         data from the backends, so that we only request the list of groups from
5075         each method once.  This should speed things up considerably.
5076
5077         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5078         detect that it's not implemented.
5079
5080         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5081         we actually do recurse down into the tree, but don't stat all leaf
5082         nodes.
5083
5084         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5085         then say so instead of bugging out.
5086
5087         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5088         files exist before trying to read them.
5089
5090         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5091         around <pre_int>.
5092
5093         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5094
5095         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5096
5097 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5098
5099         * mm-util.el (mm-image-load-path): Just return the image directories,
5100         not all directories in the path in addition to the image directories.
5101         (mm-image-load-path): Maintain a cache of the image directories so that
5102         the `g' command in Gnus doesn't have to stat dozens of directories each
5103         time.
5104
5105         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5106         (gnus-html-wash-tags): Add a new `i' command to insert images.
5107         (gnus-html-insert-image): New command and keystroke.
5108         (gnus-html-redisplay-with-images): New command and keystroke.
5109         (gnus-html-show-images): Rename command.
5110         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5111         spacers.
5112         (gnus-html-wash-tags): Decode entities at the end, so that entities
5113         inside the tags don't mess up the rest of the "parsing".
5114
5115         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5116         so that nnimap methods aren't agentized by default.  There's apparently
5117         many problems related to agent/imap behaviour.
5118
5119         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5120
5121         * gnus-html.el: Doc fix.
5122
5123 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5126         specifier-spec-list for Emacs 21.
5127
5128         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5129         glyph-width and glyph-height instead of display-graphic-p and
5130         image-size; make avoidance of displaying small images work for XEmacs.
5131
5132         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5133         for XEmacs.
5134
5135         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5136         of symbol that holds plist data.
5137         (gnus-process-plist): Remove plist of process after getting it.
5138
5139 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5140
5141         * message.el (message-generate-hashcash): Change default to
5142         'opportunistic if hashcash is installed.
5143
5144         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5145         (gnus-html-put-image): Only call image-size once, since it's somewhat
5146         time-consuming on remote X servers.
5147
5148 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5151         type on data, not a file name.
5152
5153         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5154         window-pixel-edges for Emacs 21.
5155
5156         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5157         decoded contents.
5158         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5159
5160 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5161
5162         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5163         group line format, since it isn't very interesting.
5164
5165         * gnus-agent.el (gnus-agent-short-article),
5166         (gnus-agent-long-article): Increase values for these two variables,
5167         since most people are likely to have more network connection and
5168         storage than before.
5169
5170         * gnus.el (gnus-refer-article-method): Change default to 'current.
5171         When referring an article, the common behaviour is to refer it from the
5172         current select method, not the native select method.  The chances of
5173         the native select method having the message in question is rather slim
5174         these days.
5175
5176         * gnus-sum.el (gnus-auto-select-subject): Change default to
5177         `unseen-or-unread'.  I think it's likely that most people want to
5178         select an unseen article over a previously seen, but unread one.
5179
5180         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5181         means that in the article buffer none of the minor mode elements will
5182         be shown, usually, and this is not desirable in most cases.
5183
5184         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5185         that commands like `d' (and the like) go to the next line in the
5186         buffer, instead of the next unread article.  I think this is the
5187         behaviour that is most natural for most users.
5188         (gnus-single-article-buffer): Change default to nil, so that people can
5189         have as many article buffers open as they have summary buffer.  I think
5190         this is the most natural way for the groups to behave.
5191
5192         * message.el (message-generate-new-buffers): Change default to
5193         `unsent', so that all new message buffers start their names with the
5194         string "*unsent", and it's easier to find the buffers if you move from
5195         them.
5196
5197 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198
5199         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5200         small.  They're probably tracking images.
5201         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5202         (gnus-html-rescale-image): Yet another try at getting the image sizing
5203         right.
5204
5205         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5206         nntp-marks-file-name is nil.
5207
5208 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5209
5210         * gnus-html.el (gnus-html-wash-tags)
5211         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5212         Better logging.
5213
5214 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5215
5216         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5217
5218         * gnus-html.el (gnus-html-wash-tags): Check the value of
5219         gnus-blocked-images in the summary buffer.
5220
5221 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5222
5223         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5224
5225 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5226
5227         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5228         like "a", it seems like.
5229         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5230         since it needs to be picked from the correct buffer.
5231
5232         * nnwfm.el: Remove.
5233
5234         * nnlistserv.el: Remove.
5235
5236 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5237
5238         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5239         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5240
5241 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * nnkiboze.el: Remove.
5244
5245         * nndb.el: Remove.
5246
5247         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5248         alt text.
5249         (gnus-html-rescale-image): Try to get the rescaling logic right for
5250         images that are just wide and not tall.
5251
5252         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5253         overshadow variable bindings.
5254
5255 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5256
5257         * gnus-html.el (gnus-html-wash-tags)
5258         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5259         Add extra logging.
5260
5261 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5262
5263         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5264         (gnus-max-image-proportion): New variable.
5265         (gnus-html-rescale-image): New function.
5266         (gnus-html-put-image): Rescale images.
5267
5268 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5269
5270         Fix up some byte-compiler warnings.
5271         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5272         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5273         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5274         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5275         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5276         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5277         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5278
5279 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5280
5281         * gnus-html.el (gnus-article-html): Decode contents by charset.
5282
5283 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5286         (gnus-html-frame-width, gnus-blocked-images)
5287         * message.el (message-prune-recipient-rules): Add custom version.
5288         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5289
5290         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5291         functions.
5292
5293         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5294         gnus-process-get.
5295
5296 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5297
5298         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5299         instead of lsub directly.
5300
5301 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5302
5303         * nnwarchive.el: Remove.
5304
5305         * gnus-soup.el: Remove.
5306
5307         * nnsoup.el: Remove.
5308
5309         * nnultimate.el: Remove.
5310
5311         * gnus-html.el (gnus-blocked-images): New variable.
5312
5313         * message.el (message-prune-recipients): New function.
5314         (message-prune-recipient-rules): New variable.
5315
5316         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5317         guess whether a long line is natural text or not.
5318
5319         * gnus-html.el (gnus-html-schedule-image-fetching):
5320         Use gnus-process-plist and friends for compatibility.
5321
5322 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5323
5324         * gnus-html.el: Require packages that define macros used in this file.
5325         (gnus-article-mouse-face): Declare to silence byte-compiler.
5326         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5327         process-get.
5328         (gnus-html-put-image): Use plist-get to avoid getf.
5329         (gnus-html-prefetch-images): Use with-current-buffer.
5330
5331 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5332
5333         * gnus-ems.el: Provide compatibility functions for
5334         gnus-set-process-plist.
5335
5336         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5337         header-line-format for XEmacs 21.4.
5338
5339         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5340         * gnus.el (gnus-valid-select-methods)
5341         * message.el (message-send-mail-partially-limit)
5342         * mm-decode.el (mm-text-html-renderer)
5343         * mml.el (mml-insert-mime-headers-always)
5344         * smiley.el (smiley-regexp-alist): Bump custom version.
5345
5346 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347
5348         * gnus-html.el: require mm-url.
5349         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5350         with the url to `url'.
5351         (gnus-html-wash-tags): Support cid: URLs/images.
5352
5353 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5354
5355         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5356         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5357         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5358
5359         * gnus-move.el: Remove file, since it doesn't really work.
5360
5361         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5362         UTF-8.  This seems to fix problems with some German web feeds.
5363
5364         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5365         at the top so that the proper colours are applied.
5366
5367         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5368         don't have dots in their names.
5369
5370         * gnus-art.el (gnus-article-view-part): Doc fix.
5371
5372         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5373         XEmacs-compatible.
5374         (gnus-html-put-image): Don't do images on non-graphic displays.
5375
5376         * nnslashdot.el: Remove this unused backend.
5377
5378         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5379         actions.
5380         (gnus-undo-register-1): Revert last change.
5381
5382         * gnus-group.el (gnus-group-completing-read): Protect against not
5383         having completion-styles bound.
5384
5385         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5386         make broken recipients happier.
5387
5388         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5389
5390         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5391         point parameter.
5392
5393         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5394
5395         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5396         completion-styles for group selection.
5397
5398 2009-02-04  Andreas Schwab  <schwab@suse.de>
5399
5400         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5401         headers and regexp-quote the match if necessary.
5402
5403 2009-03-24  Miles Bader  <miles@gnu.org>
5404
5405         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5406         the blinking smiley.
5407
5408 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5409
5410         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5411         blink smiley.
5412
5413 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5414
5415         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5416         where the dribbel file lives exists.
5417
5418         * message.el (message-send-mail-partially-limit): Change the default to
5419         nil, since most people don't want this.
5420
5421         * mm-url.el (mm-url-decode-entities): Also decode entities like
5422         &#x3212.
5423
5424 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5425
5426         * gnus-sum.el (gnus-summary-idna-message):
5427         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5428         Hyperlink urls in docstrings with URL `...'.
5429
5430 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5431
5432         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5433         functions.
5434
5435 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5436
5437         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5438         say what the mouseover text should be.
5439
5440         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5441         version of the mm-w3m-safe-url-regexp variable to only download images
5442         in the groups where we want that to happen.
5443
5444         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5445
5446         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5447         easier debugging.
5448         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5449         big pictures in the article buffer.
5450
5451         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5452         gnus-article-html.
5453         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5454         w3m.
5455
5456         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5457
5458 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5459
5460         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5461         which doesn't exist.
5462
5463         * message.el (message-inhibit-ecomplete): New variable to allow some
5464         function to inhibit ecomplete address storage.
5465         (message-resend): Disable ecomplete message storage when resending
5466         messages.
5467
5468         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5469
5470 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5473         Save excursion while copying, moving, and deleting articles in order to
5474         prevent the cursor from jumping to unforeseen place.
5475
5476 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * lpath.el: No need to bind bookmark-current-buffer,
5479         bookmark-yank-point and bookmark-make-record-function.
5480
5481 2010-08-17  Glenn Morris  <rgm@gnu.org>
5482
5483         * gnus-sync.el: Require gnus components whose functions are used.
5484
5485         * gnus-art.el (bookmark-make-record-function):
5486         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5487         Declare for compiler.
5488
5489         * mm-url.el (mml-compute-boundary): Autoload.
5490
5491 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5492
5493         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5494
5495 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5496
5497         Typo fix "hoo4a" -> "hook".
5498
5499         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5500
5501 2010-08-14  Glenn Morris  <rgm@gnu.org>
5502
5503         * gnus-sync.el (gnus-sync): Fix defgroup version.
5504
5505 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5506
5507         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5508
5509         * gnus-sync.el: Fix docs.
5510         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5511         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5512
5513 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5514
5515         Optimizations for gnus-sync.el.
5516
5517         * gnus-sync.el: Add docs about gnus-sync-backend
5518         possibilities.
5519         (gnus-sync-save): Remove unnecessary message.
5520         (gnus-sync-read): Optimize and show what groups were skipped.
5521
5522 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5523
5524         Minor bug fixes for gnus-sync.el.
5525
5526         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5527         Don't read the sync on get-new-news.
5528
5529         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5530         quiet.
5531
5532         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5533         (fix typo).
5534
5535 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5536
5537         Make saving and restoring of hidden threads work with overlays.
5538         Patch applied by Ted Zlatanov.
5539
5540         * gnus-sum.el (gnus-hidden-threads-configuration)
5541         (gnus-restore-hidden-threads-configuration): Update to deal with text
5542         properties, rather than searching for a magic character.
5543
5544 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5545
5546         New gnus-sync.el library for synchronization of marks.
5547
5548         * gnus-sync.el: New library for synchronization of marks.
5549
5550         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5551         renamed from `gnus-registry-grep-in-list'.
5552
5553         * gnus-registry.el (gnus-registry-follow-group-p):
5554         Use `gnus-grep-in-list'.
5555
5556         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5557
5558 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5561         determining charset of text fails.
5562
5563 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * nnmail.el (nnmail-get-new-mail-1): Revert.
5566
5567         * nnml.el (nnml-active-number): Make sure names of newly created groups
5568         in nnml-group-alist are encoded.
5569
5570 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5573         containing non-ASCII characters in active file for nnml back end.
5574
5575 2010-07-24  David Engster  <dengste@eml.cc>
5576
5577         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5578         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5579
5580 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5581
5582         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5583         tag (Bug#6654).
5584
5585 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5588         the article buffer, not the summary buffer.
5589
5590 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5593         Emacs 23 as well.
5594
5595 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5596
5597         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5598         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5599
5600 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5601
5602         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5603         Patch applied by Karl Fogel.
5604
5605         * gnus-sum.el (gnus-summary-bookmark-make-record):
5606         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5607
5608 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5609
5610         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5611         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5612         C-w still not working correctly from Article buffers; Thierry's
5613         patch to fix that will be applied after this.
5614
5615         * gnus-art.el (bookmark-make-record-function): New local variable.
5616
5617         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5618         article buffer.
5619         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5620
5621 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5622
5623         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5624         on changes in bookmark.el.
5625
5626 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5629         `no-log' instead of message not to log prompt string.
5630
5631 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5632
5633         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5634         the *other* type of HTML form submission.
5635
5636 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5637
5638         * auth-source.el (auth-source-pick): If choice does not contain a
5639         questioned keyword, set the check to t.
5640
5641 2010-06-12  Romain Francoise  <romain@orebokech.com>
5642
5643         * gnus-util.el (gnus-date-get-time): Move up before first use.
5644
5645 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5648         (gnus-article-edit-part): Bind it to make last part that is substituted
5649         or deleted visible.
5650         (gnus-mime-display-single): Buttonize part of which id equals to
5651         gnus-mime-buttonized-part-id.
5652
5653 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5654
5655         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5656         (gnus-dd-mmm): Use gnus-date-get-time.
5657         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5658         simplify logic.
5659         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5660         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5661
5662 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5663
5664         * auth-source.el (top): Autoload `secrets-list-collections',
5665         `secrets-create-item', `secrets-delete-item'.
5666         (auth-sources): Fix tag string.
5667         (auth-get-source, auth-source-retrieve, auth-source-create)
5668         (auth-source-delete): New defuns.
5669         (auth-source-pick): Rewrite in order to avoid 2 passes.
5670         (auth-source-forget-user-or-password): New parameter USERNAME.
5671         (auth-source-user-or-password): New parameters CREATE-MISSING and
5672         DELETE-EXISTING.  Retrieve password interactively, if needed.
5673
5674 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5675
5676         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5677         deleting unused directories when gnus-expert-user is t.
5678
5679 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5682         for each temp file when gnus-article-browse-delete-temp is ask.
5683
5684 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5685
5686         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5687         Lisp calls to delete-backward-char by calls to delete-char.
5688
5689 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5690
5691         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5692
5693 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5694
5695         * password-cache.el (password-cache-remove): Fix docstring.
5696
5697 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5700         article unless decoding article to be saved.
5701
5702 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5705         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5706         generated within the mm-with-unibyte-current-buffer macro.
5707
5708 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5711         to nil when we're in a mml-preview buffer and no group is selected.
5712
5713 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5714
5715         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5716         when catching the `C-g'.  Reported by "Leo".
5717
5718 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * message.el (message-forward-make-body-plain)
5721         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5722         multibyte-string-p.
5723
5724         * lpath.el: Revert.
5725
5726 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * message.el (message-forward-make-body-mml): Assume original message
5729         is multibyte string; error on unibyte.
5730         (message-forward-make-body-plain): Ditto; don't add excessive newline
5731         in body end.
5732
5733         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5734
5735 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5736
5737         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5738         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5739
5740 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * mm-extern.el (mm-extern-url): Don't use
5743         mm-with-unibyte-current-buffer.
5744         (mm-extern-cache-contents): Use with-current-buffer instead of
5745         save-excursion + set-buffer.
5746
5747 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * mm-util.el (mm-emacs-mule): Remove.
5750
5751 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5752
5753         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5754         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5755         change.
5756
5757 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5760         bind the default value of enable-multibyte-characters to nil.
5761
5762 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5763
5764         * message.el (message-forward-make-body-plain)
5765         (message-forward-make-body-mml):
5766         Don't use mm-with-unibyte-current-buffer.
5767
5768 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5769
5770         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5771
5772 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5773
5774         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5775         (Bug#5592).
5776
5777 2010-05-07  Julien Danjou  <julien@danjou.info>
5778
5779         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5780         it to mm-pipe-part.
5781
5782         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5783         it is given.
5784
5785 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * binhex.el (binhex-decode-region-internal)
5788         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5789         (dns-query)
5790         * nnweb.el (nnweb-gmane-search)
5791         * pgg-parse.el (pgg-parse-armor)
5792         * pgg.el (pgg-verify-region)
5793         * sha1.el (sha1-string-external)
5794         * uudecode.el (uudecode-decode-region-internal)
5795         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5796         XEmacs.
5797
5798         * gnus-art.el (gnus-article-browse-html-parts)
5799         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5800         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5801         make-temp-file.
5802
5803         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5804         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5805         compiling.
5806
5807         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5808         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5809         XEmacs when compiling.
5810
5811         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5812         gnus-pick-mode-off-hook for XEmacs when compiling.
5813         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5814         gnus-binary-mode-off-hook for XEmacs when compiling.
5815
5816         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5817         Return nil if char-charset is not available.
5818
5819         * imap.el (imap-disable-multibyte)
5820         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5821         macros.
5822
5823         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5824         instead of encode-coding-string.
5825
5826         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5827         'xemacs) instead of mm-emacs-mule to switch function definitions.
5828         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5829
5830         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5831         bind temporary-file-directory for XEmacs;
5832         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5833         timer-set-function for XEmacs 21.4 and SXEmacs;
5834         bind timer-list for XEmacs 21.4 and SXEmacs;
5835         fbind char-charset and find-charset-region for non-Mule XEmacs;
5836         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5837         encode-coding-region and encode-coding-string for XEmacs having no
5838         file-coding feature.
5839
5840 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5841
5842         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5843
5844 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5847         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5848
5849 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5850
5851         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5852         alias `jka-compr-delete-temp-file' no longer exists.
5853
5854 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5855
5856         Use define-minor-mode in Gnus where applicable.
5857         * mml.el (mml-mode): Use define-minor-mode.
5858         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5859         (gnus-undo-mode): Use define-minor-mode.
5860         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5861         (gnus-dead-summary-mode): Use define-minor-mode.
5862         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5863         Initialize in declaration.
5864         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5865         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5866         (gnus-mailing-list-mode): Use define-minor-mode.
5867         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5868         (gnus-draft-mode): Use define-minor-mode.
5869         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5870         (gnus-dired-mode): Use define-minor-mode.
5871
5872 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5873
5874         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5875         handles on recursive mml-to-mime translation and check them for
5876         boundary delimiter collisions.  Reported by Greg Troxel.
5877
5878 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5881
5882 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5883
5884         * mm-util.el (mm-find-buffer-file-coding-system):
5885         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5886
5887 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5888
5889         * message.el (message-generate-headers): Record insertion of optional
5890         headers as well.  Otherwise the check to prevent repeated insertion of
5891         optional headers is a no-op.
5892
5893 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5894
5895         * smime.el: Don't mention CVS.
5896
5897         * nnrss.el (nnrss-fetch): Don't mention CVS.
5898
5899         * nnir.el: Don't mention CVS.
5900
5901 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5902
5903         * gnus-sum.el (gnus-summary-bookmark-make-record):
5904         Add `location' field.
5905
5906 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * lpath.el: Fbind bookmark-default-handler,
5909         bookmark-get-bookmark-record, bookmark-make-record-default,
5910         bookmark-prop-get for Emacs <23 and XEmacs.
5911
5912 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5913
5914         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5915         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5916         Use with-current-buffer to silence the byte-compiler.
5917         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5918         bother to require `gnus'.
5919         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5920
5921 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5922
5923         * gnus-sum.el (gnus-summary-bookmark-make-record)
5924         (gnus-summary-bookmark-jump): New functions.
5925         (gnus-summary-mode): Setup bookmark support.
5926
5927 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5928
5929         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5930         if set.
5931
5932 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5933
5934         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5935         gnus-article-browse-html-save-cid-image; make it work recursively for
5936         forwarded messages as well.
5937         (gnus-article-browse-html-parts): Work when prefix arg is given.
5938         (gnus-article-browse-html-article): Doc fix.
5939
5940 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5941
5942         * message.el (message-default-mail-headers):
5943         (message-default-headers): Carry the value mail-default-headers over
5944         into message-default-mail-headers, rather than message-default-headers.
5945
5946 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5947
5948         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5949         charset.
5950
5951         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5952         charset into the <meta> tag when the article is encoded to utf-8.
5953
5954 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * gnus-art.el (gnus-article-browse-delete-temp-files):
5957         Delete directories as well.
5958         (gnus-article-browse-html-parts): Work for images that do not specify
5959         file names; delete temp directory when quitting; insert header at the
5960         right place; use file: scheme for image files.
5961
5962 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5963
5964         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5965         (gnus-article-browse-html-parts): Use it to make temporary cid image
5966         files in addition to html file so that browser may display them.
5967
5968 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5971
5972 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5973
5974         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5975
5976 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5977
5978         * auth-source.el (auth-sources): Change default to be simpler.
5979         Explain about Secret Service API sources.  Improve Customize options.
5980         (auth-source-pick): Change to accept any number of search parameters.
5981         Implement fallbacks iteratively, not recursively.  Add scoring on the
5982         second pass and sort by score.  Call Secret Service API when needed.
5983         (auth-source-user-or-password): Use it.  Call Secret Service API
5984         directly when needed to get the user name and the password.
5985
5986 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5987
5988         * message.el (message-interactive): Doc fix.
5989         (message-qmail-inject-args): Reflow.
5990         (message-kill-to-signature): Fix typo in docstring.
5991
5992         * smiley.el (smiley-buffer): Fix typo in docstring.
5993
5994 2010-03-24  Glenn Morris  <rgm@gnu.org>
5995
5996         * mail-source.el (gnus-message): Declare.
5997         (mail-source-delete-old-incoming): Require gnus-util.
5998
5999 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6002
6003         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6004
6005         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6006         password-cache's default if it is not bound.
6007         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6008         password-cache-expiry's default if it is not bound.
6009
6010         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6011         available in Emacs 21.
6012
6013         * lpath.el: Suppress compiler warnings for:
6014         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6015         XEmacs;
6016         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6017         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6018         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6019
6020 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6021
6022         * auth-source.el (auth-sources): Fix up definition so extra parameters
6023         are always inline.
6024
6025 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6026
6027         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6028         wasn't updated after mismatch.  Clear cached mailbox info correctly
6029         when uidvalidity changes.
6030         (nnimap-group-prefixed-name): New function to avoid some code
6031         duplication.
6032         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6033         (nnimap-request-group): Use it.
6034         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6035         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6036         with many imap folders.  This is done by caching the group status from
6037         the imap server persistently in a group parameter `imap-status'.  (This
6038         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6039         but not persistently, so every Gnus startup was still very slow.)
6040
6041 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6042
6043         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6044         delete the extra newline.  Otherwise editing of :string and :number
6045         types don't work.
6046
6047 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6048
6049         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6050         secrets.el dependency.
6051         (auth-sources): Add optional user name.  Add secrets.el configuration
6052         choice (unused right now).
6053
6054 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6055
6056         * gnus-sum.el (gnus-summary-make-menu-bar):
6057         Let `gnus-registry-install-shortcuts' fill in the functions.
6058
6059         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6060         warnings.
6061         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6062         (gnus-registry-install-shortcuts): Populate and use it in a
6063         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6064
6065 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6066
6067         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6068         In-place substitutions for the group name encoding/decoding.
6069         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6070         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6071         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6072         (nnimap-update-unseen, nnimap-request-list)
6073         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6074         (nnimap-request-set-mark, nnimap-split-to-groups)
6075         (nnimap-split-articles, nnimap-request-newgroups)
6076         (nnimap-request-create-group, nnimap-request-accept-article)
6077         (nnimap-request-delete-group, nnimap-request-rename-group)
6078         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6079         `encoded-mbx' for consistency.
6080         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6081         variable `imap-current-mailbox'.
6082
6083         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6084         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6085
6086 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6087
6088         * pop3.el (pop3-display-message-size-flag): Display message size byte
6089         counts during POP3 download.
6090         (pop3-movemail): Use it.
6091         (pop3-list): Implement listing of available messages.
6092
6093 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6094
6095         * nnir.el (nnir-get-article-nov-override-function): New function to
6096         override the normal NOV retrieval.
6097         (nnir-retrieve-headers): Use it.
6098
6099 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6100
6101         * auth-source.el (netrc-machine-user-or-password): Autoload.
6102
6103 2010-03-19  Glenn Morris  <rgm@gnu.org>
6104
6105         Stop message.el from loading about 40 libraries it doesn't always need.
6106         The general approach is to autoload rather than require, and to
6107         require in the specific functions rather than the file.  (Bug#5642)
6108
6109         * gmm-utils.el: Don't require wid-edit.
6110         (widget-create-child-value, widget-convert, widget-default-get):
6111         Autoload.
6112
6113         * gnus-util.el: Don't require time-date, netrc.
6114         (message-fetch-field, gnus-group-name-decode): Declare rather than
6115         autoloading.
6116         (gnus-fetch-field): Require message.
6117         (gnus-decode-newsgroups): Require gnus-group.
6118
6119         * ietf-drums.el: Don't require time-date.
6120
6121         * message.el: Don't require hashcash, canlock, ecomplete.
6122         Do require mail-utils.  Require nnheader only when compiling.
6123         (smtpmail-default-smtp-server): Remove declaration.
6124         (message-send-mail-function): Check smtpmail-default-smtp-server
6125         is bound rather than requiring smtpmail.
6126         (message-auto-save-directory, message-insert-signature):
6127         Use expand-file-name rather than nnheader-concat.
6128         (nnheader-insert-file-contents): Autoload.
6129         (hashcash-wait-async): Declare.
6130         (message-send-mail): Only call gnus-setup-posting-charset if
6131         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6132         (message-send-mail-with-sendmail): Require sendmail.
6133         (canlock-password, canlock-password-for-verify): Declare.
6134         (message-canlock-password): Require canlock.
6135         (nnheader-get-report): Autoload.
6136         (gnus-setup-posting-charset): Declare.
6137         (message-send-news): Require gnus-msg.
6138         (message-make-references, message-make-in-reply-to): Use mail-header-id
6139         rather than the alias mail-header-message-id.
6140         (ecomplete-add-item, ecomplete-save): Declare.
6141         (message-put-addresses-in-ecomplete): Require ecomplete.
6142         (ecomplete-display-matches): Autoload.
6143
6144         * mm-decode.el: Don't require mailcap, gnus-util.
6145         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6146         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6147         Autoload.
6148         (mailcap-mime-extensions): Declare.
6149
6150         * mm-encode.el: Don't require mailcap.
6151         (mailcap-extension-to-mime): Autoload.
6152
6153         * mml-sec.el: Don't require password-cache.
6154
6155         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6156         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6157         (mml-minibuffer-read-type): Require mailcap.
6158         (mml-preview): Require gnus-msg.
6159
6160         * mml1991.el: Require password-cache.
6161         (password-cache-expiry): Remove declaration.
6162
6163         * mml2015.el: Require password-cache.
6164         (password-cache-expiry): Remove declaration.
6165
6166         * nneething.el (mailcap): Require mailcap.
6167
6168         * nnheader.el (declare-function): Add compatibility stub.
6169         (message-remove-header): Declare rather than autoload.
6170         (nnheader-replace-header): Require message.
6171
6172         * nnimap.el (declare-function): Add compatibility stub.
6173         (netrc-parse, netrc-machine-user-or-password): Declare.
6174         (nnimap-open-connection): Require netrc.
6175
6176         * nntp.el (declare-function): Add compatibility stub.
6177         (netrc-parse, netrc-machine, netrc-get): Declare.
6178         (nntp-send-authinfo): Require netrc.
6179
6180         * rfc2047.el: Don't require qp.
6181         (quoted-printable-encode-region, quoted-printable-decode-string):
6182         Autoload.
6183
6184         * sieve-mode.el: Don't require easymenu.
6185         (easy-menu-add-item): Autoload it.
6186
6187         * spam-stat.el (time-to-number-of-days): Autoload it.
6188
6189 2010-03-19  Glenn Morris  <rgm@gnu.org>
6190
6191         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6192
6193 2010-03-18  Glenn Morris  <rgm@gnu.org>
6194
6195         * hashcash.el (declare-function): Remove duplicate definition.
6196
6197 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6198
6199         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6200         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6201         value if any backslash escapes).
6202
6203 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6206         if it is available.  (bug#5647)
6207
6208         * lpath.el: Suppress compiler warning for coding-system-from-name for
6209         Emacs 21 and XEmacs.
6210
6211 2010-03-14  Juri Linkov  <juri@jurta.org>
6212
6213         * hmac-def.el:
6214         * hmac-md5.el:
6215         * netrc.el: Fix keywords.
6216
6217 2010-02-26  Glenn Morris  <rgm@gnu.org>
6218
6219         * message.el (message-send-mail-function): Change the default, so that
6220         it inherits from a customized send-mail-function.  (Bug#5643)
6221
6222 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6223
6224         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6225         shell-command-to-string signals an error (bug#5299).
6226
6227 2010-02-24  Glenn Morris  <rgm@gnu.org>
6228
6229         * message.el (message-smtpmail-send-it)
6230         (message-send-mail-with-mailclient): Doc fixes.
6231
6232 2010-02-16  Glenn Morris  <rgm@gnu.org>
6233
6234         * message.el (message-default-mail-headers): Change the default value
6235         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6236
6237 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6238
6239         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6240         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6241
6242 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6243
6244         * time-date.el (date-to-time): Doc fix (Bug#5408).
6245
6246 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6247
6248         * message.el (message-mail): Just pass yank-action on to message-setup.
6249         (message-setup): Handle (FUN . ARGS) form of yank-action.
6250         (message-with-reply-buffer, message-widen-reply)
6251         (message-yank-original): Handle non-buffer values of
6252         message-reply-buffer (Bug#4080).
6253         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6254
6255 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6256
6257         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6258         Fix typo in docstring.
6259
6260 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6261
6262         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6263         response.
6264
6265 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6268
6269         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6270
6271         * message.el (message-check-news-header-syntax): Protect against a
6272         string that `rfc822-addresses' returns when parsing fails.
6273
6274 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6277         (gnus-previous-char-property-change): New functions.
6278
6279         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6280
6281 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6282
6283         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6284         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6285
6286 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6287
6288         * message.el (message-exchange-point-and-mark): Rework last change to
6289         avoid using optional arg of exchange-point-and-mark, for backward
6290         compatibility.
6291
6292 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6293
6294         * message.el (message-exchange-point-and-mark):
6295         Call exchange-point-and-mark with an argument rather than setting
6296         mark-active by hand (Bug#5175).
6297
6298 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * nntp.el (nntp-service-to-port): Work for service expressed with
6301         numeric string; replace [:digit:] with [0-9] for XEmacs.
6302
6303 2009-12-17  Glenn Morris  <rgm@gnu.org>
6304
6305         * gnus-group.el (gnus-bug-group-download-format-alist):
6306         Change emacs entry to debbugs.gnu.org.  Bump :version.
6307
6308 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6309
6310         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6311
6312 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6313
6314         * message.el (message-info): Explain why we use `Info-goto-node'.
6315
6316 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6317
6318         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6319
6320 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6321
6322         * message.el (message-completion-in-region): New compatibility function.
6323         (message-expand-group): Use it.
6324
6325 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6328         with no unread article should be listed if the 2nd arg `predicate' is
6329         given.
6330
6331 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6334
6335 2009-11-29  Juri Linkov  <juri@jurta.org>
6336
6337         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6338         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6339         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6340
6341 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6342
6343         * sha1.el (sha1-string-external): default-directory "/" in case
6344         otherwise non-existent.  process-connection-type pipe for touch of
6345         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6346
6347 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6348
6349         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6350         it's comms related and sgml-mode.el has "comm" on that basis too.
6351
6352 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6353
6354         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6355         containing tspecial characters if they have been already quoted.
6356
6357 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6358
6359         * dns-mode.el (auto-mode-alist): Purecopy string.
6360
6361 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6362
6363         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6364
6365 2009-10-24  Glenn Morris  <rgm@gnu.org>
6366
6367         * gnus-art.el (help-xref-stack-item): Define for compiler.
6368
6369 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6370
6371         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6372
6373 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6376
6377 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6380         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6381
6382 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6385         (gnus-overlays-in): New alias to overlays-in.
6386
6387         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6388         gnus-overlay-get, and gnus-delete-overlay.
6389         (gnus-summary-show-thread): Make it work as well for systems in which
6390         next-single-char-property-change is not available.
6391         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6392
6393         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6394         (gnus-overlay-get): New alias to extent-property.
6395         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6396
6397         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6398         SXEmacs.
6399
6400         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6401         SXEmacs.
6402
6403 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6404
6405         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6406
6407 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6408
6409         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6410         and XEmacs that don't have `remove-overlays'.
6411
6412 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6413
6414         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6415         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6416         selective display.  Use overlays instead.
6417
6418 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6419
6420         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6421
6422 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6423
6424         * spam-stat.el (spam-stat-load): Fix typo in message.
6425
6426 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6427
6428         * dig.el (dig-invoke): Fix typo in docstring.
6429         (query-dig): Reflow docstring.
6430
6431 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6432
6433         * gnus-art.el (gnus-article-encrypt-body):
6434         * message.el (message-check-recipients):
6435         * mm-util.el (mm-codepage-setup):
6436         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6437         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6438
6439 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6440
6441         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6442         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6443         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6444         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6445         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6446
6447 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6448
6449         * dig.el: Add "Keywords: comm", as per net-utils.el.
6450
6451 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6452
6453         * dig.el (dig-mode): Use define-derived-mode.
6454
6455 2009-09-19  Glenn Morris  <rgm@gnu.org>
6456
6457         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6458
6459 2009-09-18  Glenn Morris  <rgm@gnu.org>
6460
6461         * gnus-diary.el (gnus-diary-check-message):
6462         * message.el (message-insert-formatted-citation-line):
6463         * nnbabyl.el (top-level):
6464         * nndiary.el (nndiary-schedule):
6465         Fix typos in condition-case handlers.
6466
6467 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6468
6469         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6470         configuration that provides the sole article window in a frame;
6471         position point correctly after deleting a part.
6472
6473 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6474
6475         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6476         (spam-resolve-registrations-routine): Use it to unregister articles
6477         that change status.
6478
6479 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6482         with XEmacs.
6483         (parse-time-string-chars): Use it.
6484
6485 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6486
6487         * imap.el (imap-interactive-login): Better messages.
6488         (imap-open): Fix bug with renamed buffer on reconnect.
6489         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6490         for easier debugging and cleaner code.  On successful (guessed based on
6491         server capabilities) secondary authentication, set imap-state
6492         correctly.
6493         (imap-last-authenticator): Define imap-last-authenticator as a variable
6494         to avoid warnings.
6495
6496 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6497
6498         * nnrss.el (nnrss-request-article): Remove binding of
6499         default-enable-multibyte-characters that has gotten needless by
6500         the 2007-07-13 change in rfc2047-encode-message-header.
6501
6502         * mml.el (mml-insert-multipart): Error on the message header.
6503         (mml-insert-part): Error on the message header; position point at
6504         the end of a MIME tag.
6505
6506 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * time-date.el (autoload): Expand define-obsolete-function-alias into
6509         defalias and make-obsolete for old Emacsen that Gnus supports.
6510         (with-no-warnings): Define it for old Emacsen.
6511         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6512         is available.
6513         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6514         float-time is available; suppress compile warning for time-to-seconds.
6515
6516         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6517         (gnus-float-time): Alias to float-time if it exists.
6518
6519         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6520         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6521         float-time is available; suppress compile warning for time-to-seconds.
6522
6523         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6524         XEmacs.
6525
6526 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6527
6528         * imap.el (imap-message-map): Docstring fix.
6529
6530 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6533         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6534         Add the optional argument `encoding' that overrides the default.
6535
6536         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6537         mm-encode-buffer.
6538
6539 2009-09-04  Glenn Morris  <rgm@gnu.org>
6540
6541         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6542         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6543         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6544         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6545         * mm-util.el (mm-with-unibyte-current-buffer)
6546         (mm-find-buffer-file-coding-system):
6547         * yenc.el (yenc-decode-region): Use default-value rather than
6548         default-enable-multibyte-characters.
6549
6550 2009-09-03  Glenn Morris  <rgm@gnu.org>
6551
6552         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6553         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6554         than default-enable-multibyte-characters.
6555
6556 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6557
6558         * gnus-art.el (gnus-article-read-summary-keys):
6559         Fix gnus-buffer-configuration's value temporarily used.
6560
6561 2009-09-02  Glenn Morris  <rgm@gnu.org>
6562
6563         * gnus-util.el (gnus-float-time): New function.
6564         * gnus-delay.el (gnus-delay-article):
6565         * gnus-sum.el (gnus-thread-latest-date):
6566         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6567         * nnspool.el (nnspool-request-newgroups):
6568         Use gnus-float-time rather than time-to-seconds.
6569         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6570
6571         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6572         (gnus-header-subject-face, gnus-header-newsgroups-face)
6573         (gnus-header-name-face, gnus-header-content-face):
6574         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6575         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6576         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6577         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6578         (gnus-cite-face-11):
6579         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6580         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6581         (gnus-server-closed-face, gnus-server-denied-face)
6582         (gnus-server-offline-face):
6583         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6584         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6585         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6586         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6587         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6588         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6589         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6590         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6591         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6592         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6593         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6594         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6595         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6596         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6597         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6598         (gnus-summary-high-undownloaded-face)
6599         (gnus-summary-low-undownloaded-face)
6600         (gnus-summary-normal-undownloaded-face)
6601         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6602         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6603         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6604         (gnus-splash-face):
6605         * message.el (message-header-to-face, message-header-cc-face)
6606         (message-header-subject-face, message-header-newsgroups-face)
6607         (message-header-other-face, message-header-name-face)
6608         (message-header-xheader-face, message-separator-face)
6609         (message-cited-text-face, message-mml-face):
6610         * sieve-mode.el (sieve-control-commands-face)
6611         (sieve-action-commands-face, sieve-test-commands-face)
6612         (sieve-tagged-arguments-face):
6613         * spam.el (spam-face):
6614         Mark face aliases with "-face" in the name as obsolete.
6615
6616 2009-09-01  Glenn Morris  <rgm@gnu.org>
6617
6618         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6619         than goto-line.
6620
6621 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6624         Don't move point if the command is invoked inside the message header.
6625
6626 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6627
6628         * imap.el (imap-send-command): Simplify.
6629         (imap-wait-for-tag): point-max -> buffer-size.
6630
6631 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6632
6633         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6634         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6635         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6636         * nnir.el (nnir-swish-e-index-file):
6637         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6638         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6639         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6640         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6641         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6642         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6643
6644 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6647         Don't save excursion.
6648
6649 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6650
6651         * nnheader.el (nnheader-find-file-noselect):
6652         * mm-util.el (mm-insert-file-contents):
6653         Use (default-value 'major-mode) instead of default-major-mode.
6654
6655 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6656
6657         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6658
6659 2009-08-26  Glenn Morris  <rgm@gnu.org>
6660
6661         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6662         than placing in files.el.
6663
6664 2009-08-25  Glenn Morris  <rgm@gnu.org>
6665
6666         * nnir.el (top-level): Don't require cl at run-time.
6667         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6668         Replace cl-function substitute with gnus-replace-in-string.
6669         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6670         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6671         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6672         simplified expansions.
6673
6674 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6675
6676         * dig.el (dig): Add autoload cookie.
6677
6678 2009-08-22  Glenn Morris  <rgm@gnu.org>
6679
6680         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6681         goto-line.
6682
6683 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6684
6685         * parse-time.el (parse-time-string-chars): Save match data.
6686
6687 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6688
6689         * parse-time.el (parse-time-string-chars): Compute using character
6690         classes, to handle non-ascii characters (Bug#3190).
6691
6692 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6695
6696         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6697         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6698         (gnus-mm-display-part, gnus-mime-display-single)
6699         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6700         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6701
6702         * gnus-sum.el
6703         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6704         (gnus-summary-move-article): Add expirable mark to articles copied or
6705         moved to group that has auto-expire turned on if the option is non-nil.
6706
6707 2009-07-24  Glenn Morris  <rgm@gnu.org>
6708
6709         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6710         Fix typo.  (Bug#3903)
6711
6712 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6715         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6716         that should not be used for draft articles.
6717         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6718         that has no concern in minor mode keys.
6719         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6720         Abolish.
6721
6722 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6725         article without making inquiry to a user for unknown encoding.
6726
6727         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6728         (nnmaildir--scan): Assume i-node and device number that file-attributes
6729         returns might be cons-cell.
6730
6731         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6732
6733         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6734
6735 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6736
6737         * auth-source.el: Remove docs now in auth.texi.  Don't use
6738         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6739         `auth-source-hide-passwords' and use them.
6740
6741 2009-07-15  Glenn Morris  <rgm@gnu.org>
6742
6743         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6744
6745 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6748         excessive whitespace from the default values of title and description.
6749
6750 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6753         mail-fetch-field to fetch Content-Description header in order to
6754         exclude newlines.
6755
6756 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6757
6758         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6759         format used by GnuPG 2.0.11.
6760
6761 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6764         to deleted part.
6765
6766 2009-05-30  David Engster  <dengste@eml.cc>
6767
6768         * nnmairix.el: Remove old documentation in the commentary block.
6769         (nnmairix-request-group): Do not update active file for nnml back ends.
6770         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6771         end so that overview files are ignored.
6772         (nnmairix-update-groups): Make updating the groups more robust by using
6773         marks.
6774         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6775         with dollar characters in message-id.
6776
6777 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6778
6779         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6780         2008-12-25 in dns.el.
6781
6782 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6783
6784         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6785         could happen if the text is only composed of spaces and/or tabs.
6786
6787 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6788
6789         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6790         when sending a queued message to avoid extra mml tags.
6791
6792 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6795
6796 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6799         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6800         rmail-toggle-header for XEmacs;
6801         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6802
6803 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6804
6805         * gnus-dired.el: Remove autoload for gnus-setup-message.
6806         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6807         displaying Gnus logo; always use compose-mail.
6808
6809 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6812
6813 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6816         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6817         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6818         available.
6819         (gnus-nocem-epg-verify): New function.
6820
6821 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6822
6823         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6824
6825 2009-02-15  Glenn Morris  <rgm@gnu.org>
6826
6827         * gnus-util.el (rmail-insert-rmail-file-header)
6828         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6829         autoloads.
6830         (rmail-default-rmail-file): Remove unnecessary declaration.
6831         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6832
6833 2009-02-14  Glenn Morris  <rgm@gnu.org>
6834
6835         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6836         variable (only used in gnus-util, which declares it anyway).
6837         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6838         which was only needed by gnus-art (changed to not use it any more).
6839         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6840         only used in gnus-util, which autoloads it itself.
6841         (rmail-update-summary): Fix autoload.
6842
6843         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6844         rather than rmail-output-to-rmail-file.
6845
6846 2009-02-07  Glenn Morris  <rgm@gnu.org>
6847
6848         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6849         autoload of function that no longer exists.
6850         (rmail-toggle-header): Declare.
6851         (message-forward-rmail-make-body): Handle mbox Rmail.
6852
6853 2009-01-31  Glenn Morris  <rgm@gnu.org>
6854
6855         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6856         2009-01-09 change.
6857
6858 2009-01-31  Dave Love  <fx@gnu.org>
6859
6860         * imap.el (imap-fetch-safe): Bind debug-on-error.
6861         (imap-debug): Add imap-fetch-safe.
6862
6863 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6864
6865         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6866         (auth-source-forget-all-cached): New convenience function.
6867         (auth-source-user-or-password): Accept list of modes or a single mode.
6868
6869         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6870         auth-source modes.
6871
6872         * netrc.el (netrc-machine-user-or-password): Use list of
6873         auth-source modes.
6874
6875         * nnimap.el (nnimap-open-connection): Use list of
6876         auth-source modes.
6877
6878         * nntp.el (nntp-send-authinfo): Use list of
6879         auth-source modes.
6880
6881 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6882
6883         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6884         now.
6885
6886 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6889         coding system in XEmacs; add a workaround for XEmacs.
6890
6891         * lpath.el: Fbind coding-system-aliasee.
6892
6893 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6896         of current-language-environment.
6897
6898 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6899
6900         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6901         available at runtime.
6902
6903 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6906
6907 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6908
6909         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6910         the greatest positive fixnum value doesn't work under an XEmacs with
6911         bignum support; use the most-positive-fixnum constant instead,
6912         available since Emacs 21.1 with cl and XEmacs 21.1.
6913
6914 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6917         XEmacs gets not to work.
6918
6919 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * mm-util.el (mm-coding-system-priorities): Allow the value like
6922         "Japanese (UTF-8)" of current-language-environment.
6923
6924 2009-01-09  Glenn Morris  <rgm@gnu.org>
6925
6926         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6927         with last-command-event.
6928
6929 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6932         in the doc string.
6933
6934         * message.el (message-fix-before-sending): Amend comment.
6935
6936 2009-01-08  Dave Love  <fx@gnu.org>
6937
6938         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6939
6940 2009-01-07  David Engster  <dengste@eml.cc>
6941
6942         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6943         simplified server definitions by converting it via
6944         gnus-server-to-method.
6945
6946 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6949         parameter's operands.
6950
6951 2009-01-06  David Engster  <dengste@eml.cc>
6952
6953         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6954         primary select method (for gnus-group-mark-article-as-read).
6955
6956 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6957
6958         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6959         `(gnus)Face', not `(gnus)X-Face'.
6960
6961 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * mm-util.el (mm-ucs-to-char): New function.
6964
6965         * mm-url.el (mm-url-decode-entities): Use it.
6966
6967         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6968         unicode-to-char.
6969
6970 2009-01-05  Dave Love  <fx@gnu.org>
6971
6972         * time-date.el: Require cl for `declare'.
6973
6974 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6975
6976         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6977         Dave Love.
6978
6979 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6980
6981         * message.el (message-fix-before-sending): Add `eight-bit' to
6982         illegible-text check.
6983
6984 2009-01-03  Michael Olson  <mwolson@gnu.org>
6985
6986         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6987         `headers' is nil.  This can occur if the IMAP server does not have
6988         permissions to read messages from a folder, but can write new messages
6989         to the folder.
6990         (nnimap-request-article-part): Do not insert `data' if it is nil.
6991
6992         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6993         characters which will confuse `read', so skip past them.
6994
6995 2009-01-01  Dave Love  <fx@gnu.org>
6996
6997         * imap.el (imap-string-to-integer): Fix typo.
6998         (imap-fetch-safe): New function.
6999         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7000
7001         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7002
7003         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7004         (imap-parse-greeting): Fix doc strings.
7005         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7006         (imap-parse-flag-list): Make messages unique.
7007         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7008
7009         * nnimap.el: Fix author email.
7010         (nnimap-split-rule): Add FIXME comment.
7011         (nnimap-debug): Fix doc string.
7012
7013 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7014
7015         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7016
7017 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7018
7019         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7020         nslookup if resolv.conf isn't available.
7021         (dns-query): Rename from query-dns.
7022         (dns-query-cached): Rename from query-dns-cached.
7023
7024 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7027         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7028         to check if those variables exist (first appeared in Emacs 18.50).
7029
7030 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * mm-util.el (mm-line-number-at-pos): New function.
7033
7034         * spam-report.el (spam-report-process-queue): Use it.
7035
7036 2008-12-24  David Engster  <dengste@eml.cc>
7037
7038         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7039         parameters that haven't existed as variables as buffer-local variables.
7040
7041 2008-12-23  Dave Love  <fx@gnu.org>
7042
7043         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7044         cadar.
7045
7046         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7047         imap-starttls-p.
7048         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7049
7050 2008-12-22  Dave Love  <fx@gnu.org>
7051
7052         * imap.el: Fix author email.  Doc fixes.
7053         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7054         reply.
7055
7056 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7057
7058         * spam-report.el (spam-report-gmane-max-requests): New constant.
7059         (spam-report-gmane-wait): New variable.
7060         (spam-report-gmane-ham, spam-report-gmane-spam)
7061         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7062         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7063         the server.
7064
7065         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7066         Add explanations.
7067
7068         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7069         nnheader-accept-process-output and nnheader-read-timeout if available.
7070         (pop3-movemail): Use it.
7071
7072         * message.el (message-check-news-body-syntax): Fix signature check if
7073         there's an attachment.
7074
7075 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * mm-util.el: Add comments to the mm- emulating functions.
7078
7079 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7080
7081         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7082         Reported by Stephen Berman <stephen.berman@gmx.net>.
7083
7084 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * mm-util.el (mm-substring-no-properties): New function.
7087         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7088         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7089         (mm-string-to-multibyte): Doc fix.
7090
7091         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7092
7093 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7094
7095         * mml.el (mml-attach-file): Strip text properties from file name.
7096         (Bug#1574)
7097
7098 2008-12-16  Glenn Morris  <rgm@gnu.org>
7099
7100         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7101
7102 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7103
7104         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7105         knows since the charset specified might be a bogus alias that
7106         mm-charset-synonym-alist provides.
7107
7108 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7109
7110         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7111         "ISO_8859-1".
7112
7113         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7114
7115 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * mm-util.el (mm-charset-eval-alist):
7118         Define it before mm-charset-to-coding-system.
7119         (mm-charset-to-coding-system): Add optional argument `silent';
7120         define it before mm-charset-override-alist.
7121         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7122         default value if it can be used in Emacs currently running;
7123         silence mm-charset-to-coding-system.
7124
7125 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7128         `allow-override' which says whether to use `mm-charset-override-alist'.
7129         (rfc2047-decode-encoded-words): Use it.
7130
7131         * mm-util.el (mm-charset-override-alist): Fix custom type;
7132         add `(gb2312 . gbk)' to choices.
7133
7134 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7137         fast.
7138
7139         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7140
7141         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7142
7143 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7144
7145         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7146         on links.
7147
7148         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7149
7150 2008-12-03  Lute Kamstra  <lute@gnu.org>
7151
7152         * sha1.el: Remove leading * from docstrings of defcustoms,
7153         deffaces, defconsts and defuns.
7154
7155 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7158         users' addresses that don't have domain parts.
7159         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7160         rather than message-narrow-to-head since there will be the message
7161         header separator.
7162
7163 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7164
7165         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7166         since the result is inserted in a unibyte buffer anyway.
7167         (nnimap-demule-use-string-to-multibyte): Remove.
7168         (nnimap-demule): Alias it to mm-string-to-multibyte.
7169
7170 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7171
7172         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7173         variable for debugging bug#464 and bug#1174.
7174         (nnimap-demule): Use it.
7175
7176 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7179         score calculation correctly.
7180
7181 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7182
7183         * message.el (message-send-mail): Just set the buffer to unibyte
7184         rather than use mm-with-unibyte-current-buffer which does a lot more.
7185         (message-send-mail-partially): Don't bother with
7186         mm-with-unibyte-current-buffer since it's already been made unibyte by
7187         message-send-mail.
7188
7189 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7190
7191         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7192
7193 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7194
7195         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7196
7197 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7200         require itself and to remove `with-no-warnings'.
7201
7202 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7203
7204         * starttls.el (starttls-any-program-available): Get the name of the
7205         available TLS layer program.
7206         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7207         well as the host name in the "opening" message.
7208
7209         * auth-source.el (auth-source-cache, auth-source-do-cache)
7210         (auth-source-user-or-password): Cache passwords and logins by default,
7211         allow override with `auth-source-do-cache'.
7212         (auth-source-forget-user-or-password): Allow users to remove cache
7213         entries if needed.
7214
7215 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7216
7217         * md4.el (md4-buffer): Fix typo in docstring.
7218         (md4, md4-64): Doc fixes.
7219         (md4-pack-int32): Reflow docstring.
7220
7221 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7222
7223         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7224         condition-case to only the forward-sexp call.
7225
7226 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7227
7228         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7229         quotes contained.  Make it more robust regardless by an extra
7230         condition-case wrapper.
7231
7232 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7235
7236 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * nnml.el (nnml-request-expire-articles): Check if the function set to
7239         `nnmail-expiry-target' returns the symbol `delete'.
7240
7241         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7242
7243         * nnmail.el (nnmail-expiry-target): Fix custom type.
7244
7245 2008-10-02  Glenn Morris  <rgm@gnu.org>
7246
7247         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7248         Silence compiler warning.
7249
7250 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7251
7252         * tls.el (open-tls-stream): Show the actual command being
7253         executed, instead of the format string.
7254
7255 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * lpath.el: Fbind codepage-setup for Emacs 23.
7258
7259 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7260
7261         * mml.el (mml-menu): Don't assume mml2015 is bound.
7262
7263 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7266         exists.
7267
7268 2008-09-27  Glenn Morris  <rgm@gnu.org>
7269
7270         * gnus-util.el (mail-header-remove-comments): Autoload it.
7271
7272 2008-09-27  Andreas Schwab  <schwab@suse.de>
7273
7274         * gnus-util.el (gnus-split-references): Strip comments.
7275         (gnus-parent-id): Likewise.
7276
7277 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * message.el (message-confirm-send): Fix version.
7280
7281 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * message.el (message-idna-to-ascii-rhs-1): Use
7284         mail-extract-address-components rather than mail-header-parse-addresses
7285         that is an alias by default to ietf-drums-parse-addresses that does not
7286         support non-ASCII names in headers' contents.
7287
7288 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7289
7290         * message.el (message-confirm-send): Fix variable documentation to
7291         avoid the "y/n" wording.
7292
7293 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7294
7295         * message.el (message-set-auto-save-file-name): Save to a different
7296         filename so multiple messages (especially drafts) can be recovered.
7297
7298 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7299
7300         * message.el (message-confirm-send): Add appropriate version.
7301
7302 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7303
7304         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7305         defvar.
7306
7307 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7308
7309         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7310         (mm-pkcs7-enveloped-magic): Ditto.
7311
7312 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7313
7314         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7315         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7316
7317 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7318
7319         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7320         default, it's better.
7321
7322 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7323
7324         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7325         summary line gnus-number property and ignore them (with a warning
7326         message).
7327
7328 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7331         macro caddr in the interactive form since it won't be expanded.
7332
7333 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7336         `charset'; fix name of function called recursively.
7337         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7338
7339 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7342         (gnus-mime-set-charset-parameters): New function.
7343         (gnus-mime-view-part-as-charset): Use it to correctly display part
7344         specifying wrong charset.
7345
7346 2008-09-08  David Engster  <dengste@eml.cc>
7347
7348         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7349         in completing-read for back end server.
7350
7351 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7352
7353         * message.el (message-confirm-send): New variable to confirm sending a
7354         message.
7355         (message-send): Use it.
7356
7357 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7358
7359         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7360
7361 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7364
7365 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7366
7367         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7368         prevent tracking too many groups.
7369         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7370         Use it.
7371
7372 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7373
7374         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7375         moving point to the bottom of the window in order to avoid recentering.
7376
7377 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7380
7381         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7382         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7383         (gnus-article-beginning-of-window): Fix calculation.
7384
7385 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * gnus-msg.el (gnus-summary-supersede-article)
7388         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7389         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7390         message header.
7391
7392 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7393
7394         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7395         pending output coming after the status change.
7396
7397 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7398
7399         * message.el:
7400         * gnus-start.el:
7401         * gnus-registry.el: Remove VMS support.
7402
7403 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7406         macro.
7407         (rfc2104-hash): Use it.
7408
7409 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7410
7411         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7412         (gnus-summary-sort-by-most-recent-date): New commands.
7413         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7414         and menu entries.
7415
7416 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7417
7418         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7419         don't redisplay article for raw contents; remove plural articles stuff.
7420
7421         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7422         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7423         on gnus-summary-save-article; display results properly.
7424
7425 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * lpath.el: No need to fbind ns-focus-frame.
7428
7429 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7432
7433 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * gnus-art.el (gnus-summary-save-in-pipe):
7436         Consider gnus-save-all-headers.
7437
7438 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7439
7440         * gnus-util.el (ns-focus-frame): Remove declaration.
7441         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7442         like x.
7443
7444 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7445
7446         * rfc2104.el (rfc2104-zero): Delete defconst.
7447         (rfc2104-hex-alist): Likewise.
7448         (rfc2104-hex-to-int): Delete func.
7449         (rfc2104-hexstring-to-bitstring): Likewise.
7450         (rfc2104-nybbles): New defconst.
7451         (rfc2104-hash): Rewrite for speed.
7452
7453 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * tls.el (open-tls-stream): Make it work with the 2nd argument
7456         BUFFER that is a string but does not exist as a buffer object, as
7457         mentioned in the doc-string.
7458
7459 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7460
7461         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7462         SXEmacs.
7463
7464 2008-07-16  Glenn Morris  <rgm@gnu.org>
7465
7466         * gnus-util.el (ns-focus-frame): Declare for compiler.
7467
7468 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7471         set as a group parameter.
7472         (gnus-summary-save-in-pipe): Work when it is called independently.
7473         (gnus-summary-pipe-to-muttprint): Don't modify
7474         gnus-summary-pipe-output-default-command.
7475
7476 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7477
7478         * message.el (message-send-mail-with-sendmail):
7479         Display the error message.
7480
7481 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * gnus-art.el (gnus-default-article-saver):
7484         Add gnus-summary-save-in-pipe to choices.
7485         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7486         gnus-summary-pipe-output-default-command as the default command.
7487         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7488         instead of gnus-last-shell-command.
7489
7490         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7491         New user option.
7492         (gnus-summary-muttprint-program): Mention the value will be changed.
7493         (gnus-summary-save-article): Force showing of all headers.
7494         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7495
7496 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7497
7498         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7499
7500 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7501
7502         * nnimap.el (nnimap-id):
7503         * sieve-manage.el (sieve-manage-open): Doc fixes.
7504
7505 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7506
7507         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7508         if available.
7509
7510 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7511
7512         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7513
7514         * nnkiboze.el (nnkiboze-generate-group):
7515         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7516
7517         * nnmairix.el: Require CL.
7518
7519 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * dgnushack.el: Autoload get-display-table and put-display-table for
7522         XEmacs 21.5.
7523
7524         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7525         21.4 and SXEmacs.
7526
7527 2008-06-15  David Engster  <dengste@eml.cc>
7528
7529         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7530
7531 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7532
7533         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7534         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7535         runtime choice under XEmacs.
7536
7537         * gnus-sum.el (gnus-summary-set-display-table):
7538         Use `gnus-put-display-table', `gnus-get-display-table',
7539         `gnus-set-display-table' for the display table, instead of `aset'.
7540
7541         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7542         Use `gnus-put-display-table', `gnus-get-display-table',
7543         `gnus-set-display-table' for the display table.
7544
7545 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7546
7547         * nnmairix.el: Add autoloads.
7548
7549 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7550
7551         * nnmairix.el (nnmairix-delete-recreate-group)
7552         (nnmairix-update-and-clear-marks): Fix error messages.
7553
7554 2008-06-14  David Engster  <dengste@eml.cc>
7555
7556         * nnmairix.el: Upgrade to version 0.6.
7557         (nnmairix-group-toggle-propmarks-this-group)
7558         (nnmairix-group-toggle-readmarks-this-group)
7559         (nnmairix-group-delete-recreate-this-group)
7560         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7561         (nnmairix-remove-tick-mark-original-article): New commands.
7562         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7563         (nnmairix-propagate-marks-to-nnmairix-groups)
7564         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7565         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7566         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7567         functions needed for marks propagation and manipulation of read marks.
7568         (nnmairix-update-groups): New function.
7569         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7570         (nnmairix-determine-original-group-from-registry)
7571         (nnmairix-determine-original-group-from-path)
7572         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7573         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7574         New helper functions.
7575         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7576         keystrokes for new commands.
7577         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7578         (nnmairix-request-group): Check allow-fast group parameter.
7579         (nnmairix-request-create-group): Set allow-fast group parameter if
7580         nnmairix-allowfast-default is set.
7581         (nnmairix-close-group): Propagate marks upon closing if needed.
7582         (nnmairix-group-toggle-threads-this-group): Use new.
7583         nnmairix-group-toggle-parameter helper function.
7584         (nnmairix-search): Better check for empty search result.
7585         (nnmairix-goto-original-article): Use new helper functions for
7586         determining original article.
7587         (nnmairix-show-original-article): Make sure message-id is in brackets.
7588         (nnmairix-call-mairix-binary): Change variable name.
7589         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7590         helper function.
7591         (nnmairix-widget-toggle-activate): Fix doc string.
7592
7593 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7594
7595         * nnir.el: Require edmacro when compiling with XEmacs.
7596         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7597         available in Emacs 21.
7598
7599 2008-06-11  Glenn Morris  <rgm@gnu.org>
7600
7601         * gnus-util.el (x-focus-frame):
7602         * gnus.el (image-size):
7603         * mm-decode.el (image-size): Declare.
7604
7605         * gnus-picon.el (declare-function): Add compat definition.
7606         (image-size): Declare.
7607
7608         * gnus-group.el (tool-bar-map):
7609         * gnus-sum.el (tool-bar-map): Define for compiler.
7610
7611         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7612
7613         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7614
7615         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7616         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7617         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7618         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7619         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7620         * sieve-manage.el, spam-report.el, spam.el:
7621         Remove unnecessary eval-and-compile of autoloads.
7622
7623 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7624
7625         * auth-source.el: Precise Tramp doc.
7626
7627 2008-06-07  Glenn Morris  <rgm@gnu.org>
7628
7629         * nnmairix.el: Remove unnecessary eval-when-compile.
7630
7631 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * lpath.el: Fbind propertize for XEmacs 21.4.
7634
7635 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7636
7637         * nnir.el: Move here from ../contrib.
7638
7639 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7640
7641         * gnus-util.el (gnus-read-shell-command): New function.
7642         * mm-decode.el (mm-pipe-part):
7643         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7644
7645 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7648
7649 2008-06-03  Glenn Morris  <rgm@gnu.org>
7650
7651         * pop3.el (nnheader-accept-process-output): Autoload it.
7652
7653 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7656         are not 2-digit hexadecimal characters that follow `%'s.
7657
7658 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7659
7660         * message.el (message-bogus-recipient-p): Fix type in doc string.
7661         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7662         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7663         Improve custom options.
7664         (message-bogus-recipient-p): Adjust accordingly.
7665
7666 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7667
7668         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7669         long-form month and day names.
7670
7671 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * dgnushack.el: Autoload debug, eudc-expand-inline and
7674         pgg-snarf-keys-region for XEmacs.
7675
7676         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7677
7678         * nnmairix.el: Require edmacro when compiling with XEmacs.
7679
7680 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7681
7682         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7683         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7684
7685 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7686
7687         * auth-source.el: Add more docs.
7688
7689         * netrc.el (netrc-machine): Always match if the port is not given.
7690
7691 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7692
7693         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7694         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7695         retrieval faster in some cases, but might make CPU usage larger.
7696         If this has any bad side effects, we might revert this change.
7697
7698         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7699         seems to make mail retrieval much, much faster.
7700         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7701         unconditionally.
7702
7703         * gnus-draft.el (gnus-group-send-queue):
7704         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7705
7706 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7707
7708         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7709
7710         * message.el (message-bogus-address-regexp): Fix and improve custom
7711         type.
7712         (message-setup-hook): Add message-check-recipients as custom option.
7713
7714 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7715
7716         * message.el (message-cite-function): Remove bogus autoload which crept
7717         in during merge from v5-10.
7718
7719 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7720
7721         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7722
7723         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7724
7725         * auth-source.el: Preliminary Tramp docs.
7726         (auth-sources): Change the default auth-sources to use
7727         EPA .gpg files.
7728
7729 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7730
7731         * nntp.el: Autoload `auth-source-user-or-password'.
7732         (nntp-send-authinfo): Use it.
7733
7734         * nnimap.el: Autoload `auth-source-user-or-password'.
7735         (nnimap-open-connection): Use it.
7736
7737         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7738         for the gnus-message function.
7739         (auth-source-user-or-password): Use it.
7740
7741 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7742
7743         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7744         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7745         (rfc2104-hash): Use it.
7746
7747 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7748
7749         * gnus-art.el (gnus-article-toggle-truncate-lines):
7750         Don't use `iff' in docstring.
7751
7752 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7753
7754         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7755
7756         * gnus-util.el (gnus-extract-address-component-name)
7757         (gnus-extract-address-component-email): Convenience functions around
7758         `gnus-extract-address-components'.
7759
7760         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7761         Use `gnus-extract-address-component-email' to fix bug of comparing full
7762         sender name to `user-mail-address'.
7763
7764 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7765
7766         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7767         catch/throw to optimize.
7768         (gnus-registry-find-keywords): Just use member to find a keyword.
7769
7770 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7771
7772         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7773         is current before calling gnus-server-prepare.
7774         (gnus-server-setup-buffer, gnus-server-update-server)
7775         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7776
7777 2008-05-04  Juri Linkov  <juri@jurta.org>
7778
7779         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7780         (mailcap-file-default-commands): Use mailcap-replace-in-string
7781         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7782         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7783
7784 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7785
7786         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7787
7788 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7789
7790         * gnus.el: Bump version to 0.11.
7791
7792 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7793
7794         * gnus.el: No Gnus v0.10 is released.
7795
7796 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7797
7798         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7799         hooks.
7800         (gnus-update-read-articles): Speed up non-marks-using users.
7801         (gnus-use-marks): Define gnus-use-marks.
7802         (gnus-propagate-marks): Rename variable to something more sensible.
7803
7804 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7805
7806         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7807         (gmm-image-load-path-for-library): Fix typos in docstrings.
7808         (gmm-message): Reflow docstring.
7809
7810 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7811
7812         * mail-source.el (mail-source-set-1, mail-source-bind):
7813         Move auth-source code out of the macro to clean it up and fix bugs.
7814
7815 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7816
7817         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7818         by sender if it's equal to user-mail-address, it's likely to be
7819         useless.
7820
7821         * mail-source.el (mail-source-bind): Don't use user or password if they
7822         are not bound.  Unintern them if they are nil.  Don't use server unless
7823         it's bound, and default it to empty string otherwise.
7824
7825 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7826
7827         * mail-source.el: Load auth-source.el.
7828         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7829         get user name or password, if auth-sources is set up.
7830
7831         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7832         strategy of splitting with parent.
7833         (gnus-registry-split-fancy-with-parent)
7834         (gnus-registry-post-process-groups): Use it and fix prior
7835         bug (returning a list as the split result).
7836
7837         * auth-source.el (auth-sources): Remove server parameter.
7838         (auth-source-pick, auth-source-user-or-password)
7839         (auth-source-user-or-password-imap)
7840         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7841         (auth-source-user-or-password-sftp)
7842         (auth-source-user-or-password-smtp): Remove server parameter.
7843
7844 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7845
7846         * smime.el (smime-sign-region, smime-encrypt-region)
7847         (smime-decrypt-region):
7848         Remove redundant calls to `generate-new-buffer-name'.
7849
7850 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7851
7852         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7853         Don't use QP for message/rfc822.
7854         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7855
7856 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7857
7858         * sieve-manage.el (sieve-string-bytes): Remove.
7859         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7860         correct byte-length only if the process's coding-system is the same as
7861         the one used internally by Emacs to represent strings.
7862
7863 2008-04-22  Juri Linkov  <juri@jurta.org>
7864
7865         * mailcap.el (mailcap-file-default-commands): New function.
7866
7867 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7868
7869         * message.el (message-signature-separator, message-cite-function):
7870         Change custom version.
7871
7872 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7873
7874         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7875         commands.
7876         (tls-checktrust): Ditto.
7877
7878 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7879
7880         * mm-decode.el (mm-display-external): Make temp file read-only.
7881
7882 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7885         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7886         `C-c C-f d'.
7887
7888 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7889
7890         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7891
7892 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7893
7894         * gnus.el: Bump version to 0.9.
7895
7896 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * gnus.el: No Gnus v0.8 is released.
7899
7900 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7901
7902         * mail-source.el (mail-source-value):
7903         Prefer fboundp to functionp so it works with macros as well.
7904
7905 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7906
7907         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7908         Fix last change in case the element is not even a symbol.
7909
7910 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7911
7912         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7913         Prefer fboundp to functionp so it works with macros as well.
7914
7915 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7916
7917         * auth-source.el: Add docs.
7918         (auth-sources): Modify format to support server.
7919         (auth-source-pick, auth-source-user-or-password)
7920         (auth-source-user-or-password-imap)
7921         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7922         (auth-source-user-or-password-sftp)
7923         (auth-source-user-or-password-smtp): Add server parameter.
7924
7925 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7926
7927         * gnus-registry.el: Initialize the registry when gnus-registry-install
7928         is t.
7929
7930 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * compface.el (uncompface): Make buffer unibyte.
7933
7934 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7935
7936         * mail-source.el (mail-source-value):
7937         Prefer fboundp to functionp so it works with macros as well.
7938
7939 2008-04-05  Glenn Morris  <rgm@gnu.org>
7940
7941         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7942
7943 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7944
7945         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7946         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7947
7948         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7949         multibyteness after rather than before erasing it.
7950
7951         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7952         mm-with-multibyte.
7953         (gnus-request-article-this-buffer): Make sure the proper decoding is
7954         used if gnus-original-article-buffer happens to be unibyte.
7955
7956         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7957         default-enable-multibyte-characters.
7958
7959         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7960         default-enable-multibyte-characters.
7961
7962         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7963
7964         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7965
7966 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7967
7968         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7969         Fix last change in case the element is not even a symbol.
7970
7971 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7972
7973         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7974         (imap-message-copyuid-1): Use it.
7975         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7976         J. Williams in
7977         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7978
7979         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7980         imap-enable-exchange-bug-workaround.
7981         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7982
7983 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7984
7985         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7986         a 100 byte status-checks into a 2-3MB transfer for each group.
7987         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7988         to enable bug workaround or not.
7989         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7990
7991 2008-03-31  Glenn Morris  <rgm@gnu.org>
7992
7993         * message.el (mml2015-use): Declare for compiler.
7994         (message-info): Require mml2015 when appropriate.
7995
7996 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7999         whitespace.
8000
8001 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8002
8003         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8004         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8005         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8006         (nntp-service-to-port): New function.
8007         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8008         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8009         (nntp-open-netcat-stream): New function.
8010         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8011
8012 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8013
8014         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8015
8016 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8017
8018         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8019
8020 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8021
8022         * dns.el (dns-write): Use set-buffer-multibyte.
8023
8024 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8025
8026         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8027
8028 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8029
8030         * message.el (message-signature-separator): Change default.
8031         Improve custom type.
8032         (message-cite-function): Change default to
8033         message-cite-original-without-signature.
8034
8035         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8036         toggle.
8037
8038         * message.el (message-check-news-body-syntax): Fix signature check.
8039         (message-setup-1): Mark buffer as unmodified _after_ running
8040         message-setup-hook and handling message-alternative-emails.
8041         (message-shorten-references): Be more strict when building list of
8042         valid references to comply with GNKSA.
8043
8044         * gnus-group.el (gnus-read-ephemeral-bug-group)
8045         (gnus-read-ephemeral-debian-bug-group)
8046         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8047
8048         * message.el (message-info): Don't use booleanp which isn't supported
8049         in Emacs 21 and XEmacs.
8050
8051 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8054         gnus-group-gmane-group-download-format.
8055         (gnus-group-read-ephemeral-gmane-group): Rename from
8056         gnus-group-read-ephemeral-gmane-group.
8057         (gnus-read-ephemeral-gmane-group-url): Rename from
8058         gnus-group-read-ephemeral-gmane-group-url.
8059         (gnus-bug-group-download-format-alist): New variable.
8060         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8061         (gnus-read-ephemeral-emacs-bug-group): New commands.
8062
8063 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8064
8065         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8066         (gnus-visible-headers): Improve custom type.
8067
8068 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * mml.el (mml-menu): Add workarounds for XEmacs.
8071
8072         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8073         X-Boundary header.
8074
8075         * message.el (message-simplify-recipients): Fix previous commit.
8076
8077 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8078
8079         * mm-util.el (mm-set-buffer-multibyte): New function.
8080         * mm-decode.el (mm-copy-to-buffer): Use it.
8081
8082         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8083         Prefer fboundp to functionp so it works with macros as well.
8084
8085 2008-03-19  Glenn Morris  <rgm@gnu.org>
8086
8087         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8088         Accidentally removed in the sync process with Emacs.
8089
8090 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8091
8092         * message.el (message-alter-recipients-discard-bogus-full-name):
8093         New function.
8094         (message-alter-recipients-function): New variable.
8095         (message-get-reply-headers): Use it.
8096         (message-replace-header): New helper function.
8097         (message-recipients-without-full-name): New variable.
8098         (message-simplify-recipients): New command.
8099
8100         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8101
8102         * message.el (message-info): Handle EasyPG manual.
8103
8104         * mml.el (mml-menu): Add entry for EasyPG.
8105
8106 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8107
8108         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8109         parameter.
8110
8111         * message.el (message-disassociate-draft): Specify drafts group name
8112         fully.
8113
8114 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8115
8116         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8117         Eliminate unnecessary duplicates from the match list.
8118
8119 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8120
8121         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8122
8123         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8124
8125         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8126         args of `how-many' of which the XEmacs version doesn't take; declare
8127         Info-index-next as function.
8128
8129 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8130
8131         * gnus-score.el (gnus-score-headers): Fix handling of
8132         gnus-inhibit-slow-scoring.
8133
8134         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8135         string.
8136         (gnus-button-url-regexp): Improve handling of parenthesis.
8137         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8138         (gnus-button-handle-info-keystrokes): Handle index entries.
8139
8140 2008-03-15  Glenn Morris  <rgm@gnu.org>
8141
8142         * parse-time.el (parse-time-string): Simplify.
8143
8144 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8147         Incoming* files.
8148
8149 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8150
8151         * auth-source.el (auth-sources): Rename from auth-source-choices.
8152         (auth-source-pick): Use it.
8153
8154 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8155
8156         * binhex.el (binhex-decode-region-internal):
8157         * uudecode.el (uudecode-decode-region-internal):
8158         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8159         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8160         setting default-enable-multibyte-characters.
8161
8162 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8163
8164         * auth-source.el (auth-source-protocols)
8165         (auth-source-protocols-customize, auth-source-choices): Add and
8166         modified variable customizations and defaults.
8167         (auth-source-pick, auth-source-user-or-password)
8168         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8169         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8170         (auth-source-user-or-password-sftp)
8171         (auth-source-user-or-password-smtp): Use new variables and provide an
8172         interface to netrc.el.
8173
8174 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8177         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8178         Make sure the nntp port to specify is a string.
8179
8180 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8181
8182         * nntp.el: Use with-current-buffer.
8183         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8184         dubious mm-with-unibyte-current-buffer.
8185         (nntp-with-open-group-function): New function extracted from
8186         nntp-with-open-group macro.
8187         (nntp-with-open-group): Use the function, so it's easier to debug.
8188         Add indentation and debugging info.
8189         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8190         Recommend the use of the netcat alternatives.
8191
8192         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8193         Avoid mm-string-as-multibyte as well.
8194
8195         * nnweb.el (nnweb-insert-html):
8196         Remove use of nnheader-string-as-multibyte.
8197
8198         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8199         (nnheader-string-as-multibyte): Remove.
8200
8201         * mm-view.el: Use inhibit-read-only.
8202         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8203         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8204         or unibyte-string.
8205
8206         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8207         (mm-uu-yenc-extract): Use with-current-buffer.
8208
8209         * gnus-soup.el (gnus-soup-send-packet): Don't use
8210         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8211
8212         * nnmh.el: Use with-current-buffer.
8213         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8214         mm-string-as-multibyte on the output of mm-encode-coding-string.
8215
8216         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8217         (nnimap-request-move-article): Use with-current-buffer.
8218
8219         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8220         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8221         conversion uses string-make-unibyte rather than string-as-unibyte.
8222
8223         * gnus-msg.el: Use with-current-buffer.
8224
8225         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8226
8227 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8228
8229         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8230         string for caching if it is 'PIN.
8231
8232 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * lpath.el: Consider the case without Emacs/W3.
8235
8236 2008-03-08  Glenn Morris  <rgm@gnu.org>
8237
8238         * time-date.el (date-to-time, time-subtract, time-add)
8239         (safe-date-to-time): Doc fixes.
8240
8241 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8242
8243         * mail-source.el (mail-source-delete-old-incoming-confirm):
8244         Change default to nil.
8245         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8246
8247 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * lpath.el: Rearrange.
8250
8251         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8252         (gnus-article-goto-prev-page): Work for articles having ^L's.
8253
8254         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8255
8256         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8257
8258 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8259
8260         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8261         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8262         (gnus-bookmark-jump): Adjust some variable names.
8263
8264 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8265
8266         * auth-source.el: New package.
8267         (auth-source-choices): Add customization entry point variable.
8268
8269         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8270         bug.
8271
8272 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8273
8274         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8275         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8276         (gnus-registry-install-shortcuts): Rename from
8277         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8278         the `gnus-registry-mark-map' keymap dynamically from
8279         `gnus-registry-marks'.  The generated functions update the summary line
8280         when a registry mark is added or deleted, and will call
8281         `gnus-registry-install-p' (see the comments in the code).
8282         (gnus-registry-user-format-function-M): Use concat intelligently.
8283
8284         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8285         the registry mark functions.
8286
8287 2008-03-05  Glenn Morris  <rgm@gnu.org>
8288
8289         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8290         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8291         gnus-art.
8292         (top-level): No need to load own source when compiling.
8293
8294 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8295
8296         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8297         Suggested by <chris.anderton@zetnet.co.uk>.
8298
8299 2008-03-04  Glenn Morris  <rgm@gnu.org>
8300
8301         * gnus-sum.el (top-level): No need to require gnus when compiling,
8302         since unconditionally required near start of file.
8303         (gnus-summary-display-while-building): Move definition before use.
8304
8305 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8306
8307         * gnus-registry.el (gnus-registry-user-format-function-M):
8308         Add formatting function.
8309
8310 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8311
8312         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8313         with plists.
8314         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8315         Use new format.
8316
8317 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8320         `where-is-internal' that returns a range of key sequences.
8321
8322 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8323
8324         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8325
8326         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8327         (gnus-summary-jump-to-group): Consider windows on other displayed
8328         frames as well.  Similar changes might be needed elsewhere, but that's
8329         the one I've bumped into during my use.
8330
8331         * nndoc.el (nndoc-oe-dbx-type-p):
8332         * gnus-msg.el (gnus-debug):
8333         * gnus-group.el (gnus-update-group-mark-positions):
8334         Use mm-string-to-multibyte.
8335
8336 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8337
8338         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8339         doesn't handle NotDashEscaped.
8340
8341         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8342         (mml-dnd-attach-options): Fix typo in custom choice.
8343
8344         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8345         Change nndoc-article-type to mbox.
8346         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8347
8348         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8349         to nil, instead of html2text.
8350
8351         * imap.el (imap-debug): Add `imap-ping-server'.
8352
8353         * gnus-bookmark.el: Add FIXMEs.
8354
8355         * message.el (message-form-letter-separator)
8356         (message-send-form-letter-delay): New variables.
8357         (message-send-form-letter): Use them.  New command to send form
8358         letters.  Requested by Uwe Siart.
8359         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8360
8361 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8362
8363         * Update copyright years.
8364
8365 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8366
8367         Sync from EMACS_22_BASE.
8368
8369         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8370
8371 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8372
8373         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8374         empty author.
8375
8376 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8377
8378         * gnus-registry.el (gnus-registry-marks): Add variable for
8379         customization of marks and their appearance.
8380         (gnus-registry-read-mark): Use it.
8381         (gnus-registry-do-marks): Add utility function to loop through
8382         `gnus-registry-marks'.
8383         (gnus-registry-install-shortcuts-and-menus): Add function to install
8384         shortcuts and menus.
8385         (gnus-registry-initialize): Use it.
8386         (gnus-registry-default-mark): Clarify documentation.
8387
8388 2008-02-29  Glenn Morris  <rgm@gnu.org>
8389
8390         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8391         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8392         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8393         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8394         Change defcustom :version from 23.0 to 23.1.
8395
8396 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8397
8398         * gnus-registry.el (gnus-registry-follow-group-p)
8399         (gnus-registry-post-process-groups): Add functions to aid registry
8400         splitting and improve logging.  Clarify behavior in function
8401         documentation.
8402         (gnus-registry-split-fancy-with-parent): Use them.
8403
8404 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8405
8406         * gnus-art.el: Use with-current-buffer.
8407
8408 2008-02-27  David Engster  <dengste@eml.cc>
8409
8410         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8411         Express real group name in the response.
8412
8413 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8416         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8417         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8418         autoload gnus-registry-fetch-group when compiling.
8419         (nnmairix-request-group-with-article-number-correction):
8420         Remove unreferenced argument passed to nnmairix-call-backend.
8421
8422 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8423
8424         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8425         (mm-uu-extract): Improve face for low color ttys.
8426         Reported by Sascha Wilde.
8427
8428 2008-02-27  Glenn Morris  <rgm@gnu.org>
8429
8430         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8431         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8432         variables to defconsts.  Convert comments to doc-strings.
8433         (nnmairix-last-server, nnmairix-current-server): Convert from free
8434         variables to defvars.  Convert comments to doc-strings.
8435         (gnus-registry-fetch-group): Autoload.
8436         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8437         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8438         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8439         caddr.
8440         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8441         nnmairix-request-group-with-article-number-correction call.
8442         (nnmairix-fast, nnmairix-group): New, less general names, for free
8443         variables passed from nnmairix-request-group to
8444         nnmairix-request-group-with-article-number-correction.  Declare.
8445         (nnmairix-request-group-with-article-number-correction):
8446         Use nnmairix-fast, nnmairix-group rather than fast, group.
8447
8448 2008-02-26  David Engster  <dengste@eml.cc>
8449
8450         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8451         version 0.5.
8452
8453 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8454
8455         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8456         instead of making an extra function call.  Don't add the current group
8457         to articles only when they have the group.  Use
8458         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8459         Reported by David <de_bb@arcor.de>.
8460
8461 2008-02-24  Miles Bader  <miles@gnu.org>
8462
8463         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8464         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8465         (mm-find-mime-charset-region):
8466         * mm-bodies.el (mm-encode-body):
8467         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8468
8469 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8472         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8473
8474 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8475
8476         * mail-source.el (mail-source-delete-incoming): Change default.
8477         Supplement doc string.
8478
8479         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8480
8481 2008-02-14  Glenn Morris  <rgm@gnu.org>
8482
8483         * time-date.el (format-seconds): New function.
8484
8485 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * nnmail.el (nnmail-message-id-cache-file): Derive from
8488         `gnus-home-directory'.
8489
8490 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8491
8492         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8493         Document negative prefix.
8494
8495         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8496
8497 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8498
8499         * message.el (message-unsent-separator): Add the Exim bounce
8500         separator.
8501
8502 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8503
8504         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8505         list.
8506         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8507         recipient/signer list.
8508
8509 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * Makefile.in (datarootdir): Define.
8512         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8513         name that might contain whitespace.
8514
8515 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8516
8517         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8518         fbound (Emacs 23 unicode), signal an error.
8519
8520 2008-02-08  Glenn Morris  <rgm@gnu.org>
8521
8522         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8523
8524 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8525
8526         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8527         ports to the calls to `netrc-machine-user-or-password' in addition to
8528         "imap" and "imaps".
8529
8530 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8531
8532         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8533
8534         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8535
8536 2008-02-01  Kenichi Handa  <handa@m17n.org>
8537
8538         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8539         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8540         (rfc2104-hash): Convert the result of concat to unibyte string.
8541
8542 2008-02-01  Dave Love  <fx@gnu.org>
8543
8544         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8545         coding-system-for-read.
8546         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8547
8548 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8549
8550         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8551         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8552         <hanche@math.ntnu.no>.
8553
8554 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8555
8556         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8557
8558         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8559
8560 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8561
8562         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8563         * message.el (message-beginning-of-line): Use featurep instead of bound
8564         tests in order to resolve conditionals at compile time.
8565
8566 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8567
8568         * mail-source.el (mail-sources): Add `group' choice.
8569
8570         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8571         parameter `in-group' to control into which group the articles go.
8572         Add treatment of `group' mail-source.
8573
8574 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8577
8578         * mm-decode.el (mm-dissect-buffer): Decode description.
8579
8580         * mml.el (mml-to-mime): Encode message header first.
8581
8582 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8585         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8586
8587         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8588         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8589
8590 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8591
8592         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8593
8594 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8597         prefix keys.
8598         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8599         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8600         gnus-xmas.el.
8601
8602         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8603         (gnus-xmas-article-describe-bindings): New function.
8604         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8605         gnus-xmas-article-describe-bindings.
8606
8607         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8608
8609 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8610
8611         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8612         Add new variables for article mark management.
8613         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8614         list of extra data entries which, when present, will indicate that the
8615         article ID should not be trimmed from the registry.
8616         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8617         functions.
8618         (gnus-registry-read-mark): New function to read a mark name from the
8619         user.
8620         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8621         (gnus-registry-set-article-mark-internal): New functions to add and
8622         remove marks.
8623         (gnus-registry-get-article-marks): New function to show the marks for
8624         an article, or retrieve them for further use.
8625
8626 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8629         keys when no argument is given.
8630
8631 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8632
8633         * imap.el (imap-ping-server): New variable.
8634         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8635         (imap-ping-server): Minor doc string fixes.
8636
8637 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8638
8639         * imap.el (imap-ping-server): New function.
8640         (imap-opened): Call imap-ping-server.
8641
8642 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8643
8644         * gnus-sum.el (gnus-article-sort-by-random)
8645         (gnus-thread-sort-by-random): Fix doc strings.
8646         Reported by jidanni@jidanni.org.
8647
8648 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * gnus-art.el (gnus-article-describe-bindings): New function.
8651         (gnus-article-read-summary-keys): Use it.
8652         (gnus-article-mode-map): Bind `C-h b' to it.
8653
8654 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8657         XEmacs.
8658         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8659         Protect against non-character events.
8660
8661         * lpath.el: Fbind map-keymap for Emacs 21.
8662
8663 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8664
8665         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8666         New command.
8667         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8668         instead of END.  Change name of the temp file.
8669         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8670         customizable.
8671
8672 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8675         bind `S W' to gnus-article-wide-reply-with-original; set default
8676         binding to gnus-article-read-summary-send-keys.
8677         (gnus-article-read-summary-keys): Fix the order of keys; display
8678         continuation keys correctly in the echo area; describe bindings
8679         correctly when keys end with `C-h'.
8680         (gnus-article-read-summary-send-keys): New function.
8681         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8682         Work for gnus-article-read-summary-send-keys; display continuation keys
8683         correctly in the echo area.
8684         (gnus-article-reply-with-original): Ignore prefix argument.
8685         (gnus-article-wide-reply-with-original): New function.
8686
8687         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8688         Emacs 21.
8689
8690 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8693         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8694
8695 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8696
8697         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8698         (gnus-group-read-ephemeral-gmane-group): New command.
8699
8700 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8701
8702         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8703
8704 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * message.el (message-send-mail-function): Increase custom version.
8707
8708         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8709         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8710
8711 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8712
8713         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8714         for the cases where imap-authenticate is called with a nil buffer
8715         parameter.
8716
8717 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8720         html parts correctly; support forwarded messages.
8721         (gnus-article-browse-html-article): Remove work buffers.
8722
8723         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8724         compiling.
8725         (netrc-bound-and-true-p): New macro.
8726         (netrc-parse): Use it instead of bound-and-true-p that is not available
8727         in XEmacs 21.4.
8728
8729 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8730
8731         * gnus-registry.el (gnus-registry-mark-article)
8732         (gnus-registry-article-marks): Add functionality to mark articles
8733         through the Gnus registry.
8734
8735         * encrypt.el: Clarify documentation for the new pgg method.
8736         (encrypt-file-alist): Add PGG option.
8737         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8738         functionality.  Abstract password key and messaging to external
8739         functions.
8740         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8741         (encrypt-message-method-and-cipher): Add new convenience external
8742         functions.
8743         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8744         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8745
8746         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8747         (netrc-parse): Use encrypt-file-alist to determine if
8748         encrypt-find-model or encrypt-insert-file-contents should be used.
8749
8750         * encrypt.el: Clarify documentation.  Load password-cache or
8751         password, whichever one is found first, instead of autoloading.
8752
8753 2007-12-19  Glenn Morris  <rgm@gnu.org>
8754
8755         * mml.el (message-options-set, message-narrow-to-head)
8756         (message-in-body-p, message-mail-p, message-encode-message-body):
8757         Autoload.
8758         (message-remove-header, message-narrow-to-headers-or-head)
8759         (message-subscribed-p, message-make-mail-followup-to)
8760         (message-position-on-field, message-news-p)
8761         (message-options-set-recipient, message-generate-headers)
8762         (message-sort-headers): Declare as functions.
8763
8764 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8765
8766         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8767         convention in doc string.
8768
8769 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8772         title to html parts.
8773         (gnus-article-browse-html-article): Pass message header to it.
8774
8775         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8776
8777 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8778
8779         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8780         or password compatible with XEmacs.
8781
8782 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8783
8784         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8785         format document.
8786         (gnus-mime-delete-part): Don't write description line if empty.
8787         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8788
8789 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8790
8791         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8792         (gnus-summary-mark-read-and-unread-as-read)
8793         (gnus-summary-mark-current-read-and-unread-as-read)
8794         (gnus-summary-mark-unread-as-ticked): Doc fix.
8795         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8796
8797 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8798
8799         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8800         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8801
8802 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8803
8804         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8805         yes-or-no-p.
8806
8807 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8808
8809         * mm-decode.el (mm-add-meta-html-tag): New function.
8810         (mm-save-part-to-file, mm-pipe-part): Use it.
8811
8812         * gnus-art.el (gnus-article-browse-delete-temp-files):
8813         Use gnus-y-or-n-p instead of y-or-n-p.
8814         (gnus-article-browse-html-parts): Work with message/external-body; use
8815         mm-add-meta-html-tag.
8816
8817 2007-12-11  Glenn Morris  <rgm@gnu.org>
8818
8819         * gnus-cache.el: Require gnus-sum not just when compiling.
8820
8821         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8822
8823         * gnus-int.el (gnus-server-opened, gnus-status-message):
8824         Move definitions before use.
8825
8826         * mm-decode.el: Require gnus-util.
8827         (mm-remove-part): Only call delete-annotation on XEmacs.
8828
8829         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8830
8831         * nnmail.el: Require gnus-int.
8832
8833         * spam.el: Move `require's before `eval-when-compile's.
8834
8835         * gnus-ems.el (gnus-alive-p):
8836         * gnus-fun.el (message-goto-eoh):
8837         * gnus-util.el (gnus-group-name-decode):
8838         * mail-source.el (gnus-compress-sequence):
8839         * message.el (Info-goto-node, format-spec):
8840         * mm-bodies.el (message-options-get):
8841         * mm-decode.el (mm-view-pkcs7):
8842         * mm-util.el (gmm-write-region):
8843         * mml-smime.el (mml-compute-boundary)
8844         (gnus-completing-read-with-default):
8845         * mml.el (widget-button-press, gnus-make-hashtable):
8846         * mml1991.el (mm-decode-content-transfer-encoding)
8847         (mm-encode-content-transfer-encoding)
8848         (message-options-get, message-options-set):
8849         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8850         * nnfolder.el (gnus-request-group):
8851         * nnheader.el (ietf-drums-unfold-fws):
8852         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8853         * smime.el (gnus-run-mode-hooks):
8854         * spam-stat.el (gnus-message): Autoload.
8855
8856         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8857         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8858         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8859         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8860         Add declare-function compatibility definition.
8861
8862         * gnus-cache.el (nnvirtual-find-group-art):
8863         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8864         (gnus-add-image, gnus-add-wash-type):
8865         * gnus-group.el (nnkiboze-score-file):
8866         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8867         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8868         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8869         (message-tokenize-header, gnus-get-buffer-create)
8870         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8871         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8872         * gnus.el (gnus-group-decoded-name):
8873         * mail-source.el (imap-capability):
8874         * mm-bodies.el (message-options-set):
8875         * mm-decode.el (gnus-configure-windows):
8876         * mm-extern.el (message-goto-body):
8877         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8878         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8879         (epg-sub-key-validity, message-options-set):
8880         * mml.el (widget-event-point, gnus-configure-windows):
8881         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8882         * mml2015.el (epg-check-configuration, epg-configuration)
8883         (message-options-set):
8884         * nndb.el (nndb-request-article):
8885         * nnfolder.el (gnus-request-create-group):
8886         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8887         * nnmaildir.el (gnus-group-mark-article-read):
8888         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8889         * rfc1843.el (message-fetch-field):
8890         * spam.el (gnus-extract-address-components):
8891         Declare as functions.
8892
8893 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8896
8897         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8898
8899         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8900         bind show-trailing-whitespace for XEmacs.
8901
8902 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8905         new no-op macro for backward compatibility.
8906
8907         * imap.el (imap-string-to-integer): New function.
8908
8909 2007-12-09  Glenn Morris  <rgm@gnu.org>
8910
8911         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8912
8913         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8914         * message.el, mm-view.el, sieve-manage.el, smime.el:
8915         Add declare-function compatibility definition.
8916
8917         * gnus-art.el (w3-region, w3m-region, Info-menu):
8918         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8919         * gnus-sum.el (gnus-get-predicate):
8920         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8921         * message.el (mail-abbrev-in-expansion-header-p):
8922         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8923         (w3m-detect-meta-charset, w3m-region):
8924         * sieve-manage.el (password-read, password-cache-add)
8925         (password-cache-remove):
8926         * smime.el (password-read-and-add): Declare as functions.
8927
8928 2007-12-08  David Kastrup  <dak@gnu.org>
8929
8930         * gnus-sum.el (gnus-summary-simplify-subject-query):
8931         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8932         `message'.
8933
8934 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8937         it to bind idna-program, installation-directory, defined-colors, and
8938         face-attribute for XEmacs of the version that compiles defcustom forms.
8939
8940 2007-12-07  Glenn Morris  <rgm@gnu.org>
8941
8942         * gnus-art.el (article-make-date-line): Revert previous change.
8943
8944 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8945
8946         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8947
8948 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8949
8950         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8951         Call gnus-add-to-range ranges only once with a prepared article-list.
8952
8953 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8954
8955         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8956         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8957         group names with backslashes.
8958         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8959
8960 2007-12-06  Deepak Goel  <deego3@gmail.com>
8961
8962         * gnus-art.el (article-make-date-line):
8963         * gnus-start.el (gnus-load):
8964         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8965
8966 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-art.el (gnus-use-idna)
8969         * gnus-start.el (gnus-site-init-file)
8970         * message.el (message-use-idna)
8971         * mm-uu.el (mm-uu-hide-markers)
8972         * smiley.el (smiley-style): Revert changes that suppress warnings.
8973
8974 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8975
8976         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8977         specify charset to html source.
8978         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8979
8980 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8981
8982         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8983         idna-program in order to suppress byte compile warning issued by XEmacs
8984         that came to byte compile the default value section of defcustom forms
8985         recently.
8986
8987         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8988         value of installation-directory.
8989
8990         * message.el (message-use-idna): Don't directly refer to the value of
8991         idna-program.
8992
8993         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8994
8995         * smiley.el (smiley-style): Don't directly call face-attribute.
8996
8997 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9000
9001         * gnus-dired.el: Reduce Gnus dependencies.
9002         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9003         Don't require.  Use autoloads instead.
9004         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9005         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9006         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9007         (gnus-dired-mode): Adjust doc string.
9008         (gnus-dired-mail-mode): New variable.
9009         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9010         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9011         (gnus-dired-mail-buffers): New function.  Return mail or message
9012         composition buffers.
9013         (gnus-dired-attach): Use it.
9014         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9015         NO-DECODE.
9016         (gnus-dired-print): Use `gnus-print-buffer' depending on
9017         `gnus-dired-mail-mode'.
9018
9019 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * rfc2047.el (rfc2047-encoded-word-regexp)
9022         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9023         explaining what regexp patterns are for.
9024
9025 2007-12-04  Glenn Morris  <rgm@gnu.org>
9026
9027         * password.el: Move to password-cache.el.
9028
9029         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9030         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9031         * mml-smime.el (password-read, password-cache-add)
9032         (password-cache-remove):
9033         No need to autoload, since mml-sec requires password.
9034
9035         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9036         * message.el (gnus-extract-address-components):
9037         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9038
9039         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9040         password.
9041
9042 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9043
9044         * mailcap.el: Reduce dependencies.
9045         (mail-header-parse-content-type): Autoload.
9046         (mailcap-delete-duplicates): New alias.
9047         (mailcap-mime-info): Add optional argument NO-DECODE.
9048         (mailcap-mime-types): Use mailcap-delete-duplicates.
9049
9050         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9051
9052 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9053
9054         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9055         (imap-parse-status): Upcase status-att for servers that sends them
9056         lower-case (e.g., MS Exchange 2007).
9057
9058 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9059
9060         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9061         function.
9062
9063         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9064         (gnus-uu-yenc-article): New function.
9065
9066         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9067
9068         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9069
9070 2007-12-02  Glenn Morris  <rgm@gnu.org>
9071
9072         * binhex.el (binhex): New custom group.
9073         (binhex-decoder-program, binhex-decoder-switches)
9074         (binhex-use-external): Move to the binhex custom group.
9075
9076         * uudecode.el (uudecode): New custom group.
9077         (uudecode-decoder-program, uudecode-decoder-switches)
9078         (uudecode-use-external): Move to the uudecode custom group.
9079
9080         * netrc.el (top-level): Don't load `encrypt' features.
9081         (netrc-parse): Don't use encrypt.
9082         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9083
9084         * encrypt.el: Remove file.
9085
9086 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9087
9088         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9089         matches on patches.
9090
9091         * gnus-art.el (gnus-article-browse-html-article):
9092         Mention `mm-text-html-renderer' in the doc string.
9093
9094         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9095         string.  Add comments.
9096
9097         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9098         if rhs is ASCII.
9099
9100 2007-12-01  Glenn Morris  <rgm@gnu.org>
9101
9102         * mail-source.el (top-level): Require format-spec before
9103         eval-when-compile.
9104
9105 2007-11-30  Glenn Morris  <rgm@gnu.org>
9106
9107         * encrypt.el: Require password, rather than autoloading password-read.
9108
9109 2007-11-29  Glenn Morris  <rgm@gnu.org>
9110
9111         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9112         (sasl-make-client, sasl-next-step, sasl-step-data)
9113         (sasl-step-set-data): Declare as functions.
9114
9115 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9118
9119 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9120
9121         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9122         certs should be verified and what is to be done in the event of a
9123         verification failure.
9124
9125         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9126         caller can indicate whether the cache should be disregarded for this
9127         call.  This way the result of the call is reproducible at all times and
9128         can be considered a canonical server name for the supplied method.
9129         (gnus-agent-method-p): Canonicalize server names by pushing their
9130         method through `gnus-method-to-server' using the no-cache argument.
9131
9132         * gnus-srvr.el (gnus-server-insert-server-line):
9133         Call `gnus-method-to-server' with `no-cache' argument.
9134
9135         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9136         gnus-agent-possibly-synchronize-flags as this should be called when the
9137         server is actually being opened.
9138         (gnus-agent-possibly-synchronize-flags)
9139         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9140         flags file of an agentized server to the latter function.
9141
9142         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9143         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9144         after a connection has been established successfully.
9145
9146 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9147
9148         * gnus-art.el (article-display-face): Force to display face if called
9149         interactively; check if gnus-article-x-face-too-ugly matches author.
9150         (article-display-x-face): Display face even if From header is missing
9151         as article-display-face does.
9152
9153 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9154
9155         * hashcash.el (message-narrow-to-headers-or-head)
9156         (message-fetch-field, message-goto-eoh)
9157         (message-narrow-to-headers): Declare as functions.
9158
9159 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9160
9161         * mail-source.el (mail-sources): Default to fetch from file for
9162         compatibility with default of nnmail-spool-file.
9163
9164 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9167         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9168         to look for encoded word that should be encoded again.
9169         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9170         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9171         encoding pattern.
9172         (rfc2047-decode-region): Switch strict regexp and loose one according
9173         to rfc2047-allow-irregular-q-encoded-words.
9174
9175 2007-11-25  Romain Francoise  <romain@orebokech.com>
9176
9177         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9178
9179 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9180
9181         * tls.el (tls-program): Provide more custom choices from
9182         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9183         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9184
9185 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9186
9187         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9188         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9189
9190         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9191         `nnmail-spool-file'.
9192
9193         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9194         `nnmail-spool-file'.
9195
9196         * gnus-move.el (gnus-change-server): Ditto.
9197
9198         * gnus-kill.el (gnus-batch-score): Ditto.
9199
9200         * gnus-cache.el (gnus-jog-cache): Ditto.
9201
9202         * gnus-msg.el (gnus-summary-reply):
9203         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9204
9205 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9208         version.  Minor improvement to doc strings.
9209         (tls-program): Add comment.
9210
9211 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9212
9213         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9214         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9215         mismatch between the hostname provided in the certificate and the name
9216         of the host connnecting to.
9217         (open-tls-stream): Use them.  Check certificates against trusted root
9218         certificates.
9219
9220 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * gnus-cache.el (gnus-cache-generate-nov-databases):
9223         Use nnml-generate-nov-databases-directory instead of
9224         nnml-generate-nov-databases-1.
9225
9226 2007-11-24  Glenn Morris  <rgm@gnu.org>
9227
9228         * message.el (message-tool-bar-retro): Update for rename
9229         mail_send.xpm->mail-send.xpm.
9230
9231 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9234         `smime-ldap-search' for Emacs 22 and up.
9235
9236 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9237
9238         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9239
9240         * message.el (message-send-mail-function): Fix error convention.
9241         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9242         (message-widen-reply, message-send-mail, message-talkative-question)
9243         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9244         (message-clone-locals, message-send-news): Use with-current-buffer.
9245         (message-insert-or-toggle-importance): Remove unused var `valid'.
9246         (message-make-references): Remove unused var `new-references'.
9247         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9248
9249 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9250
9251         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9252         (spam-split-symbolic-return-positive): Reflow docstring.
9253         (spam-backends, spam-summary-exit-behavior)
9254         (spam-mark-ham-unread-before-move-from-spam-group)
9255         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9256         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9257         (spam-clear-cache, spam-backend-check, spam-install-backend)
9258         (spam-install-statistical-backend, spam-list-of-processors)
9259         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9260         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9261         (spam-check-crm114, spam-initialize, spam-unload-hook):
9262         Fix typos in docstrings.
9263
9264 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9267         been checked if they have never been read and those group levels are
9268         higher than the one that a user specified.
9269
9270 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9271
9272         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9273         foreign groups unless a group level is specified by a user.
9274         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9275
9276 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * message.el (message-send-mail-function): Require sendmail.
9279
9280 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9281
9282         * message.el (message-send-mail-function): Check for smtpmail too.
9283
9284         * utf7.el (utf7-encode, utf7-decode): Use coding system
9285         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9286
9287         * message.el (message-send-mail-function): New function.
9288         (message-send-mail-function): Set default using
9289         message-send-mail-function.  Adjust doc string.
9290         (message-send-mail-with-mailclient): New function.
9291
9292 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9293
9294         * smime.el (from):
9295         * rfc2047.el (message-posting-charset):
9296         * qp.el (mm-use-ultra-safe-encoding):
9297         * pop3.el (parse-time-months):
9298         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9299         * nnml.el (files):
9300         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9301         (jka-compr-compression-info-list, ange-ftp-path-format)
9302         (efs-path-regexp):
9303         * nndiary.el (files):
9304         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9305         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9306         (epg-digest-algorithm-alist, inhibit-redisplay)
9307         (password-cache-expiry):
9308         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9309         (pgg-output-buffer, password-cache-expiry):
9310         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9311         (efs-path-regexp):
9312         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9313         (inhibit-redisplay):
9314         * mm-uu.el (file-name, start-point, end-point, entry)
9315         (gnus-newsgroup-name, gnus-newsgroup-charset):
9316         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9317         (latin-unity-ucs-list):
9318         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9319         (mm-uu-binhex-decode-function):
9320         * message.el (gnus-message-group-art, gnus-list-identifiers)
9321         (rmail-enable-mime-composing, gnus-local-organization)
9322         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9323         (gnus-read-active-file, facemenu-add-face-function)
9324         (facemenu-remove-face-function, gnus-article-decoded-p)
9325         (tool-bar-mode):
9326         * mail-source.el (display-time-mail-function):
9327         * gnus-util.el (nnmail-pathname-coding-system)
9328         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9329         (gnus-original-article-buffer, gnus-user-agent)
9330         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9331         (xemacs-codename, sxemacs-codename, emacs-program-version):
9332         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9333         * gnus-start.el (gnus-agent-covered-methods)
9334         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9335         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9336         (gnus-newsgroup-headers, gnus-group-list-mode)
9337         (gnus-group-mark-positions, gnus-newsgroup-data)
9338         (gnus-newsgroup-unreads, nnoo-state-alist)
9339         (gnus-current-select-method, mail-sources)
9340         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9341         (nnmail-spool-file, gnus-cache-active-hashtb):
9342         * gnus-mh.el (mh-lib-progs):
9343         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9344         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9345         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9346         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9347         (gnus-group-buffer):
9348         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9349         (font-lock-set-defaults):
9350         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9351         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9352         (gnus-summary-post-menu, total-parts, type, condition, length):
9353         * gnus-agent.el (gnus-agent-read-agentview):
9354         * flow-fill.el (show-trailing-whitespace):
9355         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9356         eval-and-compile wrappers for byte compiler pacifiers.
9357
9358         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9359         (mm-display-inline-fontify): Check for featurep 'xemacs not
9360         extent-list.
9361
9362         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9363         itimer-list.
9364         (mm-create-image-xemacs): Only do something for XEmacs.
9365         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9366
9367         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9368
9369         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9370         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9371
9372 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9373
9374         * nnimap.el (nnimap-split-download-body):
9375         * gnus-demon.el (gnus-demon):
9376         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9377
9378 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9381         New macros.
9382         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9383         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9384         copy data from unibyte buffer to multibyte current buffer.
9385         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9386         to copy data from unibyte current buffer to multibyte buffer.
9387         (nntp-make-process-buffer): Make process buffer unibyte.
9388
9389         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9390
9391 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9392
9393         * pop3.el (pop3-open-server): Accept and process data more robustly at
9394         connexion start to avoid spurious "POP SSL connexion failed" errors.
9395
9396 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9397
9398         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9399         read group names.
9400
9401 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9402
9403         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9404
9405 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9408         (nnmail-save-active): Use a unibyte buffer when saving active file,
9409         which may contain non-ASCII group names.
9410
9411         * nnml.el (nnml-request-group): Decode group names in messages.
9412
9413 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9414
9415         * message.el (message-citation-line-function)
9416         (message-insert-formatted-citation-line): Fix spelling of
9417         `message-insert-formated-citation-line'.
9418
9419 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9420
9421         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9422
9423 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9426         nnmail-pathname-coding-system.
9427
9428         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9429         that a user enters; decode group names in messages.
9430
9431         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9432
9433 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9434
9435         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9436
9437         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9438
9439         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9440         risky local variable.
9441
9442         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9443
9444 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9445
9446         * encrypt.el: Improve documentation to fix function name typo.
9447         Reported by Daiki Ueno <ueno@unixuser.org>.
9448
9449 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9452         even if the point is not in the last page of an article.
9453         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9454         back to the previous page.
9455
9456 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9457
9458         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9459
9460 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9463
9464 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9465
9466         * message.el (message-check-news-body-syntax):
9467         Avoid mm-string-as-multibyte.
9468         (message-hide-headers): Don't assume (point-min)==1.
9469
9470 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9471
9472         * message.el (message-remove-blank-cited-lines): Fix if remove is
9473         given.
9474         (message-bogus-address-regexp): New variable.
9475         (message-bogus-recipient-p): New function.
9476         (message-check-recipients): New command.
9477         (message-syntax-checks): Add `bogus-recipient'.
9478         (message-fix-before-sending): Add `bogus-recipient'.
9479
9480         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9481         (gnus-treat-body-boundary): Don't test window-system.
9482
9483 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9484
9485         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9486
9487 2007-10-28  Miles Bader  <miles@gnu.org>
9488
9489         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9490         at compile-time too.
9491
9492 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9493
9494         * gnus-msg.el (gnus-message-setup-hook):
9495         Add `message-remove-blank-cited-lines' to options.
9496
9497 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9498
9499         * message.el (message-remove-blank-cited-lines): New function.
9500         Suggested by Karl Plästerer.
9501
9502 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9505         mapc.
9506
9507         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9508         (top-level): Use mapc to set functions to be traced for debugging.
9509
9510         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9511         called for effect with while loop.
9512
9513         * message.el (message-talkative-question): Replace mapcar called for
9514         effect with mapc.
9515
9516         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9517         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9518         called for effect with dolist.
9519
9520         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9521
9522         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9523         gnus-extra-headers and nnmail-extra-headers.
9524
9525         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9526         called for effect with dolist.
9527         (top-level): Use mapc to set functions to be traced for debugging.
9528
9529         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9530         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9531         dolist.
9532
9533         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9534         Replace mapcar called for effect with mapc.
9535         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9536         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9537         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9538         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9539
9540         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9541         remove-if that's a cl function.
9542
9543         * webmail.el (webmail-debug): Replace mapcar called for effect with
9544         dolist.
9545
9546         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9547         with mapc.
9548
9549 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9550
9551         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9552         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9553         with while loop.
9554
9555         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9556         functions from article-* functions.
9557         (gnus-multi-decode-header): Replace mapcar called for effect with
9558         dolist.
9559
9560         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9561         (gnus-bookmark-show-details): Replace mapcar called for effect with
9562         while loop.
9563
9564         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9565         called for effect with while loop.
9566
9567         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9568         with dolist.
9569
9570         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9571         Replace mapcar called for effect with dolist.
9572
9573         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9574
9575         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9576         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9577         Replace mapcar called for effect with dolist.
9578         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9579         mapc.
9580
9581         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9582         Replace mapcar called for effect with dolist.
9583         (gnus-topic-list): Replace mapcar called for effect with mapc.
9584
9585         * gnus.el: Use mapc instead of mapcar to add autoloads.
9586
9587 2007-10-23  Richard Stallman  <rms@gnu.org>
9588
9589         * gnus-group.el (gnus-group-highlight): Mark as risky.
9590
9591 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * gnus.el (gnus-server-to-method): Return method found first in
9594         gnus-newsrc-alist.
9595
9596         * gnus-art.el (gnus-article-highlight-signature)
9597         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9598         button overlay without the front stickiness.
9599
9600 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9601
9602         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9603         overview buffer needed a catch to receive its throw.
9604         (gnus-agent-flush-cache): Declare as interactive to make this function
9605         easier to use.
9606
9607 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9608
9609         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9610         `next-line'.
9611
9612 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9615         exclude address matching message-dont-reply-to-names.
9616
9617 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9618
9619         * gnus-util.el (gnus-string<): New function.
9620
9621         * gnus-sum.el (gnus-article-sort-by-author)
9622         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9623
9624 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9627         the frame-focus tag is set in gnus-buffer-configuration.
9628
9629 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9632         the front stickiness.
9633
9634 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9637         url pattern; remove duplicate one.
9638         (gnus-article-extend-url-button): New function.
9639         (gnus-article-add-buttons): Use it.
9640         (gnus-button-push): Use concatenated url that it makes.
9641
9642 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9643
9644         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9645
9646 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9647
9648         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9649         Don't hardcode point-min==1.
9650
9651 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9652
9653         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9654         Fix comment about "iso8859-1".
9655
9656 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9657
9658         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9659         ones returned from the verify-function.
9660
9661         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9662         Call mml2015-extract-cleartext-signature if extraction failed.
9663
9664 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9665
9666         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9667         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9668         failed.
9669
9670 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9671
9672         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9673
9674 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9677         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9678         recommends to use EasyPG instead of PGG.
9679
9680         * pgg.el: Revert to revision 6.23.2.16.
9681
9682         * pgg-def.el: Revert to revision 6.6.2.14.
9683
9684         * pgg-gpg.el: Revert to revision 6.23.2.34.
9685
9686 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9687
9688         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9689         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9690         thread for both the null and zero (kill/expire thread) universal prefix
9691         cases.
9692         (gnus-summary-expire-thread): Add new function to expire a thread,
9693         using gnus-summary-kill-thread.
9694         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9695         shortcuts for gnus-summary-expire-thread.
9696         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9697         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9698
9699 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9700
9701         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9702         extras value, so an extras entry can be deleted.
9703         (gnus-registry-delete-extra-entry): Use it.
9704         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9705         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9706         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9707         storage through the gnus-registry, and provide an appropriate API for
9708         it.
9709
9710 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9713         Suggested by Leo <sdl.web@gmail.com>.
9714
9715         * gnus.el: Do.
9716
9717 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9720         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9721
9722         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9723
9724         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9725         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9726
9727 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9728
9729         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9730         newline.
9731         (nnmbox-request-accept-article): Don't change article in source buffer;
9732         narrow to header to use message-fetch-field rather than
9733         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9734         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9735         as delimiters; make sure article ends with newline.
9736         (nnmbox-delete-mail): Correct last position of article to be deleted;
9737         ignore X-Gnus-Newsgroup header in article body.
9738         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9739         positions; make sure article ends with newline.
9740
9741         * message.el (message-display-abbrev): Don't infloop when a user
9742         inserts SPC in the beginning of header.
9743
9744         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9745         coding-system-for-read and coding-system-for-write for XEmacs having no
9746         file-coding feature.
9747
9748         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9749
9750 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9751
9752         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9753         list of groups not followed by default.  Fix type to be regexp.
9754         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9755
9756 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9757
9758         * hmac-def.el (define-hmac-function): Switch from old-style to
9759         new-style backquotes.
9760
9761         * md4.el (md4-make-step): Likewise.
9762
9763 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9766         raw-text coding system when saving .newsrc file, which may contain
9767         non-ASCII group names.
9768
9769 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * gnus-cus.el (gnus-score-extra): New widget.
9772         (gnus-score-extra-convert): New function.
9773         (gnus-score-customize): Use it for Extra.
9774
9775 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9776
9777         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9778         (mml2015-mailcrypt-clear-verify): Use it.
9779         (mml2015-gpg-clear-verify): Use it.
9780         (mml2015-pgg-clear-verify): Use it.
9781         (mml2015-epg-clear-verify): Replace the current part with the output
9782         from GnuPG; don't extract the plaintext by itself.
9783
9784         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9785         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9786         mml2015-clear-verify-function; don't touch the armor headers or
9787         dash-escaped text here.
9788
9789 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9792         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9793         parts, or application/octet-stream as a last resort.
9794         (gnus-mime-view-part-as-type): Don't toggle display.
9795         (gnus-mime-view-part-as-charset): Don't turn off display before
9796         querying charset.
9797
9798         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9799         stuff to undisplayer function in Emacs.
9800         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9801
9802         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9803         text/calendar parts.
9804
9805 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9808         decoding text/calendar parts.
9809
9810         * message.el (message-forward-make-body-mime): Always mark body as
9811         having no illegible text; remove signed-or-encrypted argument.
9812         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9813
9814         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9815         (mml-generate-mime-1): Don't encode body if it is specified to be in
9816         raw form; don't make buffer be unibyte when inserting multibyte string.
9817
9818 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9819
9820         * sha1.el: Fix up comment style.
9821         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9822         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9823
9824         * hex-util.el: Fix up comment style.
9825         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9826
9827         * gnus-salt.el: Use with-current-buffer.
9828         (gnus-pick-setup-message): Fix long-standing typo.
9829
9830 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * imap.el (imap-logout-timeout): New variable.
9833         (imap-logout, imap-logout-wait): New functions.
9834         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9835
9836         * nnimap.el (nnimap-logout-timeout): New server variable.
9837         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9838         nnimap-logout-timeout.
9839
9840         * gnus-art.el (gnus-article-summary-command-nosave)
9841         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9842
9843 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * gnus.el (gnus-maximum-newsgroup): New variable.
9846
9847         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9848         according to gnus-maximum-newsgroup.
9849
9850         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9851         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9852         Limit the range of articles according to gnus-maximum-newsgroup.
9853
9854 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9855
9856         * gnus-art.el (gnus-sticky-article): Fix problems described in
9857         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9858         Don't perform gnus-configure-windows here; reuse existing sticky
9859         article buffer.
9860
9861         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9862         it doesn't exist in gnus-article-mode.
9863
9864 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9865
9866         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9867         (gnus-agent-decoded-group-name): New function.
9868         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9869         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9870
9871 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9872
9873         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9874         Add binding for gnus-sticky-article.
9875         (gnus-summary-exit): Don't kill sticky article buffers.
9876
9877         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9878         article buffer.
9879         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9880         (gnus-kill-sticky-article-buffers): New commands.
9881
9882 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * nntp.el (nntp-xref-number-is-evil): New server variable.
9885         (nntp-find-group-and-number): If it is non-nil, don't trust article
9886         numbers in the Xref header.
9887
9888 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus-agent.el (gnus-agent-read-group): New function.
9891         (gnus-agent-flush-group, gnus-agent-expire-group)
9892         (gnus-agent-regenerate-group): Use it.
9893         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9894         nnmail-pathname-coding-system.
9895
9896 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9899
9900         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9901         that are unread as unread, and also as selected so that information of
9902         marks having been changed by a user may be updated when exiting group.
9903
9904 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9905
9906         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9907
9908 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9911         calculated ignoring signature parts to gnus-treat-article.
9912
9913 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9916         a point here in order to keep the window start.
9917         (gnus-insert-mime-security-button): Make a button overlay without the
9918         front stickiness.
9919         (gnus-mime-display-security): Goto the end of a button.
9920
9921         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9922
9923 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9924
9925         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9926         group-name-at-point.
9927         (gnus-group-completing-read): New function that offers decoded
9928         non-ASCII group names for completion.
9929         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9930         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9931         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9932         (gnus-group-fetch-control): Use it.
9933         (gnus-fetch-group): Use group-name-at-point for the initial value
9934         rather than the default value; use gnus-alive-p.
9935
9936         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9937         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9938         (gnus-summary-post-news): Use gnus-group-completing-read.
9939
9940         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9941         (gnus-read-move-group-name): Decode group name for completion.
9942
9943 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9944
9945         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9946         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9947         Yamaoka slightly modified the code).
9948
9949 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9950
9951         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9952         (nnmail-split-incoming): Bind it.
9953
9954         * nnml.el (nnml-group-name-charset): New function.
9955         (nnml-decoded-group-name): Use it; don't decode group name if
9956         nnmail-group-names-not-encoded-p is non-nil.
9957         (nnml-encoded-group-name): New function.
9958         (nnml-group-pathname): Inline nnml-decoded-group-name.
9959         (nnml-request-expire-articles): Decode group name in message.
9960         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9961         nnmail-pathname-coding-system.
9962         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9963         not decoded ones according to nnmail-group-names-not-encoded-p.
9964         (nnml-generate-active-info): Use nnml-encoded-group-name.
9965
9966 2007-08-08  Glenn Morris  <rgm@gnu.org>
9967
9968         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9969         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9970         doc-strings and comments.
9971
9972 2007-07-25  Glenn Morris  <rgm@gnu.org>
9973
9974         * Relicense all FSF files to GPLv3 or later.
9975
9976 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * gnus-sum.el (gnus-summary-move-article):
9979         Make gnus-summary-respool-article work.
9980
9981 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9982
9983         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9984         string.
9985
9986 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9987
9988         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9989         that should be ignored when comparing distant RSS articles with local
9990         ones.
9991         (nnrss-make-hash-index): New function.  Create a hash index according
9992         to the ignored fields.
9993         (nnrss-check-group): Use it.
9994
9995 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9998
9999         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10000
10001         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10002         the new optional argument ENCODED is non-nil.
10003         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10004         coding system for encoding group name.
10005         (gnus-group-make-rss-group): Pass un-encoded group name to
10006         gnus-group-make-group.
10007         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10008         encoded.
10009
10010         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10011         Encode group name to which articles are moved or copied.
10012         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10013         coding system for encoding Newsgroup, Followup-To and Xref headers.
10014
10015         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10016         marks; use nnheader-file-coding-system to write a file.
10017         (nnagent-retrieve-headers): Bind file-name-coding-system to
10018         nnmail-pathname-coding-system.
10019
10020         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10021
10022         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10023         (nnml-request-article, nnml-request-create-group)
10024         (nnml-request-rename-group, nnml-find-id)
10025         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10026         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10027         (nnml-save-marks): Use nnml-group-pathname instead of
10028         nnmail-group-pathname.
10029
10030         (nnml-request-create-group, nnml-request-expire-articles)
10031         (nnml-request-move-article, nnml-request-delete-group)
10032         (nnml-deletable-article-p, nnml-possibly-create-directory)
10033         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10034         (nnml-open-marks): Bind file-name-coding-system to
10035         nnmail-pathname-coding-system.
10036
10037         (nnml-request-article): Pass server argument to nnml-find-group-number.
10038         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10039         Pass server argument to nnml-possibly-create-directory.
10040         (nnml-request-accept-article): Pass server argument to
10041         nnml-active-number and nnml-save-mail.
10042         (nnml-find-group-number): Pass server argument to nnml-find-id.
10043         (nnml-request-update-info): Pass server argument to
10044         nnml-marks-changed-p.
10045
10046         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10047         (nnml-save-mail, nnml-active-number): Add server argument.
10048
10049         (nnml-request-delete-group): Warn if group is missing.
10050         (nnml-get-nov-buffer): Decode group name.
10051         (nnml-generate-active-info): Encode group name.
10052         (nnml-open-marks): Decode group name in messages.
10053
10054 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10057         if it is not specified.
10058         (gnus-article-pipe-part, gnus-article-save-part)
10059         (gnus-article-interactively-view-part, gnus-article-copy-part)
10060         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10061         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10062         (gnus-article-replace-part, gnus-article-delete-part)
10063         (gnus-article-view-part-as-type): Pass raw prefix argument to
10064         gnus-article-part-wrapper.
10065
10066 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * gnus-agent.el (gnus-agent-save-active):
10069         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10070
10071         * gnus-cache.el (gnus-cache-save-buffers)
10072         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10073         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10074         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10075         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10076         (gnus-cache-generate-active, gnus-cache-rename-group)
10077         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10078         (gnus-cache-update-overview-total-fetched-for):
10079         Bind file-name-coding-system to nnmail-pathname-coding-system.
10080         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10081         New variables.
10082         (gnus-cache-decoded-group-name): New function.
10083         (gnus-cache-file-name): Use it.
10084         (gnus-cache-generate-active): Use non-decoded group name for active.
10085
10086         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10087         right place.
10088         (gnus-write-active-file): Don't break non-ASCII group names.
10089
10090         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10091         nnmail-pathname-coding-system.
10092
10093         * lpath.el: Bind default-file-name-coding-system,
10094         file-name-coding-system and language-info-alist for XEmacs.
10095
10096         * gnus-uu.el (gnus-uu-decode-save): Typo.
10097
10098 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10101
10102 2007-07-14  David Kastrup  <dak@gnu.org>
10103
10104         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10105         finishing actions if we did not edit the article.
10106
10107 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10110         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10111         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10112         (gnus-agent-flush-group, gnus-agent-flush-cache)
10113         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10114         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10115         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10116         (gnus-agent-regenerate-group)
10117         (gnus-agent-update-files-total-fetched-for)
10118         (gnus-agent-update-view-total-fetched-for):
10119         Bind file-name-coding-system to nnmail-pathname-coding-system.
10120         (gnus-agent-group-pathname): Don't encode file names by
10121         nnmail-pathname-coding-system.
10122         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10123         coding-system-for-write instead of buffer-file-coding-system to
10124         gnus-agent-file-coding-system.
10125
10126         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10127         Decode group name.
10128
10129         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10130
10131         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10132         (gnus-read-newsrc-el-file): Make group names unibyte.
10133
10134         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10135         nnmail-pathname-coding-system.
10136
10137         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10138         (nnrss-request-delete-group): Bind file-name-coding-system to
10139         nnmail-pathname-coding-system.
10140         (nnrss-read-server-data, nnrss-read-group-data):
10141         Bind file-name-coding-system correctly.
10142         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10143
10144         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10145         (nntp-server-to-method-cache): New variable.
10146         (nntp-group-pathname): New function that decodes non-ASCII group names.
10147         (nntp-possibly-create-directory, nntp-marks-changed-p)
10148         (nntp-save-marks, nntp-open-marks): Use it.
10149         (nntp-possibly-create-directory, nntp-open-marks):
10150         Bind file-name-coding-system to nnmail-pathname-coding-system.
10151         (nntp-open-marks): Decode group names when bootstrapping marks.
10152
10153         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10154         Newsgroups and Folowup-To headers.
10155
10156 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10159         (gnus-server-closed-face, gnus-server-denied-face)
10160         (gnus-server-offline-face): Remove variable.
10161         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10162
10163         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10164         of modifying message-stack directly for XEmacs.
10165
10166         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10167         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10168         if the coding-system argument is nil for XEmacs.
10169
10170         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10171         mm-charset-override-alist.
10172
10173         * rfc2047.el: Don't require base64; require rfc2045 for the function
10174         rfc2045-encode-string.
10175         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10176         to quote the parameter value.
10177
10178 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10179
10180         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10181         form in gnus-group-name-charset-method-alist.
10182
10183         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10184         overrides the default layout edit-form.
10185
10186         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10187
10188         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10189
10190 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10193         as unfetched articles.
10194
10195 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10196
10197         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10198
10199 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10200
10201         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10202         original back end that keeps marks in the local system.
10203
10204 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10207         arg of pop-to-buffer for XEmacs.
10208         (gnus-article-read-summary-keys): Ditto; don't restore window
10209         configuration if summary command ends up with neither article buffer
10210         nor summary buffer; describe bindings if summary keys end with C-h.
10211
10212 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * message.el (message-fix-before-sending): Skip raw message part to be
10215         forwarded while checking illegible text.
10216         (message-forward-make-body-mime, message-forward-make-body):
10217         Mark signed or encrypted raw message as having no illegible text.
10218
10219 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10222         (gnus-message-with-timestamp-1): New macro.
10223         (gnus-message-with-timestamp): New function.
10224         (gnus-message): Use them.
10225
10226         * nnheader.el (nnheader-message): Use them.
10227
10228 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10231         .newsrc.eld file.
10232
10233 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10234
10235         * gnus-agent.el (gnus-agent-fetch-headers)
10236         (gnus-agent-retrieve-headers):
10237         Bind gnus-decode-encoded-address-function to identity.
10238
10239         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10240         available also when the server returns simply a dot.
10241
10242         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10243
10244 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10247
10248 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * gnus-ems.el (gnus-x-splash): Make it work.
10251
10252         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10253         from being used.
10254
10255         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10256
10257 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10260         4th and the 5th arguments.
10261
10262         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10263         the front stickiness.
10264         (gnus-article-summary-command-nosave): Correct the order of the
10265         arguments passed to pop-to-buffer.
10266         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10267         summary command ends up with the article buffer.
10268
10269         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10270         the same faces.
10271
10272 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10273
10274         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10275
10276 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10277
10278         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10279         * gnus-sum.el (gnus-summary-highlight):
10280         * pgg.el (pgg-sign-region, pgg-sign):
10281         * mail-source.el (mail-source-delete-old-incoming-confirm):
10282         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10283
10284 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * gnus-art.el (gnus-mime-view-part-externally)
10287         (gnus-mime-view-part-internally): Fix predicate function passed to
10288         completing-read.
10289
10290         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10291
10292         * gnus.el (gnus-update-message-archive-method): Add :version.
10293
10294 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * gnus.el (gnus-update-message-archive-method): New variable.
10297
10298         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10299         according to gnus-message-archive-method if
10300         gnus-update-message-archive-method is non-nil.
10301
10302 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10305         Suggested by Loic Dachary <loic@dachary.org>.
10306         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10307
10308 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * message.el (message-pop-to-buffer): Add switch-function argument.
10311         (message-mail): Pass switch-function argument to it.
10312
10313 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10314
10315         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10316         Improve doc string.
10317
10318 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10321         (gnus-header-content)
10322         * gnus-cite.el (gnus-cite-10)
10323         * gnus-srvr.el (gnus-server-closed)
10324         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10325         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10326         (gnus-group-mail-3-empty, gnus-group-mail-low)
10327         (gnus-group-mail-low-empty, gnus-splash)
10328         * message.el (message-header-to, message-header-cc)
10329         (message-header-subject, message-header-other, message-header-name)
10330         (message-header-xheader, message-separator, message-cited-text)
10331         (message-mml): Lighten colors of faces used for dark background.
10332
10333 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10334
10335         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10336         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10337
10338 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * message.el (message-narrow-to-headers-or-head):
10341         Ignore mail-header-separator in the body.
10342
10343 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10346         same as window size.
10347
10348 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10349
10350         * message.el (message-font-lock-keywords): Use message-header-xheader
10351         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10352         ahead of the anything pattern, to get it recognised.
10353
10354 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10357         spam.el loads uses it in the compiled defadvice form.
10358
10359 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10360
10361         * gnus-sum.el (gnus-articles-to-read)
10362         (gnus-summary-insert-old-articles): Don't truncate group name for
10363         `read-string'.
10364
10365         * gnus-util.el (gnus-limit-string): Delete this function.
10366
10367         * gnus-sum.el (gnus-simplify-subject-fully):
10368         Use `truncate-string-to-width' instead.
10369
10370 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10371
10372         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10373         Tell if, on summary exit, the next group has to be selected.
10374         (gnus-summary-exit): Use it.
10375
10376 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10377
10378         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10379         non-break space.
10380
10381 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10384         Check if group is not a directory.
10385         (nnfolder-request-expire-articles): Don't delete articles if the target
10386         group is not available.
10387
10388         * nnml.el (nnml-request-create-group): Properly check if group is not a
10389         file.
10390         (nnml-request-expire-articles): Don't delete articles if the target
10391         group is not available.
10392
10393         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10394         Don't quote characters that are within parentheses.
10395
10396 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10399         (gnus-handle-ephemeral-exit): Select article according to it.
10400
10401 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * message.el (message-insert-formated-citation-line): Remove newline.
10404         (message-citation-line-format): Add final \n here so that the user can
10405         avoid a blank line.
10406
10407 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10408
10409         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10410         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10411         Update lanl/arXiv support.
10412
10413 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10414
10415         * gnus.el: Bump version number.
10416
10417 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10418
10419         * gnus.el (gnus-version-number): Bump version.
10420
10421 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10422
10423         * gnus.el: No Gnus v0.6 is released.
10424
10425 2007-04-27  Didier Verna  <didier@xemacs.org>
10426
10427         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10428         * gmm-utils.el (gmm-regexp-concat): ... here.
10429         * message.el: Don't require 'gnus-util.
10430         (message-dont-reply-to-names): Handle name change above.
10431         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10432
10433 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10436         since the initial value varies according to the system.
10437
10438 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10441
10442 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10443
10444         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10445
10446 2007-04-24  Didier Verna  <didier@xemacs.org>
10447
10448         Improve the type of gnus-ignored-from-addresses.
10449         * gnus-util.el (gnus-orify-regexp): New function.
10450         * message.el (gnus-util): Require it.
10451         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10452         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10453         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10454
10455 2007-04-24  Didier Verna  <didier@xemacs.org>
10456
10457         * gnus-sum.el:
10458         * gnus-utils.el: Fix some trailing whitespaces.
10459
10460 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10463         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10464         article's Message-ID; refer parent article in summary buffer.
10465
10466         * message.el (message-bounce): Call mime-to-mml.
10467
10468         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10469         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10470         optimize and/or forms properly.
10471
10472 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10473
10474         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10475         URL.
10476
10477 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10480
10481 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10482
10483         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10484         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10485         displayed of multipart/alternative part if it is invoked from summary
10486         buffer.
10487
10488         * mm-view.el (mm-inline-text-html-render-with-w3m)
10489         (mm-inline-text-html-render-with-w3m-standalone)
10490         (mm-inline-render-with-function): Use mail-parse-charset by default.
10491
10492 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10493
10494         * parse-time.el (parse-time-string-chars): Check if CHAR
10495         is less than the length of parse-time-syntax.
10496
10497 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10498
10499         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10500         from gnus-newsgroup-processable.
10501
10502 2007-04-16  Didier Verna  <didier@xemacs.org>
10503
10504         * gnus-msg.el (gnus-configure-posting-styles):
10505         Handle message-signature-directory properly with :file syntax.
10506         Reported by "Leo".
10507
10508 2007-04-11  Didier Verna  <didier@xemacs.org>
10509
10510         New user option: message-signature-directory.
10511         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10512         * message.el (message-insert-signature): Ditto.
10513         * message.el (message-signature-file): Doc update.
10514         * message.el (message-signature-directory): New.
10515
10516 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * gnus-msg.el (gnus-inews-yank-articles):
10519         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10520
10521 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * message.el (message-yank-original): Make sure cited text ends with
10524         newline; don't exchange point and mark.
10525
10526 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10527
10528         * tls.el (open-tls-stream): Properly handle case where there
10529         is no associated buffer.
10530
10531 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10532
10533         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10534         message-yank-original, make sure (< mark TEXT point).
10535
10536 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10537
10538         * message.el (message-fill-column): New variable.
10539         (message-mode): Use it.  Add comment on a possible new hook.
10540
10541         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10542         (nnmail-get-new-mail): Reformat.
10543
10544         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10545
10546         * gmm-utils.el: Fix Commentary.
10547         (gmm-tool-bar-from-list): Fix typo in doc string.
10548
10549 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10550
10551         * message.el (message-yank-original): Don't switch point and mark
10552         unnecessarily to put point and mark as documented.
10553
10554 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10555
10556         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10557         from the message heads.
10558
10559 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10560
10561         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10562         article buffer does not have a window.  This may not be the best
10563         solution but is certainly better than setting the start of the null,
10564         that is the current, window.
10565
10566 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10567
10568         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10569         (gnus-draft-setup): Run it.
10570
10571         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10572         gnus-score-fast-scoring.  Allow regexp.
10573         (gnus-score-headers): Use it.
10574
10575         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10576         XEmacs.
10577
10578         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10579         string.
10580         (gnus-button-alist): Also catch `<f1> k ...'.
10581         (gnus-treat-display-x-face): Fix doc string.
10582
10583 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10584
10585         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10586         evaluation of gnus-extended-version to ensure correct generation of the
10587         User-Agent header when message-generate-headers-first is used.
10588
10589 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10590
10591         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10592         hashcash-path is nil.  Don't call callback with incorrect number of
10593         parameters if val is 0.
10594
10595 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10596
10597         * message.el (message-required-news-headers):
10598         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10599
10600 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10601
10602         * tls.el (open-tls-stream): In handshake-waiting loop,
10603         don't wait more if there is output available to process.
10604
10605 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10606
10607         * tls.el (tls-program): Doc fix.
10608
10609 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * message.el (message-generate-new-buffers): Change the meaning of the
10612         nil value; add `standard' to the choices; treat t as `unique'; improve
10613         doc string.
10614         (gnus-select-frame-set-input-focus): Autoload.
10615         (message-buffer-name): Search for the existing message buffer if
10616         message-generate-new-buffers is nil or `standard'; treat the value t of
10617         message-generate-new-buffers as `unique'.
10618         (message-pop-to-buffer): Raise the frame already displaying the message
10619         buffer; clear the echo area after querying.
10620         (message-setup): Pass the `continue' argument to compose-mail.
10621         (message-mail): Prefer `switch-function' if it is given; search for the
10622         existing message buffer if the `continue' argument is non-nil; pass
10623         continue and switch-function arguments to compose-mail by way of
10624         message-setup.
10625         (message-mail-other-window): Adjust argument of message-setup.
10626         (message-mail-other-frame): Ditto.
10627
10628 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10631         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10632         to turn font-lock on when turning gnus-message-citation-mode on.
10633
10634 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10635
10636         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10637         (mml-smime-function-alist): New variable; add epg as the backend.
10638         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10639         mml-smime- functions instead.
10640         * mm-view.el: Require smime.
10641
10642 2007-03-05  Didier Verna  <didier@xemacs.org>
10643
10644         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10645         instead of just inheritance for posting styles.
10646         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10647
10648 2007-02-24  Chris Moore  <dooglus@gmail.com>
10649
10650         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10651         * pgg-pgp.el (pgg-pgp-encrypt-region):
10652         * pgg-gpg.el (pgg-gpg-encrypt-region):
10653         Check pgg-encrypt-for-me if no other recipients.
10654
10655 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10656
10657         * tls.el (tls-certtool-program): Fix custom type.
10658
10659 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10662         and point-at-eol instead of line-(beginning|end)-position.
10663
10664         * assistant.el (assistant-parse-buffer): Ditto.
10665
10666         * netrc.el (netrc-parse-services): Ditto.
10667
10668 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10669
10670         * mml2015.el (mml2015-epg-find-usable-key): New function.
10671         (mml2015-epg-sign): Use it.
10672         (mml2015-epg-encrypt): Use it.
10673
10674 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10675
10676         * message.el (message-make-in-reply-to): Quote name containing
10677         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10678         if there are special characters.  Reported by NAKAJI Hiroyuki
10679         <nakaji@jp.freebsd.org>.
10680
10681 2007-02-27  Didier Verna  <didier@xemacs.org>
10682
10683         Include the group parameters as well as the topic ones in the
10684         inheritance filter process.
10685         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10686         argument GROUP-PARAMS-LIST.
10687         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10688
10689 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * nntp.el (nntp-never-echoes-commands)
10692         (nntp-open-connection-functions-never-echo-commands): New variables.
10693         (nntp-send-command): Use them.
10694
10695 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10696
10697         * mml2015.el (mml2015-epg-verify): Simplify.
10698
10699 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10700
10701         * mml.el (mml-content-disposition-alist): New user option.
10702         (mml-content-disposition): New function.
10703         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10704         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10705
10706 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10707
10708         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10709         verification.
10710
10711 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10712
10713         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10714         articles posted in the last 24 hours.
10715
10716 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10717
10718         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10719
10720 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10721
10722         * nntp.el (nntp-send-command): Don't wait for echoes when
10723         nntp-open-ssl-stream is used.
10724
10725 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10726
10727         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10728         (gnus-message-add-citation-keywords)
10729         (gnus-message-remove-citation-keywords): Remove.
10730         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10731         directly, make the variables in font-lock-defaults buffer-local, add
10732         gnus-message-citation-keywords to them and then update the value of
10733         font-lock-keywords.
10734
10735 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10736
10737         * message.el (message-cite-original-1): Don't call
10738         gnus-article-highlight-citation.
10739
10740         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10741         citations; fix line count.
10742
10743 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10746         (gnus-message-add-citation-keywords)
10747         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10748         versions of font-lock-add-keywords and font-lock-remove-keywords to
10749         work with XEmacs correctly.
10750
10751 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * gnus-cite.el (gnus-cite-face-list): Set the values of
10754         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10755         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10756         (gnus-message-cite-prefix-regexp): New variable.
10757         (gnus-message-search-citation-line): Use it; protect against long
10758         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10759         the 0th match data for Emacs.
10760         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10761         (gnus-message-add-citation-keywords): Append keywords rather than
10762         prepending; emulate font-lock-add-keywords if it is not available.
10763         (gnus-message-remove-citation-keywords):
10764         Emulate font-lock-remove-keywords if it is not available.
10765
10766         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10767
10768         * message.el (message-cite-prefix-regexp): Set the value of
10769         gnus-message-cite-prefix-regexp.
10770
10771 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10772
10773         * nnweb.el (nnweb-google-parse-1): Update parser.
10774
10775 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10776
10777         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10778
10779 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10780
10781         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10782         regexp.
10783
10784 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10787         string-to-multibyte.
10788         (uudecode-decode-region-internal): Use it.
10789
10790         * lpath.el: Fbind string-as-multibyte for XEmacs.
10791
10792 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10793
10794         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10795         Fix custom choice.
10796
10797         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10798
10799 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10800
10801         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10802
10803         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10804         `write-region' to respect `mm-inhibit-file-name-handlers'.
10805
10806 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10807
10808         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10809         Use gnus-home-directory instead of "~/" or "$HOME".
10810
10811 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10812
10813         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10814         to mention filename.
10815         Add comments at beginning regarding usage.
10816         (encrypt-write-file-contents): Change interactive so a string is
10817         acceptable.  If the file has no associated model, show an error instead
10818         of a nonsense prompt.
10819
10820 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10821
10822         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10823         Thanks to Yoshihiko Yamada for kind notification of this typo.
10824
10825 2007-01-12  Kenichi Handa  <handa@m17n.org>
10826
10827         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10828         multibyte buffer.
10829
10830 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * gnus-score.el (gnus-score-fast-scoring): New variable.
10833         (gnus-score-headers): Use it.
10834
10835         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10836
10837         * message.el (message-cite-original-1):
10838         Call gnus-article-highlight-citation if requested.
10839         (message-make-from): Allow name and address as optional arguments.
10840
10841         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10842
10843         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10844         bugs to doc string.
10845         (gnus-button-alist): Add mid\\|message-id.
10846         (gnus-button-fetch-group): Extend for use in
10847         `browse-url-browser-function'.
10848         (gnus-button-url-regexp): Try to catch paired parentheses like in
10849         Wikipedia URLs.
10850
10851         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10852         Suggested by Simon Krahnke <overlord@gmx.li>.
10853
10854 2007-01-13  Romain Francoise  <romain@orebokech.com>
10855
10856         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10857         Update copyright.
10858
10859 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10860
10861         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10862
10863 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10864
10865         * gnus-registry.el (gnus-registry-unfollowed-groups)
10866         (gnus-registry-split-fancy-with-parent): Fix documentation.
10867
10868 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10869
10870         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10871         from nnweb groups.
10872
10873 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10874
10875         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10876         Xref urls.  Erase buffer before requesting head.
10877
10878         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10879
10880 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10881
10882         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10883         customizable.
10884
10885 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10886
10887         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10888         no signing key is found.
10889         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10890         no encrypting and/or signing key is found.
10891
10892 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10893
10894         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10895
10896 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10897
10898         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10899         headers read from disk with the ones newly found in the current search.
10900         This should no longer cause problems, because the article numbers in
10901         Gmane's `nov.php' output are ignored since the previous change.
10902
10903 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10904
10905         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10906
10907 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10910         replace-regexp-in-string; bind url-version; fbind display-images-p and
10911         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10912         find-face and set-itimer-function for Emacs; bind itimer-list for
10913         Emacs.
10914
10915         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10916
10917 2007-01-01  Romain Francoise  <romain@orebokech.com>
10918
10919         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10920
10921 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10922
10923         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10924         `define-minor-mode' macro definition expanded properly.
10925         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10926         exclude it there.
10927
10928         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10929         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10930         `fboundp' test.
10931         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10932         This is OK to autoload in (S)XEmacs now.
10933
10934 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10935
10936         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10937         keystroke.
10938         (gnus-summary-limit-to-singletons): Fix typo.
10939
10940         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10941         else fails.
10942
10943 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10944
10945         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10946         docstring.
10947
10948         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10949         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10950         (gnus-summary-insert-dormant-articles): Fix typo in message.
10951
10952 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10953
10954         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10955         nil for XEmacs.
10956         (gnus-message-citation-mode): Don't autoload in XEmacs.
10957
10958         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10959
10960 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10961
10962         * nnimap.el (nnimap-expunge-search-string):
10963         Mention nnimap-search-uids-not-since-is-evil in docstring.
10964
10965 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * spam.el: Revert to make-obsolete-variable because
10968         define-obsolete-variable-alias is not supported in Emacs 21.
10969
10970         * spam.el (spam-ifile-path, spam-ifile-database-path)
10971         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10972         make-obsolete-variable.
10973         (spam-bsfilter-path, spam-bsfilter-program)
10974         (spam-spamassassin-path, spam-spamassassin-program)
10975         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10976         Don't use "path" inappropriately.
10977         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10978         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10979         variable names.
10980
10981 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10982
10983         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10984         summary buffer.
10985
10986         * password.el (password-cache-remove): Use clear-string to burn
10987         password, if available.
10988
10989 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10990
10991         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10992
10993         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10994
10995         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10996         (gnus-message-highlight-citation): Move defcustom here from
10997         gnus-cite.el.
10998         (gnus-message-citation-mode): Autoload.
10999
11000         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11001         checks to make it compile with XEmacs.
11002         (gnus-message-citation-mode): New minor mode.
11003         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11004         (gnus-message-highlight-citation): New variables.
11005         (gnus-message-search-citation-line)
11006         (gnus-message-add-citation-keywords)
11007         (gnus-message-remove-citation-keywords)
11008         (turn-on-gnus-message-citation-mode)
11009         (turn-off-gnus-message-citation-mode): New functions.
11010
11011 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11012
11013         * gnus-cite.el: Enable highlighting of different citation levels in
11014         message-mode.
11015
11016 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11017
11018         * message.el (message-make-fqdn): Fix comment.
11019         (message-bogus-system-names): Add ".local".
11020
11021         * spam.el (spam-ifile-path, spam-ifile-program)
11022         (spam-ifile-database-path, spam-ifile-database)
11023         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11024         Don't use "path" inappropriately.
11025         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11026         strings.
11027         (spam-check-ifile, spam-ifile-register-with-ifile)
11028         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11029         Use new variable names.
11030
11031         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11032         (gnus-treat-display-smileys): Simplify using
11033         gnus-image-type-available-p.
11034
11035         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11036         available.
11037
11038         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11039         Use `display-images-p' if available.
11040
11041 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11044         one after turning on the buffer's multibyteness instead of decoding
11045         them directly in the unibyte buffer that causes unexpected conversion
11046         in Emacs 23 (unicode).
11047
11048 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11049
11050         * message.el (message-generate-hashcash): Fix custom type.
11051
11052 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11053
11054         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11055
11056 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11057
11058         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11059         disconnect icons.  Add help text.
11060
11061 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11062
11063         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11064         negated to be consistent with the others we handle.
11065
11066 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11067
11068         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11069         version of gnus-summary-buffer to something, so that we can use two
11070         article buffers at the same time.
11071
11072 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11073
11074         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11075         trigger all the extra headers.
11076         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11077         sorting.
11078
11079 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11080
11081         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11082         solid groups.
11083
11084 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11085
11086         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11087
11088 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11089
11090         * legacy-gnus-agent.el: Add Copyright notice.
11091
11092 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11093
11094         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11095
11096 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11097
11098         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11099
11100         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11101         to make it work reliably in CVS Emacs.
11102         (gnus-summary-limit-strange-charsets-predicate)
11103         (gnus-summary-limit-to-predicate): New functions.
11104
11105 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11106
11107         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11108         specifying array size.
11109         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11110         array if it is too small.
11111         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11112         (gnus-sort-threads-loop): New function.
11113
11114 2006-12-06  Chris Moore  <dooglus@gmail.com>
11115
11116         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11117         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11118
11119 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11120
11121         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11122         options.
11123
11124 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11125
11126         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11127         DOS-ing the recipient.
11128
11129         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11130         the headers when creating the mapping to avoid mismappings.
11131         (nnweb-gmane-create-mapping): Always nix out old mapping.
11132
11133 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11136         and mm-verify-option to never.
11137
11138 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * message.el (message-signed-or-encrypted-p): New function.
11141         (message-forward-make-body): Use it.
11142
11143         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11144         Replace encode-coding-string with mm-encode-coding-string.
11145
11146 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11147
11148         * nneething.el (nneething-decode-file-name):
11149         Replace decode-coding-string with mm-decode-coding-string.
11150
11151         * gnus-int.el (gnus-open-server): Say failed server's name.
11152
11153 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11154
11155         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11156         strings to a single string.  Quote `errors-file-name'.
11157         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11158         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11159         Adjust calls.  Use `shell-quote-argument'.
11160
11161 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11162
11163         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11164         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11165
11166         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11167         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11168         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11169         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11170         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11171         (gnus-subscribe-newsgroup, gnus-1):
11172         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11173         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11174         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11175         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11176
11177 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11178
11179         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11180         keystroke.
11181         (gnus-summary-limit-to-bodies): Implement headersp.
11182
11183 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11184
11185         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11186
11187 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11190
11191 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11192
11193         * message.el (message-generate-hashcash): Expand range of values to
11194         include `opportunistic'.
11195         (message-send-mail): Use it.
11196
11197 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11198
11199         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11200         and comment it.
11201
11202         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11203
11204 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11205
11206         * gnus-util.el (gnus-extract-address-components): Improve comment.
11207
11208 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * gnus-util.el (gnus-extract-address-components): Work with address in
11211         which the name portion contains @.
11212
11213         * lpath.el: Fbind custom-autoload.
11214
11215 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11216
11217         * gnus.el (gnus-start): Move custom group up.
11218         (gnus-select-method): Don't autoload, but make it available for
11219         `customize-variable'.
11220         (gnus-getenv-nntpserver): Don't autoload.
11221
11222 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11223
11224         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11225
11226 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11227
11228         * message.el (message-sendmail-extra-arguments): New variable.
11229         (message-send-mail-with-sendmail): Use it.
11230
11231 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11234         mm-with-unibyte-current-buffer to make string unibyte.
11235
11236         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11237         mm-string-as-multibyte.
11238
11239 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11240
11241         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11242         Reported by Werner Koch <wk@gnupg.org>.
11243
11244 2006-11-14  Daiki Ueno  <ueno@p360>
11245
11246         * mml2015.el: Autoload epa-select-keys when compiling.
11247
11248 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11249
11250         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11251         message-options.
11252         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11253
11254 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11255
11256         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11257         EasyPG (< 0.0.6).
11258         (mml2015-always-trust): New user option.
11259         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11260         prompt.
11261
11262 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * nntp.el (nntp-authinfo-force): New variable.
11265         (nntp-send-authinfo): Use it.
11266
11267 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11268
11269         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11270         decode encoded words.  Improve prompt.  Add comment about forwarding.
11271         (message-replacement-char): Move up.
11272
11273 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11274
11275         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11276         instead of gnus-intersection because arguments of gnus-sorted-nunion
11277         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11278
11279 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11280
11281         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11282         (message-simplify-subject-functions):
11283         Enable message-strip-subject-encoded-words by default.
11284
11285 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * message.el (message-strip-subject-encoded-words): New function.
11288         (message-simplify-subject-functions): New variable.
11289         (message-simplify-subject): Use it.  Fix typo in doc string.
11290         Support message-strip-subject-encoded-words.
11291
11292 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11293
11294         * gnus-diary.el (gnus-diary-delay-format-function):
11295         * nndiary.el (nndiary-reminders):
11296         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11297
11298 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11299
11300         * gnus-art.el (article-hide-boring-headers): Fetch date from
11301         gnus-original-article-buffer to avoid problems with localized date
11302         strings.
11303
11304 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11307
11308 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11309
11310         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11311         New variables.
11312         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11313         (mm-charset-synonym-alist): Move some entries to
11314         mm-codepage-iso-8859-list.
11315         (mm-charset-synonym-alist, mm-charset-override-alist):
11316         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11317
11318 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11321
11322 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11323
11324         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11325         with Emacs 21 and XEmacs.
11326
11327 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11328
11329         * spam.el (spam-parse-address): New function for better parsing,
11330         catching errors, etc.
11331         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11332
11333 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * mm-view.el: Add interactive arg to html2text autoload.
11336
11337 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11340
11341 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11344         New variables.
11345         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11346         (mm-charset-synonym-alist): Move some entries to
11347         mm-codepage-iso-8859-list.
11348
11349         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11350
11351 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11352
11353         * message.el (message-citation-line-format)
11354         (message-insert-formated-citation-line): Fix implementation of %E, %N
11355         and %n according to the doc string.
11356
11357 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11358
11359         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11360         Use car-safe to avoid bad parses.
11361
11362 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11365         names.
11366
11367         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11368
11369 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11370
11371         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11372         header.
11373
11374         * message.el (message-draft-headers): Add Date.
11375         (message-headers-to-generate): Fix typo in docstring.
11376
11377         * nndraft.el (nndraft-required-headers): New variable.
11378         (nndraft-generate-headers): Use it.
11379
11380         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11381
11382 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11383
11384         * gnus-registry.el (gnus-registry-wash-for-keywords)
11385         (gnus-registry-find-keywords): New functions to allow easy searching of
11386         articles that are in the registry.
11387
11388 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11389
11390         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11391         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11392         Reported by Damien Elmes <damien@repose.cx>.
11393
11394 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11395
11396         * gnus.el (gnus-mime): Remove unused custom group.
11397
11398 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11399
11400         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11401         "blank line" when searching for end of armor headers.
11402
11403 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * gmm-utils.el (gmm-write-region): Fix variable name.
11406
11407 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11408
11409         * gmm-utils.el (gmm-write-region): New function based on compatibility
11410         code from `mm-make-temp-file'.
11411
11412         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11413
11414         * nnmaildir.el (nnmaildir--update-nov)
11415         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11416         Use `gmm-write-region'.
11417
11418 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11419
11420         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11421         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11422
11423         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11424
11425         * message.el (message-replacement-char): New variable.
11426         (message-fix-before-sending): Use it.
11427         (message-simplify-subject): New function to remove duplicate code.
11428         (message-reply, message-followup): Use it.
11429
11430         * gnus-sum.el (gnus-summary-make-menu-bar):
11431         Clarify gnus-summary-limit-to-articles.
11432
11433 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * gnus-util.el (gnus-with-local-quit): New macro.
11436
11437         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11438
11439 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11440
11441         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11442         ignore non-string data.
11443
11444 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11445
11446         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11447         non-string data (needs to be done in the registry too).
11448
11449 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11450
11451         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11452         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11453         (gnus-registry-split-fancy-with-parent)
11454         (gnus-registry-fetch-simplified-message-subject-fast)
11455         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11456         Remove text properties on ingress into the registry and when it's saved.
11457         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11458         registry from entries with no groups.
11459
11460 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11461
11462         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11463         function to remove string properties.
11464
11465 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11466
11467         * gmm-utils.el (gmm): Adjust custom version.
11468
11469         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11470         Adjust custom version.
11471
11472         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11473
11474 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11475
11476         * gnus-art.el (gnus-insert-prev-page-button)
11477         (gnus-insert-next-page-button): Simplify.  Reformat.
11478
11479 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11480
11481         * gnus-art.el (gnus-insert-prev-page-button)
11482         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11483
11484 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11485
11486         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11487
11488 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11489
11490         * gnus-art.el (gnus-insert-mime-button)
11491         (gnus-insert-mime-security-button):
11492         Apply gnus-article-button-face to MIME and security buttons.
11493
11494 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11495
11496         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11497         readable.
11498
11499 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11502
11503 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11504
11505         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11506         `browse-url-of-file' instead of `browse-url'.
11507
11508 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11509
11510         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11511         regexp.  Articles containing quotation were cut prematurely.
11512
11513 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * message.el (message-cite-original-1): Use nobody by default for the
11516         value of From header.
11517         (message-reply): Ditto.
11518
11519 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11520
11521         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11522         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11523         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11524
11525 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11526
11527         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11528         mails in the doc string.  Add some URLs in comment.
11529         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11530
11531 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11534         backslashes handling and the way to find boundaries of quoted strings.
11535
11536 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11537
11538         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11539         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11540         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11541         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11542
11543 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11544
11545         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11546         doc string.
11547         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11548
11549 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * lpath.el: Fbind epg-check-configuration.
11552
11553 2006-09-06  Simon Josefsson  <jas@extundo.com>
11554
11555         * mml2015.el (mml2015-use): Doc fix, mention epg.
11556
11557 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11558
11559         * mml2015.el (mml2015-use): Default to epg, if available.
11560
11561 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11562
11563         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11564         message-sender.
11565         (mml1991-epg-encrypt): Ditto.
11566         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11567         message-sender.
11568         (mml2015-epg-encrypt): Ditto.
11569
11570 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11571
11572         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11573         several common directories.
11574
11575 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11576
11577         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11578         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11579
11580 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * gnus-art.el (article-decode-encoded-words): Make it fast.
11583
11584 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11587
11588         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11589         in quoted string into `\'.
11590
11591 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11594         Use standard-syntax-table.
11595
11596 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * gnus-art.el (gnus-decode-address-function): New variable.
11599         (article-decode-encoded-words): Use it to decode headers which are
11600         assumed to contain addresses.
11601         (gnus-mime-delete-part): Remove useless `or'.
11602
11603         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11604         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11605         (gnus-nov-parse-line): Use it to decode From header.
11606         (gnus-get-newsgroup-headers): Ditto.
11607         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11608
11609         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11610         (mail-decode-encoded-address-string): New alias.
11611
11612         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11613         New function.
11614         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11615         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11616         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11617         (rfc2047-decode-string): Ditto.
11618         (rfc2047-decode-address-region): New function.
11619         (rfc2047-decode-address-string): New function.
11620
11621 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11622
11623         * message.el (message-caesar-buffer-body): Allow rotating headers.
11624
11625         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11626
11627         * message.el (message-insert-formated-citation-line): Fix %f.
11628         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11629
11630 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11633         (gnus-bookmark-mouse-available-p): New macro.
11634         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11635         (gnus-bookmark-bmenu-show-infos): Use it.
11636         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11637         (gnus-bookmark-bmenu-hide-infos): Ditto.
11638         (gnus-bookmark-remove-properties): New function.
11639         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11640         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11641         (gnus-bookmark-write-file): Bind coding-system-for-write.
11642         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11643         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11644         group before selecting it.
11645         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11646         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11647         quit-window if it is not available; use gnus-mouse-2 and bind it to
11648         gnus-bookmark-bmenu-select-by-mouse.
11649         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11650         (gnus-bookmark-bmenu-select-by-mouse): New function.
11651
11652 2006-08-13  Romain Francoise  <romain@orebokech.com>
11653
11654         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11655         space.
11656
11657 2006-08-10  Romain Francoise  <romain@orebokech.com>
11658
11659         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11660         (dns-mode-soa-auto-increment-serial): New user option.
11661         (dns-mode-soa-maybe-increment-serial): New function.
11662         (dns-mode): Add the latter to `write-contents-functions'.
11663
11664 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * compface.el (uncompface): Use binary rather than raw-text-unix.
11667
11668 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11669
11670         * compface.el (uncompface): Make sure the eol conversion doesn't take
11671         place when communicating with the external programs.
11672         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11673
11674 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11677
11678 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11679
11680         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11681         Make it more robust by parsing author and date independently.
11682
11683 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11686
11687 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11688
11689         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11690         first matching secret key.
11691         (mml2015-epg-encrypt): Ditto.
11692
11693         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11694         first matching secret key.
11695         (mml1991-epg-encrypt): Ditto.
11696
11697         * mml2015.el (mml2015-encrypt-to-self): New user option.
11698         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11699         mml2015-epg-encrypt-to-self is set.
11700
11701         * mml1991.el (mml1991-encrypt-to-self): New variable.
11702         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11703         mml1991-epg-encrypt-to-self is set.
11704
11705         * mml2015.el (mml2015-signers): New user option.
11706         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11707         (mml2015-epg-encrypt): Allow to select signing keys.
11708
11709         * mml1991.el (mml1991-signers): New variable.
11710         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11711         (mml1991-epg-encrypt): Allow to select signing keys.
11712
11713 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * nnheader.el (nnheader-insert-head): Make it work even if the file
11716         uses CRLF for the line-break code.
11717
11718 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11719
11720         * mml2015.el: Require mml-sec instead of password.
11721         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11722         (mml2015-cache-passphrase): Inherit the default value from
11723         mml-secure-cache-passphrase.
11724         (mml2015-passphrase-cache-expiry): Inherit the default value from
11725         mml-secure-passphrase-cache-expiry.
11726
11727         * mml1991.el: Require mml-sec instead of password.
11728         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11729         (mml1991-cache-passphrase): Inherit the default value from
11730         mml-secure-cache-passphrase.
11731         (mml1991-passphrase-cache-expiry): Inherit the default value from
11732         mml-secure-passphrase-cache-expiry.
11733
11734         * mml-sec.el: Require password.
11735         (mml-secure-verbose): New user option.
11736         (mml-secure-cache-passphrase): New user option.
11737         (mml-secure-passphrase-cache-expiry): New user option.
11738
11739 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11740
11741         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11742         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11743         andreas@altroot.de (Andreas Vögele).
11744
11745         FIXME: Use `tiny change'?
11746
11747 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11748
11749         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11750         workaround for the url package included with Emacs.
11751
11752         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11753
11754 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11757         correctly.  This fixes a bug caused by the 2006-05-12 change.
11758
11759 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11760
11761         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11762         some information about the error when saying that the `bogus' mail
11763         group will be used.
11764
11765 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11766
11767         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11768         string.
11769
11770 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11771
11772         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11773
11774 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11775
11776         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11777
11778 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11779
11780         * mml1991.el (mml1991-function-alist): Add epg.
11781         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11782         (mml1991-epg-encrypt): New functions.
11783
11784 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11785
11786         * mml2015.el (mml2015-verbose): New variable.
11787         (mml2015-cache-passphrase): Ditto.
11788         (mml2015-passphrase-cache-expiry): Ditto.
11789         (mml2015-function-alist): Add epg.
11790         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11791         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11792         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11793         New functions.
11794
11795 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11796
11797         * message.el (message-cite-original-1): Preserve region when removing
11798         quoted text due to X-No-Archive in order to avoid bogus attribution
11799         when citing multiple messages.
11800
11801 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11802
11803         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11804         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11805
11806 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11807
11808         * gnus-diary.el (gnus-user-format-function-d)
11809         (gnus-user-format-function-D): Autoload.
11810
11811         * imap.el (Commentary): Fix typo.
11812
11813         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11814         2006-04-22 contribution.
11815
11816 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11817
11818         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11819         It didn't really fix the bogosity I'm seeing with solid web groups.
11820
11821 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11822
11823         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11824         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11825         created using server names.  If we use the feature without declaring
11826         it, Gnus does not properly manage server and group state.
11827
11828         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11829         bound.
11830
11831 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11832
11833         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11834         looking up the method using GROUP's prefix before inventing a new one.
11835         It is used on killed/unknown groups in various places where returning
11836         an all-new method isn't expected by the caller.
11837
11838         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11839         and match semantics of gnus-group-real-prefix.
11840
11841 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11842
11843         * nnmail.el (nnmail-broken-references-mailers): New variable.
11844         (nnmail-ignore-broken-references): New function generalizing
11845         nnmail-fix-eudora-headers.
11846         (nnmail-fix-eudora-headers): Now obsolete.
11847
11848         * gnus-art.el (gnus-button-handle-custom):
11849         Support `customize-apropos*'.
11850
11851 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11852
11853         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11854
11855         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11856         articles.
11857
11858 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11859
11860         * message.el (message-cite-reply-above): New variable.
11861         (message-yank-original): Use it.
11862
11863 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11866
11867 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11870         as read.
11871
11872         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11873
11874 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11877         (gnus-bookmark-default-file): Use gnus-directory.
11878         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11879         Remove "*" in doc string.
11880         (gnus-bookmark-write-file): Simplify.
11881         (gnus-bookmark-maybe-sort-alist): Use `when'.
11882         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11883         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11884         Add FIXME about Emacs 21 and XEmacs compatibility.
11885         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11886         compatibility.
11887         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11888         compatibility.
11889         (gnus-bookmark-menu-heading): Fix version.
11890
11891 2006-06-19  Bastien Guerry  <bzg@altern.org>
11892
11893         * gnus-bookmark.el: New file.
11894
11895 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11896
11897         * message.el (message-syntax-checks): Doc fix.
11898
11899 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11900
11901         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11902         unsubscribed groups as if they were killed ones.  It causes duplicate
11903         entries in gnus-newsrc-alist.
11904
11905 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * message.el (message-syntax-checks): Doc fix.
11908         (message-send-mail): Add check for continuation headers.
11909         (message-check-news-header-syntax): Fix regexp used to check for
11910         continuation headers.
11911
11912 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11915
11916 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11917
11918         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11919
11920 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11921
11922         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11923         default-truncate-lines.
11924
11925 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11928         to fill the utf-8 entry.
11929
11930         * lpath.el: Fbind unicode-precedence-list.
11931
11932 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11933
11934         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11935
11936 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11937
11938         * gnus-agent.el (directory-files-and-attributes): Move all the way
11939         forward (the third and final move).
11940         (gnus-agent-read-agentview): Trap reconstruction errors due to
11941         nonexistent directory.  Handle by returning nil.
11942
11943 2006-05-30  Didier Verna  <didier@xemacs.org>
11944
11945         * message.el (message-dont-reply-to-names): Update the custom type.
11946         * message.el (message-dont-reply-to-names): New defsubst: potentially
11947         convert a list of regexps into a single one.
11948         * message.el (message-get-reply-headers): Use it.
11949         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11950
11951 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * gnus-agent.el (directory-files-and-attributes): Move forward.
11954
11955 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11956
11957         * gnus-ml.el (gnus-mailing-list-subscribe)
11958         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11959         (gnus-mailing-list-message): Fix doc strings.
11960
11961 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11962
11963         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11964         of doing it manually.
11965
11966 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11967
11968         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11969         comment.
11970
11971 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11972
11973         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11974         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11975         (gnus-agent-read-local): All symbols allocated in my-obarray.
11976         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11977         (gnus-agent-regenerate-group): Check numeric names to see if they are
11978         messages or groups.
11979         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11980         better way of do this...)
11981
11982         * gnus-cache.el (gnus-agent-total-fetched-for):
11983         Ignore 'dummy.group' (there should be a better way of do this...)
11984
11985 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11988         (gnus-saved-headers): Ditto.
11989         (gnus-default-article-saver): Mention functions may have properties.
11990         (gnus-article-save): Override gnus-save-all-headers and
11991         gnus-saved-headers by :headers property which saver function may have.
11992         (gnus-summary-save-in-file): Add :headers property.
11993         (gnus-summary-write-to-file): Ditto.
11994
11995         * gnus-sum.el (gnus-summary-save-article): Bind
11996         gnus-prompt-before-saving to t when saving many articles in a file;
11997         always show all headers.
11998
11999         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12000
12001 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12002
12003         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12004         marks.
12005
12006         * message.el (message-indent-citation): Add optional arguments to allow
12007         using it outside of message buffers.
12008
12009         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12010         (gnus-article-treat-unfold-headers): Use it.
12011         (gnus-article-truncate-lines): New variable.
12012         (gnus-article-mode): Use it.
12013         (gnus-article-toggle-truncate-lines): New function.
12014
12015         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12016         Add gnus-article-toggle-truncate-lines.
12017
12018         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12019         coding system in XEmacs, use binary.
12020
12021 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12024         after-load-alist.
12025
12026         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12027         this function should save decoded articles.
12028         (gnus-summary-write-to-file): Use property to specify this function
12029         should save decoded articles and specify gnus-summary-save-in-file
12030         should be used to save articles other than the first one when saving
12031         many articles.
12032         (gnus-summary-save-body-in-file): Use property to specify this
12033         function should save decoded articles.
12034         (gnus-summary-write-body-to-file): Use property to specify this
12035         function should save decoded articles and specify
12036         gnus-summary-save-body-in-file should be used to save articles other
12037         than the first one when saving many articles.
12038
12039         * gnus-sum.el (gnus-summary-save-article): Simplify.
12040
12041 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * gnus-art.el (gnus-default-article-saver):
12044         Add gnus-summary-write-body-to-file.
12045         (gnus-article-save-coding-system): Don't use coding system object
12046         in XEmacs.
12047         (gnus-read-save-file-name): Add optional `dir-var' argument which
12048         specifies directory in which files are saved; work even if optional
12049         `variable' argument is not specified.
12050         (gnus-summary-write-to-file): Read file name.
12051         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12052         (gnus-summary-write-body-to-file): New function.
12053
12054         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12055         (gnus-summary-local-variables): Add it.
12056         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12057         (gnus-summary-save-article): Remove optional `decode' argument;
12058         determine whether to decode articles by the value of
12059         gnus-default-article-saver; when saving many files using
12060         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12061         it first and use gnus-summary-save-in-file or
12062         gnus-summary-save-body-in-file thereafter unless
12063         gnus-prompt-before-saving is always; move point to article which
12064         will be saved.
12065         (gnus-summary-save-article-file): Revert.
12066         (gnus-summary-write-article-file): Revert.
12067         (gnus-summary-save-article-body-file): Revert.
12068         (gnus-summary-write-article-body-file): New function.
12069
12070 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12071
12072         * gnus-art.el (gnus-default-article-saver): Doc fix.
12073         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12074         from gnus-summary-save-article-coding-system, and default to a
12075         certain coding system.
12076         (gnus-output-to-file): Add coding cookie and encode text according
12077         to gnus-article-save-coding-system; don't use mm-append-to-file.
12078
12079         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12080         gnus-art.el and rename to gnus-article-save-coding-system.
12081         (gnus-summary-save-article): Require gnus-art; don't show all
12082         headers if it decodes articles; don't add coding cookie here;
12083         don't bind mm-text-coding-system-for-write.
12084         (gnus-summary-save-article-file): Save decoded articles.
12085         (gnus-summary-write-article-file): When saving many files, use
12086         gnus-summary-write-to-file first and gnus-summary-save-in-file
12087         thereafter unless gnus-prompt-before-saving is always.
12088         (gnus-summary-save-article-body-file): Save decoded articles.
12089
12090         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12091
12092 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12093
12094         * nnrss.el (nnrss-check-group): Bind hash-index.
12095
12096 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12097
12098         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12099         its hash index.  Store this hash in `nnrss-group-data'.
12100         (nnrss-read-group-data): Update accordingly.
12101
12102 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12103
12104         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12105         entry.
12106
12107         * gnus-sum.el (gnus-summary-make-menu-bar):
12108         Add gnus-article-browse-html-article.
12109
12110 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12111
12112         * gnus-sum.el (gnus-summary-mime-map):
12113         Add gnus-article-browse-html-article.
12114
12115         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12116
12117 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12120         suitable coding systems in customize.
12121
12122 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12123
12124         * mail-source.el (mail-sources): Fix custom type.
12125
12126 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12127
12128         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12129         (gnus-summary-expire-articles-now): Shorten prompt.
12130
12131         * gmm-utils.el (wid-edit): Require.
12132         (defun-gmm): Rename from `gmm-defun-compat'.
12133         (gmm-image-search-load-path): Use it.
12134         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12135
12136 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12137
12138         * gnus-sum.el (gnus-summary-save-article-coding-system):
12139         New variable.
12140         (gnus-summary-save-article): Add optional `decode' argument.
12141         If it is set and gnus-summary-save-article-coding-system is non-nil,
12142         save decoded article.
12143         (gnus-summary-write-article-file): Save decoded article if
12144         gnus-summary-save-article-coding-system is non-nil.
12145
12146         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12147         type.
12148
12149 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12152
12153 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12156         first to test gnus-single-article-buffer which may be buffer-local.
12157
12158         * gnus-sum.el (gnus-summary-setup-buffer):
12159         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12160         group; make gnus-article-buffer, gnus-article-current, and
12161         gnus-original-article-buffer always buffer-local.
12162         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12163         group.
12164         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12165
12166 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12167
12168         * nnml.el (nnml-request-compact-group): Compressed files might not
12169         have .gz extension.
12170
12171 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12172
12173         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12174         (mm-copy-to-buffer): Use with-current-buffer.
12175         (mm-display-part): Simplify.
12176         (mm-inlinable-p): Add optional arg `type'.
12177
12178 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12179
12180         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12181         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12182         Try harder to show the attachment internally or externally using
12183         gnus-mime-view-part-as-type.
12184
12185 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12186
12187         * message.el (message-from-style, message-signature-separator)
12188         (message-user-organization-file, message-send-mail-function)
12189         (message-citation-line-function, message-yank-prefix)
12190         (message-indent-citation-function, message-signature)
12191         (message-signature-file, message-signature-insert-empty-line):
12192         Remove autoloads.
12193
12194         * gnus-art.el (gnus-buttonized-mime-types):
12195         Remove "multipart/signed".  Revert 2006-04-26 change.
12196
12197 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12198
12199         * gnus.el (gnus-version-number): Bump version.
12200
12201 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12202
12203         * gnus.el: No Gnus v0.5 is released.
12204
12205 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12206
12207         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12208         fetching articles by message-id.
12209
12210 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12211
12212         * message.el (hashcash): Require hashcash as normal.
12213
12214         * ecomplete.el (ecomplete-highlight-match-line):
12215         Use point-at-eol.
12216         (ecomplete-highlight-match-line): Use `highlight', because that
12217         face exists in both Emacs and XEmacs.
12218
12219         * message.el (message-display-abbrev): Use point-at-bol.
12220
12221         * mail-source.el: Don't require timer/timer-funcs.
12222
12223         * gnus-async.el: Ditto.
12224
12225         * password.el: Ditto.
12226
12227         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12228
12229         * mm-url.el: Ditto.
12230
12231         * gnus-xmas.el: Don't require timer-funcs.
12232
12233         * mm-util.el: Require timer/timer-funcs.
12234
12235 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12236
12237         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12238         Close.
12239
12240 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12243         unibyte after clear-decrypt function runs.
12244
12245         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12246         returns as a unibyte string.
12247
12248 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * lpath.el: Revert.
12251
12252         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12253         (pgg-gpg-process-sentinel): Revert.
12254
12255         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12256         (pgg-pgp-lookup-key): Revert.
12257
12258         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12259         (pgg-pgp5-lookup-key): Revert.
12260
12261         * pgg.el (pgg-fetch-key): Revert.
12262
12263 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * lpath.el: Fbind string-as-multibyte for XEmacs.
12266
12267         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12268         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12269         (mml1991-pgg-encrypt): Ditto.
12270
12271         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12272         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12273         a multibyte buffer.
12274
12275         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12276         (pgg-pgp-lookup-key): Ditto.
12277
12278         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12279         (pgg-pgp5-lookup-key): Ditto.
12280
12281         * pgg.el (pgg-fetch-key): Ditto.
12282
12283 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12284
12285         * message.el (message-user-organization-file): Check several
12286         locations of the organization file.
12287
12288         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12289         Add gnus-article-view-part-as-type.
12290
12291         * gnus-art.el (gnus-article-view-part-as-type): New function.
12292
12293         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12294         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12295
12296         * mml.el: Simplify autoload.
12297         (mml-mode): defvar dnd-protocol-alist instead of using
12298         symbol-value.
12299         (mml-default-directory): New variable.
12300         (mml-minibuffer-read-file): Use it.
12301         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12302
12303         * message.el (message-citation-line-format): New variable.
12304         (message-insert-formated-citation-line): New function.
12305         (message-citation-line-function):
12306         Add `message-insert-formated-citation-line' to custom type.
12307
12308         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12309         to doc string.
12310
12311         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12312         depending on mm-verify-option.
12313
12314 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12315
12316         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12317         binding pgg-* variables; reimplement the section which prevents
12318         MIME header from being signed.
12319         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12320         pgg-text-mode; remove a blank line at the top of body.
12321
12322         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12323         lines at the top of body; use gnus-newsgroup-charset if there's no
12324         Charset header.
12325
12326 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * message.el (message-self-insert-commands): Doc fix.
12329
12330         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12331         (mm-uu-pgp-encrypted-test): Ditto.
12332         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12333         between header and body; return application/pgp-encrypted handle
12334         if decryption failed; decode decrypted body by charset.
12335
12336         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12337         element match to application/pgp-*.
12338
12339 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12340
12341         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12342         HTML.
12343
12344 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12345
12346         * mail-source.el (mail-source-call-script): Message the error
12347         string.
12348
12349 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12350
12351         * gnus-util.el (gnus-byte-compile): Use it.
12352
12353 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12354
12355         * gnus-util.el (kill-empty-logs): New function.
12356
12357 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12358
12359         * message.el (message-mail-alias-type): Doc fix.
12360         (message-mail-alias-type-p): New function.
12361         (message-send): Use it.
12362         (message-mode): Ditto.
12363         (message-strip-forbidden-properties): Ditto.
12364
12365         * ecomplete.el (ecomplete-database-file-coding-system):
12366         New variable.
12367         (ecomplete-save): Use it.
12368         (ecomplete-setup): Use it.
12369
12370 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * message.el (message-self-insert-commands): New variable.
12373         (message-strip-forbidden-properties): Use it.
12374
12375 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12376
12377         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12378         that doesn't make XEmacs choke.
12379
12380 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12381
12382         * gnus-util.el (gnus-replace-in-string):
12383         Prefer replace-regexp-in-string over of replace-in-string.
12384
12385 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * gnus-util.el (gnus-select-frame-set-input-focus):
12388         Use select-frame-set-input-focus if it is available in XEmacs; use
12389         definition defined in Emacs 22 for old Emacsen.
12390
12391         * dgnushack.el: Autoload unmorse-region for XEmacs.
12392
12393         * lpath.el: Bind cursor-in-non-selected-windows and
12394         select-frame-set-input-focus for XEmacs.
12395
12396 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12397
12398         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12399
12400 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12401
12402         * gnus-registry.el (gnus-registry-cache-save): Remove text
12403         properties when saving via the temp buffer.
12404
12405 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12406
12407         * message.el (message-generate-hashcash): Honor custom type.
12408
12409 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12410
12411         * message.el (message-generate-hashcash): Default to non-nil when
12412         hashcash is found.
12413
12414         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12415         (gnus-refer-thread-limit): Increase default to 500.
12416
12417         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12418
12419         * flow-fill.el (fill-flowed): Allow delete-space.
12420
12421 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12422
12423         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12424         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12425         Remove autoloads.
12426
12427 2006-04-18  Simon Josefsson  <jas@extundo.com>
12428
12429         * message.el (message-generate-hashcash): Default to.
12430
12431 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12432
12433         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12434         concatenating segments rather than before concatenating them.
12435
12436 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12437
12438         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12439
12440 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12441
12442         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12443
12444         * message.el (message-forward-make-body-plain):
12445         Allow message-forward-ignored-headers to be a list.
12446         (message-remove-ignored-headers): Factor out into function.
12447         (message-forward-make-body-mml): Use it.
12448
12449         * imap.el (imap-quote-specials): New function.
12450         (imap-login-auth): Quote specials.
12451
12452         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12453         (rfc2231-parse-string): Allow concatanation of parameters that
12454         aren't contiguous.  The test case is
12455           (mail-header-parse-content-type "message/external-body;
12456             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12457             access-type=LOCAL-FILE;
12458             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12459
12460 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12461
12462         * nntp.el (nntp-accept-process-output): Return the value of
12463         `nnheader-accept-process-output'.
12464
12465 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12466
12467         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12468         (gnus-button-alist): Recognize more diff formats.
12469         (gnus-button-patch): Strip directory.
12470
12471 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12474         Emacs 22 when setting focus.
12475
12476 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12477
12478         * gnus-art.el (gnus-article-treat-types): Do treatment of
12479         text/x-verbatim parts.
12480         (gnus-button-patch): New command.
12481
12482         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12483         addresses that contain invalid characters.
12484
12485 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12486
12487         * message.el (message-put-addresses-in-ecomplete):
12488         Use gnus-replace-in-string.
12489         (message-is-yours-p): Use the more correct
12490         mail-header-parse-address instead of
12491         mail-extract-address-components.
12492         (message-put-addresses-in-ecomplete): Fix typo.
12493
12494         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12495         keystroke.
12496
12497         * gnus-art.el (gnus-treatment-function-alist): Change order of
12498         newsgroups/generic header folding to avoid double-folding.
12499
12500         * message.el (message-hidden-headers): Add X-Draft-From.
12501
12502         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12503         New command.
12504         (gnus-summary-repeat-search-article-backward): New command.
12505
12506         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12507         groups in the parent topic.
12508
12509 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12510
12511         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12512         (spam-extra-header-to-number): Return the CRM114 number as a
12513         number instead of a string.
12514
12515 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12516
12517         * gnus-art.el (gnus-face-properties-alist): Move here from
12518         gnus-fun.
12519
12520         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12521
12522 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12523
12524         * message.el (message-strip-forbidden-properties): Only display on
12525         self-insert-command.
12526
12527         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12528         reindent.
12529         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12530
12531 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12532
12533         * smiley.el (smiley-style): Fix typo.
12534
12535 2006-03-23  Kenichi Handa  <handa@m17n.org>
12536
12537         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12538         instead of set-buffer-multibyte.
12539
12540 2006-03-23  Kenichi Handa  <handa@m17n.org>
12541
12542         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12543         buffer and then decode the buffer text if necessary.
12544         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12545         first, and after mm-encode-body, change the buffer to unibyte.
12546
12547 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12548
12549         * hashcash.el (hashcash-insert-payment-async-2):
12550         Use message-goto-eoh instead of doing it manually.
12551         (mail-add-payment): Use message-narrow-to-header instead of trying
12552         to do the same itself.
12553
12554         * message.el (message-hidden-headers): Add Face.
12555
12556         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12557         reparenting code.
12558         (gnus-summary-reparent-children): Refactored out code.
12559         (gnus-summary-thread-map): New keystroke.
12560         (gnus-summary-reparent-children): Make into command.
12561
12562         * smiley.el (smiley-style): Default to `medium' if using a large
12563         font.
12564
12565         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12566         does it itself.
12567
12568         * message.el (message-point-in-header-p): Simplify definition.
12569
12570 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12571
12572         * nnagent.el (nnagent-request-set-mark): Silence log file
12573         writing.
12574         (nnagent-request-set-mark): Use write-region instead of
12575         append-to-file.
12576
12577         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12578         strange select method.
12579
12580         * ecomplete.el (ecomplete-display-matches): Get highlightling
12581         right.
12582         (ecomplete-display-matches): Use literals.
12583         (ecomplete-display-matches): Disable message logging.
12584
12585         * message.el (message-display-abbrev): Small optimization.
12586
12587         * ecomplete.el (ecomplete-display-matches): Allow automatic
12588         display.
12589
12590         * message.el (message-strip-forbidden-properties):
12591         Display abbrevs.
12592         (message-display-abbrev): Get automatic display right.
12593
12594         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12595         keystrokes.
12596
12597 2006-04-13  Romain Francoise  <romain@orebokech.com>
12598
12599         TODO: Backport to v5-10!
12600
12601         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12602         Move here (and rename) from gnus-registry.el.
12603
12604         * gnus-registry.el: Require gnus-util.
12605         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12606
12607 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12608
12609         * gnus-group.el (gnus-group-catchup-current):
12610         Change if-then-else-if-then-else into cond.
12611         (gnus-group-catchup): Indent.
12612         (group-name-at-point): New function.
12613         (gnus-fetch-group): Provide default from thing at point.
12614
12615 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12616
12617         * message.el (message-display-abbrev): Fix regexp.
12618
12619         * ecomplete.el (ecomplete-highlight-match-line):
12620         Reimplement choosing.
12621         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12622         dead variables.
12623
12624         * message.el (message-newline-and-indent): Remove debugging.
12625         (message-display-abbrev): Use new implementation.
12626
12627 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * gnus-art.el (gnus-article-mode):
12630         Set cursor-in-non-selected-windows to nil.
12631
12632         * smiley.el: Revert previous change.
12633         (smiley-data-directory): defvar it before using it in the
12634         defcustom of `smiley-style'.
12635
12636 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12637
12638         * message.el (message-newline-and-indent): New function.
12639
12640         * ecomplete.el: Implement more bits.
12641
12642         * message.el (message-put-addresses-in-ecomplete): Clean up the
12643         string.
12644
12645         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12646
12647         * gnus-sum.el (gnus-summary-save-parts):
12648         Bind gnus-summary-save-parts-counter and use it to make unique file
12649         names.
12650
12651         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12652
12653         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12654         parameter to say whether to actually parse the individual
12655         addresses.
12656
12657         * message.el (message-put-addresses-in-ecomplete): New function.
12658         (ecomplete): Require.
12659         (message-mail-alias-type): Add ecomplete as an option.
12660
12661 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12662
12663         * flow-fill.el (fill-flowed): Remove trailing space from blank
12664         quoted lines.
12665
12666 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12667
12668         * smiley.el (smiley-style): Move definition later to avoid a
12669         compilation warning.
12670
12671 2006-04-12  Kenichi Handa  <handa@m17n.org>
12672
12673         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12674         buffer and then decode the buffer text if necessary.
12675         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12676         first, and after mm-encode-body, change the buffer to unibyte.
12677         Use mm-disable-multibyte instead of set-buffer-multibyte.
12678
12679 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12680
12681         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12682         Content-Type header instead of Content-Disposition header.
12683         (gnus-mime-inline-part): Ditto.
12684         (gnus-mime-view-part-as-charset): Ignore charset that the part
12685         specifies.
12686
12687         * mm-decode.el (mm-display-part): Work with external parts and
12688         usual parts similarly.
12689
12690         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12691         instead of gnus-display-mime.
12692
12693         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12694         instead of with-temp-buffer.
12695
12696         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12697         tag to summarized topics part in order to encode non-ASCII text.
12698
12699 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12700
12701         * smiley.el (smiley-style): New variable.
12702         (smiley-directory): New function.
12703         (smiley-data-directory): Derive from `smiley-style' using
12704         `smiley-directory'.
12705         (smiley-regexp-alist): Add new entries.
12706
12707         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12708         (gnus-article-browse-delete-temp): Add :version.
12709
12710 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12711
12712         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12713         the sieve region.
12714
12715 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12716
12717         * gnus.el (gnus-version-number): Bump version.
12718
12719 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12720
12721         * gnus.el: No Gnus v0.4 is released.
12722
12723 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12724
12725         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12726         layout.
12727
12728         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12729         unknown charset.
12730
12731         * message.el (message-header-synonyms): Add Original-To to the
12732         default.
12733
12734         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12735         optional parameter.
12736
12737 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12738
12739         * gnus-fun.el (gnus): Require it for gnus-directory.
12740
12741 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12744
12745 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12746
12747         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12748
12749 2006-04-05  Simon Josefsson  <jas@extundo.com>
12750
12751         * password.el (password-reset): New function.
12752
12753 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12754
12755         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12756         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12757
12758 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12759
12760         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12761         Some whitespace was matched into the url, which broke browsing hits
12762         > 100 when mm-url-use-external was nil.
12763
12764 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12765
12766         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12767         Check gnus-extra-headers for 'Newsgroups.
12768
12769         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12770         bound.
12771
12772 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12773
12774         * pgg-gpg.el: Clean up process buffers every time gpg processes
12775         complete.
12776
12777 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12778
12779         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12780         doc string.
12781
12782 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12783
12784         * pgg-gpg.el (pgg-gpg-process-filter)
12785         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12786
12787         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12788         lines, temporary fix.
12789
12790 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12791
12792         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12793
12794 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12795
12796         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12797         default-enable-multibyte-characters.  This reverts the change from
12798         revision 6.17 which is no longer necessary because the passphrase
12799         is sent separately now.  GnuPG messages are unreadable under
12800         multibyte locales with default-enable-multibyte-characters set to
12801         nil.
12802
12803 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12804
12805         * message.el (message-tool-bar-gnome): Move "spell".
12806
12807 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12808
12809         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12810         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12811         instead.
12812
12813 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12814
12815         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12816         Improve newsgroups handling for NNTP overviews which don't include
12817         Newsgroups.
12818
12819 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12820
12821         * message.el (message-resend): Bind message-generate-hashcash to nil.
12822
12823 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12824
12825         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12826         when searching for already-paid recipients.
12827
12828 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12829
12830         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12831         passphrases when it is not needed.
12832         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12833         passphrase stuff from gpg, should only be necessary when you use
12834         gpg with a smartcard.
12835
12836 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * mml.el (mml-insert-mime): Ignore cached contents of
12839         message/external-body part.
12840
12841         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12842         (mm-insert-part): Ditto.
12843
12844 2006-03-23  Simon Josefsson  <jas@extundo.com>
12845
12846         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12847         Reiner.
12848         (pgg-gpg-use-agent-p): Use it again.
12849
12850 2006-03-23  Simon Josefsson  <jas@extundo.com>
12851
12852         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12853         older emacsen.
12854         (pgg-gpg-use-agent-p): Don't use it.
12855
12856 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12857
12858         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12859         if we can.
12860
12861 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12862
12863         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12864         (pgg-gpg-update-agent): New function.
12865         (pgg-gpg-use-agent-p): New function.
12866         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12867         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12868         (pgg-gpg-sign-region): Use it.
12869
12870 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12873         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12874
12875 2006-03-21  Simon Josefsson  <jas@extundo.com>
12876
12877         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12878         <wilde@sha-bang.de>.
12879         (pgg-gpg-use-agent): New variable.
12880         (pgg-gpg-process-region): Use it.
12881         (pgg-gpg-encrypt-region): Likewise.
12882         (pgg-gpg-encrypt-symmetric-region): Likewise.
12883         (pgg-gpg-decrypt-region): Likewise.
12884         (pgg-gpg-sign-region): Likewise.
12885         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12886
12887 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12888
12889         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12890
12891         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12892         Add comment on version.
12893
12894 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12895
12896         * smiley.el: Add missing test smiley.
12897
12898 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12899
12900         * mm-decode.el (mm-with-part): New macro.
12901         (mm-get-part): Use it; work with message/external-body as well.
12902         (mm-save-part): Treat name and filename equally.
12903
12904         * mm-extern.el (mm-extern-cache-contents): New function.
12905         (mm-inline-external-body): Use it; force the part to be displayed;
12906         move undisplayer added to the cached handle to the parent.
12907
12908         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12909         (gnus-mime-view-part-as-type): Work with message/external-body.
12910
12911         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12912
12913 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12914
12915         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12916         images in image-load-path.  [Sync with image.el, revision 1.60, in
12917         Emacs.]
12918
12919 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12920
12921         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12922         path rather than symbol.  Always return list of directories.
12923         Guarantee that image directory comes first.  [Sync with image.el,
12924         revision 1.59, in Emacs.]
12925
12926         * message.el (message-make-tool-bar): Adjust to new API of
12927         `gmm-image-load-path-for-library'.
12928
12929         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12930
12931         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12932
12933 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12934
12935         * gnus-art.el (gnus-article-only-boring-p):
12936         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12937         intangible text.
12938         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12939
12940 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12941
12942         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12943         Use `defun' instead of `gmm-defun-compat'.
12944
12945 2006-03-14  Simon Josefsson  <jas@extundo.com>
12946
12947         * message.el (message-unique-id): Don't use message-number-base36
12948         if (user-uid) is a float.
12949         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12950
12951 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12954
12955         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12956         empty line between a part and a message part.
12957
12958 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12959
12960         * smiley.el: Add more test smileys.
12961         (smiley-data-directory, smiley-regexp-alist)
12962         (gnus-smiley-file-types): Fix doc strings.
12963         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12964         adding new elements.
12965         (smiley-mouse-map): Unused code.  Make it a comment.
12966
12967 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12970         scan latest NoCeM messages instead of old ones.
12971         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12972         delimiters that are recently used.
12973         (gnus-nocem-load-cache): Add autoload cookie.
12974
12975         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12976
12977         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12978         level which is larger than gnus-use-nocem is specified.
12979
12980         * gnus-group.el (gnus-group-get-new-news): Ditto.
12981
12982 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12983
12984         * gnus-util.el (gnus-tool-bar-update): New function.
12985
12986         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12987         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12988
12989         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12990
12991         * gnus-group.el (gnus-group-redraw-when-idle)
12992         (gnus-group-redraw-check): Remove.
12993         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12994
12995 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12996
12997         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12998         if optional last element is specified in splits (FIELD VALUE...).
12999
13000 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13001
13002         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13003         to gmm-image-load-path-for-library.  Call with no-error argument.
13004         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13005
13006         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13007
13008         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13009
13010         * gmm-utils.el (gmm-image-load-path): Remove alias.
13011
13012 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13013
13014         * gmm-utils.el (gmm-image-load-path): Add alias.
13015
13016         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13017         nnml-generate-nov-databases-1.
13018         (nnml-generate-nov-databases): Use it.
13019         (nnml-generate-nov-databases-directory): Document no-active
13020         argument.
13021
13022         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13023         directory if path is t.  Add no-error.
13024
13025         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13026         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13027
13028         * gnus-art.el (gnus-article-browse-delete-temp-files):
13029         Simplify resetting gnus-article-browse-html-temp-list.
13030
13031         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13032         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13033         Add example to docstring.  Rename local variables.  Move error
13034         checks to default case in cond and simplify.
13035
13036 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13037
13038         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13039         handle is multipart when calling it recursively.
13040         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13041
13042 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13043
13044         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13045         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13046
13047 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13050         is loaded.
13051
13052         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13053         loaded.
13054
13055 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13056
13057         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13058         to "Emacs 23 (unicode)" in doc string.
13059
13060         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13061         "Emacs 23 (unicode)" in comment.
13062
13063 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13064
13065         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13066
13067         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13068         characters 160 through 255 in Emacs 23.
13069
13070 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13071
13072         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13073         gnus-article-browse-html-temp.
13074         (gnus-article-browse-delete-temp): Make it customizable.
13075         Add `file'.  Adjust doc string.
13076         (gnus-article-browse-delete-temp-files): Add argument.
13077         Allow query for each file.  Adjust doc string.
13078         (gnus-article-browse-html-parts):
13079         Add `gnus-article-browse-delete-temp-files' to
13080         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13081
13082 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13083
13084         * gnus-art.el (gnus-article-browse-html-temp)
13085         (gnus-article-browse-delete-temp): New variables.
13086         (gnus-article-browse-delete-temp-files): New function.
13087         (gnus-article-browse-html-parts): Use it.
13088
13089 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13090
13091         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13092
13093         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13094         string.
13095
13096         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13097         gnus-summary-insert-new-articles when unplugged.
13098         Remove gnus-summary-search-article-forward.
13099
13100         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13101         display-visual-class instead of display-color-cells.
13102
13103 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * dgnushack.el: Autoload customize-group for XEmacs.
13106
13107         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13108         message/* containing non-ASCII text properly.
13109
13110 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13111
13112         * message.el: Require gmm-utils, remove autoloads.
13113         (message-tool-bar): Set default based on
13114         gmm-tool-bar-style.
13115         (message-tool-bar-gnome): Add gmm-customize-mode.
13116
13117         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13118         gmm-tool-bar-style.
13119         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13120
13121         * gnus-group.el (gnus-group-tool-bar): Set default based on
13122         gmm-tool-bar-style.
13123         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13124
13125         * gmm-utils.el (gmm-image-directory): Rename variable from
13126         gmm-image-load-path.
13127         (gmm-image-load-path): Use gmm-image-directory.
13128         (gmm-customize-mode): New function.
13129         (gmm-tool-bar-style): New variable.
13130
13131         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13132         gnus-group-redraw-line-number.
13133         (gnus-group-redraw-check): Simplify.
13134         (gnus-group-tool-bar-update): Remove redraw check.
13135         (gnus-group-make-tool-bar): Add redraw check.
13136
13137 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13138
13139         * gnus-art.el (gnus-button): Add missing parentheses.
13140
13141 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * lpath.el: Fbind line-number-at-pos.
13144
13145 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13148
13149 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13150
13151         * gnus-art.el (gnus-button): New face.
13152         (gnus-article-button-face): Use it.
13153
13154         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13155         Add gnus-summary-next-page.  Re-order.
13156
13157         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13158         next-node are now included.
13159         (gnus-group-redraw-line-number): New internal variable.
13160         (gnus-group-redraw-check): Helper function for updating the tool
13161         bar.
13162         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13163
13164         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13165
13166         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13167         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13168         Use it to match format of Spamassassin 3.0 and later.
13169         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13170         (spam-check-bogofilter)
13171         (spam-bogofilter-register-with-bogofilter): Fix args of
13172         `gnus-error' calls.
13173
13174 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13175
13176         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13177         unnecessary interaction when sending queued mails.
13178         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13179
13180 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13181
13182         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13183         first or last are nil.
13184
13185 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13186
13187         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13188
13189 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13190
13191         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13192
13193 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13194
13195         * dns.el (query-dns): Protect more against buggy tcp output.
13196
13197 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13198
13199         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13200         nov.php.
13201
13202 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13203
13204         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13205         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13206         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13207         output on the server side.
13208         (nnweb-google-create-mapping): Update regexps and add some
13209         progress indication.
13210
13211 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * gnus-group.el (gnus-group-tool-bar-gnome):
13214         Fix gnus-agent-toggle-plugged.  Re-order icons.
13215         (gnus-group-tool-bar-gnome):
13216         Add gnus-group-{prev,next}-unread-group.
13217         (gnus-group-tool-bar-gnome): Re-order icons.
13218
13219         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13220         Move gnus-summary-insert-new-articles.
13221
13222         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13223         Fix comments.
13224
13225         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13226         also available in Emacs 21.3.
13227
13228         * message.el (message-fix-before-sending): Change "Emacs 22" to
13229         "Emacs 23 (unicode)" in comment.
13230
13231         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13232         "Emacs 23 (unicode)" in comment.
13233
13234         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13235         comment.
13236         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13237
13238         * mm-view.el (mm-fill-flowed): Add :version.
13239
13240 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13243         and load-path.
13244
13245 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * message.el: Autoload gmm-image-load-path.
13248         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13249         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13250         consitency.
13251
13252         * gmm-utils.el (gmm-image-load-path): Also search in
13253         "../etc/images".  Don't set gmm-image-load-path if we don't find
13254         the image.
13255
13256 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * gmm-utils.el (gmm-image-load-path): Don't make
13259         `gmm-image-load-path' include subdirectories which the second arg
13260         `image' might specify.
13261
13262         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13263         subdirectory to icon file names.
13264
13265         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13266
13267 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13268
13269         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13270         gmm-image-load-path calls.
13271
13272         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13273
13274         * message.el (message-make-tool-bar): Ditto.
13275
13276         * mml.el (mml-preview): Add comment concerning tool bar icons.
13277
13278         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13279         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13280
13281         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13282         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13283
13284         * message.el (message-tool-bar-gnome): Use new icon names.
13285         (message-make-tool-bar): Use `gmm-image-load-path'.
13286
13287         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13288         New functions from MH-E.
13289         (gmm-image-load-path): New variable from MH-E.
13290         (gmm-image-load-path): New function from MH-E.  Add arguments
13291         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13292         *-image-load-path-called-flag.
13293
13294 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13295
13296         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13297
13298 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13299
13300         * nnimap.el (nnimap-request-move-article): Change folder back to
13301         source group before deleting.
13302
13303 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13304
13305         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13306
13307         * gnus-art.el (mm-url-insert-file-contents-external):
13308         Autoload mm-url.
13309
13310         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13311
13312 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13315         coding system which mm-charset-to-coding-system returns for a
13316         given charset is valid.
13317
13318 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13319
13320         * html2text.el (html2text-remove-tag-list):
13321         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13322
13323 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13324
13325         * gnus-cus.el: Revert 2005-10-17 change.
13326
13327 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13328
13329         * gnus-art.el (article-strip-banner):
13330         Call article-really-strip-banner only when the regexp match is made.
13331
13332 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * gnus-art.el (article-strip-banner):
13335         Use gnus-extract-address-components instead of
13336         mail-header-parse-addresses to make it work with non-ASCII text;
13337         remove mail-encode-encoded-word-string.
13338
13339         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13340         values which are surrounded with \"...\"; make it never cause a
13341         Lisp error; give up parsing of parameters if it failed in
13342         extracting type.
13343
13344 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13345
13346         * smime.el (smime-cert-by-ldap-1): Fix bug where
13347         `smime-ldap-search' returns results without userCertificates.
13348
13349 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13350
13351         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13352
13353 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13354
13355         * spam.el (spam-check-spamassassin-headers): Adapt format for
13356         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13357         <ari@mbf.ocn.ne.jp>.
13358         (spam-list-of-processors): Add spam-use-gmane.
13359
13360 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13363         make-temp-file; make it work with XEmacs as well.
13364
13365         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13366         mm-make-temp-file.
13367
13368         * mm-decode.el (mm-display-external): Use the 3rd arg of
13369         mm-make-temp-file.
13370         (mm-create-image-xemacs): Ditto.
13371
13372 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13373
13374         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13375         with message-narrow-to-headers.
13376         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13377         (gnus-draft-check-draft-articles): New function.
13378         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13379
13380 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13381
13382         * gnus-art.el (gnus-article-browse-html-parts):
13383         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13384         Don't use suffix argument for mm-make-temp-file for Emacs 21
13385         compatibility.  Remove useless `format'.
13386
13387 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13388
13389         * nnweb.el (nnweb-google-wash-article): Update regexps.
13390         (nnweb-group-alist): Use defvoo instead of defvar.
13391
13392 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13395         re-loading nn* modules.
13396
13397 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13398
13399         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13400         for `tool-bar-mode' and don't check it's default-value.
13401
13402         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13403
13404         * message.el (message-make-tool-bar): Ditto.
13405
13406         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13407         `substring'.  Shorten tmp-file name.
13408
13409         * gnus.el: Remove bogus comment.
13410
13411 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13412
13413         * gnus-art.el (gnus-article-browse-html-parts): New function.
13414         (gnus-article-browse-html-article): New function for viewing html
13415         articles with a browser.
13416
13417 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13418
13419         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13420         in elisp.
13421         (pgg-gpg-encrypt-symmetric-region): Ditto.
13422         (pgg-gpg-sign-region): Ditto.
13423
13424         * pgg-def.el (pgg-text-mode): New variable.
13425
13426         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13427         (mml2015-pgg-encrypt): Ditto.
13428
13429         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13430         (mml1991-pgg-encrypt): Ditto.
13431
13432 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * nnfolder.el (nnfolder-insert-newsgroup-line):
13435         Use message-make-date instead of current-time-string.
13436
13437         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13438         to gnus-decoded which mm-uu might set.
13439
13440 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13443         don't decode quoted parameters; remove misimported Emacs code.
13444         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13445         (rfc2231-decode-encoded-string): Don't use split-string which
13446         behaves differently according to Emacs version; use
13447         mm-decode-coding-region to convert charset to coding-system.
13448         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13449         (rfc2231-encode-string): Remove misimported Emacs code.
13450
13451 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13454         when calling mail-header-parse-content-type.
13455         (article-de-quoted-unreadable): Ditto.
13456         (article-de-base64-unreadable): Ditto.
13457         (article-wash-html): Ditto.
13458
13459         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13460         calling mail-header-parse-content-type and
13461         mail-header-parse-content-disposition.
13462         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13463         mail-header-parse-content-type.
13464
13465         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13466         insert charset and format parameters; encode description after
13467         inserting it to buffer.
13468         (mml-insert-parameter): Fold lines properly even if a parameter is
13469         segmented into two or more lines; change the max column to 76.
13470
13471         * rfc1843.el (rfc1843-decode-article-body): Don't use
13472         ignore-errors when calling mail-header-parse-content-type.
13473
13474         * rfc2231.el (rfc2231-parse-string): Return at least type if
13475         possible; don't cause an error even if it fails in parsing of
13476         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13477         (rfc2231-encode-string): Don't break lines at the beginning, leave
13478         it to mml-insert-parameter.
13479
13480         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13481         calling mail-header-parse-content-type.
13482
13483 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13484
13485         * spam-report.el (spam-report-gmane-use-article-number):
13486         Improve doc string.
13487         (spam-report-gmane-internal): Check if a suitable header was found
13488         in the article.
13489
13490 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13493         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13494
13495 2006-02-05  Romain Francoise  <romain@orebokech.com>
13496
13497         Update copyright notices of all files in the gnus directory.
13498
13499 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13500
13501         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13502
13503 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13506         segmented lines of parameter value to cope with Thunderbird 1.5
13507         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13508         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13509         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13510
13511 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13512
13513         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13514         parts.
13515
13516 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13517
13518         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13519         there's only one active file for all servers.
13520         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13521         solid groups.  Gnus might have used a FAST request to select the group.
13522         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13523         and nnweb-search redundantly in the active file.
13524         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13525         (nnweb-request-create-group): Don't use ARGS.
13526         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13527         initialisations.  Let nnoo do the work.
13528
13529 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13532         Say the part has been decoded.
13533
13534         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13535
13536 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13537
13538         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13539         mailcap-viewer-test-cache when there's no 'test clause, since that
13540         will invert the meaning of a "nil" test previously determined by
13541         mailcap-mailcap-entry-passes-test.
13542
13543 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13546         compiling.
13547
13548         * gnus-sum.el: Ditto.
13549
13550         * message.el: Don't bind tool-bar-map when compiling.
13551
13552 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13553
13554         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13555
13556 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13557
13558         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13559         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13560         current Google Groups.
13561
13562 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13563
13564         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13565         and tool-bar-mode.
13566
13567         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13568         and tool-bar-mode.
13569
13570         * message.el (message-tool-bar-update): Simplify.
13571         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13572
13573         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13574         gnus-summary-buffer.
13575         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13576         gnus-summary-reply.
13577
13578         * gmm-utils.el (gmm): Add :version.
13579
13580 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * Makefile.in (clean): New rule.
13583         (distclean): Use it.
13584
13585 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13586
13587         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13588         Don't autoload.
13589
13590 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * gmm-utils.el (gmm-verbose): Add :group.
13593
13594 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13595
13596         * message.el: Change some comments WRT tool-bars.
13597
13598         * gnus-sum.el (gnus-summary-tool-bar)
13599         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13600         (gnus-summary-tool-bar-zap-list): New variables.
13601         (gnus-summary-make-tool-bar): Complete rewrite using
13602         `gmm-tool-bar-from-list'.
13603
13604         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13605         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13606         New variables.
13607         (gnus-group-make-tool-bar): Complete rewrite using
13608         `gmm-tool-bar-from-list'.
13609         (gnus-group-tool-bar-update): New function.
13610
13611         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13612
13613 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13616         is dissected into a single part of which the type is the same as
13617         the given one; decode charset.
13618
13619 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13620
13621         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13622         into alists as symbol not string, since that's what
13623         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13624         look for.
13625
13626 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13627
13628         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13629         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13630
13631         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13632
13633 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13634
13635         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13636         (gnus-xmas-mime-security-button-menu): New function.
13637
13638         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13639         (gnus-mime-security-button-menu): New definition.
13640         (gnus-mime-security-button-map): Use them.
13641         (gnus-mime-security-button-menu): New function.
13642         (gnus-insert-mime-security-button): Addition to help echo.
13643         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13644         (gnus-mime-security-pipe-part): New functions.
13645
13646         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13647         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13648
13649         * mm-decode.el (mm-handle-set-disposition): Remove.
13650         (mm-handle-set-description): Remove.
13651
13652 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13655         (mm-w3m-standalone-supports-m17n-p): New function.
13656         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13657         w3m usage.
13658
13659         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13660         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13661
13662 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13663
13664         * message.el (message-tool-bar-zap-list):
13665         Use gmm-tool-bar-zap-list as custom type.
13666         (message-tool-bar-update): New function.
13667         (message-tool-bar, message-tool-bar-gnome)
13668         (message-tool-bar-retro): Add message-tool-bar-update.
13669         (message-tool-bar-gnome): Add flyspell-buffer.
13670
13671         * gnus-util.el (gnus-error): Describe `args'.
13672
13673         * gmm-utils.el (gmm-error): Describe `args'.
13674         (gmm-tool-bar-zap-list): New widget.
13675         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13676
13677 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13678
13679         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13680         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13681         the number of recursive calls.
13682
13683         * mm-decode.el (mm-handle-set-disposition): New macro.
13684         (mm-handle-set-description): New macro.
13685
13686 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13687
13688         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13689         encoding.
13690
13691 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13692
13693         * message.el (message-tool-bar-zap-list, message-tool-bar)
13694         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13695         (message-tool-bar-local-item-from-menu): Remove.
13696         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13697         (message-make-tool-bar): New function.
13698         (message-mode): Use `message-make-tool-bar'.
13699
13700         * gmm-utils.el: New file.
13701         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13702         (gmm-lazy): New widget copied from `nnmail.el'.
13703         (gmm-tool-bar-from-list): New function for creating customizable
13704         tool bars.
13705         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13706         output.
13707         (gmm): Add :prefix to defgroup.
13708
13709 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13710
13711         * gmm-utils.el (gmm-widget-p): New function.
13712
13713 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13714
13715         * mml.el (mml-attach-file): Describe `description' in doc string.
13716         (mml-menu): Add Emacs MIME manual and PGG manual.
13717
13718 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13719
13720         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13721
13722 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13723
13724         * nntp.el (nntp-end-of-line): Doc fix.
13725
13726 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13727
13728         * imap.el (imap-open): Handle case where buffer is a buffer
13729         object.
13730
13731 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13732
13733         * gnus-delay.el (gnus-delay): Don't autoload.
13734         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13735         to be re-loaded when customizing the `gnus-delay' group.
13736
13737 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13738
13739         * message.el (message-insert-citation-line): Use newlines.
13740
13741 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13742
13743         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13744         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13745         these routines, so the passphrase can be managed externally and
13746         passed in to the system.
13747         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13748         pgg-add-passphrase-to-cache function.
13749
13750         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13751         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13752         these routines, so the passphrase can be managed externally and
13753         passed in to the system.
13754         (pgg-pgp5-sign-region): Use new name of
13755         pgg-add-passphrase-to-cache function.
13756
13757 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13758
13759         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13760         part of the decoded armor to find the key-identifier.
13761         (pgg-gpg-lookup-key-owner): New function to return the
13762         human-readable identifier of a key owner.
13763         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13764         itself.
13765         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13766         the key value) if we have a key and can match it against a secret
13767         key.  Also, added a note pointing out fact that the prompt only
13768         indicates the first matching key.
13769
13770         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13771         pgg-decrypt-region.
13772         (pgg-add-passphrase-to-cache): Rename from
13773         `pgg-add-passphrase-cache' to reduce confusion (all callers
13774         changed).
13775         (pgg-remove-passphrase-from-cache): Rename from
13776         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13777         changed).
13778         (pgg-read-passphrase, pgg-add-passphrase-cache)
13779         (pgg-remove-passphrase-cache): Add informative docstrings.
13780         (pgg-decrypt): Convey provided passphrase in subordinate call to
13781         pgg-decrypt-region.
13782
13783 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13784
13785         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13786         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13787         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13788         'passphrase' argument, so the passphrase can be managed externally
13789         and then passed in to the system.
13790
13791         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13792         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13793         so the passphrase cache can be used reliably with identifiers
13794         besides a pgp packet's key id.
13795
13796         * pgg-gpg.el (pgg-gpg-encrypt-region)
13797         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13798         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13799         these routines, so the passphrase can be managed externally and
13800         passed in to the system.
13801
13802         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13803         'notruncate' argument, so the passphrase cache can be used
13804         reliably with identifiers besides a pgp packet's key id.
13805
13806 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13807
13808         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13809         symmetric encryption.
13810         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13811         encrypted session key.
13812         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13813         message ask for the passphrase in a proper way.
13814
13815         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13816         New user commands for symmetric encryption.
13817
13818 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13819
13820         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13821
13822         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13823
13824 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13825
13826         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13827
13828 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13829
13830         * mm-decode.el (mm-inlined-types): Add application/pgp.
13831         (mm-automatic-display): Ditto.
13832
13833         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13834         part as text.
13835
13836 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * nnrss.el: Update copyright.
13839         (nnrss-opml-import): Query whether to subscribe to each entry.
13840
13841         * gnus-art.el:
13842         * gnus-sum.el:
13843         * gnus-xmas.el:
13844         * messagexmas.el:
13845         * mm-uu.el:
13846         * mm-view.el: Update copyright.
13847
13848 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13849
13850         * message.el (message-info): New function.
13851         (message-mode-menu): Add it.
13852         Update copyright.
13853
13854         * ChangeLog: Fix and update copyright.
13855
13856 2006-01-13  Romain Francoise  <romain@orebokech.com>
13857
13858         * message.el (message-forward-subject-name-subject): Prefer the
13859         address to 'nowhere' if the sender has no name.
13860         Fix typo.  Update copyright year.
13861
13862 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * gnus-art.el (article-wash-html):
13865         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13866         (gnus-article-wash-html-with-w3m-standalone): New function.
13867
13868         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13869         mm-inline-text-html-render-with-w3m-standalone.
13870         (mm-text-html-washer-alist): Map w3m-standalone to
13871         gnus-article-wash-html-with-w3m-standalone.
13872         (mm-inline-text-html-render-with-w3m-standalone): New function.
13873
13874 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13877         Improve LaTeX.
13878
13879 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13882         (nnrss-request-article): Render text/plain parts as HTML.
13883
13884         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13885         the buffer.
13886
13887 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13888
13889         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13890         custom definition of `gnus-posting-styles'.
13891
13892         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13893         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13894
13895 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13896
13897         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13898         Use nntp for bug archive.
13899
13900 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13903         parts.
13904         (nnrss-normalize-date): New function converts ISO 8601 date into
13905         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13906         (nnrss-check-group): Use it.
13907
13908 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13911
13912         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13913         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13914         (nnrss-insert-w3): Ditto.
13915
13916 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13919         the articles to be forwarded including the case where neither a
13920         number of articles nor a region is specified.
13921
13922 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13923
13924         * nnrss.el (nnrss-request-article): Fix last change; fill
13925         text/plain parts.
13926
13927 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13930         in text/plain part.
13931         (nnrss-check-group): Don't add excessive newline to dc:subject.
13932
13933 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13934
13935         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13936         article.
13937
13938 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13939
13940         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13941         (nnml-use-compressed-files, nnml-save-mail): Support other
13942         comression programs such as bzip2.
13943
13944 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13945
13946         * dns.el (query-dns): Make sure we check the buffer size before
13947         removing tcp headers.
13948
13949 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13952         remove MIME buttons associated with multipart/alternative parts.
13953         (gnus-mime-display-alternative): Tag buttons using `article-type'
13954         text property.
13955
13956         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13957         associated with multipart/alternative parts.
13958
13959         * gnus-art.el (gnus-signature-separator): Fix custom type.
13960
13961         * mm-decode.el (mm-inlined-types): Fix custom type.
13962         (mm-keep-viewer-alive-types): Ditto.
13963         (mm-automatic-display): Ditto.
13964         (mm-attachment-override-types): Ditto.
13965         (mm-inline-override-types): Ditto.
13966         (mm-automatic-external-display): Ditto.
13967
13968 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * spam-report.el (spam-report-user-mail-address)
13971         (spam-report-user-agent): New variables.
13972         (spam-report-url-ping-plain): Use spam-report-user-agent.
13973
13974 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13975
13976         * gnus-art.el (gnus-button-handle-custom): Do not just use
13977         `customize-apropos' for any "M-x customize-*" button but the
13978         function called for.  Accept both the function name and its
13979         argument in order to achieve this.
13980         (gnus-button-alist): Remove support for "custom:" URL's.
13981         Pass function name to `gnus-button-handle-custom' in case of "M-x
13982         customize-*" buttons.
13983
13984 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13987         multipart/alternative and add xref to mm-discouraged-alternatives
13988         in doc string.
13989
13990         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13991         gnus-buttonized-mime-types in doc string.
13992
13993 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13994
13995         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13996         Suggest image/.* in the doc string.
13997
13998 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14001         message-marks (Debian bug #342521).
14002
14003 2005-12-12  Simon Josefsson  <jas@extundo.com>
14004
14005         * password.el (password-read-from-cache): Add.
14006         (password-read): Use it.
14007
14008 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14009
14010         * rfc2047.el (rfc2047-charset-to-coding-system):
14011         Recognize us-ascii as a MIME charset.
14012
14013         * mm-bodies.el (mm-decode-content-transfer-encoding):
14014         Protect against the case where the 2nd arg TYPE is nil.
14015
14016 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14017
14018         * pop3.el (pop3-stream-type): Fix custom version.
14019
14020         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14021
14022 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14023
14024         * mm-decode.el (mm-display-external): Add missing cdr.
14025
14026 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14029         RFC1524) if it is in mailcap or add a suffix according to
14030         mailcap-mime-extensions when generating a temp filename; postpone
14031         deleting a temp file for 2 seconds for some wrappers, shell
14032         scripts, and so on, which might exit right after having started a
14033         viewer command as a background job.
14034
14035 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14036
14037         * nntp.el (nntp-marks-directory): Fix custom group.
14038
14039         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14040         steps when < 10.
14041
14042         * gnus-start.el (gnus-no-server-1):
14043         Mention `gnus-level-default-subscribed' in doc string.
14044
14045 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14046
14047         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14048         parens.
14049
14050 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14051
14052         * gnus-xmas.el (gnus-use-toolbar): Revert.
14053         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14054         gnus-use-toolbar is default.
14055
14056         * messagexmas.el (message-use-toolbar): Revert.
14057         (message-setup-toolbar): Use global default-toolbar if
14058         message-use-toolbar is default.
14059
14060 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14063         according to default-toolbar-visible-p.
14064
14065         * messagexmas.el (message-use-toolbar): Ditto.
14066
14067 2005-11-26  Dave Love  <fx@gnu.org>
14068
14069         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14070         (tls-program, tls-success): Provide openssl alternative.
14071
14072         * starttls.el: Doc fixes.
14073         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14074         SERVICE to PORT.
14075
14076         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14077         port null or service name.
14078         (starttls-negotiate): Autoload.
14079
14080 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * message.el (message-kill-to-signature): Fix interactive spec.
14083
14084 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14085
14086         * pop3.el (pop3-open-server): Recognize a string as a service name.
14087
14088 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14089
14090         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14091
14092 2005-11-23  Dave Love  <fx@gnu.org>
14093
14094         Add pop3s, pop3/starttls.
14095
14096         * pop3.el (pop3-authentication-scheme): Clarify doc.
14097         (open-tls-stream, starttls-open-stream): Autoload.
14098         (pop3-stream-type): New.
14099         (pop3-open-server): Use it.
14100
14101         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14102         for POP.
14103         (mail-source-keyword-map): Add :stream for POP.
14104         (mail-source-fetch-pop): Use pop3-stream-type.
14105
14106 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14109         of current-time-string.
14110
14111 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14112
14113         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14114         date header.
14115
14116 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14117
14118         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14119         it can seriously impact performance as it bypasses the agent's
14120         local caches.
14121
14122 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14123
14124         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14125         must be explicitly online rather than "not explicitly offline" for
14126         its flags to be synchronized.
14127
14128         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14129         that gnus-uu-unmark-thread will function correctly.
14130
14131         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14132         1024K is instead displayed as 1M.
14133
14134 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14135
14136         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14137
14138 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14139
14140         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14141
14142 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14143
14144         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14145         error message to display actual error condition.
14146         (gnus-agent-save-local): Avoid saving symbols that are bound to
14147         nil as they simply result in a warning message in
14148         gnus-agent-read-local.
14149
14150 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14153         rather than make-variable-buffer-local for file-precious-flag.
14154
14155 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14156
14157         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14158         for duplicates which are removed.  The invalid sort check then
14159         triggers a rescan after the sort as sorting may have moved
14160         duplicate entries such that they can be cheaply detected.
14161
14162 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14163
14164         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14165
14166 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14167
14168         * gnus-agent.el (gnus-agent-article-alist-save-format):
14169         Change internal variable to a custom variable.  Change default value
14170         from compressed(2) to uncompressed(1).
14171         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14172         support for uncompressed agentview files.  Taken together, reading
14173         the agentview file should now be 6-7 times faster.
14174
14175 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14176
14177         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14178         as a buffer-local variable.  This avoids creating truncated
14179         dribble files as a result of a hang up, eg.
14180
14181 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14182
14183         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14184         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14185         XEmacs.
14186
14187 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14188
14189         * gnus-start.el (gnus-start-draft-setup):
14190         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14191
14192         * gnus.el (gnus-splash): Change custom group.
14193         (gnus-group-get-parameter, gnus-group-parameter-value):
14194         Describe allow-list argument.
14195
14196         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14197         string.
14198
14199 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14200
14201         * gnus-art.el (gnus-default-article-saver): Add user-defined
14202         `function' to custom type.
14203
14204 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14205
14206         * imap.el (imap-open): Handle case where buffer is a buffer
14207         object.
14208
14209 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14212         long lines.
14213         (gnus-cache-delete-group): Wrap doc strings.
14214
14215         * gnus-agent.el (gnus-agent-rename-group)
14216         (gnus-agent-delete-group): Wrap doc strings.
14217
14218 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14219
14220         * messagexmas.el (message-use-toolbar): Change the valid values
14221         into default, top, bottom, left, and right.
14222         (message-toolbar-thickness): New variable.
14223         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14224         well.
14225         (message-setup-toolbar): Make it work.
14226
14227         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14228         (gnus-use-toolbar): Change the valid values into default, top,
14229         bottom, left, and right.
14230         (gnus-toolbar-thickness): New variable.
14231         (gnus-xmas-setup-toolbar): New function.
14232         (gnus-xmas-setup-group-toolbar): Use it.
14233         (gnus-xmas-setup-summary-toolbar): Use it.
14234
14235 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14236
14237         * gnus-start.el (gnus-1): Add "native" to
14238         gnus-predefined-server-alist.
14239
14240         * gnus.el (gnus-method-to-server): Don't add "native" to the
14241         lists here, because that leads to problems when
14242         gnus-select-method is bound.
14243
14244 2005-11-09  Simon Josefsson  <jas@extundo.com>
14245
14246         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14247         use (not sort-by-date) instead.
14248
14249 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14250
14251         * gnus-delay.el (gnus-delay-group): Don't autoload.
14252         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14253         to be re-loaded when customizing the `gnus-delay' group.
14254
14255 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14256
14257         * message.el: Revert last changes.
14258         (message-insert-citation-line): Use newlines.
14259
14260 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14261
14262         * message.el (message-courtesy-message)
14263         (message-mark-insert-begin, message-mark-insert-end)
14264         (message-elide-ellipsis, message-cancel-message)
14265         (message-add-header, message-change-subject)
14266         (message-cross-post-followup-to-header)
14267         (message-cross-post-insert-note, message-reduce-to-to-cc)
14268         (message-widen-reply, message-delete-not-region)
14269         (message-kill-to-signature, message-insert-signature)
14270         (message-insert-importance-high, message-insert-importance-low)
14271         (message-insert-or-toggle-importance)
14272         (message-insert-disposition-notification-to)
14273         (message-indent-citation, message-yank-original)
14274         (message-cite-original-without-signature, message-cite-original)
14275         (message-insert-citation-line, message-position-on-field)
14276         (message-fix-before-sending, message-send-mail-partially)
14277         (message-send-mail, message-send-mail-with-sendmail)
14278         (message-send-mail-with-qmail, message-send-news)
14279         (message-check-news-header-syntax, message-generate-headers)
14280         (message-insert-courtesy-copy, message-fill-address)
14281         (message-fill-header, message-shorten-references)
14282         (message-setup-1, message-cancel-news)
14283         (message-forward-make-body-plain, message-forward-make-body-mime)
14284         (message-forward-make-body-mml, message-encode-message-body)
14285         (message-forward-make-body-digest-plain)
14286         (message-forward-make-body-digest-mime)
14287         (message-use-alternative-email-as-from): Insert `hard-newline'
14288         instead of ordinary newlines.
14289
14290 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * message.el (message-generate-headers): Downcase the argument
14293         given to message-check-element.
14294
14295 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14296
14297         * nntp.el (nntp-authinfo-rejected): New error condition.
14298         (nntp-wait-for): Use new error condition to signal authentication
14299         error.
14300         (nntp-retrieve-data): Rethrow new error condition to break out of
14301         recursive call to nntp-send-authinfo.
14302
14303 2005-11-08  Romain Francoise  <romain@orebokech.com>
14304
14305         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14306         (gnus-summary-exit-map): Bind to `Z p'.
14307         (gnus-summary-make-menu-bar): Add menu item.
14308
14309 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14312         (gnus-treat-*): Add `first' in all doc strings.
14313
14314         * gnus-group.el (gnus-group-compact-group): Fix typo.
14315
14316 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * gnus.el (gnus-parameters-case-fold-search): New variable.
14319         (gnus-parameters-get-parameter): Use it.
14320
14321         * gnus-score.el (gnus-home-score-file): Doc fix.
14322
14323 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14324
14325         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14326
14327 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * mm-util.el (mm-special-display-p): New function.
14330
14331         * mml.el (mml-preview): Use it; doc fix.
14332
14333 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14334
14335         * imap.el (imap-open): Handle case where buffer is a buffer object.
14336
14337 2005-10-29  Romain Francoise  <romain@orebokech.com>
14338
14339         * message.el (message-fix-before-sending): Fix comment.
14340
14341 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14342
14343         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14344
14345 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14346
14347         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14348         Used in gnus-score.el.
14349
14350 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14351
14352         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14353
14354 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14355
14356         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14357         whitespace removed in revision 7.8.  Use concatenated string to
14358         protect trailing whitespace.
14359
14360 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14361
14362         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14363         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14364         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14365         Courier IMAP ("some version from 2004").  Mostly based on similar
14366         code in the same function.
14367
14368 2005-10-26  Didier Verna  <didier@xemacs.org>
14369
14370         * gnus-group.el (gnus-group-compact-group): Invalidate original
14371         article buffer.
14372         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14373         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14374         NOV database and in article itself.
14375         Invalidate article backlog.
14376
14377 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14378
14379         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14380
14381 2005-10-26  Simon Josefsson  <jas@extundo.com>
14382
14383         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14384         part of 2004-07-25 change.
14385
14386 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14387
14388         * message.el (message-display-completion-list): New function.
14389         (message-expand-group): Use it; make sure the Completions buffer
14390         is modifiable.
14391 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14392
14393         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14394         user-mail-name is an empty string.
14395
14396 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14397
14398         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14399         depending on gnus-score-decay-constant.
14400
14401         * encrypt.el (encrypt-insert-file-contents)
14402         (encrypt-write-file-contents): Don't use `gnus-message'.
14403
14404         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14405         arguments.
14406         (mm-uu-type-alist): Add message-marks and insert-marks.
14407         Pass arguments to mm-uu-verbatim-marks-extract.
14408         (mm-uu-hide-markers): New variable.
14409         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14410
14411         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14412         (gnus-convert-image-to-face-command): Use "convert" by default to
14413         allow other input image formats.
14414         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14415         accordingly.
14416
14417 2005-10-23  Simon Josefsson  <jas@extundo.com>
14418
14419         * imap.el (imap-gssapi-program): Align command line parameters
14420         with latest GNU SASL.
14421         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14422
14423 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14424
14425         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14426         HTML.
14427         (nnslashdot-request-article): Ditto.
14428
14429         * lpath.el (featurep): Add nobreak-char-display.
14430
14431 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14432
14433         * mail-source.el (mail-source-fetch-pop): Require pop3.
14434         (mail-source-check-pop): Ditto.
14435
14436 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14439         errors.
14440
14441 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14442
14443         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14444         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14445
14446         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14447
14448         * mm-bodies.el (mm-decode-string):
14449         Call `mm-charset-to-coding-system' with allow-override argument.
14450
14451 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14454         (rfc2047-charset-to-coding-system): New function.
14455         (rfc2047-decode-encoded-words): New function.
14456         (rfc2047-decode-region): Use them.
14457         (rfc2047-decode-cte): Remove.
14458         (rfc2047-parse-and-decode): Remove.
14459         (rfc2047-decode): Remove.
14460
14461 2005-10-15  Kenichi Handa  <handa@m17n.org>
14462
14463         * rfc2047.el (rfc2047-decode-cte): New function.
14464         (rfc2047-decode-region): Change the way to decode successive
14465         encoded-words: decode B- or Q-encoding in each encoded-word,
14466         concatenate them, and decode it as charset.
14467
14468 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * lpath.el: Fbind codepage-setup for XEmacs.
14471
14472 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14473
14474         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14475         widget-move-and-invoke.
14476         (gnus-custom-mode): Use gnus-custom-map.
14477
14478 2005-10-15  Bill Wohler  <wohler@newt.com>
14479
14480         * message.el (message-tool-bar-map): Rename image file from
14481         mail_send to mail/send.
14482
14483 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14484
14485         * message.el (message-expand-group): Pass the common
14486         prefix substring of completion to `display-completion-list'.
14487
14488 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14489
14490         * mml-sec.el (mml-secure-method): New internal variable.
14491         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14492         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14493         New functions using mml-secure-method.
14494
14495         * mml.el (mml-mode-map): Add key bindings for those functions.
14496         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14497         Harder <harder@myrealbox.com>.
14498         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14499         Goto end of message if point is the headers of the message.
14500
14501         * message.el (message-in-body-p): New function.
14502
14503         * assistant.el: Autoload gnus-util and netrc.
14504
14505         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14506         Use `mm-charset-override-alist' only when decoding.
14507
14508         * mm-bodies.el (mm-decode-body):
14509         Call `mm-charset-to-coding-system' with allow-override argument.
14510
14511         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14512         `filename' from Content-Disposition if Content-Type doesn't
14513         provide `name'.
14514         (gnus-mime-view-part-as-type): Set default instead of
14515         initial-input.
14516
14517 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14518
14519         * format-spec.el (format-spec): Propagate text properties of % spec.
14520
14521 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14522
14523         * gnus-art.el (gnus-treat-predicate): Add `first'.
14524
14525 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14526
14527         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14528         (mm-charset-override-alist): New variable.
14529         (mm-charset-to-coding-system): Use it.
14530         (mm-codepage-setup): New helper function.
14531         (mm-charset-eval-alist): New variable.
14532         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14533         Warn about unknown charsets.
14534
14535         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14536
14537 2005-10-04  David Hansen  <david.hansen@gmx.net>
14538
14539         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14540         (nnrss-check-group): Ditto.
14541
14542 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14543
14544         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14545         Rename x-gnus-verbatim to x-verbatim.
14546         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14547
14548         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14549         x-verbatim.
14550
14551         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14552
14553         * gnus-util.el (gnus-remove-duplicates): Remove.
14554
14555         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14556         instead of gnus-remove-duplicates.
14557
14558         * message.el (message-remove-duplicates): Remove.
14559         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14560         message-remove-duplicates.
14561
14562         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14563         available, else use implementation from `delete-dups'.
14564
14565         * message.el (message-insert-expires): New function.
14566         (message-mode-map): Add key binding.
14567         (message-mode-field-menu): Add menu entry.
14568         (message-mode): Document it.
14569         (message-make-expires-date): Use `message-make-date'.
14570
14571 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14572
14573         * message.el (message-make-expires-date): New function.
14574
14575 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * Makefile.in (list-installed-shadows): New entry.
14578         (install): Use it.
14579         (remove-installed-shadows): New entry.
14580
14581         * dgnushack.el (dgnushack-default-load-path): New variable.
14582         (dgnushack-find-lisp-shadows): New function.
14583         (dgnushack-remove-lisp-shadows): New function.
14584
14585 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * Makefile.in (install-el-elc): New entry.
14588         (install): Use it so that .el files are necessarily installed.
14589
14590 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14593
14594 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14595
14596         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14597         function rather than the diff-mode.el package.
14598         (mm-display-external): Use with-current-buffer.
14599         (mm-viewer-completion-map, mm-viewer-completion-map):
14600         Move initialization inside declaration.
14601
14602 2005-09-29  Simon Josefsson  <jas@extundo.com>
14603
14604         * spam.el: Load hashcash when compiling, to avoid warnings.
14605         Don't autoload mail-check-payment.
14606         (spam-check-hashcash): Define unconditionally, since hashcash.el
14607         is part of Gnus now.  Ignore errors from payment checking.
14608
14609 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14610
14611         * message.el (message-bold-region, message-unbold-region):
14612         Rename from `bold-region' and `unbold-region'.
14613
14614         * message.el: Remove useless autoloads.
14615
14616 2005-09-28  Simon Josefsson  <jas@extundo.com>
14617
14618         * message.el (message-use-idna): Default to t.
14619         (message-use-idna): Test whether encoding works too.  Doc fix.
14620
14621 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * nntp.el (nntp-warn-about-losing-connection): Remove.
14624
14625 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14628         customizable.  Change default value.
14629         (mm-uu-diff-groups-regexp): Change default value.
14630         (mm-uu-type-alist): Add doc string.
14631         (mm-uu-configure): Add doc string.  Make it interactive.
14632         (mm-uu-tex-groups-regexp): New variable.
14633         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14634         (mm-uu-type-alist): Add LaTeX documents.
14635         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14636         of "text/verbatim".
14637         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14638
14639         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14640         instead of "text/verbatim".
14641
14642         * message.el (message-mark-inserted-region)
14643         (message-mark-insert-file): Use slrn style marks when called with
14644         prefix argument.
14645
14646 2005-09-27  Simon Josefsson  <jas@extundo.com>
14647
14648         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14649
14650 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14651
14652         * message.el (message-remove-duplicates): New function.
14653         Implementation borrowed from `gnus-remove-duplicates'.
14654         (message-idna-to-ascii-rhs): Also encode idna addresses in
14655         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14656         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14657         only ask about the same idna domain once per header and also tell
14658         in what header to replace the idna domain.
14659
14660         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14661         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14662         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14663         a header is decoded and not just the last one.
14664
14665 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14666
14667         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14668         has been decoded.
14669
14670         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14671         (mm-insert-part): Don't modify text if it has been decoded.
14672
14673         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14674         decoded.
14675
14676         * mm-view.el (mm-inline-text): Don't strip text props unless
14677         decoding enriched or richtext parts.
14678
14679 2005-09-25  Romain Francoise  <romain@orebokech.com>
14680
14681         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14682         * gnus-start.el (gnus-subscribe-interactively):
14683         * gnus-uu.el (gnus-uu-grab-articles):
14684         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14685         space.
14686
14687 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14688
14689         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14690         * mm-view.el (mm-view-pkcs7-decrypt):
14691         * gnus-sum.el (gnus-summary-limit-to-extra)
14692         (gnus-summary-respool-article, gnus-read-move-group-name):
14693         * gnus-score.el (gnus-summary-increase-score):
14694         * gnus-util.el (gnus-completing-read-with-default):
14695         * gnus-art.el (gnus-read-save-file-name)
14696         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14697         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14698         * message.el (message-check-news-header-syntax):
14699         Follow convention for reading with the minibuffer.
14700
14701 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14702
14703         * spam-report.el (spam-report-url-ping-plain):
14704         Use gnus-extended-version as User-Agent.
14705
14706         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14707         default value is nil.
14708
14709         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14710         (mm-uu-verbatim-marks-extract): New function.
14711         (mm-uu-extract): New face.
14712         (mm-uu-copy-to-buffer): Use it.
14713
14714         * spam-report.el (spam-report-gmane-ham): Rename from
14715         `spam-report-gmane-unspam'.
14716         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14717         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14718
14719         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14720         Autoload.
14721         (spam-report-gmane-unregister-routine):
14722         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14723
14724 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14725
14726         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14727         (spam-report-gmane-unregister-routine): Add support for gmane
14728         unregistration.
14729
14730         * spam-report.el (spam-report-gmane-unspam)
14731         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14732         (spam-report-gmane): Change to take a single article and do unspam
14733         registration.
14734
14735 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14736
14737         * mm-url.el (mm-url-decode-entities): Fix regexp.
14738
14739 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14740
14741         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14742         default to nil, to be able to use Gnus at all.  If the default
14743         switches to something else, then the function should be fixed not
14744         be exceedingly slow.
14745
14746 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14747
14748         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14749         fail hard.
14750
14751         * spam-report.el: Add better Keywords line.
14752
14753         * spam.el: Add Maintainer and better Keywords line.
14754
14755 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14756
14757         * gnus-art.el (gnus-article-replace-part)
14758         (gnus-mime-replace-part): New functions.
14759         (gnus-mime-action-alist, gnus-mime-button-commands)
14760         (gnus-mime-save-part-and-strip): Add file argument.
14761         (gnus-article-part-wrapper): Add interactive argument.
14762
14763         * gnus-sum.el (gnus-summary-mime-map):
14764         Add `gnus-article-replace-part'.
14765
14766 2005-09-19  Didier Verna  <didier@xemacs.org>
14767
14768         The nnml compaction feature:
14769         * nnml.el (nnml-request-compact-group): New function.
14770         * nnml.el (nnml-request-compact): New function.
14771         * gnus-int.el (gnus-request-compact-group): New function.
14772         * gnus-int.el (gnus-request-compact): New function.
14773         * gnus-group.el (gnus-group-compact-group): New function.
14774         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14775         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14776         * gnus-srvr.el (gnus-server-compact-server): New function.
14777         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14778         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14779
14780 2005-09-18  Deepak Goel  <deego@gnufans.org>
14781
14782         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14783         format spec.
14784
14785 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14788
14789 2005-09-15  Romain Francoise  <romain@orebokech.com>
14790
14791         * message.el (message-fill-paragraph): Clarify docstring.
14792
14793 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * gnus-art.el (gnus-mime-display-part): Protect against broken
14796         MIME messages.
14797
14798 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14801         before parsing header.
14802
14803 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14804
14805         * html2text.el (html2text-replace-list): Add new entities.
14806
14807 2005-09-11  Romain Francoise  <romain@orebokech.com>
14808
14809         * message.el (message-alternative-emails): Improve docstring.
14810         (message-setup-1): Call `message-use-alternative-email-as-from'
14811         after `message-setup-hook' to give it precedence over posting
14812         styles, etc.
14813         (message-use-alternative-email-as-from): Add docstring.
14814         Remove the original From header if present.
14815
14816         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14817         (nnml-save-mail): Use it.
14818
14819         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14820         articles.  Add new argument `silent'.
14821         (gnus-uu-mark-all): Report the total number of marked articles.
14822
14823 2005-09-10  Romain Francoise  <romain@orebokech.com>
14824
14825         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14826         (gnus-uu-mark-series): Likewise.
14827
14828 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14829
14830         * spam-report.el (spam-report-gmane): Fix generation of spam
14831         report URL.
14832
14833 2005-09-10  Simon Josefsson  <jas@extundo.com>
14834
14835         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14836         t, based on discussion on the ding list with Robert Epprecht
14837         <epprecht@solnet.ch>.
14838
14839 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14840
14841         * spam-report.el (spam-report-gmane): Make it work without
14842         X-Report-Spam header.  Gmane now only provides Archived-At.
14843         This is only used if `spam-report-gmane-use-article-number' is nil.
14844         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14845
14846         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14847         make `gnus-summary-sort-by-recipient' work with threading.
14848
14849         * nnweb.el (nnweb-google-wash-article): Print a message if article
14850         is not available.
14851
14852 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14853
14854         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14855         change.  Decode text/* parts content before displaying.
14856
14857 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14858
14859         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14860
14861 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14864
14865         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14866         url-package-name, url-package-version,
14867         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14868         w3m-display-inline-images, and w3m-minor-mode-map.
14869
14870 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14871
14872         * message.el (message-tab-body-function): Fix mismatched custom type.
14873
14874         * gnus.el (gnus-group-change-level-function): Ditto.
14875
14876         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14877
14878         * gnus-art.el (gnus-signature-limit)
14879         (gnus-article-mime-part-function): Ditto.
14880
14881 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * mml.el (mml-mode): Silence the byte compiler.
14884
14885         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14886         using `(sit-for 0)' before moving the point to the specified part;
14887         skip unbuttonized parts.
14888         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14889         return to the summary window if gnus-auto-select-part is non-nil.
14890
14891 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14892
14893         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14894         New variables.
14895         (mml-dnd-attach-file, mml-mode): Use them.
14896
14897         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14898         Make fetching article by MID work again for Google Groups.
14899         Add FIXME concerning gnus-group-make-web-group.
14900
14901         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14902         Don't depend on Gnus by using mail-extract-address-components if
14903         gnus-extract-address-components is not bound.
14904
14905 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14906
14907         * gnus-art.el (gnus-mime-display-security): Don't display the
14908         signature, but only the signed part.
14909
14910 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14913
14914         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14915         list, not listp.
14916
14917 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14918
14919         * mm-encode.el (mm-encode-content-transfer-encoding):
14920         Likewise when encoding.
14921
14922         * mm-bodies.el (mm-decode-content-transfer-encoding):
14923         De-canonicalize CRLF for all text content types, not just
14924         text/plain.
14925
14926 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14927
14928         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14929         valid article; point arrow and cursor at the MIME button.
14930
14931 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14934         Suggested by Dan Christensen <jdc@uwo.ca>.
14935
14936         * mm-decode.el (mm-save-part): Enable change of prompt.
14937
14938 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14939
14940         * gnus-msg.el (gnus-inews-add-send-actions):
14941         Make `message-post-method' lambda parameter ARG `&optional'.
14942
14943 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14944
14945         * gnus-sum.el (gnus-summary-mime-map):
14946         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14947         gnus-article-jump-to-part.
14948
14949         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14950         (gnus-article-edit-part): Use it.
14951         (gnus-article-part-wrapper): Add no-handle argument.
14952         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14953         New functions.
14954
14955 2005-08-29  Romain Francoise  <romain@orebokech.com>
14956
14957         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14958         docstring.
14959         (gnus-face-from-file): Likewise.
14960
14961 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14962
14963         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14964         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14965         non-nil.
14966         (gnus-auto-select-part): New variable.
14967         (gnus-article-jump-to-part): New function.
14968         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14969         (gnus-mime-delete-part): Allow selecting specified part after
14970         deleting or stripping parts.
14971         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14972         part if argument is bogus.
14973
14974 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14975
14976         * gnus-art.el (w3m-minor-mode-map):
14977         * gnus-spec.el (gnus-newsrc-file-version):
14978         * gnus-util.el (nnmail-active-file-coding-system)
14979         (gnus-original-article-buffer, gnus-user-agent):
14980         * gnus.el (gnus-ham-process-destinations)
14981         (gnus-parameter-ham-marks-alist)
14982         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14983         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14984         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14985         * mm-decode.el (gnus-current-window-configuration):
14986         * mm-extern.el (gnus-article-mime-handles):
14987         * mm-url.el (url-current-object, url-package-name)
14988         (url-package-version):
14989         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14990         (smime-keys, w3m-cid-retrieve-function-alist)
14991         (w3m-current-buffer, w3m-display-inline-images)
14992         (w3m-minor-mode-map):
14993         * mml-smime.el (gnus-extract-address-components):
14994         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14995         (gnus-newsrc-hashtb, message-default-charset)
14996         (message-deletable-headers, message-options)
14997         (message-posting-charset, message-required-mail-headers)
14998         (message-required-news-headers):
14999         * mml1991.el (mc-pgp-always-sign):
15000         * mml2015.el (mc-pgp-always-sign):
15001         * nnheader.el (nnmail-extra-headers):
15002         * rfc1843.el (gnus-decode-encoded-word-function)
15003         (gnus-decode-header-function, gnus-newsgroup-name):
15004         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15005
15006 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15007
15008         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15009         the end of the date treatments.
15010
15011 2005-08-15  Simon Josefsson  <jas@extundo.com>
15012
15013         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15014         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15015         Capello and Romain Francoise.
15016         (pgg-fetch-key-function): Remove, not used?
15017         (pgg-insert-url-with-w3): Require url, to get
15018         url-insert-file-contents regardless of where it is defined.
15019
15020 2005-08-13  Romain Francoise  <romain@orebokech.com>
15021
15022         * message.el (message-cite-original-1): New function.
15023         (message-cite-original): Use it.
15024         (message-cite-original-without-signature): Ditto.
15025
15026 2005-08-08  Romain Francoise  <romain@orebokech.com>
15027
15028         * message.el (message-yank-empty-prefix): New variable.
15029         (message-indent-citation): Use it.
15030         (message-cite-original-without-signature): Respect X-No-Archive.
15031
15032 2005-08-08  Simon Josefsson  <jas@extundo.com>
15033
15034         * pgg.el: Autoload url-insert-file-contents instead of loading
15035         w3/url.
15036         (pgg-insert-url-with-w3): Don't load url here.
15037
15038 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15039
15040         * message.el (message-kill-to-signature): Don't insert newline at
15041         bol.
15042         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15043
15044 2005-08-06  Romain Francoise  <romain@orebokech.com>
15045
15046         * message.el (message-user-fqdn): Fix typo in docstring.
15047
15048 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15049
15050         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15051
15052         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15053
15054 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * mm-bodies.el (mm-encode-body): Use coding system rather than
15057         charset to encode text.
15058
15059         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15060         number of charsets if utf-8 is available (XEmacs).
15061
15062 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15063
15064         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15065         taken from `gnus-button-mid-or-mail-regexp'.
15066         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15067         (gnus-button-alist): Improve regexp for domain part of the MIDs
15068         for news:localpart@domain buttons.
15069         (gnus-button-ctan-directory-regexp): Update.
15070
15071 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * sieve-manage.el (sieve-manage-interactive-login):
15074         Use make-local-variable rather than make-variable-buffer-local.
15075         (sieve-manage-open): Ditto.
15076         (sieve-manage-authenticate): Ditto.
15077
15078         * mml.el (mml-generate-mime-1): Make the content type default to
15079         text/plain if the filename is not specified.
15080
15081 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15082
15083         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15084         instead of insert-buffer.
15085
15086         * message.el (message-yank-original): Ditto; set the mark at the
15087         end of the yanked message.
15088
15089 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15090
15091         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15092         lines to scroll rather than to stop it.
15093
15094         * mml.el (mml-generate-default-type): Add doc string.
15095         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15096         default to application/octet-stream when determining the content
15097         type if it is not specified for the part or the mml contents; add
15098         a comment about mml-generate-default-type.
15099
15100 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15101
15102         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15103         make it default to application/octet-stream when determining the
15104         content type if it is not specified for the external contents.
15105
15106 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15107
15108         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15109         segmented parameter but also other parameters might be there.
15110
15111 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15112
15113         * mm-decode.el (mm-display-external): Delete temp file, directory
15114         and buffer immediately if the external process is exited.
15115
15116 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15117
15118         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15119         fewer lines than that of scroll-margin.
15120         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15121
15122 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * gnus-art.el (gnus-article-next-page): Revert.
15125         (gnus-article-beginning-of-window): New macro.
15126         (gnus-article-next-page-1): Use it.
15127         (gnus-article-prev-page): Ditto.
15128         (gnus-article-edit-part): Use insert-buffer-substring instead of
15129         insert-buffer.
15130         (gnus-article-edit-exit): Ditto.
15131
15132         * gnus-util.el (gnus-beginning-of-window): Remove.
15133         (gnus-end-of-window): Remove.
15134
15135         * lpath.el: Don't bind header-line-format and scroll-margin.
15136
15137 2005-07-25  Simon Josefsson  <jas@extundo.com>
15138
15139         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15140         to have the url package without w3.  Reported by Daiki Ueno
15141         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15142
15143 2005-07-20  Didier Verna  <didier@xemacs.org>
15144
15145         * gnus-diary.el: Remove the description comment (nndiary is now
15146         properly documented in the Gnus manual).
15147         Fix the spelling of "Back End".
15148         * nndiary.el: Ditto.
15149         Fix the copyright notice.
15150
15151 2005-07-18  Romain Francoise  <romain@orebokech.com>
15152
15153         * gnus-sum.el (gnus-summary-to-prefix)
15154         (gnus-summary-newsgroup-prefix): New variables.
15155         (gnus-summary-from-or-to-or-newsgroups): Use them.
15156
15157 2005-07-17  Romain Francoise  <romain@orebokech.com>
15158
15159         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15160         space as it's generally not especially interesting to the user.
15161
15162 2005-07-16  Romain Francoise  <romain@orebokech.com>
15163
15164         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15165         nil to avoid prompting and file modification if one of the
15166         messages at the top of the nnfolder file contains a copyright
15167         notice.
15168         Update copyright notice.
15169
15170         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15171         instead of `current-time-string' as the latter creates a time
15172         string that is not RFC 2822 compliant (it lacks the zone).
15173         Update copyright notice.
15174
15175 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15176
15177         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15178         for text/rtf.  Display default in prompt.  Pass default for M-n.
15179
15180         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15181
15182 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15183
15184         * gnus-msg.el (gnus-button-mailto):
15185         Remove save-selected-window-window hackery because it relies on
15186         save-selected-window internals.
15187
15188 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15189
15190         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15191         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15192         (gnus-article-prev-page): Ditto.
15193
15194         * gnus-util.el (gnus-beginning-of-window): New function.
15195         (gnus-end-of-window): New function.
15196
15197         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15198
15199 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15200
15201         * gnus-score.el (gnus-score-edit-all-score):
15202         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15203         gnus-message.
15204
15205 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15206
15207         * gnus-msg.el (gnus-button-mailto):
15208         Remove save-selected-window-window hackery because it relies on
15209         save-selected-window internals.
15210
15211 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15214         add-minor-mode.
15215         (gnus-binary-mode): Ditto.
15216
15217         * gnus-topic.el (gnus-topic-mode): Ditto.
15218
15219 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15220
15221         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15222         (gnus-article-prev-page): Take scroll-margin into consideration.
15223
15224 2005-07-04  Lute Kamstra  <lute@gnu.org>
15225
15226         Update FSF's address in GPL notices.
15227
15228 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15229
15230         * gnus.el (gnus-exit):
15231         * gnus-group.el (gnus-group-icons):
15232         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15233
15234         * gnus-nocem.el (gnus-nocem):
15235         * message.el (message-various, message-buffers, message-sending)
15236         (message-interface, message-forwarding, message-insertion)
15237         (message-headers, message-news, message-mail):
15238         * pgg-gpg.el (pgg-gpg):
15239         * pgg-parse.el (pgg-parse):
15240         * pgg-pgp.el (pgg-pgp):
15241         * pgg-pgp5.el (pgg-pgp5):
15242         * pop3.el (pop3): Finish `defgroup' description with period.
15243
15244 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15245
15246         * gnus-art.el (article-display-face): Improve the efficiency.
15247         (article-display-x-face): Ditto; remove grey x-face stuff.
15248
15249 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * gnus-art.el (article-display-face): Correct the position in
15252         which Faces are inserted.
15253
15254 2005-06-29  Didier Verna  <didier@xemacs.org>
15255
15256         * gnus-art.el (article-display-face): Display faces in correct
15257         order.
15258
15259 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15260
15261         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15262         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15263         (gnus-nocem-check-article): Fetch the Type header.
15264         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15265         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15266         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15267         make sure gnus-nocem-hashtb is initialized.
15268         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15269         (gnus-nocem-unwanted-article-p): Ditto.
15270
15271         * pgg.el (pgg-verify): Return the verification result.
15272
15273 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15274
15275         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15276         is ascii.
15277
15278 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15279
15280         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15281         `show-nonbreak-escape'.
15282
15283 2005-06-23  Lute Kamstra  <lute@gnu.org>
15284
15285         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15286
15287         * dig.el (dig-mode):
15288         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15289
15290 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15291
15292         * nnimap.el (nnimap-split-download-body): Fix spellings.
15293
15294 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15295
15296         * gnus-art.el (gnus-article-encrypt-body):
15297         * gnus-cus.el (gnus-score-customize):
15298         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15299         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15300
15301 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15302
15303         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15304         header by looking for magic "MII" at the beginnig.
15305
15306 2005-06-16  Miles Bader  <miles@gnu.org>
15307
15308         * gnus-xmas.el (gnus-xmas-group-startup-message):
15309         Use renamed gnus-splash face.
15310
15311         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15312         (assistant-field-face): New backward-compatibility alias for renamed
15313         face.
15314         (assistant-render-text): Use renamed assistant-field face.
15315
15316         * spam.el (spam): Remove "-face" suffix from face name.
15317         (spam-face): New backward-compatibility alias for renamed face.
15318         (spam-face, spam-initialize): Use renamed spam face.
15319
15320         * message.el (message-header-to, message-header-cc)
15321         (message-header-subject, message-header-newsgroups)
15322         (message-header-other, message-header-name)
15323         (message-header-xheader, message-separator, message-cited-text)
15324         (message-mml): Remove "-face" suffix from face names.
15325         (message-header-to-face, message-header-cc-face)
15326         (message-header-subject-face, message-header-newsgroups-face)
15327         (message-header-other-face, message-header-name-face)
15328         (message-header-xheader-face, message-separator-face)
15329         (message-cited-text-face, message-mml-face):
15330         New backward-compatibility aliases for renamed faces.
15331         (message-font-lock-keywords): Use renamed message faces.
15332
15333         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15334         (sieve-test-commands, sieve-tagged-arguments):
15335         Remove "-face" suffix from face names.
15336         (sieve-control-commands-face, sieve-action-commands-face)
15337         (sieve-test-commands-face, sieve-tagged-arguments-face):
15338         New backward-compatibility aliases for renamed faces.
15339         (sieve-control-commands-face, sieve-action-commands-face)
15340         (sieve-test-commands-face, sieve-tagged-arguments-face):
15341         Use renamed sieve faces.
15342
15343         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15344         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15345         (gnus-group-news-3-empty, gnus-group-news-4)
15346         (gnus-group-news-4-empty, gnus-group-news-5)
15347         (gnus-group-news-5-empty, gnus-group-news-6)
15348         (gnus-group-news-6-empty, gnus-group-news-low)
15349         (gnus-group-news-low-empty, gnus-group-mail-1)
15350         (gnus-group-mail-1-empty, gnus-group-mail-2)
15351         (gnus-group-mail-2-empty, gnus-group-mail-3)
15352         (gnus-group-mail-3-empty, gnus-group-mail-low)
15353         (gnus-group-mail-low-empty, gnus-summary-selected)
15354         (gnus-summary-cancelled, gnus-summary-high-ticked)
15355         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15356         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15357         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15358         (gnus-summary-low-undownloaded)
15359         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15360         (gnus-summary-low-unread, gnus-summary-normal-unread)
15361         (gnus-summary-high-read, gnus-summary-low-read)
15362         (gnus-summary-normal-read, gnus-splash):
15363         Remove "-face" suffix from face names.
15364         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15365         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15366         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15367         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15368         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15369         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15370         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15371         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15372         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15373         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15374         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15375         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15376         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15377         (gnus-summary-normal-ticked-face)
15378         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15379         (gnus-summary-normal-ancient-face)
15380         (gnus-summary-high-undownloaded-face)
15381         (gnus-summary-low-undownloaded-face)
15382         (gnus-summary-normal-undownloaded-face)
15383         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15384         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15385         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15386         (gnus-splash-face):
15387         New backward-compatibility aliases for renamed faces.
15388         (gnus-group-startup-message): Use renamed gnus faces.
15389
15390         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15391         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15392         (gnus-server-agent): Remove "-face" suffix from face names.
15393         (gnus-server-agent-face, gnus-server-opened-face)
15394         (gnus-server-closed-face, gnus-server-denied-face)
15395         (gnus-server-offline-face):
15396         New backward-compatibility aliases for renamed faces.
15397         (gnus-server-agent-face, gnus-server-opened-face)
15398         (gnus-server-closed-face, gnus-server-denied-face)
15399         (gnus-server-offline-face): Use renamed gnus faces.
15400
15401         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15402         Remove "-face" suffix from face names.
15403         (gnus-picon-xbm-face, gnus-picon-face):
15404         New backward-compatibility aliases for renamed faces.
15405
15406         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15407         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15408         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15409         (gnus-cite-11): Remove "-face" suffix from face names.
15410         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15411         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15412         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15413         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15414         New backward-compatibility aliases for renamed faces.
15415         (gnus-cite-attribution-face, gnus-cite-face-list)
15416         (gnus-article-boring-faces): Use renamed gnus faces.
15417
15418         * gnus-art.el (gnus-signature, gnus-header-from)
15419         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15420         (gnus-header-content): Remove "-face" suffix from face names.
15421         (gnus-signature-face, gnus-header-from-face)
15422         (gnus-header-subject-face, gnus-header-newsgroups-face)
15423         (gnus-header-name-face, gnus-header-content-face):
15424         New backward-compatibility aliases for renamed faces.
15425         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15426
15427         * gnus-sum.el (gnus-summary-selected-face)
15428         (gnus-summary-highlight): Use renamed gnus faces.
15429         * gnus-group.el (gnus-group-highlight): Likewise.
15430
15431 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15432
15433         * gnus-sieve.el (gnus-sieve-article-add-rule):
15434         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15435         * spam-stat.el (spam-stat-buffer-change-to-spam)
15436         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15437
15438         * message.el (message-is-yours-p):
15439         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15440
15441 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15442
15443         * mm-view.el (mm-inline-text): Withdraw the last change.
15444
15445 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15448         executing enriched-decode.
15449
15450 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15453         charset of tar files.
15454
15455 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15456
15457         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15458
15459 2005-06-04  Lute Kamstra  <lute@gnu.org>
15460
15461         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15462         information is never recorded.
15463
15464 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15465
15466         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15467
15468 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15469
15470         * pop3.el (pop3-apop): Run md5 in the binary mode.
15471
15472         * starttls.el (starttls-set-process-query-on-exit-flag):
15473         Use eval-and-compile.
15474
15475 2005-05-31  Simon Josefsson  <jas@extundo.com>
15476
15477         * smime.el (smime-replace-in-string): Define.
15478         (smime-cert-by-ldap-1): Use it.
15479
15480 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * gnus-art.el (article-display-x-face): Replace
15483         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15484
15485         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15486         set-process-query-on-exit-flag or process-kill-without-query.
15487
15488         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15489         loop instead of replace-regexp.
15490
15491         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15492         instead of process-kill-without-query if it is available.
15493
15494         * lpath.el: Fbind ldap-search-entries.
15495
15496         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15497         instead of find-file-hooks if it is available.
15498
15499         * mml1991.el: Bind pgg-default-user-id when compiling.
15500
15501         * mml2015.el: Bind pgg-default-user-id when compiling.
15502
15503         * nndraft.el (nndraft-request-associate-buffer):
15504         Use write-contents-functions instead of write-contents-hooks if it is
15505         available.
15506
15507         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15508         instead of find-file-hooks if it is available.
15509
15510         * nntp.el (nntp-open-connection): Replace
15511         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15512         (nntp-open-ssl-stream): Ditto.
15513         (nntp-open-tls-stream): Ditto.
15514
15515         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15516         set-process-query-on-exit-flag or process-kill-without-query.
15517         (starttls-open-stream-gnutls): Use it instead of
15518         process-kill-without-query.
15519         (starttls-open-stream): Ditto.
15520
15521 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15522
15523         * smime.el (smime-cert-by-ldap-1): Don't use
15524         replace-regexp-in-string.
15525
15526 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15527
15528         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15529
15530         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15531         in PEM format.  Adjust to the XEmacs compability.
15532
15533 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15534
15535         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15536         by `string-to-number'.
15537         * gnus-agent.el (gnus-agent-regenerate-group)
15538         (gnus-agent-fetch-articles): Ditto.
15539         * gnus-art.el (gnus-button-fetch-group): Ditto.
15540         * gnus-cache.el (gnus-cache-generate-active)
15541         (gnus-cache-articles-in-group): Ditto.
15542         * gnus-group.el (gnus-group-set-current-level)
15543         (gnus-group-insert-group-line): Ditto.
15544         * gnus-score.el (gnus-score-set-expunge-below)
15545         (gnus-score-set-mark-below, gnus-summary-score-effect)
15546         (gnus-summary-score-entry): Ditto.
15547         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15548         (gnus-soup-pack): Ditto.
15549         * gnus-spec.el (gnus-xmas-format): Ditto.
15550         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15551         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15552         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15553         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15554         * nndb.el (nndb-get-remote-expire-response): Ditto.
15555         * nndiary.el (nndiary-parse-schedule-value)
15556         (nndiary-string-to-number, nndiary-request-replace-article)
15557         (nndiary-request-article): Ditto.
15558         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15559         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15560         * nneething.el (nneething-make-head): Ditto.
15561         * nnfolder.el (nnfolder-request-article)
15562         (nnfolder-retrieve-headers): Ditto.
15563         * nnheader.el (nnheader-file-to-number): Ditto.
15564         * nnkiboze.el (nnkiboze-request-article): Ditto.
15565         * nnmail.el (nnmail-process-unix-mail-format)
15566         (nnmail-process-babyl-mail-format): Ditto.
15567         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15568         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15569         (nnmh-request-create-group, nnmh-request-list-1)
15570         (nnmh-request-group, nnmh-request-article): Ditto.
15571         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15572         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15573         * nnsoup.el (nnsoup-make-active): Ditto.
15574         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15575         * nntp.el (nntp-find-group-and-number)
15576         (nntp-retrieve-headers-with-xover): Ditto.
15577         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15578         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15579         (pgg-format-key-identifier): Ditto.
15580         * pop3.el (pop3-last, pop3-stat): Ditto.
15581         * qp.el (quoted-printable-decode-region): Ditto.
15582
15583         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15584         of concat.
15585
15586 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15589
15590         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15591
15592         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15593
15594         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15595
15596         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15597
15598         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15599
15600         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15601         (gnus-carpal-mode): Ditto.
15602
15603         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15604         (gnus-browse-mode): Ditto.
15605
15606         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15607
15608         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15609
15610 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15611
15612         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15613
15614 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15615
15616         * gnus-util.el (gnus-run-mode-hooks): New function.
15617
15618         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15619
15620         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15621         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15622
15623 2005-05-27  Lute Kamstra  <lute@gnu.org>
15624
15625         * dns-mode.el (dns-mode): Specify customization group.
15626
15627 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15628
15629         * gnus-agent.el (gnus-agent-make-mode-line-string):
15630         Use mode-line-highlight as mouse-face.
15631
15632 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * canlock.el (canlock): Change the parent group to news.
15635
15636         * deuglify.el (gnus-outlook-deuglify): Add :group.
15637
15638         * dig.el (dig): Add :group.
15639
15640         * dns-mode.el (dns-mode): Add :group.
15641
15642         * encrypt.el (encrypt): Add :group.
15643
15644         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15645         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15646         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15647         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15648         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15649
15650         * gnus-diary.el (gnus-diary): Add :group.
15651
15652         * gnus.el (gnus-group-news-1-face): Add :group.
15653         (gnus-group-news-1-empty-face): Ditto.
15654         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15655         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15656         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15657         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15658         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15659         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15660         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15661         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15662         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15663         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15664         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15665         (gnus-summary-high-ticked-face): Ditto.
15666         (gnus-summary-low-ticked-face): Ditto.
15667         (gnus-summary-normal-ticked-face): Ditto.
15668         (gnus-summary-high-ancient-face): Ditto.
15669         (gnus-summary-low-ancient-face): Ditto.
15670         (gnus-summary-normal-ancient-face): Ditto.
15671         (gnus-summary-high-undownloaded-face): Ditto.
15672         (gnus-summary-low-undownloaded-face): Ditto.
15673         (gnus-summary-normal-undownloaded-face): Ditto.
15674         (gnus-summary-high-unread-face): Ditto.
15675         (gnus-summary-low-unread-face): Ditto.
15676         (gnus-summary-normal-unread-face): Ditto.
15677         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15678         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15679
15680         * hashcash.el (hashcash): New custom group.
15681         (hashcash-default-payment): Add :group.
15682         (hashcash-payment-alist): Ditto.
15683         (hashcash-default-accept-payment): Ditto.
15684         (hashcash-accept-resources): Ditto.
15685         (hashcash-path): Ditto.
15686         (hashcash-extra-generate-parameters): Ditto.
15687         (hashcash-double-spend-database): Ditto.
15688         (hashcash-in-news): Ditto.
15689
15690         * message.el (message-minibuffer-local-map): Add :group.
15691
15692         * netrc.el (netrc): Add :group.
15693
15694         * sieve-manage.el (sieve-manage-log): Add :group.
15695         (sieve-manage-default-user): Diito.
15696         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15697         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15698         (sieve-manage-authenticators): Ditto.
15699         (sieve-manage-authenticator-alist): Ditto.
15700         (sieve-manage-default-port): Ditto.
15701
15702         * sieve-mode.el (sieve-control-commands-face): Add :group.
15703         (sieve-action-commands-face): Ditto.
15704         (sieve-test-commands-face): Ditto.
15705         (sieve-tagged-arguments-face): Ditto.
15706
15707         * smime.el (smime): Add :group.
15708
15709         * spam-report.el (spam-report): Add :group.
15710
15711         * spam.el (spam, spam-face): Add :group.
15712
15713 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15714
15715         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15716         return \n.\n.\n at the end of articles.  Protect against that.
15717         (nntp-with-open-group): Allow debugging.
15718
15719         * nnheader.el (mail-header-set-extra): Make into a function
15720         because I just could't understand how to quote the list properly.
15721
15722         * dns.el (query-dns-cached): New function.
15723
15724 2005-05-26  Lute Kamstra  <lute@gnu.org>
15725
15726         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15727
15728 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15729
15730         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15731
15732         * gnus-art.el: Don't autoload mail-extract-address-components.
15733
15734         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15735         eval-and-compile to evaluate it.
15736
15737         * hashcash.el: Don't autoload executable-find.
15738
15739         * nndb.el: Don't declare the nndb back end two or more times; don't
15740         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15741
15742         * nntp.el: Autoload format-spec instead of format; use
15743         eval-and-compile to evaluate autoload forms.
15744
15745 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15746
15747         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15748
15749 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15750
15751         * gnus.el (gnus-version-number): Bump version.
15752
15753 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15754
15755         * gnus.el: No Gnus v0.3 is released.
15756
15757 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15758
15759         * lpath.el (featurep): Bind show-nonbreak-escape.
15760
15761 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15762
15763         * gnus-art.el (gnus-article-edit-part): Disable undo.
15764
15765 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15766
15767         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15768         gnus-article-date-lapsed-new-header is t if date timer is active;
15769         skip headers in which the original date value is empty.
15770         (gnus-article-save-original-date): Redefine it as a macro.
15771         (gnus-display-mime): Use it.
15772
15773 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * gnus-art.el (article-date-ut): Support converting date in
15776         forwarded parts as well.
15777         (gnus-article-save-original-date): New function.
15778         (gnus-display-mime): Use it.
15779
15780 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15781
15782         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15783         enclosure element of <item>.
15784
15785 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15786
15787         * message.el (message-kill-buffer-query): Rename from
15788         `message-kill-buffer-query-if-modified'.  Add :version.
15789
15790 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15791
15792         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15793         window layout.
15794
15795 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15796
15797         * mml.el: Autoload dnd when compiling.
15798
15799 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15800
15801         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15802         x-dnd-*.
15803
15804 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * qp.el (quoted-printable-encode-region): Save excursion.
15807
15808 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15809
15810         * message.el (message-kill-buffer-query-if-modified): Add new variable
15811         so the user can kill a modified message buffer quickly.
15812         (message-kill-buffer): Use it.
15813
15814 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15815
15816         * lpath.el: Fbind display-time-event-handler; don't fbind
15817         string-to-multibyte.
15818
15819         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15820
15821 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15822
15823         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15824         contained in text because xml.el decodes entities) with LFs.
15825
15826 2005-04-11  Lute Kamstra  <lute@gnu.org>
15827
15828         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15829         differently.
15830
15831 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15832
15833         * mm-util.el (mm-detect-coding-region): Typo.
15834
15835 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15836
15837         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15838
15839 2005-04-06  Deepak Goel  <deego@gnufans.org>
15840
15841         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15842         user-function allow user modifications of the scores.
15843         (spam-stat-score-buffer-user): New function, to allow
15844         user-computed modifications to the score.
15845         (spam-stat-score-buffer-user-functions): List of additional
15846         scoring functions.
15847         (spam-stat-error-holder): Global temporary error holder.
15848         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15849         variable.
15850
15851 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15852
15853         * gnus-registry.el (gnus-registry-clean-empty-function)
15854         (gnus-registry-trim, gnus-registry-fetch-groups)
15855         (gnus-registry-delete-group): Groups that match
15856         `gnus-registry-ignored-groups' are removed from the registry
15857         entries, not just ignored for splitting.  This helps clean up the
15858         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15859         to get all the groups a message ID is in.
15860
15861         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15862         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15863         (spam-stat-score-buffer-user-functions): Add :number custom type.
15864
15865 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15868         argument in XEmacs.
15869
15870         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15871         (nnrss-request-group): Decode group name first.
15872         (nnrss-request-article): Make a text/plain article if mml-to-mime
15873         failed.
15874         (nnrss-get-encoding): Return a compatible encoding according to
15875         nnrss-compatible-encoding-alist.
15876         (nnrss-find-el): Use consp instead of listp.
15877         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15878
15879 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15882         which Emacs 20 doesn't support.
15883         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15884
15885 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15886
15887         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15888         silence the byte compiler inside the defun.
15889
15890         * gnus-demon.el (parse-time-string): Add autoload.
15891
15892         * gnus-delay.el (parse-time-string): Add autoload.
15893
15894         * gnus-art.el (parse-time-string): Add autoload.
15895
15896         * nnultimate.el (parse-time): Require for `parse-time-string'.
15897
15898 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15899
15900         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15901
15902         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15903
15904         * smime.el (smime-ldap-host-list): Add :version.
15905
15906 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15907
15908         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15909         pass it to `gnus-browse-read-group'.
15910         (gnus-browse-read-group): Add NUMBER argument and pass it to
15911         `gnus-group-read-ephemeral-group'.
15912
15913         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15914         argument and pass it to `gnus-group-read-group'.
15915
15916 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15917
15918         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15919         mm-xemacs-find-mime-charset-1 if we have the mule feature
15920         available at runtime.
15921
15922 2005-03-25  Werner Lemberg  <wl@gnu.org>
15923
15924         * nnmaildir.el: Replace `illegal' with `invalid'.
15925
15926 2005-03-23  Lute Kamstra  <lute@gnu.org>
15927
15928         * time-date.el: Add comment on time value formats.
15929         Don't require parse-time.
15930         (with-decoded-time-value): New macro.
15931         (encode-time-value): New function.
15932         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15933         (days-to-time): Return a valid time value when arg is huge.
15934         (time-since): Use time-subtract.
15935         (time-to-number-of-days): Use time-to-seconds.
15936
15937 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15938
15939         * gnus-start.el (gnus-display-time-event-handler):
15940         Check display-time-timer at runtime rather than only at load time
15941         in case display-time-mode is turned off in the mean time.
15942
15943 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15944
15945         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15946         used.
15947
15948         * nneething.el (nneething-map-file-directory): Derive from
15949         `gnus-directory'.
15950
15951         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15952         the To/Cc button.
15953
15954 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15955
15956         * nnmaildir.el (nnmaildir-request-accept-article):
15957         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15958
15959 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15960
15961         * gnus-async.el: Require timer-funcs at compile time when in
15962         XEmacs for `run-with-idle-timer'.
15963
15964 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15965
15966         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15967         autoloaded function.
15968
15969 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15970
15971         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15972
15973 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15974
15975         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15976
15977 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15978
15979         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15980         Add gnus-expert-user to default.
15981
15982 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15983
15984         * nnimap.el (nnimap-open-server): Ditto.
15985
15986         * imap.el (imap-authenticate): Fix typo.
15987
15988 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15989
15990         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15991         buffer (since IMAP server might return FETCH response out of
15992         order, and the nntp buffer must be sorted).
15993
15994 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15995
15996         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15997         comparison on string.
15998
15999         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16000         (gnus-agent-score): Rename category keywords to match gnus-cus.
16001         (gnus-agent-summary-fetch-series): Modify to protect against
16002         gnus-agent-summary-fetch-group clearing processable flags.
16003         (gnus-agent-synchronize-group-flags): Update live group buffer as
16004         synchronization may occur due to the user toggle the plugged
16005         status.
16006         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16007         successfully downloaded.
16008         (gnus-agent-expire-group-1): Avoid using markers when the overview
16009         is in ascending order; greatly improves performance.
16010         (gnus-agent-regenerate-group):
16011         Use gnus-agent-synchronize-group-flags to reset read status in both
16012         gnus and server.
16013         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16014
16015 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16016
16017         * message.el: Don't autoload former message-utils variables.
16018         (message-strip-subject-trailing-was): Change doc string.
16019
16020         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16021         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16022         (nnweb-google-search): Add "hl=en" here.
16023         (nnweb-google-parse-1, nnweb-google-create-mapping):
16024         Don't hardcode URL.
16025
16026 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16027
16028         * message.el (message-get-reply-headers, message-followup):
16029         Mention related variables `message-use-followup-to' and
16030         `message-use-mail-followup-to', in the information buffer.
16031
16032         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16033         of broken groups(-beta).google.com.
16034
16035 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16036
16037         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16038         parameter to invoked gnus-request-move-article; remove the
16039         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16040         all at once instead of once per article.
16041         (gnus-summary-remove-process-mark): Accept a list of articles as
16042         well as a single article for processing.
16043
16044         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16045         parameter.
16046
16047         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16048
16049         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16050
16051         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16052         parameter.
16053
16054         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16055         parameter.
16056
16057         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16058         parameter and remove the gnus-sum-hint-move-is-internal variable.
16059
16060         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16061         parameter.
16062
16063         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16064         parameter.
16065
16066         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16067         parameter.
16068
16069         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16070
16071         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16072         parameter.
16073
16074         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16075         parameter.
16076
16077 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16078
16079         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16080         a more conservative way.
16081
16082 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16083
16084         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16085         buffer, so it moves the window's cursor.
16086
16087 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16088
16089         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16090         `mm-dissect-multipart' and receive the from field as an (optional)
16091         argument from `mm-dissect-multipart'.
16092         (mm-dissect-multipart): Receive the from field as an argument and
16093         pass it on when we call `mm-dissect-buffer' on MIME parts.
16094         Fixes verification/decryption of signed/encrypted MIME parts.
16095
16096 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16097
16098         * gnus-sum.el (gnus-summary-move-article):
16099         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16100         whatever it calls (right now, only nnimap-request-move article
16101         respects it).
16102
16103         * nnimap.el (nnimap-request-move-article):
16104         When gnus-sum-hint-move-is-internal is set, don't do the extra
16105         nnimap-request-article.
16106
16107 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16108
16109         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16110
16111         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16112         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16113
16114         * gnus-sum.el (gnus-summary-caesar-message):
16115         Apply `gnus-treat-article' after rotation.
16116
16117         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16118         doc string.
16119
16120 2005-02-22  Simon Josefsson  <jas@extundo.com>
16121
16122         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16123         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16124         <arne@arnested.dk>.
16125         (encrypt): Add password-cache and password-cache-expiry as group
16126         members.
16127
16128 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16129
16130         * smime.el (smime-ldap-host-list): Doc fix.
16131         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16132         cache) password.
16133         (smime-sign-region): Use it.
16134         (smime-decrypt-region): Use it.
16135         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16136         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16137         fails.
16138         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16139         certificate from DER to PEM format rather than calling openssl.
16140
16141         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16142
16143         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16144         for signing/encryption.
16145
16146         * mml.el (mml-parse-1): Use them.
16147
16148 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16149
16150         * nnrss.el (nnrss-verbose): Remove.
16151         (nnrss-request-group): Use `nnheader-message' instead.
16152
16153 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16154
16155         * nnrss.el (nnrss-verbose): New variable.
16156         (nnrss-request-group): Make it say nnrss is requesting a group.
16157
16158 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16159
16160         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16161         Handle news URL with given port correctly.
16162
16163 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16164
16165         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16166         containing special characters.
16167
16168         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16169
16170         * mml.el (mime-to-mml): Ditto.
16171
16172         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16173         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16174         (rfc2047-decode-region): Quote decoded words containing special
16175         characters when rfc2047-quote-decoded-words-containing-tspecials
16176         is non-nil.
16177
16178 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16179
16180         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16181
16182         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16183
16184 2005-02-15  Simon Josefsson  <jas@extundo.com>
16185
16186         * nnimap.el (nnimap-debug): Doc fix.
16187
16188         * imap.el (imap-debug): Doc fix.
16189
16190 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16191
16192         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16193
16194 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16195
16196         * gnus.el (spam-contents): Improve docs for spam-contents
16197         parameter in its variable incarnation.
16198
16199 2005-02-14  Simon Josefsson  <jas@extundo.com>
16200
16201         * smime-ldap.el: Use require instead of load-library for ldap.
16202         (smime-ldap-search): Indent.
16203         (smime-ldap-search-internal): Shorten line.
16204
16205         * smime.el (smime-cert-by-dns): Add doc-string.
16206         (smime-cert-by-ldap-1): Indent.
16207
16208         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16209         mml-smime-get-dns-ldap.
16210         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16211
16212 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16213
16214         * smime.el: Require smime-ldap.
16215         (smime-ldap-host-list): New variable.
16216         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16217
16218         * mml-smime.el (mml-smime-encrypt-query): New function.
16219         (mml-smime-encrypt-query): Use it.
16220
16221         * smime-ldap.el: New file.
16222
16223 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16224
16225         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16226
16227 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16228
16229         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16230         argument in doc string.  Make query for type more clear.
16231
16232 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16233
16234         * gnus.el (gnus-group-startup-message): Search for gnus images in
16235         etc/images/gnus.
16236         * mm-util.el (mm-image-load-path): Likewise.
16237         * smiley.el (smiley-data-directory): Search for smilies in
16238         etc/images/smilies.
16239
16240 2005-02-09  Kim F. Storm  <storm@cua.dk>
16241
16242         Change Emacs release version from 21.4 to 22.1 throughout.
16243         Change Emacs development version from 21.3.50 to 22.0.50.
16244
16245 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16246
16247         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16248
16249         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16250         non-Mule XEmacs as well.
16251         (mm-decompress-buffer): Signal an error intentionally if it does
16252         not decompress compressed data because auto-compression-mode is
16253         disabled.
16254
16255 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16256
16257         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16258         an ID in the registry even if it has no groups.
16259
16260 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16261
16262         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16263         merge it into mm-decompress-buffer.
16264         (gnus-mime-copy-part): Use the MIME part charset, the value which
16265         a user specified or gnus-newsgroup-charset for decoding, like
16266         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16267         save-buffer what was used.  Suggested by Kevin Ryde
16268         <user42@zip.com.au>.
16269         (gnus-mime-inline-part): Allow the name parameter as well as the
16270         filename parameter; force decompressing of compressed data; always
16271         display contents being not decoded as unibyte.
16272
16273         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16274         as well as the filename parameter.
16275
16276         * mm-util.el (mm-decompress-buffer):
16277         Merge gnus-mime-jka-compr-maybe-uncompress.
16278         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16279         of compressed data.
16280
16281 2005-02-08  Simon Josefsson  <jas@extundo.com>
16282
16283         * imap.el (imap-log): Doc fix.
16284
16285 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16288         the coding cookies; decompress compressed parts.
16289
16290         * mml.el (mml-generate-mime-1): Add the charset parameter according
16291         to the value which a user specified manually or the coding cookie.
16292
16293         * mm-util.el (mm-string-to-multibyte): New function.
16294         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16295         (mm-coding-system-to-mime-charset): New function.
16296         (mm-decompress-buffer): New function.
16297         (mm-find-buffer-file-coding-system): New function.
16298
16299         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16300         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16301         parts.
16302
16303 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16304
16305         * mm-view.el (mm-display-inline-fontify): Decode a part according
16306         to the charset parameter.
16307
16308 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16309
16310         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16311         prefix arg is neither nil nor a number, as info specifies.
16312
16313 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16316         timestamps.
16317
16318 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16319
16320         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16321         groups error checking and notify user.
16322
16323 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16324
16325         * message.el (message-send-mail-function): Check existence of
16326         sendmail-program first before using default value
16327         `message-send-mail-with-sendmail'.  Otherwise use more generic
16328         `smtpmail-send-it'.
16329
16330 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16331
16332         * nntp.el (nntp-request-update-info): Always return nil.
16333
16334 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16335
16336         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16337
16338 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16339
16340         * message.el (message-beginning-of-line): Change the behavior when
16341         invoked between BOL and : so that it first moves backward.
16342
16343 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16346         article buffer when editing of the article is discarded.
16347         (gnus-article-prepare): Revert.
16348
16349 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * gnus-art.el (gnus-article-prepare):
16352         Remove message-strip-forbidden-properties from the local hook.
16353
16354 2005-01-27  Simon Josefsson  <jas@extundo.com>
16355
16356         * password.el (password-cache-add): Only start one timer per key.
16357         Reported by Derek Atkins <warlord@MIT.EDU>.
16358
16359 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16360
16361         * run-at-time.el: Remove.  It is no longer needed as
16362         timer-funcs.el in the xemacs-base package has a working version of
16363         `run-at-time'.
16364
16365         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16366
16367         * password.el: Require timer-funcs instead of run-at-time in
16368         XEmacs.
16369         Remove `password-run-at-time' macro.
16370         (password-cache-add): Use `run-at-time' instead of
16371         `password-run-at-time'.
16372
16373         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16374         Remove `nnheader-cancel-function-timers' alias,
16375         `cancel-function-timers' exists in XEmacs in timer-funcs.
16376
16377         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16378         for `run-with-idle-timer'.
16379
16380         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16381         for `run-at-time'.
16382
16383         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16384         for `with-timeout'.
16385
16386         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16387         the same as for XEmacs 21.4.
16388         No need to ignore `run-with-idle-timer', this function exists in
16389         XEmacs now in timer-funcs.el in the xemacs-base package.
16390         (dgnushack-compile): No need to delete
16391         run-at-time.el from the list of files to compile because it
16392         doesn't exist anymore.
16393
16394 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16395
16396         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16397         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16398
16399 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16400
16401         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16402         sensitively.
16403
16404 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16405
16406         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16407
16408 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16411         which will be inserted according to the multibyteness of a buffer
16412         rather than the type of contents.  Suggested by ARISAWA Akihiro
16413         <ari@mbf.ocn.ne.jp>.
16414
16415         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16416         of string which old xml.el may return rather than a string.
16417
16418 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16419
16420         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16421
16422 2005-01-16  Simon Josefsson  <jas@extundo.com>
16423
16424         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16425         idn/idna.el isn't available.
16426         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16427         <michael@waxrat.com>.
16428
16429         * hashcash.el: Remove non-FSF copyright header.
16430
16431         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16432         (hashcash-generate-payment): Use it.
16433         (hashcash-generate-payment-async): Use it.
16434
16435 2005-01-15  Simon Josefsson  <jas@extundo.com>
16436
16437         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16438         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16439
16440         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16441         gnus-summary-idna-message.
16442         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16443         (gnus-summary-idna-message): New function.
16444
16445 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16446
16447         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16448         gnus-novice-user.
16449
16450 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * nnrss.el (nnrss-request-delete-group): Delete entries in
16453         nnrss-group-alist as well.
16454         (nnrss-save-server-data): Insert newline.
16455
16456 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16457
16458         * gnus.el (gnus-user-agent): Use list of symbols instead of
16459         symbols.  Display full version number for (S)XEmacs.
16460         Optionally display (S)XEmacs codename.
16461
16462         * gnus-util.el (gnus-emacs-version): Update for new
16463         `gnus-user-agent'.
16464
16465         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16466         Gnus version.
16467
16468 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16469
16470         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16471         which is unreadable in some setups.
16472
16473 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16474
16475         * gnus-spec.el (gnus-update-format-specifications): Flush the
16476         group format spec cache if it doesn't support decoded group names.
16477
16478 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16479
16480         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16481         Allow to apply decay on score files matching a regexp.
16482
16483 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16486         compatibility in %g and %c.
16487
16488 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16491         name for only %g and %c.
16492         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16493         of gnus-tmp-group to decoded group name.
16494         (gnus-group-make-rss-group): Exclude `/'s from group names.
16495
16496 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * nnrss.el (nnrss-get-encoding): Fix regexp.
16499
16500 2004-12-27  Simon Josefsson  <jas@extundo.com>
16501
16502         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16503         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16504         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16505
16506 2004-12-17  Kim F. Storm  <storm@cua.dk>
16507
16508         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16509
16510         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16511
16512 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16513
16514         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16515
16516 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * nnrss.el: Require rfc2047 and mml.
16519         (nnrss-file-coding-system): New variable.
16520         (nnrss-format-string): Redefine it as an inline function.
16521         (nnrss-decode-group-name): New function.
16522         (nnrss-string-as-multibyte): Remove.
16523         (nnrss-retrieve-headers): Decode group name; don't use
16524         nnrss-format-string.
16525         (nnrss-request-group): Decode group name.
16526         (nnrss-request-article): Decode group name; allow a Message-ID as
16527         well as an article number; don't use nnrss-format-string; encode a
16528         Message-ID string which may contain non-ASCII characters; use
16529         mml-to-mime to compose a MIME article.
16530         (nnrss-request-expire-articles): Decode group name.
16531         (nnrss-request-delete-group): Decode group name.
16532         (nnrss-fetch): Clarify error message.
16533         (nnrss-read-server-data): Use insert-file-contents instead of load;
16534         bind file-name-coding-system; use multibyte buffer.
16535         (nnrss-save-server-data): Bind coding-system-for-write to the
16536         value of nnrss-file-coding-system; bind file-name-coding-system;
16537         add coding cookie.
16538         (nnrss-read-group-data): Use insert-file-contents instead of load;
16539         bind file-name-coding-system; use multibyte buffer.
16540         (nnrss-save-group-data): Bind coding-system-for-write to the
16541         value of nnrss-file-coding-system; bind file-name-coding-system.
16542         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16543         make it work with non-ASCII text.
16544         (nnrss-find-el): Make it work with old xml.el as well.
16545
16546 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16547
16548         * nnrss.el (nnrss-get-encoding): New function.
16549         (nnrss-fetch): Use unibyte buffer initially; bind
16550         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16551         decode contents according to the encoding attribute.
16552         (nnrss-save-group-data): Add coding cookie.
16553         (nnrss-mime-encode-string): New function.
16554         (nnrss-check-group): Use it to encode subject and author.
16555
16556 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16557
16558         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16559         imaginary variable.
16560
16561 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16564         correctly even if there are wide characters.
16565
16566 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16567
16568         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16569         downcased symbol names; make a new cache instead of reusing
16570         bbdb-hashtable.
16571
16572 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16573
16574         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16575         concatenating segments rather than before concatenating them.
16576         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16577
16578         * message.el (message-get-reply-headers): Bind `extra'.
16579
16580 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16581
16582         * message.el (message-extra-wide-headers): New variable.
16583         (message-get-reply-headers): Use it.
16584
16585 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16588         (gnus-agent-group-pathname): Ditto.
16589
16590         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16591
16592         * gnus-group.el (gnus-group-make-group): Decode group name.
16593         (gnus-group-make-rss-group): Register the group data after opening
16594         the nnrss group.
16595
16596 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16597
16598         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16599         by expiry now get marked as read.
16600
16601 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16602
16603         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16604
16605 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16606
16607         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16608         unify Latin characters in XEmacs.
16609         (mm-find-mime-charset-region): Use it.
16610
16611 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16612
16613         * gnus-util.el (gnus-delete-directory): New function.
16614
16615         * gnus-agent.el (gnus-agent-delete-group): Use it.
16616
16617         * gnus-cache.el (gnus-cache-delete-group): Use it.
16618
16619 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16620
16621         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16622         names.
16623
16624 2004-12-16  Simon Josefsson  <jas@extundo.com>
16625
16626         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16627
16628 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16631
16632         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16633         (gnus-group-set-current-level): Decode group name.
16634
16635 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16636
16637         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16638         failed.
16639
16640 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * gnus-group.el (gnus-group-delete-group): Decode group name.
16643         (gnus-group-make-rss-group): Encode group name.
16644         (gnus-group-catchup-current): Decode group name.
16645         (gnus-group-kill-group): Decode group name.
16646
16647 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16648
16649         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16650
16651 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16652
16653         * gnus-group.el (gnus-group-make-rss-group):
16654         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16655
16656         * gnus-start.el (gnus-setup-news): Honor user's setting to
16657         gnus-message-archive-method.  Suggested by Lute Kamstra
16658         <lute@gnu.org>.
16659
16660 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16661
16662         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16663         global counterparts of the buffer-local variables.
16664
16665 2004-11-16  Romain Francoise  <romain@orebokech.com>
16666
16667         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16668         counterparts of the buffer-local variables.
16669
16670 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16671
16672         * message.el (message-forbidden-properties): Fix typo in doc
16673         string.
16674
16675 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16676
16677         * gnus-util.el (gnus-replace-in-string): Add doc string.
16678
16679         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16680         to avoid problems when splitting mails with many recipients.
16681
16682 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16683
16684         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16685         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16686
16687 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16688
16689         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16690         if there is no hashtable in memory or file modification time is
16691         newer than cached timestamp.
16692
16693 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16694
16695         * gnus-sum.el (gnus-summary-limit-to-recipient):
16696         Implement not-matching option.
16697
16698 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16699
16700         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16701         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16702         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16703         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16704         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16705         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16706
16707 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * message.el (message-forward-make-body-mml): Remove headers
16710         according to message-forward-ignored-headers if a message is decoded.
16711
16712 2004-12-02  Romain Francoise  <romain@orebokech.com>
16713
16714         * message.el (message-forward-make-body-plain): Always remove
16715         headers according to message-forward-ignored-headers.
16716
16717 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16718
16719         * spam.el (spam-summary-prepare-exit): Remove the
16720         gnus-summary-limit pop for now, it has problems with ham marks for
16721         me.
16722
16723 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16724
16725         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16726         correctly.
16727
16728 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16729
16730         * format-spec.el (format-spec): Message the char.
16731
16732 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16733
16734         * gnus-art.el (gnus-split-methods): Reformat comments.
16735
16736         * spam.el (spam-summary-prepare-exit): Remove article limits
16737         before exiting the summary buffer.
16738
16739 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16742         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16743
16744         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16745         order to silence the byte compiler.
16746
16747         * spam.el: Fix the way to silence the byte compiler, which
16748         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16749         bbdb-search-simple, spam-BBDB-register-routine,
16750         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16751         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16752         spam-stat-buffer-is-spam, spam-stat-load,
16753         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16754         spam-stat-save and spam-stat-split-fancy.
16755
16756 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16757
16758         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16759         which may confuse users.
16760         (canlock-password-for-verify): Ditto.
16761
16762         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16763
16764         * gnus-art.el (gnus-emphasis-alist): Ditto.
16765
16766         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16767
16768         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16769
16770         * gnus-start.el (gnus-save-killed-list): Ditto.
16771
16772         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16773         (gnus-sum-thread-tree-root): Ditto.
16774         (gnus-sum-thread-tree-false-root): Ditto.
16775         (gnus-sum-thread-tree-single-indent): Ditto.
16776
16777         * message.el (message-courtesy-message): Ditto.
16778         (message-archive-note): Ditto.
16779         (message-subscribed-address-file): Ditto.
16780         (message-user-fqdn): Ditto.
16781
16782         * spam-report.el (spam-report-gmane-regex): Ditto.
16783
16784         * spam.el (spam-blackhole-good-server-regex): Ditto.
16785
16786 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * mml.el (mml-preview): Widen the message buffer before copying
16789         the contents to the preview buffer; sort headers before previewing.
16790
16791         * message.el (message-hidden-headers): Fix the way to avoid a bug
16792         in the `repeat' widget in Emacs 21.3 or earlier.
16793
16794 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16795
16796         * message.el (message-hidden-headers): Default to "^References:".
16797         Improve customization type.  Suggested by Reiner Steib
16798         <Reiner.Steib@gmx.de>.
16799
16800 2004-11-25  Romain Francoise  <romain@orebokech.com>
16801
16802         * message.el (message-strip-forbidden-properties): Remove check for
16803         obsolete `message-hidden' text property, hidden headers are not
16804         accessible in the buffer anymore.
16805
16806 2004-11-22  Romain Francoise  <romain@orebokech.com>
16807
16808         * message.el (message-header-format-alist): Add `From' in list
16809         so that it can be sorted.
16810         (message-fix-before-sending): Widen and sort headers before
16811         sending.
16812         (message-hide-headers): Use narrowing to hide headers by moving
16813         them to the top of the buffer and narrowing to the region
16814         underneath.
16815
16816 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16817
16818         * message.el (message-strip-forbidden-properties):
16819         Bind buffer-read-only (etc) to nil.
16820
16821 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16822
16823         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16824         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16825
16826 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16827
16828         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16829
16830 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16831
16832         * dns.el (query-dns): Use sit-for to time instead of
16833         accept-process-output, since that doesn't seem to work on udp
16834         sockets.
16835
16836 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16837
16838         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16839
16840 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16841
16842         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16843         doc string.  Improve doc string.
16844
16845 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16846
16847         * nntp.el (nntp-request-update-info): Return nil if
16848         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16849         may not call gnus-activate-group which uselessly issues the GROUP
16850         commands for all nntp groups and wastes time.  Reported by Romain
16851         Francoise <romain@orebokech.com>.
16852
16853         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16854
16855 2004-11-15  Simon Josefsson  <jas@extundo.com>
16856
16857         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16858         headers separately.
16859         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16860         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16861
16862 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16863
16864         * gnus-start.el (gnus-convert-old-newsrc):
16865         Assign legacy-gnus-agent to 5.10.7.
16866
16867 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16868
16869         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16870         start of the lines.
16871
16872 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16873
16874         * hashcash.el (hashcash-default-payment): Change default to 20.
16875         (hashcash-default-accept-payment): Change default to 20.
16876         (hashcash-process-alist): New variable.
16877         (hashcash-generate-payment-async): Add.
16878         (hashcash-already-paid-p): Add.
16879         (hashcash-insert-payment): Don't generate payments twice.
16880         (hashcash-insert-payment-async): Add.
16881         (hashcash-insert-payment-async-2): Add.
16882         (hashcash-cancel-async): Add.
16883         (hashcash-wait-async): Add.
16884         (hashcash-processes-running-p): Add.
16885         (hashcash-wait-or-cancel): Add.
16886         (mail-add-payment): New optional argument.  Conditionally start
16887         asynchronous calculation.
16888         (mail-add-payment-async): Add.
16889
16890         * message.el (message-send-mail): Wait for asynchronous hashcash
16891         results.  Don't clobber existing X-Hashcash headers.
16892         (message-setup-1): Call mail-add-payment-async when
16893         message-generate-hashcash is non-nil.
16894
16895 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16896
16897         * message.el (message-use-alternative-email-as-from): Examine the
16898         From header as well; use message-make-from in order to include a
16899         user's full name.
16900
16901 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16902
16903         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16904         default; improve customization type.
16905         (gnus-emphasis-custom-with-format): New macro.
16906         (gnus-emphasis-custom-value-to-external): New function.
16907         (gnus-emphasis-custom-value-to-internal): New function.
16908
16909 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16910
16911         * dns.el (query-dns): Resolve reverse addresses.
16912
16913 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16914
16915         * gnus-group.el (gnus-group-get-new-news): Use it.
16916
16917         * gnus-start.el (gnus-check-reasonable-setup): New function.
16918
16919 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16920
16921         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16922         "Args out of range" error.  Reported by Arnaud Giersch
16923         <arnaud.giersch@free.fr>.
16924
16925 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16926
16927         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16928
16929 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16930
16931         * spam.el (spam group): Add :version.
16932
16933         * pgg-def.el (pgg group): Add :version.
16934
16935 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16936
16937         * gnus-art.el (gnus-article-edit-article): Don't associate the
16938         article buffer with a draft file.  This is a temporary measure
16939         against the 2004-08-22 change to gnus-article-edit-mode.
16940
16941 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16944         (html2text-format-tags): Remove unused variable `attr'.
16945
16946 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16947
16948         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16949
16950         * tls.el (tls-process-connection-type, tls-success)
16951         (tls-certtool-program): Add :version.
16952
16953         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16954         (starttls-extra-arguments, starttls-process-connection-type)
16955         (starttls-connect, starttls-failure, starttls-success): Add :version.
16956
16957         * spam-stat.el (spam-stat): Add :version.
16958
16959         * sieve.el (sieve): Add :version.
16960
16961         * sha1.el (sha1): Add :version.
16962         (sha1-use-external): Remove redundant version.
16963
16964         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16965         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16966         (nnmail-split-fancy-match-partial-words)
16967         (nnmail-split-lowercase-expanded): Add :version.
16968
16969         * nndiary.el (nndiary): Add :version.
16970
16971         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16972
16973         * mml-sec.el (mml-default-sign-method)
16974         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16975         Add :version.
16976
16977         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16978
16979         * mm-url.el (mm-url-use-external, mm-url-program)
16980         (mm-url-arguments): Add :version.
16981
16982         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16983         (mm-attachment-file-modes, mm-decrypt-option)
16984         (mm-w3m-safe-url-regexp): Add :version.
16985
16986         * message.el (message-cite-prefix-regexp)
16987         (message-sendmail-envelope-from, message-minibuffer-local-map)
16988         (message-user-fqdn, message-completion-alist): Add :version.
16989
16990         * gnus-win.el (gnus-configure-windows-hook)
16991         (gnus-use-frames-on-any-display): Add :version.
16992
16993         * gnus-art.el (gnus-article-address-banner-alist)
16994         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16995         (gnus-treat-from-picon, gnus-treat-mail-picon)
16996         (gnus-treat-x-pgp-sig): Add :version.
16997
16998         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16999         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17000         (gnus-summary-article-delete-hook)
17001         (gnus-summary-display-while-building): Add :version.
17002
17003         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17004         (gnus-get-top-new-news-hook): Add :version.
17005
17006         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17007         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17008
17009         * gnus-registry.el (gnus-registry): Add :version.
17010
17011         * gnus-spec.el (gnus-use-correct-string-widths)
17012         (gnus-make-format-preserve-properties): Add :version.
17013
17014         * gnus.el (gnus-group-charter-alist)
17015         (gnus-group-fetch-control-use-browse-url)
17016         (gnus-install-group-spam-parameters): Add :version.
17017
17018         * gnus-diary.el (gnus-diary): Add :version.
17019
17020         * gnus-delay.el (gnus-delay): Add :version.
17021
17022         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17023         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17024         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17025         Add :version.
17026
17027         * gnus-agent.el (gnus-agent-max-fetch-size)
17028         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17029         (gnus-agent-prompt-send-queue): Add :version.
17030
17031         * deuglify.el (gnus-outlook-deuglify): Add :version.
17032
17033         * html2text.el: Beautify code.  Improve doc strings.
17034         Some checkdoc cleanup.
17035         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17036
17037 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17038
17039         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17040
17041 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17042
17043         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17044         when package is loaded.
17045
17046         * spam.el (spam-summary-score-preferred-header): Add global preference
17047         for people who want to override the default SpamAssassin over
17048         Bogofilter preference (when both are set).
17049         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17050         (spam-user-format-function-S):
17051         Check spam-summary-score-preferred-header.
17052         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17053         (spam-user-format-function-S): Format the score correctly.
17054
17055 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17058         signature file.  Suggested by Manoj Srivastava
17059         <srivasta@golden-gryphon.com>.
17060
17061         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17062         iso-2022-jp even in the Japanese language environment.
17063         Suggested by Jason Rumney <jasonr@gnu.org>.
17064
17065 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17068         use the same characters as the dummy marks; make it free from
17069         getting affected by the language environment.
17070         (gnus-summary-read-group-1): Update mark positions only when the
17071         format spec is updated.
17072
17073         * gnus-spec.el (gnus-update-format-specifications): Return a list
17074         of updated types.
17075
17076 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17079         of boundp to check if display-warning is available.
17080
17081 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17082
17083         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17084
17085 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * nnspool.el (nnspool-spool-directory): Use news-path if the
17088         news-directory variable is not bound.
17089
17090         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17091         function instead of display-warning if it is not available.
17092
17093 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17094
17095         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17096         v5-10: Use `point-at-bol'.
17097
17098 2004-10-26  Simon Josefsson  <jas@extundo.com>
17099
17100         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17101         <chenggao@gmail.com>.
17102
17103 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17104
17105         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17106         instead.
17107
17108 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17109
17110         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17111         to remove a server from the nnimap-server-buffer-alist.
17112         (nnimap-open-connection, nnimap-close-server): Use it.
17113
17114         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17115
17116 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17119         running the major-mode function.
17120
17121 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17122
17123         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17124         dummy marks in the right way.
17125
17126 2004-10-18  David Edmondson  <dme@dme.org>
17127
17128         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17129         excessively.
17130
17131 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17132
17133         * gnus-util.el (gnus-split-references): Accept a nil references
17134         string and go on blissfully.
17135
17136         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17137         cases where the references string is non-nil but has no references.
17138
17139         * encrypt.el: Add autoload tags.
17140
17141         * spam.el (spam-resolve-registrations-routine): Remove article
17142         from unregistration list too.  Reported by David Hanak
17143         <dhanak@isis.vanderbilt.edu>
17144
17145 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17146
17147         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17148         nil.  Change custom type.
17149
17150 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17151
17152         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17153
17154         * gnus-sum.el (gnus-summary-move-article): Use it.
17155
17156 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17157
17158         * encrypt.el: Add autoload cookies.
17159
17160         * spam.el (spam-backend-article-list-property)
17161         (spam-backend-get-article-todo-list)
17162         (spam-backend-put-article-todo-list)
17163         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17164         Resolve registrations separately.
17165         (spam-register-routine): Format comments.
17166         (spam-unregister-routine, spam-register-routine): Always call with
17167         specific-articles, no default list.
17168         (spam-summary-prepare-exit): Use the spam-classifications function.
17169
17170         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17171         gnus-encrypt.el.
17172
17173         * encrypt.el: Copied from gnus-encrypt.el.
17174
17175         * gnus-encrypt.el: Commented that it's obsolete.
17176
17177 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17178
17179         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17180         (gnus-score-save): Use it.
17181
17182         * message.el (message-bury): Use `window-dedicated-p'.
17183
17184 2004-10-15  Simon Josefsson  <jas@extundo.com>
17185
17186         * pop3.el (top-level): Don't require nnheader.
17187         (pop3-read-timeout): Add.
17188         (pop3-accept-process-output): Add.
17189         (pop3-read-response, pop3-retr): Use it.
17190
17191 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17192
17193         * spam.el (spam-register-routine): Move comment.
17194         (spam-verify-bogofilter): Use 'unknown for the initial
17195         spam-bogofilter-valid state, not 'never.
17196
17197         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17198         for netrc-machine.
17199
17200         * nnimap.el (nnimap-open-connection):
17201         Use netrc-machine-user-or-password.
17202
17203 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17204
17205         * gnus-registry.el (gnus-registry-unload-hook):
17206         Set as a variable with add-hook.
17207
17208         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17209         of news-path.
17210
17211         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17212
17213         * spam.el: Delete duplicate `provide'.
17214         (spam-unload-hook): Set as a variable with add-hook.
17215
17216 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17217
17218         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17219         in the doc string.
17220
17221         * message.el (message-ignored-news-headers)
17222         (message-ignored-supersedes-headers)
17223         (message-ignored-resent-headers)
17224         (message-forward-ignored-headers): Improve custom type.
17225
17226 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17227
17228         * message.el (message-tokenize-header): Fix 2004-09-06 change
17229         which used point-min in the wrong place.
17230
17231 2004-10-12  Simon Josefsson  <jas@extundo.com>
17232
17233         * tls.el (tls-certtool-program): New variable.
17234         (tls-certificate-information): New function, based on
17235         ssl-certificate-information.
17236
17237 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17238
17239         * compface.el: Move the version of ELisp-based uncompface program
17240         to the contrib directory because of the copyright problem.
17241
17242 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17243
17244         * message.el (message-kill-buffer): Raise the current frame.
17245
17246 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17247
17248         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17249
17250         * gnus.el (message-y-or-n-p): Autoload.
17251
17252         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17253         (pop3-password-required, pop3-authentication-scheme)
17254         (pop3-leave-mail-on-server): Make customizable.
17255         (pop3): New custom group.
17256         (pop3-retr): Remove `sleep-for' statements.
17257         Suggested by Dave Love <fx@gnu.org>.
17258
17259         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17260         Windows/DOS.
17261
17262         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17263         (imap-parse-body): Fix incorrect use of `assert'.
17264         Suggested by Dave Love <fx@gnu.org>.
17265
17266         * mml.el (mml-minibuffer-read-disposition): Require match.
17267         Suggested by Dave Love <fx@gnu.org>.
17268
17269 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17270
17271         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17272         doc string.
17273
17274 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17275
17276         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17277
17278 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17279
17280         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17281         instead of calling `mm-insert-inline', to decode text/* parts
17282         before displaying them.
17283
17284 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17285
17286         * mm-uu.el (mm-uu-text-plain-type): New variable.
17287         (mm-uu-pgp-signed-extract-1): Use it.
17288         (mm-uu-pgp-encrypted-extract-1): Use it.
17289         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17290         bind mm-uu-text-plain-type with that value.
17291         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17292         mm-uu-dissect.
17293
17294 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * gnus-group.el (gnus-update-group-mark-positions):
17297         * gnus-sum.el (gnus-update-summary-mark-positions):
17298         * message.el (message-check-news-body-syntax):
17299         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17300         of string-as-multibyte.
17301
17302 2004-10-05  Juri Linkov  <juri@jurta.org>
17303
17304         * gnus-group.el (gnus-update-group-mark-positions):
17305         * gnus-sum.el (gnus-update-summary-mark-positions):
17306         * message.el (message-check-news-body-syntax):
17307         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17308         8-bit unibyte values to a multibyte string for search functions.
17309
17310 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17311
17312         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17313         (mm-uu-dissect-text-parts): New function.
17314
17315         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17316         dissect text parts.
17317
17318         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17319         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17320
17321         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17322
17323         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17324         Use gnus-current-topics instead of gnus-current-topic.
17325
17326 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17327
17328         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17329
17330 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17331
17332         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17333         where approriate.
17334
17335         * nnml.el (nnml-generate-active-info): do.
17336
17337         * nndiary.el (nndiary-generate-active-info): do.
17338
17339         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17340         (gnus-topic-move): do.
17341
17342         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17343         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17344
17345         * gnus-srvr.el (gnus-server-prepare)
17346         (gnus-server-open-all-servers): do.
17347
17348         * gnus-msg.el (gnus-summary-cancel-article)
17349         (gnus-summary-resend-message)
17350         (gnus-summary-mail-crosspost-complaint): do.
17351
17352         * gnus-move.el (gnus-change-server): do.
17353
17354         * gnus-group.el (gnus-group-unmark-all-groups)
17355         (gnus-group-set-current-level): do.
17356
17357 2004-10-04  Simon Josefsson  <jas@extundo.com>
17358
17359         * message.el (message-generate-hashcash): Doc fix.
17360
17361 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17362
17363         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17364         avoid infinite recursion via gnus-get-function.
17365
17366 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17367
17368         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17369
17370         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17371
17372         * nnmail.el (nnmail-split-history): do.
17373
17374         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17375         (nnml-request-delete-group): do.
17376
17377         * nnslashdot.el (nnslashdot-read-groups): do.
17378
17379         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17380         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17381
17382         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17383         (nnspool-sift-nov-with-sed): Use last.
17384         (nnspool-retrieve-headers-with-nov): Use mapc.
17385         (nnspool-request-newgroups): Use dolist.
17386         (nnspool-request-group): Use last.
17387
17388         * nntp.el (nntp-read-server-type): Use dolist.
17389
17390         * nnvirtual.el (nnvirtual-create-mapping)
17391         (nnvirtual-update-read-and-marked): Use dolist.
17392         (nnvirtual-convert-headers): Simplify.
17393
17394 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17395
17396         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17397         Add support for sync'ing tick marks.
17398
17399 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17400
17401         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17402         there's no visible header.
17403
17404 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17405
17406         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17407         When necessary, pass full group name to gnus-request-set-marks.
17408
17409 2004-10-01  Simon Josefsson  <jas@extundo.com>
17410
17411         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17412         acroread.
17413
17414 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17415
17416         * spam-report.el (spam-report-gmane): Fix interactive.
17417
17418         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17419
17420         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17421         when writing file.
17422         (gnus-agent-synchronize-flags): Don't default to being
17423         interactive.
17424
17425 2004-09-30  Simon Josefsson  <jas@extundo.com>
17426
17427         * message.el (message-generate-hashcash): Add.
17428         (message-send-mail): Use it, call mail-add-payment.
17429
17430 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17431
17432         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17433
17434 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17435
17436         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17437         gnus-requst-update-info with explicit code to sync the in-memory
17438         info read flags with the marks being sync'd to the backend.
17439
17440         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17441
17442 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17443
17444         * spam.el (spam-verify-bogofilter): Add new function.
17445         (spam-check-bogofilter)
17446         (spam-bogofilter-register-with-bogofilter): Use it.
17447         (spam-verify-bogofilter): Add small fixes.
17448
17449 2004-09-28  Simon Josefsson  <jas@extundo.com>
17450
17451         * hashcash.el (hashcash-generate-payment): Revert.
17452
17453 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17454
17455         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17456         Use gnus-extract-references instead of gnus-split-references.
17457
17458         * gnus-util.el (gnus-extract-references): Add new function, analogous
17459         to gnus-split-references but extracts only the message-ID without
17460         anything extra.
17461
17462         * hashcash.el (hashcash-generate-payment)
17463         (hashcash-check-payment): Do the right thing if hashcash-path is
17464         nil (because the hashcash program could not be found).
17465
17466         * spam.el (spam-use-hashcash): Remove comment.
17467
17468 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17469
17470         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17471         (gnus-cache-enter-article, gnus-cache-remove-article)
17472         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17473
17474         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17475
17476         * gnus-art.el (article-hide-boring-headers)
17477         (article-translate-strings, article-display-face)
17478         (gnus-article-mime-match-handle-first)
17479         (gnus-article-highlight-headers)
17480         (gnus-article-add-buttons-to-head): do.
17481
17482 2004-09-27  Simon Josefsson  <jas@extundo.com>
17483
17484         * hashcash.el: New version, from
17485         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17486         ../contrib/.
17487
17488 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17491
17492 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17493
17494         * gnus-dup.el (gnus-dup-open): Use mapc.
17495         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17496
17497         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17498         Reported by Stefan Wiens <s.wi@gmx.net>.
17499
17500         * gnus.el (gnus-shutdown): Use dolist.
17501
17502         * gnus-undo.el (gnus-undo): Use mapc.
17503
17504         * nnrss.el (nnrss-generate-active): do.
17505
17506         * message.el (message-cite-original-without-signature)
17507         (message-cite-original): Use mapc.
17508         (message-do-actions, message-make-forward-subject): Use dolist.
17509
17510 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17511
17512         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17513         deletion to remove entire duplicate line.  Fixes merged article
17514         number bug.
17515
17516 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17517
17518         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17519         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17520         first ask if you want to open a server and then, even when you
17521         responded with no, asking if you want to synchronize the server's
17522         flags.
17523         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17524         multi-line expressions.
17525         (gnus-agent-synchronize-group-flags): New internal function.
17526         Updates marks in memory (in the info structure) AND in the
17527         backend.
17528
17529         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17530
17531         * nnagent.el (nnagent-request-set-mark):
17532         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17533         method, to ensure that synchronization updates marks in the
17534         backend and in the info (in memory) structure.
17535
17536 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17537
17538         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17539         convention fully; don't miss the root article of a thread; make
17540         the X-Draft-From header with correct article numbers.
17541
17542 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17543
17544         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17545         unless plugged.  Disable the agent so that an open failure causes
17546         an error.
17547
17548         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17549         Revert 2004-09-21 change.  The backend must be opened while
17550         synchronizing flags even when the backend stores the flags
17551         locally.
17552
17553 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17554
17555         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17556         in `header' match.  Reported by Svend Tollak Munkejord.
17557
17558         * message.el (message-cite-original): Fix use of
17559         `message-cite-articles-with-x-no-archive'.
17560
17561 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17562
17563         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17564         (gnus-window-to-buffer): Ditto.
17565
17566         * mml.el (mml-preview-buffer): New variable.
17567         (mml-preview): Manage window layout with gnus-buffer-configuration.
17568
17569         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17570         X-Draft-From header even if those articles aren't quoted.
17571
17572 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17573
17574         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17575         (gnus-request-set-mark, gnus-request-update-mark): Use new
17576         g-s-t-u-l-m to decide to use backend even when unplugged.
17577
17578 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17579
17580         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17581         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17582
17583 2004-09-20  Simon Josefsson  <jas@extundo.com>
17584
17585         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17586         "utf-16-le".
17587
17588 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17589
17590         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17591
17592 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17593
17594         * uudecode.el (uudecode-use-external): Add :version.
17595
17596         * smime.el (smime-CA-file, smime-encrypt-cipher)
17597         (smime-dns-server): Add :version.
17598
17599         * smiley.el (gnus-smiley-file-types): Add :version.
17600
17601         * sha1.el (sha1-use-external): Add :version.
17602
17603         * pgg-def.el (pgg-query-keyserver): Add :version.
17604
17605         * nnmail.el (nnmail-fancy-expiry-targets)
17606         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17607         Add :version.
17608
17609         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17610         (nnimap-retrieve-groups-asynchronous): Add :version.
17611         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17612
17613         * mml.el (mml-content-disposition-parameters)
17614         (mml-insert-mime-headers-always): Add :version.
17615
17616         * mm-util.el (mm-coding-system-priorities): Add :version.
17617
17618         * mm-decode.el (mm-inline-text-html-with-images)
17619         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17620         (mm-verify-option): Add :version.
17621         (mm-text-html-renderer): Change :version.
17622
17623         * message.el (message-fcc-externalize-attachments)
17624         (message-required-headers, message-draft-headers)
17625         (message-subject-trailing-was-query)
17626         (message-subject-trailing-was-ask-regexp)
17627         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17628         (message-mark-insert-end, message-archive-header)
17629         (message-archive-note, message-cross-post-default)
17630         (message-cross-post-note, message-followup-to-note)
17631         (message-cross-post-note-function, message-use-mail-followup-to)
17632         (message-subscribed-address-functions)
17633         (message-subscribed-address-file, message-subscribed-addresses)
17634         (message-subscribed-regexps, message-allow-no-recipients)
17635         (message-yank-cited-prefix, message-signature-insert-empty-line)
17636         (message-hidden-headers, message-hierarchical-addresses)
17637         (message-mail-user-agent, message-use-idna)
17638         (message-valid-fqdn-regexp)
17639         (message-strip-special-text-properties, message-header-synonyms)
17640         (message-beginning-of-line, message-tab-body-function): Add :version.
17641         (message-insert-canlock, message-wide-reply-confirm-recipients):
17642         Change :version.
17643
17644         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17645         and :version.
17646         (mail-source-delete-old-incoming-confirm)
17647         (mail-source-movemail-program): Add :version.
17648
17649         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17650         (gnus-agent-cache, gnus-agent): Change :version.
17651
17652         * gnus-util.el (gnus-use-byte-compile): Change :version.
17653
17654         * gnus-sum.el (gnus-summary-make-false-root-always)
17655         (gnus-summary-default-high-score)
17656         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17657         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17658         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17659         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17660         (gnus-sum-thread-tree-single-indent)
17661         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17662         (gnus-sum-thread-tree-leaf-with-other)
17663         (gnus-sum-thread-tree-single-leaf): Add :version.
17664         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17665         (gnus-article-loose-mime): Change :version.
17666
17667         * gnus-start.el (gnus-backup-startup-file)
17668         (gnus-save-startup-file-via-temp-buffer): Add :version.
17669
17670         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17671         (gnus-server-offline-face): Add :version.
17672
17673         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17674
17675         * gnus-msg.el (gnus-gcc-externalize-attachments)
17676         (gnus-debug-files, gnus-debug-exclude-variables)
17677         (gnus-discouraged-post-methods): Change :version.
17678         (gnus-confirm-mail-reply-to-news)
17679         (gnus-confirm-treat-mail-like-news): Add :version.
17680
17681         * gnus-int.el (gnus-server-unopen-status): Add :version.
17682
17683         * gnus-group.el (gnus-group-jump-to-group-prompt)
17684         (gnus-large-ephemeral-newsgroup)
17685         (gnus-fetch-old-ephemeral-headers): Add :version.
17686
17687         * gnus-fun.el (gnus-x-face-directory)
17688         (gnus-convert-pbm-to-x-face-command)
17689         (gnus-convert-image-to-x-face-command)
17690         (gnus-convert-image-to-face-command): Add :version.
17691
17692         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17693
17694         * gnus-cite.el (gnus-cite-blank-line-after-header)
17695         (gnus-article-boring-faces): Add :version.
17696
17697         * gnus-art.el (gnus-buttonized-mime-types)
17698         (gnus-inhibit-mime-unbuttonizing)
17699         (gnus-treat-display-face)
17700         (gnus-treat-body-boundary): Change :version.
17701         (gnus-body-boundary-delimiter, gnus-picon-databases)
17702         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17703         (gnus-treat-date-english, gnus-treat-fold-headers)
17704         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17705         (gnus-treat-mail-picon, gnus-treat-wash-html)
17706         (gnus-article-encrypt-protocol)
17707         (gnus-use-idna, gnus-article-over-scroll)
17708         (gnus-mime-display-multipart-alternative-as-mixed)
17709         (gnus-mime-display-multipart-related-as-mixed)
17710         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17711         (gnus-ctan-url, gnus-button-ctan-handler)
17712         (gnus-button-handle-ctan-bogus-regexp)
17713         (gnus-button-ctan-directory-regexp)
17714         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17715         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17716         (gnus-button-man-level, gnus-button-emacs-level)
17717         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17718
17719         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17720         (gnus-agent-go-online): Change :version.
17721         (gnus-agent-expire-unagentized-dirs)
17722         (gnus-agent-auto-agentize-methods): Add :version.
17723
17724         * flow-fill.el (fill-flowed-display-column)
17725         (fill-flowed-encode-column): Add :version.
17726
17727         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17728         (gnus-outlook-deuglify-unwrap-max)
17729         (gnus-outlook-deuglify-cite-marks)
17730         (gnus-outlook-deuglify-unwrap-stop-chars)
17731         (gnus-outlook-deuglify-no-wrap-chars)
17732         (gnus-outlook-deuglify-attrib-cut-regexp)
17733         (gnus-outlook-deuglify-attrib-verb-regexp)
17734         (gnus-outlook-deuglify-attrib-end-regexp)
17735         (gnus-outlook-display-hook): Add :version.
17736
17737         * binhex.el (binhex-use-external): Add :version.
17738
17739 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17740
17741         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17742         and `invisible'.
17743
17744 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17745
17746         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17747         in gnus-registry-trim.
17748
17749 2004-09-13  Simon Josefsson  <jas@extundo.com>
17750
17751         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17752
17753         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17754
17755         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17756         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17757         <yamaoka@jpl.org>.
17758         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17759         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17760         <yamaoka@jpl.org>.
17761
17762         * sieve.el (sieve-manage-mode): Ditto.
17763
17764 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17765
17766         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17767
17768 2004-09-11  Simon Josefsson  <jas@extundo.com>
17769
17770         * dns-mode.el: Add.
17771
17772         * mm-view.el (mm-display-dns-inline): Add.
17773
17774         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17775         (mm-automatic-display): Ditto.
17776
17777         * mailcap.el (mailcap-mime-data): Add text/dns.
17778         (mailcap-mime-extensions): Map .soa to text/dns.
17779
17780 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17781
17782         * gnus-art.el (article-decode-mime-words, article-babel)
17783         (gnus-article-highlight-signature, gnus-article-add-buttons)
17784         (gnus-signature-toggle): Remove unnecessary bindings of
17785         `inhibit-read-only' inherited from v5.10 merge.
17786
17787 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17788
17789         * nntp.el (nntp): New customization group.
17790         (nntp-authinfo-file): Add customization group.
17791
17792         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17793
17794         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17795
17796         * gnus.el (to-address, to-list, subscribed)
17797         (large-newsgroup-initial): Ditto.
17798
17799         * flow-fill.el (fill-flowed-display-column)
17800         (fill-flowed-encode-column): Ditto.
17801
17802 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17803
17804         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17805         Use point-min rather than 1.
17806         (message-send-mail): Use buffer-size rather than point-max.
17807
17808         * gnus-sum.el (gnus-summary-search-article-forward):
17809         Signal a specific `search-failed' rather than a generic `error'.
17810
17811         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17812         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17813         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17814
17815 2004-09-10  Simon Josefsson  <jas@extundo.com>
17816
17817         * nndb.el (require): Remove tcp and duplicate cl.
17818
17819 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17820
17821         * gnus-agent.el (directory-files-and-attributes): Move forward.
17822
17823 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17824
17825         * gnus-agent.el (directory-files-and-attributes):
17826         Optionally defined to support XEmacs.
17827
17828 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17829
17830         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17831         to avoid run-time CL dependencies.
17832         (gnus-agent-unfetch-articles): New function.
17833         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17834         article numbers even when local .overview file is missing.
17835         (gnus-agent-read-article-number): New function.  Only accepts
17836         27-bit article numbers.
17837         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17838         Use gnus-agent-read-article-number.
17839         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17840         from backend while recognizing that article numbers in .overview
17841         must be valid.
17842         (gnus-agent-update-files-total-fetched-for):
17843         Use directory-files-and-attributes to improve performance.
17844         * gnus-int.el (gnus-request-move-article):
17845         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17846         improve performance.
17847
17848         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17849         some users confused by references to .newsrc when they only have a
17850         .newsrc.eld file.
17851         (gnus-convert-mark-converter-prompt)
17852         (gnus-convert-converter-needs-prompt): Fix use of property list.
17853         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17854         New function.  Used internally to only display 'gnus converting
17855         files' message when actually necessary.
17856
17857         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17858         methods now autoloaded.
17859
17860 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17861
17862         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17863         identifiers.
17864
17865 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17866
17867         * gnus-picon.el: Fix indentation and closing parenthesis.
17868
17869 2004-09-01  Simon Josefsson  <jas@extundo.com>
17870
17871         * message.el (message-canlock-generate): Require sha1, not
17872         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17873         to require within a function.  Sadly, if sha1.el isn't loaded, the
17874         let binding in m-c-g will hide the defcustom definition, which is
17875         bad.)
17876
17877         * canlock.el: Require sha1, not sha1-el.
17878
17879         * message.el: Don't autoload sha1 (there is a autoload cookie in
17880         sha1.el).
17881
17882         * sha1-el.el: Rename to sha1.el.
17883
17884 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17885
17886         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17887
17888 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17889
17890         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17891
17892 2004-08-30  Kim F. Storm  <storm@cua.dk>
17893
17894         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17895
17896         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17897         Add :group 'nnimap.
17898
17899 2004-08-30  Andreas Schwab  <schwab@suse.de>
17900
17901         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17902         ?* and ?\;.
17903
17904         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17905         and ?\' to symbol instead of whitespace.
17906
17907 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17908
17909         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17910
17911         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17912         instead of re-search-forward.
17913
17914         * gnus-uu.el (gnus-uu-save-article): Ditto.
17915         (gnus-uu-post-encode-uuencode): Ditto.
17916
17917         * html2text.el (html2text-clean-list-items): Ditto.
17918         (html2text-clean-dtdd): Ditto.
17919         (html2text-format-tags): Ditto.
17920
17921         * message.el (message-send-mail-with-sendmail): Fix regexp.
17922         (message-fill-field-general): Use search-forward instead of
17923         re-search-forward.
17924         (unbold-region): Ditto.
17925
17926         * nnrss.el (nnrss-request-article): Ditto.
17927
17928         * nnslashdot.el (nnslashdot-request-article): Ditto.
17929
17930         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17931
17932         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17933         "Unrecognized menu descriptor" error in XEmacs.
17934
17935 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17936
17937         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17938         parent article of a sparse article in the thread hashtb.
17939
17940 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17941
17942         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17943         (nnmail-expand-newtext): Lowercase expanded entries if
17944         nnmail-split-lowercase-expanded is non-nil.
17945
17946 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17947
17948         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17949
17950         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17951         of gnus-tmp-news-method into string under XEmacs.  It will be
17952         passed to gnus-correct-length which takes only a string argument.
17953
17954 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * gnus-util.el (gnus-bind-print-variables): New macro.
17957         (gnus-prin1): Use it.
17958         (gnus-prin1-to-string): Use it.
17959         (gnus-pp): New function.
17960         (gnus-pp-to-string): New function.
17961
17962         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17963         Replace pp-to-string with gnus-pp-to-string.
17964         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17965         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17966         * gnus-msg.el (gnus-debug): Ditto.
17967         * gnus-score.el (gnus-score-save): Ditto.
17968         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17969         gnus-pp-to-string.
17970         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17971         with gnus-pp.
17972         * score-mode.el (gnus-score-pretty-print): Ditto.
17973         * webmail.el (webmail-debug): Ditto.
17974
17975 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17976
17977         * gnus-art.el (article-display-face, article-display-x-face):
17978         Use buffer-read-only.
17979
17980 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * gnus-art.el (article-hide-list-identifiers):
17983         Bind inhibit-read-only as t.
17984
17985 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17986
17987         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17988
17989 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17990
17991         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17992         (gnus-narrow-to-page): Don't assume point-min == 1.
17993         (gnus-article-edit-mode): Derive from message-mode.
17994
17995         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17996         point-min == 1.
17997
17998         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17999         Disable incorrect use of `assert'.
18000
18001         * message.el (message-mode): Set comment-start-skip.
18002
18003
18004 2004-08-22  Sam Steingold  <sds@gnu.org>
18005
18006         * pop3.el (pop3-leave-mail-on-server): New user variable.
18007         (pop3-movemail): Delete mail only when it is nil.
18008
18009 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18010
18011         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18012
18013         * mml.el (mml-preview): Use `pop-to-buffer'.
18014
18015         * message.el (message-goto-mail-followup-to): Insert after "To".
18016         (message-carefully-insert-headers): Add comment.
18017
18018         * gnus.el: Remove unused variable `gnus-article-check-size'.
18019
18020         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18021
18022         * gnus-art.el (gnus-button-alist):
18023         Improve `gnus-button-handle-library' entry.
18024
18025 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18026
18027         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18028         Use downcase, since XEmacs capitalizes error messages differently.
18029
18030 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18031
18032         * nntp.el: Add (require 'gnus) due to reference to
18033         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18034
18035 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18036
18037         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18038         Bind `mm-fill-flowed'.
18039
18040         * mm-decode.el (mm-dissect-singlepart): Check it.
18041
18042 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18043
18044         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18045         'imap' for netrc parsing.
18046
18047 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18048
18049         * mailcap.el (mailcap-mime-data): Mark as risky.
18050
18051 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18052
18053         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18054         may be included in the encoded word.
18055         (rfc2047-encode): Don't append a space if the encoded word
18056         includes close parenthesis.
18057
18058 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18059
18060         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18061         of text within parentheses.
18062
18063 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18064
18065         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18066         (gnus-encrypt-write-file-contents): Make the password key the file
18067         name PLUS the cipher, not just the cipher.  Also remove failed
18068         passwords from the cache.
18069
18070 2004-08-06  Simon Josefsson  <jas@extundo.com>
18071
18072         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18073         Doc fix.
18074
18075 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18078         LWSP.
18079
18080 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18081
18082         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18083         Try to append in-reply-to: data to the references: header.
18084
18085         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18086         (netrc-parse): Use gnus-encrypt.el functions.
18087
18088         * gnus-encrypt.el: Add new file for encryption support; currently
18089         does only a few GPG ciphers and an internal XOR cipher.
18090
18091         * password.el: Add comments on using password-read-and-add.
18092         (password-read-and-add): Add function to read and add the
18093         password to the cache at once.
18094
18095 2004-07-28  Simon Josefsson  <jas@extundo.com>
18096
18097         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18098         parameter (but don't use it, for now).
18099
18100         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18101         instead of hard coding to nil.
18102
18103 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18104
18105         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18106         as mm-inline-image-xemacs does.
18107
18108 2004-07-26  Simon Josefsson  <jas@extundo.com>
18109
18110         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18111         Revert part of 2004-07-17 change below.
18112
18113 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18114
18115         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18116         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18117
18118 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18119
18120         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18121         quotes that actually start with ">" at the beginning of the
18122         lines.
18123
18124 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18125
18126         * rfc2047.el (rfc2047-encode-region): Fix last change.
18127         (rfc2047-encode-parameter): Remove useless concat.
18128
18129 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18130
18131         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18132         encode special characters; fix some kind of misconfigured headers;
18133         signal a real error if debug-on-quit or debug-on-error is non-nil.
18134         (rfc2047-encode-max-chars): New variable.
18135         (rfc2047-encode-1): Use it.
18136         (rfc2047-encode-parameter): New function.
18137
18138         * mml.el (mml-insert-parameter): Remove an excessive space.
18139
18140 2004-07-17  Simon Josefsson  <jas@extundo.com>
18141
18142         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18143         Kai Grossjohann <kai@emptydomain.de>.
18144         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18145         (gnus-group-make-menu-bar): Ditto.
18146
18147         * gnus-util.el (gnus-group-server): Add.
18148
18149 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18150
18151         * message.el (message-clone-locals): Clone sendmail and smtp
18152         variables.
18153
18154 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18155
18156         * rfc2047.el (rfc2047-encode-region): Fix last change.
18157
18158 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18161         characters as non-special.
18162
18163 2004-07-09  Simon Josefsson  <jas@extundo.com>
18164
18165         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18166         Users will lose all flag changes made while unplugged with
18167         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18168         good default.  See numerous reports on ding mailing list.
18169
18170 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18171
18172         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18173         add generate-head-function and generate-article-function to the
18174         rfc822-forward entry.
18175         (nndoc-rfc822-forward-generate-article): New function.
18176         (nndoc-rfc822-forward-generate-head): New function.
18177
18178         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18179
18180 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18181
18182         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18183         respect display group parameter and gnus-summary-expunge-below.
18184         (gnus-articles-to-read): Remove unused reference to display group
18185         parameter.
18186
18187 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18188
18189         * nnheader.el (nnheader-uniquify-message-id): New experimental
18190         variable.
18191         (nnheader-nov-read-message-id): Use it.
18192
18193         * spam-report.el (spam-report-gmane): Add interactive.
18194
18195 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * mm-encode.el (mm-content-transfer-encoding-defaults):
18198         Use qp-or-base64 for the application/* types.
18199
18200 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18201
18202         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18203
18204 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18205
18206         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18207         trim value.
18208
18209 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18210
18211         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18212         New macro and function.
18213         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18214
18215 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18216
18217         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18218         after-load-alist.
18219
18220 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18221
18222         * gnus-group.el (gnus-group-get-new-news-this-group):
18223         Don't update info that isn't there.
18224
18225 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18226
18227         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18228         entry.
18229
18230 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18231
18232         * mm-view.el (mm-inline-render-with-function): Use multibyte
18233         buffer; decode html source by charset.
18234
18235         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18236
18237         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18238         Mule-UCS is loaded under XEmacs.
18239         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18240
18241 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18242
18243         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18244
18245 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18246
18247         * mm-util.el (mm-coding-system-p): Return a coding-system.
18248         (mm-mime-mule-charset-alist): Use shift_jis instead of
18249         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18250         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18251         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18252         instead of japanese-shift-jis and iso-latin-1 respectively in
18253         order to share the default value with both Emacs and XEmacs-mule.
18254         (mm-mule-charset-to-mime-charset):
18255         Make mm-coding-system-priorities effective.
18256         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18257         while predicating of candidates upon the priorities.
18258
18259 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18260
18261         * gnus-sum.el (gnus-summary-make-menu-bar):
18262         Add gnus-uu-invert-processable.
18263
18264         * gnus.el: Autoload gnus-uu-invert-processable.
18265
18266 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18267
18268         * mm-util.el (mm-with-multibyte-buffer): New macro.
18269
18270         * rfc2047.el (rfc2047-encode-string): Use it.
18271         (rfc2047-encode-region): Move point to the end of the region after
18272         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18273
18274 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18275
18276         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18277         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18278
18279 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18280
18281         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18282         (gnus-cite-parse): Ignore quoted envelope From_.
18283         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18284
18285 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18286
18287         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18288         invalid addresses.
18289
18290 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18291
18292         * spam.el: Change section markers, revise TODO list.
18293         (spam-backends): Make new master list of all installed backends.
18294         (spam-summary-exit-behavior): Add new variable to determine how
18295         messages moves are done at summary exit.
18296         (spam-move-spam-nonspam-groups-only)
18297         (spam-process-ham-in-nonham-groups)
18298         (spam-process-ham-in-spam-groups): Remove variables, the
18299         spam-summary-exit-behavior variable should be used to manage this
18300         behavior.
18301         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18302         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18303         and spam-old-spam-articles.
18304         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18305         Add empty variables, placeholders for the backends they represent.
18306         (spam-set-difference): Move, unchanged.
18307         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18308         unless the user has a processor variable.
18309         (spam-classifications, spam-classification-valid-p)
18310         (spam-backend-properties, spam-backend-property-valid-p)
18311         (spam-backend-function-type-valid-p)
18312         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18313         (spam-report-articles-gmane, spam-report-articles-resend):
18314         Remove functions, they are not needed.
18315         (spam-install-backend-super, spam-backend-list)
18316         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18317         (spam-backend-function, spam-backend-ham-registration-function)
18318         (spam-backend-spam-registration-function)
18319         (spam-backend-ham-unregistration-function)
18320         (spam-backend-spam-unregistration-function)
18321         (spam-backend-statistical-p, spam-backend-mover-p)
18322         (spam-install-backend-alias, spam-install-checkonly-backend)
18323         (spam-install-mover-backend, spam-install-nocheck-backend)
18324         (spam-install-backend, spam-install-statistical-backend)
18325         (spam-install-statistical-checkonly-backend): Add backend installation
18326         support.
18327         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18328         (spam-group-processor-p): Use the new backend code and respect the
18329         summary exit behavior.
18330         (spam-mark-spam-as-expired-and-move-routine): Remove.
18331         (spam-summary-prepare): Change to use the new spam-old-articles
18332         variable.
18333         (spam-copy-or-move-routine, spam-copy-spam-routine)
18334         (spam-move-spam-routine, spam-copy-ham-routine)
18335         (spam-move-ham-routine): Add code to copy/move ham or spam.
18336         (spam-fetch-field-fast): Improve doc and code, plus allow the
18337         'number request.
18338         (spam-list-of-checks, spam-list-of-statistical-checks):
18339         Remove variables.
18340         (spam-split, spam-find-spam): Use the new backend code.
18341         (spam-registration-functions): Remove variable.
18342         (spam-unregister-routine): Add convenience wrapper.
18343         (spam-log-undo-registration, spam-register-routine)
18344         (spam-log-processing-to-registry)
18345         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18346         where possible.
18347         (spam-check-gmane-xref, spam-check-regex-headers)
18348         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18349         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18350         (spam-check-bogofilter-headers, spam-check-spamoracle)
18351         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18352         (spam-check-crm114-headers): Use the spam-split-group that
18353         spam-split prepares, no need to determine it every time.
18354
18355         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18356         to the nnheader-parse-naked-head call.
18357
18358         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18359
18360         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18361         the nnheader-nov-read-message-id call.
18362
18363 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18366         gnus-activate-group twice.  Suggested by Markus Peter
18367         <warp@spin.de>.
18368
18369 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18370
18371         * gnus-art.el (gnus-article-time-format): Exchange the order of
18372         day and month in the default value; fix customization type.
18373         (article-date-ut): Use add-text-properties.
18374         (article-make-date-line): Use message-make-date instead of
18375         current-time-string.
18376
18377         * message.el (message-fetch-field): Don't use set-text-properties.
18378         (message-make-date): Simplify.
18379
18380         * messagexmas.el (message-xmas-make-date): New function.
18381         (message-xmas-redefine): Defalias message-make-date to it.
18382
18383 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18384
18385         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18386         (rfc2047-encode-region): Treat text within parentheses as special;
18387         show the original text when error has occurred.
18388
18389         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18390         already-computed method to gnus-activate-group.
18391
18392         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18393         same select-methods identical Lisp objects.
18394
18395         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18396         object when modifying the info.
18397
18398 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18399
18400         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18401         gnus-opened-servers since it has never been opened with the new
18402         configuration yet.
18403
18404 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18405
18406         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18407         arg to nnheader-generate-fake-message-id.
18408
18409 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18410
18411         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18412         number and build a fake message ID localized to a group and
18413         article number (so it's repeatable from that point on).
18414         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18415         ID format.
18416
18417         * gnus-sum.el (gnus-get-newsgroup-headers):
18418         Call nnheader-generate-fake-message-id with the article number.
18419
18420 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18421
18422         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18423         end-of-buffer.
18424
18425 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18426
18427         * message.el (message-ignored-supersedes-headers): Add Approved.
18428
18429 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18430
18431         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18432         goto-char.
18433         (rfc2047-encode): Fold the line before encoding.
18434
18435 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18436
18437         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18438         folding -- not all headers can be folded, and this should be done
18439         by the message composition mode.  Probably.  I think.
18440
18441 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18442
18443         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18444         fast.
18445
18446         * gnus-ems.el (gnus-remove-image): Don't use
18447         message-text-with-property; remove only the image found first.
18448
18449         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18450         found first.
18451
18452 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18453
18454         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18455
18456 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18457
18458         * message.el (message-text-with-property): Make it fast and accept
18459         optional arguments.
18460         (message-strip-forbidden-properties): Use it.
18461         (message-fix-before-sending): Follow the m-t-w-p change.
18462
18463         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18464
18465 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18466
18467         * gnus-art.el (article-hide-headers): Don't change the buffer
18468         mistakenly when performing mml-preview even if
18469         gnus-single-article-buffer is nil.
18470
18471 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18472
18473         * message.el (message-expand-name-databases): New user option.
18474         (message-expand-name): Use it.
18475
18476 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18477
18478         * spam.el (spam-report-articles-resend)
18479         (spam-report-resend-register-routine): Allow ham reporting.
18480         (spam-report-resend-register-ham-routine): Add wrapper.
18481         (spam-registration-functions): Add ham resending functions.
18482         (spam-list-of-processors): Add ham resend processor.
18483
18484         * gnus.el (ham-resend-to): Add new group parameter.
18485         (spam-process): Add ham resend option.
18486
18487         * spam-report.el (spam-report-resend): Allow reporting ham.
18488         (spam-report-resend-ham): Add wrapper.
18489
18490 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18491
18492         * message.el (message-cite-articles-with-x-no-archive):
18493         New variable.
18494         (message-cite-original): Use it.
18495
18496 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18497
18498         * message.el (message-cite-original): Respect X-No-Archive.
18499
18500 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18501
18502         * gnus-art.el (article-hide-headers): Refer to the values for
18503         gnus-ignored-headers and gnus-visible-headers in the summary
18504         buffer since a user may have set them as group parameters.
18505
18506 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18507
18508         * assistant.el (assistant-node-name): Add convenience function.
18509         (assistant-render-text, assistant-render-node): Add error handling,
18510         plus handle multiple next nodes.
18511         (assistant-find-next-node): Comment out for now.
18512         (assistant-find-next-nodes): Add function, returns list of next
18513         nodes.
18514
18515 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18516
18517         * mail-source.el (mail-source-directory): Fix doc-string.
18518
18519 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18520
18521         * assistant.el (assistant-render-text, assistant-eval): Add :set
18522         widget type, which is different because it takes and returns a
18523         list.  Much hilarity ensues.
18524
18525 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18526
18527         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18528
18529         * gnus-group.el (gnus-group-get-new-news-this-group):
18530         Add doc-string.
18531
18532         * gnus-start.el (gnus-activate-group): Add doc-string.
18533
18534 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18535
18536         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18537
18538 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18539
18540         * assistant.el (assistant-render-text): Try to add a :set
18541         widget, more to come.
18542
18543         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18544         strings.
18545         (spam-report-articles-resend)
18546         (spam-register-routine): Do registration iff any articles warrant
18547         it.
18548         (spam-summary-prepare-exit): Change log message for nil group
18549         destinations.
18550
18551 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18552
18553         * spam.el (spam-report-resend-register-routine):
18554         Allow spam-report-resend-to to be a group parameter or a global value.
18555
18556 2004-05-26  Simon Josefsson  <jas@extundo.com>
18557
18558         * starttls.el: Merge with my GNUTLS based starttls.el.
18559         (starttls-gnutls-program, starttls-use-gnutls)
18560         (starttls-extra-arguments, starttls-process-connection-type)
18561         (starttls-connect, starttls-failure, starttls-success):
18562         New variables.
18563         (starttls-program, starttls-extra-args): Doc fix.
18564         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18565         New functions.
18566         (starttls-negotiate, starttls-open-stream):
18567         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18568         function if it is set.
18569
18570 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18571
18572         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18573         structured fields.
18574
18575 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18576
18577         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18578
18579 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18580
18581         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18582         Add variable.
18583         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18584         assigning the spam-mark to new messages.
18585
18586 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18587
18588         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18589
18590 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18591
18592         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18593
18594         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18595         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18596         default.
18597
18598 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18599
18600         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18601         correct data.
18602
18603 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18604
18605         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18606         (spam-group-processor-p): Fix function.
18607         (spam-group-processor-multiple-p)
18608         (spam-group-spam-processor-report-gmane-p)
18609         (spam-group-spam-processor-report-resend-p)
18610         (spam-group-spam-processor-bogofilter-p)
18611         (spam-group-spam-processor-blacklist-p)
18612         (spam-group-spam-processor-ifile-p)
18613         (spam-group-ham-processor-ifile-p)
18614         (spam-group-spam-processor-spamoracle-p)
18615         (spam-group-spam-processor-crm114-p)
18616         (spam-group-ham-processor-bogofilter-p)
18617         (spam-group-spam-processor-stat-p)
18618         (spam-group-ham-processor-stat-p)
18619         (spam-group-ham-processor-whitelist-p)
18620         (spam-group-ham-processor-BBDB-p)
18621         (spam-group-ham-processor-spamoracle-p)
18622         (spam-group-ham-processor-copy-p): Remove functions with some
18623         prejudice against unneeded code.
18624         (spam-report-articles-resend)
18625         (spam-report-resend-register-routine): Allow the group/topic
18626         spam-resend-to value to override spam-report-resend-to.
18627         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18628         properly now.
18629
18630         * gnus.el (spam-resend-to): Add group/topic parameter.
18631         (spam-process): Move the OBSOLETE processors to the end of the
18632         choices.
18633
18634 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18635
18636         * spam-report.el (spam-report-resend-to, spam-report-resend):
18637         Start with resend-to set to nil, and then ask the user if necessary.
18638         (spam-report-resend): spam-report-resend takes a list of articles, not
18639         separate article numbers.
18640
18641 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18642
18643         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18644         addition to emacs-w3m.
18645
18646 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18647
18648         * assistant.el (assistant-authinfo-data): New function.
18649         (assistant-eval): Eval for entire assistant.
18650
18651         * netrc.el (netrc-services-file): New variable.
18652         (netrc-parse-services): New function.
18653         (netrc-find-service-name): New function.
18654         (netrc-find-service-number): New function.
18655         (netrc-port-equal): New function.
18656         (netrc-machine): Use it.
18657
18658         * nnimap.el (nnimap-open-connection): Use netrc.
18659
18660         * gnus-util.el (gnus-netrc-get): Remove aliases.
18661
18662         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18663
18664         * assistant.el (wid-edit): Fix compilation.
18665
18666         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18667
18668 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18669
18670         * gnus-util.el (gnus-set-file-modes): New function.  (small
18671         patch).
18672
18673 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18674
18675         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18676
18677         * assistant.el (assistant-render-node): Fix up rendering and
18678         read-only text.
18679         (assistant-render-node): Reset.
18680         (assistant-make-read-only): Not sticky.
18681
18682 2004-05-20  Danny Siu  <dsiu@adobe.com>
18683
18684         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18685         centered even when gnus-auto-center-summary is t.
18686
18687 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18688
18689         * dns.el (dns-get-txt-answer): New function.
18690         (dns-read-txt): Ditto.
18691         (query-dns): Use it.
18692
18693 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18694
18695         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18696         active for foreign groups even if the group level is higher than
18697         the specified value.
18698
18699 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18700
18701         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18702         non-active groups.
18703
18704         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18705
18706 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18707
18708         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18709
18710 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18711
18712         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18713         (spam-crm114-header, spam-crm114-spam-switch)
18714         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18715         (spam-crm114-positive-spam-header)
18716         (spam-crm114-database-directory, spam-list-of-processors)
18717         (spam-group-spam-processor-crm114-p)
18718         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18719         (spam-generic-score, spam-list-of-checks)
18720         (spam-list-of-statistical-checks, spam-registration-functions)
18721         (spam-check-crm114-headers, spam-crm114-score)
18722         (spam-check-crm114, spam-crm114-register-with-crm114)
18723         (spam-crm114-register-spam-routine)
18724         (spam-crm114-unregister-spam-routine)
18725         (spam-crm114-register-ham-routine)
18726         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18727         From asjo@koldfront.dk (Adam Sjøgren).
18728
18729         * gnus.el: Add spam-use-crm114.
18730
18731         * spam.el (spam-list-of-processors, spam-registration-functions):
18732         Add spam-use-resend.
18733         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18734         (spam-report-articles-gmane): Add doc fix.
18735         (spam-report-articles-resend, spam-report-resend-register-routine):
18736         Add wrappers around spam-report-resend-to.
18737
18738         * spam-report.el (spam-report-resend-to, spam-report-resend):
18739         Add support for resending spam.
18740         (spam-report-gmane): Fix line length >80.
18741
18742         * gnus.el (spam-process): Add spam-use-resend.
18743
18744 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18745
18746         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18747         number of processed spam messages.
18748         (spam-ham-copy-or-move-routine): Return the number of processed
18749         ham messages.
18750         (spam-summary-prepare-exit): Use the above values to decide
18751         whether status messages shouled be displayed.
18752
18753 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18754
18755         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18756         `rfc2047-encoding-function-alist' in order to avoid conflicting
18757         with the old version.
18758         (rfc2047-encode-region): Concatenate words containing non-ASCII
18759         characters in structured fields; don't encode space-delimited
18760         ASCII words even in unstructured fields; don't break words at
18761         char-category boundaries.
18762         (rfc2047-encode-1): New function.
18763         (rfc2047-encode): Use it; encode text so that it occupies the
18764         maximum width within 76-column; work correctly on Q encoding for
18765         iso-2022-* charsets.
18766         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18767         sure not to break a line just after the header name.
18768         (rfc2047-b-encode-region): Remove.
18769         (rfc2047-b-encode-string): New function.
18770         (rfc2047-q-encode-region): Remove.
18771         (rfc2047-q-encode-string): New function.
18772
18773         * mm-util.el (mm-replace-in-string): New function.
18774
18775 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18776
18777         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18778         Really get it right.
18779         (gnus-inews-make-draft): Really.
18780
18781 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18782
18783         * nnmh.el (nnmh-request-list-1): Don't check the link count
18784         before descending.  (small patch)
18785
18786 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18787
18788         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18789         stuff.
18790
18791         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18792         Match on real group name.
18793
18794         * gnus-art.el (gnus-signature-limit): Doc fix.
18795
18796         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18797
18798         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18799
18800 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18801
18802         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18803         isn't a string.
18804
18805 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18806
18807         * gnus-draft.el (gnus-draft-send):
18808         Bind rfc2047-encode-encoded-words.
18809
18810         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18811         (rfc2047-encodable-p): Say that =? needs encoding.
18812         (rfc2047-encode-encoded-words): New variable.
18813
18814         * gnus-group.el (gnus-group-select-group): Doc fix.
18815
18816         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18817
18818         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18819         to nil.
18820
18821         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18822
18823         * nnheader.el (nnheader-get-lines-and-char): New function.
18824
18825 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18826
18827         * gnus-msg.el (gnus-summary-followup-with-original):
18828         Document yanking of region when active.
18829
18830 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18831
18832         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18833         groups if the group level is higher than the specified value.
18834
18835 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18836
18837         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18838         (gnus-group-jump-to-group): Add prefix argument using
18839         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18840         non-active group.
18841
18842         * compface.el (uncompface): Be verbose when changing
18843         `uncompface-use-external'.
18844
18845         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18846         handle manual section.
18847
18848 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18849
18850         * gnus-art.el (gnus-button-alist): Revert previous change.
18851
18852 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18853
18854         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18855
18856 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18857
18858         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18859         whether backend can accept message.
18860
18861         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18862
18863 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18864
18865         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18866         Avoid creating directory when nntp-marks-is-evil is true.
18867         Reported by Reiner Steib.
18868
18869 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18870
18871         * gnus-picon.el (gnus-picon-style): New variable.
18872         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18873         (gnus-picon-transform-address): Support `gnus-picon-style'.
18874         From Jesper Harder <harder@ifa.au.dk>.
18875
18876 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18877
18878         * message.el (message-fill-field): Return point.
18879         (message-generate-headers): Go to end of field.
18880
18881         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18882         stuff for non-living groups.
18883
18884 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18885
18886         * gnus-art.el (gnus-article-followup-with-original)
18887         (gnus-article-reply-with-original): gnus-mark-active-p ->
18888         gnus-region-active-p.
18889
18890 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18891
18892         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18893         only when there is spam or ham to be processed.
18894
18895 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18896
18897         * mail-source.el (mail-source-delete-crash-box): Refactor.
18898         (mail-source-fetch): Use it.
18899         (mail-source-fetch-file): Ditto.
18900         (mail-source-fetch-directory): Run postscript in loop.
18901         (mail-source-fetch-pop): Delete.
18902         (mail-source-fetch-maildir): Ditto.
18903         (mail-source-fetch-imap): Ditto.
18904
18905         * imap.el (imap-authenticators): Comment out sasl.
18906
18907         * message.el (message-skip-to-next-address): New function.
18908         (message-fill-header-address): Refactor.
18909         (message-fill-address): Use it.
18910         (message-delete-address): Use it.
18911         (message-fill-header-general): Refactor.
18912         (message-fill-field-address): Rename.
18913         (message-narrow-to-field): Find the start of the header.
18914         (message-header-format-alist): Don't pre-fill.
18915         (message-fill-header): Remove.
18916         (message-insert-header): New function.
18917         (message-shorten-references): Use it.
18918
18919         * rfc2047.el (rfc2047-field-value): Strip props.
18920
18921         * mail-parse.el (mail-header-make-address): New alias.
18922
18923         * ietf-drums.el (ietf-drums-make-address): New function.
18924
18925         * imap.el: Add compiler directives.
18926
18927         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18928
18929         * gnus-art.el (article-decode-idna-rhs): Don't use
18930         message-idna-inside-rhs-p.
18931
18932 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18933
18934         * message.el (message-idna-inside-rhs-p): Remove.
18935         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18936
18937         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18938         false positives.
18939
18940 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18941
18942         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18943
18944 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18945
18946         * nneething.el (nneething-file-name): Don't create spurious
18947         files.
18948
18949         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18950         (gnus-inews-do-gcc): Remove sleep.
18951
18952         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18953         part under point.
18954
18955         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18956         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18957
18958 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18959
18960         * spam.el (spam-summary-prepare-exit): Fix (length).
18961
18962 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18963
18964         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18965         as expired without moving it" message when there are spam
18966         messages left.
18967
18968 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18969
18970         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18971         header is not nil.
18972
18973 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18974
18975         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18976         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18977         (nntp-marks-changed-p): New arg SERVER.
18978         (nntp-request-update-info): Adjust caller.
18979
18980 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18981
18982         * nntp.el (nntp-save-marks): Pass missing arg.
18983
18984 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18985
18986         * nntp.el: Support marks.
18987         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18988         (nntp-marks-modtime, nntp-marks-directory): New variables.
18989         (nntp-request-set-mark, nntp-request-update-info)
18990         (nntp-possibly-create-directory, nntp-marks-changed-p)
18991         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18992         New functions.
18993
18994 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18995
18996         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18997         (gnus-xmas-redefine): Rename.
18998
18999         * gnus-score.el (gnus-score-insert-help):
19000         Use gnus-select-lowest-window.
19001
19002         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19003         appt-select-lowest-window and rename to gnus-select-lowest-window.
19004
19005         * gnus.el: do.
19006
19007 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19008
19009         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19010         encodings of MIME-encoded words, in order to improve
19011         interoperability with several broken MUAs.
19012
19013 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19014
19015         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19016         tags, only when charsets are not specified in headers.
19017         (mm-inline-text-html-render-with-w3m): Ditto.
19018
19019         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19020         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19021
19022 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19023
19024         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19025         instead of MIME-decoded from fields when checking
19026         `gnus-article-address-banner-alist'.
19027
19028 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19029
19030         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19031         description rather than subject.
19032
19033 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19034
19035         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19036
19037 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19038
19039         * gnus.el (gnus-version-number): Bump.
19040
19041 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19042
19043         * gnus.el: No Gnus v0.2 is released.
19044
19045 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19046
19047         * gnus-agent.el (gnus-agent-read-agentview):
19048         Inline gnus-uncompress-range.
19049
19050 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19051
19052         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19053         `exec-installed-p'.
19054
19055 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19056
19057         * gnus.el (spam-process, spam-autodetect-methods):
19058         Add bsfilter and bsfilter-headers.
19059
19060         * spam.el (spam-bsfilter): New customize group.
19061         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19062         (spam-bsfilter-header, spam-bsfilter-probability-header)
19063         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19064         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19065         (spam-bsfilter-database-directory): New options.
19066         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19067         (spam-list-of-statistical-checks, spam-registration-functions):
19068         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19069         (spam-bsfilter-score): New command.
19070         (spam-check-bsfilter-headers, spam-check-bsfilter)
19071         (spam-bsfilter-register-with-bsfilter)
19072         (spam-bsfilter-register-spam-routine)
19073         (spam-bsfilter-unregister-spam-routine)
19074         (spam-bsfilter-register-ham-routine)
19075         (spam-bsfilter-unregister-ham-routine): New functions.
19076         (spam-generic-score): Support bsfilter; Accept an optional argument
19077         to recalcurate spam score even if scoring header has already been
19078         added.
19079         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19080         optional argument to recalcurate spam score even if scoring header
19081         has already been added.
19082
19083 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19084
19085         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19086         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19087         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19088         link is missing.
19089
19090 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19091
19092         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19093         (html2text-get-attr): Rewrite.
19094
19095         * message.el (message-setup-1): Remove redundant put-text-property
19096         on mail-header-separator.
19097
19098 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19099
19100         * gnus-registry.el (gnus-registry-cache-whitespace)
19101         (gnus-registry-action, gnus-registry-spool-action)
19102         (gnus-registry-split-fancy-with-parent): Change message levels
19103         from 5 to 3 or 7, as needed.
19104
19105         * spam.el (spam-summary-prepare-exit)
19106         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19107         (spam-split, spam-find-spam, spam-log-undo-registration)
19108         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19109         level from 5 to 6.
19110
19111 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19112
19113         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19114         2004-03-04 change).
19115
19116 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19117
19118         * sieve-manage.el (sieve-manage-open):
19119         * nnweb.el (nnweb-insert-html):
19120         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19121         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19122         * nnspool.el (nnspool-request-group):
19123         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19124         * nnml.el (nnml-request-update-info):
19125         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19126         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19127         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19128         (nnimap-request-set-mark):
19129         * nnfolder.el (nnfolder-request-update-info):
19130         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19131         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19132         * gnus-uu.el (gnus-uu-find-articles-matching):
19133         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19134         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19135         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19136         * gnus-nocem.el (gnus-nocem-scan-groups):
19137         * gnus-int.el (gnus-start-news-server):
19138         * gnus-group.el (gnus-group-make-kiboze-group)
19139         (gnus-group-browse-foreign-server):
19140         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19141         Use mapc when appropriate.
19142
19143 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19144
19145         FIXME: Make separate entries for each person.
19146
19147         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19148         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19149         <shields@msrl.com>:
19150
19151         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19152         may need for spam sorting and scoring.
19153         (spam-user-format-function-S): Add user format function suitable for
19154         general use.
19155         (spam-article-sort-by-spam-status): Add sorting function for summary
19156         sorting.
19157         (spam-extra-header-to-number): Add function to get a score from a
19158         header.
19159         (spam-summary-score): Add function to get a numeric score from the
19160         headers.
19161         (spam-generic-score): Fix function doc, was in wrong place.
19162         (spam-initialize): Take symbols when it's run, and install the
19163         extra headers that spam-necessary-extra-headers thinks we need.
19164
19165 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19166
19167         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19168         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19169
19170 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19171
19172         * gnus-sum.el (gnus-set-global-variables)
19173         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19174         (gnus-article-get-xrefs, gnus-summary-best-group)
19175         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19176         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19177         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19178         Use with-current-buffer.
19179
19180 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19181
19182         * spam.el (spam-summary-prepare-exit): Simplify logic.
19183         (spam-fetch-article-header): Read the article header if it's not
19184         available.
19185         (spam-list-articles): Simplify logic.
19186         (spam-filelist-register-routine): Fix bug with unregister-list.
19187
19188         * gnus-registry.el: Fix comments at beginning.
19189
19190 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19191
19192         * message.el (message-cater-to-broken-inn): Remove.
19193         (message-shorten-references): Make sure the total folded length of
19194         References is shorter than 998 characters to cater to a bug in INN
19195         2.3.  Also, don't pretend that references aren't folded -- this
19196         hasn't worked for a while.
19197
19198 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19199
19200         * gnus-agent.el (gnus-agentize):
19201         gnus-agent-send-mail-real-function no longer set to current value
19202         of message-send-mail-function but rather a lambda that calls
19203         message-send-mail-function.  The change makes the agent real-time
19204         responsive to user changes to message-send-mail-function.
19205
19206 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19207
19208         * legacy-gnus-agent.el
19209         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19210         help from Florian Weimer <fw@deneb.enyo.de>
19211
19212 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19213
19214         * nnmail.el (nnmail-cache-insert): Revert last change.
19215
19216 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19217
19218         * nnmail.el (nnmail-cache-insert): Always check whether
19219         nnmail-cache-ignore-groups matches a group name.
19220
19221 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19222
19223         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19224         (spam-find-spam, spam-log-processing-to-registry)
19225         (spam-log-registered-p, spam-log-unregistration-needed-p)
19226         (spam-log-undo-registration): Use gnus-message instead of
19227         gnus-error, none of these errors are fatal.
19228
19229         * gnus-registry.el (gnus-registry-clean-empty-function)
19230         (gnus-registry-clean-empty): Remove only empty entries without
19231         extra data.
19232
19233 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19234
19235         * spam-stat.el (spam-stat-buffer-change-to-spam)
19236         (spam-stat-buffer-change-to-non-spam): Change (error) to
19237         (gnus-message 8) invocation.
19238
19239 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19240
19241         * nntp.el (nntp-via-netcat-command): New variable.
19242         (nntp-via-netcat-switches): New variable.
19243         (nntp-open-via-rlogin-and-netcat): New function.
19244         (nntp-open-connection-function): Doc fix.
19245         (nntp-telnet-command): Doc fix.
19246         (nntp-end-of-line): Doc fix.
19247         (nntp-via-rlogin-command): Doc fix.
19248         (nntp-via-user-name): Doc fix.
19249         (nntp-via-address): Doc fix.
19250
19251 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19252
19253         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19254         error in Emacs 21.1.
19255
19256 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19257
19258         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19259
19260 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19261
19262         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19263         (gnus-agent-with-refreshed-group): New macro.
19264         (gnus-agent-rename-group): New function.
19265         (gnus-agent-delete-group): New function.
19266         (gnus-agent-save-group-info): Use gnus-command-method when
19267         `method' parameter is nil.  Don't write nil entries into the
19268         active file.
19269         (gnus-agent-get-group-info): New function.
19270         (gnus-agent-fetch-articles):
19271         Use gnus-agent-update-files-total-fetched-for to increment disk space
19272         used.
19273         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19274         Use gnus-agent-update-view-total-fetched-for to increment disk space
19275         used.
19276         (gnus-agent-get-local): Add optional parameters to avoid calling
19277         gnus-group-real-name and gnus-find-method-for-group.
19278         (gnus-agent-set-local): Delete stored entry if either min, or max,
19279         are nil.
19280         (gnus-agent-fetch-session): Reworded error/quit messages.
19281         On quit, use gnus-agent-regenerate-group to record existance of any
19282         articles fetched to disk before the quit occurred.
19283         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19284         gnus-agent-update-view-total-fetched-for, and
19285         gnus-agent-update-files-total-fetched-for to decrement disk space
19286         used.
19287         (gnus-agent-retrieve-headers):
19288         Use gnus-agent-update-view-total-fetched-for to increment disk space
19289         used.
19290         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19291         with gnus-agent-update-files-total-fetched-for to decrement disk
19292         space and fresh group buffer.
19293         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19294         (gnus-agent-need-update-total-fetched-for): New variable.
19295         (gnus-agent-update-files-total-fetched-for): New function.
19296         (gnus-agent-update-view-total-fetched-for): New function.
19297         (gnus-agent-total-fetched-for): New function.
19298
19299         * gnus-cache.el (gnus-cache-save-buffers):
19300         Use gnus-cache-update-overview-total-fetched-for to change disk space
19301         used by this group.
19302         (gnus-cache-possibly-enter-article):
19303         Use gnus-cache-update-file-total-fetched-for to increment disk space
19304         used by this group.
19305         (gnus-cache-possibly-remove-article):
19306         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19307         used by this group.
19308         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19309         (gnus-cache-rename-group): New function.
19310         (gnus-cache-delete-group): New function.
19311         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19312         (gnus-cache-need-update-total-fetched-for): New variable.
19313         (gnus-cache-with-refreshed-group): New macro.
19314         (gnus-cache-update-file-total-fetched-for): New function.
19315         (gnus-cache-update-overview-total-fetched-for): New function.
19316         (gnus-cache-rename-group-total-fetched-for): New function.
19317         (gnus-cache-delete-group-total-fetched-for): New function.
19318         (gnus-cache-total-fetched-for): New function.
19319
19320         * gnus-group.el: Require gnus-sum and autoload functions to
19321         resolve warnings when gnus-group.el compiled alone.
19322         (gnus-group-line-format): Documented new %F.
19323         (size of Fetched data) group line format; identifies disk space
19324         used by agent and cache.
19325         (gnus-group-line-format-alist): Defined new F format.
19326         (gnus-total-fetched-for): New function.
19327         (gnus-group-delete-group): No longer update
19328         gnus-cache-active-altered as gnus-request-delete-group now keeps
19329         the cache in sync.
19330         (gnus-group-list-active): Let the agent store a server's active
19331         list if currently plugged.
19332
19333         * gnus-int.el (gnus-request-delete-group):
19334         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19335         local disk in sync with the server.
19336         (gnus-request-rename-group):
19337         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19338         local disk in sync with the server.
19339
19340         * gnus-start.el (gnus-get-unread-articles):
19341         Cosmetic simplification to logic.
19342
19343         * gnus-util.el (gnus-rename-file): New function.
19344
19345 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19346
19347         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19348
19349 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19350
19351         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19352         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19353
19354 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19355
19356         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19357         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19358
19359 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19360
19361         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19362
19363 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19364
19365         * spam.el (spam-set-difference): Add function to replace
19366         gnus-set-difference in spam.el.
19367         (spam-summary-prepare-exit): Use spam-set-difference.
19368
19369 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19370
19371         * gnus-registry.el (gnus-registry-cache-file): Update to use
19372         gnus-dribble-directory OR gnus-home-directory OR ~.
19373         (gnus-registry-split-fancy-with-parent): Fix doc.
19374
19375 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19376
19377         * message.el (message-exchange-point-and-mark):
19378         Use message-mark-active-p.  Suggested by Jesper Harder
19379         <harder@ifa.au.dk>.
19380
19381 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19382
19383         * message.el (message-exchange-point-and-mark): Don't activate
19384         region if it was inactive.  Suggested by Hiroshi Fujishima
19385         <pooh@nature.tsukuba.ac.jp>.
19386
19387 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19388
19389         * gnus-art.el (article-display-face): Display Faces in the same
19390         order as X-Faces.
19391
19392 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19393
19394         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19395
19396 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19397
19398         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19399         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19400         (gnus-article-mime-hierarchy): Remove.
19401         (gnus-article-mime-hierarchy-next): Remove.
19402         (gnus-article-mode): Revert 2004-03-19 change.
19403         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19404         (gnus-insert-mime-button): Revert 2004-03-19 change.
19405         (gnus-mime-accumulate-hierarchy): Remove.
19406         (gnus-mime-enter-multipart): Remove.
19407         (gnus-mime-leave-multipart): Remove.
19408         (gnus-mime-display-part): Revert 2004-03-19 change.
19409         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19410
19411         * mml.el (mml-preview): Revert 2004-03-19 change.
19412
19413 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19414
19415         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19416
19417 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19418
19419         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19420         t while entering a file name using the mm-with-multibyte macro.
19421         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19422
19423         * mm-util.el (mm-with-multibyte): New macro.
19424
19425 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19426
19427         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19428         New user option.
19429         (gnus-mime-multipart-functions): Doc and customization fix.
19430         (gnus-article-mime-hierarchy): New variable.
19431         (gnus-article-mime-hierarchy-next): New variable.
19432         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19433         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19434         gnus-article-mime-hierarchy-next to nil.
19435         (gnus-insert-mime-button): Show hierarchy numbers.
19436         (gnus-mime-accumulate-hierarchy): New function.
19437         (gnus-mime-enter-multipart): New function.
19438         (gnus-mime-leave-multipart): New function.
19439         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19440         (gnus-mime-display-alternative): Show hierarchy numbers.
19441
19442         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19443         gnus-article-mime-hierarchy-next to nil.
19444
19445 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19446
19447         * dns.el: Don't require gnus-xmas.
19448
19449 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19450
19451         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19452         inline PGP.
19453         (mml-menu): Disable mml-quote-region if mark is inactive.
19454
19455 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19456
19457         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19458         when the group's active is not available.
19459
19460 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19461
19462         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19463         error.
19464
19465 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19466
19467         * imap.el (imap-store-password): New variable.
19468         (imap-interactive-login): Use it.
19469         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19470
19471 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19472
19473         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19474         window-start and hscroll to summary window.
19475
19476 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19477
19478         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19479         conversion message to newsrc-dribble when an actual conversion is
19480         performed.
19481
19482 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19483
19484         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19485
19486 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19487
19488         * mm-decode.el (mm-complicated-handles): New function reviving
19489         former definition of mm-multiple-handles.
19490
19491         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19492         (gnus-mime-delete-part): Use it.
19493
19494 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19495
19496         * gnus-agent.el (gnus-agent-read-local):
19497         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19498         avoid the implicit assumption that they will always be equal.
19499         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19500         coding-system-for-write, as the with-temp-file macro first prints
19501         to a buffer then saves the buffer.
19502
19503 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19504
19505         * gnus-art.el (gnus-article-edit-part): New function.
19506         (gnus-mime-save-part-and-strip): Use it; do query instead of
19507         signaling an error; don't use mm-multiple-handles.
19508         (gnus-mime-delete-part): Ditto.
19509
19510 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19511
19512         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19513         old file versions.
19514         (gnus-group-prepare-hook): Remove function that converted list
19515         form of gnus-agent-expire-days to group properties.
19516
19517         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19518         (gnus-request-accept-article): Re-indented.
19519
19520         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19521         converters to handle old agent file formats.  Add logic for a
19522         "backup before upgrading warning".
19523         (gnus-convert-mark-converter-prompt): Developers can mark
19524         functions as needing (default), or not needing,
19525         gnus-convert-old-newsrc's "backup before upgrading warning".
19526         (gnus-convert-converter-needs-prompt): Tests whether the user
19527         should be protected from potentially irreversable changes by the
19528         function.
19529
19530         * legacy-gnus-agent.el: New.  Provides converters that are only
19531         loaded when gnus-convert-old-newsrc needs to call them.
19532
19533 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19534
19535         * mail-source.el (mail-source-touch-pop): Doc fix.
19536
19537         * message.el (message-smtpmail-send-it): Doc fix.
19538
19539 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19540
19541         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19542
19543         * nnmail.el (nnmail-split-fancy): do.
19544
19545         * gnus-kill.el (gnus-kill, gnus-execute): do.
19546
19547 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19548
19549         * gnus-sum.el (gnus-widget-reversible-match)
19550         (gnus-widget-reversible-to-internal)
19551         (gnus-widget-reversible-to-external): New functions.
19552         (gnus-widget-reversible): New widget.
19553         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19554
19555 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19556
19557         * gnus-sum.el (gnus-thread-sort-functions)
19558         (gnus-article-sort-functions): Document `(not F)' items.
19559
19560 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19561
19562         * spam.el (spam-use-gmane-xref): Add new backend.
19563         (spam-gmane-xref-spam-group): Add variable to control the name of the
19564         Gmane spam group.
19565         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19566         (spam-regex-headers-spam, spam-regex-headers-ham)
19567         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19568         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19569         backends and checks.
19570         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19571
19572         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19573         an autodetect method.
19574
19575 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19576
19577         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19578         articles are being added to a group.
19579         (gnus-request-replace-article): Inform the agent that articles
19580         need to be uncached as the cached contents are no longer valid.
19581
19582 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19583
19584         * binhex.el: Don't autoload executable-find.
19585
19586         * canlock.el: Don't autoload mail-fetch-field.
19587
19588         * dgnushack.el: Autoload c-mode for XEmacs.
19589
19590         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19591
19592         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19593         rmail-dont-reply-to and rmail-output.
19594
19595         * gnus-score.el: Don't autoload ffap-string-at-point.
19596
19597         * gnus-setup.el: Don't autoload sc-cite-original.
19598
19599         * imap.el: Don't autoload base64-decode-string,
19600         base64-encode-string and md5.
19601
19602         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19603         and rmail-msg-restore-non-pruned-header.
19604
19605         * mm-decode.el: Don't autoload executable-find.
19606
19607         * mm-url.el: Don't autoload executable-find.
19608
19609         * mm-view.el: Don't autoload diff-mode.
19610
19611         * nndb.el: Don't autoload news-reply-mode, news-setup,
19612         cancel-timer and telnet.
19613
19614         * password.el: Don't autoload run-at-time for Emacs.
19615
19616         * sha1-el.el: Don't autoload executable-find.
19617
19618         * sieve-mode.el: Don't autoload c-mode.
19619
19620         * uudecode.el: Don't autoload executable-find.
19621
19622 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19623
19624         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19625         (gnus-agent-possibly-alter-active): Avoid null in numeric
19626         comparison.
19627         (gnus-agent-set-local): Refuse to save null in local object table.
19628         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19629         list of articles that will be marked as unread.
19630
19631 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19632
19633         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19634
19635 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19636
19637         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19638         language tags.
19639
19640 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19641
19642         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19643         Don't bind "obarray".
19644
19645         * gnus-sum.el (gnus-thread-sort-functions):
19646         Add `gnus-thread-sort-by-most-recent-number' and
19647         `gnus-thread-sort-by-most-recent-date'.
19648         Reported by Kai Grossjohann <kai@emptydomain.de>.
19649
19650 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19651
19652         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19653
19654 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19655
19656         * gnus-cus.el (gnus-agent-customize-category):
19657         Remove ignore-errors macro reference that required cl to be loaded at
19658         run-time.
19659
19660         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19661         single-interval range of the form (min . max).  Previously the
19662         range had to look like ((min . max)).  Likewise, return
19663         (min . max) rather than ((min . max)).
19664         (gnus-range-map): Use gnus-range-normalize to accept
19665         single-interval range.
19666
19667         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19668         the cache, but not the agent, now appear with their usual face.
19669
19670         * dgnushack.el (loaddir): New variable that is bound to the
19671         directory containing the dgnushack.el file. Use loaddir, rather
19672         than srcdir, to update load-path. Change lets dgnushack compile
19673         code in directories other than GNUS/lisp.
19674
19675 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19676
19677         * lpath.el: Don't bind w3m-safe-url-regexp.
19678
19679         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19680         w3m-safe-url-regexp variable buffer-local.
19681
19682         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19683
19684 2004-02-27  Simon Josefsson  <jas@extundo.com>
19685
19686         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19687         gnus-group-real-prefix.
19688         (gnus-summary-move-article): Use it, instead of
19689         gnus-group-real-prefix.
19690
19691 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19692
19693         * lpath.el: Bind w3m-safe-url-regexp.
19694
19695         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19696         w3m-safe-url-regexp variable buffer-local and set it as the value
19697         of mm-w3m-safe-url-regexp.
19698
19699         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19700
19701         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19702         parsing gnus-posting-styles when the message is not for replying.
19703
19704         * dgnushack.el: Autoload sgml-mode for XEmacs.
19705
19706         * nnrss.el (nnrss-opml-export):
19707         Use mm-set-buffer-file-coding-system instead of
19708         set-buffer-file-coding-system.
19709
19710 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19711
19712         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19713         of checkdoc.el).
19714         * nnrss.el: do.
19715         * gnus-mlspl.el: do.
19716         * gnus-ml.el: do.
19717         * gnus-srvr.el: do.
19718
19719         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19720
19721 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19722
19723         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19724         Corrections to custom-manual links.
19725
19726         * gnus-art.el (gnus-article): Ditto.
19727
19728         * mm-decode.el (mime-display, mime-security): Ditto.
19729
19730 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19731
19732         * flow-fill.el: Typo.
19733
19734 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19735
19736         * spam-wash.el: New file.
19737
19738 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19739
19740         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19741
19742 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19743
19744         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19745         to be run with new-articles as LIST1, not LIST2.
19746         (spam-registration-functions): Add spam-use-ham-copy as a nil
19747         registration backend.
19748
19749 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19750
19751         * spam-stat.el (spam-stat-washing-hook): New option.
19752         (spam-stat-buffer-words): Use it.
19753         (spam-stat-process-directory, spam-stat-test-directory):
19754         Use insert-file-contents-literally.
19755         (spam-stat-coding-system): New variable.
19756         (spam-stat-load, spam-stat-save): Use it.
19757
19758 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19759
19760         * spam-report.el (spam-report-plug-agent):
19761         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19762
19763 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19764
19765         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19766         Allow / in mailto URLs.
19767
19768 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19769
19770         * spam-report.el (spam-report-process-queue): Fix interactive use.
19771         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19772         (spam-report-unplug-agent): Doc fixes.
19773         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19774         (spam-report-agentize, spam-report-deagentize): Autoload.
19775
19776 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19777
19778         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19779
19780         * message.el (message-setup-fill-variables): Add mml tags to
19781         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19782         <ajk@iu.edu>.
19783         (message-mode): Don't modify paragraph-separate there.
19784
19785 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19786
19787         * compface.el (uncompface-use-external): Default to undecided.
19788         (uncompface-use-external-threshold): New variable.
19789         (uncompface-float-time): New macro.
19790         (uncompface): Determine whether to use the external decoder if
19791         uncompface-use-external is undecided.
19792
19793 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19794
19795         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19796         after images.
19797
19798         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19799
19800 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19801
19802         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19803
19804         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19805
19806         * gnus-sum.el (gnus-summary-limit-to-age)
19807         (gnus-summary-limit-children): do.
19808
19809         * gnus-int.el (gnus-request-scan): do.
19810
19811         * gnus-group.el (gnus-group-suspend): do.
19812
19813         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19814
19815         * gnus-cite.el (gnus-cite-parse-attributions): do.
19816
19817         * gnus-agent.el (gnus-summary-set-agent-mark)
19818         (gnus-agent-regenerate-group): do.
19819
19820         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19821
19822         * binhex.el (binhex-decode-region-internal): do.
19823
19824 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19825
19826         * gnus-fun.el (gnus-face-properties-alist): New user option.
19827         (gnus-display-x-face-in-from): Use it.
19828
19829         * gnus-art.el (article-display-face): Ditto.
19830
19831         * compface.el (uncompface-use-external): Default to nil.
19832
19833 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19834
19835         * nntp.el (nntp-erase-buffer): New function.
19836         (nntp-retrieve-data, nntp-send-command)
19837         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19838         (nntp-possibly-change-group): Use it.
19839
19840         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19841         Use with-current-buffer.
19842
19843 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19844
19845         * compface.el: Merge the ELisp-based uncompface program.
19846         (compface): New customization group.
19847         (uncompface-use-external): New user option.
19848         (uncompface): Call uncompface-internal if uncompface-use-external
19849         is nil.
19850         (uncompface-internal): New function.  Note that there are also
19851         some other functions and variables added for this function.
19852
19853 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19854
19855         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19856         if necessary.
19857
19858 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19859
19860         * spam-report.el (spam-report-unplug-agent)
19861         (spam-report-plug-agent, spam-report-deagentize)
19862         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19863         Add support for the Agent in spam-report: when unplugged, report to a
19864         file; when plugged, submit all the requests.
19865
19866         * spam.el (spam-register-routine): Fix message about
19867         registration.
19868
19869 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19870
19871         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19872         dependencies.
19873         (rfc2047-encode): Use it.
19874
19875         * gnus-art.el (gnus-button-marker-list): Move before first
19876         reference.
19877
19878         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19879         (imap-parse-body): Fix format string mismatch.
19880
19881         * gnus-score.el (gnus-summary-increase-score): do.
19882
19883         * nnrss.el (nnrss-close): New function.
19884
19885 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19886
19887         * nnrss.el (nnrss-make-filename): New function.
19888         (nnrss-request-delete-group, nnrss-read-server-data)
19889         (nnrss-save-server-data, nnrss-read-group-data)
19890         (nnrss-save-group-data): Use it.
19891         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19892         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19893         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19894
19895 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19896
19897         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19898
19899 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19900
19901         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19902         files.
19903
19904         * message.el (message-generate-headers-first): Don't quote nil
19905         and t in docstrings.
19906
19907         * imap.el (imap-id): do.
19908
19909         * gnus-agent.el (gnus-agent-consider-all-articles)
19910         (gnus-agent-queue-mail): do.
19911
19912 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19913
19914         * spam-report.el (spam-report-process-queue): New function.
19915         Process requests from `spam-report-requests-file'.
19916         (spam-report-process-queue): Doc fix.
19917
19918 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19919
19920         * spam.el (spam-register-routine)
19921         (spam-log-processing-to-registry, spam-log-registered-p)
19922         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19923         Change "check" to "spam-check" for semi-clarity.
19924
19925 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19926
19927         * pop3.el: Require nnheader.
19928
19929         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19930
19931         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19932
19933         * gnus-picon.el: Require cl.
19934
19935         * gnus-fun.el: Require gnus-ems and gnus-util.
19936
19937         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19938
19939         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19940
19941         * gnus-art.el (gnus-article-edit-mode): Define before first
19942         reference.
19943
19944 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19945
19946         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19947         (gnus-uu-post-encoded): Use point-at-bol.
19948
19949         * gnus-topic.el (gnus-group-active-topic-p): do.
19950
19951         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19952
19953         * gnus-group.el (gnus-group-kill-region): do.
19954
19955         * gnus-art.el (article-date-ut): do.
19956
19957         * message.el (message-fetch-field): Remove redundant
19958         case-fold-search binding.
19959         (message-narrow-to-field): Simplify.
19960
19961 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19962
19963         * spam.el (spam-directory): Derive from `gnus-directory'.
19964
19965         * spam-report.el (spam-report-url-to-file)
19966         (spam-report-requests-file): New function and variable for offline
19967         reporting.
19968         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19969         and user defined function.
19970         (spam-report-url-ping-mm-url): Remove doubled slash.
19971
19972 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19973
19974         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19975
19976 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19977
19978         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19979         Fix format string mismatch.
19980
19981         * sieve.el (sieve-deactivate-all): do.
19982
19983         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19984
19985         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19986
19987         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19988
19989         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19990
19991 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19992
19993         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19994         the list of checks.
19995
19996 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19997
19998         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19999         padding.
20000
20001 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20002
20003         * mm-view.el (mm-fill-flowed): New variable.
20004         (mm-inline-text): Use it.
20005
20006 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20007
20008         * spam.el (spam-spamassassin-register-ham-routine)
20009         (spam-spamassassin-register-spam-routine): Fix function names.
20010
20011 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20012
20013         * gnus.el (gnus-tmp-grouplens): Remove.
20014         (gnus-summary-line-format): Remove grouplens.
20015
20016         * gnus-group.el (gnus-group-line-format): Ditto.
20017
20018         * gnus-spec.el (gnus-format-specs): Ditto.
20019         (gnus-update-format-specifications): Flush the group format spec
20020         cache if there's the grouplens stuff.
20021         (gnus-parse-simple-format): Replace %l with the empty string.
20022
20023 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20024
20025         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20026         omission.
20027
20028 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20029
20030         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20031         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20032
20033 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20034
20035         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20036         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20037         New macros and functions.
20038         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20039         Handle > NLINK_MAX messages.
20040         * nnmaildir.el (nnmaildir-request-set-mark):
20041         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20042
20043 2004-01-25  Alex Schroeder  <alex@gnu.org>
20044
20045         * spam-stat.el (spam-stat-process-directory-age): New option.
20046         (spam-stat-process-directory): Use it.
20047
20048 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20049
20050         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20051         (spam-stat-save): Accept prefix argument.
20052
20053 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20054
20055         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20056         links" error.
20057
20058 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20059
20060         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20061         the rest of the and/or forms.
20062
20063 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20064
20065         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20066         compatibility with old .newsrc.eld files.
20067
20068         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20069
20070         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20071
20072         * gnus-start.el (gnus-1): do.
20073
20074         * gnus-group.el (gnus-group-line-format-alist): do.
20075
20076         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20077
20078         * gnus-gl.el: Remove.
20079
20080 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20081
20082         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20083         marks consisting of a single range {for example, (3 . 5)} rather
20084         than a list of a single range { ((3 . 5)) }.
20085
20086 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20087
20088         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20089         Use with-current-buffer.
20090         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20091         avoid consing a string.
20092
20093         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20094         Remove obsolete entries for big5 and gb2312.
20095
20096 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20097
20098         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20099         uncompressed list.
20100
20101 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20102
20103         * spam-stat.el (spam-stat-strip-xref): New function.
20104         (spam-stat-process-directory): Use it.
20105
20106         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20107         here -- it's done in message-fetch-field.
20108
20109 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20110
20111         * gnus-agent.el (gnus-agent-queue-mail)
20112         (gnus-agent-prompt-send-queue): New variables.
20113         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20114         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20115         "nndraft:queue" along to gnus-draft-send.
20116         Use gnus-agent-prompt-send-queue.
20117         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20118         is "nndraft:queue".  Suggested by Gaute Strokkenes
20119         <gs234@srcf.ucam.org>
20120
20121         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20122         (agent-enable-undownloaded-faces): Add.
20123         (gnus-agent-cat-groups): Use eval-and-compile, not
20124         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20125         method of gnus-agent-cat-groups even when the buffer has been
20126         evaled.
20127         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20128         delete gnus-agent-save-active-1.
20129         (gnus-agent-save-groups): Delete.  Identical to
20130         gnus-agent-save-active.
20131         (gnus-agent-write-active): No longer adjust agent's copy of active
20132         file as agent's adjustments are now stored in their own
20133         file.  Remove optional parameter.
20134         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20135         servers.  Add use of min/max range limits from server's local
20136         file.
20137         (gnus-agent-save-alist): Remove unused optional argument.
20138         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20139         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20140         (gnus-agent-set-local): A per-server file that keeps min/max range
20141         limits for articles known to the agent.  Provides a fast mechanism
20142         for altering many active ranges.
20143         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20144         active file (local makes it unnecessary).
20145         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20146
20147         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20148         (agent-enable-undownloaded-faces): Add.
20149
20150         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20151         disable it when sending to "nndraft:queue".
20152         (gnus-group-send-queue): Add safety check to avoid sending queue
20153         when unplugged.
20154
20155         * gnus-group.el (gnus-group-catchup): Use new
20156         gnus-sequence-of-unread-articles, not
20157         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20158         numbers of articles.  Use gnus-range-map to avoid having to
20159         uncompress the unread list.
20160         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20161         Fix invalid ange-ftp reference.
20162
20163         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20164         (gnus-sorted-range-intersection): Intersection of two ranges
20165         without requiring that they first be uncompressed.
20166
20167         * gnus-start.el (gnus-activate-group): Unless blocked by the
20168         caller, possibly expand the active range to include both cached
20169         and agentized articles.
20170         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20171         multiple version-dependent converters.
20172         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20173         gnus-agent-save-active.
20174         (gnus-save-newsrc-file): Save dirty agent range limits.
20175
20176         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20177         gnus-agent-possibly-alter-active.
20178         (gnus-adjust-marked-articles): Faster handling of simple lists.
20179
20180 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20181
20182         * spam-stat.el (spam-stat-test-directory): New optional argument
20183         displays a list of files detected.  Suggested by Andrew Cohen
20184         <cohen@andy.bu.edu>.
20185         (spam-stat-buffer-words-with-scores): Don't narrow and change
20186         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20187
20188 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20189
20190         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20191         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20192         (spam-spamassassin-arguments)
20193         (spam-spamassassin-spam-flag-header)
20194         (spam-spamassassin-positive-spam-flag-header)
20195         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20196         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20197         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20198         (spam-list-of-processors, spam-list-of-checks)
20199         (spam-list-of-statistical-checks, spam-registration-functions)
20200         (spam-check-spamassassin-headers, spam-check-spamassassin)
20201         (spam-spamassassin-score)
20202         (spam-spamassassin-register-with-sa-learn)
20203         (spam-spamassassin-register-spam-routine)
20204         (spam-spamassassin-register-ham-routine)
20205         (spam-assassin-register-spam-routine)
20206         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20207         (spam-bogofilter-score): Fix to show article before scoring.
20208
20209 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20210
20211         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20212         default scoring function.
20213         (spam-generic-score): Call spam-spamassassin-score if
20214         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20215         spam-bogofilter-score otherwise.
20216
20217         * gnus.el (spam-process, spam-autodetect-methods):
20218         Add spamassassin and spamassassin-headers.
20219
20220 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20221
20222         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20223         Suppress unnecessary messages.
20224
20225 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20226
20227         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20228         make-hash-table.
20229
20230 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20231
20232         * canlock.el (base64-encode-string): Don't autoload it.
20233
20234 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20235
20236         * run-at-time.el: Remove useless (require 'itimer),
20237         eval-and-compile and (featurep 'xemacs).
20238
20239 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20240
20241         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20242         GROUP is a virtual group.
20243
20244 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20245
20246         * gnus.el: Autoload `message-y-or-n-p'.
20247
20248 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20249
20250         * pgg-parse.el: Remove unnecessary (require 'custom).
20251
20252         * pgg-def.el: do.
20253
20254         * nnmail.el: do.
20255
20256         * gnus-undo.el: do.
20257
20258         * gnus-picon.el: do.
20259
20260         * gnus-util.el: do.
20261
20262 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20263
20264         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20265
20266 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20267
20268         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20269         handle, as well as a list.
20270
20271         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20272         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20273         (mm-w3m-cid-retrieve): Simplify.
20274
20275 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20276
20277         * message.el (message-kill-to-signature): Allow prefix arg to
20278         specify number of lines to keep before signature.
20279
20280 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20281
20282         * message.el (message-kill-to-signature): Change docstring.
20283
20284 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20285
20286         * canlock.el: Always require sha1-el.
20287         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20288
20289         * message.el: Autoload sha1 only when compiling.
20290
20291         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20292         eudc-expand-inline for XEmacs.
20293
20294 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20295
20296         * message.el (message-canlock-generate): Require sha1-el.
20297
20298 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20299
20300         * message.el (message-expand-name): Silence the byte compiler.
20301
20302         * lpath.el: Add detect-coding-system.
20303
20304         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20305         cus-edit.
20306
20307 2004-01-13  Simon Josefsson  <jas@extundo.com>
20308
20309         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20310         Invoke gnus-score-mode.
20311         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20312
20313         * gnus-range.el (gnus-compress-sequence): Doc fix.
20314         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20315
20316 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20317
20318         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20319
20320 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20321
20322         * spam.el (spam-get-article-as-string): Update to use
20323         gnus-request-article-this-buffer, much simpler.
20324         (spam-get-article-as-buffer): Remove.
20325
20326 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20327
20328         * message.el (message-expand-name): Use EUDC if the user uses that.
20329
20330 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20331
20332         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20333         character for the encoding to avoid consing a string.
20334
20335         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20336         unnecessarily.
20337
20338         * mm-util.el (mm-replace-chars-in-string): Remove.
20339
20340         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20341         of mm-replace-chars-in-string.
20342
20343 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20344
20345         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20346
20347         * mm-util.el (mm-subst-char-in-string): Support inplace.
20348
20349         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20350         a new string in every iteration.  Use shy groups.
20351
20352 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20353
20354         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20355         * gnus-soup.el (gnus-soup-group-brew):
20356         * gnus-msg.el (gnus-put-message):
20357         * gnus-move.el (gnus-group-move-group-to-server):
20358         * gnus-kill.el (gnus-batch-score):
20359         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20360         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20361         (gnus-group-update-group, gnus-group-read-group)
20362         (gnus-group-make-group, gnus-group-make-help-group)
20363         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20364         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20365         (gnus-group-sort-by-unread, gnus-group-catchup)
20366         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20367         (gnus-group-yank-group, gnus-group-set-info)
20368         (gnus-group-list-groups):
20369         * gnus.el (gnus-generate-new-group-name):
20370         * gnus-delay.el (gnus-delay-send-queue):
20371         * nnvirtual.el (nnvirtual-catchup-group):
20372         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20373         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20374         (gnus-group-prepare-topics, gnus-topic-check-topology):
20375         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20376         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20377         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20378         (gnus-group-make-articles-read):
20379         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20380         (gnus-group-change-level, gnus-kill-newsgroup)
20381         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20382         (gnus-get-unread-articles, gnus-make-articles-unread)
20383         (gnus-make-ascending-articles-unread): Use accessor
20384         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20385         to get group information for improved readability.
20386
20387
20388 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20389
20390         * gnus-art.el (article-decode-mime-words, article-babel)
20391         (gnus-article-highlight-signature, gnus-article-add-buttons)
20392         (gnus-signature-toggle): Use gnus-with-article-buffer.
20393
20394         * gnus-art.el (gnus-article-highlight-headers)
20395         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20396
20397         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20398         (gnus-article-set-globals, gnus-request-article-this-buffer)
20399         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20400         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20401         (gnus-mime-display-alternative): Use with-current-buffer.
20402
20403 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20404
20405         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20406         also under 80 char limit, and call gnus-error if needed.
20407         (spam-fetch-article-header): Fix - it was a
20408         buffer-local variable (gnus-newsgroup-data).
20409         (spam-find-spam): Use spam-generate-fake-headers, forget about
20410         spam-insert-fake-headers.
20411         (spam-insert-fake-headers): Remove.
20412
20413 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20414
20415         * deuglify.el (gnus-article-outlook-unwrap-lines)
20416         (gnus-outlook-rearrange-article)
20417         (gnus-outlook-repair-attribution-outlook)
20418         (gnus-outlook-repair-attribution-block)
20419         (gnus-outlook-repair-attribution-other): Remove redundant
20420         save-excursion.
20421
20422 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20423
20424         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20425         (spam-fetch-field-subject-fast)
20426         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20427         (spam-fetch-article-header): Add functions to deal with Gnus
20428         internals for fast retrieval of article header data.
20429         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20430
20431 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20432
20433         * pop3.el (pop3-md5): Remove.
20434         (pop3-apop): Replace pop3-md5 with md5.
20435
20436         * mm-bodies.el: base64 is always built-in.
20437
20438         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20439         Use with-current-buffer.
20440
20441 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20442
20443         * canlock.el (canlock-insert-header): Remove excessive grouping in
20444         regexp.
20445
20446         * gnus-sum.el (gnus-summary-read-document): Ditto.
20447
20448         * gnus-uu.el (gnus-uu-part-number): Ditto.
20449
20450         * html2text.el (html2text-remove-tags): Ditto.
20451         (html2text-format-tags): Ditto.
20452         (html2text-format-single-elements): Ditto.
20453
20454         * mml.el (mml-parse-1): Ditto.
20455
20456 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20457
20458         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20459
20460         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20461
20462         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20463
20464         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20465
20466 2003-11-15  Simon Josefsson  <jas@extundo.com>
20467
20468         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20469         (pgg-gpg-lookup-key): Use regexp match instead of
20470         split-string (split-string is different between emacs 21.2 and
20471         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20472
20473 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20474
20475         * gnus-art.el (gnus-mime-view-all-parts)
20476         (gnus-article-part-wrapper, gnus-article-view-part):
20477         Use with-current-buffer.
20478
20479 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20480
20481         * spam.el (spam-disable-spam-split-during-ham-respool)
20482         (spam-spamoracle-database, spam-cache-lookups)
20483         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20484         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20485         (spam-group-ham-marks, spam-group-spam-marks)
20486         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20487         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20488         also add spam-use-blackholes to the statistical checks.
20489         (spam-fetch-field-fast): Add interface to fetching fields, may
20490         become a macro.
20491         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20492         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20493         (spam-insert-fake-headers): Fake an article when needed.
20494         (spam-find-spam): Fake article when possible.
20495         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20496         (spam-check-bogofilter-headers): Use message-fetch-field instead
20497         of nnmail-fetch-field.
20498
20499 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20500
20501         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20502
20503 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20504
20505         * spam.el (spam-split): Do not require spam-use-CHECK to be
20506         enabled if that check is passed to spam-split explicitly; also
20507         fix so 'spam doesn't get converted to spam-split-group when
20508         spam-split-symbolic-return is t.
20509         (spam-find-spam): Find registrations of the article and use those
20510         instead of re-running spam-split to find the spam/ham
20511         classification of the article.
20512         (spam-log-processing-to-registry, spam-log-registered-p)
20513         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20514         Use gnus-error instead of gnus-message.
20515         (spam-log-registration-type): Add function to determine the
20516         classification of a message based on registry entries; will
20517         return nil if both 'spam and 'ham are found.
20518         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20519         a reasonably fast local cache without the loading errors.
20520         (spam-cache-lookups): Set to t by default.
20521         (spam-find-spam): Don't try to guess spam-cache-lookups.
20522         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20523         spam-caches entry.
20524         (spam-filelist-build-cache, spam-filelist-check-cache):
20525         Fix caching of whitelist/blacklist entries.
20526         (spam-check-whitelist, spam-check-blacklist):
20527         Invoke spam-from-listed-p with a type, not a cache variable.
20528         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20529
20530 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20531
20532         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20533
20534         * nnmail.el (nnmail-split-fancy): do.
20535
20536         * mml.el (mml-parse): do.
20537
20538         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20539         (gnus-score-adaptive): do.
20540
20541 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20542
20543         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20544         (gnus-mime-button-map): Don't set keymap parent.
20545         (gnus-button-ctan-directory-regexp): Use shy grouping.
20546         (gnus-prev-page-map): Don't set keymap parent.
20547         (gnus-prev-page-map): Remove duplicated one.
20548         (gnus-next-page-map): Don't set keymap parent.
20549         (gnus-mime-security-button-map): Ditto.
20550
20551         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20552         version number.
20553
20554         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20555
20556 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20557
20558         * canlock.el (canlock-sha1-function): Remove.
20559         (canlock-sha1-function-for-verify): Remove.
20560         (canlock-openssl-program): Remove.
20561         (canlock-openssl-args): Remove.
20562         (canlock-ignore-errors): Remove.
20563         (canlock-sha1-with-openssl): Remove.
20564         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20565         (canlock-verify): Don't use canlock-ignore-errors.
20566
20567         * sha1-el.el (sha1-string-external): Make it can return a string
20568         in binary form.
20569         (sha1-region-external): Ditto.
20570         (sha1-string-internal): Ditto.
20571         (sha1-region-internal): Ditto.
20572         (sha1-region): Ditto.
20573         (sha1-string): Ditto.
20574         (sha1): Ditto.
20575
20576 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20577
20578         * spam.el (spam-report-articles-gmane): New command.
20579
20580 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20581
20582         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20583
20584         * run-at-time.el (run-at-time-saved): Remove.
20585         (run-at-time): Doc fix.
20586
20587 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20588
20589         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20590         (gnus-summary-limit-map): Add it.
20591         (gnus-summary-make-menu-bar): do.
20592
20593 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20594
20595         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20596         Make attempt at some caching support (done for BBDB only now).
20597         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20598         addresses to be checked.
20599         (spam-clear-cache-BBDB): Add function, to be invoked by
20600         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20601         (spam-check-BBDB): Check and use the caches, if
20602         spam-cache-lookups is on, remove superfluous (provide).
20603
20604 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20605
20606         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20607
20608 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20609
20610         * run-at-time.el (run-at-time-saved): Move to after the definition
20611         of `run-at-time'.
20612
20613         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20614
20615 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20616
20617         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20618         mm-w3m-local-map-property.
20619
20620         * mm-view.el (mm-w3m-mode-map): Remove.
20621         (mm-w3m-local-map-property): Remove.
20622         (mm-inline-text-html-render-with-w3m): Don't use
20623         mm-w3m-local-map-property.
20624
20625 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20626
20627         * run-at-time.el: New file.
20628
20629         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20630         under Emacs.
20631
20632         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20633         of gnus-set-text-properties.
20634
20635         * gnus-uu.el (gnus-uu-save-article): Ditto.
20636
20637         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20638
20639         * gnus-cite.el (gnus-cite-parse): Ditto.
20640
20641         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20642         of gnus-.
20643
20644         * gnus-xmas.el (run-at-time): Require run-at-time.
20645
20646         * gnus.el: Change calls to nnheader-run-at-time and
20647         password-run-at-time throughout to use run-at-time directly.
20648
20649         * password.el: Remove definition of run-at-time.
20650
20651         * nnheaderxm.el: Remove definition of run-at-time.
20652
20653 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20654
20655         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20656         in prompt.
20657
20658 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20659
20660         * messagexmas.el (message-xmas-redefine): Alias
20661         `message-make-caesar-translation-table' to
20662         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20663         version.
20664
20665         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20666         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20667         `gnus-xmas-set-text-properties'.
20668         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20669         `gnus-xmas-completing-read'.
20670         (gnus-xmas-completing-read): Removed.
20671         (gnus-xmas-open-network-stream): Removed.
20672
20673         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20674         XEmacs version.
20675
20676         * dns.el (dns-make-network-process): Use `open-network-stream'
20677         instead of `gnus-xmas-open-network-stream'.
20678
20679         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20680
20681         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20682
20683 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20684
20685         * gnus-art.el (gnus-mime-display-alternative)
20686         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20687         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20688         Don't use gnus-local-map-property.
20689
20690         * gnus-util.el (gnus-local-map-property): Remove.
20691
20692         * mm-view.el (mm-view-pkcs7-decrypt):
20693         Replace gnus-completing-read-maybe-default with completing-read.
20694
20695         * gnus-util.el (gnus-completing-read): do.
20696         (gnus-completing-read-maybe-default): Remove.
20697
20698 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20699
20700         * password.el: Only autoload `run-at-time' if not XEmacs.
20701         Only autoload the itimer functions if XEmacs.
20702
20703 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20704
20705         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20706         XEmacsen.
20707
20708         * dgnushack.el: Autoload executable-find for XEmacs.
20709
20710 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20711
20712         * gnus-art.el (gnus-read-string): Remove.
20713         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20714         read-string.
20715
20716 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20717
20718         * netrc.el: Autoload password-read.
20719         (netrc): Add configuration group.
20720         (netrc-encoding-method, netrc-openssl-path):
20721         Add variables for encoding and decoding of files with symmetric
20722         ciphers.
20723         (netrc-encode): Add assistant function to encode a file with
20724         netrc-encoding-method.
20725         (netrc-parse): Add interactive parameter, added optional
20726         decoding if netrc-encoding-method is non-nil but otherwise
20727         behavior is standard.
20728         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20729         Do s/encode/encrypt/ everywhere.
20730
20731         * spam.el: Remove executable-find autoload.
20732
20733 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20734
20735         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20736
20737         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20738
20739 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20740
20741         * gnus-art.el (gnus-treat-ansi-sequences)
20742         (article-treat-ansi-sequences): New variable and function.
20743         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20744
20745         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20746         Use it.
20747
20748 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20749
20750         * mm-util.el (mm-quote-arg): Remove.
20751
20752         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20753         shell-quote-argument.
20754
20755         * gnus-uu.el (gnus-uu-command): do.
20756
20757         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20758
20759         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20760         with make-char.
20761
20762         * mm-util.el (mm-make-char): Remove.
20763
20764         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20765         add-minor-mode.
20766
20767         * gnus-undo.el (gnus-undo-mode): do.
20768
20769         * gnus-topic.el (gnus-topic-mode): do.
20770
20771         * gnus-sum.el (gnus-dead-summary-mode): do.
20772
20773         * gnus-start.el (gnus-slave-mode): do.
20774
20775         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20776
20777         * gnus-ml.el (gnus-mailing-list-mode): do.
20778
20779         * gnus-gl.el (gnus-grouplens-mode): do.
20780
20781         * gnus-draft.el (gnus-draft-mode): do.
20782
20783         * gnus-dired.el (gnus-dired-mode): do.
20784
20785         * gnus-ems.el (gnus-add-minor-mode): Remove.
20786
20787         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20788         Replace gnus-char-width with char-width.
20789
20790         * gnus-ems.el (gnus-char-width): Remove.
20791
20792         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20793         Replace gnus-char-width with char-width.
20794
20795         * gnus-ems.el (gnus-char-width): Remove.
20796
20797         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20798         definition.
20799         Remove Emacs 20 hash table compatibility code.
20800
20801         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20802         20 compatibility code.
20803
20804         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20805
20806         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20807
20808         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20809         Replace with point-at-{eol,bol}.
20810
20811         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20812
20813         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20814
20815         * flow-fill.el (fill-flowed-point-at-bol)
20816         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20817
20818         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20819         Replace with point-at-{eol,bol} throughout all files.
20820
20821 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20822
20823         * ntlm.el (ntlm-string-as-unibyte): New macro.
20824         (ntlm-build-auth-response): Use it.
20825
20826         Remove Emacs 20 stuff:
20827         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20828         (butlast, mapc, remove): Remove the compiler macros.
20829         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20830         of delq and copy-sequence.
20831         * gnus-art.el (popup-menu): Remove the compiler macro.
20832         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20833         Emacs 20.
20834
20835 2004-01-05  Simon Josefsson  <jas@extundo.com>
20836
20837         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20838         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20839         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20840         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20841         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20842         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20843         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20844         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20845         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20846         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20847         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20848         string-xor into ntlm-string-xor.
20849         Suggested by Jesper Harder <harder@myrealbox.com>.
20850
20851         * ntlm.el: Don't include poem.
20852
20853         * md4.el (print-int32, print-string-hexa): Remove.
20854         Suggested by Jesper Harder <harder@myrealbox.com>.
20855
20856         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20857
20858         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20859         probably breaks emacs with DL patch, but do we care? Is anyone
20860         still using the DL stuff?)
20861
20862         * sieve-manage.el: Use the password package.
20863         (sieve-manage-read-passwd): Remove.
20864         (sieve-manage-interactive-login): Use password.  Re-add
20865         condition-case around loop.
20866
20867         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20868         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20869         Use the password package.
20870
20871 2003-02-19  Simon Josefsson  <jas@extundo.com>
20872
20873         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20874         token.
20875
20876 2002-08-07  Simon Josefsson  <jas@extundo.com>
20877
20878         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20879         (sieve-manage-authenticators):
20880         (sieve-manage-authenticator-alist): Add some SASL mechs.
20881         (sieve-sasl-auth): New function.
20882         (sieve-manage-cram-md5-auth):
20883         (sieve-manage-plain-auth): Rewrite using SASL library.
20884         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20885         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20886         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20887         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20888
20889 2004-01-05  Simon Josefsson  <jas@extundo.com>
20890
20891         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20892         New files.
20893
20894 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20895
20896         * gnus-group.el (gnus-no-groups-message): Update.
20897
20898         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20899
20900 2003-11-09  Simon Josefsson  <jas@extundo.com>
20901
20902         * imap.el: Support for ID IMAP extension (RFC 2971).
20903         (imap-local-variables): Add imap-id.
20904         (imap-id): New variable.
20905         (imap-id): New function.
20906         (imap-parse-response): Parse untagged ID response.
20907         * nnimap.el (nnimap-id): New variable.
20908         (nnimap-open-connection): Use it.
20909
20910 2003-12-28  Simon Josefsson  <jas@extundo.com>
20911
20912         * gnus-score.el (gnus-score-edit-all-score): New.
20913         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20914
20915 2004-01-04  Simon Josefsson  <jas@extundo.com>
20916
20917         * password.el: Add.
20918
20919 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20920
20921         * dns.el (dns-query-types): Fix typo.
20922         (dns-query-types): New function.
20923         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20924         PTR and SOA replies, see RFC 1035.
20925
20926 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20927
20928         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20929
20930         * Move to Changelog.2.
20931
20932 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20933
20934         * gnus.el (gnus-version-number): Bump version.
20935
20936 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20937
20938         * gnus.el: No Gnus v0.1 is released.
20939
20940 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20941
20942         * gnus.el: No Gnus v0.0 is released.
20943
20944 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20945
20946         * gnus.el (gnus-version-number): Bump.
20947         (gnus-version): No.
20948
20949 See ChangeLog.2 for earlier changes.
20950
20951   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20952
20953   This file is part of GNU Emacs.
20954
20955   GNU Emacs is free software: you can redistribute it and/or modify
20956   it under the terms of the GNU General Public License as published by
20957   the Free Software Foundation, either version 3 of the License, or
20958   (at your option) any later version.
20959
20960   GNU Emacs is distributed in the hope that it will be useful,
20961   but WITHOUT ANY WARRANTY; without even the implied warranty of
20962   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20963   GNU General Public License for more details.
20964
20965   You should have received a copy of the GNU General Public License
20966   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20967
20968 ;; Local Variables:
20969 ;; coding: utf-8
20970 ;; fill-column: 79
20971 ;; add-log-time-zone-rule: t
20972 ;; End: