Merge branch 'master' of https://git.gnus.org/gnus
[gnus] / lisp / ChangeLog
1 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4         nil means that nnimap doesn't get updated.
5
6 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
7
8         * auth-source.el (auth-source-netrc-create): Return a synthetic search
9         result when the user doesn't want to write to the file.
10         (auth-source-netrc-search): Expect a synthetic result and proceed
11         accordingly.
12         (auth-source-cache-expiry): New variable to override
13         `password-cache-expiry'.
14         (auth-source-remember): Use it.
15
16         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
17         parameter.  Create entry if necessary by using :create t.
18         (nnimap-open-connection-1): Don't pass `inhibit-create'.
19
20 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
21
22         * auth-source.el (auth-source-debug): Enable by default and don't
23         mention the obsolete `auth-source-hide-passwords'.
24         (auth-source-do-warn): New function to debug unconditionally.
25         (auth-source-do-debug): Use it.
26         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
27         and for Secrets API entries when the secrets.el library is not
28         available.
29
30 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
31
32         * gnus-sum.el (gnus-propagate-marks): Default to nil.
33         (gnus-summary-exit): Kill the correct article buffer on exit from a
34         `C-d' group.
35
36         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
37         gnus-propagate-marks.
38
39         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
40         before killing the buffers so that a non-full window conf gets handled
41         correctly.
42         (gnus-summary-exit): Ditto.
43         (gnus-summary-read-group-1): Ditto.
44
45         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
46         async code again so that we can debug it properly.
47
48         * message.el (message-reply): Take an optional switch-buffer parameter
49         so that Gnus window confs are respected better.
50
51 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
52
53         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
54         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
55         docstring.
56         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
57         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
58         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
59         Login collection is "Login" and not "login".
60
61 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
62
63         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
64         multiple headers.
65
66         * nnimap.el (nnimap-inhibit-logging): New variable.
67         (nnimap-log-command): Don't log login commands.
68
69         * auth-source.el (auth-source-netrc-search): The asserts seem to want
70         to have more parameters.
71
72         * nnimap.el (nnimap-send-command): Mark the command time for each
73         command, so that we don't get NOOPs stepping on our toes.
74
75         * gnus-art.el (article-date-ut): Get the date from the Date header on
76         `t'.
77
78 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
79
80         * auth-source.el (auth-source-search): Use copy-sequence instead of
81         the cl.el copy-list.
82
83 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
84
85         * imap.el: Bring it back (revert
86         84d800cd31de3064f0ed39617d725709a2f8f42f).
87
88 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
89
90         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
91         Improve prompt.
92
93 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
94
95         * gnus-art.el (gnus-article-mode-line-format): Remove the article
96         washing status from the default format.  It isn't very informative.
97
98 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
99
100         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
101         Gcc processing on imap.
102
103 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
104
105         * imap.el: Remove file.  All the functionality is in nnimap.el.
106
107 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
108
109         * message.el (message-bury): Don't pop up a new window when selected
110         window is dedicated.
111
112 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
113
114         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
115
116 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
117
118         * sieve-manage.el: Autoload `auth-source-search'.
119         (sieve-sasl-auth): Use it.
120
121 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
122
123         * nnimap.el: Autoload `auth-source-forget+'.
124         (nnimap-open-connection-1): Use it if the connection fails.
125
126         * auth-source.el: Require `password-cache'.
127         (auth-source-hide-passwords, auth-source-cache): Remove and mark
128         obsolete.
129         (auth-source-magic): Marker for `password-cache' keys.
130         (auth-source-do-cache): Update docstring.
131         (auth-source-search): Use and check cache.
132         (auth-source-forget-all-cached, auth-source-remember)
133         (auth-source-recall, auth-source-forget, auth-source-forget+)
134         (auth-source-specmatchp): Caching support functions.
135         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
136         Remove and obsolete.
137         (auth-source-user-or-password): Remove caching to further discourage
138         using it.  Always hide passwords.
139
140         * password-cache.el (password-cache-remove): Accept secrets that are
141         not strings.
142
143 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
144
145         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
146         code for now, since it doesn't work for all users.
147
148 2011-02-09  Julien Danjou  <julien@danjou.info>
149
150         * message.el (message-options): Make message-options really buffer
151         local.
152
153 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
154
155         * mail-source.el: Autoload `auth-source-search'.
156         (mail-source-keyword-map): Note order matters.
157         (mail-source-set-1): Get all the mail-source source values and
158         defaults and search auth-source on those if needed.  This can all
159         probably be simplified.
160
161         * nnimap.el: Autoload `auth-source-search'.
162         (nnimap-credentials): Use it.
163         (nnimap-open-connection-1): Ask for the virtual server and physical
164         address in one shot.
165
166         * nntp.el: Autoload `auth-source-search'.
167         (nntp-send-authinfo): Use it.  Note TODO.
168
169 2011-02-08  Julien Danjou  <julien@danjou.info>
170
171         * shr.el (shr-tag-body): Add support for text attribute in body
172         markups.
173
174         * message.el (message-options): Make message-options a local variable.
175
176 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
177
178         * auth-source.el (auth-source-secrets-search)
179         (auth-source-user-or-password): Use `append' instead of `nconc'.
180         (auth-source-user-or-password): Build return list better and protect
181         against nil :secret.
182
183 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
184
185         * nnimap.el (nnimap-update-info): Refactor slightly.
186         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
187         (nnimap-update-info): Clean up slightly.
188         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
189         characters.
190         (nnimap-process-quirk): Rename function to avoid collision.
191         (nnimap-update-info): Fix macrology bug-out.
192         (nnimap-update-info): Simplify split history test.
193
194 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
195
196         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
197         `secrets-get-attributes' instead of `secrets-get-attribute'.
198         (auth-source-secrets-search): Limit search when `max' is greater than
199         number of results.
200
201 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
202
203         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
204         part not returning any data.
205
206         * proto-stream.el (open-protocol-stream): Document the return value.
207
208 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
209
210         * auth-source.el (auth-source-secrets-search): Add examples.
211
212 2011-02-06  Julien Danjou  <julien@danjou.info>
213
214         * message.el (message-setup-1): Handle message-generate-headers-first
215         set to t.
216
217 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
218
219         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
220         API with a string "secrets:collection-name" and with 'default.
221         (auth-source-backend-parse): Parse "secrets:collection-name" and
222         'default.  Recurse on parses instead of repeating code.  Use the
223         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
224         message when ignoring a source.
225         (auth-source-search): List ignored search keys at the top level.
226         (auth-source-netrc-create): Use `case' instead of `cond'.
227         (auth-source-secrets-search): Created with TODOs.
228         (auth-source-secrets-create): Created with TODOs.
229         (auth-source-retrieve, auth-source-create, auth-source-delete)
230         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
231         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
232         (auth-source-user-or-password-sftp)
233         (auth-source-user-or-password-smtp): Removed.
234         (auth-source-user-or-password): Deprecated and modified to be a wrapper
235         around `auth-source-search'.  Not tested thoroughly.
236
237 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
238
239         * auth-source.el: Bring in assoc and eioeio libraries.
240         (secrets-enabled): New variable to track the status of the Secrets API.
241         (auth-source-backend): New EIOEIO class to represent a backend.
242         (auth-source-creation-defaults): New variable to set prompt defaults
243         during token creation (see the `auth-source-search' docstring for
244         details).
245         (auth-sources): Simplify to allow a simple string as a netrc backend
246         spec.
247         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
248         (auth-source-backend-parse-parameters): Fill in the backend parameters.
249         (auth-source-search): Main auth-source API entry point.
250         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
251         (auth-source-search-collection): Helper function for searching.
252         (auth-source-netrc-parse, auth-source-netrc-normalize)
253         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
254         Supports search, create, and delete.
255         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
256         backend stubs.
257         (auth-source-user-or-password): Call `auth-source-search' but it's not
258         ready yet.
259
260 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
261
262         * message.el (message-setup-1): Remove the read-only stuff, since it
263         doesn't work under XEmacs, for some reason.
264
265         * gnus-sum.el (gnus-user-date): Rename back from
266         gnus-summary-user-date since user code refers to it.
267
268         * shr.el (shr-render-td): Store the actual background colour used.
269
270         * message.el (message-setup-1): Don't bind the constant
271         -forbidden-properties.
272         (message-setup-1): Revert previous change, since it needs to bind the
273         props to insert them.
274         (message-resend): Allow removing the read-only separator line.
275
276 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
277
278         * nnimap.el (nnimap-request-accept-article): Give an error message if
279         the APPEND wasn't successful.
280
281 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
282
283         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
284         that have no groups.
285
286 2011-02-03  Julien Danjou  <julien@danjou.info>
287
288         * gnus-draft.el: Remove progn around gnus-draft-setup.
289
290 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
291
292         * gnus-start.el (gnus-read-active-for-groups): This function is never
293         called with a nil `infos', so clean that up.
294         (gnus-get-unread-articles): Request active files from primary/secondary
295         methods that have no groups (yet).
296
297 2011-02-03  Julien Danjou  <julien@danjou.info>
298
299         * message.el (message-setup-1): Always generate References first.
300         (message-mail): Return the return value of message-setup, not always t.
301         (message-setup-1): Insert mail-header-separator with read-only and
302         intangible properties set.
303
304         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
305         user-date in docstring.
306
307         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
308
309         * gnus.el (gnus-summary-line-format): Mention &user-date format in
310         docstring.
311
312         * gnus.el (gnus-user-date-format-alist): Change default value. Use
313         defcustom, with type and group. Move from gnus-util.el. Rename to
314         gnus-summary-user-date-format-alist.
315
316 2011-02-03  Glenn Morris  <rgm@gnu.org>
317
318         * nnimap.el (gnus-fetch-headers): Declare.
319
320         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
321
322 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
323
324         * message.el (message-forward-make-body-digest-plain)
325         (message-followup, message-reply): Clean up things noted by Stefan.
326
327         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
328         gnus-article-update-date-headers is nil.
329         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
330         it didn't really work with defcustom.
331         (article-update-date-lapsed): Make sure the window start doesn't move,
332         either.
333
334 2011-02-01  Julien Danjou  <julien@danjou.info>
335
336         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
337         format.
338
339         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
340         standard in Emacs nowadays.
341
342         * color.el (color-gradient): Add a color-gradient function.
343
344 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
345
346         * message.el (message-expand-name): Don't trust the return value of
347         bbdb-complete-name.
348         (message-check-news-header-syntax): Remove unused var `start'.
349         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
350         (message-inhibit-body-encoding): Move to before first use.
351         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
352         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
353         (Organization, Message-ID, Date, mh-previous-window-config):
354         Defvar the vars using dynamic scoping.
355
356 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
357
358         * shr.el (shr-render-td): Only do colours at the final rendering.
359         Should be slightly faster.
360         (shr-insert-table): Fix up TD background colours when doing the
361         vertical padding.
362
363         * gnus-art.el (article-date-ut): Protect against articles with no Date
364         header.
365         (article-update-date-lapsed): Don't use current-column to find the
366         horizontal position.  It's fragile in the presence of \003 characters.
367
368         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
369
370 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
371
372         * gnus-art.el (article-transform-date): Rewrite to still work when
373         there are several rfc2822 parts.
374         (article-transform-date): Fix infinite recursion.
375         (article-date-ut): Replace infinitely many Date headers with a single
376         one when called interactively.
377
378         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
379         secure manner.
380
381         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
382         move around by not using save-window-excursion.  It seems to work...
383
384 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * gnus-art.el (article-make-date-line): Work for user-defined format.
387
388 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
389
390         * nntp.el (nntp-retrieve-group-data-early)
391         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
392         fetching functions.
393
394         * gnus-start.el (gnus-read-active-for-groups): Read the active files
395         thoroughly for all backends that have no known groups.  This should
396         allow new nnml methods to retrieve mail.
397
398         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
399         that Gnus doesn't know exists again.
400
401         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
402         (gnus-treat-date-ut): Ditto.
403         (gnus-article-update-date-header): Renamed.
404         (gnus-treat-date-local): Removed.
405         (gnus-treat-date-english): Removed.
406         (gnus-treat-date-lapsed): Removed.
407         (gnus-treat-date-combined-lapsed): Removed.
408         (gnus-treat-date-original): Removed.
409         (gnus-treat-date-iso8601): Removed.
410         (gnus-treat-date-user-defined): Removed.
411         (gnus-article-date-headers): New variable to control all the date
412         header options.
413         (article-date-ut): Rewrite to allow using the new way to format date
414         headers(s).
415
416 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
417
418         * nnmail.el (nnmail-article-group): Check for a direct fancy split
419         method.
420         (nnmail-article-group): A better test for fanciness.
421
422         * nnimap.el (nnimap-request-head): Protect against not finding the
423         article by Message-ID.
424
425 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus-art.el (article-update-date-lapsed): Try a better way to really
428         keep point at the "same place".
429
430 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
431
432         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
433         data if the group is unactivated.
434
435 2011-01-28  Julien Danjou  <julien@danjou.info>
436
437         * gnus-win.el: Remove dead function gnus-window-configuration-element.
438         (gnus-all-windows-visible-p): Remove old compatibility code.
439         (gnus-window-top-edge): Add docstring.
440
441         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
442
443 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
444
445         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
446         older request-update-info.
447
448         * gnus-art.el (article-make-date-line): Limit the length a bit more.
449
450 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
451
452         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
453         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
454
455 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
456
457         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
458         groups.  This makes the nndraft:queue group pop up if it's not already
459         there.
460
461         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
462         messages" logic, which was reversed.
463
464         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
465         the "same place" even if point is on the line being replaced.
466         (article-update-date-lapsed): Allow updating both the combined lapsed
467         and the lapsed headers.
468         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
469         (article-make-date-line): Limit the number of segments dynamically to
470         avoid too-long lines.
471
472 2011-01-27  Julien Danjou  <julien@danjou.info>
473
474         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
475         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
476
477 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
478
479         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
480         Use plist-get instead of the cl function getf.
481
482 2011-01-27  Glenn Morris  <rgm@gnu.org>
483
484         * gnus-util.el (float-time): Get rid of compiler warning, again.
485
486 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
487
488         * shr.el (shr-put-color): Special-case background colours: Do put them
489         at the blank parts at the front of the lines.
490
491         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
492         exit hook to nix out all data on readedness on group exit.
493
494         * gnus-util.el (float-time): If float-time is bound, always use it on
495         all Emacsen.  It's unclear why the subrp check was there.
496         (time-date): Require to make some autoload issues on XEmacs go away.
497
498         * shr.el (shr-put-color): Don't do the box padding in tables, since
499         they're already padded.
500
501 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
502
503         * gnus-art.el (gnus-article-next-page): When the last line of the
504         article is displayed, scroll down once more instead of going to the
505         next article at once.
506         (article-lapsed-string): Refactor out and allow specifying how many
507         segments you want.
508         (gnus-article-setup-buffer): Start updating the lapsed header directly.
509         (gnus-article-update-lapsed-header): New variable.
510
511         * shr.el: Revert change that made headings use different-sized faces.
512         The Emacs display engine isn't advanced enough that, for instance,
513         tables can comfortably use differntly-sized faces.
514
515 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
516
517         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
518         used.
519         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
520         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
521         we're using an encrypted connection.
522
523         * proto-stream.el: Alter the interface functions to also return the
524         actual stream type used: network or tls.
525
526 2011-01-25  Julien Danjou  <julien@danjou.info>
527
528         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
529         (mm-display-javascript-inline): New function.
530
531         * mm-decode.el (mm-inline-media-tests): Add application/javascript
532         viewing function.
533
534 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
535
536         * shr.el (shr-expand-newlines): Fix variable name.
537
538 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
539
540         * shr.el (shr-expand-newlines): Make nested boxes work.
541
542 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
543
544         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
545         backgrounds.
546         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
547         in a more sensible manner.
548
549 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
550
551         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
552         if EPG is loaded.
553
554 2011-01-24  Julien Danjou  <julien@danjou.info>
555
556         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
557         tags.
558
559 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
560
561         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
562         commands.
563
564         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
565         in the article buffer.
566         (gnus-gravatar-insert): Use blank space from the current buffer to
567         avoid breaking text properties.  This makes X-Sent updating work again.
568
569         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
570
571 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
572
573         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
574         fix the bug in url-http.el instead.
575
576         * shr.el (shr-image-fetched): Ditto.
577
578         * shr.el (shr-image-fetched): Avoid having point move in the article
579         buffer.
580
581         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
582         buffer after being called.  It's apparently being killed by url.el, and
583         killing it made point move to end-of-buffer in a random buffer.
584
585         * shr.el (shr-image-fetched): Ditto.
586
587 2011-01-23  Julien Danjou  <julien@danjou.info>
588
589         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
590
591         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
592         text/x-org.
593
594 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
595
596         * gnus-sum.el (gnus-summary-move-article): Protect against backends
597         (i.e., nnimap) returning nil as the article number.
598
599 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
600
601         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
602         "DelSp" parameter in RFC3676.
603
604 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
605
606         * message.el (message-check-recipients): Display the encoded version of
607         the bogus address if they differ.
608
609         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
610         after sending.
611
612         * gnus-agent.el (gnus-agent-send-mail): Ditto.
613
614         * gnus-group.el (gnus-group-refresh-group): New convenience function.
615
616         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
617         group buffer after sending the queue.
618
619         * gnus-agent.el (gnus-agent-send-mail): Ditto.
620
621 2011-01-22  Julien Danjou  <julien@danjou.info>
622
623         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
624
625 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
626
627         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
628         nested related parts.
629
630         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
631         unexpired articles.  This fixes the regression that led expiry marks to
632         disappear from nnfolder groups.
633
634 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
635
636         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
637         Don't confuse the "ret" of "retrograde" with RET.
638
639 2011-01-21  Julien Danjou  <julien@danjou.info>
640
641         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
642         than mm-insert-inline.
643
644 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
645
646         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
647         Widen article buffer.
648
649 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
650
651         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
652         the temp buffer.
653         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
654
655 2011-01-20  Julien Danjou  <julien@danjou.info>
656
657         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
658
659         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
660         than mm-insert-inline to insert inline part: this respect
661         mm-inline-media-tests displayers.
662
663         * mm-view.el (mm-display-shell-script-inline): New function.
664
665         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
666
667         * mm-uu.el (mm-uu-type-alist): Add org block.
668         (mm-uu-org-src-code-block-extract): New function.
669
670         * mm-view.el (mm-display-org-inline): New function.
671
672         * mm-decode.el (mm-automatic-display): Add text/org.
673
674         * mailcap.el (mailcap-mime-extensions): Add .org.
675
676 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * gnus-art.el (gnus-article-highlight): Remove argument passed to
679         gnus-article-add-buttons.
680
681 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
682
683         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
684         From header with a date and "nobody" as the sender.
685
686 2011-01-19  Julien Danjou  <julien@danjou.info>
687
688         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
689         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
690         if you have the same regexp several times.
691         (gnus-button-push): Fix matching when regexp is symbol.
692
693 2011-01-15  Glenn Morris  <rgm@gnu.org>
694
695         * message.el (message-mail): A compose-mail function should
696         accept headers as strings.
697
698 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
699
700         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
701         Add :vert-only tags.
702         (message-mail): New arg RETURN-ACTION.
703         (message-return-action): New var.
704         (message-bury): Use it.
705         (message-mode): Make it buffer-local.
706         (message-send-and-exit): Always call message-bury.
707
708         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
709         message-mail.
710
711 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
712
713         * nnimap.el (nnimap-convert-partial-article): Protect against
714         zero-length body parts.
715
716         * mm-decode.el (mm-preferred-alternative-precedence):
717         Discourage showing empty parts.
718
719         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
720         and stuff if the backend didn't return the article number.  This fixes
721         an Exchange-related nnimap bug.
722
723         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
724         group window, because it does the wrong thing when a separate frame
725         displays the group buffer.
726
727         * proto-stream.el (open-protocol-stream): Protect against the low-level
728         transport functions returning nil.
729
730 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
731
732         * mml2015.el (epg-sub-key-fingerprint): Autoload.
733         (mml2015-epg-find-usable-secret-key): New function.
734         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
735         mml2015-epg-find-usable-key (Bug#7797).
736         (mml2015-epg-encrypt): Ditto.
737
738 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
739
740         * dgnushack.el (rot13-string): Fix the way to get the argument.
741
742 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
743
744         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
745
746 2011-01-03  Glenn Morris  <rgm@gnu.org>
747
748         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
749
750         * sieve.el (sieve-open-server): Give a more explicit error if
751         sieve-manage-open returns nil.  (Bug#7720)
752
753 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
754
755         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
756
757 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
760         This avoids sending passwords in plain text over non-encrypted
761         channels.
762
763         * shr.el (shr-rescale-image): Display all GIF images as animated images.
764
765         * nnimap.el (nnimap-login): Refactored out into own function, and
766         implement CRAM-MD5.
767         (nnimap-wait-for-line): Refactored out.
768
769         * mm-view.el (mml-smime): Require.
770
771 2010-12-20  David Engster  <deng@eml.cc>
772
773         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
774         use EPG to decrypt S/MIME messages instead of openssl.
775
776 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
779
780         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
781         status is the group clearly is unreachable.
782
783         * auth-source.el (auth-source-create): Add the optional second
784         parameter to `local-variable-p' to be compatible with XEmacs.
785
786 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
787
788         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
789         work when using a compressed nnml folder.
790
791 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
792
793         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
794         backends after sanitising on entry, because this never makes sense:
795         If the articles have gone missing, then the data no longer exists on
796         the backend, and if they haven't, then Gnus is wrong, and shouldn't
797         overwrite anything anyway.
798
799         * shr.el (shr-insert-document): Bind shr-width dynamically to
800         window-width if it's nil.
801
802 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
803
804         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
805         with the meaning of using the full emacs window width for rendering.
806
807 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
808
809         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
810         case when sender is not given.
811
812 2010-12-23  Julien Danjou  <julien@danjou.info>
813
814         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
815         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
816         the addresses, otherwise we might misplaced the gravatar.
817
818 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
819
820         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
821         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
822         obsolete in Emacs.
823
824 2010-12-20  Julien Danjou  <julien@danjou.info>
825
826         * gnus-util.el (gnus-rescale-image): Revert last change.
827
828 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
829
830         * binhex.el: Improve commentary (Bug#7482).
831
832 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * gnus-group.el (gnus-group-delete-articles): New command.
835
836 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
837
838         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
839
840 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841
842         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
843         here, since it's up to the backends to do CRLF removal if their
844         protocol has it.
845
846         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
847
848 2010-12-17  Julien Danjou  <julien@danjou.info>
849
850         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
851         they are from file. Can also scale up.
852
853 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
854
855         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
856         gnus-use-agent.
857         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
858
859         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
860
861 2010-12-17  Julien Danjou  <julien@danjou.info>
862
863         * gravatar.el (gravatar-retrieve-synchronously): New function.
864         (gravatar-get-data): Make more robust.
865
866 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
867
868         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
869
870 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
873         to really consider the last line.
874
875 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
876
877         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
878         list of recipient keys, or use symmetric encryption if not a list.
879         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
880         EPA override, replacing the call to `netrc-store-data'.
881
882 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
883
884         * gnus-srvr.el: Avoid passing nil regexp argument to
885         delete-matching-lines.
886
887 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
890         fetching stops when Gnus exits.
891
892         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
893         function.
894         (nnfolder-request-expire-articles): Save all the buffers after doing
895         expiry.
896
897         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
898         the last article", since that led to serious performance regressions
899         when expiring nnml groups.
900
901 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
902
903         * nnir.el: Improve customizations.
904
905 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
908
909         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
910         group has been killed.
911         (gnus-group-yank-group): Ditto.
912
913         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
914
915         * nnimap.el (nnimap-request-update-group-status): New function.
916
917         * gnus-int.el (gnus-request-update-group-status): New interface
918         function.
919
920         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
921         copying read-ness to the backends.
922
923         * nnimap.el (nnimap-quirk): New function.
924         (nnimap-retrieve-group-data-early): Use it.
925         (nnimap-quirks): New alist.
926
927 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
928
929         * shr.el (shr-insert): Set shr-start after deleting trailing space;
930         don't delete it within indentation.
931
932 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
935         previous line.
936
937 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938
939         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
940         QRESYNC command by deleting a superfluous space which broke Cyrus
941         servers.  This change will break other servers that are buggy the other
942         way around.
943
944 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
945
946         * spam.el: Reindent and fix long lines.
947         (spam-copy-or-move-routine): Exclude invalid move destinations.
948
949 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
950
951         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
952         installed the registry.
953
954 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
957
958 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
959
960         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
961         groupname doesn't contain "gmane".
962
963 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
966         and netrc-bound-and-true-p bindings.
967         (netrc-parse): Cache the netrc contents.
968
969         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
970         (gnus-1): Don't create the nndrafts group twice.
971         (gnus-setup-news): There's no need to read the active file here, since
972         that's done again later on a per-backend basis.
973         (gnus-start-draft-setup): Make sure that the new group is started out
974         empty.
975
976         * gnus-agent.el (gnus-agentize): Don't create the queue group
977         automatically on startup.  It'll be created later, if needed.
978
979         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
980         of automatically subscribed groups.
981         (gnus-auto-subscribed-categories): New variable.
982         (gnus-matches-options-n): Use it.
983         (gnus-default-subscribed-newsgroups): Remove unused variable.
984         (gnus-start-draft-setup): Message a bit less.
985
986 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
987
988         * nnir.el (nnir-run-imap): Return article list in order of increasing
989         UID.
990
991 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992
993         * gnus-sum.el (gnus-summary-enter-digest-group):
994         Mention gnus-auto-select-on-ephemeral-exit.
995
996         * proto-stream.el (proto-stream-open-network-only): Fix the calling
997         convention of the network-only option.
998
999 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1000
1001         * proto-stream.el (proto-stream-open-network-only): New function to
1002         have a way to specify non-STARTTLS upgrade connections.
1003
1004 2010-12-10  Julien Danjou  <julien@danjou.info>
1005
1006         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1007         email address is nil.
1008
1009         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1010
1011 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1012
1013         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1014         deletion.
1015         (nnir-run-imap): Only need to parse list once.
1016
1017 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1018
1019         * shr.el (shr-tag-script): Ignore <script>.
1020         (shr-tag-label): Add <label> support.
1021
1022 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1025
1026         * shr.el (shr-image-displayer): Work for images lined side by side.
1027
1028 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1029
1030         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1031         parameter, since XEmacs doesn't accept t as a parameter.
1032
1033 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1034
1035         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1036         ids.
1037         (nnir-run-gmane): Simplify groupspec formatting.
1038         (nnir-request-expire-articles): New function.
1039
1040 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041
1042         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1043         overflow, possibly.
1044
1045         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1046         (shr-render-td): Handle td style="" better.
1047         (shr-tag-table): Use the color from the style sheet.
1048         (shr-render-td): Make sure we copy over all the overlays, too.
1049
1050 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1051
1052         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1053         (nnir-request-article): Improve article retrieval.
1054
1055 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * mm-util.el (mm-extra-numeric-entities): New variable.
1058
1059         * mm-url.el (mm-url-decode-entities):
1060         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1061
1062         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1063
1064 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1065
1066         * message.el: Use completion-at-point.
1067         (message-completion-function): New fun, extracted from message-tab.
1068         (message-mode): Use it for completion-at-point-functions.
1069         (message-tab): Use it and completion-at-point.
1070
1071 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1072
1073         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1074         character if a non-breakable character follows.
1075
1076 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1077
1078         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1079         any stream.
1080
1081         * shr.el (shr-tag-font): Colorize the region.
1082         (shr-tag-body): Ditto.
1083         (shr-tag-font): Actually let the styles be inherited instead of
1084         overwriting them.
1085         (shr-tag-font): Get the background color right.
1086         (shr-tag-style): Ignore all <style> tags for the moment.
1087
1088         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1089         a Message-ID to avoid having nnimap depend on gnus-sum.
1090
1091         * shr.el (shr-descend): Only colorize something if we have a node that
1092         sets colors.
1093
1094 2010-12-06  Julien Danjou  <julien@danjou.info>
1095
1096         * shr.el (shr-render-td): Render td content with shr-descend, so style
1097         will be applied to <td> too.
1098         (shr-colorize-region): Colorize region even if we only have a background.
1099         (shr-tag-body): Fix color and background color inheritance.
1100         Do not recolorize after shr-generic.
1101         (shr-tag-font): Let shr-generic colorize via inheritance.
1102
1103 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1106
1107 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1108
1109         * nnir.el (nnir-request-move-article): Remove obsolete code.
1110
1111 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1114
1115 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116
1117         * gnus-sum.el (gnus-summary-respool-article): The completion function
1118         expects a list instead of an alist.
1119
1120         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1121         string as the parameter.
1122
1123         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1124
1125         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1126         styles.
1127         (shr-colorize-region): New function.
1128         (shr-insert-background-overlay): Remove.
1129         (shr-render-td): Background setting should be taken care of on a higher
1130         level.
1131         (shr-tag-body): Use post-hoc colorizations.
1132         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1133         (shr-put-color-1): Don't overwrite old colors.
1134         (shr-colorize-region): When the background color isn't explicit, use
1135         a fixed background.
1136
1137         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1138         nnmail variables.
1139
1140 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1141
1142         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1143         unless necessary.
1144
1145 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1146
1147         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1148         server.
1149
1150 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1153         so that TAB works.
1154
1155         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1156         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1157
1158         * shr.el (shr-urlify): Show the URL before the title to avoid
1159         misleading URLs.
1160
1161 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1162
1163         * shr.el (shr-urlify): Display the title in <a> tags.
1164
1165 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1166
1167         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1168
1169 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1170
1171         * nnir.el: Rearrange code to allow macros to be autoloaded by
1172         gnus-sum.el.
1173         (nnir-retrieve-headers-override-function): Make this variable
1174         customizable.
1175         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1176
1177         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1178         from nnir.el.
1179
1180 2010-12-03  Julien Danjou  <julien@danjou.info>
1181
1182         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1183
1184 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1187         allow optional argument `environment'.
1188
1189 2010-12-03  Glenn Morris  <rgm@gnu.org>
1190
1191         * mm-extern.el (message-goto-body): Update declaration.
1192
1193 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * gnus-util.el (gnus-macroexpand-all): New function.
1196
1197         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1198         instead of macroexpand-all that is unavailable in XEmacs.
1199
1200 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1201
1202         * nnir.el (nnir-summary-line-format): New variable.
1203         (nnir-mode): Use it.
1204         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1205         (nnir-article-ids): Reimplement as defsubst.
1206         (nnir-retrieve-headers): Don't mangle the subject header.
1207         (nnir-run-imap): Use 100 as RSV score.
1208         (nnir-run-find-grep): Fix for full server searching.
1209         (nnir-run-gmane): Better restriction to gmane groups.
1210
1211         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1212         summary buffers.
1213
1214 2010-12-02  Julien Danjou  <julien@danjou.info>
1215
1216         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1217
1218         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1219
1220         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1221         support.
1222
1223 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1224
1225         * nnir.el: Update to handle the registry better.
1226         (autoload): Silence byte-compiler.
1227         (nnir-open-server): Add a hook for nnir groups.
1228         (nnir-request-move-article): Don't mangle the header. Better to use
1229         formating variables (which will be added in the future).
1230         (nnir-registry-action): Update the registry using the original article
1231         group name.
1232         (nnir-mode): Install nnir-specific hooks for updating the registry.
1233
1234         * gnus-sum.el
1235         (gnus-article-original-subject,gnus-newsgroup-original-name):
1236         Remove obsolete variables.
1237         (gnus-summary-move-article): Remove use of obsolete variables.
1238         (gnus-summary-local-variables): Make move and delete hooks local to
1239         summary buffers.
1240
1241 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1242
1243         * rtree.el: New file.
1244
1245 2010-12-01  Julien Danjou  <julien@danjou.info>
1246
1247         * message.el (message-user-organization): Do not use
1248         gnus-local-organization.
1249
1250         * gnus.el: Remove gnus-local-organization.
1251
1252         * gnus-msg.el: Remove nastygram thing.
1253
1254 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1255
1256         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1257         funcall.
1258
1259 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1262         names.
1263
1264         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1265         characters.
1266
1267         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1268         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1269         Suggested by Štěpán Němec <stepnem@gmail.com>.
1270         (gnus-gravatar-transform-address): Use mail-extract-address-components
1271         that supports non-ASCII names rather than mail-header-parse-addresses.
1272
1273 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1274
1275         * proto-stream.el (open-protocol-stream): All starttls connections are
1276         handled by the network handler.
1277
1278 2010-11-30  Julien Danjou  <julien@danjou.info>
1279
1280         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1281         (nnimap-open-connection-1): Fix PREAUTH.
1282
1283         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1284
1285 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1286
1287         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1288         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1289         (shr-insert): Use them.
1290         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1291
1292 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1293
1294         * nnir.el (nnir-request-move-article): Bail out if original group
1295         doesn't support article moves.
1296         (nnir-get-active): Improve active list retrieval.
1297
1298 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299
1300         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1301
1302 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1303
1304         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1305         seem to accept strings-with-numbers as port numbers,
1306
1307 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1308
1309         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1310         change the registry.
1311
1312 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1315         delete-dups that is not available in XEmacs 21.4.
1316
1317         * mm-util.el (mm-delete-duplicates): Add comment.
1318
1319 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1320
1321         * nnir.el (nnir-ignored-newsgroups): New variable.
1322         (nnir-get-active): Use it.
1323
1324 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * proto-stream.el (proto-stream-open-network): Add some comments.
1327
1328         * nntp.el (nntp-open-connection): Provide a :success condition.
1329
1330         * nnimap.el (nnimap-open-connection-1): Ditto.
1331
1332         * proto-stream.el (proto-stream-open-network): See what the response to
1333         the STARTTLS command is.
1334
1335         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1336         backwards compatibility).
1337         (nnimap-open-connection-1): Really respect nnimap-server-port.
1338
1339         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1340         TLS upgrades we don't really care about the identity of the peer.
1341         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1342         that what we've checked for.
1343         (proto-stream-always-use-starttls): Only default to t if
1344         open-gnutls-stream exists.
1345         (proto-stream-open-network): If STARTTLS failed, then just open a
1346         normal connection.
1347         (proto-stream-open-network): Wait until the greeting before doing
1348         STARTTLS.
1349
1350         * nntp.el (nntp-open-connection): Report what the connection error is.
1351
1352         * proto-stream.el (open-protocol-stream): Rename from
1353         open-proto-stream.
1354
1355 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * nnimap.el (nnimap-stream): Change default to `undecided'.
1358         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1359         first, and then network.
1360         (nnimap-open-connection-1): Respect nnimap-server-port.
1361         (nnimap-open-connection): Be more backwards-compatible.
1362
1363         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1364         (proto-stream-open-starttls): De-duplicate the starttls code.
1365         (proto-stream-open-starttls): Folded back into the main function.
1366         (proto-stream-open-network): Fix typo in the gnutls path.
1367         (proto-stream-command): Refactor out.
1368
1369         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1370
1371         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1372         starttls.el STARTTLS.
1373
1374         * color.el (color-lab->srgb): Fix function call name.
1375
1376         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1377         if we're using tls.el.
1378         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1379         built in, then don't try to establish a STARTTLS connection.
1380
1381         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1382         servers.
1383
1384         * proto-stream.el (open-proto-stream): Use network, not stream.
1385         (open-proto-stream): Add a way to specify what the end of a command is.
1386
1387         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1388         connections types.
1389         (nntp-open-network-stream): Remove.
1390         (nntp-open-ssl-stream): Remove.
1391         (nntp-open-tls-stream): Remove.
1392         (nntp-ssl-program): Remove.
1393
1394         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1395
1396 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1397
1398         * nnir.el: Fix typos.
1399         (nnir-retrieve-headers-override-function): Rename variable to reflect
1400         new semantics.
1401         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1402         macros.
1403         (nnir-request-article, nnir-request-move-article): Use them.
1404         (nnir-categorize): New function.
1405         (nnir-run-query): Use it.
1406         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1407         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1408         sorted.
1409         (nnir-group-full-name): Use gnus-group-full-name instead.
1410         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1411         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1412
1413 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1416
1417         * proto-stream.el: New library to provide protocol-specific
1418         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1419         protocols.
1420         (open-proto-stream): Complete the documentation.
1421         (proto-stream-open-network): Fix some typos.
1422
1423         * nnimap.el (nnimap-open-connection): Use it.
1424
1425 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1426
1427         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1428         negotiation.
1429
1430 2010-11-26  Julien Danjou  <julien@danjou.info>
1431
1432         * color.el: Rename various rgb functions to srgb.
1433
1434 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435
1436         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1437         names.
1438
1439 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * shr.el (shr-insert): Revert last change.
1442         (shr-find-fill-point): Never leave point being at bol;
1443         relax the kinsoku limitation when rendering tables.
1444
1445 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1448         results from -accept-article.
1449
1450         * shr-color.el: Require cl when compiling.
1451
1452         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1453         checkin.
1454
1455         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1456
1457         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1458
1459         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1460         'add and 'delete to set backend marks.
1461
1462         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1463
1464         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1465
1466         * nntp.el (nntp-request-set-mark): Use it.
1467
1468         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1469
1470         * nnml.el (nnml-request-set-mark): Ditto.
1471
1472         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1473         introduces regressions in article selection.
1474         (nnimap-find-uid-response): New function.
1475         (nnimap-request-accept-article): Use the UID returned, if any.
1476         (nnimap-request-move-article): Use the UID returned, if any.
1477         (nnimap-get-groups): Reimplement to work with folded lines.
1478         (nnimap-find-uid-response): The UID is the last element in the list.
1479         (nnimap-request-set-mark): Extend syntax with 'set.
1480
1481         * nnml.el (nnml-request-set-mark): Ditto.
1482
1483         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1484
1485         * nntp.el (nntp-request-set-mark): Ditto.
1486
1487 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1488
1489         * message.el (message-called-interactively-p): A temporary macro.
1490         (message-goto-body): Use it temporarily.
1491
1492 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1493
1494         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1495         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1496         (nnimap-last-response-string): Fix last unfolding fix.
1497
1498 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * shr.el (shr-insert): Fix the way to fold lines.
1501
1502 2010-11-25  Julien Danjou  <julien@danjou.info>
1503
1504         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1505
1506         * color.el: Rename from color-lab.el
1507         (color-rgb->hex): Add.
1508         (color-complement): Add.
1509         (color-complement-hex): Add.
1510
1511         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1512
1513 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1514
1515         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1516         don't exist.
1517
1518 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1521         assuming that article displaying or another mml-preview may be
1522         interrupted for an error or for the like.
1523
1524         * shr.el (shr-get-background): Fix argument name.
1525
1526 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1529
1530         * gnus-sum.el (gnus-summary-include-articles): New function.
1531
1532         * message.el (message-goto-body): called-interactively-p needs a
1533         parameter, so use `any'.
1534
1535         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1536         clear marks before moving, since they're synced from the Gnus side
1537         first.
1538
1539         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1540         (gnus-summary-move-article): Copy over all marks before moving, so that
1541         IMAP doesn't think a new article has arrived.
1542
1543 2010-11-24  Julien Danjou  <julien@danjou.info>
1544
1545         * shr.el (shr-insert-background-overlay): Fix typo.
1546         (shr-render-td): Copy the background before rendering.
1547
1548         * shr-color.el (shr-color-visible): Fix docstring.
1549
1550         * shr.el (shr-tag-table): Add bgcolor support.
1551         (shr-render-td): Add bgcolor support.
1552         (shr-get-background): Add.
1553         (shr-insert-foreground-overlay): Use shr-get-background.
1554
1555         * message.el (message-goto-body): Use called-interactively-p.
1556         (message-in-body-p): message-goto-body returns point.
1557
1558 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1561         Fixes something or other in Emacs 23, and is backwards compatible.
1562
1563         * message.el (message-goto-body): Remove the <#secure special-casing,
1564         which is too special.
1565
1566         * shr.el (shr-parse-style): Drop !important from styles.
1567
1568 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1569
1570         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1571         this function to return incorrect results when calling it with an
1572         explicit article argument different from
1573         (gnus-summary-article-number).
1574
1575 2010-11-24  Julien Danjou  <julien@danjou.info>
1576
1577         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1578         (shr-tag-body): Add background support.
1579         (shr-descend): Add background support.
1580         (shr-tag-title): Add.
1581
1582         * shr-color.el (shr-color-visible): Really return original background
1583         if fixed.
1584
1585 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1586
1587         * shr.el (shr-color-check): Protect against non-existant colour names.
1588
1589 2010-11-24  Julien Danjou  <julien@danjou.info>
1590
1591         * color-lab.el: Require 'cl when compiling.
1592
1593         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1594
1595         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1596         matched part.
1597
1598         * color-lab.el: Fix all expt calls to use float type.
1599
1600 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1603         expression to shr-color-check as is.
1604
1605         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1606
1607         * color-lab.el: Add coding cookie.
1608         (float-pi): Use eval-and-compile.
1609
1610         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1611         compiled for Emacsen having no `libxml-parse-html-region' support.
1612
1613 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1614
1615         * shr.el (shr-insert-color-overlay): Split stuff like
1616         "#444444 !important" to find the real colour.
1617         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1618         parse <font color="red"> entries.
1619
1620 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1621
1622         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1623         point when parsing headers.
1624
1625         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1626         is positioned properly when parsing headers.
1627
1628 2010-11-23  Julien Danjou  <julien@danjou.info>
1629
1630         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1631
1632         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1633
1634         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1635
1636         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1637         Use shr-color-hue-to-rgb.
1638         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1639
1640 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * shr.el (shr-color->hexadecimal): Autoload.
1643         (shr-descend): Add color to all tags.
1644
1645 2010-11-22  Julien Danjou  <julien@danjou.info>
1646
1647         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1648         shr-color->hexadecimal.
1649
1650         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1651         RGB() or HSL() color representation.
1652
1653         * shr.el (shr-tag-font): Add.
1654         (shr-tag-color-check): New function to get better colors.
1655         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1656         tag-span.
1657
1658         * shr-color.el: New file.
1659
1660         * color-lab.el: New file.
1661
1662         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1663
1664 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1665
1666         * nnir.el: Fix typo in comments.
1667         (nnir-run-imap): Simplify code. No need to reverse artlist.
1668         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1669
1670 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1673
1674         * nnimap.el (nnimap-get-capabilities): Refactor out.
1675         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1676
1677 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1678
1679         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1680         appearing when `mm-uu-hide-markers' is nil.
1681
1682 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683
1684         * nnimap.el (nnimap-unselect-group): Make into its own function.
1685         (nnimap-request-rename-group): Unselect group before renaming.
1686         This had gotten lost somewhere.
1687         (nnimap-request-accept-article): Keep track of examined groups, and
1688         unselect the group before APPENDing to read-only groups.
1689         (nnimap-request-move-article): Clear flags before moving so that they
1690         can be re-set later.
1691
1692 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1695         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1696
1697 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * gnus-art.el (gnus-mime-display-single)
1700         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1701         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1702         parameter.
1703
1704 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705
1706         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1707         (shr-table-vertical-line): New variable.
1708         (shr-insert-table): Use it.
1709
1710 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1711
1712         * gnus-html.el (gnus-html-wash-images): Don't display images if
1713         gnus-inhibit-images is non-nil; register displayer for cid images.
1714         (gnus-html-display-image): Work for cid image.
1715         (gnus-html-insert-image): Allow arguments.
1716         (gnus-html-put-image): Inhibit read-only.
1717         (gnus-html-prefetch-images): Don't prefetch images if
1718         gnus-inhibit-images is non-nil.
1719
1720 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * shr.el (shr-put-image): Break lines when inserting big pictures.
1723
1724 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1725
1726         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1727         sender, thanks Katsumi Yamaoka.
1728
1729 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1730
1731         * nnir.el (nnir-run-imap): Reverse the article list for each group
1732         rather than the whole list.
1733
1734 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1735
1736         * shr.el (shr-image-displayer): Protect function against non-existent
1737         image source.
1738
1739         * gnus-art.el (gnus-inhibit-images): New user option.
1740         (gnus-mime-display-single): Don't display image if it is non-nil.
1741
1742         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1743         gnus-inhibit-images.
1744
1745         * shr.el (shr-image-displayer): New function.
1746         (shr-tag-img): Use it.
1747
1748 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1749
1750         * mml2015.el (mml2015-epg-sign): Use From header.
1751
1752 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1755
1756         * gnus-util.el (gnus-find-text-property-region): Return markers.
1757
1758         * shr.el (shr-tag-img): Put a displayer in the text property.
1759
1760         * gnus-util.el (gnus-find-text-property-region): New utility function.
1761
1762         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1763         (gnus-html-show-images): Remove.
1764
1765         * gnus-art.el (gnus-article-show-images): New, more general function.
1766
1767         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1768         image url text properties.
1769
1770         * shr.el: Ditto.
1771
1772         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1773         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1774
1775 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1778         work for two or more articles.
1779
1780 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1783         divide an image that's in an html article to two or more when washing
1784         non-ASCII characters in alt text of it.
1785
1786 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1789         smime-decrypt-region using function argument.
1790         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1791
1792         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1793
1794         * smime.el (smime-decrypt-region): Catch it.
1795
1796 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1797
1798         * smime.el (smime-mode-map): Move initialization into declaration.
1799         (gnus-run-mode-hooks): Don't autoload.
1800         (smime-mode): Use define-derived-mode.
1801
1802 2010-11-11  Glenn Morris  <rgm@gnu.org>
1803
1804         * smime.el (from): Restrict declaration to XEmacs.
1805
1806         * nnir.el (gnus-group-topic-name): Autoload.
1807
1808 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * shr.el (shr-insert): Don't break long line if it is because of
1811         kinsoku-bol characters in the line end.
1812
1813 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1814
1815         * nnir.el (nnir-request-move-article): Fix to provide original group
1816         and subject.
1817         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1818         been retrieved.
1819
1820         * gnus-sum.el (gnus-summary-move-article): Use original group and
1821         subject for virtual articles such as those in an nnir summary buffer.
1822
1823 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1826         least 21.5).
1827
1828         * smime.el (from): Declare it again for XEmacs.
1829
1830 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831
1832         * message.el (message-resend): Don't disable encoding unless it's
1833         already encoded.
1834
1835         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1836         low-numbered articles.
1837
1838 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * rfc2047.el (rfc2047-syntax-table): Simplify.
1841
1842         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1843
1844         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1845         set-char-table-range for XEmacs.
1846
1847 2010-11-10  Glenn Morris  <rgm@gnu.org>
1848
1849         * time-date.el (time-to-seconds): Always an alias on Emacs,
1850         never a real function.
1851         (with-no-warnings): Remove compat stub, now unused.
1852         (time-less-p): Doc fix.
1853         (time-to-number-of-days): Simplify.
1854
1855         * smime.el (from): Remove unused declaration.
1856
1857         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1858         (gnus-float-time): On Emacs, always an alias.
1859
1860         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1861         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1862
1863 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1864
1865         * dgnushack.el: Don't use ignore-errors in the top level form since it
1866         is unavailable in XEmacs even if cl is loaded.
1867
1868         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1869
1870 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1871
1872         * shr.el (browse-url-mailto): Autoload.
1873
1874         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1875
1876         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1877         regexp doesn't need quoting.
1878
1879 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1880
1881         * message.el (message-subject-trailing-was-ask-regexp)
1882         (message-subject-trailing-was-regexp): Match was: in addition to was.
1883
1884 2010-11-09  Glenn Morris  <rgm@gnu.org>
1885
1886         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1887         (nnbabyl-check-mbox): Use point-at-bol.
1888
1889 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1892
1893         * message.el (message-mailto): New function.
1894         (message-mailto): Should accept other parameters.
1895         (message-mailto): Remove since it duplicates browse-url-mailto
1896         functionality.
1897
1898 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1901         methods.
1902         (gnus-read-active-file): Ditto.
1903
1904         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1905         ": " from the prompt.
1906         (gnus-group-make-group): Ditto.
1907
1908 2010-11-07  Glenn Morris  <rgm@gnu.org>
1909
1910         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1911         (gnus-bookmark-kill-line): Use point-at-eol.
1912
1913 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1916         asterisks in From header.
1917
1918 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1921         string to avoid making the From headers syntactically invalid.
1922
1923         * message.el (message-send-mail): Don't insert courtesy messages if the
1924         message already has List-Post and List-ID messages.
1925
1926 2010-11-06  Glenn Morris  <rgm@gnu.org>
1927
1928         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1929         `condition', `type', `length' a prefix.
1930         (gnus-treat-predicate): Update for above name changes.
1931
1932 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1933
1934         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1935         binding.  Handled by `gnus-summary-refer-thread' instead.
1936         (nnir-warp-to-article): New backend function.
1937
1938         * nnimap.el (nnimap-request-thread): Force dependency updating.
1939
1940         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1941         (gnus-summary-refer-thread): Rework to improve thread-referral.
1942
1943         * gnus-int.el (gnus-warp-to-article): New function.
1944
1945         * gnus-sum.el (gnus-summary-article-map): Bind it.
1946
1947 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1948
1949         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1950         gnus-summary-refer-thread.
1951
1952         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1953         headers.
1954         (gnus-summary-limit-include-thread): Prevent articles in thread from
1955         being cut in gnus-cut-threads.
1956         (gnus-summary-refer-thread): Limit retrieved headers to those in
1957         thread.
1958
1959 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * message.el (message-send-mail): Use the value of
1962         message-courtesy-message from the message buffer.
1963
1964         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1965
1966         * shr.el (shr-browse-url): Implement mailto: URLs.
1967
1968         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1969         "raw".
1970
1971         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1972         if it's already selected.
1973
1974         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1975
1976 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1977
1978         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1979         to measure the length and truncate alt text.
1980
1981 2010-11-03  Glenn Morris  <rgm@gnu.org>
1982
1983         * nndiary.el (nndiary-generate-nov-databases-1)
1984         (nndiary-generate-active-info): Rename dynamic variable `files' to
1985         something less generic.
1986
1987 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1988
1989         * nnir.el (nnir-request-move-article): Call the underlying backend to
1990         move articles from nnir.
1991
1992 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1995
1996 2010-11-02  Julien Danjou  <julien@danjou.info>
1997
1998         * nnir.el: Remove wais support.
1999
2000 2010-11-02  Glenn Morris  <rgm@gnu.org>
2001
2002         * gnus-html.el: Reorder requirements to quieten compiler.
2003
2004 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2005
2006         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2007         properly for XEmacs as well.
2008         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2009         (gnus-article-natural-long-line-p): Use window-width rather than
2010         frame-width.
2011
2012 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2013
2014         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2015         (nnir-read-parms): Don't modify query.
2016         (nnir-run-query): Add ability to search topic on current line.
2017         (nnir-get-active): Clean up.
2018
2019 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2022         degenerate articles.
2023
2024         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2025         (gnus-print-buffer): Just print the buffer as is, without any copying
2026         to a buffer and then re-highlighting.
2027
2028         * nnimap.el (nnimap-request-group): Store the new updated info.
2029         (nnimap-request-group): Select the group when we don't know whether it
2030         exists or not.
2031
2032         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2033         groups.
2034
2035         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2036         groups.
2037
2038         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2039         groups.
2040
2041         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2042         long-lines case by only filling the long lines.
2043
2044         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2045         (bug #7311).
2046
2047 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * shr.el: No need to declare `declare-function' since shr.el is for
2050         only Emacsen that provide `libxml-parse-html-region'.
2051
2052         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2053         effective only in a file it is referred to.
2054
2055 2010-11-01  Glenn Morris  <rgm@gnu.org>
2056
2057         * mm-util.el (gnus-completing-read): Autoload.
2058         (mm-read-coding-system): Simplify Emacs definition.
2059
2060         * nnmail.el (gnus-activate-group):
2061         * nnimap.el (gnutls-negotiate):
2062         * nntp.el (netrc-parse): Fix declarations.
2063
2064 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2065
2066         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2067         string-match-p in Emacs >=23.
2068
2069         * gnus-msg.el (gnus-configure-posting-styles)
2070         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2071
2072 2010-11-01  Glenn Morris  <rgm@gnu.org>
2073
2074         * nnir.el (declare-function): Add compat stub.
2075         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2076         (nnir-run-gmane): Require 'mm-url.
2077
2078         * mm-util.el (mm-string-to-multibyte): Simplify.
2079
2080         * shr.el (declare-function): Add compat stub.
2081         (url-cache-create-filename): Declare.
2082         (mm-disable-multibyte, widget-convert-button): Autoload.
2083
2084         * smime.el (ldap-search): Declare.
2085         (smime-cert-by-ldap-1): Require ldap on Emacs.
2086
2087         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2088         (nnimap-keepalive): Use gnus-float-time.
2089
2090         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2091         (mail-source-delete-crash-box): Use gnus-float-time.
2092
2093         * gnus-dired.el (gnus-completing-read): Autoload.
2094
2095         * mm-view.el (gnus-rescale-image): Autoload.
2096
2097         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2098
2099         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2100
2101         * sieve-manage.el: Require 'cl when compiling.
2102
2103         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2104         (gnus-iswitchb-completing-read): Require iswitchb.
2105         (gnus-select-frame-set-input-focus): Silence compiler.
2106
2107 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * message.el (message-subject-trailing-was-query): Change default to t,
2110         since I think that's what most people want.
2111
2112         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2113         appending for easier debugging.
2114         (nnimap-wait-for-connection): Take a regexp.
2115         (nnimap-request-accept-article): Wait for the continuation line before
2116         sending anything unless we're streaming.
2117
2118         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2119         leave the header washing to take place.
2120
2121 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2122
2123         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2124         regular expression match and replace in posting styles.
2125
2126 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2127
2128         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2129         an entire server.
2130         (nnir-get-active): New function.
2131         (nnir-run-imap): Use it.
2132         (nnir-run-gmane): Who knew, gmane search returns an article score!
2133
2134         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2135         server on the current line with nnir.
2136
2137 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2140         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2141         left edge.
2142         (gnus-article-foldable-buffer): Skip past the prefix when determining
2143         raggedness.
2144
2145         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2146         the raw article, and change `C-u g' to show the article without doing
2147         treatments.
2148
2149         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2150         on to `gnus-treat-article'.
2151         (gnus-inhibit-article-treatments): New variable.
2152
2153         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2154
2155         * gnus-art.el (gnus-treatment-function-alist): Have
2156         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2157         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2158         sections.
2159
2160         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2161         parameter.
2162         (gnus-article-fill-cited-long-lines): New function.
2163         (gnus-article-fill-cited-article): Allow filling only long sections.
2164
2165         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2166         and non-punctuation (like after the apostrophe in "'We").
2167
2168         * gnus-sum.el (gnus-summary-select-article): Make sure
2169         gnus-original-article-buffer is alive.
2170
2171         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2172         reflect the order they're in in the digest.
2173
2174         * gnus.el (gnus-group-startup-message): Move point to the start of the
2175         buffer.
2176
2177         * nnimap.el (nnimap-capability): New function.
2178         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2179         is set.
2180
2181 2010-10-31  David Engster  <dengste@eml.cc>
2182
2183         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2184         conform with changes to gnus-completing-read.
2185
2186 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2187
2188         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2189
2190 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2191
2192         * nnir.el: Move defvar, defcustom around to keep file organized
2193         and keep byte-compiler quiet.
2194         (nnir-read-parms): Accept search-engine as arg.
2195         (nnir-run-query): Pass search-engine as arg.
2196         (nnir-search-engine): Remove.
2197
2198 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2199
2200         * shr.el (shr-generic): The text nodes should be text, not :text.
2201
2202         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2203         later in the file.
2204
2205 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2206
2207         * nnir.el: General clean up.  Allow searching with multiple engines.
2208         Allow separate extra-parameters for each engine.
2209         Batch queries when possible.
2210         (nnir-imap-default-search-key,nnir-method-default-engines):
2211         Add customize interface.
2212         (nnir-run-gmane): New engine.
2213         (nnir-engines): Use it.  Qualify all prompts with engine name.
2214         (nnir-search-engine): Remove global variable.
2215         (nnir-run-hyrex): Restore for now.
2216         (nnir-extra-parms,nnir-search-history): New variables.
2217         (gnus-group-make-nnir-group): Use them.
2218         (nnir-group-server): Remove in favor of gnus-group-server.
2219         (nnir-request-group): Avoid searching twice.
2220         (nnir-sort-groups-by-server): New function.
2221
2222 2010-10-30  Julien Danjou  <julien@danjou.info>
2223
2224         * gnus-group.el: Remove gnus-group-fetch-control.
2225
2226         * gnus-start.el (gnus-find-new-newsgroups):
2227         Remove gnus-check-first-time-used.
2228
2229         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2230
2231 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2232
2233         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2234         set on groups that don't have \* permanentflags.
2235
2236 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2239         control the background color.
2240         (shr-tag-img): Ignore very small web bug type images.
2241         (shr-put-image): Add help-echo alt texts to the images.
2242         (shr-tag-video): Show the video poster image.
2243
2244 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2245
2246         * shr.el (shr-table-depth): New variable.
2247         (shr-tag-table-1): Only insert the images after the top-level table.
2248
2249         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2250
2251         * gnus-util.el (gnus-list-memq-of-list): New function.
2252
2253         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2254         selected.
2255         (nnimap-unsplittable-articles): New slot.
2256         (nnimap-new-articles): Use it.
2257
2258 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2259
2260         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2261         move to the previous line on `M-g'.
2262
2263 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2266         *-request-group, which seems unnecessary.
2267
2268         * nnimap.el (nnimap-quote-specials): Function copied over from
2269         imap.el.
2270         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2271         they support that.  Suggested by Tom Regner.
2272
2273 2010-10-29  Julien Danjou  <julien@danjou.info>
2274
2275         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2276         defalias.
2277         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2278
2279         * gnus.el: Remove `gnus-nntp-service' variable.
2280         (gnus-secondary-servers): Make obsolete.
2281         (gnus-nntp-server): Make obsolete.
2282
2283         * gnus-start.el (gnus-1): Remove x-splash calls.
2284
2285         * gnus-ems.el (gnus-x-splash): Remove.
2286
2287         * gnus.el (gnus-group-startup-message): Simplify/update code.
2288
2289         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2290         definition.
2291
2292         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2293         capability before doing anything.
2294         (gnus-group-insert-group-line): Remove useless
2295         gnus-group-remove-excess-properties.
2296
2297 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2298
2299         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2300
2301 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2302
2303         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2304         config after reselecting.
2305
2306 2010-10-28  Julien Danjou  <julien@danjou.info>
2307
2308         * shr.el (shr-put-image): Use point even if only inserting text.
2309         (shr-put-image): Save excursion when inserting alt text on non-graphic
2310         display, so the behaviour is the same when we are on a graphic display.
2311
2312         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2313
2314 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2317         (gnus-mime-copy-part): Check coding system, not charset.
2318         (gnus-mime-view-part-externally): Never remove part.
2319         (gnus-mime-view-part-internally): Don't remove part here.
2320         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2321         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2322         multipart/alternative.
2323
2324         * mm-decode.el (mm-display-part): Take optional arg `force'.
2325
2326 2010-10-26  Julien Danjou  <julien@danjou.info>
2327
2328         * gnus-group.el (gnus-group-default-list-level): Add this function to
2329         compute the default list level.
2330         (gnus-group-default-list-level): Add possibility to use a function.
2331
2332 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2333
2334         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2335
2336         * gnus-group.el (gnus-group-completing-read)
2337         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2338         gnus-replace-in-string.
2339
2340 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * shr.el (shr-tag-div): Add.
2343
2344         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2345
2346 2010-10-25  Julien Danjou  <julien@danjou.info>
2347
2348         * gnus-util.el: Remove `gnus-with-local-quit'.
2349
2350         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2351
2352 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2355         the original article buffer.
2356
2357 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358
2359         * nnimap.el (nnimap-request-head): New function.
2360         (nnimap-request-move-article): Try to be slighly faster by not
2361         requesting the entire message when moving.
2362         (nnimap-transform-headers): Don't bug out on bodiless articles.
2363         (nnimap-send-command): Have no outstanding messages if the IMAP server
2364         doesn't support streaming.
2365         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2366
2367 2010-10-24  Julien Danjou  <julien@danjou.info>
2368
2369         * message.el (message-default-headers): Fix type.
2370
2371 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2374         prefetching images.
2375
2376         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2377         backend for unknown groups.  This is mainly useful for nnimap groups.
2378
2379         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2380         group isn't covered by the agent.
2381
2382 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2383
2384         * nnir.el (nnir-method-default-engines): New variable.
2385         (nnir-run-query): Use it.
2386         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2387         (gnus-summary-nnir-goto-thread): Change group if needed.
2388
2389         * gnus-group.el (gnus-group-group-map): Add key binding for
2390         gnus-group-make-nnir-group.
2391
2392 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2393
2394         * shr.el (shr-tag-object): Add.
2395
2396         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2397         original article buffer live.
2398         (gnus-summary-select-article-buffer):
2399         Mention gnus-widen-article-buffer.
2400
2401 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * shr.el (shr-tag-strong): Add.
2404
2405 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2406
2407         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2408         group names.  They mess up the group buffer badly.
2409
2410         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2411
2412         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2413         instead of the summary one.
2414
2415 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * mml.el (mml-preview): Work properly when editing article.
2418
2419         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2420         gnus-have-read-active-file if it's already been in.
2421
2422 2010-10-22  Tom Tromey  <tromey@redhat.com>
2423
2424         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2425         gnus-group-completing-read.
2426
2427 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * message.el (message-mode-map): Don't bind M-; to comment region, to
2430         allow the global comment-dwim to work.
2431
2432 2010-10-21  Julien Danjou  <julien@danjou.info>
2433
2434         * message.el (message-setup-1): Allow message-default-headers to be a
2435         function.
2436
2437 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * shr.el (shr-tag-table): Simplify.
2440
2441 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2442
2443         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2444         to avoid trying to snarf invalid stuff.
2445
2446         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2447
2448         * gnus.el (gnus-message-archive-group): Quote value.
2449         (gnus-message-archive-group): Mark as changed.
2450
2451         * shr.el (shr-add-font): Don't put the font properties on the newline
2452         or the indentation.
2453
2454         * message.el (message-fix-before-sending): Change options when sending
2455         non-printable characters.
2456
2457         * gnus.el (gnus-message-archive-method): Change the default to
2458         monthly outgoing groups.
2459
2460         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2461         that have gotten new numbers.
2462
2463         * nnimap.el (nnimap-request-replace-article): New function.
2464
2465 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2466
2467         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2468         (nnrss-request-article): Don't use special html washing code.
2469
2470 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2471
2472         * shr.el (shr-tag-table): Remove useless nconc.
2473
2474 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475
2476         * gnus-art.el (article-wash-html): Simplify and remove the charset
2477         stuff.  Use the normal html rendering code instead of the special html
2478         washing code.
2479
2480         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2481         `gnus-w3m' symbols.
2482         (mm-text-html-washer-alist): Remove.
2483
2484         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2485         (mm-inline-media-tests): Remove use.
2486         (mm-text-html-renderer): Change default to the `shr' symbol.
2487
2488         * mm-view.el (mm-inline-text-html): Remove use.
2489
2490         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2491         `gnus-blocked-images' to be a function.
2492         (gnus-article-wash-function): Remove.
2493
2494 2010-10-20  Julien Danjou  <julien@danjou.info>
2495
2496         * spam.el (spam-list-of-processors): Mark as obsolete.
2497
2498         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2499         (nnimap-insert-partial-structure): Fix boundary detection.
2500
2501 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2502
2503         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2504         run file-truename on remote files.  This can be expensive and even
2505         prevent one from editing drafts if some unrelated buffer has a stale
2506         connection.
2507
2508 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2511         kinsoku-eol regardless of shr-kinsoku-shorten.
2512         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2513         (shr-tag-table): Support caption, thead, and tfoot.
2514
2515 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2516
2517         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2518         lines.
2519         (shr-save-contents): New command and keystroke.
2520
2521         * nndoc.el (nndoc-type-alist): Add git support.
2522         (nndoc-git-type-p): New function.
2523         (nndoc-transform-git-article): Ditto.
2524         (nndoc-transform-git-headers): Ditto.
2525         (nndoc-transform-git-headers): Generate Subject headers.
2526
2527         * shr.el (shr-parse-style): New function.
2528         (shr-tag-span): Ditto.
2529
2530         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2531         to `G G' to avoid collisions.
2532
2533 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * shr.el: Load kinsoku if necessary.
2536         (shr-kinsoku-shorten): New internal variable.
2537         (shr-find-fill-point): Make kinsoku shorten text line if
2538         shr-kinsoku-shorten is bound to non-nil.
2539         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2540         shr-indentation too when testing if table is wider than frame width.
2541         (shr-insert-table): Use `string-width' instead of `length' to measure
2542         text width.
2543         (shr-insert-table-ruler): Make sure indentation is done at bol.
2544
2545 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2546
2547         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2548         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2549         undecoded network data.
2550
2551 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552
2553         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2554         name in the mode line spec so that the mode line menu works
2555         (bug #2431).
2556
2557         * message.el (message-get-reply-headers): If we're fed `to-address',
2558         then always use that.
2559
2560         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2561         aren't so wide as to need to switch off the edit menu.
2562
2563         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2564         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2565
2566         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2567         `M-g'.
2568         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2569         the permanent marks.
2570
2571 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2572
2573         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2574         Splitting according to references/in-reply-to obeys the ignore-groups
2575         variable, while splitting by sender and subject do not.
2576
2577 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2580         alist, so that we can look for non-Unicode chars.
2581         (article-translate-strings): Allow both character and string maps.
2582
2583 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2584
2585         * shr.el (shr-insert): Don't insert space behind a wide character
2586         categorized as kinsoku-bol, or between characters both categorized as
2587         nospace.
2588
2589 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2590
2591         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2592         headers to gnus-newsgroup-headers.
2593
2594 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * shr.el (shr-tag-img): Don't align images -- since we're not
2597         rescaling, this often leads to ugly displays.
2598
2599 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2600
2601         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2602         duplicates.
2603
2604 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2605
2606         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2607         call.
2608
2609 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610
2611         * gnus.el: Autoload gnus-html-show-images.
2612
2613         * nnimap.el: Use nnheader-message throughout.
2614
2615         * shr.el (shr-tag-img): Ignore images with no data.
2616
2617 2010-10-15  Julien Danjou  <julien@danjou.info>
2618
2619         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2620         a possibility to disable format=flow encoding when using hard newlines.
2621
2622 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2623
2624         * shr.el (shr-insert): Remove space inserted before or after a
2625         breakable character or at the beginning or the end of a line.
2626         (shr-find-fill-point): Do kinsoku; find the second best point or give
2627         it up if there's no breakable point.
2628
2629 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * nnimap.el (nnimap-open-connection): Message when opening connection
2632         for debugging purposes.
2633
2634         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2635         on every setup buffer call to allow this to change from article to
2636         article.
2637
2638         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2639         buffers where we have a wide table.
2640
2641 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2642
2643         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2644         uses *-request-thread.
2645
2646 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2649         incantation, which is no longer valid.
2650
2651 2010-10-14  Julien Danjou  <julien@danjou.info>
2652
2653         * shr.el: Fix defcustom type (char -> character).
2654
2655 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2658         programs.
2659
2660 2010-10-14  Julien Danjou  <julien@danjou.info>
2661
2662         * shr.el (shr-tag-a): Use url-link as widget type.
2663
2664         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2665         `gnus-group-get-icon'.
2666
2667 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2668
2669         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2670         This should make server editing work better.
2671
2672         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2673
2674         * tls.el (tls-program): Remove spurious %s from openssl.
2675
2676         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2677         (nnimap-parse-flags): Fix regexp.
2678
2679         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2680         probably work for CJVK text, too.
2681
2682         * nnimap.el (nnimap-extend-tls-programs): Remove.
2683         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2684
2685         * tls.el (tls-starttls-switches): Remove starttls hack.
2686         (open-tls-stream): Ditto.
2687         (tls-find-starttls-argument): Ditto.
2688
2689 2010-10-13  Julien Danjou  <julien@danjou.info>
2690
2691         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2692         responses.
2693
2694 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2695
2696         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2697
2698         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2699         anything in Emacs.
2700
2701         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2702
2703 2010-10-13  Julien Danjou  <julien@danjou.info>
2704
2705         * shr.el (shr-width): Make shr-width a defcustom with default to
2706         fill-column.
2707         (shr-tag-img): Use shr-width rather than fill-column.
2708
2709 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * dgnushack.el (byte-optimize-apply)
2712         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2713
2714         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2715         position when (X-)Faces exist.
2716         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2717         avatars when called interactively.
2718
2719 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2722         gnus-article-x-face-too-ugly is bound.
2723
2724 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725
2726         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2727
2728         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2729         mailbox that doesn't exist.
2730
2731 2010-10-12  Julien Danjou  <julien@danjou.info>
2732
2733         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2734         (shr-get-image-data): Encode URL properly when fetching from cache.
2735         (shr-tag-img): Use aligned-to spaces to align correctly images.
2736
2737         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2738         before inserting the Gravatar.
2739
2740         * shr.el (shr-tag-img): Add align attribute support for <img>.
2741
2742 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * gnus-gravatar.el (gnus-art): Require.
2745
2746         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2747         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2748         Remove long obsoleted functions.
2749
2750 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2751
2752         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2753
2754         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2755
2756         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2757         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2758         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2759         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2760         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2761         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2762         * sieve-manage.el, smime.el, spam.el:
2763         Fix comment for declare-function.
2764
2765 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2766
2767         * nnimap.el (nnimap-request-rename-group): Select group read-only
2768         before renaming it.
2769
2770         * shr.el (shr-insert): Fix up the white space only regexp.
2771
2772         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2773         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2774
2775         * shr.el (shr-current-column): New function.
2776         (shr-find-fill-point): New function.
2777
2778 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2779
2780         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2781         numbers.
2782
2783 2010-10-11  Julien Danjou  <julien@danjou.info>
2784
2785         * shr.el (shr-hr-line): Add.
2786         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2787         display hr lines.
2788         (shr-max-columns): Do not change state to nil if we just inserting
2789         spaces.
2790
2791 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2792
2793         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2794         select the last group.
2795
2796 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2797
2798         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2799
2800 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2801
2802         * dig.el (dig-mode-map): Declare and define in one step.
2803
2804 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2807         for Gnus.
2808         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2809         (nnimap-update-qresync-info): Mark \Seen articles as read.
2810
2811         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2812         non-variable, too.
2813
2814         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2815         available.
2816         (nnimap-update-info): Rely more on the current active than the param
2817         active to avoid marking articles as read too much.
2818
2819         * auth-source.el (auth-source-create): Use (user-login-name) for the
2820         user name default.
2821
2822         * nnimap.el (nnimap-update-info): If the server doesn't return any
2823         useful info, just use the previous info.
2824         (nnimap-update-info): Prefer old info over start-article.
2825         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2826
2827 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2828
2829         * nnir.el (autoload): Clean up autoloads.
2830         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2831         Use key rather than value.
2832         (nnir-imap-search-other): New variable.
2833         (nnir-read-parm): Use it.
2834         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2835         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2836
2837 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2838
2839         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2840         the process, too.
2841
2842 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2843
2844         * spam.el (gnus-summary-mode-map): Bind to "$".
2845         Suggested by Russ Allbery.
2846
2847         * shr.el: Rework the way things are indented by <li> slightly.
2848
2849         * gnus.el (gnus-group-set-parameter): Fix typo.
2850
2851         * nnimap.el: Start implementing QRESYNC support.
2852
2853 2010-10-09  Julien Danjou  <julien@danjou.info>
2854
2855         * nnir.el (nnir-engines): Fix too many arguments.
2856
2857 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2858
2859         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2860         group is the "last", so that the backends like nnfolder actually save
2861         their folders.
2862
2863         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2864         try to use that for the tls stream.
2865         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2866         UIDVALIDITY and find out which groups are read-only and not.
2867         (nnimap-get-flags): Use the same marks parsing code as the rest of
2868         nnimap.
2869
2870 2010-10-09  Julien Danjou  <julien@danjou.info>
2871
2872         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2873
2874         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2875         retrieving gravatars.
2876
2877         * shr.el (shr-table-corner): Add.
2878         (shr-table-line): Add.
2879         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2880
2881 2010-10-08  Julien Danjou  <julien@danjou.info>
2882
2883         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2884
2885 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2886
2887         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2888
2889         * gnus-sum.el (gnus-mark-article-as-unread)
2890         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2891         (gnus-summary-set-bookmark): Use it.
2892
2893         * gnus-msg.el (gnus-setup-message): Use it.
2894
2895         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2896
2897         * gnus.el (gnus-group-remove-parameter): Use it.
2898
2899         * gnus-group.el (gnus-group-make-web-group): Use it.
2900
2901         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2902
2903         * nnregistry.el: Update docs to mention manual.
2904
2905         * gnus-registry.el: Update docs to mention nnregistry.el.
2906         (gnus-registry-initialize): Don't install nnregistry refer method
2907         automatically.
2908         (gnus-registry-install-nnregistry): Remove it.
2909
2910 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2911
2912         * shr.el (shr-insert): Don't insert double spaces.
2913
2914 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gnus-gravatar.el (gnus-treat-from-gravatar)
2917         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2918         called interactively.
2919
2920         * gnus-art.el (gnus-mime-view-part-externally)
2921         (gnus-mime-view-part-internally): Make predicate function passed to
2922         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2923         of a mime type.
2924
2925         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2926
2927 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928
2929         * shr.el (require): Require cl when compiling.
2930         (shr-tag-hr): New function.
2931
2932         * nnimap.el (nnimap-update-info): Remove double setting of high.
2933         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2934         This makes nnimap work properly on Courier again.
2935
2936         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2937         the variable for backwards compatability.
2938
2939         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2940         the file name before using to avoid setting mm-default-directory to
2941         nil.
2942
2943         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2944         bidning gnus-agent variables.
2945
2946         * shr.el (shr-render-td): Use a cache for the table rendering function
2947         to avoid getting an exponential rendering behaviour in nested tables.
2948         (shr-insert): Rework the line-breaking algorithm.
2949         (shr-insert): Don't leave trailing spaces.
2950         (shr-insert-table): Also insert empty TDs.
2951         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2952
2953 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2954
2955         * gnus-sum.el (gnus-number): Rename from `number'.
2956         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2957         (gnus-summary-limit-children): Update uses correspondingly.
2958
2959 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2962         (gnus-gravatar-transform-address): Don't show avatars of people of
2963         which mail addresses match gnus-gravatar-too-ugly.
2964
2965 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2966
2967         * shr.el (shr-table-widths): Expand TD elements to fill available
2968         space.
2969
2970 2010-10-07  Julien Danjou  <julien@danjou.info>
2971
2972         * nnimap.el (nnimap-request-rename-group): Add this method.
2973
2974 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2975
2976         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2977         name from XEmacs' function-arglist.
2978
2979         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2980         gravatar under XEmacs.
2981
2982 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2983
2984         * auth-source.el: Update docs with TODO items.
2985
2986         * gnus-sync.el: Update docs to explain state and plans.
2987
2988         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2989         Hooks for mark updates.
2990         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2991
2992         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2993         hooks with arguments, which is needed for mark update hooks.
2994
2995 2010-10-06  Julien Danjou  <julien@danjou.info>
2996
2997         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2998         was matched.
2999
3000         * sieve-manage.el: Update example in `Commentary'.
3001
3002         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3003
3004         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3005         not 2000.
3006         (sieve-manage-authenticate): Re-add function.
3007
3008 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3009
3010         * shr.el (shr-insert): Get 'space transition right.
3011         (shr-render-td): Only delete space at the end of the TD.
3012
3013         * nnimap.el (nnimap-open-connection): Prepare to support
3014         open-gnutls-stream.
3015
3016         * shr.el: Rearrange function order to be more logical.
3017
3018 2010-10-06  Julien Danjou  <julien@danjou.info>
3019
3020         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3021         (nnrss-discover-feed): Remove 404 URL in docstring.
3022
3023         * nnir.el: Fix Swish-E URL.
3024         Fix Namazu URL.
3025
3026         * message.el (message-change-subject): Remove 404 URL in a comment.
3027
3028 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3029
3030         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3031         called interactively.
3032
3033         * gnus-util.el (gnus-remove-if): Allow hash table.
3034         (gnus-remove-if-not): New function.
3035
3036         * gnus-art.el (gnus-mime-view-part-as-type)
3037         * gnus-score.el (gnus-summary-score-effect)
3038         * gnus-sum.el (gnus-read-move-group-name):
3039         Replace remove-if-not with gnus-remove-if-not.
3040
3041         * gnus-group.el (gnus-group-completing-read):
3042         Regard collection as a hash table if it is not a list.
3043
3044 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3047
3048         * shr.el: Document the table-rendering algorithm.
3049
3050 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3053         for Emacsen having no `libxml-parse-html-region' support.
3054
3055 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3058         invalid URLs.
3059
3060         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3061         line-broken.
3062         (shr-tag-img): Ignore image fetching errors.
3063         (shr-overlays-in-region): Compute overlay positions correctly.
3064
3065         * mm-decode.el (mm-shr): Require shr.
3066
3067         * gnus-art.el (gnus-blocked-images): Move variable here.
3068
3069         * shr.el (shr-insert-table): Bind free variable.
3070
3071         * mm-decode.el (mm-shr): Bind shr-content-function.
3072
3073         * shr.el (shr-content-function): New variable.
3074
3075         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3076         added for symmetry.
3077
3078         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3079
3080         * gnus-group.el (gnus-group-make-group): Doc fix.
3081
3082         * nnimap.el (nnimap-request-newgroups): Return success.
3083
3084         * shr.el (shr-find-elements): New function.
3085         (shr-tag-table): Put all the images after the table.
3086         (shr-tag-table): Really inhibit images inside the table.
3087         (shr-collect-overlays): Copy over overlays from the TD elements to the
3088         main document.
3089
3090         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3091         gnus-blocked-images.
3092
3093 2010-10-05  Julien Danjou  <julien@danjou.info>
3094
3095         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3096
3097         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3098         (gnus-html-maximum-image-size): Add this function.
3099         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3100
3101         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3102         server-value of the capability is nil.
3103
3104 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * shr.el (shr-tag-em): Add <EM> tag.
3107
3108 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3109
3110         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3111         customizable.
3112
3113         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3114         handing broken links to browse-url.
3115
3116 2010-10-05  Julien Danjou  <julien@danjou.info>
3117
3118         * gnus-util.el (gnus-emacs-completing-read)
3119         (gnus-iswitchb-completing-read): Use autoload rather than require.
3120
3121 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3124         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3125         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3126         iswitchb-temp-buflist for XEmacs.
3127
3128         * gnus-util.el (gnus-completing-read-function): Exclude
3129         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3130         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3131         XEmacs.
3132
3133         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3134         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3135
3136         * gnus-html.el: Don't require help-fns under XEmacs.
3137         (gnus-html-schedule-image-fetching): Work for XEmacs.
3138
3139         * mm-decode.el (mm-shr): Decode contents by charset.
3140
3141 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3142
3143         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3144         unknown.
3145
3146         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3147         (shr-get-image-data): Ensure against the cache file missing.
3148
3149         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3150         for data.
3151
3152         * spam-report.el (spam-report-url-ping-plain): Don't query about
3153         killing the process.
3154
3155         * shr.el (shr-render-td): Protect against too-wide text.
3156
3157 2010-10-04  Julien Danjou  <julien@danjou.info>
3158
3159         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3160         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3161
3162         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3163         retrieved.
3164
3165 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3166
3167         * shr.el (browse-url): Require.
3168         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3169         lines.
3170         (shr-show-alt-text, shr-browse-image): New commands.
3171         (shr-browse-url, shr-copy-url): New commands.
3172
3173         * gnus-sum.el (gnus-widen-article-window): New variable.
3174         (gnus-summary-select-article-buffer): Use it.
3175
3176         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3177         without @ signs.
3178
3179 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3180
3181         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3182
3183 2010-10-04  Julien Danjou  <julien@danjou.info>
3184
3185         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3186         for XEmacs.
3187
3188 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3189
3190         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3191
3192         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3193         (nnimap-close-server): Implement.
3194
3195         * dgnushack.el (iswitchb): Require to shut up the compiler.
3196
3197         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3198         (shr-insert): Tweak line breaking.
3199         (shr-insert): Handle <pre> better.
3200         (shr-tag-li): Get <li> indentation right.
3201         (shr-tag-li): Get <li> indentation even righter.
3202         (shr-tag-blockquote): Ensure paragraph start.
3203         (shr-make-table): Tweak table generation.
3204         (shr-make-table): Fix typo.
3205
3206         * shr.el: Implement table rendering.
3207
3208 2010-10-04  Julien Danjou  <julien@danjou.info>
3209
3210         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3211
3212 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213
3214         * shr.el (shr-insert): Use string anchors instead of line anchors.
3215
3216 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3217
3218         * shr.el: Add headings.
3219         (shr-ensure-paragraph): Actually work.
3220         (shr-tag-li): Make <ul> prettier.
3221         (shr-insert): Get white space at the beginning/end of elements right.
3222         (shr-tag-p): Collapse subsequent <p>s.
3223         (shr-ensure-paragraph): Don't insert double line feeds after blank
3224         lines.
3225         (shr-insert): \t is also space.
3226         (shr-tag-s): Fix "s" tag name function.
3227         (shr-tag-s): Fix face prop name.
3228
3229 2010-10-03  Julien Danjou  <julien@danjou.info>
3230
3231         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3232
3233         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3234         gnus-window-inside-pixel-edges.
3235
3236         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3237         gnus-ems.
3238
3239         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3240
3241         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3242         function.
3243
3244         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3245         resize choice.
3246
3247 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248
3249         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3250         beginning of the buffer.
3251
3252         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3253         article buffer again.
3254
3255         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3256
3257         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3258         when it's at the start of the buffer.
3259
3260         * shr.el (shr-tag-blockquote): Convert name.
3261         (shr-rescale-image): Use the right image-size variant.
3262
3263         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3264         buffer isn't shown, then select the current article first instead of
3265         bugging out.
3266         (gnus-summary-select-article-buffer): Show both the article and summary
3267         buffers again.
3268
3269         * shr.el (shr-fontize-cont): Protect against regions with no text.
3270         Rename tag functions to shr-tag-* for enhanced security.
3271         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3272
3273 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3274
3275         * shr.el (shr-insert):
3276         * pop3.el (pop3-movemail):
3277         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3278         loaded.
3279
3280 2010-10-03  Glenn Morris  <rgm@gnu.org>
3281
3282         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3283
3284         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3285
3286         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3287
3288         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3289
3290         * gnus-util.el (gnus-make-local-hook): Simplify.
3291
3292 2010-10-02  Julien Danjou  <julien@danjou.info>
3293
3294         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3295         (gnus-ido-completing-read): New function.
3296         (gnus-emacs-completing-read): New function.
3297         (gnus-completing-read): Use gnus-completing-read-function.
3298         Add gnus-completing-read-function.
3299
3300 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3301
3302         * shr.el (shr-insert-document): Autoload.
3303         (shr-img): Be silent.
3304         (shr-insert): Add a newline after every picture before text.
3305         (shr-add-font): Use overlays for combining faces.
3306         (shr-insert): Pass upwards the text start point.
3307
3308         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3309         possible.
3310         (mm-shr): New function.
3311
3312 2010-10-02  Julien Danjou  <julien@danjou.info>
3313
3314         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3315         should go backward.
3316
3317 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3318
3319         * shr.el (shr): Fix typo in provide call.
3320
3321 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3322
3323         * shr.el: New file.
3324
3325         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3326
3327         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3328         completing read.
3329
3330 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3333         we're being queried about.  Suggested by Dan Jacobson.
3334
3335         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3336         Suggested by Jason Eisner.
3337
3338         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3339         table, too.  Suggested by Stefan Wiens.
3340         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3341         the table unnecessary.  Suggested by Stefan Wiens.
3342
3343         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3344         longer needed, and probably doesn't work either, as pointed out by
3345         Stefan Wiens.
3346         (gnus-summary-exit): Remove call to the clearing function.
3347         (gnus-summary-exit-no-update): Ditto.
3348
3349         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3350         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3351         Reported by Stefan Monnier.
3352         (gnus-summary-save-in-rmail): Ditto.
3353
3354         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3355         article buffer, instead of both the article buffer and the summary
3356         buffer.  Sort of suggested by Dan Jacobson.
3357
3358         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3359
3360         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3361         Suggested by Dan Jacobson.
3362
3363         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3364         documentation clearer.
3365
3366         * message.el (message-shorten-references): Comment on the number "21".
3367         Suggested by Stefan Monnier.
3368
3369         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3370         Suggested by Dan Jacobson.
3371
3372         * gnus.el (gnus-large-newsgroup):
3373         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3374
3375         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3376         externalize attachments.  Bug reported by Steve Wen.
3377
3378         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3379         really message anything to the user.
3380
3381         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3382         directly.
3383
3384         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3385         messages in empty groups.
3386
3387 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3388
3389         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3390         non-UIDNEXT group.
3391
3392 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393
3394         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3395         not the value from the collection.
3396
3397         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3398         values.  This sometimes happens on some groups that have no info.
3399         (nnimap-request-newgroups): New function.
3400
3401 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3402
3403         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3404         check into `gnus-registry-initialize'.
3405         (gnus-registry-initialize): Ditto.
3406         Fix and extend header docs.
3407
3408 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3411         regexp backtrace overflows.
3412
3413         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3414         for starttls that tls.el implements; i.e. openssl.
3415
3416         * tls.el (tls-starttls-switches): Give up on using starttls with
3417         gnutls-cli.
3418         (tls-program): Add --insecure to be consistent with the defaults from
3419         openssl s_client.  Now all three commands are insecure.
3420
3421 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3422
3423         * lpath.el: Bind completion-styles-alist for XEmacs.
3424
3425         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3426         (gravatar-create-image): New function that's an alias to
3427         gnus-xmas-create-image, gnus-create-image, or create-image.
3428         (gravatar-data->image): Use it.
3429
3430 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3431
3432         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3433         install the nnregistry refer method.
3434         (gnus-registry-install-hooks): Use it.
3435         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3436         unfollowed groups.
3437
3438 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3439
3440         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3441         expanding threads.
3442
3443 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3444
3445         * nnir.el: Use the server names without suffixes (bug #7009).
3446
3447         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3448         unencrypted to STARTTLS, if possible.
3449
3450 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3451
3452         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3453         headers before superseding.
3454
3455 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * nnrss.el (nnrss-use-local): Add documentation.
3458
3459         * nnimap.el (nnimap-extend-tls-programs): New function.
3460         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3461         (nnimap-wait-for-connection): Accept the greeting from the stupid
3462         output from openssl s_client -starttls, too.
3463
3464         * tls.el (tls-starttls-switches): New variable.
3465         (tls-find-starttls-argument): Use it.
3466         (open-tls-stream): Ditto.
3467
3468         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3469         (netrc-machine): Ditto.
3470
3471         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3472         article number.
3473         (nnimap-split-fancy): New variable.
3474         (nnimap-split-incoming-mail): Use it.
3475
3476         * nntp.el (nntp-server-list-active-group): Document.
3477
3478         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3479         SELECT to get the message-id.
3480
3481         * mail-source.el (mail-sources): Remove webmail support.
3482         (defvar): Ditto.
3483         (mail-source-fetcher-alist): Ditto.
3484         (mail-source-fetch-webmail): Remove.
3485
3486         * webmail.el: Remove -- doesn't seem relevant any more.
3487
3488         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3489
3490         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3491         the \r.
3492
3493 2010-09-30  Julien Danjou  <julien@danjou.info>
3494
3495         * gnus-agent.el (gnus-agent-add-group): Fix call to
3496         gnus-completing-read.
3497
3498 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499
3500         * nndoc.el (nndoc-retrieve-groups): New function.
3501
3502         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3503         `default', use nnmail-split-methods.
3504         (nnimap-request-article): Downcase the NILs so that they are nil.
3505
3506         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3507         symbol.
3508
3509         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3510         code, since if the user has requested network, that's what they ought
3511         to get.
3512         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3513         (nnimap-split-rule): Mark as obsolete.
3514
3515         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3516         New variable.
3517
3518         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3519         correct slot, too.
3520
3521 2010-09-29  Julien Danjou  <julien@danjou.info>
3522
3523         * gnus.el (gnus-local-domain): Declare variable obsolete.
3524
3525         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3526         Fix history computing.
3527         (gnus-ido-completing-read): Require ido.
3528
3529 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3532         build Gnus.
3533
3534         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3535         when interpreting the structures.
3536         (nnimap-request-accept-article): Add \r\n to the lines to make this
3537         work with Cyrus.
3538
3539         * nndraft.el (nndraft-request-expire-articles): Use the group name
3540         instead if "nndraft".  Fix found by Nils Ackermann.
3541
3542 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3543
3544         * nnregistry.el: Add.
3545
3546 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3547
3548         * nnmail.el (group, group-art-list, group-art):
3549         Remove unneeded directives.
3550
3551 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3554         (mm-mime-charset)
3555         * rfc2047.el (rfc2047-syntax-table)
3556         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3557
3558         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3559         rather than `insert-file-contents' and `eval-region'.
3560
3561         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3562         construction.
3563
3564         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3565
3566         * time-date.el: No need to require cl for Emacs 21.
3567
3568 2010-09-29  Julien Danjou  <julien@danjou.info>
3569
3570         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3571         replacement of `gnus-gravatar-relief' to mimic
3572         `gnus-faces-properties-alist'.
3573         Add :version property.
3574
3575 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * mail-source.el (mail-source-report-new-mail)
3578         * message.el (message-default-mail-headers)
3579         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3580
3581         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3582
3583 2010-09-28  Julien Danjou  <julien@danjou.info>
3584
3585         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3586         mail-address contains the same string as real-name.
3587
3588         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3589         non-blank in header, otherwise it'll get stripped.
3590
3591         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3592         real-name, and then for mail address rather than doing : or , search.
3593
3594 2010-09-27  Julien Danjou  <julien@danjou.info>
3595
3596         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3597         right completing-read function.
3598         (gnus-use-ido): New variable
3599         (gnus-completing-read-with-default): Remove.
3600         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3601         (gnus-agent-add-group):
3602         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3603         * mm-view.el (mm-view-pkcs7-decrypt):
3604         * mm-util.el (mm-codepage-setup):
3605         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3606         * mml-smime.el (mml-smime-openssl-sign-query):
3607         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3608         (mml-insert-multipart):
3609         * gnus-msg.el (gnus-summary-yank-message):
3610         * gnus-int.el (gnus-start-news-server):
3611         * mm-decode.el (mm-interactively-view-part):
3612         * gnus-dired.el (gnus-dired-attach):
3613         * gnus.el (gnus-read-method):
3614         * gnus-bookmark.el (gnus-bookmark-jump):
3615         * gnus-art.el (gnus-mime-view-part-as-type)
3616         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3617         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3618         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3619         * nnmairix.el (nnmairix-create-server-and-default-group)
3620         (nnmairix-update-groups, nnmairix-get-server)
3621         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3622         (nnmairix-get-group-from-file-path):
3623         * nnrss.el (nnrss-find-rss-via-syndic8):
3624         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3625         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3626         (gnus-group-browse-foreign-server):
3627         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3628         (gnus-summary-execute-command, gnus-summary-respool-article)
3629         (gnus-read-move-group-name):
3630         * gnus-score.el (gnus-summary-increase-score)
3631         (gnus-summary-score-effect):
3632         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3633
3634 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3637         x-focus-frame.
3638
3639         * nnimap.el (auth-source-forget-user-or-password)
3640         (auth-source-user-or-password): Autoload.
3641
3642         * message.el (message-from-style, message-interactive)
3643         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3644         (message-yank-prefix, message-indentation-spaces, message-signature)
3645         (message-signature-file): Add comment.
3646
3647 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648
3649         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3650         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3651         new articles.
3652
3653         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3654         parts.
3655         (nnimap-request-article): Work with the t setting, too.
3656
3657         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3658         that you don't get flashes of other buffers.
3659         (gnus-summary-show-complete-article): Intern before setting.
3660
3661 2010-09-27  David Engster  <dengste@eml.cc>
3662
3663         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3664         well as HEADERS.
3665         (nnmairix-retrieve-headers): Provide new argument for the above.
3666
3667 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3668
3669         * gnus-sum.el (gnus-summary-move-article): Don't alter
3670         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3671         group.
3672
3673         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3674
3675         * message.el (message-cite-prefix-regexp): Revert my last edit.
3676
3677         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3678         variable instead of the Gnus variable.
3679
3680         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3681
3682         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3683
3684         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3685         since some servers don't like it.
3686         (nnimap-open-connection): Forget credentials if the server says the
3687         password was wrong.
3688         (nnimap-parse-line): Protect against invalid data.
3689
3690         * gnus-sum.el (gnus-summary-move-article): Add comment.
3691         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3692         nothing alters it while scanning for new messages.
3693
3694         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3695         which may or may not help.
3696         (nnimap-open-connection): If we're doing a stream connection, and then
3697         discover we're on a STARTTLS-capable server, then open a STARTTLS
3698         connection instead.
3699
3700 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3701
3702         * nnimap.el (utf7): Require.
3703
3704         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3705         prefix.
3706
3707 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3708
3709         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3710
3711 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3712
3713         * nnimap.el (nnimap-request-accept-article): Message the error on
3714         error.
3715
3716 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3717
3718         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3719
3720 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3721
3722         * nndoc.el (nndoc-request-list): Return success always.
3723
3724         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3725         `fetch-old' -- we only want to fetch the articles we've requested.
3726         The rest are in the agent, probably.
3727         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3728         disappeared server" to something low.  It's not important.
3729
3730         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3731         arrived before the FETCH data.
3732
3733         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3734         target here, because we don't know the Gnus name of the group.
3735
3736         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3737         for the correct group.
3738
3739         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3740
3741         * gnus.el (gnus): Give a final warning after startup.
3742
3743         * gnus-util.el (gnus-action-message-log): New variable.
3744         (gnus-message): Use it.
3745         (gnus-final-warning): New function.
3746
3747         * nnimap.el (nnimap-open-connection): Record the greeting.
3748         (nnimap): Add greeting.
3749
3750 2010-09-26  Julien Danjou  <julien@danjou.info>
3751
3752         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3753         arguments.
3754         (gnus-html-wash-images): Fix spec computing to include start/end.
3755
3756         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3757
3758 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3759
3760         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3761         deletion.
3762         (nnimap-retrieve-headers): Don't select the group, because that's
3763         already done by nnimap-possibly-change-group.
3764
3765         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3766         (gnus-picon-transform-address): Use it.
3767
3768         * mail-source.el (mail-source-value): Revert previous patch.
3769
3770         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3771         on failure.
3772         (nnimap-open-connection): Look up both virtual and physical server name
3773         credentials.
3774
3775         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3776
3777 2009-02-07  Dave Love  <fx@gnu.org>
3778
3779         * tls.el (open-tls-stream): Don't query killing process.
3780
3781 2009-02-08  Dave Love  <fx@gnu.org>
3782
3783         * gnus-win.el (gnus-window-to-buffer-helper)
3784         (gnus-all-windows-visible-p): Function needn't be a symbol.
3785
3786         * mail-source.el (mail-source-value): Function needn't be a symbol.
3787
3788 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789
3790         * message.el (message-cite-prefix-regexp): Remove } from the cite
3791         prefix.
3792
3793         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3794         highlight again, so that the highlight is correct.
3795
3796         * gnus-picon.el (gnus-picon): Remove again.
3797         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3798
3799         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3800         doing the header highlightling, so that the background colour of the
3801         picon is correct.
3802
3803         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3804         (gnus-picon): Ditto.
3805         (gnus-picon): Reinstate.  The background colour for picons is white.
3806         (gnus-picon-insert-glyph): Make the background white.
3807
3808         * nnml.el (nnml-open-nov): Don't return dead buffers.
3809
3810         * auth-source.el (auth-source-create): Query the user for whether to
3811         store the credentials.
3812
3813         * netrc.el (netrc-store-data): New function.
3814
3815         * auth-source.el (auth-source-user-or-password): Use the existing auth
3816         sources, if any, for creation.
3817
3818         * gnus.el (gnus-group-fast-parameter): Return the last matching
3819         parameter instead of the first matching parameter.
3820
3821 2010-09-26  Julien Danjou  <julien@danjou.info>
3822
3823         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3824
3825 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826
3827         * mml2015.el (mml2015-use): Remove gpg support.
3828
3829         * mml1991.el (mml1991-function-alist): Remove gpg function.
3830         (mml1991-gpg-sign): Remove.
3831
3832 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3833
3834         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3835         (gnus-browse-unsubscribe-current-group): Document it.
3836         (gnus-browse-unsubscribe-group): Use it.
3837
3838 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3839
3840         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3841         address to the To list for easier response.
3842
3843         * gnus.el (gnus-play-startup-jingle): Remove.
3844         (gnus-splash): Don't play jingle.
3845         (gnus): Silence gnus-load message.
3846
3847         * gnus-art.el (gnus-treat-play-sounds): Remove.
3848
3849         * gnus.el (gnus-play-jingle): Remove audio support.
3850
3851         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3852
3853         * earcon.el: Remove -- no users.
3854
3855         * gnus-audio.el: Remove -- no users of this package.
3856
3857         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3858
3859         * gnus-start.el (gnus-setup-news): Remove nocem support.
3860
3861         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3862
3863         * gnus.el (gnus-use-nocem): Remove.
3864
3865         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3866         Remove.
3867
3868         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3869         uses NoCeM any more.
3870
3871         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3872         (gnus-button-ctan-handler): Ditto.
3873         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3874         (gnus-button-ctan-directory-regexp): Ditto.
3875         (gnus-button-handle-ctan): Ditto.
3876         (gnus-button-tex-level): Ditto.
3877         (gnus-button-alist): Remove CTAN stuff.
3878
3879 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3880
3881         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3882         nnimap-streaming test.
3883
3884         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3885         servers twice.
3886
3887         * nnimap.el (nnimap-open-connection): Add more error reporting when
3888         nnimap fails early.
3889
3890         * nnheader.el (nnheader-get-report-string): New function.
3891         (nnheader-get-report): Use it.
3892
3893         * gnus-int.el (gnus-check-server): Say what the error was when opening
3894         failed.
3895
3896         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3897         using streaming.
3898
3899 2010-09-25  Julien Danjou  <julien@danjou.info>
3900
3901         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3902         gnus-window-inside-pixel-edges.
3903
3904 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3907
3908         * mm-decode.el (mm-save-part): Allow saving to other directories the
3909         normal Emacs way.
3910
3911         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3912         Suggested by Jay Berkenbilt.
3913
3914         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3915         there isn't a single byte.
3916
3917         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3918         just do it.  It doesn't really seem to matter what the user responds
3919         here, I think, so it's just a confusing question.
3920
3921         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3922         non-streaming case.
3923
3924         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3925         (gnus-article-encrypt-body): Use it.
3926
3927         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3928         keystroke.
3929
3930         * nnimap.el (nnimap-find-wanted-parts-1):
3931         Use gnus-fetch-partial-articles.
3932
3933         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3934
3935         * nnimap.el (nnimap-insert-partial-structure): New function.
3936         (nnimap-get-partial-article): New function.
3937         (nnimap-request-article): Use it.
3938         (nnimap-wait-for-response): Return whether the wait was successful.
3939         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3940         retrieval wasn't successful.
3941         (nnimap-retrieve-group-data-early): Allow throttling servers.
3942         (nnimap-streaming): New variable.
3943         (nnimap-fetch-partial-articles): Remove.
3944
3945         * mm-decode.el (mm-with-part): Protect against killed buffers.
3946
3947         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3948         for prettier summary display.
3949
3950 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3951
3952         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3953
3954 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3955
3956         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3957         apparently third-party libraries depend on it.
3958
3959         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3960         before starting negotiation.
3961
3962         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3963         privacy reasons.
3964         (gnus-treat-mail-gravatar): Ditto.
3965
3966         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3967         buffer when inserting images.  Inserting text into the headers, for
3968         instance, can make them invalid.
3969
3970 2010-09-25  Julien Danjou  <julien@danjou.info>
3971
3972         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3973         variables.
3974
3975         * nnheader.el: Remove useless variables news-reply-yank-from and
3976         news-reply-yank-message-id.
3977
3978         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3979         variables.
3980
3981         * mml1991.el: Remove useless mml1991-verbose.
3982
3983         * gnus.el: Remove useless variable gnus-use-generic-from.
3984         Remove obsolete variable gnus-topic-indentation.
3985
3986         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3987
3988         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3989
3990         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3991
3992         * gnus-group.el: Remove useless gnus-group-icon-cache.
3993         Remove useless gnus-ephemeral-group-server.
3994
3995         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3996
3997         * mml2015.el: Remove useless mml2015-verbose.
3998
3999         * mml-smime.el: Remove useless mml-smime-verbose.
4000
4001         * gnus.el: Remove useless gnus-local-domain.
4002
4003         * gnus-gravatar.el (gnus-gravatar-transform-address):
4004         Use gnus-gravatar-size.
4005
4006         * gnus-art.el: Remove useless gnus-treat-translate.
4007
4008 2010-09-24  Julien Danjou  <julien@danjou.info>
4009
4010         * gnus-sum.el: Add support for Gravatars.
4011
4012         * gnus-art.el: Add support for Gravatars.
4013
4014         * gnus-gravatar.el: Add this file.
4015
4016         * gravatar.el: Add this file.
4017
4018 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4019
4020         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4021
4022         * gnus-group.el (gnus-group-fetch-faq): Remove.
4023
4024         * gnus.el (gnus-group-faq-directory): Remove.
4025
4026         * gnus-group.el (gnus-group-fetch-charter): Remove.
4027
4028         * gnus.el (gnus-group-charter-alist): Remove.
4029
4030         * gnus-group.el (gnus-group-archive-directory): Remove.
4031         (gnus-group-recent-archive-directory): Ditto.
4032         (gnus-group-make-archive-group): Remove.
4033
4034         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4035
4036         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4037         use the same article number for all the cached articles.
4038
4039         * nnimap.el (nnimap-command): Register the last command time so
4040         that we can use it for idling NOOPs.
4041         (nnimap-open-connection): Start the keeplive timer.
4042         (nnimap-make-process-buffer): Store all the process buffers.
4043         (nnimap-keepalive): New function.
4044
4045         * starttls.el (starttls-open-stream): Add autoload cookie.
4046
4047 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4048
4049         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4050         handling.
4051
4052 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4053
4054         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4055         its data structures.
4056
4057         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4058         instead of the cl.el copy-list.
4059         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4060         equalp.
4061
4062 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4065         and tool-bar-local-item-from-menu.
4066
4067         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4068         mode-line-highlight face for Emacs.
4069
4070         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4071         loading gnus-sum.elc; fix comment for canlock-verify.
4072         (gnus-article-jump-to-part): Use read-number.
4073         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4074         Remove Emacs pre-21 compatible code for help-echo.
4075         (gnus-article-next-page-1): No need to adjust the number of lines.
4076         (gnus-article-describe-bindings): Always use help-buffer.
4077
4078         * gnus-audio.el (gnus-audio-inline-sound)
4079         * gnus-cus.el (gnus-custom-mode)
4080         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4081
4082         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4083
4084         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4085         compatible code.
4086
4087 2010-09-24  Glenn Morris  <rgm@gnu.org>
4088
4089         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4090         visiting the fcc file in rmail-mode.
4091
4092         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4093
4094 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * nnir.el: Silence the byte compiler.
4097
4098         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4099         alias to browse-url-url-encode-chars if any.
4100         (gnus-html-encode-url): Use it.
4101
4102 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * gnus-start.el (gnus-use-backend-marks): New variable.
4105         (gnus-get-unread-articles-in-group): Use it.
4106
4107         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4108         makeover.
4109
4110 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4111
4112         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4113
4114 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4115
4116         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4117         Remove.
4118         (gnus-setup-news-hook):
4119         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4120
4121         * gnus-int.el (gnus-request-update-info): Protect against backends not
4122         having the function.
4123
4124         * nnimap.el (nnimap-stream): Mention starttls.
4125         (nnimap-open-connection): Add starttls support.
4126
4127 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4128
4129         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4130
4131 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4132
4133         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4134         BODYSTRUCTUREs.
4135         (nnimap-transform-headers): Unfold quoted {42} headers.
4136
4137         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4138         the info.
4139         (gnus-get-unread-articles): Only call updatep on backends that support
4140         it.
4141
4142         * nnweb.el (nnweb-request-update-info): NOOP.
4143
4144         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4145
4146         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4147         since it only deals with marks.
4148
4149         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4150         gnus-request-marks, and make a new gnus-request-update-info.
4151
4152         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4153         the active instead of the high number, which is usually too low.
4154
4155 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4156
4157         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4158         * encrypt.el: Remove.
4159
4160 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161
4162         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4163         server in symbolic form.
4164
4165         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4166
4167 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4168
4169         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4170         (nnimap-update-info): Fix up code slightly.
4171
4172         * gnus-int.el (gnus-open-server): Add tracing for performance
4173         debugging.
4174
4175         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4176         (gnus-group-insert-group-line): Pass the real group name so that it
4177         gets the right data.
4178
4179         * gnus-start.el (gnus-get-unread-articles): Don't have
4180         `gnus-get-unread-articles-in-group' update info, since that can be
4181         really slow and doesn't seem to be needed?
4182
4183 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4184
4185         * time-date.el (date-to-time): Try using parse-time-string first before
4186         using the slower timezone-make-date-arpa-standard.
4187
4188 2010-09-22  Julien Danjou  <julien@danjou.info>
4189
4190         * gnus-group.el (gnus-group-insert-group-line):
4191         Call gnus-group-highlight-line.
4192         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4193         default hook list.
4194         (gnus-group-update-eval-form): Add new function.
4195         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4196         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4197
4198 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4201         immediate, then expire all articles.
4202         (nnimap-update-info): Fix off-by-one errors.
4203         (nnimap-flags-to-marks): Would return no marks lists for group with no
4204         flags.  Instead return the other data.
4205
4206 2010-09-22  Julien Danjou  <julien@danjou.info>
4207
4208         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4209         Only return an icon.
4210         (gnus-group-insert-group-line): Compute icon to return.
4211
4212         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4213         (gnus-html-image-fetched): Only cache if
4214         gnus-html-image-automatic-caching is set.
4215         (gnus-html-image-fetched): Check for errors.
4216
4217 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4218
4219         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4220         once per method on `g'.  This ensures that backends like nnfolder don't
4221         open all their folders.
4222
4223         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4224         (nnimap-request-list): Nix out group in the correct buffer.
4225         (nnimap-parse-flags): Implement by using `read' instead of
4226         hand-parsing.
4227         (nnimap-flags-to-marks): Pass on permanent-flags.
4228         (nnimap-make-process-buffer): Record the server name.
4229         (nnimap-parse-flags): Fix typo.
4230         (nnimap-request-scan): Run split on the server in general, not just a
4231         single group.
4232
4233         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4234         parameter, and propagate this downwards.
4235
4236         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4237         since EXAMINE changes it on the server.
4238
4239         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4240         this command might take a while.
4241
4242 2010-09-22  Julien Danjou  <julien@danjou.info>
4243
4244         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4245         harmful if you have 2 images side-by-side, they can't be properly
4246         update on text deletion.  Using text-property is safer here.
4247         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4248         data.
4249
4250 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251
4252         * nnimap.el (nnimap-expunge-inbox): Remove.
4253         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4254         (nnimap-expunge): Flip default to t.
4255
4256         * gnus.el (gnus-method-to-server): Don't push things to the cache
4257         unless it's unique.
4258         (gnus-server-to-method): Ditto.
4259
4260 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4261
4262         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4263
4264 2010-09-22  Julien Danjou  <julien@danjou.info>
4265
4266         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4267         get the start of data.
4268         (gnus-html-encode-url): Add this function to encode special chars in
4269         URL.
4270         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4271         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4272
4273         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4274         default.
4275         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4276
4277         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4278         images alt-text.
4279         (gnus-html-put-image): Put alt-text as help-echo.
4280
4281 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4284         * mm-util.el (mm-decompress-buffer)
4285         * nnir.el (nnir-run-find-grep)
4286         * pop3.el (pop3-list): Use 3rd arg of split-string.
4287
4288         * time-date.el (format-seconds): Comment fix.
4289
4290         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4291         and byte-optimize-form-code-walker.
4292         (dgnushack-make-auto-load): Don't advise make-autoload.
4293
4294         * lpath.el: Remove Emacs 21 stuff.
4295
4296 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4297
4298         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4299         outside the active range.  Suggested by Dan Christensen.
4300
4301         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4302         slightly later to avoid double-getting it.
4303
4304         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4305         previous patch.
4306
4307         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4308
4309 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4310
4311         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4312
4313 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314
4315         * gnus-int.el (gnus-open-server): Give a better error message in the
4316         "go offline" case.
4317
4318         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4319         marks for nnimap, which is seldom the right thing to do.
4320
4321         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4322         (gnus-same-method-different-name): New function.
4323
4324         * nnimap.el (parse-time): Require.
4325
4326         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4327         method in the presence of many similar methods.
4328
4329         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4330
4331         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4332         nnml-inhibit-expiry.
4333
4334         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4335         find out whether methods are equal.
4336
4337         * nnimap.el (nnimap-find-expired-articles): New function.
4338         (nnimap-process-expiry-targets): New function.
4339         (nnimap-request-move-article): Request the article before looking at
4340         what the Message-ID is.  Fix found by Andrew Cohen.
4341         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4342
4343         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4344         for oldness in addition to being a predicate.
4345
4346         * nnimap.el (nnimap-request-group): When we have zero articles, return
4347         the right data to Gnus.
4348         (nnimap-request-expire-articles): Only delete articles immediately if
4349         the target is 'delete.
4350
4351         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4352         method, this would bug out.
4353
4354         * gnus-group.el (gnus-group-expunge-group): Rename from
4355         gnus-group-nnimap-expunge, and implemented as a normal interface
4356         function.
4357
4358         * gnus-int.el (gnus-request-expunge-group): New function.
4359
4360         * nnimap.el (nnimap-request-create-group): Implement.
4361         (nnimap-request-expunge-group): New function.
4362
4363 2010-09-21  Julien Danjou  <julien@danjou.info>
4364
4365         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4366         (gnus-html-cache-expired): Add new function.
4367         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4368         wethever we should display image for fetch it.
4369         Compute alt-text earlier to pass it to the fetching function too.
4370         (gnus-html-schedule-image-fetching): Change function argument to only
4371         get one image at a time, not a list.
4372         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4373         cache.
4374         (gnus-html-get-image-data): New function to retrieve image data from
4375         cache.
4376         (gnus-html-put-image): Change buffer argument to use image data rather
4377         than file, and place image above region rather than inserting a new
4378         one.  Do not take alt-text as argument, since it's useless now: we place
4379         the image above alt-text.
4380         (gnus-html-prune-cache): Remove.
4381         (gnus-html-show-images): Start to fetch image when we find one, do not
4382         push into a temporary list.
4383         (gnus-html-prefetch-images): Only fetch image if they have expired.
4384         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4385         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4386
4387 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4390
4391 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392
4393         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4394         spec inser "*" if the group isn't active instead of 0.
4395
4396         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4397         opening the server.
4398         (nnimap-request-delete-group): Implement group deletion.
4399         (nnimap-transform-headers): Return the size of the entire message in
4400         the Bytes header, not just the size of the first part.
4401         (nnimap-request-move-article): When moving an article from nnimap,
4402         request the article first so the accepting form has an article to
4403         accept.  Reported by Dan Christensen.
4404         (nnimap-command): Make sure that the error message doesn't error out.
4405
4406 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4407
4408         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4409         we haven't requested anything.
4410
4411 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4412
4413         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4414         "".  Fix found by Andrew Cohen.
4415
4416         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4417         instead of -encode-string.
4418
4419 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4422
4423         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4424         by mm-subst-char-in-string.
4425
4426 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4427
4428         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4429         waiting for the connection string.
4430
4431         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4432         arriving.
4433
4434         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4435         bogus characters.  This allows selecting certain Gmail groups.
4436
4437         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4438         (nnimap-fetch-partial-articles): New variable.
4439         (nnimap-open-connection): When looking for credentials, also use the
4440         nnimap-server-port.
4441         (nnimap-request-article): Return the group/article number, so that Gnus
4442         `^' works as expected.
4443         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4444
4445         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4446         comments.
4447         (gnus-methods-sloppily-equal): New function.
4448         (gnus): When using the development version of Gnus, load the gnus-load
4449         file.
4450
4451         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4452         `gnus-open-server' on each method before trying to scan them etc.
4453         This ensures that all the backend parameters are set correctly.
4454
4455         * nnimap.el (nnimap-authenticator): New variable.
4456         (nnimap-open-connection): Allow anonymous login.
4457         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4458         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4459
4460         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4461         patch, found by Knut Anders Hatlen.
4462
4463 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4464
4465         * gnus-agent.el (gnus-agent-batch-confirmation)
4466         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4467         to gnus-message.
4468         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4469         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4470         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4471         * gnus-int.el (gnus-open-server): Likewise.
4472         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4473         (gnus-score-check-syntax): Likewise.
4474         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4475         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4476         Likewise.
4477         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4478
4479 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4480
4481         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4482         calling conventions so that prefetch doesn't bug out.
4483
4484 2010-09-19  Julien Danjou  <julien@danjou.info>
4485
4486         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4487         rather than `subst-char-in-region' in order to be able to replace ASCII
4488         char by UTF-8 ones.
4489
4490         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4491         than curl.
4492         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4493         the right URL and ALT text on images.
4494         (gnus-html-wash-tags): Fix tag case.
4495         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4496         (gnus-article-html): Add -o display_ins_del=2 option.
4497         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4498
4499 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500
4501         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4502         the extra mail headers, which sometimes seem to happen for unknown
4503         reasons.
4504
4505         * mail-parse.el (mail-header-encode-parameter): Define as
4506         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4507         (or most, perhaps?) mail readers don't understand the latter, but do
4508         understand the former.
4509
4510         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4511         to nil, so that no methods are automatically agentized.  I think this
4512         is probably what most users want.
4513
4514         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4515         from url-retrieve, for instance about invalid URLs.
4516
4517         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4518         groups that have no articles.
4519         (nnimap-request-article): Check that we really got an article when we
4520         requested one.
4521
4522         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4523         doesn't exist.
4524
4525         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4526         nntp buffer so the agent can save it.
4527         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4528         that CRLF doesn't get translated to \n.
4529         (nnimap-open-connection): Don't make 'shell commands only send \n.
4530
4531 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4532
4533         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4534         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4535         Update var name.
4536         (nnml-generate-nov-file): Use dolist.
4537         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4538         Use with-current-buffer.
4539
4540 2010-09-18  Julien Danjou  <julien@danjou.info>
4541
4542         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4543         parallel.
4544
4545 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4546
4547         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4548         the range update right.
4549         (nnimap-request-group): Don't make `M-g' bug out on group with no
4550         marks.
4551         (nnoo): Require, so that other packages can require nnimap.
4552         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4553         command we're looking for.  This helps when the server sends more
4554         responses after we've gotten everything we expected.
4555         (nnimap): Add a `newlinep' field to keep track of end-of-line
4556         conventions.
4557         Don't send CRLF to things that don't want it.
4558         (nnimap-request-accept-article): Ditto.
4559
4560 2010-09-18  Julien Danjou  <julien@danjou.info>
4561
4562         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4563         than curl to retrieve images.
4564
4565 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4566
4567         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4568         the marks.
4569         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4570         (nnimap-wait-for-connection): New function.
4571         (nnimap-open-connection): If we have PREAUTH, don't query for login
4572         credentials.
4573         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4574         when doing a partial update.
4575
4576 2010-09-18  Julien Danjou  <julien@danjou.info>
4577
4578         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4579         tags.
4580
4581 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582
4583         * nnimap.el (nnimap-credentials): New function.
4584         (nnimap-open-connection): Use the new function to look for credentials
4585         also on the numeric equivalents of "imap" and "imaps".
4586
4587         * gnus-start.el (gnus-activate-group): Send the info to
4588         gnus-request-group.
4589
4590         * nnimap.el (nnimap-request-group): Have the "check" version of the
4591         function parse flags and update the info, so that a `M-g' get a total
4592         resync of all flags from the group.
4593
4594         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4595         to allow backends to alter the info on group selection.  Also alter all
4596         the backend -request-group functions to take the parameter.
4597
4598         * nnimap.el (nnimap-store-info): New function.
4599         (nnimap-update-info): Store the info for later usage.
4600         (nnimap-request-group): Use the stored info for the dont-check case, so
4601         that we don't retrieve all marks when we enter a group.
4602
4603         * nnimap.el: Use deffoo instead of defun for interface functions.
4604
4605         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4606         update the group info.  This makes the nndraft groups, for instance, go
4607         back to their old behaviour.
4608
4609         * gnus-sum.el (gnus-select-newsgroup): Indent.
4610
4611         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4612         in.
4613         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4614         nothing.
4615
4616         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4617         from methods that are denied.
4618
4619         * gnus-int.el (gnus-method-denied-p): New function.
4620
4621         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4622         store the password instead of netrc.
4623         (nnimap-open-connection): Don't error out when we can't make a
4624         connections.
4625
4626         * auth-source.el (auth-source-create): In the password prompt, say what
4627         we're querying for.  Also prompt for user name if that hasn't been
4628         given.
4629
4630         * nnimap.el (nnimap-with-process-buffer): Remove.
4631
4632 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4635         method when we're reading from the agent.
4636
4637         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4638
4639         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4640         that's probably most useful for users.
4641
4642         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4643         "failed" all the time.
4644
4645         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4646         ...)) with (with-current-buffer ... ).
4647
4648         * nntp.el (nntp-open-server): Return whether the open was successful or
4649         not.
4650
4651         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4652         select an unread unseen article first.
4653
4654         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4655         /etc/services, supply some sensible port defaults.
4656
4657         * dgnushack.el: Define netrc-credentials.
4658
4659 2010-09-17  Julien Danjou  <julien@danjou.info>
4660
4661         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4662
4663 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4664
4665         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4666         doesn't have any parameters.
4667
4668 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4669
4670         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4671         only upcased checks.
4672
4673         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4674
4675         * nnimap.el (nnimap-open-shell-stream): New function.
4676         (nnimap-open-connection): Use it.
4677         (nnimap-transform-headers): Get the number of lines in each message.
4678         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4679         number of lines.
4680         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4681         problem.
4682
4683         * utf7.el (utf7-encode): Autoload.
4684
4685         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4686         to allow the mail splitting to not return a default group.  This is
4687         useful for nnimap, which will leave unmatched mail in the inbox.
4688
4689         * nnimap.el: Rewritten.
4690
4691         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4692         nnimap usage.
4693
4694         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4695         if the move is internal, so that nnimap can do fast internal moves.
4696
4697         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4698         data.
4699         (gnus-read-active-for-groups): Support finishing the early retrieval of
4700         data.
4701
4702         * gnus-range.el (gnus-range-nconcat): New function.
4703
4704         * gnus-int.el (gnus-finish-retrieve-group-infos)
4705         (gnus-retrieve-group-data-early): New functions.
4706
4707 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4708
4709         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4710         (nnrss-retrieve-groups):
4711         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4712         (pop3-quit): Use with-current-buffer.
4713
4714 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4715
4716         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4717         instead of nnheader-accept-process-output.
4718
4719         * dgnushack.el (dgnushack-compile): Add comment.
4720
4721         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4722
4723         * gnus-html.el (gnus-html-schedule-image-fetching)
4724         (gnus-html-prefetch-images): Replace process-kill-without-query by
4725         gnus-set-process-query-on-exit-flag.
4726
4727 2010-09-16  Romain Francoise  <romain@orebokech.com>
4728
4729         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4730
4731 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4732
4733         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4734         parameter to unintern is mandatory-ish in Emacs 24.
4735
4736         * gnus-html.el (gnus-html-schedule-image-fetching)
4737         (gnus-html-prefetch-images): Check for curl before using it.
4738
4739         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4740         depend on curl, which isn't essential.
4741
4742         * imap.el: Revert back to version
4743         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4744         seem problematic.
4745
4746 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4747
4748         * gnus-registry.el (gnus-registry-install-shortcuts):
4749         Explicitly pass `obarray' to `unintern' to avoid a warning.
4750
4751 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4752
4753         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4754         change.
4755
4756         * nnrss.el (nnrss-request-list): Remove this function and related
4757         functions, including the moreover stuff.
4758
4759 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * nnrss.el (nnrss-retrieve-groups): New function.
4762
4763 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4764
4765         * .dir-locals.el: Add no-byte-compile cookie.
4766
4767 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * time-date.el (format-seconds): Comment fix.
4770
4771         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4772         for back end that doesn't support request-scan.
4773
4774 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775
4776         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4777         then do request scans from the backends.
4778
4779         * netrc.el (netrc-credentials): New conveniency function.
4780
4781         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4782         avoid running a hook per line, since this takes a lot of time,
4783         profiling shows.
4784         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4785         directly if gnus-visual-p is true.
4786
4787 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4790         groups; replace mapcar with dolist which is a bit faster; pass groups
4791         info to gnus-read-active-file-1.
4792         (gnus-read-active-file-1): Scan only specified groups if the new
4793         optional arg `infos' is given.
4794
4795 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4796
4797         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4798
4799         * pop3.el (pop3-movemail): Remove.
4800         (pop3-streaming-movemail): Rename to pop3-movemail.
4801
4802         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4803         don't restrict end-tag searches to the end of the line.
4804
4805 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4808         articles of every unchecked group to t, which means unknown since the
4809         server has never been opened.
4810
4811 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812
4813         * gnus-html.el (gnus-html-show-alt-text): New command.
4814         (gnus-html-browse-image): Ditto.
4815         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4816         to browse the image directly.
4817         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4818         better.
4819
4820         * gnus-async.el (gnus-async-article-callback):
4821         Call `gnus-html-prefetch-images' unconditionally.
4822
4823         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4824         before feeding URLs to curl.
4825
4826 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4829         internal images as deletable by `W D D'.
4830
4831         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4832         (gnus-async-article-callback): Fix typo.
4833
4834 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4835
4836         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4837         current line to work around bugs in the output from w3m.
4838
4839         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4840         for groups that want that.
4841
4842         * nntp.el (nntp-wait-for-string): Supply a timeout for
4843         accept-process-output to ensure progress.
4844
4845         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4846         level to get unread articles from, then use that for foreign groups,
4847         too.
4848
4849         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4850         confuses the rest of the function.
4851
4852         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4853         for the methods that support -retrieve-groups, too.
4854
4855         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4856
4857 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4860         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4861
4862         * pop3.el: Require cl when compiling.
4863         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4864
4865 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4866
4867         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4868         that aren't going to be activated.
4869         (gnus-get-unread-articles): Fix up the last commit.
4870
4871         * gnus-html.el (gnus-article-html): Allow calling without specifying
4872         the handle.  In that case, dissect the buffer first.
4873
4874         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4875
4876         * nnimap.el (nnimap-open-connection): Revert the change that would look
4877         into authinfo for imaps instead of imap.
4878
4879         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4880         say that you don't want to call gnus-request-group with don-check, but
4881         do check the reponse.  This is for virtual groups only.
4882         (gnus-get-unread-articles): Count the archive groups as secondary, so
4883         that they're activated the same way as before.
4884
4885         * imap.el (imap-message-map): Removed optional buffer parameter, since
4886         no callers use it.
4887         (imap-message-get): Ditto.
4888         (imap-message-put): Ditto.
4889         (imap-mailbox-map): Ditto.
4890         (imap-mailbox-put): Ditto.
4891         (imap-mailbox-get): Ditto.
4892         (imap-mailbox-get): Revert last change for this function.
4893
4894         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4895         case-insensitively.
4896         (nnimap-debug): Remove.
4897
4898         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4899         to use `imap-fetch' instead.  According to the comments, this should be
4900         safe, since all other IMAP clients use the 1:* syntax.
4901         (imap-enable-exchange-bug-workaround): Removed.
4902         (imap-debug): Removed -- doesn't seem very useful.
4903
4904         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4905         mail from a file, and the file doesn't exist.
4906
4907         * imap.el (imap-log): New convenience function used throughout instead
4908         of repeating the same code all over the place.
4909
4910         * pop3.el (pop3-streaming-movemail): Return t for success.
4911
4912         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4913         .authinfo if we're using ssl connection.
4914
4915         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4916         already have if we're in a main Gnus `g' run.
4917
4918         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4919
4920 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4923
4924         * nnmh.el (nnmh-request-list-1): Bind `file'.
4925
4926         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4927         alias to set-process-query-on-exit-flag or process-kill-without-query.
4928         (pop3-open-server): Use it.
4929
4930 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931
4932         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4933         box to the Incoming file.  Fixes mistake in previous checkin.
4934
4935         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4936         request loop (for debugging purposes) removed.
4937
4938         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4939         culprit is more visible.
4940         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4941         (nnml-add-incremental-nov): New functions to do "incremental" nov
4942         updates, where we just append to the end of the existing nov files
4943         without reading/writing them in full.
4944
4945         * mail-source.el (mail-source-delete-crash-box): Really only check the
4946         incoming files once in a while.
4947
4948         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4949
4950         * mail-source.el (mail-source-delete-crash-box): Only check the
4951         incoming files for deletion once per day to save a lot of file
4952         accesses.
4953
4954         * pop3.el (pop3-logon): Fix up unbound variable typo.
4955
4956         * mail-source.el (pop3-streaming-movemail): Autoload.
4957
4958         * pop3.el (pop3-streaming-movemail):
4959         Respect pop3-leave-mail-on-server.
4960
4961         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4962         retrieval.
4963
4964         * pop3.el (pop3-process-filter): Remove unused function.
4965         (pop3-streaming-movemail, pop3-send-streaming-command)
4966         (pop3-wait-for-messages, pop3-write-to-file)
4967         (pop3-number-of-responses): New functions for streaming pop3
4968         retrieval.
4969
4970         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4971         come from no known methods.
4972         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4973         list.
4974
4975         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4976         message sizes.
4977         (pop3-movemail): Use erase-buffer instead of looping and deleting
4978         regions, which seems rather odd.
4979
4980         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4981         file once per `g' run.
4982
4983         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4984         directories.  This makes the draft queue directory work.
4985
4986         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4987         data from the backends, so that we only request the list of groups from
4988         each method once.  This should speed things up considerably.
4989
4990         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4991         detect that it's not implemented.
4992
4993         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4994         we actually do recurse down into the tree, but don't stat all leaf
4995         nodes.
4996
4997         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4998         then say so instead of bugging out.
4999
5000         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5001         files exist before trying to read them.
5002
5003         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5004         around <pre_int>.
5005
5006         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5007
5008         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5009
5010 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5011
5012         * mm-util.el (mm-image-load-path): Just return the image directories,
5013         not all directories in the path in addition to the image directories.
5014         (mm-image-load-path): Maintain a cache of the image directories so that
5015         the `g' command in Gnus doesn't have to stat dozens of directories each
5016         time.
5017
5018         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5019         (gnus-html-wash-tags): Add a new `i' command to insert images.
5020         (gnus-html-insert-image): New command and keystroke.
5021         (gnus-html-redisplay-with-images): New command and keystroke.
5022         (gnus-html-show-images): Rename command.
5023         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5024         spacers.
5025         (gnus-html-wash-tags): Decode entities at the end, so that entities
5026         inside the tags don't mess up the rest of the "parsing".
5027
5028         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5029         so that nnimap methods aren't agentized by default.  There's apparently
5030         many problems related to agent/imap behaviour.
5031
5032         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5033
5034         * gnus-html.el: Doc fix.
5035
5036 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5037
5038         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5039         specifier-spec-list for Emacs 21.
5040
5041         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5042         glyph-width and glyph-height instead of display-graphic-p and
5043         image-size; make avoidance of displaying small images work for XEmacs.
5044
5045         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5046         for XEmacs.
5047
5048         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5049         of symbol that holds plist data.
5050         (gnus-process-plist): Remove plist of process after getting it.
5051
5052 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5053
5054         * message.el (message-generate-hashcash): Change default to
5055         'opportunistic if hashcash is installed.
5056
5057         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5058         (gnus-html-put-image): Only call image-size once, since it's somewhat
5059         time-consuming on remote X servers.
5060
5061 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5064         type on data, not a file name.
5065
5066         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5067         window-pixel-edges for Emacs 21.
5068
5069         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5070         decoded contents.
5071         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5072
5073 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5074
5075         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5076         group line format, since it isn't very interesting.
5077
5078         * gnus-agent.el (gnus-agent-short-article),
5079         (gnus-agent-long-article): Increase values for these two variables,
5080         since most people are likely to have more network connection and
5081         storage than before.
5082
5083         * gnus.el (gnus-refer-article-method): Change default to 'current.
5084         When referring an article, the common behaviour is to refer it from the
5085         current select method, not the native select method.  The chances of
5086         the native select method having the message in question is rather slim
5087         these days.
5088
5089         * gnus-sum.el (gnus-auto-select-subject): Change default to
5090         `unseen-or-unread'.  I think it's likely that most people want to
5091         select an unseen article over a previously seen, but unread one.
5092
5093         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5094         means that in the article buffer none of the minor mode elements will
5095         be shown, usually, and this is not desirable in most cases.
5096
5097         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5098         that commands like `d' (and the like) go to the next line in the
5099         buffer, instead of the next unread article.  I think this is the
5100         behaviour that is most natural for most users.
5101         (gnus-single-article-buffer): Change default to nil, so that people can
5102         have as many article buffers open as they have summary buffer.  I think
5103         this is the most natural way for the groups to behave.
5104
5105         * message.el (message-generate-new-buffers): Change default to
5106         `unsent', so that all new message buffers start their names with the
5107         string "*unsent", and it's easier to find the buffers if you move from
5108         them.
5109
5110 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5111
5112         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5113         small.  They're probably tracking images.
5114         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5115         (gnus-html-rescale-image): Yet another try at getting the image sizing
5116         right.
5117
5118         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5119         nntp-marks-file-name is nil.
5120
5121 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5122
5123         * gnus-html.el (gnus-html-wash-tags)
5124         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5125         Better logging.
5126
5127 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5130
5131         * gnus-html.el (gnus-html-wash-tags): Check the value of
5132         gnus-blocked-images in the summary buffer.
5133
5134 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5135
5136         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5137
5138 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5139
5140         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5141         like "a", it seems like.
5142         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5143         since it needs to be picked from the correct buffer.
5144
5145         * nnwfm.el: Remove.
5146
5147         * nnlistserv.el: Remove.
5148
5149 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5150
5151         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5152         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5153
5154 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5155
5156         * nnkiboze.el: Remove.
5157
5158         * nndb.el: Remove.
5159
5160         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5161         alt text.
5162         (gnus-html-rescale-image): Try to get the rescaling logic right for
5163         images that are just wide and not tall.
5164
5165         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5166         overshadow variable bindings.
5167
5168 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5169
5170         * gnus-html.el (gnus-html-wash-tags)
5171         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5172         Add extra logging.
5173
5174 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5175
5176         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5177         (gnus-max-image-proportion): New variable.
5178         (gnus-html-rescale-image): New function.
5179         (gnus-html-put-image): Rescale images.
5180
5181 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5182
5183         Fix up some byte-compiler warnings.
5184         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5185         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5186         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5187         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5188         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5189         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5190         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5191
5192 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * gnus-html.el (gnus-article-html): Decode contents by charset.
5195
5196 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5199         (gnus-html-frame-width, gnus-blocked-images)
5200         * message.el (message-prune-recipient-rules): Add custom version.
5201         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5202
5203         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5204         functions.
5205
5206         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5207         gnus-process-get.
5208
5209 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5210
5211         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5212         instead of lsub directly.
5213
5214 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5215
5216         * nnwarchive.el: Remove.
5217
5218         * gnus-soup.el: Remove.
5219
5220         * nnsoup.el: Remove.
5221
5222         * nnultimate.el: Remove.
5223
5224         * gnus-html.el (gnus-blocked-images): New variable.
5225
5226         * message.el (message-prune-recipients): New function.
5227         (message-prune-recipient-rules): New variable.
5228
5229         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5230         guess whether a long line is natural text or not.
5231
5232         * gnus-html.el (gnus-html-schedule-image-fetching):
5233         Use gnus-process-plist and friends for compatibility.
5234
5235 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5236
5237         * gnus-html.el: Require packages that define macros used in this file.
5238         (gnus-article-mouse-face): Declare to silence byte-compiler.
5239         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5240         process-get.
5241         (gnus-html-put-image): Use plist-get to avoid getf.
5242         (gnus-html-prefetch-images): Use with-current-buffer.
5243
5244 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * gnus-ems.el: Provide compatibility functions for
5247         gnus-set-process-plist.
5248
5249         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5250         header-line-format for XEmacs 21.4.
5251
5252         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5253         * gnus.el (gnus-valid-select-methods)
5254         * message.el (message-send-mail-partially-limit)
5255         * mm-decode.el (mm-text-html-renderer)
5256         * mml.el (mml-insert-mime-headers-always)
5257         * smiley.el (smiley-regexp-alist): Bump custom version.
5258
5259 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * gnus-html.el: require mm-url.
5262         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5263         with the url to `url'.
5264         (gnus-html-wash-tags): Support cid: URLs/images.
5265
5266 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5267
5268         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5269         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5270         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5271
5272         * gnus-move.el: Remove file, since it doesn't really work.
5273
5274         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5275         UTF-8.  This seems to fix problems with some German web feeds.
5276
5277         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5278         at the top so that the proper colours are applied.
5279
5280         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5281         don't have dots in their names.
5282
5283         * gnus-art.el (gnus-article-view-part): Doc fix.
5284
5285         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5286         XEmacs-compatible.
5287         (gnus-html-put-image): Don't do images on non-graphic displays.
5288
5289         * nnslashdot.el: Remove this unused backend.
5290
5291         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5292         actions.
5293         (gnus-undo-register-1): Revert last change.
5294
5295         * gnus-group.el (gnus-group-completing-read): Protect against not
5296         having completion-styles bound.
5297
5298         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5299         make broken recipients happier.
5300
5301         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5302
5303         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5304         point parameter.
5305
5306         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5307
5308         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5309         completion-styles for group selection.
5310
5311 2009-02-04  Andreas Schwab  <schwab@suse.de>
5312
5313         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5314         headers and regexp-quote the match if necessary.
5315
5316 2009-03-24  Miles Bader  <miles@gnu.org>
5317
5318         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5319         the blinking smiley.
5320
5321 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5322
5323         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5324         blink smiley.
5325
5326 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327
5328         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5329         where the dribbel file lives exists.
5330
5331         * message.el (message-send-mail-partially-limit): Change the default to
5332         nil, since most people don't want this.
5333
5334         * mm-url.el (mm-url-decode-entities): Also decode entities like
5335         &#x3212.
5336
5337 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5338
5339         * gnus-sum.el (gnus-summary-idna-message):
5340         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5341         Hyperlink urls in docstrings with URL `...'.
5342
5343 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5344
5345         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5346         functions.
5347
5348 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5349
5350         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5351         say what the mouseover text should be.
5352
5353         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5354         version of the mm-w3m-safe-url-regexp variable to only download images
5355         in the groups where we want that to happen.
5356
5357         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5358
5359         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5360         easier debugging.
5361         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5362         big pictures in the article buffer.
5363
5364         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5365         gnus-article-html.
5366         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5367         w3m.
5368
5369         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5370
5371 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372
5373         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5374         which doesn't exist.
5375
5376         * message.el (message-inhibit-ecomplete): New variable to allow some
5377         function to inhibit ecomplete address storage.
5378         (message-resend): Disable ecomplete message storage when resending
5379         messages.
5380
5381         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5382
5383 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5386         Save excursion while copying, moving, and deleting articles in order to
5387         prevent the cursor from jumping to unforeseen place.
5388
5389 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5390
5391         * lpath.el: No need to bind bookmark-current-buffer,
5392         bookmark-yank-point and bookmark-make-record-function.
5393
5394 2010-08-17  Glenn Morris  <rgm@gnu.org>
5395
5396         * gnus-sync.el: Require gnus components whose functions are used.
5397
5398         * gnus-art.el (bookmark-make-record-function):
5399         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5400         Declare for compiler.
5401
5402         * mm-url.el (mml-compute-boundary): Autoload.
5403
5404 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5407
5408 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5409
5410         Typo fix "hoo4a" -> "hook".
5411
5412         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5413
5414 2010-08-14  Glenn Morris  <rgm@gnu.org>
5415
5416         * gnus-sync.el (gnus-sync): Fix defgroup version.
5417
5418 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5419
5420         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5421
5422         * gnus-sync.el: Fix docs.
5423         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5424         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5425
5426 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5427
5428         Optimizations for gnus-sync.el.
5429
5430         * gnus-sync.el: Add docs about gnus-sync-backend
5431         possibilities.
5432         (gnus-sync-save): Remove unnecessary message.
5433         (gnus-sync-read): Optimize and show what groups were skipped.
5434
5435 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5436
5437         Minor bug fixes for gnus-sync.el.
5438
5439         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5440         Don't read the sync on get-new-news.
5441
5442         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5443         quiet.
5444
5445         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5446         (fix typo).
5447
5448 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5449
5450         Make saving and restoring of hidden threads work with overlays.
5451         Patch applied by Ted Zlatanov.
5452
5453         * gnus-sum.el (gnus-hidden-threads-configuration)
5454         (gnus-restore-hidden-threads-configuration): Update to deal with text
5455         properties, rather than searching for a magic character.
5456
5457 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5458
5459         New gnus-sync.el library for synchronization of marks.
5460
5461         * gnus-sync.el: New library for synchronization of marks.
5462
5463         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5464         renamed from `gnus-registry-grep-in-list'.
5465
5466         * gnus-registry.el (gnus-registry-follow-group-p):
5467         Use `gnus-grep-in-list'.
5468
5469         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5470
5471 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5474         determining charset of text fails.
5475
5476 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5477
5478         * nnmail.el (nnmail-get-new-mail-1): Revert.
5479
5480         * nnml.el (nnml-active-number): Make sure names of newly created groups
5481         in nnml-group-alist are encoded.
5482
5483 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5486         containing non-ASCII characters in active file for nnml back end.
5487
5488 2010-07-24  David Engster  <dengste@eml.cc>
5489
5490         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5491         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5492
5493 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5494
5495         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5496         tag (Bug#6654).
5497
5498 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5501         the article buffer, not the summary buffer.
5502
5503 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5504
5505         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5506         Emacs 23 as well.
5507
5508 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5511         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5512
5513 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5514
5515         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5516         Patch applied by Karl Fogel.
5517
5518         * gnus-sum.el (gnus-summary-bookmark-make-record):
5519         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5520
5521 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5522
5523         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5524         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5525         C-w still not working correctly from Article buffers; Thierry's
5526         patch to fix that will be applied after this.
5527
5528         * gnus-art.el (bookmark-make-record-function): New local variable.
5529
5530         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5531         article buffer.
5532         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5533
5534 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5535
5536         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5537         on changes in bookmark.el.
5538
5539 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5542         `no-log' instead of message not to log prompt string.
5543
5544 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5545
5546         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5547         the *other* type of HTML form submission.
5548
5549 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5550
5551         * auth-source.el (auth-source-pick): If choice does not contain a
5552         questioned keyword, set the check to t.
5553
5554 2010-06-12  Romain Francoise  <romain@orebokech.com>
5555
5556         * gnus-util.el (gnus-date-get-time): Move up before first use.
5557
5558 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5561         (gnus-article-edit-part): Bind it to make last part that is substituted
5562         or deleted visible.
5563         (gnus-mime-display-single): Buttonize part of which id equals to
5564         gnus-mime-buttonized-part-id.
5565
5566 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5567
5568         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5569         (gnus-dd-mmm): Use gnus-date-get-time.
5570         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5571         simplify logic.
5572         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5573         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5574
5575 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5576
5577         * auth-source.el (top): Autoload `secrets-list-collections',
5578         `secrets-create-item', `secrets-delete-item'.
5579         (auth-sources): Fix tag string.
5580         (auth-get-source, auth-source-retrieve, auth-source-create)
5581         (auth-source-delete): New defuns.
5582         (auth-source-pick): Rewrite in order to avoid 2 passes.
5583         (auth-source-forget-user-or-password): New parameter USERNAME.
5584         (auth-source-user-or-password): New parameters CREATE-MISSING and
5585         DELETE-EXISTING.  Retrieve password interactively, if needed.
5586
5587 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5588
5589         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5590         deleting unused directories when gnus-expert-user is t.
5591
5592 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5595         for each temp file when gnus-article-browse-delete-temp is ask.
5596
5597 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5598
5599         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5600         Lisp calls to delete-backward-char by calls to delete-char.
5601
5602 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5603
5604         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5605
5606 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5607
5608         * password-cache.el (password-cache-remove): Fix docstring.
5609
5610 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5613         article unless decoding article to be saved.
5614
5615 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5618         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5619         generated within the mm-with-unibyte-current-buffer macro.
5620
5621 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5622
5623         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5624         to nil when we're in a mml-preview buffer and no group is selected.
5625
5626 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5627
5628         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5629         when catching the `C-g'.  Reported by "Leo".
5630
5631 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * message.el (message-forward-make-body-plain)
5634         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5635         multibyte-string-p.
5636
5637         * lpath.el: Revert.
5638
5639 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * message.el (message-forward-make-body-mml): Assume original message
5642         is multibyte string; error on unibyte.
5643         (message-forward-make-body-plain): Ditto; don't add excessive newline
5644         in body end.
5645
5646         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5647
5648 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5649
5650         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5651         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5652
5653 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * mm-extern.el (mm-extern-url): Don't use
5656         mm-with-unibyte-current-buffer.
5657         (mm-extern-cache-contents): Use with-current-buffer instead of
5658         save-excursion + set-buffer.
5659
5660 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * mm-util.el (mm-emacs-mule): Remove.
5663
5664 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5665
5666         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5667         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5668         change.
5669
5670 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5673         bind the default value of enable-multibyte-characters to nil.
5674
5675 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * message.el (message-forward-make-body-plain)
5678         (message-forward-make-body-mml):
5679         Don't use mm-with-unibyte-current-buffer.
5680
5681 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5682
5683         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5684
5685 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5686
5687         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5688         (Bug#5592).
5689
5690 2010-05-07  Julien Danjou  <julien@danjou.info>
5691
5692         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5693         it to mm-pipe-part.
5694
5695         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5696         it is given.
5697
5698 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * binhex.el (binhex-decode-region-internal)
5701         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5702         (dns-query)
5703         * nnweb.el (nnweb-gmane-search)
5704         * pgg-parse.el (pgg-parse-armor)
5705         * pgg.el (pgg-verify-region)
5706         * sha1.el (sha1-string-external)
5707         * uudecode.el (uudecode-decode-region-internal)
5708         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5709         XEmacs.
5710
5711         * gnus-art.el (gnus-article-browse-html-parts)
5712         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5713         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5714         make-temp-file.
5715
5716         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5717         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5718         compiling.
5719
5720         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5721         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5722         XEmacs when compiling.
5723
5724         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5725         gnus-pick-mode-off-hook for XEmacs when compiling.
5726         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5727         gnus-binary-mode-off-hook for XEmacs when compiling.
5728
5729         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5730         Return nil if char-charset is not available.
5731
5732         * imap.el (imap-disable-multibyte)
5733         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5734         macros.
5735
5736         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5737         instead of encode-coding-string.
5738
5739         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5740         'xemacs) instead of mm-emacs-mule to switch function definitions.
5741         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5742
5743         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5744         bind temporary-file-directory for XEmacs;
5745         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5746         timer-set-function for XEmacs 21.4 and SXEmacs;
5747         bind timer-list for XEmacs 21.4 and SXEmacs;
5748         fbind char-charset and find-charset-region for non-Mule XEmacs;
5749         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5750         encode-coding-region and encode-coding-string for XEmacs having no
5751         file-coding feature.
5752
5753 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5754
5755         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5756
5757 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5758
5759         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5760         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5761
5762 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5763
5764         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5765         alias `jka-compr-delete-temp-file' no longer exists.
5766
5767 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5768
5769         Use define-minor-mode in Gnus where applicable.
5770         * mml.el (mml-mode): Use define-minor-mode.
5771         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5772         (gnus-undo-mode): Use define-minor-mode.
5773         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5774         (gnus-dead-summary-mode): Use define-minor-mode.
5775         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5776         Initialize in declaration.
5777         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5778         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5779         (gnus-mailing-list-mode): Use define-minor-mode.
5780         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5781         (gnus-draft-mode): Use define-minor-mode.
5782         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5783         (gnus-dired-mode): Use define-minor-mode.
5784
5785 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5786
5787         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5788         handles on recursive mml-to-mime translation and check them for
5789         boundary delimiter collisions.  Reported by Greg Troxel.
5790
5791 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5794
5795 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5796
5797         * mm-util.el (mm-find-buffer-file-coding-system):
5798         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5799
5800 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5801
5802         * message.el (message-generate-headers): Record insertion of optional
5803         headers as well.  Otherwise the check to prevent repeated insertion of
5804         optional headers is a no-op.
5805
5806 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5807
5808         * smime.el: Don't mention CVS.
5809
5810         * nnrss.el (nnrss-fetch): Don't mention CVS.
5811
5812         * nnir.el: Don't mention CVS.
5813
5814 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5815
5816         * gnus-sum.el (gnus-summary-bookmark-make-record):
5817         Add `location' field.
5818
5819 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * lpath.el: Fbind bookmark-default-handler,
5822         bookmark-get-bookmark-record, bookmark-make-record-default,
5823         bookmark-prop-get for Emacs <23 and XEmacs.
5824
5825 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5826
5827         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5828         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5829         Use with-current-buffer to silence the byte-compiler.
5830         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5831         bother to require `gnus'.
5832         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5833
5834 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5835
5836         * gnus-sum.el (gnus-summary-bookmark-make-record)
5837         (gnus-summary-bookmark-jump): New functions.
5838         (gnus-summary-mode): Setup bookmark support.
5839
5840 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5841
5842         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5843         if set.
5844
5845 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5846
5847         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5848         gnus-article-browse-html-save-cid-image; make it work recursively for
5849         forwarded messages as well.
5850         (gnus-article-browse-html-parts): Work when prefix arg is given.
5851         (gnus-article-browse-html-article): Doc fix.
5852
5853 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5854
5855         * message.el (message-default-mail-headers):
5856         (message-default-headers): Carry the value mail-default-headers over
5857         into message-default-mail-headers, rather than message-default-headers.
5858
5859 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5860
5861         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5862         charset.
5863
5864         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5865         charset into the <meta> tag when the article is encoded to utf-8.
5866
5867 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * gnus-art.el (gnus-article-browse-delete-temp-files):
5870         Delete directories as well.
5871         (gnus-article-browse-html-parts): Work for images that do not specify
5872         file names; delete temp directory when quitting; insert header at the
5873         right place; use file: scheme for image files.
5874
5875 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5876
5877         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5878         (gnus-article-browse-html-parts): Use it to make temporary cid image
5879         files in addition to html file so that browser may display them.
5880
5881 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5884
5885 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5886
5887         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5888
5889 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5890
5891         * auth-source.el (auth-sources): Change default to be simpler.
5892         Explain about Secret Service API sources.  Improve Customize options.
5893         (auth-source-pick): Change to accept any number of search parameters.
5894         Implement fallbacks iteratively, not recursively.  Add scoring on the
5895         second pass and sort by score.  Call Secret Service API when needed.
5896         (auth-source-user-or-password): Use it.  Call Secret Service API
5897         directly when needed to get the user name and the password.
5898
5899 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5900
5901         * message.el (message-interactive): Doc fix.
5902         (message-qmail-inject-args): Reflow.
5903         (message-kill-to-signature): Fix typo in docstring.
5904
5905         * smiley.el (smiley-buffer): Fix typo in docstring.
5906
5907 2010-03-24  Glenn Morris  <rgm@gnu.org>
5908
5909         * mail-source.el (gnus-message): Declare.
5910         (mail-source-delete-old-incoming): Require gnus-util.
5911
5912 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5915
5916         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5917
5918         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5919         password-cache's default if it is not bound.
5920         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5921         password-cache-expiry's default if it is not bound.
5922
5923         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5924         available in Emacs 21.
5925
5926         * lpath.el: Suppress compiler warnings for:
5927         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5928         XEmacs;
5929         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5930         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5931         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5932
5933 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5934
5935         * auth-source.el (auth-sources): Fix up definition so extra parameters
5936         are always inline.
5937
5938 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5939
5940         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5941         wasn't updated after mismatch.  Clear cached mailbox info correctly
5942         when uidvalidity changes.
5943         (nnimap-group-prefixed-name): New function to avoid some code
5944         duplication.
5945         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5946         (nnimap-request-group): Use it.
5947         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5948         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5949         with many imap folders.  This is done by caching the group status from
5950         the imap server persistently in a group parameter `imap-status'.  (This
5951         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5952         but not persistently, so every Gnus startup was still very slow.)
5953
5954 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5955
5956         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5957         delete the extra newline.  Otherwise editing of :string and :number
5958         types don't work.
5959
5960 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5961
5962         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5963         secrets.el dependency.
5964         (auth-sources): Add optional user name.  Add secrets.el configuration
5965         choice (unused right now).
5966
5967 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5968
5969         * gnus-sum.el (gnus-summary-make-menu-bar):
5970         Let `gnus-registry-install-shortcuts' fill in the functions.
5971
5972         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5973         warnings.
5974         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5975         (gnus-registry-install-shortcuts): Populate and use it in a
5976         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5977
5978 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5979
5980         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5981         In-place substitutions for the group name encoding/decoding.
5982         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5983         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5984         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5985         (nnimap-update-unseen, nnimap-request-list)
5986         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5987         (nnimap-request-set-mark, nnimap-split-to-groups)
5988         (nnimap-split-articles, nnimap-request-newgroups)
5989         (nnimap-request-create-group, nnimap-request-accept-article)
5990         (nnimap-request-delete-group, nnimap-request-rename-group)
5991         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5992         `encoded-mbx' for consistency.
5993         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5994         variable `imap-current-mailbox'.
5995
5996         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5997         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5998
5999 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6000
6001         * pop3.el (pop3-display-message-size-flag): Display message size byte
6002         counts during POP3 download.
6003         (pop3-movemail): Use it.
6004         (pop3-list): Implement listing of available messages.
6005
6006 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6007
6008         * nnir.el (nnir-get-article-nov-override-function): New function to
6009         override the normal NOV retrieval.
6010         (nnir-retrieve-headers): Use it.
6011
6012 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6013
6014         * auth-source.el (netrc-machine-user-or-password): Autoload.
6015
6016 2010-03-19  Glenn Morris  <rgm@gnu.org>
6017
6018         Stop message.el from loading about 40 libraries it doesn't always need.
6019         The general approach is to autoload rather than require, and to
6020         require in the specific functions rather than the file.  (Bug#5642)
6021
6022         * gmm-utils.el: Don't require wid-edit.
6023         (widget-create-child-value, widget-convert, widget-default-get):
6024         Autoload.
6025
6026         * gnus-util.el: Don't require time-date, netrc.
6027         (message-fetch-field, gnus-group-name-decode): Declare rather than
6028         autoloading.
6029         (gnus-fetch-field): Require message.
6030         (gnus-decode-newsgroups): Require gnus-group.
6031
6032         * ietf-drums.el: Don't require time-date.
6033
6034         * message.el: Don't require hashcash, canlock, ecomplete.
6035         Do require mail-utils.  Require nnheader only when compiling.
6036         (smtpmail-default-smtp-server): Remove declaration.
6037         (message-send-mail-function): Check smtpmail-default-smtp-server
6038         is bound rather than requiring smtpmail.
6039         (message-auto-save-directory, message-insert-signature):
6040         Use expand-file-name rather than nnheader-concat.
6041         (nnheader-insert-file-contents): Autoload.
6042         (hashcash-wait-async): Declare.
6043         (message-send-mail): Only call gnus-setup-posting-charset if
6044         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6045         (message-send-mail-with-sendmail): Require sendmail.
6046         (canlock-password, canlock-password-for-verify): Declare.
6047         (message-canlock-password): Require canlock.
6048         (nnheader-get-report): Autoload.
6049         (gnus-setup-posting-charset): Declare.
6050         (message-send-news): Require gnus-msg.
6051         (message-make-references, message-make-in-reply-to): Use mail-header-id
6052         rather than the alias mail-header-message-id.
6053         (ecomplete-add-item, ecomplete-save): Declare.
6054         (message-put-addresses-in-ecomplete): Require ecomplete.
6055         (ecomplete-display-matches): Autoload.
6056
6057         * mm-decode.el: Don't require mailcap, gnus-util.
6058         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6059         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6060         Autoload.
6061         (mailcap-mime-extensions): Declare.
6062
6063         * mm-encode.el: Don't require mailcap.
6064         (mailcap-extension-to-mime): Autoload.
6065
6066         * mml-sec.el: Don't require password-cache.
6067
6068         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6069         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6070         (mml-minibuffer-read-type): Require mailcap.
6071         (mml-preview): Require gnus-msg.
6072
6073         * mml1991.el: Require password-cache.
6074         (password-cache-expiry): Remove declaration.
6075
6076         * mml2015.el: Require password-cache.
6077         (password-cache-expiry): Remove declaration.
6078
6079         * nneething.el (mailcap): Require mailcap.
6080
6081         * nnheader.el (declare-function): Add compatibility stub.
6082         (message-remove-header): Declare rather than autoload.
6083         (nnheader-replace-header): Require message.
6084
6085         * nnimap.el (declare-function): Add compatibility stub.
6086         (netrc-parse, netrc-machine-user-or-password): Declare.
6087         (nnimap-open-connection): Require netrc.
6088
6089         * nntp.el (declare-function): Add compatibility stub.
6090         (netrc-parse, netrc-machine, netrc-get): Declare.
6091         (nntp-send-authinfo): Require netrc.
6092
6093         * rfc2047.el: Don't require qp.
6094         (quoted-printable-encode-region, quoted-printable-decode-string):
6095         Autoload.
6096
6097         * sieve-mode.el: Don't require easymenu.
6098         (easy-menu-add-item): Autoload it.
6099
6100         * spam-stat.el (time-to-number-of-days): Autoload it.
6101
6102 2010-03-19  Glenn Morris  <rgm@gnu.org>
6103
6104         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6105
6106 2010-03-18  Glenn Morris  <rgm@gnu.org>
6107
6108         * hashcash.el (declare-function): Remove duplicate definition.
6109
6110 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6111
6112         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6113         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6114         value if any backslash escapes).
6115
6116 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6119         if it is available.  (bug#5647)
6120
6121         * lpath.el: Suppress compiler warning for coding-system-from-name for
6122         Emacs 21 and XEmacs.
6123
6124 2010-03-14  Juri Linkov  <juri@jurta.org>
6125
6126         * hmac-def.el:
6127         * hmac-md5.el:
6128         * netrc.el: Fix keywords.
6129
6130 2010-02-26  Glenn Morris  <rgm@gnu.org>
6131
6132         * message.el (message-send-mail-function): Change the default, so that
6133         it inherits from a customized send-mail-function.  (Bug#5643)
6134
6135 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6136
6137         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6138         shell-command-to-string signals an error (bug#5299).
6139
6140 2010-02-24  Glenn Morris  <rgm@gnu.org>
6141
6142         * message.el (message-smtpmail-send-it)
6143         (message-send-mail-with-mailclient): Doc fixes.
6144
6145 2010-02-16  Glenn Morris  <rgm@gnu.org>
6146
6147         * message.el (message-default-mail-headers): Change the default value
6148         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6149
6150 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6153         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6154
6155 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6156
6157         * time-date.el (date-to-time): Doc fix (Bug#5408).
6158
6159 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6160
6161         * message.el (message-mail): Just pass yank-action on to message-setup.
6162         (message-setup): Handle (FUN . ARGS) form of yank-action.
6163         (message-with-reply-buffer, message-widen-reply)
6164         (message-yank-original): Handle non-buffer values of
6165         message-reply-buffer (Bug#4080).
6166         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6167
6168 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6169
6170         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6171         Fix typo in docstring.
6172
6173 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6174
6175         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6176         response.
6177
6178 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6181
6182         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6183
6184         * message.el (message-check-news-header-syntax): Protect against a
6185         string that `rfc822-addresses' returns when parsing fails.
6186
6187 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6188
6189         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6190         (gnus-previous-char-property-change): New functions.
6191
6192         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6193
6194 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6195
6196         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6197         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6198
6199 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6200
6201         * message.el (message-exchange-point-and-mark): Rework last change to
6202         avoid using optional arg of exchange-point-and-mark, for backward
6203         compatibility.
6204
6205 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6206
6207         * message.el (message-exchange-point-and-mark):
6208         Call exchange-point-and-mark with an argument rather than setting
6209         mark-active by hand (Bug#5175).
6210
6211 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * nntp.el (nntp-service-to-port): Work for service expressed with
6214         numeric string; replace [:digit:] with [0-9] for XEmacs.
6215
6216 2009-12-17  Glenn Morris  <rgm@gnu.org>
6217
6218         * gnus-group.el (gnus-bug-group-download-format-alist):
6219         Change emacs entry to debbugs.gnu.org.  Bump :version.
6220
6221 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6222
6223         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6224
6225 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6226
6227         * message.el (message-info): Explain why we use `Info-goto-node'.
6228
6229 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6232
6233 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6234
6235         * message.el (message-completion-in-region): New compatibility function.
6236         (message-expand-group): Use it.
6237
6238 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6241         with no unread article should be listed if the 2nd arg `predicate' is
6242         given.
6243
6244 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6247
6248 2009-11-29  Juri Linkov  <juri@jurta.org>
6249
6250         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6251         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6252         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6253
6254 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6255
6256         * sha1.el (sha1-string-external): default-directory "/" in case
6257         otherwise non-existent.  process-connection-type pipe for touch of
6258         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6259
6260 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6261
6262         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6263         it's comms related and sgml-mode.el has "comm" on that basis too.
6264
6265 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6268         containing tspecial characters if they have been already quoted.
6269
6270 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6271
6272         * dns-mode.el (auto-mode-alist): Purecopy string.
6273
6274 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6275
6276         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6277
6278 2009-10-24  Glenn Morris  <rgm@gnu.org>
6279
6280         * gnus-art.el (help-xref-stack-item): Define for compiler.
6281
6282 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6283
6284         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6285
6286 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6289
6290 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6293         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6294
6295 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6298         (gnus-overlays-in): New alias to overlays-in.
6299
6300         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6301         gnus-overlay-get, and gnus-delete-overlay.
6302         (gnus-summary-show-thread): Make it work as well for systems in which
6303         next-single-char-property-change is not available.
6304         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6305
6306         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6307         (gnus-overlay-get): New alias to extent-property.
6308         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6309
6310         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6311         SXEmacs.
6312
6313         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6314         SXEmacs.
6315
6316 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6319
6320 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6321
6322         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6323         and XEmacs that don't have `remove-overlays'.
6324
6325 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6326
6327         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6328         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6329         selective display.  Use overlays instead.
6330
6331 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6332
6333         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6334
6335 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6336
6337         * spam-stat.el (spam-stat-load): Fix typo in message.
6338
6339 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6340
6341         * dig.el (dig-invoke): Fix typo in docstring.
6342         (query-dig): Reflow docstring.
6343
6344 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6345
6346         * gnus-art.el (gnus-article-encrypt-body):
6347         * message.el (message-check-recipients):
6348         * mm-util.el (mm-codepage-setup):
6349         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6350         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6351
6352 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6353
6354         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6355         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6356         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6357         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6358         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6359
6360 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6361
6362         * dig.el: Add "Keywords: comm", as per net-utils.el.
6363
6364 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6365
6366         * dig.el (dig-mode): Use define-derived-mode.
6367
6368 2009-09-19  Glenn Morris  <rgm@gnu.org>
6369
6370         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6371
6372 2009-09-18  Glenn Morris  <rgm@gnu.org>
6373
6374         * gnus-diary.el (gnus-diary-check-message):
6375         * message.el (message-insert-formatted-citation-line):
6376         * nnbabyl.el (top-level):
6377         * nndiary.el (nndiary-schedule):
6378         Fix typos in condition-case handlers.
6379
6380 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6383         configuration that provides the sole article window in a frame;
6384         position point correctly after deleting a part.
6385
6386 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6387
6388         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6389         (spam-resolve-registrations-routine): Use it to unregister articles
6390         that change status.
6391
6392 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6395         with XEmacs.
6396         (parse-time-string-chars): Use it.
6397
6398 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6399
6400         * imap.el (imap-interactive-login): Better messages.
6401         (imap-open): Fix bug with renamed buffer on reconnect.
6402         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6403         for easier debugging and cleaner code.  On successful (guessed based on
6404         server capabilities) secondary authentication, set imap-state
6405         correctly.
6406         (imap-last-authenticator): Define imap-last-authenticator as a variable
6407         to avoid warnings.
6408
6409 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6410
6411         * nnrss.el (nnrss-request-article): Remove binding of
6412         default-enable-multibyte-characters that has gotten needless by
6413         the 2007-07-13 change in rfc2047-encode-message-header.
6414
6415         * mml.el (mml-insert-multipart): Error on the message header.
6416         (mml-insert-part): Error on the message header; position point at
6417         the end of a MIME tag.
6418
6419 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * time-date.el (autoload): Expand define-obsolete-function-alias into
6422         defalias and make-obsolete for old Emacsen that Gnus supports.
6423         (with-no-warnings): Define it for old Emacsen.
6424         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6425         is available.
6426         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6427         float-time is available; suppress compile warning for time-to-seconds.
6428
6429         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6430         (gnus-float-time): Alias to float-time if it exists.
6431
6432         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6433         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6434         float-time is available; suppress compile warning for time-to-seconds.
6435
6436         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6437         XEmacs.
6438
6439 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6440
6441         * imap.el (imap-message-map): Docstring fix.
6442
6443 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6446         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6447         Add the optional argument `encoding' that overrides the default.
6448
6449         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6450         mm-encode-buffer.
6451
6452 2009-09-04  Glenn Morris  <rgm@gnu.org>
6453
6454         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6455         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6456         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6457         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6458         * mm-util.el (mm-with-unibyte-current-buffer)
6459         (mm-find-buffer-file-coding-system):
6460         * yenc.el (yenc-decode-region): Use default-value rather than
6461         default-enable-multibyte-characters.
6462
6463 2009-09-03  Glenn Morris  <rgm@gnu.org>
6464
6465         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6466         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6467         than default-enable-multibyte-characters.
6468
6469 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6470
6471         * gnus-art.el (gnus-article-read-summary-keys):
6472         Fix gnus-buffer-configuration's value temporarily used.
6473
6474 2009-09-02  Glenn Morris  <rgm@gnu.org>
6475
6476         * gnus-util.el (gnus-float-time): New function.
6477         * gnus-delay.el (gnus-delay-article):
6478         * gnus-sum.el (gnus-thread-latest-date):
6479         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6480         * nnspool.el (nnspool-request-newgroups):
6481         Use gnus-float-time rather than time-to-seconds.
6482         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6483
6484         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6485         (gnus-header-subject-face, gnus-header-newsgroups-face)
6486         (gnus-header-name-face, gnus-header-content-face):
6487         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6488         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6489         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6490         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6491         (gnus-cite-face-11):
6492         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6493         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6494         (gnus-server-closed-face, gnus-server-denied-face)
6495         (gnus-server-offline-face):
6496         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6497         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6498         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6499         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6500         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6501         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6502         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6503         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6504         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6505         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6506         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6507         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6508         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6509         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6510         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6511         (gnus-summary-high-undownloaded-face)
6512         (gnus-summary-low-undownloaded-face)
6513         (gnus-summary-normal-undownloaded-face)
6514         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6515         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6516         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6517         (gnus-splash-face):
6518         * message.el (message-header-to-face, message-header-cc-face)
6519         (message-header-subject-face, message-header-newsgroups-face)
6520         (message-header-other-face, message-header-name-face)
6521         (message-header-xheader-face, message-separator-face)
6522         (message-cited-text-face, message-mml-face):
6523         * sieve-mode.el (sieve-control-commands-face)
6524         (sieve-action-commands-face, sieve-test-commands-face)
6525         (sieve-tagged-arguments-face):
6526         * spam.el (spam-face):
6527         Mark face aliases with "-face" in the name as obsolete.
6528
6529 2009-09-01  Glenn Morris  <rgm@gnu.org>
6530
6531         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6532         than goto-line.
6533
6534 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6537         Don't move point if the command is invoked inside the message header.
6538
6539 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6540
6541         * imap.el (imap-send-command): Simplify.
6542         (imap-wait-for-tag): point-max -> buffer-size.
6543
6544 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6545
6546         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6547         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6548         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6549         * nnir.el (nnir-swish-e-index-file):
6550         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6551         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6552         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6553         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6554         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6555         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6556
6557 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6560         Don't save excursion.
6561
6562 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6563
6564         * nnheader.el (nnheader-find-file-noselect):
6565         * mm-util.el (mm-insert-file-contents):
6566         Use (default-value 'major-mode) instead of default-major-mode.
6567
6568 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6569
6570         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6571
6572 2009-08-26  Glenn Morris  <rgm@gnu.org>
6573
6574         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6575         than placing in files.el.
6576
6577 2009-08-25  Glenn Morris  <rgm@gnu.org>
6578
6579         * nnir.el (top-level): Don't require cl at run-time.
6580         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6581         Replace cl-function substitute with gnus-replace-in-string.
6582         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6583         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6584         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6585         simplified expansions.
6586
6587 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6588
6589         * dig.el (dig): Add autoload cookie.
6590
6591 2009-08-22  Glenn Morris  <rgm@gnu.org>
6592
6593         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6594         goto-line.
6595
6596 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6597
6598         * parse-time.el (parse-time-string-chars): Save match data.
6599
6600 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6601
6602         * parse-time.el (parse-time-string-chars): Compute using character
6603         classes, to handle non-ascii characters (Bug#3190).
6604
6605 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6608
6609         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6610         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6611         (gnus-mm-display-part, gnus-mime-display-single)
6612         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6613         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6614
6615         * gnus-sum.el
6616         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6617         (gnus-summary-move-article): Add expirable mark to articles copied or
6618         moved to group that has auto-expire turned on if the option is non-nil.
6619
6620 2009-07-24  Glenn Morris  <rgm@gnu.org>
6621
6622         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6623         Fix typo.  (Bug#3903)
6624
6625 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6628         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6629         that should not be used for draft articles.
6630         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6631         that has no concern in minor mode keys.
6632         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6633         Abolish.
6634
6635 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6638         article without making inquiry to a user for unknown encoding.
6639
6640         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6641         (nnmaildir--scan): Assume i-node and device number that file-attributes
6642         returns might be cons-cell.
6643
6644         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6645
6646         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6647
6648 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6649
6650         * auth-source.el: Remove docs now in auth.texi.  Don't use
6651         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6652         `auth-source-hide-passwords' and use them.
6653
6654 2009-07-15  Glenn Morris  <rgm@gnu.org>
6655
6656         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6657
6658 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6661         excessive whitespace from the default values of title and description.
6662
6663 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6666         mail-fetch-field to fetch Content-Description header in order to
6667         exclude newlines.
6668
6669 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6670
6671         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6672         format used by GnuPG 2.0.11.
6673
6674 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6677         to deleted part.
6678
6679 2009-05-30  David Engster  <dengste@eml.cc>
6680
6681         * nnmairix.el: Remove old documentation in the commentary block.
6682         (nnmairix-request-group): Do not update active file for nnml back ends.
6683         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6684         end so that overview files are ignored.
6685         (nnmairix-update-groups): Make updating the groups more robust by using
6686         marks.
6687         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6688         with dollar characters in message-id.
6689
6690 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6691
6692         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6693         2008-12-25 in dns.el.
6694
6695 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6696
6697         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6698         could happen if the text is only composed of spaces and/or tabs.
6699
6700 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6701
6702         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6703         when sending a queued message to avoid extra mml tags.
6704
6705 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6708
6709 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6712         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6713         rmail-toggle-header for XEmacs;
6714         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6715
6716 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * gnus-dired.el: Remove autoload for gnus-setup-message.
6719         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6720         displaying Gnus logo; always use compose-mail.
6721
6722 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6725
6726 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6729         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6730         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6731         available.
6732         (gnus-nocem-epg-verify): New function.
6733
6734 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6735
6736         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6737
6738 2009-02-15  Glenn Morris  <rgm@gnu.org>
6739
6740         * gnus-util.el (rmail-insert-rmail-file-header)
6741         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6742         autoloads.
6743         (rmail-default-rmail-file): Remove unnecessary declaration.
6744         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6745
6746 2009-02-14  Glenn Morris  <rgm@gnu.org>
6747
6748         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6749         variable (only used in gnus-util, which declares it anyway).
6750         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6751         which was only needed by gnus-art (changed to not use it any more).
6752         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6753         only used in gnus-util, which autoloads it itself.
6754         (rmail-update-summary): Fix autoload.
6755
6756         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6757         rather than rmail-output-to-rmail-file.
6758
6759 2009-02-07  Glenn Morris  <rgm@gnu.org>
6760
6761         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6762         autoload of function that no longer exists.
6763         (rmail-toggle-header): Declare.
6764         (message-forward-rmail-make-body): Handle mbox Rmail.
6765
6766 2009-01-31  Glenn Morris  <rgm@gnu.org>
6767
6768         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6769         2009-01-09 change.
6770
6771 2009-01-31  Dave Love  <fx@gnu.org>
6772
6773         * imap.el (imap-fetch-safe): Bind debug-on-error.
6774         (imap-debug): Add imap-fetch-safe.
6775
6776 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6777
6778         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6779         (auth-source-forget-all-cached): New convenience function.
6780         (auth-source-user-or-password): Accept list of modes or a single mode.
6781
6782         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6783         auth-source modes.
6784
6785         * netrc.el (netrc-machine-user-or-password): Use list of
6786         auth-source modes.
6787
6788         * nnimap.el (nnimap-open-connection): Use list of
6789         auth-source modes.
6790
6791         * nntp.el (nntp-send-authinfo): Use list of
6792         auth-source modes.
6793
6794 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6795
6796         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6797         now.
6798
6799 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6802         coding system in XEmacs; add a workaround for XEmacs.
6803
6804         * lpath.el: Fbind coding-system-aliasee.
6805
6806 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6809         of current-language-environment.
6810
6811 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6812
6813         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6814         available at runtime.
6815
6816 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6819
6820 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6821
6822         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6823         the greatest positive fixnum value doesn't work under an XEmacs with
6824         bignum support; use the most-positive-fixnum constant instead,
6825         available since Emacs 21.1 with cl and XEmacs 21.1.
6826
6827 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6830         XEmacs gets not to work.
6831
6832 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * mm-util.el (mm-coding-system-priorities): Allow the value like
6835         "Japanese (UTF-8)" of current-language-environment.
6836
6837 2009-01-09  Glenn Morris  <rgm@gnu.org>
6838
6839         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6840         with last-command-event.
6841
6842 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6845         in the doc string.
6846
6847         * message.el (message-fix-before-sending): Amend comment.
6848
6849 2009-01-08  Dave Love  <fx@gnu.org>
6850
6851         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6852
6853 2009-01-07  David Engster  <dengste@eml.cc>
6854
6855         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6856         simplified server definitions by converting it via
6857         gnus-server-to-method.
6858
6859 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6860
6861         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6862         parameter's operands.
6863
6864 2009-01-06  David Engster  <dengste@eml.cc>
6865
6866         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6867         primary select method (for gnus-group-mark-article-as-read).
6868
6869 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6870
6871         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6872         `(gnus)Face', not `(gnus)X-Face'.
6873
6874 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * mm-util.el (mm-ucs-to-char): New function.
6877
6878         * mm-url.el (mm-url-decode-entities): Use it.
6879
6880         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6881         unicode-to-char.
6882
6883 2009-01-05  Dave Love  <fx@gnu.org>
6884
6885         * time-date.el: Require cl for `declare'.
6886
6887 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6890         Dave Love.
6891
6892 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6893
6894         * message.el (message-fix-before-sending): Add `eight-bit' to
6895         illegible-text check.
6896
6897 2009-01-03  Michael Olson  <mwolson@gnu.org>
6898
6899         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6900         `headers' is nil.  This can occur if the IMAP server does not have
6901         permissions to read messages from a folder, but can write new messages
6902         to the folder.
6903         (nnimap-request-article-part): Do not insert `data' if it is nil.
6904
6905         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6906         characters which will confuse `read', so skip past them.
6907
6908 2009-01-01  Dave Love  <fx@gnu.org>
6909
6910         * imap.el (imap-string-to-integer): Fix typo.
6911         (imap-fetch-safe): New function.
6912         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6913
6914         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6915
6916         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6917         (imap-parse-greeting): Fix doc strings.
6918         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6919         (imap-parse-flag-list): Make messages unique.
6920         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6921
6922         * nnimap.el: Fix author email.
6923         (nnimap-split-rule): Add FIXME comment.
6924         (nnimap-debug): Fix doc string.
6925
6926 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6927
6928         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6929
6930 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6931
6932         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6933         nslookup if resolv.conf isn't available.
6934         (dns-query): Rename from query-dns.
6935         (dns-query-cached): Rename from query-dns-cached.
6936
6937 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6940         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6941         to check if those variables exist (first appeared in Emacs 18.50).
6942
6943 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * mm-util.el (mm-line-number-at-pos): New function.
6946
6947         * spam-report.el (spam-report-process-queue): Use it.
6948
6949 2008-12-24  David Engster  <dengste@eml.cc>
6950
6951         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6952         parameters that haven't existed as variables as buffer-local variables.
6953
6954 2008-12-23  Dave Love  <fx@gnu.org>
6955
6956         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6957         cadar.
6958
6959         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6960         imap-starttls-p.
6961         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6962
6963 2008-12-22  Dave Love  <fx@gnu.org>
6964
6965         * imap.el: Fix author email.  Doc fixes.
6966         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6967         reply.
6968
6969 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * spam-report.el (spam-report-gmane-max-requests): New constant.
6972         (spam-report-gmane-wait): New variable.
6973         (spam-report-gmane-ham, spam-report-gmane-spam)
6974         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6975         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6976         the server.
6977
6978         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6979         Add explanations.
6980
6981         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6982         nnheader-accept-process-output and nnheader-read-timeout if available.
6983         (pop3-movemail): Use it.
6984
6985         * message.el (message-check-news-body-syntax): Fix signature check if
6986         there's an attachment.
6987
6988 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6989
6990         * mm-util.el: Add comments to the mm- emulating functions.
6991
6992 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6993
6994         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6995         Reported by Stephen Berman <stephen.berman@gmx.net>.
6996
6997 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * mm-util.el (mm-substring-no-properties): New function.
7000         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7001         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7002         (mm-string-to-multibyte): Doc fix.
7003
7004         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7005
7006 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7007
7008         * mml.el (mml-attach-file): Strip text properties from file name.
7009         (Bug#1574)
7010
7011 2008-12-16  Glenn Morris  <rgm@gnu.org>
7012
7013         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7014
7015 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7018         knows since the charset specified might be a bogus alias that
7019         mm-charset-synonym-alist provides.
7020
7021 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7022
7023         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7024         "ISO_8859-1".
7025
7026         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7027
7028 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7029
7030         * mm-util.el (mm-charset-eval-alist):
7031         Define it before mm-charset-to-coding-system.
7032         (mm-charset-to-coding-system): Add optional argument `silent';
7033         define it before mm-charset-override-alist.
7034         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7035         default value if it can be used in Emacs currently running;
7036         silence mm-charset-to-coding-system.
7037
7038 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7041         `allow-override' which says whether to use `mm-charset-override-alist'.
7042         (rfc2047-decode-encoded-words): Use it.
7043
7044         * mm-util.el (mm-charset-override-alist): Fix custom type;
7045         add `(gb2312 . gbk)' to choices.
7046
7047 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7048
7049         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7050         fast.
7051
7052         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7053
7054         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7055
7056 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7057
7058         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7059         on links.
7060
7061         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7062
7063 2008-12-03  Lute Kamstra  <lute@gnu.org>
7064
7065         * sha1.el: Remove leading * from docstrings of defcustoms,
7066         deffaces, defconsts and defuns.
7067
7068 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7071         users' addresses that don't have domain parts.
7072         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7073         rather than message-narrow-to-head since there will be the message
7074         header separator.
7075
7076 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7077
7078         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7079         since the result is inserted in a unibyte buffer anyway.
7080         (nnimap-demule-use-string-to-multibyte): Remove.
7081         (nnimap-demule): Alias it to mm-string-to-multibyte.
7082
7083 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7084
7085         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7086         variable for debugging bug#464 and bug#1174.
7087         (nnimap-demule): Use it.
7088
7089 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7092         score calculation correctly.
7093
7094 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7095
7096         * message.el (message-send-mail): Just set the buffer to unibyte
7097         rather than use mm-with-unibyte-current-buffer which does a lot more.
7098         (message-send-mail-partially): Don't bother with
7099         mm-with-unibyte-current-buffer since it's already been made unibyte by
7100         message-send-mail.
7101
7102 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7103
7104         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7105
7106 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7107
7108         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7109
7110 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7111
7112         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7113         require itself and to remove `with-no-warnings'.
7114
7115 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7116
7117         * starttls.el (starttls-any-program-available): Get the name of the
7118         available TLS layer program.
7119         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7120         well as the host name in the "opening" message.
7121
7122         * auth-source.el (auth-source-cache, auth-source-do-cache)
7123         (auth-source-user-or-password): Cache passwords and logins by default,
7124         allow override with `auth-source-do-cache'.
7125         (auth-source-forget-user-or-password): Allow users to remove cache
7126         entries if needed.
7127
7128 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7129
7130         * md4.el (md4-buffer): Fix typo in docstring.
7131         (md4, md4-64): Doc fixes.
7132         (md4-pack-int32): Reflow docstring.
7133
7134 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7135
7136         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7137         condition-case to only the forward-sexp call.
7138
7139 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7140
7141         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7142         quotes contained.  Make it more robust regardless by an extra
7143         condition-case wrapper.
7144
7145 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7148
7149 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * nnml.el (nnml-request-expire-articles): Check if the function set to
7152         `nnmail-expiry-target' returns the symbol `delete'.
7153
7154         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7155
7156         * nnmail.el (nnmail-expiry-target): Fix custom type.
7157
7158 2008-10-02  Glenn Morris  <rgm@gnu.org>
7159
7160         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7161         Silence compiler warning.
7162
7163 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7164
7165         * tls.el (open-tls-stream): Show the actual command being
7166         executed, instead of the format string.
7167
7168 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * lpath.el: Fbind codepage-setup for Emacs 23.
7171
7172 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7173
7174         * mml.el (mml-menu): Don't assume mml2015 is bound.
7175
7176 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7179         exists.
7180
7181 2008-09-27  Glenn Morris  <rgm@gnu.org>
7182
7183         * gnus-util.el (mail-header-remove-comments): Autoload it.
7184
7185 2008-09-27  Andreas Schwab  <schwab@suse.de>
7186
7187         * gnus-util.el (gnus-split-references): Strip comments.
7188         (gnus-parent-id): Likewise.
7189
7190 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7191
7192         * message.el (message-confirm-send): Fix version.
7193
7194 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * message.el (message-idna-to-ascii-rhs-1): Use
7197         mail-extract-address-components rather than mail-header-parse-addresses
7198         that is an alias by default to ietf-drums-parse-addresses that does not
7199         support non-ASCII names in headers' contents.
7200
7201 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7202
7203         * message.el (message-confirm-send): Fix variable documentation to
7204         avoid the "y/n" wording.
7205
7206 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7207
7208         * message.el (message-set-auto-save-file-name): Save to a different
7209         filename so multiple messages (especially drafts) can be recovered.
7210
7211 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7212
7213         * message.el (message-confirm-send): Add appropriate version.
7214
7215 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7216
7217         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7218         defvar.
7219
7220 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7221
7222         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7223         (mm-pkcs7-enveloped-magic): Ditto.
7224
7225 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7226
7227         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7228         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7229
7230 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7231
7232         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7233         default, it's better.
7234
7235 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7236
7237         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7238         summary line gnus-number property and ignore them (with a warning
7239         message).
7240
7241 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7244         macro caddr in the interactive form since it won't be expanded.
7245
7246 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7249         `charset'; fix name of function called recursively.
7250         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7251
7252 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7255         (gnus-mime-set-charset-parameters): New function.
7256         (gnus-mime-view-part-as-charset): Use it to correctly display part
7257         specifying wrong charset.
7258
7259 2008-09-08  David Engster  <dengste@eml.cc>
7260
7261         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7262         in completing-read for back end server.
7263
7264 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7265
7266         * message.el (message-confirm-send): New variable to confirm sending a
7267         message.
7268         (message-send): Use it.
7269
7270 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7271
7272         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7273
7274 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7277
7278 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7279
7280         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7281         prevent tracking too many groups.
7282         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7283         Use it.
7284
7285 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7286
7287         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7288         moving point to the bottom of the window in order to avoid recentering.
7289
7290 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7293
7294         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7295         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7296         (gnus-article-beginning-of-window): Fix calculation.
7297
7298 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-msg.el (gnus-summary-supersede-article)
7301         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7302         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7303         message header.
7304
7305 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7306
7307         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7308         pending output coming after the status change.
7309
7310 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7311
7312         * message.el:
7313         * gnus-start.el:
7314         * gnus-registry.el: Remove VMS support.
7315
7316 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7319         macro.
7320         (rfc2104-hash): Use it.
7321
7322 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7325         (gnus-summary-sort-by-most-recent-date): New commands.
7326         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7327         and menu entries.
7328
7329 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7332         don't redisplay article for raw contents; remove plural articles stuff.
7333
7334         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7335         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7336         on gnus-summary-save-article; display results properly.
7337
7338 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * lpath.el: No need to fbind ns-focus-frame.
7341
7342 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7345
7346 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * gnus-art.el (gnus-summary-save-in-pipe):
7349         Consider gnus-save-all-headers.
7350
7351 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7352
7353         * gnus-util.el (ns-focus-frame): Remove declaration.
7354         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7355         like x.
7356
7357 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7358
7359         * rfc2104.el (rfc2104-zero): Delete defconst.
7360         (rfc2104-hex-alist): Likewise.
7361         (rfc2104-hex-to-int): Delete func.
7362         (rfc2104-hexstring-to-bitstring): Likewise.
7363         (rfc2104-nybbles): New defconst.
7364         (rfc2104-hash): Rewrite for speed.
7365
7366 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * tls.el (open-tls-stream): Make it work with the 2nd argument
7369         BUFFER that is a string but does not exist as a buffer object, as
7370         mentioned in the doc-string.
7371
7372 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7375         SXEmacs.
7376
7377 2008-07-16  Glenn Morris  <rgm@gnu.org>
7378
7379         * gnus-util.el (ns-focus-frame): Declare for compiler.
7380
7381 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7384         set as a group parameter.
7385         (gnus-summary-save-in-pipe): Work when it is called independently.
7386         (gnus-summary-pipe-to-muttprint): Don't modify
7387         gnus-summary-pipe-output-default-command.
7388
7389 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7390
7391         * message.el (message-send-mail-with-sendmail):
7392         Display the error message.
7393
7394 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7395
7396         * gnus-art.el (gnus-default-article-saver):
7397         Add gnus-summary-save-in-pipe to choices.
7398         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7399         gnus-summary-pipe-output-default-command as the default command.
7400         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7401         instead of gnus-last-shell-command.
7402
7403         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7404         New user option.
7405         (gnus-summary-muttprint-program): Mention the value will be changed.
7406         (gnus-summary-save-article): Force showing of all headers.
7407         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7408
7409 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7410
7411         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7412
7413 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7414
7415         * nnimap.el (nnimap-id):
7416         * sieve-manage.el (sieve-manage-open): Doc fixes.
7417
7418 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7419
7420         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7421         if available.
7422
7423 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7424
7425         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7426
7427         * nnkiboze.el (nnkiboze-generate-group):
7428         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7429
7430         * nnmairix.el: Require CL.
7431
7432 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7433
7434         * dgnushack.el: Autoload get-display-table and put-display-table for
7435         XEmacs 21.5.
7436
7437         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7438         21.4 and SXEmacs.
7439
7440 2008-06-15  David Engster  <dengste@eml.cc>
7441
7442         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7443
7444 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7445
7446         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7447         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7448         runtime choice under XEmacs.
7449
7450         * gnus-sum.el (gnus-summary-set-display-table):
7451         Use `gnus-put-display-table', `gnus-get-display-table',
7452         `gnus-set-display-table' for the display table, instead of `aset'.
7453
7454         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7455         Use `gnus-put-display-table', `gnus-get-display-table',
7456         `gnus-set-display-table' for the display table.
7457
7458 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7459
7460         * nnmairix.el: Add autoloads.
7461
7462 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7463
7464         * nnmairix.el (nnmairix-delete-recreate-group)
7465         (nnmairix-update-and-clear-marks): Fix error messages.
7466
7467 2008-06-14  David Engster  <dengste@eml.cc>
7468
7469         * nnmairix.el: Upgrade to version 0.6.
7470         (nnmairix-group-toggle-propmarks-this-group)
7471         (nnmairix-group-toggle-readmarks-this-group)
7472         (nnmairix-group-delete-recreate-this-group)
7473         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7474         (nnmairix-remove-tick-mark-original-article): New commands.
7475         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7476         (nnmairix-propagate-marks-to-nnmairix-groups)
7477         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7478         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7479         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7480         functions needed for marks propagation and manipulation of read marks.
7481         (nnmairix-update-groups): New function.
7482         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7483         (nnmairix-determine-original-group-from-registry)
7484         (nnmairix-determine-original-group-from-path)
7485         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7486         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7487         New helper functions.
7488         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7489         keystrokes for new commands.
7490         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7491         (nnmairix-request-group): Check allow-fast group parameter.
7492         (nnmairix-request-create-group): Set allow-fast group parameter if
7493         nnmairix-allowfast-default is set.
7494         (nnmairix-close-group): Propagate marks upon closing if needed.
7495         (nnmairix-group-toggle-threads-this-group): Use new.
7496         nnmairix-group-toggle-parameter helper function.
7497         (nnmairix-search): Better check for empty search result.
7498         (nnmairix-goto-original-article): Use new helper functions for
7499         determining original article.
7500         (nnmairix-show-original-article): Make sure message-id is in brackets.
7501         (nnmairix-call-mairix-binary): Change variable name.
7502         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7503         helper function.
7504         (nnmairix-widget-toggle-activate): Fix doc string.
7505
7506 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * nnir.el: Require edmacro when compiling with XEmacs.
7509         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7510         available in Emacs 21.
7511
7512 2008-06-11  Glenn Morris  <rgm@gnu.org>
7513
7514         * gnus-util.el (x-focus-frame):
7515         * gnus.el (image-size):
7516         * mm-decode.el (image-size): Declare.
7517
7518         * gnus-picon.el (declare-function): Add compat definition.
7519         (image-size): Declare.
7520
7521         * gnus-group.el (tool-bar-map):
7522         * gnus-sum.el (tool-bar-map): Define for compiler.
7523
7524         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7525
7526         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7527
7528         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7529         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7530         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7531         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7532         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7533         * sieve-manage.el, spam-report.el, spam.el:
7534         Remove unnecessary eval-and-compile of autoloads.
7535
7536 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7537
7538         * auth-source.el: Precise Tramp doc.
7539
7540 2008-06-07  Glenn Morris  <rgm@gnu.org>
7541
7542         * nnmairix.el: Remove unnecessary eval-when-compile.
7543
7544 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7545
7546         * lpath.el: Fbind propertize for XEmacs 21.4.
7547
7548 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * nnir.el: Move here from ../contrib.
7551
7552 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7553
7554         * gnus-util.el (gnus-read-shell-command): New function.
7555         * mm-decode.el (mm-pipe-part):
7556         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7557
7558 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7561
7562 2008-06-03  Glenn Morris  <rgm@gnu.org>
7563
7564         * pop3.el (nnheader-accept-process-output): Autoload it.
7565
7566 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7569         are not 2-digit hexadecimal characters that follow `%'s.
7570
7571 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7572
7573         * message.el (message-bogus-recipient-p): Fix type in doc string.
7574         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7575         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7576         Improve custom options.
7577         (message-bogus-recipient-p): Adjust accordingly.
7578
7579 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7580
7581         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7582         long-form month and day names.
7583
7584 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * dgnushack.el: Autoload debug, eudc-expand-inline and
7587         pgg-snarf-keys-region for XEmacs.
7588
7589         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7590
7591         * nnmairix.el: Require edmacro when compiling with XEmacs.
7592
7593 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7594
7595         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7596         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7597
7598 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7599
7600         * auth-source.el: Add more docs.
7601
7602         * netrc.el (netrc-machine): Always match if the port is not given.
7603
7604 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7605
7606         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7607         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7608         retrieval faster in some cases, but might make CPU usage larger.
7609         If this has any bad side effects, we might revert this change.
7610
7611         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7612         seems to make mail retrieval much, much faster.
7613         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7614         unconditionally.
7615
7616         * gnus-draft.el (gnus-group-send-queue):
7617         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7618
7619 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7620
7621         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7622
7623         * message.el (message-bogus-address-regexp): Fix and improve custom
7624         type.
7625         (message-setup-hook): Add message-check-recipients as custom option.
7626
7627 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7628
7629         * message.el (message-cite-function): Remove bogus autoload which crept
7630         in during merge from v5-10.
7631
7632 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7633
7634         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7635
7636         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7637
7638         * auth-source.el: Preliminary Tramp docs.
7639         (auth-sources): Change the default auth-sources to use
7640         EPA .gpg files.
7641
7642 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7643
7644         * nntp.el: Autoload `auth-source-user-or-password'.
7645         (nntp-send-authinfo): Use it.
7646
7647         * nnimap.el: Autoload `auth-source-user-or-password'.
7648         (nnimap-open-connection): Use it.
7649
7650         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7651         for the gnus-message function.
7652         (auth-source-user-or-password): Use it.
7653
7654 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7655
7656         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7657         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7658         (rfc2104-hash): Use it.
7659
7660 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7661
7662         * gnus-art.el (gnus-article-toggle-truncate-lines):
7663         Don't use `iff' in docstring.
7664
7665 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7666
7667         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7668
7669         * gnus-util.el (gnus-extract-address-component-name)
7670         (gnus-extract-address-component-email): Convenience functions around
7671         `gnus-extract-address-components'.
7672
7673         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7674         Use `gnus-extract-address-component-email' to fix bug of comparing full
7675         sender name to `user-mail-address'.
7676
7677 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7678
7679         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7680         catch/throw to optimize.
7681         (gnus-registry-find-keywords): Just use member to find a keyword.
7682
7683 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7684
7685         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7686         is current before calling gnus-server-prepare.
7687         (gnus-server-setup-buffer, gnus-server-update-server)
7688         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7689
7690 2008-05-04  Juri Linkov  <juri@jurta.org>
7691
7692         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7693         (mailcap-file-default-commands): Use mailcap-replace-in-string
7694         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7695         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7696
7697 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7698
7699         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7700
7701 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7702
7703         * gnus.el: Bump version to 0.11.
7704
7705 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7706
7707         * gnus.el: No Gnus v0.10 is released.
7708
7709 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7710
7711         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7712         hooks.
7713         (gnus-update-read-articles): Speed up non-marks-using users.
7714         (gnus-use-marks): Define gnus-use-marks.
7715         (gnus-propagate-marks): Rename variable to something more sensible.
7716
7717 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7718
7719         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7720         (gmm-image-load-path-for-library): Fix typos in docstrings.
7721         (gmm-message): Reflow docstring.
7722
7723 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7724
7725         * mail-source.el (mail-source-set-1, mail-source-bind):
7726         Move auth-source code out of the macro to clean it up and fix bugs.
7727
7728 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7729
7730         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7731         by sender if it's equal to user-mail-address, it's likely to be
7732         useless.
7733
7734         * mail-source.el (mail-source-bind): Don't use user or password if they
7735         are not bound.  Unintern them if they are nil.  Don't use server unless
7736         it's bound, and default it to empty string otherwise.
7737
7738 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7739
7740         * mail-source.el: Load auth-source.el.
7741         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7742         get user name or password, if auth-sources is set up.
7743
7744         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7745         strategy of splitting with parent.
7746         (gnus-registry-split-fancy-with-parent)
7747         (gnus-registry-post-process-groups): Use it and fix prior
7748         bug (returning a list as the split result).
7749
7750         * auth-source.el (auth-sources): Remove server parameter.
7751         (auth-source-pick, auth-source-user-or-password)
7752         (auth-source-user-or-password-imap)
7753         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7754         (auth-source-user-or-password-sftp)
7755         (auth-source-user-or-password-smtp): Remove server parameter.
7756
7757 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7758
7759         * smime.el (smime-sign-region, smime-encrypt-region)
7760         (smime-decrypt-region):
7761         Remove redundant calls to `generate-new-buffer-name'.
7762
7763 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7764
7765         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7766         Don't use QP for message/rfc822.
7767         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7768
7769 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7770
7771         * sieve-manage.el (sieve-string-bytes): Remove.
7772         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7773         correct byte-length only if the process's coding-system is the same as
7774         the one used internally by Emacs to represent strings.
7775
7776 2008-04-22  Juri Linkov  <juri@jurta.org>
7777
7778         * mailcap.el (mailcap-file-default-commands): New function.
7779
7780 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7781
7782         * message.el (message-signature-separator, message-cite-function):
7783         Change custom version.
7784
7785 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7786
7787         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7788         commands.
7789         (tls-checktrust): Ditto.
7790
7791 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7792
7793         * mm-decode.el (mm-display-external): Make temp file read-only.
7794
7795 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7796
7797         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7798         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7799         `C-c C-f d'.
7800
7801 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7802
7803         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7804
7805 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7806
7807         * gnus.el: Bump version to 0.9.
7808
7809 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7810
7811         * gnus.el: No Gnus v0.8 is released.
7812
7813 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7814
7815         * mail-source.el (mail-source-value):
7816         Prefer fboundp to functionp so it works with macros as well.
7817
7818 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7819
7820         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7821         Fix last change in case the element is not even a symbol.
7822
7823 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7824
7825         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7826         Prefer fboundp to functionp so it works with macros as well.
7827
7828 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7829
7830         * auth-source.el: Add docs.
7831         (auth-sources): Modify format to support server.
7832         (auth-source-pick, auth-source-user-or-password)
7833         (auth-source-user-or-password-imap)
7834         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7835         (auth-source-user-or-password-sftp)
7836         (auth-source-user-or-password-smtp): Add server parameter.
7837
7838 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7839
7840         * gnus-registry.el: Initialize the registry when gnus-registry-install
7841         is t.
7842
7843 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * compface.el (uncompface): Make buffer unibyte.
7846
7847 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7848
7849         * mail-source.el (mail-source-value):
7850         Prefer fboundp to functionp so it works with macros as well.
7851
7852 2008-04-05  Glenn Morris  <rgm@gnu.org>
7853
7854         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7855
7856 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7857
7858         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7859         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7860
7861         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7862         multibyteness after rather than before erasing it.
7863
7864         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7865         mm-with-multibyte.
7866         (gnus-request-article-this-buffer): Make sure the proper decoding is
7867         used if gnus-original-article-buffer happens to be unibyte.
7868
7869         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7870         default-enable-multibyte-characters.
7871
7872         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7873         default-enable-multibyte-characters.
7874
7875         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7876
7877         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7878
7879 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7880
7881         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7882         Fix last change in case the element is not even a symbol.
7883
7884 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7885
7886         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7887         (imap-message-copyuid-1): Use it.
7888         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7889         J. Williams in
7890         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7891
7892         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7893         imap-enable-exchange-bug-workaround.
7894         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7895
7896 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7897
7898         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7899         a 100 byte status-checks into a 2-3MB transfer for each group.
7900         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7901         to enable bug workaround or not.
7902         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7903
7904 2008-03-31  Glenn Morris  <rgm@gnu.org>
7905
7906         * message.el (mml2015-use): Declare for compiler.
7907         (message-info): Require mml2015 when appropriate.
7908
7909 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7912         whitespace.
7913
7914 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7915
7916         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7917         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7918         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7919         (nntp-service-to-port): New function.
7920         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7921         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7922         (nntp-open-netcat-stream): New function.
7923         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7924
7925 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7926
7927         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7928
7929 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7930
7931         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7932
7933 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7934
7935         * dns.el (dns-write): Use set-buffer-multibyte.
7936
7937 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7938
7939         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7940
7941 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7942
7943         * message.el (message-signature-separator): Change default.
7944         Improve custom type.
7945         (message-cite-function): Change default to
7946         message-cite-original-without-signature.
7947
7948         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7949         toggle.
7950
7951         * message.el (message-check-news-body-syntax): Fix signature check.
7952         (message-setup-1): Mark buffer as unmodified _after_ running
7953         message-setup-hook and handling message-alternative-emails.
7954         (message-shorten-references): Be more strict when building list of
7955         valid references to comply with GNKSA.
7956
7957         * gnus-group.el (gnus-read-ephemeral-bug-group)
7958         (gnus-read-ephemeral-debian-bug-group)
7959         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7960
7961         * message.el (message-info): Don't use booleanp which isn't supported
7962         in Emacs 21 and XEmacs.
7963
7964 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7967         gnus-group-gmane-group-download-format.
7968         (gnus-group-read-ephemeral-gmane-group): Rename from
7969         gnus-group-read-ephemeral-gmane-group.
7970         (gnus-read-ephemeral-gmane-group-url): Rename from
7971         gnus-group-read-ephemeral-gmane-group-url.
7972         (gnus-bug-group-download-format-alist): New variable.
7973         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7974         (gnus-read-ephemeral-emacs-bug-group): New commands.
7975
7976 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7977
7978         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7979         (gnus-visible-headers): Improve custom type.
7980
7981 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7982
7983         * mml.el (mml-menu): Add workarounds for XEmacs.
7984
7985         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7986         X-Boundary header.
7987
7988         * message.el (message-simplify-recipients): Fix previous commit.
7989
7990 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7991
7992         * mm-util.el (mm-set-buffer-multibyte): New function.
7993         * mm-decode.el (mm-copy-to-buffer): Use it.
7994
7995         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7996         Prefer fboundp to functionp so it works with macros as well.
7997
7998 2008-03-19  Glenn Morris  <rgm@gnu.org>
7999
8000         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8001         Accidentally removed in the sync process with Emacs.
8002
8003 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8004
8005         * message.el (message-alter-recipients-discard-bogus-full-name):
8006         New function.
8007         (message-alter-recipients-function): New variable.
8008         (message-get-reply-headers): Use it.
8009         (message-replace-header): New helper function.
8010         (message-recipients-without-full-name): New variable.
8011         (message-simplify-recipients): New command.
8012
8013         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8014
8015         * message.el (message-info): Handle EasyPG manual.
8016
8017         * mml.el (mml-menu): Add entry for EasyPG.
8018
8019 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8020
8021         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8022         parameter.
8023
8024         * message.el (message-disassociate-draft): Specify drafts group name
8025         fully.
8026
8027 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8028
8029         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8030         Eliminate unnecessary duplicates from the match list.
8031
8032 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8035
8036         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8037
8038         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8039         args of `how-many' of which the XEmacs version doesn't take; declare
8040         Info-index-next as function.
8041
8042 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * gnus-score.el (gnus-score-headers): Fix handling of
8045         gnus-inhibit-slow-scoring.
8046
8047         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8048         string.
8049         (gnus-button-url-regexp): Improve handling of parenthesis.
8050         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8051         (gnus-button-handle-info-keystrokes): Handle index entries.
8052
8053 2008-03-15  Glenn Morris  <rgm@gnu.org>
8054
8055         * parse-time.el (parse-time-string): Simplify.
8056
8057 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8060         Incoming* files.
8061
8062 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8063
8064         * auth-source.el (auth-sources): Rename from auth-source-choices.
8065         (auth-source-pick): Use it.
8066
8067 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8068
8069         * binhex.el (binhex-decode-region-internal):
8070         * uudecode.el (uudecode-decode-region-internal):
8071         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8072         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8073         setting default-enable-multibyte-characters.
8074
8075 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8076
8077         * auth-source.el (auth-source-protocols)
8078         (auth-source-protocols-customize, auth-source-choices): Add and
8079         modified variable customizations and defaults.
8080         (auth-source-pick, auth-source-user-or-password)
8081         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8082         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8083         (auth-source-user-or-password-sftp)
8084         (auth-source-user-or-password-smtp): Use new variables and provide an
8085         interface to netrc.el.
8086
8087 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8090         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8091         Make sure the nntp port to specify is a string.
8092
8093 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8094
8095         * nntp.el: Use with-current-buffer.
8096         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8097         dubious mm-with-unibyte-current-buffer.
8098         (nntp-with-open-group-function): New function extracted from
8099         nntp-with-open-group macro.
8100         (nntp-with-open-group): Use the function, so it's easier to debug.
8101         Add indentation and debugging info.
8102         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8103         Recommend the use of the netcat alternatives.
8104
8105         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8106         Avoid mm-string-as-multibyte as well.
8107
8108         * nnweb.el (nnweb-insert-html):
8109         Remove use of nnheader-string-as-multibyte.
8110
8111         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8112         (nnheader-string-as-multibyte): Remove.
8113
8114         * mm-view.el: Use inhibit-read-only.
8115         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8116         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8117         or unibyte-string.
8118
8119         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8120         (mm-uu-yenc-extract): Use with-current-buffer.
8121
8122         * gnus-soup.el (gnus-soup-send-packet): Don't use
8123         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8124
8125         * nnmh.el: Use with-current-buffer.
8126         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8127         mm-string-as-multibyte on the output of mm-encode-coding-string.
8128
8129         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8130         (nnimap-request-move-article): Use with-current-buffer.
8131
8132         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8133         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8134         conversion uses string-make-unibyte rather than string-as-unibyte.
8135
8136         * gnus-msg.el: Use with-current-buffer.
8137
8138         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8139
8140 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8141
8142         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8143         string for caching if it is 'PIN.
8144
8145 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * lpath.el: Consider the case without Emacs/W3.
8148
8149 2008-03-08  Glenn Morris  <rgm@gnu.org>
8150
8151         * time-date.el (date-to-time, time-subtract, time-add)
8152         (safe-date-to-time): Doc fixes.
8153
8154 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8155
8156         * mail-source.el (mail-source-delete-old-incoming-confirm):
8157         Change default to nil.
8158         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8159
8160 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * lpath.el: Rearrange.
8163
8164         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8165         (gnus-article-goto-prev-page): Work for articles having ^L's.
8166
8167         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8168
8169         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8170
8171 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8172
8173         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8174         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8175         (gnus-bookmark-jump): Adjust some variable names.
8176
8177 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8178
8179         * auth-source.el: New package.
8180         (auth-source-choices): Add customization entry point variable.
8181
8182         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8183         bug.
8184
8185 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8186
8187         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8188         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8189         (gnus-registry-install-shortcuts): Rename from
8190         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8191         the `gnus-registry-mark-map' keymap dynamically from
8192         `gnus-registry-marks'.  The generated functions update the summary line
8193         when a registry mark is added or deleted, and will call
8194         `gnus-registry-install-p' (see the comments in the code).
8195         (gnus-registry-user-format-function-M): Use concat intelligently.
8196
8197         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8198         the registry mark functions.
8199
8200 2008-03-05  Glenn Morris  <rgm@gnu.org>
8201
8202         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8203         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8204         gnus-art.
8205         (top-level): No need to load own source when compiling.
8206
8207 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8208
8209         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8210         Suggested by <chris.anderton@zetnet.co.uk>.
8211
8212 2008-03-04  Glenn Morris  <rgm@gnu.org>
8213
8214         * gnus-sum.el (top-level): No need to require gnus when compiling,
8215         since unconditionally required near start of file.
8216         (gnus-summary-display-while-building): Move definition before use.
8217
8218 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8219
8220         * gnus-registry.el (gnus-registry-user-format-function-M):
8221         Add formatting function.
8222
8223 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8224
8225         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8226         with plists.
8227         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8228         Use new format.
8229
8230 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8233         `where-is-internal' that returns a range of key sequences.
8234
8235 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8236
8237         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8238
8239         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8240         (gnus-summary-jump-to-group): Consider windows on other displayed
8241         frames as well.  Similar changes might be needed elsewhere, but that's
8242         the one I've bumped into during my use.
8243
8244         * nndoc.el (nndoc-oe-dbx-type-p):
8245         * gnus-msg.el (gnus-debug):
8246         * gnus-group.el (gnus-update-group-mark-positions):
8247         Use mm-string-to-multibyte.
8248
8249 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8250
8251         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8252         doesn't handle NotDashEscaped.
8253
8254         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8255         (mml-dnd-attach-options): Fix typo in custom choice.
8256
8257         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8258         Change nndoc-article-type to mbox.
8259         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8260
8261         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8262         to nil, instead of html2text.
8263
8264         * imap.el (imap-debug): Add `imap-ping-server'.
8265
8266         * gnus-bookmark.el: Add FIXMEs.
8267
8268         * message.el (message-form-letter-separator)
8269         (message-send-form-letter-delay): New variables.
8270         (message-send-form-letter): Use them.  New command to send form
8271         letters.  Requested by Uwe Siart.
8272         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8273
8274 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8275
8276         * Update copyright years.
8277
8278 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8279
8280         Sync from EMACS_22_BASE.
8281
8282         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8283
8284 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8285
8286         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8287         empty author.
8288
8289 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8290
8291         * gnus-registry.el (gnus-registry-marks): Add variable for
8292         customization of marks and their appearance.
8293         (gnus-registry-read-mark): Use it.
8294         (gnus-registry-do-marks): Add utility function to loop through
8295         `gnus-registry-marks'.
8296         (gnus-registry-install-shortcuts-and-menus): Add function to install
8297         shortcuts and menus.
8298         (gnus-registry-initialize): Use it.
8299         (gnus-registry-default-mark): Clarify documentation.
8300
8301 2008-02-29  Glenn Morris  <rgm@gnu.org>
8302
8303         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8304         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8305         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8306         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8307         Change defcustom :version from 23.0 to 23.1.
8308
8309 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8310
8311         * gnus-registry.el (gnus-registry-follow-group-p)
8312         (gnus-registry-post-process-groups): Add functions to aid registry
8313         splitting and improve logging.  Clarify behavior in function
8314         documentation.
8315         (gnus-registry-split-fancy-with-parent): Use them.
8316
8317 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8318
8319         * gnus-art.el: Use with-current-buffer.
8320
8321 2008-02-27  David Engster  <dengste@eml.cc>
8322
8323         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8324         Express real group name in the response.
8325
8326 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8329         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8330         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8331         autoload gnus-registry-fetch-group when compiling.
8332         (nnmairix-request-group-with-article-number-correction):
8333         Remove unreferenced argument passed to nnmairix-call-backend.
8334
8335 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8336
8337         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8338         (mm-uu-extract): Improve face for low color ttys.
8339         Reported by Sascha Wilde.
8340
8341 2008-02-27  Glenn Morris  <rgm@gnu.org>
8342
8343         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8344         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8345         variables to defconsts.  Convert comments to doc-strings.
8346         (nnmairix-last-server, nnmairix-current-server): Convert from free
8347         variables to defvars.  Convert comments to doc-strings.
8348         (gnus-registry-fetch-group): Autoload.
8349         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8350         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8351         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8352         caddr.
8353         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8354         nnmairix-request-group-with-article-number-correction call.
8355         (nnmairix-fast, nnmairix-group): New, less general names, for free
8356         variables passed from nnmairix-request-group to
8357         nnmairix-request-group-with-article-number-correction.  Declare.
8358         (nnmairix-request-group-with-article-number-correction):
8359         Use nnmairix-fast, nnmairix-group rather than fast, group.
8360
8361 2008-02-26  David Engster  <dengste@eml.cc>
8362
8363         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8364         version 0.5.
8365
8366 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8367
8368         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8369         instead of making an extra function call.  Don't add the current group
8370         to articles only when they have the group.  Use
8371         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8372         Reported by David <de_bb@arcor.de>.
8373
8374 2008-02-24  Miles Bader  <miles@gnu.org>
8375
8376         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8377         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8378         (mm-find-mime-charset-region):
8379         * mm-bodies.el (mm-encode-body):
8380         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8381
8382 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8385         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8386
8387 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8388
8389         * mail-source.el (mail-source-delete-incoming): Change default.
8390         Supplement doc string.
8391
8392         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8393
8394 2008-02-14  Glenn Morris  <rgm@gnu.org>
8395
8396         * time-date.el (format-seconds): New function.
8397
8398 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * nnmail.el (nnmail-message-id-cache-file): Derive from
8401         `gnus-home-directory'.
8402
8403 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8406         Document negative prefix.
8407
8408         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8409
8410 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8411
8412         * message.el (message-unsent-separator): Add the Exim bounce
8413         separator.
8414
8415 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8416
8417         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8418         list.
8419         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8420         recipient/signer list.
8421
8422 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * Makefile.in (datarootdir): Define.
8425         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8426         name that might contain whitespace.
8427
8428 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8429
8430         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8431         fbound (Emacs 23 unicode), signal an error.
8432
8433 2008-02-08  Glenn Morris  <rgm@gnu.org>
8434
8435         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8436
8437 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8438
8439         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8440         ports to the calls to `netrc-machine-user-or-password' in addition to
8441         "imap" and "imaps".
8442
8443 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8444
8445         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8446
8447         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8448
8449 2008-02-01  Kenichi Handa  <handa@m17n.org>
8450
8451         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8452         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8453         (rfc2104-hash): Convert the result of concat to unibyte string.
8454
8455 2008-02-01  Dave Love  <fx@gnu.org>
8456
8457         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8458         coding-system-for-read.
8459         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8460
8461 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8464         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8465         <hanche@math.ntnu.no>.
8466
8467 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8470
8471         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8472
8473 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8474
8475         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8476         * message.el (message-beginning-of-line): Use featurep instead of bound
8477         tests in order to resolve conditionals at compile time.
8478
8479 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8480
8481         * mail-source.el (mail-sources): Add `group' choice.
8482
8483         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8484         parameter `in-group' to control into which group the articles go.
8485         Add treatment of `group' mail-source.
8486
8487 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8490
8491         * mm-decode.el (mm-dissect-buffer): Decode description.
8492
8493         * mml.el (mml-to-mime): Encode message header first.
8494
8495 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8498         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8499
8500         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8501         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8502
8503 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8504
8505         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8506
8507 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8510         prefix keys.
8511         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8512         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8513         gnus-xmas.el.
8514
8515         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8516         (gnus-xmas-article-describe-bindings): New function.
8517         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8518         gnus-xmas-article-describe-bindings.
8519
8520         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8521
8522 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8523
8524         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8525         Add new variables for article mark management.
8526         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8527         list of extra data entries which, when present, will indicate that the
8528         article ID should not be trimmed from the registry.
8529         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8530         functions.
8531         (gnus-registry-read-mark): New function to read a mark name from the
8532         user.
8533         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8534         (gnus-registry-set-article-mark-internal): New functions to add and
8535         remove marks.
8536         (gnus-registry-get-article-marks): New function to show the marks for
8537         an article, or retrieve them for further use.
8538
8539 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8542         keys when no argument is given.
8543
8544 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8545
8546         * imap.el (imap-ping-server): New variable.
8547         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8548         (imap-ping-server): Minor doc string fixes.
8549
8550 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8551
8552         * imap.el (imap-ping-server): New function.
8553         (imap-opened): Call imap-ping-server.
8554
8555 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8556
8557         * gnus-sum.el (gnus-article-sort-by-random)
8558         (gnus-thread-sort-by-random): Fix doc strings.
8559         Reported by jidanni@jidanni.org.
8560
8561 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * gnus-art.el (gnus-article-describe-bindings): New function.
8564         (gnus-article-read-summary-keys): Use it.
8565         (gnus-article-mode-map): Bind `C-h b' to it.
8566
8567 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8568
8569         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8570         XEmacs.
8571         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8572         Protect against non-character events.
8573
8574         * lpath.el: Fbind map-keymap for Emacs 21.
8575
8576 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8577
8578         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8579         New command.
8580         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8581         instead of END.  Change name of the temp file.
8582         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8583         customizable.
8584
8585 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8588         bind `S W' to gnus-article-wide-reply-with-original; set default
8589         binding to gnus-article-read-summary-send-keys.
8590         (gnus-article-read-summary-keys): Fix the order of keys; display
8591         continuation keys correctly in the echo area; describe bindings
8592         correctly when keys end with `C-h'.
8593         (gnus-article-read-summary-send-keys): New function.
8594         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8595         Work for gnus-article-read-summary-send-keys; display continuation keys
8596         correctly in the echo area.
8597         (gnus-article-reply-with-original): Ignore prefix argument.
8598         (gnus-article-wide-reply-with-original): New function.
8599
8600         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8601         Emacs 21.
8602
8603 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8606         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8607
8608 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8611         (gnus-group-read-ephemeral-gmane-group): New command.
8612
8613 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8614
8615         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8616
8617 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8618
8619         * message.el (message-send-mail-function): Increase custom version.
8620
8621         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8622         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8623
8624 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8625
8626         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8627         for the cases where imap-authenticate is called with a nil buffer
8628         parameter.
8629
8630 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8633         html parts correctly; support forwarded messages.
8634         (gnus-article-browse-html-article): Remove work buffers.
8635
8636         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8637         compiling.
8638         (netrc-bound-and-true-p): New macro.
8639         (netrc-parse): Use it instead of bound-and-true-p that is not available
8640         in XEmacs 21.4.
8641
8642 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8643
8644         * gnus-registry.el (gnus-registry-mark-article)
8645         (gnus-registry-article-marks): Add functionality to mark articles
8646         through the Gnus registry.
8647
8648         * encrypt.el: Clarify documentation for the new pgg method.
8649         (encrypt-file-alist): Add PGG option.
8650         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8651         functionality.  Abstract password key and messaging to external
8652         functions.
8653         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8654         (encrypt-message-method-and-cipher): Add new convenience external
8655         functions.
8656         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8657         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8658
8659         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8660         (netrc-parse): Use encrypt-file-alist to determine if
8661         encrypt-find-model or encrypt-insert-file-contents should be used.
8662
8663         * encrypt.el: Clarify documentation.  Load password-cache or
8664         password, whichever one is found first, instead of autoloading.
8665
8666 2007-12-19  Glenn Morris  <rgm@gnu.org>
8667
8668         * mml.el (message-options-set, message-narrow-to-head)
8669         (message-in-body-p, message-mail-p, message-encode-message-body):
8670         Autoload.
8671         (message-remove-header, message-narrow-to-headers-or-head)
8672         (message-subscribed-p, message-make-mail-followup-to)
8673         (message-position-on-field, message-news-p)
8674         (message-options-set-recipient, message-generate-headers)
8675         (message-sort-headers): Declare as functions.
8676
8677 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8678
8679         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8680         convention in doc string.
8681
8682 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8685         title to html parts.
8686         (gnus-article-browse-html-article): Pass message header to it.
8687
8688         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8689
8690 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8691
8692         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8693         or password compatible with XEmacs.
8694
8695 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8696
8697         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8698         format document.
8699         (gnus-mime-delete-part): Don't write description line if empty.
8700         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8701
8702 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8703
8704         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8705         (gnus-summary-mark-read-and-unread-as-read)
8706         (gnus-summary-mark-current-read-and-unread-as-read)
8707         (gnus-summary-mark-unread-as-ticked): Doc fix.
8708         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8709
8710 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8711
8712         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8713         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8714
8715 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8716
8717         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8718         yes-or-no-p.
8719
8720 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * mm-decode.el (mm-add-meta-html-tag): New function.
8723         (mm-save-part-to-file, mm-pipe-part): Use it.
8724
8725         * gnus-art.el (gnus-article-browse-delete-temp-files):
8726         Use gnus-y-or-n-p instead of y-or-n-p.
8727         (gnus-article-browse-html-parts): Work with message/external-body; use
8728         mm-add-meta-html-tag.
8729
8730 2007-12-11  Glenn Morris  <rgm@gnu.org>
8731
8732         * gnus-cache.el: Require gnus-sum not just when compiling.
8733
8734         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8735
8736         * gnus-int.el (gnus-server-opened, gnus-status-message):
8737         Move definitions before use.
8738
8739         * mm-decode.el: Require gnus-util.
8740         (mm-remove-part): Only call delete-annotation on XEmacs.
8741
8742         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8743
8744         * nnmail.el: Require gnus-int.
8745
8746         * spam.el: Move `require's before `eval-when-compile's.
8747
8748         * gnus-ems.el (gnus-alive-p):
8749         * gnus-fun.el (message-goto-eoh):
8750         * gnus-util.el (gnus-group-name-decode):
8751         * mail-source.el (gnus-compress-sequence):
8752         * message.el (Info-goto-node, format-spec):
8753         * mm-bodies.el (message-options-get):
8754         * mm-decode.el (mm-view-pkcs7):
8755         * mm-util.el (gmm-write-region):
8756         * mml-smime.el (mml-compute-boundary)
8757         (gnus-completing-read-with-default):
8758         * mml.el (widget-button-press, gnus-make-hashtable):
8759         * mml1991.el (mm-decode-content-transfer-encoding)
8760         (mm-encode-content-transfer-encoding)
8761         (message-options-get, message-options-set):
8762         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8763         * nnfolder.el (gnus-request-group):
8764         * nnheader.el (ietf-drums-unfold-fws):
8765         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8766         * smime.el (gnus-run-mode-hooks):
8767         * spam-stat.el (gnus-message): Autoload.
8768
8769         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8770         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8771         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8772         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8773         Add declare-function compatibility definition.
8774
8775         * gnus-cache.el (nnvirtual-find-group-art):
8776         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8777         (gnus-add-image, gnus-add-wash-type):
8778         * gnus-group.el (nnkiboze-score-file):
8779         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8780         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8781         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8782         (message-tokenize-header, gnus-get-buffer-create)
8783         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8784         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8785         * gnus.el (gnus-group-decoded-name):
8786         * mail-source.el (imap-capability):
8787         * mm-bodies.el (message-options-set):
8788         * mm-decode.el (gnus-configure-windows):
8789         * mm-extern.el (message-goto-body):
8790         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8791         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8792         (epg-sub-key-validity, message-options-set):
8793         * mml.el (widget-event-point, gnus-configure-windows):
8794         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8795         * mml2015.el (epg-check-configuration, epg-configuration)
8796         (message-options-set):
8797         * nndb.el (nndb-request-article):
8798         * nnfolder.el (gnus-request-create-group):
8799         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8800         * nnmaildir.el (gnus-group-mark-article-read):
8801         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8802         * rfc1843.el (message-fetch-field):
8803         * spam.el (gnus-extract-address-components):
8804         Declare as functions.
8805
8806 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8809
8810         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8811
8812         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8813         bind show-trailing-whitespace for XEmacs.
8814
8815 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8818         new no-op macro for backward compatibility.
8819
8820         * imap.el (imap-string-to-integer): New function.
8821
8822 2007-12-09  Glenn Morris  <rgm@gnu.org>
8823
8824         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8825
8826         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8827         * message.el, mm-view.el, sieve-manage.el, smime.el:
8828         Add declare-function compatibility definition.
8829
8830         * gnus-art.el (w3-region, w3m-region, Info-menu):
8831         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8832         * gnus-sum.el (gnus-get-predicate):
8833         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8834         * message.el (mail-abbrev-in-expansion-header-p):
8835         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8836         (w3m-detect-meta-charset, w3m-region):
8837         * sieve-manage.el (password-read, password-cache-add)
8838         (password-cache-remove):
8839         * smime.el (password-read-and-add): Declare as functions.
8840
8841 2007-12-08  David Kastrup  <dak@gnu.org>
8842
8843         * gnus-sum.el (gnus-summary-simplify-subject-query):
8844         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8845         `message'.
8846
8847 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8850         it to bind idna-program, installation-directory, defined-colors, and
8851         face-attribute for XEmacs of the version that compiles defcustom forms.
8852
8853 2007-12-07  Glenn Morris  <rgm@gnu.org>
8854
8855         * gnus-art.el (article-make-date-line): Revert previous change.
8856
8857 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8858
8859         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8860
8861 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8862
8863         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8864         Call gnus-add-to-range ranges only once with a prepared article-list.
8865
8866 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8867
8868         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8869         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8870         group names with backslashes.
8871         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8872
8873 2007-12-06  Deepak Goel  <deego3@gmail.com>
8874
8875         * gnus-art.el (article-make-date-line):
8876         * gnus-start.el (gnus-load):
8877         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8878
8879 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * gnus-art.el (gnus-use-idna)
8882         * gnus-start.el (gnus-site-init-file)
8883         * message.el (message-use-idna)
8884         * mm-uu.el (mm-uu-hide-markers)
8885         * smiley.el (smiley-style): Revert changes that suppress warnings.
8886
8887 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8890         specify charset to html source.
8891         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8892
8893 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8896         idna-program in order to suppress byte compile warning issued by XEmacs
8897         that came to byte compile the default value section of defcustom forms
8898         recently.
8899
8900         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8901         value of installation-directory.
8902
8903         * message.el (message-use-idna): Don't directly refer to the value of
8904         idna-program.
8905
8906         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8907
8908         * smiley.el (smiley-style): Don't directly call face-attribute.
8909
8910 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8911
8912         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8913
8914         * gnus-dired.el: Reduce Gnus dependencies.
8915         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8916         Don't require.  Use autoloads instead.
8917         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8918         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8919         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8920         (gnus-dired-mode): Adjust doc string.
8921         (gnus-dired-mail-mode): New variable.
8922         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8923         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8924         (gnus-dired-mail-buffers): New function.  Return mail or message
8925         composition buffers.
8926         (gnus-dired-attach): Use it.
8927         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8928         NO-DECODE.
8929         (gnus-dired-print): Use `gnus-print-buffer' depending on
8930         `gnus-dired-mail-mode'.
8931
8932 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * rfc2047.el (rfc2047-encoded-word-regexp)
8935         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8936         explaining what regexp patterns are for.
8937
8938 2007-12-04  Glenn Morris  <rgm@gnu.org>
8939
8940         * password.el: Move to password-cache.el.
8941
8942         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8943         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8944         * mml-smime.el (password-read, password-cache-add)
8945         (password-cache-remove):
8946         No need to autoload, since mml-sec requires password.
8947
8948         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8949         * message.el (gnus-extract-address-components):
8950         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8951
8952         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8953         password.
8954
8955 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8956
8957         * mailcap.el: Reduce dependencies.
8958         (mail-header-parse-content-type): Autoload.
8959         (mailcap-delete-duplicates): New alias.
8960         (mailcap-mime-info): Add optional argument NO-DECODE.
8961         (mailcap-mime-types): Use mailcap-delete-duplicates.
8962
8963         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8964
8965 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8966
8967         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8968         (imap-parse-status): Upcase status-att for servers that sends them
8969         lower-case (e.g., MS Exchange 2007).
8970
8971 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8972
8973         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8974         function.
8975
8976         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8977         (gnus-uu-yenc-article): New function.
8978
8979         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8980
8981         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8982
8983 2007-12-02  Glenn Morris  <rgm@gnu.org>
8984
8985         * binhex.el (binhex): New custom group.
8986         (binhex-decoder-program, binhex-decoder-switches)
8987         (binhex-use-external): Move to the binhex custom group.
8988
8989         * uudecode.el (uudecode): New custom group.
8990         (uudecode-decoder-program, uudecode-decoder-switches)
8991         (uudecode-use-external): Move to the uudecode custom group.
8992
8993         * netrc.el (top-level): Don't load `encrypt' features.
8994         (netrc-parse): Don't use encrypt.
8995         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8996
8997         * encrypt.el: Remove file.
8998
8999 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9000
9001         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9002         matches on patches.
9003
9004         * gnus-art.el (gnus-article-browse-html-article):
9005         Mention `mm-text-html-renderer' in the doc string.
9006
9007         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9008         string.  Add comments.
9009
9010         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9011         if rhs is ASCII.
9012
9013 2007-12-01  Glenn Morris  <rgm@gnu.org>
9014
9015         * mail-source.el (top-level): Require format-spec before
9016         eval-when-compile.
9017
9018 2007-11-30  Glenn Morris  <rgm@gnu.org>
9019
9020         * encrypt.el: Require password, rather than autoloading password-read.
9021
9022 2007-11-29  Glenn Morris  <rgm@gnu.org>
9023
9024         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9025         (sasl-make-client, sasl-next-step, sasl-step-data)
9026         (sasl-step-set-data): Declare as functions.
9027
9028 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9029
9030         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9031
9032 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9033
9034         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9035         certs should be verified and what is to be done in the event of a
9036         verification failure.
9037
9038         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9039         caller can indicate whether the cache should be disregarded for this
9040         call.  This way the result of the call is reproducible at all times and
9041         can be considered a canonical server name for the supplied method.
9042         (gnus-agent-method-p): Canonicalize server names by pushing their
9043         method through `gnus-method-to-server' using the no-cache argument.
9044
9045         * gnus-srvr.el (gnus-server-insert-server-line):
9046         Call `gnus-method-to-server' with `no-cache' argument.
9047
9048         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9049         gnus-agent-possibly-synchronize-flags as this should be called when the
9050         server is actually being opened.
9051         (gnus-agent-possibly-synchronize-flags)
9052         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9053         flags file of an agentized server to the latter function.
9054
9055         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9056         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9057         after a connection has been established successfully.
9058
9059 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * gnus-art.el (article-display-face): Force to display face if called
9062         interactively; check if gnus-article-x-face-too-ugly matches author.
9063         (article-display-x-face): Display face even if From header is missing
9064         as article-display-face does.
9065
9066 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9067
9068         * hashcash.el (message-narrow-to-headers-or-head)
9069         (message-fetch-field, message-goto-eoh)
9070         (message-narrow-to-headers): Declare as functions.
9071
9072 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9073
9074         * mail-source.el (mail-sources): Default to fetch from file for
9075         compatibility with default of nnmail-spool-file.
9076
9077 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9080         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9081         to look for encoded word that should be encoded again.
9082         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9083         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9084         encoding pattern.
9085         (rfc2047-decode-region): Switch strict regexp and loose one according
9086         to rfc2047-allow-irregular-q-encoded-words.
9087
9088 2007-11-25  Romain Francoise  <romain@orebokech.com>
9089
9090         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9091
9092 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9093
9094         * tls.el (tls-program): Provide more custom choices from
9095         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9096         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9097
9098 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9101         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9102
9103         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9104         `nnmail-spool-file'.
9105
9106         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9107         `nnmail-spool-file'.
9108
9109         * gnus-move.el (gnus-change-server): Ditto.
9110
9111         * gnus-kill.el (gnus-batch-score): Ditto.
9112
9113         * gnus-cache.el (gnus-jog-cache): Ditto.
9114
9115         * gnus-msg.el (gnus-summary-reply):
9116         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9117
9118 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9121         version.  Minor improvement to doc strings.
9122         (tls-program): Add comment.
9123
9124 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9125
9126         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9127         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9128         mismatch between the hostname provided in the certificate and the name
9129         of the host connnecting to.
9130         (open-tls-stream): Use them.  Check certificates against trusted root
9131         certificates.
9132
9133 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9134
9135         * gnus-cache.el (gnus-cache-generate-nov-databases):
9136         Use nnml-generate-nov-databases-directory instead of
9137         nnml-generate-nov-databases-1.
9138
9139 2007-11-24  Glenn Morris  <rgm@gnu.org>
9140
9141         * message.el (message-tool-bar-retro): Update for rename
9142         mail_send.xpm->mail-send.xpm.
9143
9144 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9145
9146         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9147         `smime-ldap-search' for Emacs 22 and up.
9148
9149 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9150
9151         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9152
9153         * message.el (message-send-mail-function): Fix error convention.
9154         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9155         (message-widen-reply, message-send-mail, message-talkative-question)
9156         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9157         (message-clone-locals, message-send-news): Use with-current-buffer.
9158         (message-insert-or-toggle-importance): Remove unused var `valid'.
9159         (message-make-references): Remove unused var `new-references'.
9160         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9161
9162 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9163
9164         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9165         (spam-split-symbolic-return-positive): Reflow docstring.
9166         (spam-backends, spam-summary-exit-behavior)
9167         (spam-mark-ham-unread-before-move-from-spam-group)
9168         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9169         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9170         (spam-clear-cache, spam-backend-check, spam-install-backend)
9171         (spam-install-statistical-backend, spam-list-of-processors)
9172         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9173         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9174         (spam-check-crm114, spam-initialize, spam-unload-hook):
9175         Fix typos in docstrings.
9176
9177 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9180         been checked if they have never been read and those group levels are
9181         higher than the one that a user specified.
9182
9183 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9186         foreign groups unless a group level is specified by a user.
9187         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9188
9189 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9190
9191         * message.el (message-send-mail-function): Require sendmail.
9192
9193 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9194
9195         * message.el (message-send-mail-function): Check for smtpmail too.
9196
9197         * utf7.el (utf7-encode, utf7-decode): Use coding system
9198         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9199
9200         * message.el (message-send-mail-function): New function.
9201         (message-send-mail-function): Set default using
9202         message-send-mail-function.  Adjust doc string.
9203         (message-send-mail-with-mailclient): New function.
9204
9205 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9206
9207         * smime.el (from):
9208         * rfc2047.el (message-posting-charset):
9209         * qp.el (mm-use-ultra-safe-encoding):
9210         * pop3.el (parse-time-months):
9211         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9212         * nnml.el (files):
9213         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9214         (jka-compr-compression-info-list, ange-ftp-path-format)
9215         (efs-path-regexp):
9216         * nndiary.el (files):
9217         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9218         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9219         (epg-digest-algorithm-alist, inhibit-redisplay)
9220         (password-cache-expiry):
9221         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9222         (pgg-output-buffer, password-cache-expiry):
9223         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9224         (efs-path-regexp):
9225         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9226         (inhibit-redisplay):
9227         * mm-uu.el (file-name, start-point, end-point, entry)
9228         (gnus-newsgroup-name, gnus-newsgroup-charset):
9229         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9230         (latin-unity-ucs-list):
9231         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9232         (mm-uu-binhex-decode-function):
9233         * message.el (gnus-message-group-art, gnus-list-identifiers)
9234         (rmail-enable-mime-composing, gnus-local-organization)
9235         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9236         (gnus-read-active-file, facemenu-add-face-function)
9237         (facemenu-remove-face-function, gnus-article-decoded-p)
9238         (tool-bar-mode):
9239         * mail-source.el (display-time-mail-function):
9240         * gnus-util.el (nnmail-pathname-coding-system)
9241         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9242         (gnus-original-article-buffer, gnus-user-agent)
9243         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9244         (xemacs-codename, sxemacs-codename, emacs-program-version):
9245         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9246         * gnus-start.el (gnus-agent-covered-methods)
9247         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9248         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9249         (gnus-newsgroup-headers, gnus-group-list-mode)
9250         (gnus-group-mark-positions, gnus-newsgroup-data)
9251         (gnus-newsgroup-unreads, nnoo-state-alist)
9252         (gnus-current-select-method, mail-sources)
9253         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9254         (nnmail-spool-file, gnus-cache-active-hashtb):
9255         * gnus-mh.el (mh-lib-progs):
9256         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9257         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9258         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9259         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9260         (gnus-group-buffer):
9261         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9262         (font-lock-set-defaults):
9263         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9264         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9265         (gnus-summary-post-menu, total-parts, type, condition, length):
9266         * gnus-agent.el (gnus-agent-read-agentview):
9267         * flow-fill.el (show-trailing-whitespace):
9268         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9269         eval-and-compile wrappers for byte compiler pacifiers.
9270
9271         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9272         (mm-display-inline-fontify): Check for featurep 'xemacs not
9273         extent-list.
9274
9275         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9276         itimer-list.
9277         (mm-create-image-xemacs): Only do something for XEmacs.
9278         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9279
9280         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9281
9282         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9283         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9284
9285 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9286
9287         * nnimap.el (nnimap-split-download-body):
9288         * gnus-demon.el (gnus-demon):
9289         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9290
9291 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9292
9293         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9294         New macros.
9295         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9296         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9297         copy data from unibyte buffer to multibyte current buffer.
9298         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9299         to copy data from unibyte current buffer to multibyte buffer.
9300         (nntp-make-process-buffer): Make process buffer unibyte.
9301
9302         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9303
9304 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9305
9306         * pop3.el (pop3-open-server): Accept and process data more robustly at
9307         connexion start to avoid spurious "POP SSL connexion failed" errors.
9308
9309 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9310
9311         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9312         read group names.
9313
9314 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9315
9316         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9317
9318 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9319
9320         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9321         (nnmail-save-active): Use a unibyte buffer when saving active file,
9322         which may contain non-ASCII group names.
9323
9324         * nnml.el (nnml-request-group): Decode group names in messages.
9325
9326 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * message.el (message-citation-line-function)
9329         (message-insert-formatted-citation-line): Fix spelling of
9330         `message-insert-formated-citation-line'.
9331
9332 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9333
9334         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9335
9336 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9337
9338         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9339         nnmail-pathname-coding-system.
9340
9341         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9342         that a user enters; decode group names in messages.
9343
9344         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9345
9346 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9347
9348         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9349
9350         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9351
9352         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9353         risky local variable.
9354
9355         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9356
9357 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9358
9359         * encrypt.el: Improve documentation to fix function name typo.
9360         Reported by Daiki Ueno <ueno@unixuser.org>.
9361
9362 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9365         even if the point is not in the last page of an article.
9366         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9367         back to the previous page.
9368
9369 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9372
9373 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9376
9377 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9378
9379         * message.el (message-check-news-body-syntax):
9380         Avoid mm-string-as-multibyte.
9381         (message-hide-headers): Don't assume (point-min)==1.
9382
9383 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * message.el (message-remove-blank-cited-lines): Fix if remove is
9386         given.
9387         (message-bogus-address-regexp): New variable.
9388         (message-bogus-recipient-p): New function.
9389         (message-check-recipients): New command.
9390         (message-syntax-checks): Add `bogus-recipient'.
9391         (message-fix-before-sending): Add `bogus-recipient'.
9392
9393         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9394         (gnus-treat-body-boundary): Don't test window-system.
9395
9396 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9397
9398         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9399
9400 2007-10-28  Miles Bader  <miles@gnu.org>
9401
9402         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9403         at compile-time too.
9404
9405 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9406
9407         * gnus-msg.el (gnus-message-setup-hook):
9408         Add `message-remove-blank-cited-lines' to options.
9409
9410 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9411
9412         * message.el (message-remove-blank-cited-lines): New function.
9413         Suggested by Karl Plästerer.
9414
9415 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9416
9417         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9418         mapc.
9419
9420         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9421         (top-level): Use mapc to set functions to be traced for debugging.
9422
9423         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9424         called for effect with while loop.
9425
9426         * message.el (message-talkative-question): Replace mapcar called for
9427         effect with mapc.
9428
9429         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9430         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9431         called for effect with dolist.
9432
9433         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9434
9435         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9436         gnus-extra-headers and nnmail-extra-headers.
9437
9438         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9439         called for effect with dolist.
9440         (top-level): Use mapc to set functions to be traced for debugging.
9441
9442         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9443         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9444         dolist.
9445
9446         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9447         Replace mapcar called for effect with mapc.
9448         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9449         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9450         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9451         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9452
9453         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9454         remove-if that's a cl function.
9455
9456         * webmail.el (webmail-debug): Replace mapcar called for effect with
9457         dolist.
9458
9459         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9460         with mapc.
9461
9462 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9463
9464         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9465         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9466         with while loop.
9467
9468         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9469         functions from article-* functions.
9470         (gnus-multi-decode-header): Replace mapcar called for effect with
9471         dolist.
9472
9473         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9474         (gnus-bookmark-show-details): Replace mapcar called for effect with
9475         while loop.
9476
9477         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9478         called for effect with while loop.
9479
9480         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9481         with dolist.
9482
9483         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9484         Replace mapcar called for effect with dolist.
9485
9486         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9487
9488         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9489         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9490         Replace mapcar called for effect with dolist.
9491         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9492         mapc.
9493
9494         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9495         Replace mapcar called for effect with dolist.
9496         (gnus-topic-list): Replace mapcar called for effect with mapc.
9497
9498         * gnus.el: Use mapc instead of mapcar to add autoloads.
9499
9500 2007-10-23  Richard Stallman  <rms@gnu.org>
9501
9502         * gnus-group.el (gnus-group-highlight): Mark as risky.
9503
9504 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * gnus.el (gnus-server-to-method): Return method found first in
9507         gnus-newsrc-alist.
9508
9509         * gnus-art.el (gnus-article-highlight-signature)
9510         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9511         button overlay without the front stickiness.
9512
9513 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9514
9515         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9516         overview buffer needed a catch to receive its throw.
9517         (gnus-agent-flush-cache): Declare as interactive to make this function
9518         easier to use.
9519
9520 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9521
9522         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9523         `next-line'.
9524
9525 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9528         exclude address matching message-dont-reply-to-names.
9529
9530 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * gnus-util.el (gnus-string<): New function.
9533
9534         * gnus-sum.el (gnus-article-sort-by-author)
9535         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9536
9537 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9540         the frame-focus tag is set in gnus-buffer-configuration.
9541
9542 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9545         the front stickiness.
9546
9547 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9550         url pattern; remove duplicate one.
9551         (gnus-article-extend-url-button): New function.
9552         (gnus-article-add-buttons): Use it.
9553         (gnus-button-push): Use concatenated url that it makes.
9554
9555 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9556
9557         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9558
9559 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9560
9561         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9562         Don't hardcode point-min==1.
9563
9564 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9565
9566         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9567         Fix comment about "iso8859-1".
9568
9569 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9570
9571         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9572         ones returned from the verify-function.
9573
9574         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9575         Call mml2015-extract-cleartext-signature if extraction failed.
9576
9577 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9578
9579         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9580         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9581         failed.
9582
9583 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9586
9587 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9590         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9591         recommends to use EasyPG instead of PGG.
9592
9593         * pgg.el: Revert to revision 6.23.2.16.
9594
9595         * pgg-def.el: Revert to revision 6.6.2.14.
9596
9597         * pgg-gpg.el: Revert to revision 6.23.2.34.
9598
9599 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9600
9601         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9602         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9603         thread for both the null and zero (kill/expire thread) universal prefix
9604         cases.
9605         (gnus-summary-expire-thread): Add new function to expire a thread,
9606         using gnus-summary-kill-thread.
9607         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9608         shortcuts for gnus-summary-expire-thread.
9609         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9610         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9611
9612 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9613
9614         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9615         extras value, so an extras entry can be deleted.
9616         (gnus-registry-delete-extra-entry): Use it.
9617         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9618         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9619         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9620         storage through the gnus-registry, and provide an appropriate API for
9621         it.
9622
9623 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9626         Suggested by Leo <sdl.web@gmail.com>.
9627
9628         * gnus.el: Do.
9629
9630 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9631
9632         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9633         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9634
9635         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9636
9637         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9638         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9639
9640 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9643         newline.
9644         (nnmbox-request-accept-article): Don't change article in source buffer;
9645         narrow to header to use message-fetch-field rather than
9646         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9647         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9648         as delimiters; make sure article ends with newline.
9649         (nnmbox-delete-mail): Correct last position of article to be deleted;
9650         ignore X-Gnus-Newsgroup header in article body.
9651         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9652         positions; make sure article ends with newline.
9653
9654         * message.el (message-display-abbrev): Don't infloop when a user
9655         inserts SPC in the beginning of header.
9656
9657         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9658         coding-system-for-read and coding-system-for-write for XEmacs having no
9659         file-coding feature.
9660
9661         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9662
9663 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9664
9665         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9666         list of groups not followed by default.  Fix type to be regexp.
9667         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9668
9669 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9670
9671         * hmac-def.el (define-hmac-function): Switch from old-style to
9672         new-style backquotes.
9673
9674         * md4.el (md4-make-step): Likewise.
9675
9676 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9679         raw-text coding system when saving .newsrc file, which may contain
9680         non-ASCII group names.
9681
9682 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * gnus-cus.el (gnus-score-extra): New widget.
9685         (gnus-score-extra-convert): New function.
9686         (gnus-score-customize): Use it for Extra.
9687
9688 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9689
9690         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9691         (mml2015-mailcrypt-clear-verify): Use it.
9692         (mml2015-gpg-clear-verify): Use it.
9693         (mml2015-pgg-clear-verify): Use it.
9694         (mml2015-epg-clear-verify): Replace the current part with the output
9695         from GnuPG; don't extract the plaintext by itself.
9696
9697         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9698         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9699         mml2015-clear-verify-function; don't touch the armor headers or
9700         dash-escaped text here.
9701
9702 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9703
9704         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9705         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9706         parts, or application/octet-stream as a last resort.
9707         (gnus-mime-view-part-as-type): Don't toggle display.
9708         (gnus-mime-view-part-as-charset): Don't turn off display before
9709         querying charset.
9710
9711         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9712         stuff to undisplayer function in Emacs.
9713         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9714
9715         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9716         text/calendar parts.
9717
9718 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9721         decoding text/calendar parts.
9722
9723         * message.el (message-forward-make-body-mime): Always mark body as
9724         having no illegible text; remove signed-or-encrypted argument.
9725         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9726
9727         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9728         (mml-generate-mime-1): Don't encode body if it is specified to be in
9729         raw form; don't make buffer be unibyte when inserting multibyte string.
9730
9731 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9732
9733         * sha1.el: Fix up comment style.
9734         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9735         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9736
9737         * hex-util.el: Fix up comment style.
9738         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9739
9740         * gnus-salt.el: Use with-current-buffer.
9741         (gnus-pick-setup-message): Fix long-standing typo.
9742
9743 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * imap.el (imap-logout-timeout): New variable.
9746         (imap-logout, imap-logout-wait): New functions.
9747         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9748
9749         * nnimap.el (nnimap-logout-timeout): New server variable.
9750         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9751         nnimap-logout-timeout.
9752
9753         * gnus-art.el (gnus-article-summary-command-nosave)
9754         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9755
9756 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus.el (gnus-maximum-newsgroup): New variable.
9759
9760         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9761         according to gnus-maximum-newsgroup.
9762
9763         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9764         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9765         Limit the range of articles according to gnus-maximum-newsgroup.
9766
9767 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9768
9769         * gnus-art.el (gnus-sticky-article): Fix problems described in
9770         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9771         Don't perform gnus-configure-windows here; reuse existing sticky
9772         article buffer.
9773
9774         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9775         it doesn't exist in gnus-article-mode.
9776
9777 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9780         (gnus-agent-decoded-group-name): New function.
9781         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9782         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9783
9784 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9785
9786         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9787         Add binding for gnus-sticky-article.
9788         (gnus-summary-exit): Don't kill sticky article buffers.
9789
9790         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9791         article buffer.
9792         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9793         (gnus-kill-sticky-article-buffers): New commands.
9794
9795 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * nntp.el (nntp-xref-number-is-evil): New server variable.
9798         (nntp-find-group-and-number): If it is non-nil, don't trust article
9799         numbers in the Xref header.
9800
9801 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9802
9803         * gnus-agent.el (gnus-agent-read-group): New function.
9804         (gnus-agent-flush-group, gnus-agent-expire-group)
9805         (gnus-agent-regenerate-group): Use it.
9806         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9807         nnmail-pathname-coding-system.
9808
9809 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9810
9811         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9812
9813         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9814         that are unread as unread, and also as selected so that information of
9815         marks having been changed by a user may be updated when exiting group.
9816
9817 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9818
9819         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9820
9821 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9824         calculated ignoring signature parts to gnus-treat-article.
9825
9826 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9829         a point here in order to keep the window start.
9830         (gnus-insert-mime-security-button): Make a button overlay without the
9831         front stickiness.
9832         (gnus-mime-display-security): Goto the end of a button.
9833
9834         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9835
9836 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9839         group-name-at-point.
9840         (gnus-group-completing-read): New function that offers decoded
9841         non-ASCII group names for completion.
9842         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9843         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9844         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9845         (gnus-group-fetch-control): Use it.
9846         (gnus-fetch-group): Use group-name-at-point for the initial value
9847         rather than the default value; use gnus-alive-p.
9848
9849         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9850         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9851         (gnus-summary-post-news): Use gnus-group-completing-read.
9852
9853         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9854         (gnus-read-move-group-name): Decode group name for completion.
9855
9856 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9857
9858         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9859         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9860         Yamaoka slightly modified the code).
9861
9862 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9865         (nnmail-split-incoming): Bind it.
9866
9867         * nnml.el (nnml-group-name-charset): New function.
9868         (nnml-decoded-group-name): Use it; don't decode group name if
9869         nnmail-group-names-not-encoded-p is non-nil.
9870         (nnml-encoded-group-name): New function.
9871         (nnml-group-pathname): Inline nnml-decoded-group-name.
9872         (nnml-request-expire-articles): Decode group name in message.
9873         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9874         nnmail-pathname-coding-system.
9875         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9876         not decoded ones according to nnmail-group-names-not-encoded-p.
9877         (nnml-generate-active-info): Use nnml-encoded-group-name.
9878
9879 2007-08-08  Glenn Morris  <rgm@gnu.org>
9880
9881         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9882         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9883         doc-strings and comments.
9884
9885 2007-07-25  Glenn Morris  <rgm@gnu.org>
9886
9887         * Relicense all FSF files to GPLv3 or later.
9888
9889 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * gnus-sum.el (gnus-summary-move-article):
9892         Make gnus-summary-respool-article work.
9893
9894 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9897         string.
9898
9899 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9900
9901         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9902         that should be ignored when comparing distant RSS articles with local
9903         ones.
9904         (nnrss-make-hash-index): New function.  Create a hash index according
9905         to the ignored fields.
9906         (nnrss-check-group): Use it.
9907
9908 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9909
9910         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9911
9912         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9913
9914         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9915         the new optional argument ENCODED is non-nil.
9916         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9917         coding system for encoding group name.
9918         (gnus-group-make-rss-group): Pass un-encoded group name to
9919         gnus-group-make-group.
9920         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9921         encoded.
9922
9923         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9924         Encode group name to which articles are moved or copied.
9925         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9926         coding system for encoding Newsgroup, Followup-To and Xref headers.
9927
9928         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9929         marks; use nnheader-file-coding-system to write a file.
9930         (nnagent-retrieve-headers): Bind file-name-coding-system to
9931         nnmail-pathname-coding-system.
9932
9933         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9934
9935         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9936         (nnml-request-article, nnml-request-create-group)
9937         (nnml-request-rename-group, nnml-find-id)
9938         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9939         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9940         (nnml-save-marks): Use nnml-group-pathname instead of
9941         nnmail-group-pathname.
9942
9943         (nnml-request-create-group, nnml-request-expire-articles)
9944         (nnml-request-move-article, nnml-request-delete-group)
9945         (nnml-deletable-article-p, nnml-possibly-create-directory)
9946         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9947         (nnml-open-marks): Bind file-name-coding-system to
9948         nnmail-pathname-coding-system.
9949
9950         (nnml-request-article): Pass server argument to nnml-find-group-number.
9951         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9952         Pass server argument to nnml-possibly-create-directory.
9953         (nnml-request-accept-article): Pass server argument to
9954         nnml-active-number and nnml-save-mail.
9955         (nnml-find-group-number): Pass server argument to nnml-find-id.
9956         (nnml-request-update-info): Pass server argument to
9957         nnml-marks-changed-p.
9958
9959         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9960         (nnml-save-mail, nnml-active-number): Add server argument.
9961
9962         (nnml-request-delete-group): Warn if group is missing.
9963         (nnml-get-nov-buffer): Decode group name.
9964         (nnml-generate-active-info): Encode group name.
9965         (nnml-open-marks): Decode group name in messages.
9966
9967 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9970         if it is not specified.
9971         (gnus-article-pipe-part, gnus-article-save-part)
9972         (gnus-article-interactively-view-part, gnus-article-copy-part)
9973         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9974         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9975         (gnus-article-replace-part, gnus-article-delete-part)
9976         (gnus-article-view-part-as-type): Pass raw prefix argument to
9977         gnus-article-part-wrapper.
9978
9979 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * gnus-agent.el (gnus-agent-save-active):
9982         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9983
9984         * gnus-cache.el (gnus-cache-save-buffers)
9985         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9986         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9987         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9988         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9989         (gnus-cache-generate-active, gnus-cache-rename-group)
9990         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9991         (gnus-cache-update-overview-total-fetched-for):
9992         Bind file-name-coding-system to nnmail-pathname-coding-system.
9993         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9994         New variables.
9995         (gnus-cache-decoded-group-name): New function.
9996         (gnus-cache-file-name): Use it.
9997         (gnus-cache-generate-active): Use non-decoded group name for active.
9998
9999         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10000         right place.
10001         (gnus-write-active-file): Don't break non-ASCII group names.
10002
10003         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10004         nnmail-pathname-coding-system.
10005
10006         * lpath.el: Bind default-file-name-coding-system,
10007         file-name-coding-system and language-info-alist for XEmacs.
10008
10009         * gnus-uu.el (gnus-uu-decode-save): Typo.
10010
10011 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10014
10015 2007-07-14  David Kastrup  <dak@gnu.org>
10016
10017         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10018         finishing actions if we did not edit the article.
10019
10020 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10021
10022         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10023         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10024         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10025         (gnus-agent-flush-group, gnus-agent-flush-cache)
10026         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10027         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10028         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10029         (gnus-agent-regenerate-group)
10030         (gnus-agent-update-files-total-fetched-for)
10031         (gnus-agent-update-view-total-fetched-for):
10032         Bind file-name-coding-system to nnmail-pathname-coding-system.
10033         (gnus-agent-group-pathname): Don't encode file names by
10034         nnmail-pathname-coding-system.
10035         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10036         coding-system-for-write instead of buffer-file-coding-system to
10037         gnus-agent-file-coding-system.
10038
10039         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10040         Decode group name.
10041
10042         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10043
10044         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10045         (gnus-read-newsrc-el-file): Make group names unibyte.
10046
10047         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10048         nnmail-pathname-coding-system.
10049
10050         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10051         (nnrss-request-delete-group): Bind file-name-coding-system to
10052         nnmail-pathname-coding-system.
10053         (nnrss-read-server-data, nnrss-read-group-data):
10054         Bind file-name-coding-system correctly.
10055         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10056
10057         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10058         (nntp-server-to-method-cache): New variable.
10059         (nntp-group-pathname): New function that decodes non-ASCII group names.
10060         (nntp-possibly-create-directory, nntp-marks-changed-p)
10061         (nntp-save-marks, nntp-open-marks): Use it.
10062         (nntp-possibly-create-directory, nntp-open-marks):
10063         Bind file-name-coding-system to nnmail-pathname-coding-system.
10064         (nntp-open-marks): Decode group names when bootstrapping marks.
10065
10066         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10067         Newsgroups and Folowup-To headers.
10068
10069 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10072         (gnus-server-closed-face, gnus-server-denied-face)
10073         (gnus-server-offline-face): Remove variable.
10074         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10075
10076         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10077         of modifying message-stack directly for XEmacs.
10078
10079         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10080         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10081         if the coding-system argument is nil for XEmacs.
10082
10083         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10084         mm-charset-override-alist.
10085
10086         * rfc2047.el: Don't require base64; require rfc2045 for the function
10087         rfc2045-encode-string.
10088         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10089         to quote the parameter value.
10090
10091 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10094         form in gnus-group-name-charset-method-alist.
10095
10096         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10097         overrides the default layout edit-form.
10098
10099         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10100
10101         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10102
10103 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10106         as unfetched articles.
10107
10108 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10109
10110         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10111
10112 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10115         original back end that keeps marks in the local system.
10116
10117 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10118
10119         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10120         arg of pop-to-buffer for XEmacs.
10121         (gnus-article-read-summary-keys): Ditto; don't restore window
10122         configuration if summary command ends up with neither article buffer
10123         nor summary buffer; describe bindings if summary keys end with C-h.
10124
10125 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10126
10127         * message.el (message-fix-before-sending): Skip raw message part to be
10128         forwarded while checking illegible text.
10129         (message-forward-make-body-mime, message-forward-make-body):
10130         Mark signed or encrypted raw message as having no illegible text.
10131
10132 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10135         (gnus-message-with-timestamp-1): New macro.
10136         (gnus-message-with-timestamp): New function.
10137         (gnus-message): Use them.
10138
10139         * nnheader.el (nnheader-message): Use them.
10140
10141 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10142
10143         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10144         .newsrc.eld file.
10145
10146 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * gnus-agent.el (gnus-agent-fetch-headers)
10149         (gnus-agent-retrieve-headers):
10150         Bind gnus-decode-encoded-address-function to identity.
10151
10152         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10153         available also when the server returns simply a dot.
10154
10155         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10156
10157 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10160
10161 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * gnus-ems.el (gnus-x-splash): Make it work.
10164
10165         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10166         from being used.
10167
10168         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10169
10170 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10173         4th and the 5th arguments.
10174
10175         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10176         the front stickiness.
10177         (gnus-article-summary-command-nosave): Correct the order of the
10178         arguments passed to pop-to-buffer.
10179         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10180         summary command ends up with the article buffer.
10181
10182         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10183         the same faces.
10184
10185 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10186
10187         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10188
10189 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10190
10191         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10192         * gnus-sum.el (gnus-summary-highlight):
10193         * pgg.el (pgg-sign-region, pgg-sign):
10194         * mail-source.el (mail-source-delete-old-incoming-confirm):
10195         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10196
10197 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * gnus-art.el (gnus-mime-view-part-externally)
10200         (gnus-mime-view-part-internally): Fix predicate function passed to
10201         completing-read.
10202
10203         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10204
10205         * gnus.el (gnus-update-message-archive-method): Add :version.
10206
10207 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * gnus.el (gnus-update-message-archive-method): New variable.
10210
10211         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10212         according to gnus-message-archive-method if
10213         gnus-update-message-archive-method is non-nil.
10214
10215 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10218         Suggested by Loic Dachary <loic@dachary.org>.
10219         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10220
10221 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10222
10223         * message.el (message-pop-to-buffer): Add switch-function argument.
10224         (message-mail): Pass switch-function argument to it.
10225
10226 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10227
10228         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10229         Improve doc string.
10230
10231 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10234         (gnus-header-content)
10235         * gnus-cite.el (gnus-cite-10)
10236         * gnus-srvr.el (gnus-server-closed)
10237         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10238         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10239         (gnus-group-mail-3-empty, gnus-group-mail-low)
10240         (gnus-group-mail-low-empty, gnus-splash)
10241         * message.el (message-header-to, message-header-cc)
10242         (message-header-subject, message-header-other, message-header-name)
10243         (message-header-xheader, message-separator, message-cited-text)
10244         (message-mml): Lighten colors of faces used for dark background.
10245
10246 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10247
10248         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10249         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10250
10251 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * message.el (message-narrow-to-headers-or-head):
10254         Ignore mail-header-separator in the body.
10255
10256 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10259         same as window size.
10260
10261 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10262
10263         * message.el (message-font-lock-keywords): Use message-header-xheader
10264         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10265         ahead of the anything pattern, to get it recognised.
10266
10267 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10268
10269         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10270         spam.el loads uses it in the compiled defadvice form.
10271
10272 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10273
10274         * gnus-sum.el (gnus-articles-to-read)
10275         (gnus-summary-insert-old-articles): Don't truncate group name for
10276         `read-string'.
10277
10278         * gnus-util.el (gnus-limit-string): Delete this function.
10279
10280         * gnus-sum.el (gnus-simplify-subject-fully):
10281         Use `truncate-string-to-width' instead.
10282
10283 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10284
10285         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10286         Tell if, on summary exit, the next group has to be selected.
10287         (gnus-summary-exit): Use it.
10288
10289 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10290
10291         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10292         non-break space.
10293
10294 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10297         Check if group is not a directory.
10298         (nnfolder-request-expire-articles): Don't delete articles if the target
10299         group is not available.
10300
10301         * nnml.el (nnml-request-create-group): Properly check if group is not a
10302         file.
10303         (nnml-request-expire-articles): Don't delete articles if the target
10304         group is not available.
10305
10306         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10307         Don't quote characters that are within parentheses.
10308
10309 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10312         (gnus-handle-ephemeral-exit): Select article according to it.
10313
10314 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * message.el (message-insert-formated-citation-line): Remove newline.
10317         (message-citation-line-format): Add final \n here so that the user can
10318         avoid a blank line.
10319
10320 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10321
10322         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10323         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10324         Update lanl/arXiv support.
10325
10326 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10327
10328         * gnus.el: Bump version number.
10329
10330 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10331
10332         * gnus.el (gnus-version-number): Bump version.
10333
10334 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10335
10336         * gnus.el: No Gnus v0.6 is released.
10337
10338 2007-04-27  Didier Verna  <didier@xemacs.org>
10339
10340         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10341         * gmm-utils.el (gmm-regexp-concat): ... here.
10342         * message.el: Don't require 'gnus-util.
10343         (message-dont-reply-to-names): Handle name change above.
10344         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10345
10346 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10349         since the initial value varies according to the system.
10350
10351 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10354
10355 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10356
10357         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10358
10359 2007-04-24  Didier Verna  <didier@xemacs.org>
10360
10361         Improve the type of gnus-ignored-from-addresses.
10362         * gnus-util.el (gnus-orify-regexp): New function.
10363         * message.el (gnus-util): Require it.
10364         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10365         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10366         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10367
10368 2007-04-24  Didier Verna  <didier@xemacs.org>
10369
10370         * gnus-sum.el:
10371         * gnus-utils.el: Fix some trailing whitespaces.
10372
10373 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10376         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10377         article's Message-ID; refer parent article in summary buffer.
10378
10379         * message.el (message-bounce): Call mime-to-mml.
10380
10381         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10382         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10383         optimize and/or forms properly.
10384
10385 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10388         URL.
10389
10390 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10393
10394 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10397         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10398         displayed of multipart/alternative part if it is invoked from summary
10399         buffer.
10400
10401         * mm-view.el (mm-inline-text-html-render-with-w3m)
10402         (mm-inline-text-html-render-with-w3m-standalone)
10403         (mm-inline-render-with-function): Use mail-parse-charset by default.
10404
10405 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10406
10407         * parse-time.el (parse-time-string-chars): Check if CHAR
10408         is less than the length of parse-time-syntax.
10409
10410 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10413         from gnus-newsgroup-processable.
10414
10415 2007-04-16  Didier Verna  <didier@xemacs.org>
10416
10417         * gnus-msg.el (gnus-configure-posting-styles):
10418         Handle message-signature-directory properly with :file syntax.
10419         Reported by "Leo".
10420
10421 2007-04-11  Didier Verna  <didier@xemacs.org>
10422
10423         New user option: message-signature-directory.
10424         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10425         * message.el (message-insert-signature): Ditto.
10426         * message.el (message-signature-file): Doc update.
10427         * message.el (message-signature-directory): New.
10428
10429 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * gnus-msg.el (gnus-inews-yank-articles):
10432         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10433
10434 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * message.el (message-yank-original): Make sure cited text ends with
10437         newline; don't exchange point and mark.
10438
10439 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10440
10441         * tls.el (open-tls-stream): Properly handle case where there
10442         is no associated buffer.
10443
10444 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10445
10446         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10447         message-yank-original, make sure (< mark TEXT point).
10448
10449 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * message.el (message-fill-column): New variable.
10452         (message-mode): Use it.  Add comment on a possible new hook.
10453
10454         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10455         (nnmail-get-new-mail): Reformat.
10456
10457         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10458
10459         * gmm-utils.el: Fix Commentary.
10460         (gmm-tool-bar-from-list): Fix typo in doc string.
10461
10462 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10463
10464         * message.el (message-yank-original): Don't switch point and mark
10465         unnecessarily to put point and mark as documented.
10466
10467 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10468
10469         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10470         from the message heads.
10471
10472 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10473
10474         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10475         article buffer does not have a window.  This may not be the best
10476         solution but is certainly better than setting the start of the null,
10477         that is the current, window.
10478
10479 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10482         (gnus-draft-setup): Run it.
10483
10484         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10485         gnus-score-fast-scoring.  Allow regexp.
10486         (gnus-score-headers): Use it.
10487
10488         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10489         XEmacs.
10490
10491         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10492         string.
10493         (gnus-button-alist): Also catch `<f1> k ...'.
10494         (gnus-treat-display-x-face): Fix doc string.
10495
10496 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10497
10498         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10499         evaluation of gnus-extended-version to ensure correct generation of the
10500         User-Agent header when message-generate-headers-first is used.
10501
10502 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10503
10504         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10505         hashcash-path is nil.  Don't call callback with incorrect number of
10506         parameters if val is 0.
10507
10508 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10509
10510         * message.el (message-required-news-headers):
10511         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10512
10513 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10514
10515         * tls.el (open-tls-stream): In handshake-waiting loop,
10516         don't wait more if there is output available to process.
10517
10518 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10519
10520         * tls.el (tls-program): Doc fix.
10521
10522 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * message.el (message-generate-new-buffers): Change the meaning of the
10525         nil value; add `standard' to the choices; treat t as `unique'; improve
10526         doc string.
10527         (gnus-select-frame-set-input-focus): Autoload.
10528         (message-buffer-name): Search for the existing message buffer if
10529         message-generate-new-buffers is nil or `standard'; treat the value t of
10530         message-generate-new-buffers as `unique'.
10531         (message-pop-to-buffer): Raise the frame already displaying the message
10532         buffer; clear the echo area after querying.
10533         (message-setup): Pass the `continue' argument to compose-mail.
10534         (message-mail): Prefer `switch-function' if it is given; search for the
10535         existing message buffer if the `continue' argument is non-nil; pass
10536         continue and switch-function arguments to compose-mail by way of
10537         message-setup.
10538         (message-mail-other-window): Adjust argument of message-setup.
10539         (message-mail-other-frame): Ditto.
10540
10541 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10544         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10545         to turn font-lock on when turning gnus-message-citation-mode on.
10546
10547 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10548
10549         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10550         (mml-smime-function-alist): New variable; add epg as the backend.
10551         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10552         mml-smime- functions instead.
10553         * mm-view.el: Require smime.
10554
10555 2007-03-05  Didier Verna  <didier@xemacs.org>
10556
10557         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10558         instead of just inheritance for posting styles.
10559         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10560
10561 2007-02-24  Chris Moore  <dooglus@gmail.com>
10562
10563         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10564         * pgg-pgp.el (pgg-pgp-encrypt-region):
10565         * pgg-gpg.el (pgg-gpg-encrypt-region):
10566         Check pgg-encrypt-for-me if no other recipients.
10567
10568 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10569
10570         * tls.el (tls-certtool-program): Fix custom type.
10571
10572 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10575         and point-at-eol instead of line-(beginning|end)-position.
10576
10577         * assistant.el (assistant-parse-buffer): Ditto.
10578
10579         * netrc.el (netrc-parse-services): Ditto.
10580
10581 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10582
10583         * mml2015.el (mml2015-epg-find-usable-key): New function.
10584         (mml2015-epg-sign): Use it.
10585         (mml2015-epg-encrypt): Use it.
10586
10587 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10588
10589         * message.el (message-make-in-reply-to): Quote name containing
10590         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10591         if there are special characters.  Reported by NAKAJI Hiroyuki
10592         <nakaji@jp.freebsd.org>.
10593
10594 2007-02-27  Didier Verna  <didier@xemacs.org>
10595
10596         Include the group parameters as well as the topic ones in the
10597         inheritance filter process.
10598         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10599         argument GROUP-PARAMS-LIST.
10600         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10601
10602 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * nntp.el (nntp-never-echoes-commands)
10605         (nntp-open-connection-functions-never-echo-commands): New variables.
10606         (nntp-send-command): Use them.
10607
10608 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10609
10610         * mml2015.el (mml2015-epg-verify): Simplify.
10611
10612 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * mml.el (mml-content-disposition-alist): New user option.
10615         (mml-content-disposition): New function.
10616         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10617         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10618
10619 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10620
10621         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10622         verification.
10623
10624 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10625
10626         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10627         articles posted in the last 24 hours.
10628
10629 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10630
10631         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10632
10633 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10634
10635         * nntp.el (nntp-send-command): Don't wait for echoes when
10636         nntp-open-ssl-stream is used.
10637
10638 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10641         (gnus-message-add-citation-keywords)
10642         (gnus-message-remove-citation-keywords): Remove.
10643         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10644         directly, make the variables in font-lock-defaults buffer-local, add
10645         gnus-message-citation-keywords to them and then update the value of
10646         font-lock-keywords.
10647
10648 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10649
10650         * message.el (message-cite-original-1): Don't call
10651         gnus-article-highlight-citation.
10652
10653         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10654         citations; fix line count.
10655
10656 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10657
10658         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10659         (gnus-message-add-citation-keywords)
10660         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10661         versions of font-lock-add-keywords and font-lock-remove-keywords to
10662         work with XEmacs correctly.
10663
10664 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10665
10666         * gnus-cite.el (gnus-cite-face-list): Set the values of
10667         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10668         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10669         (gnus-message-cite-prefix-regexp): New variable.
10670         (gnus-message-search-citation-line): Use it; protect against long
10671         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10672         the 0th match data for Emacs.
10673         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10674         (gnus-message-add-citation-keywords): Append keywords rather than
10675         prepending; emulate font-lock-add-keywords if it is not available.
10676         (gnus-message-remove-citation-keywords):
10677         Emulate font-lock-remove-keywords if it is not available.
10678
10679         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10680
10681         * message.el (message-cite-prefix-regexp): Set the value of
10682         gnus-message-cite-prefix-regexp.
10683
10684 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10685
10686         * nnweb.el (nnweb-google-parse-1): Update parser.
10687
10688 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10689
10690         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10691
10692 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10693
10694         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10695         regexp.
10696
10697 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10700         string-to-multibyte.
10701         (uudecode-decode-region-internal): Use it.
10702
10703         * lpath.el: Fbind string-as-multibyte for XEmacs.
10704
10705 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10706
10707         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10708         Fix custom choice.
10709
10710         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10711
10712 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10713
10714         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10715
10716         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10717         `write-region' to respect `mm-inhibit-file-name-handlers'.
10718
10719 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10720
10721         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10722         Use gnus-home-directory instead of "~/" or "$HOME".
10723
10724 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10725
10726         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10727         to mention filename.
10728         Add comments at beginning regarding usage.
10729         (encrypt-write-file-contents): Change interactive so a string is
10730         acceptable.  If the file has no associated model, show an error instead
10731         of a nonsense prompt.
10732
10733 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10734
10735         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10736         Thanks to Yoshihiko Yamada for kind notification of this typo.
10737
10738 2007-01-12  Kenichi Handa  <handa@m17n.org>
10739
10740         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10741         multibyte buffer.
10742
10743 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * gnus-score.el (gnus-score-fast-scoring): New variable.
10746         (gnus-score-headers): Use it.
10747
10748         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10749
10750         * message.el (message-cite-original-1):
10751         Call gnus-article-highlight-citation if requested.
10752         (message-make-from): Allow name and address as optional arguments.
10753
10754         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10755
10756         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10757         bugs to doc string.
10758         (gnus-button-alist): Add mid\\|message-id.
10759         (gnus-button-fetch-group): Extend for use in
10760         `browse-url-browser-function'.
10761         (gnus-button-url-regexp): Try to catch paired parentheses like in
10762         Wikipedia URLs.
10763
10764         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10765         Suggested by Simon Krahnke <overlord@gmx.li>.
10766
10767 2007-01-13  Romain Francoise  <romain@orebokech.com>
10768
10769         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10770         Update copyright.
10771
10772 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10773
10774         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10775
10776 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10777
10778         * gnus-registry.el (gnus-registry-unfollowed-groups)
10779         (gnus-registry-split-fancy-with-parent): Fix documentation.
10780
10781 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10782
10783         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10784         from nnweb groups.
10785
10786 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10787
10788         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10789         Xref urls.  Erase buffer before requesting head.
10790
10791         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10792
10793 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10794
10795         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10796         customizable.
10797
10798 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10799
10800         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10801         no signing key is found.
10802         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10803         no encrypting and/or signing key is found.
10804
10805 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10806
10807         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10808
10809 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10810
10811         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10812         headers read from disk with the ones newly found in the current search.
10813         This should no longer cause problems, because the article numbers in
10814         Gmane's `nov.php' output are ignored since the previous change.
10815
10816 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10817
10818         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10819
10820 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10823         replace-regexp-in-string; bind url-version; fbind display-images-p and
10824         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10825         find-face and set-itimer-function for Emacs; bind itimer-list for
10826         Emacs.
10827
10828         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10829
10830 2007-01-01  Romain Francoise  <romain@orebokech.com>
10831
10832         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10833
10834 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10835
10836         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10837         `define-minor-mode' macro definition expanded properly.
10838         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10839         exclude it there.
10840
10841         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10842         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10843         `fboundp' test.
10844         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10845         This is OK to autoload in (S)XEmacs now.
10846
10847 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10848
10849         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10850         keystroke.
10851         (gnus-summary-limit-to-singletons): Fix typo.
10852
10853         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10854         else fails.
10855
10856 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10857
10858         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10859         docstring.
10860
10861         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10862         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10863         (gnus-summary-insert-dormant-articles): Fix typo in message.
10864
10865 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10866
10867         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10868         nil for XEmacs.
10869         (gnus-message-citation-mode): Don't autoload in XEmacs.
10870
10871         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10872
10873 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10874
10875         * nnimap.el (nnimap-expunge-search-string):
10876         Mention nnimap-search-uids-not-since-is-evil in docstring.
10877
10878 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10879
10880         * spam.el: Revert to make-obsolete-variable because
10881         define-obsolete-variable-alias is not supported in Emacs 21.
10882
10883         * spam.el (spam-ifile-path, spam-ifile-database-path)
10884         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10885         make-obsolete-variable.
10886         (spam-bsfilter-path, spam-bsfilter-program)
10887         (spam-spamassassin-path, spam-spamassassin-program)
10888         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10889         Don't use "path" inappropriately.
10890         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10891         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10892         variable names.
10893
10894 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10895
10896         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10897         summary buffer.
10898
10899         * password.el (password-cache-remove): Use clear-string to burn
10900         password, if available.
10901
10902 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10905
10906         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10907
10908         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10909         (gnus-message-highlight-citation): Move defcustom here from
10910         gnus-cite.el.
10911         (gnus-message-citation-mode): Autoload.
10912
10913         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10914         checks to make it compile with XEmacs.
10915         (gnus-message-citation-mode): New minor mode.
10916         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10917         (gnus-message-highlight-citation): New variables.
10918         (gnus-message-search-citation-line)
10919         (gnus-message-add-citation-keywords)
10920         (gnus-message-remove-citation-keywords)
10921         (turn-on-gnus-message-citation-mode)
10922         (turn-off-gnus-message-citation-mode): New functions.
10923
10924 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10925
10926         * gnus-cite.el: Enable highlighting of different citation levels in
10927         message-mode.
10928
10929 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10930
10931         * message.el (message-make-fqdn): Fix comment.
10932         (message-bogus-system-names): Add ".local".
10933
10934         * spam.el (spam-ifile-path, spam-ifile-program)
10935         (spam-ifile-database-path, spam-ifile-database)
10936         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10937         Don't use "path" inappropriately.
10938         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10939         strings.
10940         (spam-check-ifile, spam-ifile-register-with-ifile)
10941         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10942         Use new variable names.
10943
10944         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10945         (gnus-treat-display-smileys): Simplify using
10946         gnus-image-type-available-p.
10947
10948         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10949         available.
10950
10951         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10952         Use `display-images-p' if available.
10953
10954 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10955
10956         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10957         one after turning on the buffer's multibyteness instead of decoding
10958         them directly in the unibyte buffer that causes unexpected conversion
10959         in Emacs 23 (unicode).
10960
10961 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10962
10963         * message.el (message-generate-hashcash): Fix custom type.
10964
10965 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10968
10969 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10970
10971         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10972         disconnect icons.  Add help text.
10973
10974 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10975
10976         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10977         negated to be consistent with the others we handle.
10978
10979 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10980
10981         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10982         version of gnus-summary-buffer to something, so that we can use two
10983         article buffers at the same time.
10984
10985 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10986
10987         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10988         trigger all the extra headers.
10989         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10990         sorting.
10991
10992 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10993
10994         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10995         solid groups.
10996
10997 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10998
10999         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11000
11001 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11002
11003         * legacy-gnus-agent.el: Add Copyright notice.
11004
11005 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11006
11007         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11008
11009 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11010
11011         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11012
11013         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11014         to make it work reliably in CVS Emacs.
11015         (gnus-summary-limit-strange-charsets-predicate)
11016         (gnus-summary-limit-to-predicate): New functions.
11017
11018 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11019
11020         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11021         specifying array size.
11022         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11023         array if it is too small.
11024         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11025         (gnus-sort-threads-loop): New function.
11026
11027 2006-12-06  Chris Moore  <dooglus@gmail.com>
11028
11029         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11030         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11031
11032 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11033
11034         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11035         options.
11036
11037 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11038
11039         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11040         DOS-ing the recipient.
11041
11042         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11043         the headers when creating the mapping to avoid mismappings.
11044         (nnweb-gmane-create-mapping): Always nix out old mapping.
11045
11046 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11049         and mm-verify-option to never.
11050
11051 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * message.el (message-signed-or-encrypted-p): New function.
11054         (message-forward-make-body): Use it.
11055
11056         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11057         Replace encode-coding-string with mm-encode-coding-string.
11058
11059 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * nneething.el (nneething-decode-file-name):
11062         Replace decode-coding-string with mm-decode-coding-string.
11063
11064         * gnus-int.el (gnus-open-server): Say failed server's name.
11065
11066 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11067
11068         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11069         strings to a single string.  Quote `errors-file-name'.
11070         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11071         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11072         Adjust calls.  Use `shell-quote-argument'.
11073
11074 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11075
11076         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11077         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11078
11079         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11080         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11081         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11082         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11083         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11084         (gnus-subscribe-newsgroup, gnus-1):
11085         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11086         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11087         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11088         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11089
11090 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11091
11092         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11093         keystroke.
11094         (gnus-summary-limit-to-bodies): Implement headersp.
11095
11096 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11097
11098         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11099
11100 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11103
11104 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11105
11106         * message.el (message-generate-hashcash): Expand range of values to
11107         include `opportunistic'.
11108         (message-send-mail): Use it.
11109
11110 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11111
11112         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11113         and comment it.
11114
11115         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11116
11117 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11118
11119         * gnus-util.el (gnus-extract-address-components): Improve comment.
11120
11121 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * gnus-util.el (gnus-extract-address-components): Work with address in
11124         which the name portion contains @.
11125
11126         * lpath.el: Fbind custom-autoload.
11127
11128 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11129
11130         * gnus.el (gnus-start): Move custom group up.
11131         (gnus-select-method): Don't autoload, but make it available for
11132         `customize-variable'.
11133         (gnus-getenv-nntpserver): Don't autoload.
11134
11135 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11136
11137         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11138
11139 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * message.el (message-sendmail-extra-arguments): New variable.
11142         (message-send-mail-with-sendmail): Use it.
11143
11144 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11145
11146         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11147         mm-with-unibyte-current-buffer to make string unibyte.
11148
11149         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11150         mm-string-as-multibyte.
11151
11152 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11153
11154         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11155         Reported by Werner Koch <wk@gnupg.org>.
11156
11157 2006-11-14  Daiki Ueno  <ueno@p360>
11158
11159         * mml2015.el: Autoload epa-select-keys when compiling.
11160
11161 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11162
11163         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11164         message-options.
11165         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11166
11167 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11168
11169         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11170         EasyPG (< 0.0.6).
11171         (mml2015-always-trust): New user option.
11172         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11173         prompt.
11174
11175 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * nntp.el (nntp-authinfo-force): New variable.
11178         (nntp-send-authinfo): Use it.
11179
11180 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11181
11182         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11183         decode encoded words.  Improve prompt.  Add comment about forwarding.
11184         (message-replacement-char): Move up.
11185
11186 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11187
11188         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11189         instead of gnus-intersection because arguments of gnus-sorted-nunion
11190         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11191
11192 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11195         (message-simplify-subject-functions):
11196         Enable message-strip-subject-encoded-words by default.
11197
11198 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11199
11200         * message.el (message-strip-subject-encoded-words): New function.
11201         (message-simplify-subject-functions): New variable.
11202         (message-simplify-subject): Use it.  Fix typo in doc string.
11203         Support message-strip-subject-encoded-words.
11204
11205 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11206
11207         * gnus-diary.el (gnus-diary-delay-format-function):
11208         * nndiary.el (nndiary-reminders):
11209         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11210
11211 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11212
11213         * gnus-art.el (article-hide-boring-headers): Fetch date from
11214         gnus-original-article-buffer to avoid problems with localized date
11215         strings.
11216
11217 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11220
11221 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11222
11223         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11224         New variables.
11225         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11226         (mm-charset-synonym-alist): Move some entries to
11227         mm-codepage-iso-8859-list.
11228         (mm-charset-synonym-alist, mm-charset-override-alist):
11229         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11230
11231 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11232
11233         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11234
11235 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11238         with Emacs 21 and XEmacs.
11239
11240 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11241
11242         * spam.el (spam-parse-address): New function for better parsing,
11243         catching errors, etc.
11244         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11245
11246 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11247
11248         * mm-view.el: Add interactive arg to html2text autoload.
11249
11250 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11251
11252         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11253
11254 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11255
11256         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11257         New variables.
11258         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11259         (mm-charset-synonym-alist): Move some entries to
11260         mm-codepage-iso-8859-list.
11261
11262         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11263
11264 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11265
11266         * message.el (message-citation-line-format)
11267         (message-insert-formated-citation-line): Fix implementation of %E, %N
11268         and %n according to the doc string.
11269
11270 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11271
11272         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11273         Use car-safe to avoid bad parses.
11274
11275 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11278         names.
11279
11280         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11281
11282 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11283
11284         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11285         header.
11286
11287         * message.el (message-draft-headers): Add Date.
11288         (message-headers-to-generate): Fix typo in docstring.
11289
11290         * nndraft.el (nndraft-required-headers): New variable.
11291         (nndraft-generate-headers): Use it.
11292
11293         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11294
11295 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11296
11297         * gnus-registry.el (gnus-registry-wash-for-keywords)
11298         (gnus-registry-find-keywords): New functions to allow easy searching of
11299         articles that are in the registry.
11300
11301 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11302
11303         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11304         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11305         Reported by Damien Elmes <damien@repose.cx>.
11306
11307 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11308
11309         * gnus.el (gnus-mime): Remove unused custom group.
11310
11311 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11312
11313         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11314         "blank line" when searching for end of armor headers.
11315
11316 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * gmm-utils.el (gmm-write-region): Fix variable name.
11319
11320 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11321
11322         * gmm-utils.el (gmm-write-region): New function based on compatibility
11323         code from `mm-make-temp-file'.
11324
11325         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11326
11327         * nnmaildir.el (nnmaildir--update-nov)
11328         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11329         Use `gmm-write-region'.
11330
11331 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11332
11333         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11334         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11335
11336         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11337
11338         * message.el (message-replacement-char): New variable.
11339         (message-fix-before-sending): Use it.
11340         (message-simplify-subject): New function to remove duplicate code.
11341         (message-reply, message-followup): Use it.
11342
11343         * gnus-sum.el (gnus-summary-make-menu-bar):
11344         Clarify gnus-summary-limit-to-articles.
11345
11346 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * gnus-util.el (gnus-with-local-quit): New macro.
11349
11350         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11351
11352 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11353
11354         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11355         ignore non-string data.
11356
11357 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11358
11359         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11360         non-string data (needs to be done in the registry too).
11361
11362 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11363
11364         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11365         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11366         (gnus-registry-split-fancy-with-parent)
11367         (gnus-registry-fetch-simplified-message-subject-fast)
11368         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11369         Remove text properties on ingress into the registry and when it's saved.
11370         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11371         registry from entries with no groups.
11372
11373 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11374
11375         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11376         function to remove string properties.
11377
11378 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * gmm-utils.el (gmm): Adjust custom version.
11381
11382         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11383         Adjust custom version.
11384
11385         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11386
11387 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * gnus-art.el (gnus-insert-prev-page-button)
11390         (gnus-insert-next-page-button): Simplify.  Reformat.
11391
11392 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11393
11394         * gnus-art.el (gnus-insert-prev-page-button)
11395         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11396
11397 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11398
11399         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11400
11401 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11402
11403         * gnus-art.el (gnus-insert-mime-button)
11404         (gnus-insert-mime-security-button):
11405         Apply gnus-article-button-face to MIME and security buttons.
11406
11407 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11408
11409         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11410         readable.
11411
11412 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11415
11416 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11417
11418         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11419         `browse-url-of-file' instead of `browse-url'.
11420
11421 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11422
11423         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11424         regexp.  Articles containing quotation were cut prematurely.
11425
11426 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * message.el (message-cite-original-1): Use nobody by default for the
11429         value of From header.
11430         (message-reply): Ditto.
11431
11432 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11433
11434         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11435         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11436         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11437
11438 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11439
11440         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11441         mails in the doc string.  Add some URLs in comment.
11442         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11443
11444 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11445
11446         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11447         backslashes handling and the way to find boundaries of quoted strings.
11448
11449 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11450
11451         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11452         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11453         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11454         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11455
11456 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11459         doc string.
11460         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11461
11462 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * lpath.el: Fbind epg-check-configuration.
11465
11466 2006-09-06  Simon Josefsson  <jas@extundo.com>
11467
11468         * mml2015.el (mml2015-use): Doc fix, mention epg.
11469
11470 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11471
11472         * mml2015.el (mml2015-use): Default to epg, if available.
11473
11474 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11475
11476         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11477         message-sender.
11478         (mml1991-epg-encrypt): Ditto.
11479         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11480         message-sender.
11481         (mml2015-epg-encrypt): Ditto.
11482
11483 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11484
11485         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11486         several common directories.
11487
11488 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11489
11490         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11491         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11492
11493 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * gnus-art.el (article-decode-encoded-words): Make it fast.
11496
11497 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11500
11501         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11502         in quoted string into `\'.
11503
11504 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11507         Use standard-syntax-table.
11508
11509 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11510
11511         * gnus-art.el (gnus-decode-address-function): New variable.
11512         (article-decode-encoded-words): Use it to decode headers which are
11513         assumed to contain addresses.
11514         (gnus-mime-delete-part): Remove useless `or'.
11515
11516         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11517         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11518         (gnus-nov-parse-line): Use it to decode From header.
11519         (gnus-get-newsgroup-headers): Ditto.
11520         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11521
11522         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11523         (mail-decode-encoded-address-string): New alias.
11524
11525         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11526         New function.
11527         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11528         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11529         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11530         (rfc2047-decode-string): Ditto.
11531         (rfc2047-decode-address-region): New function.
11532         (rfc2047-decode-address-string): New function.
11533
11534 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11535
11536         * message.el (message-caesar-buffer-body): Allow rotating headers.
11537
11538         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11539
11540         * message.el (message-insert-formated-citation-line): Fix %f.
11541         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11542
11543 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11546         (gnus-bookmark-mouse-available-p): New macro.
11547         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11548         (gnus-bookmark-bmenu-show-infos): Use it.
11549         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11550         (gnus-bookmark-bmenu-hide-infos): Ditto.
11551         (gnus-bookmark-remove-properties): New function.
11552         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11553         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11554         (gnus-bookmark-write-file): Bind coding-system-for-write.
11555         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11556         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11557         group before selecting it.
11558         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11559         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11560         quit-window if it is not available; use gnus-mouse-2 and bind it to
11561         gnus-bookmark-bmenu-select-by-mouse.
11562         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11563         (gnus-bookmark-bmenu-select-by-mouse): New function.
11564
11565 2006-08-13  Romain Francoise  <romain@orebokech.com>
11566
11567         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11568         space.
11569
11570 2006-08-10  Romain Francoise  <romain@orebokech.com>
11571
11572         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11573         (dns-mode-soa-auto-increment-serial): New user option.
11574         (dns-mode-soa-maybe-increment-serial): New function.
11575         (dns-mode): Add the latter to `write-contents-functions'.
11576
11577 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * compface.el (uncompface): Use binary rather than raw-text-unix.
11580
11581 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * compface.el (uncompface): Make sure the eol conversion doesn't take
11584         place when communicating with the external programs.
11585         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11586
11587 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11588
11589         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11590
11591 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11592
11593         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11594         Make it more robust by parsing author and date independently.
11595
11596 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11599
11600 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11601
11602         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11603         first matching secret key.
11604         (mml2015-epg-encrypt): Ditto.
11605
11606         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11607         first matching secret key.
11608         (mml1991-epg-encrypt): Ditto.
11609
11610         * mml2015.el (mml2015-encrypt-to-self): New user option.
11611         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11612         mml2015-epg-encrypt-to-self is set.
11613
11614         * mml1991.el (mml1991-encrypt-to-self): New variable.
11615         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11616         mml1991-epg-encrypt-to-self is set.
11617
11618         * mml2015.el (mml2015-signers): New user option.
11619         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11620         (mml2015-epg-encrypt): Allow to select signing keys.
11621
11622         * mml1991.el (mml1991-signers): New variable.
11623         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11624         (mml1991-epg-encrypt): Allow to select signing keys.
11625
11626 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * nnheader.el (nnheader-insert-head): Make it work even if the file
11629         uses CRLF for the line-break code.
11630
11631 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11632
11633         * mml2015.el: Require mml-sec instead of password.
11634         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11635         (mml2015-cache-passphrase): Inherit the default value from
11636         mml-secure-cache-passphrase.
11637         (mml2015-passphrase-cache-expiry): Inherit the default value from
11638         mml-secure-passphrase-cache-expiry.
11639
11640         * mml1991.el: Require mml-sec instead of password.
11641         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11642         (mml1991-cache-passphrase): Inherit the default value from
11643         mml-secure-cache-passphrase.
11644         (mml1991-passphrase-cache-expiry): Inherit the default value from
11645         mml-secure-passphrase-cache-expiry.
11646
11647         * mml-sec.el: Require password.
11648         (mml-secure-verbose): New user option.
11649         (mml-secure-cache-passphrase): New user option.
11650         (mml-secure-passphrase-cache-expiry): New user option.
11651
11652 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11653
11654         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11655         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11656         andreas@altroot.de (Andreas Vögele).
11657
11658         FIXME: Use `tiny change'?
11659
11660 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11661
11662         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11663         workaround for the url package included with Emacs.
11664
11665         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11666
11667 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11668
11669         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11670         correctly.  This fixes a bug caused by the 2006-05-12 change.
11671
11672 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11673
11674         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11675         some information about the error when saying that the `bogus' mail
11676         group will be used.
11677
11678 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11679
11680         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11681         string.
11682
11683 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11684
11685         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11686
11687 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11688
11689         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11690
11691 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11692
11693         * mml1991.el (mml1991-function-alist): Add epg.
11694         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11695         (mml1991-epg-encrypt): New functions.
11696
11697 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11698
11699         * mml2015.el (mml2015-verbose): New variable.
11700         (mml2015-cache-passphrase): Ditto.
11701         (mml2015-passphrase-cache-expiry): Ditto.
11702         (mml2015-function-alist): Add epg.
11703         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11704         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11705         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11706         New functions.
11707
11708 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11709
11710         * message.el (message-cite-original-1): Preserve region when removing
11711         quoted text due to X-No-Archive in order to avoid bogus attribution
11712         when citing multiple messages.
11713
11714 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11715
11716         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11717         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11718
11719 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11720
11721         * gnus-diary.el (gnus-user-format-function-d)
11722         (gnus-user-format-function-D): Autoload.
11723
11724         * imap.el (Commentary): Fix typo.
11725
11726         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11727         2006-04-22 contribution.
11728
11729 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11730
11731         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11732         It didn't really fix the bogosity I'm seeing with solid web groups.
11733
11734 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11735
11736         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11737         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11738         created using server names.  If we use the feature without declaring
11739         it, Gnus does not properly manage server and group state.
11740
11741         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11742         bound.
11743
11744 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11745
11746         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11747         looking up the method using GROUP's prefix before inventing a new one.
11748         It is used on killed/unknown groups in various places where returning
11749         an all-new method isn't expected by the caller.
11750
11751         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11752         and match semantics of gnus-group-real-prefix.
11753
11754 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11755
11756         * nnmail.el (nnmail-broken-references-mailers): New variable.
11757         (nnmail-ignore-broken-references): New function generalizing
11758         nnmail-fix-eudora-headers.
11759         (nnmail-fix-eudora-headers): Now obsolete.
11760
11761         * gnus-art.el (gnus-button-handle-custom):
11762         Support `customize-apropos*'.
11763
11764 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11765
11766         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11767
11768         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11769         articles.
11770
11771 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11772
11773         * message.el (message-cite-reply-above): New variable.
11774         (message-yank-original): Use it.
11775
11776 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11777
11778         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11779
11780 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11781
11782         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11783         as read.
11784
11785         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11786
11787 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11788
11789         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11790         (gnus-bookmark-default-file): Use gnus-directory.
11791         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11792         Remove "*" in doc string.
11793         (gnus-bookmark-write-file): Simplify.
11794         (gnus-bookmark-maybe-sort-alist): Use `when'.
11795         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11796         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11797         Add FIXME about Emacs 21 and XEmacs compatibility.
11798         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11799         compatibility.
11800         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11801         compatibility.
11802         (gnus-bookmark-menu-heading): Fix version.
11803
11804 2006-06-19  Bastien Guerry  <bzg@altern.org>
11805
11806         * gnus-bookmark.el: New file.
11807
11808 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * message.el (message-syntax-checks): Doc fix.
11811
11812 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11813
11814         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11815         unsubscribed groups as if they were killed ones.  It causes duplicate
11816         entries in gnus-newsrc-alist.
11817
11818 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * message.el (message-syntax-checks): Doc fix.
11821         (message-send-mail): Add check for continuation headers.
11822         (message-check-news-header-syntax): Fix regexp used to check for
11823         continuation headers.
11824
11825 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11828
11829 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11830
11831         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11832
11833 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11836         default-truncate-lines.
11837
11838 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11841         to fill the utf-8 entry.
11842
11843         * lpath.el: Fbind unicode-precedence-list.
11844
11845 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11846
11847         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11848
11849 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11850
11851         * gnus-agent.el (directory-files-and-attributes): Move all the way
11852         forward (the third and final move).
11853         (gnus-agent-read-agentview): Trap reconstruction errors due to
11854         nonexistent directory.  Handle by returning nil.
11855
11856 2006-05-30  Didier Verna  <didier@xemacs.org>
11857
11858         * message.el (message-dont-reply-to-names): Update the custom type.
11859         * message.el (message-dont-reply-to-names): New defsubst: potentially
11860         convert a list of regexps into a single one.
11861         * message.el (message-get-reply-headers): Use it.
11862         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11863
11864 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * gnus-agent.el (directory-files-and-attributes): Move forward.
11867
11868 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11869
11870         * gnus-ml.el (gnus-mailing-list-subscribe)
11871         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11872         (gnus-mailing-list-message): Fix doc strings.
11873
11874 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11875
11876         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11877         of doing it manually.
11878
11879 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11880
11881         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11882         comment.
11883
11884 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11885
11886         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11887         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11888         (gnus-agent-read-local): All symbols allocated in my-obarray.
11889         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11890         (gnus-agent-regenerate-group): Check numeric names to see if they are
11891         messages or groups.
11892         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11893         better way of do this...)
11894
11895         * gnus-cache.el (gnus-agent-total-fetched-for):
11896         Ignore 'dummy.group' (there should be a better way of do this...)
11897
11898 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11899
11900         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11901         (gnus-saved-headers): Ditto.
11902         (gnus-default-article-saver): Mention functions may have properties.
11903         (gnus-article-save): Override gnus-save-all-headers and
11904         gnus-saved-headers by :headers property which saver function may have.
11905         (gnus-summary-save-in-file): Add :headers property.
11906         (gnus-summary-write-to-file): Ditto.
11907
11908         * gnus-sum.el (gnus-summary-save-article): Bind
11909         gnus-prompt-before-saving to t when saving many articles in a file;
11910         always show all headers.
11911
11912         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11913
11914 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11915
11916         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11917         marks.
11918
11919         * message.el (message-indent-citation): Add optional arguments to allow
11920         using it outside of message buffers.
11921
11922         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11923         (gnus-article-treat-unfold-headers): Use it.
11924         (gnus-article-truncate-lines): New variable.
11925         (gnus-article-mode): Use it.
11926         (gnus-article-toggle-truncate-lines): New function.
11927
11928         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11929         Add gnus-article-toggle-truncate-lines.
11930
11931         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11932         coding system in XEmacs, use binary.
11933
11934 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11937         after-load-alist.
11938
11939         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11940         this function should save decoded articles.
11941         (gnus-summary-write-to-file): Use property to specify this function
11942         should save decoded articles and specify gnus-summary-save-in-file
11943         should be used to save articles other than the first one when saving
11944         many articles.
11945         (gnus-summary-save-body-in-file): Use property to specify this
11946         function should save decoded articles.
11947         (gnus-summary-write-body-to-file): Use property to specify this
11948         function should save decoded articles and specify
11949         gnus-summary-save-body-in-file should be used to save articles other
11950         than the first one when saving many articles.
11951
11952         * gnus-sum.el (gnus-summary-save-article): Simplify.
11953
11954 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * gnus-art.el (gnus-default-article-saver):
11957         Add gnus-summary-write-body-to-file.
11958         (gnus-article-save-coding-system): Don't use coding system object
11959         in XEmacs.
11960         (gnus-read-save-file-name): Add optional `dir-var' argument which
11961         specifies directory in which files are saved; work even if optional
11962         `variable' argument is not specified.
11963         (gnus-summary-write-to-file): Read file name.
11964         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11965         (gnus-summary-write-body-to-file): New function.
11966
11967         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11968         (gnus-summary-local-variables): Add it.
11969         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11970         (gnus-summary-save-article): Remove optional `decode' argument;
11971         determine whether to decode articles by the value of
11972         gnus-default-article-saver; when saving many files using
11973         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11974         it first and use gnus-summary-save-in-file or
11975         gnus-summary-save-body-in-file thereafter unless
11976         gnus-prompt-before-saving is always; move point to article which
11977         will be saved.
11978         (gnus-summary-save-article-file): Revert.
11979         (gnus-summary-write-article-file): Revert.
11980         (gnus-summary-save-article-body-file): Revert.
11981         (gnus-summary-write-article-body-file): New function.
11982
11983 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * gnus-art.el (gnus-default-article-saver): Doc fix.
11986         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11987         from gnus-summary-save-article-coding-system, and default to a
11988         certain coding system.
11989         (gnus-output-to-file): Add coding cookie and encode text according
11990         to gnus-article-save-coding-system; don't use mm-append-to-file.
11991
11992         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11993         gnus-art.el and rename to gnus-article-save-coding-system.
11994         (gnus-summary-save-article): Require gnus-art; don't show all
11995         headers if it decodes articles; don't add coding cookie here;
11996         don't bind mm-text-coding-system-for-write.
11997         (gnus-summary-save-article-file): Save decoded articles.
11998         (gnus-summary-write-article-file): When saving many files, use
11999         gnus-summary-write-to-file first and gnus-summary-save-in-file
12000         thereafter unless gnus-prompt-before-saving is always.
12001         (gnus-summary-save-article-body-file): Save decoded articles.
12002
12003         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12004
12005 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12006
12007         * nnrss.el (nnrss-check-group): Bind hash-index.
12008
12009 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12010
12011         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12012         its hash index.  Store this hash in `nnrss-group-data'.
12013         (nnrss-read-group-data): Update accordingly.
12014
12015 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12016
12017         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12018         entry.
12019
12020         * gnus-sum.el (gnus-summary-make-menu-bar):
12021         Add gnus-article-browse-html-article.
12022
12023 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12024
12025         * gnus-sum.el (gnus-summary-mime-map):
12026         Add gnus-article-browse-html-article.
12027
12028         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12029
12030 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12031
12032         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12033         suitable coding systems in customize.
12034
12035 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12036
12037         * mail-source.el (mail-sources): Fix custom type.
12038
12039 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12040
12041         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12042         (gnus-summary-expire-articles-now): Shorten prompt.
12043
12044         * gmm-utils.el (wid-edit): Require.
12045         (defun-gmm): Rename from `gmm-defun-compat'.
12046         (gmm-image-search-load-path): Use it.
12047         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12048
12049 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * gnus-sum.el (gnus-summary-save-article-coding-system):
12052         New variable.
12053         (gnus-summary-save-article): Add optional `decode' argument.
12054         If it is set and gnus-summary-save-article-coding-system is non-nil,
12055         save decoded article.
12056         (gnus-summary-write-article-file): Save decoded article if
12057         gnus-summary-save-article-coding-system is non-nil.
12058
12059         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12060         type.
12061
12062 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12063
12064         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12065
12066 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12069         first to test gnus-single-article-buffer which may be buffer-local.
12070
12071         * gnus-sum.el (gnus-summary-setup-buffer):
12072         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12073         group; make gnus-article-buffer, gnus-article-current, and
12074         gnus-original-article-buffer always buffer-local.
12075         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12076         group.
12077         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12078
12079 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12080
12081         * nnml.el (nnml-request-compact-group): Compressed files might not
12082         have .gz extension.
12083
12084 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12085
12086         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12087         (mm-copy-to-buffer): Use with-current-buffer.
12088         (mm-display-part): Simplify.
12089         (mm-inlinable-p): Add optional arg `type'.
12090
12091 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12092
12093         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12094         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12095         Try harder to show the attachment internally or externally using
12096         gnus-mime-view-part-as-type.
12097
12098 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12099
12100         * message.el (message-from-style, message-signature-separator)
12101         (message-user-organization-file, message-send-mail-function)
12102         (message-citation-line-function, message-yank-prefix)
12103         (message-indent-citation-function, message-signature)
12104         (message-signature-file, message-signature-insert-empty-line):
12105         Remove autoloads.
12106
12107         * gnus-art.el (gnus-buttonized-mime-types):
12108         Remove "multipart/signed".  Revert 2006-04-26 change.
12109
12110 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12111
12112         * gnus.el (gnus-version-number): Bump version.
12113
12114 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12115
12116         * gnus.el: No Gnus v0.5 is released.
12117
12118 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12119
12120         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12121         fetching articles by message-id.
12122
12123 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12124
12125         * message.el (hashcash): Require hashcash as normal.
12126
12127         * ecomplete.el (ecomplete-highlight-match-line):
12128         Use point-at-eol.
12129         (ecomplete-highlight-match-line): Use `highlight', because that
12130         face exists in both Emacs and XEmacs.
12131
12132         * message.el (message-display-abbrev): Use point-at-bol.
12133
12134         * mail-source.el: Don't require timer/timer-funcs.
12135
12136         * gnus-async.el: Ditto.
12137
12138         * password.el: Ditto.
12139
12140         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12141
12142         * mm-url.el: Ditto.
12143
12144         * gnus-xmas.el: Don't require timer-funcs.
12145
12146         * mm-util.el: Require timer/timer-funcs.
12147
12148 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12149
12150         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12151         Close.
12152
12153 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12156         unibyte after clear-decrypt function runs.
12157
12158         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12159         returns as a unibyte string.
12160
12161 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * lpath.el: Revert.
12164
12165         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12166         (pgg-gpg-process-sentinel): Revert.
12167
12168         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12169         (pgg-pgp-lookup-key): Revert.
12170
12171         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12172         (pgg-pgp5-lookup-key): Revert.
12173
12174         * pgg.el (pgg-fetch-key): Revert.
12175
12176 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * lpath.el: Fbind string-as-multibyte for XEmacs.
12179
12180         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12181         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12182         (mml1991-pgg-encrypt): Ditto.
12183
12184         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12185         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12186         a multibyte buffer.
12187
12188         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12189         (pgg-pgp-lookup-key): Ditto.
12190
12191         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12192         (pgg-pgp5-lookup-key): Ditto.
12193
12194         * pgg.el (pgg-fetch-key): Ditto.
12195
12196 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12197
12198         * message.el (message-user-organization-file): Check several
12199         locations of the organization file.
12200
12201         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12202         Add gnus-article-view-part-as-type.
12203
12204         * gnus-art.el (gnus-article-view-part-as-type): New function.
12205
12206         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12207         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12208
12209         * mml.el: Simplify autoload.
12210         (mml-mode): defvar dnd-protocol-alist instead of using
12211         symbol-value.
12212         (mml-default-directory): New variable.
12213         (mml-minibuffer-read-file): Use it.
12214         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12215
12216         * message.el (message-citation-line-format): New variable.
12217         (message-insert-formated-citation-line): New function.
12218         (message-citation-line-function):
12219         Add `message-insert-formated-citation-line' to custom type.
12220
12221         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12222         to doc string.
12223
12224         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12225         depending on mm-verify-option.
12226
12227 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12230         binding pgg-* variables; reimplement the section which prevents
12231         MIME header from being signed.
12232         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12233         pgg-text-mode; remove a blank line at the top of body.
12234
12235         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12236         lines at the top of body; use gnus-newsgroup-charset if there's no
12237         Charset header.
12238
12239 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * message.el (message-self-insert-commands): Doc fix.
12242
12243         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12244         (mm-uu-pgp-encrypted-test): Ditto.
12245         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12246         between header and body; return application/pgp-encrypted handle
12247         if decryption failed; decode decrypted body by charset.
12248
12249         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12250         element match to application/pgp-*.
12251
12252 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12253
12254         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12255         HTML.
12256
12257 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12258
12259         * mail-source.el (mail-source-call-script): Message the error
12260         string.
12261
12262 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12263
12264         * gnus-util.el (gnus-byte-compile): Use it.
12265
12266 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12267
12268         * gnus-util.el (kill-empty-logs): New function.
12269
12270 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12271
12272         * message.el (message-mail-alias-type): Doc fix.
12273         (message-mail-alias-type-p): New function.
12274         (message-send): Use it.
12275         (message-mode): Ditto.
12276         (message-strip-forbidden-properties): Ditto.
12277
12278         * ecomplete.el (ecomplete-database-file-coding-system):
12279         New variable.
12280         (ecomplete-save): Use it.
12281         (ecomplete-setup): Use it.
12282
12283 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12284
12285         * message.el (message-self-insert-commands): New variable.
12286         (message-strip-forbidden-properties): Use it.
12287
12288 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12289
12290         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12291         that doesn't make XEmacs choke.
12292
12293 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12294
12295         * gnus-util.el (gnus-replace-in-string):
12296         Prefer replace-regexp-in-string over of replace-in-string.
12297
12298 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * gnus-util.el (gnus-select-frame-set-input-focus):
12301         Use select-frame-set-input-focus if it is available in XEmacs; use
12302         definition defined in Emacs 22 for old Emacsen.
12303
12304         * dgnushack.el: Autoload unmorse-region for XEmacs.
12305
12306         * lpath.el: Bind cursor-in-non-selected-windows and
12307         select-frame-set-input-focus for XEmacs.
12308
12309 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12310
12311         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12312
12313 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12314
12315         * gnus-registry.el (gnus-registry-cache-save): Remove text
12316         properties when saving via the temp buffer.
12317
12318 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12319
12320         * message.el (message-generate-hashcash): Honor custom type.
12321
12322 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12323
12324         * message.el (message-generate-hashcash): Default to non-nil when
12325         hashcash is found.
12326
12327         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12328         (gnus-refer-thread-limit): Increase default to 500.
12329
12330         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12331
12332         * flow-fill.el (fill-flowed): Allow delete-space.
12333
12334 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12335
12336         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12337         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12338         Remove autoloads.
12339
12340 2006-04-18  Simon Josefsson  <jas@extundo.com>
12341
12342         * message.el (message-generate-hashcash): Default to.
12343
12344 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12347         concatenating segments rather than before concatenating them.
12348
12349 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12350
12351         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12352
12353 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12354
12355         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12356
12357         * message.el (message-forward-make-body-plain):
12358         Allow message-forward-ignored-headers to be a list.
12359         (message-remove-ignored-headers): Factor out into function.
12360         (message-forward-make-body-mml): Use it.
12361
12362         * imap.el (imap-quote-specials): New function.
12363         (imap-login-auth): Quote specials.
12364
12365         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12366         (rfc2231-parse-string): Allow concatanation of parameters that
12367         aren't contiguous.  The test case is
12368           (mail-header-parse-content-type "message/external-body;
12369             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12370             access-type=LOCAL-FILE;
12371             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12372
12373 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12374
12375         * nntp.el (nntp-accept-process-output): Return the value of
12376         `nnheader-accept-process-output'.
12377
12378 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12379
12380         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12381         (gnus-button-alist): Recognize more diff formats.
12382         (gnus-button-patch): Strip directory.
12383
12384 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12385
12386         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12387         Emacs 22 when setting focus.
12388
12389 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12390
12391         * gnus-art.el (gnus-article-treat-types): Do treatment of
12392         text/x-verbatim parts.
12393         (gnus-button-patch): New command.
12394
12395         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12396         addresses that contain invalid characters.
12397
12398 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12399
12400         * message.el (message-put-addresses-in-ecomplete):
12401         Use gnus-replace-in-string.
12402         (message-is-yours-p): Use the more correct
12403         mail-header-parse-address instead of
12404         mail-extract-address-components.
12405         (message-put-addresses-in-ecomplete): Fix typo.
12406
12407         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12408         keystroke.
12409
12410         * gnus-art.el (gnus-treatment-function-alist): Change order of
12411         newsgroups/generic header folding to avoid double-folding.
12412
12413         * message.el (message-hidden-headers): Add X-Draft-From.
12414
12415         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12416         New command.
12417         (gnus-summary-repeat-search-article-backward): New command.
12418
12419         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12420         groups in the parent topic.
12421
12422 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12423
12424         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12425         (spam-extra-header-to-number): Return the CRM114 number as a
12426         number instead of a string.
12427
12428 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12429
12430         * gnus-art.el (gnus-face-properties-alist): Move here from
12431         gnus-fun.
12432
12433         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12434
12435 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12436
12437         * message.el (message-strip-forbidden-properties): Only display on
12438         self-insert-command.
12439
12440         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12441         reindent.
12442         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12443
12444 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12445
12446         * smiley.el (smiley-style): Fix typo.
12447
12448 2006-03-23  Kenichi Handa  <handa@m17n.org>
12449
12450         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12451         instead of set-buffer-multibyte.
12452
12453 2006-03-23  Kenichi Handa  <handa@m17n.org>
12454
12455         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12456         buffer and then decode the buffer text if necessary.
12457         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12458         first, and after mm-encode-body, change the buffer to unibyte.
12459
12460 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12461
12462         * hashcash.el (hashcash-insert-payment-async-2):
12463         Use message-goto-eoh instead of doing it manually.
12464         (mail-add-payment): Use message-narrow-to-header instead of trying
12465         to do the same itself.
12466
12467         * message.el (message-hidden-headers): Add Face.
12468
12469         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12470         reparenting code.
12471         (gnus-summary-reparent-children): Refactored out code.
12472         (gnus-summary-thread-map): New keystroke.
12473         (gnus-summary-reparent-children): Make into command.
12474
12475         * smiley.el (smiley-style): Default to `medium' if using a large
12476         font.
12477
12478         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12479         does it itself.
12480
12481         * message.el (message-point-in-header-p): Simplify definition.
12482
12483 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12484
12485         * nnagent.el (nnagent-request-set-mark): Silence log file
12486         writing.
12487         (nnagent-request-set-mark): Use write-region instead of
12488         append-to-file.
12489
12490         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12491         strange select method.
12492
12493         * ecomplete.el (ecomplete-display-matches): Get highlightling
12494         right.
12495         (ecomplete-display-matches): Use literals.
12496         (ecomplete-display-matches): Disable message logging.
12497
12498         * message.el (message-display-abbrev): Small optimization.
12499
12500         * ecomplete.el (ecomplete-display-matches): Allow automatic
12501         display.
12502
12503         * message.el (message-strip-forbidden-properties):
12504         Display abbrevs.
12505         (message-display-abbrev): Get automatic display right.
12506
12507         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12508         keystrokes.
12509
12510 2006-04-13  Romain Francoise  <romain@orebokech.com>
12511
12512         TODO: Backport to v5-10!
12513
12514         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12515         Move here (and rename) from gnus-registry.el.
12516
12517         * gnus-registry.el: Require gnus-util.
12518         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12519
12520 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12521
12522         * gnus-group.el (gnus-group-catchup-current):
12523         Change if-then-else-if-then-else into cond.
12524         (gnus-group-catchup): Indent.
12525         (group-name-at-point): New function.
12526         (gnus-fetch-group): Provide default from thing at point.
12527
12528 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12529
12530         * message.el (message-display-abbrev): Fix regexp.
12531
12532         * ecomplete.el (ecomplete-highlight-match-line):
12533         Reimplement choosing.
12534         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12535         dead variables.
12536
12537         * message.el (message-newline-and-indent): Remove debugging.
12538         (message-display-abbrev): Use new implementation.
12539
12540 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12541
12542         * gnus-art.el (gnus-article-mode):
12543         Set cursor-in-non-selected-windows to nil.
12544
12545         * smiley.el: Revert previous change.
12546         (smiley-data-directory): defvar it before using it in the
12547         defcustom of `smiley-style'.
12548
12549 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12550
12551         * message.el (message-newline-and-indent): New function.
12552
12553         * ecomplete.el: Implement more bits.
12554
12555         * message.el (message-put-addresses-in-ecomplete): Clean up the
12556         string.
12557
12558         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12559
12560         * gnus-sum.el (gnus-summary-save-parts):
12561         Bind gnus-summary-save-parts-counter and use it to make unique file
12562         names.
12563
12564         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12565
12566         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12567         parameter to say whether to actually parse the individual
12568         addresses.
12569
12570         * message.el (message-put-addresses-in-ecomplete): New function.
12571         (ecomplete): Require.
12572         (message-mail-alias-type): Add ecomplete as an option.
12573
12574 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12575
12576         * flow-fill.el (fill-flowed): Remove trailing space from blank
12577         quoted lines.
12578
12579 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12580
12581         * smiley.el (smiley-style): Move definition later to avoid a
12582         compilation warning.
12583
12584 2006-04-12  Kenichi Handa  <handa@m17n.org>
12585
12586         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12587         buffer and then decode the buffer text if necessary.
12588         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12589         first, and after mm-encode-body, change the buffer to unibyte.
12590         Use mm-disable-multibyte instead of set-buffer-multibyte.
12591
12592 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12595         Content-Type header instead of Content-Disposition header.
12596         (gnus-mime-inline-part): Ditto.
12597         (gnus-mime-view-part-as-charset): Ignore charset that the part
12598         specifies.
12599
12600         * mm-decode.el (mm-display-part): Work with external parts and
12601         usual parts similarly.
12602
12603         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12604         instead of gnus-display-mime.
12605
12606         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12607         instead of with-temp-buffer.
12608
12609         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12610         tag to summarized topics part in order to encode non-ASCII text.
12611
12612 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12613
12614         * smiley.el (smiley-style): New variable.
12615         (smiley-directory): New function.
12616         (smiley-data-directory): Derive from `smiley-style' using
12617         `smiley-directory'.
12618         (smiley-regexp-alist): Add new entries.
12619
12620         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12621         (gnus-article-browse-delete-temp): Add :version.
12622
12623 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12624
12625         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12626         the sieve region.
12627
12628 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12629
12630         * gnus.el (gnus-version-number): Bump version.
12631
12632 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12633
12634         * gnus.el: No Gnus v0.4 is released.
12635
12636 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12637
12638         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12639         layout.
12640
12641         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12642         unknown charset.
12643
12644         * message.el (message-header-synonyms): Add Original-To to the
12645         default.
12646
12647         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12648         optional parameter.
12649
12650 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * gnus-fun.el (gnus): Require it for gnus-directory.
12653
12654 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12657
12658 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12659
12660         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12661
12662 2006-04-05  Simon Josefsson  <jas@extundo.com>
12663
12664         * password.el (password-reset): New function.
12665
12666 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12667
12668         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12669         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12670
12671 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12672
12673         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12674         Some whitespace was matched into the url, which broke browsing hits
12675         > 100 when mm-url-use-external was nil.
12676
12677 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12678
12679         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12680         Check gnus-extra-headers for 'Newsgroups.
12681
12682         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12683         bound.
12684
12685 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12686
12687         * pgg-gpg.el: Clean up process buffers every time gpg processes
12688         complete.
12689
12690 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12691
12692         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12693         doc string.
12694
12695 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12696
12697         * pgg-gpg.el (pgg-gpg-process-filter)
12698         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12699
12700         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12701         lines, temporary fix.
12702
12703 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12704
12705         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12706
12707 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12708
12709         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12710         default-enable-multibyte-characters.  This reverts the change from
12711         revision 6.17 which is no longer necessary because the passphrase
12712         is sent separately now.  GnuPG messages are unreadable under
12713         multibyte locales with default-enable-multibyte-characters set to
12714         nil.
12715
12716 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12717
12718         * message.el (message-tool-bar-gnome): Move "spell".
12719
12720 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12721
12722         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12723         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12724         instead.
12725
12726 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12727
12728         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12729         Improve newsgroups handling for NNTP overviews which don't include
12730         Newsgroups.
12731
12732 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12733
12734         * message.el (message-resend): Bind message-generate-hashcash to nil.
12735
12736 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12737
12738         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12739         when searching for already-paid recipients.
12740
12741 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12742
12743         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12744         passphrases when it is not needed.
12745         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12746         passphrase stuff from gpg, should only be necessary when you use
12747         gpg with a smartcard.
12748
12749 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12750
12751         * mml.el (mml-insert-mime): Ignore cached contents of
12752         message/external-body part.
12753
12754         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12755         (mm-insert-part): Ditto.
12756
12757 2006-03-23  Simon Josefsson  <jas@extundo.com>
12758
12759         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12760         Reiner.
12761         (pgg-gpg-use-agent-p): Use it again.
12762
12763 2006-03-23  Simon Josefsson  <jas@extundo.com>
12764
12765         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12766         older emacsen.
12767         (pgg-gpg-use-agent-p): Don't use it.
12768
12769 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12770
12771         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12772         if we can.
12773
12774 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12775
12776         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12777         (pgg-gpg-update-agent): New function.
12778         (pgg-gpg-use-agent-p): New function.
12779         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12780         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12781         (pgg-gpg-sign-region): Use it.
12782
12783 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12784
12785         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12786         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12787
12788 2006-03-21  Simon Josefsson  <jas@extundo.com>
12789
12790         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12791         <wilde@sha-bang.de>.
12792         (pgg-gpg-use-agent): New variable.
12793         (pgg-gpg-process-region): Use it.
12794         (pgg-gpg-encrypt-region): Likewise.
12795         (pgg-gpg-encrypt-symmetric-region): Likewise.
12796         (pgg-gpg-decrypt-region): Likewise.
12797         (pgg-gpg-sign-region): Likewise.
12798         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12799
12800 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12801
12802         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12803
12804         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12805         Add comment on version.
12806
12807 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12808
12809         * smiley.el: Add missing test smiley.
12810
12811 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * mm-decode.el (mm-with-part): New macro.
12814         (mm-get-part): Use it; work with message/external-body as well.
12815         (mm-save-part): Treat name and filename equally.
12816
12817         * mm-extern.el (mm-extern-cache-contents): New function.
12818         (mm-inline-external-body): Use it; force the part to be displayed;
12819         move undisplayer added to the cached handle to the parent.
12820
12821         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12822         (gnus-mime-view-part-as-type): Work with message/external-body.
12823
12824         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12825
12826 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12827
12828         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12829         images in image-load-path.  [Sync with image.el, revision 1.60, in
12830         Emacs.]
12831
12832 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12833
12834         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12835         path rather than symbol.  Always return list of directories.
12836         Guarantee that image directory comes first.  [Sync with image.el,
12837         revision 1.59, in Emacs.]
12838
12839         * message.el (message-make-tool-bar): Adjust to new API of
12840         `gmm-image-load-path-for-library'.
12841
12842         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12843
12844         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12845
12846 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12847
12848         * gnus-art.el (gnus-article-only-boring-p):
12849         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12850         intangible text.
12851         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12852
12853 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12854
12855         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12856         Use `defun' instead of `gmm-defun-compat'.
12857
12858 2006-03-14  Simon Josefsson  <jas@extundo.com>
12859
12860         * message.el (message-unique-id): Don't use message-number-base36
12861         if (user-uid) is a float.
12862         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12863
12864 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12867
12868         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12869         empty line between a part and a message part.
12870
12871 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12872
12873         * smiley.el: Add more test smileys.
12874         (smiley-data-directory, smiley-regexp-alist)
12875         (gnus-smiley-file-types): Fix doc strings.
12876         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12877         adding new elements.
12878         (smiley-mouse-map): Unused code.  Make it a comment.
12879
12880 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12881
12882         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12883         scan latest NoCeM messages instead of old ones.
12884         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12885         delimiters that are recently used.
12886         (gnus-nocem-load-cache): Add autoload cookie.
12887
12888         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12889
12890         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12891         level which is larger than gnus-use-nocem is specified.
12892
12893         * gnus-group.el (gnus-group-get-new-news): Ditto.
12894
12895 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * gnus-util.el (gnus-tool-bar-update): New function.
12898
12899         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12900         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12901
12902         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12903
12904         * gnus-group.el (gnus-group-redraw-when-idle)
12905         (gnus-group-redraw-check): Remove.
12906         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12907
12908 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12911         if optional last element is specified in splits (FIELD VALUE...).
12912
12913 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12914
12915         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12916         to gmm-image-load-path-for-library.  Call with no-error argument.
12917         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12918
12919         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12920
12921         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12922
12923         * gmm-utils.el (gmm-image-load-path): Remove alias.
12924
12925 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * gmm-utils.el (gmm-image-load-path): Add alias.
12928
12929         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12930         nnml-generate-nov-databases-1.
12931         (nnml-generate-nov-databases): Use it.
12932         (nnml-generate-nov-databases-directory): Document no-active
12933         argument.
12934
12935         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12936         directory if path is t.  Add no-error.
12937
12938         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12939         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12940
12941         * gnus-art.el (gnus-article-browse-delete-temp-files):
12942         Simplify resetting gnus-article-browse-html-temp-list.
12943
12944         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12945         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12946         Add example to docstring.  Rename local variables.  Move error
12947         checks to default case in cond and simplify.
12948
12949 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12952         handle is multipart when calling it recursively.
12953         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12954
12955 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12956
12957         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12958         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12959
12960 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12963         is loaded.
12964
12965         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12966         loaded.
12967
12968 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12969
12970         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12971         to "Emacs 23 (unicode)" in doc string.
12972
12973         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12974         "Emacs 23 (unicode)" in comment.
12975
12976 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12979
12980         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12981         characters 160 through 255 in Emacs 23.
12982
12983 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12984
12985         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12986         gnus-article-browse-html-temp.
12987         (gnus-article-browse-delete-temp): Make it customizable.
12988         Add `file'.  Adjust doc string.
12989         (gnus-article-browse-delete-temp-files): Add argument.
12990         Allow query for each file.  Adjust doc string.
12991         (gnus-article-browse-html-parts):
12992         Add `gnus-article-browse-delete-temp-files' to
12993         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12994
12995 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12996
12997         * gnus-art.el (gnus-article-browse-html-temp)
12998         (gnus-article-browse-delete-temp): New variables.
12999         (gnus-article-browse-delete-temp-files): New function.
13000         (gnus-article-browse-html-parts): Use it.
13001
13002 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13003
13004         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13005
13006         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13007         string.
13008
13009         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13010         gnus-summary-insert-new-articles when unplugged.
13011         Remove gnus-summary-search-article-forward.
13012
13013         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13014         display-visual-class instead of display-color-cells.
13015
13016 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * dgnushack.el: Autoload customize-group for XEmacs.
13019
13020         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13021         message/* containing non-ASCII text properly.
13022
13023 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13024
13025         * message.el: Require gmm-utils, remove autoloads.
13026         (message-tool-bar): Set default based on
13027         gmm-tool-bar-style.
13028         (message-tool-bar-gnome): Add gmm-customize-mode.
13029
13030         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13031         gmm-tool-bar-style.
13032         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13033
13034         * gnus-group.el (gnus-group-tool-bar): Set default based on
13035         gmm-tool-bar-style.
13036         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13037
13038         * gmm-utils.el (gmm-image-directory): Rename variable from
13039         gmm-image-load-path.
13040         (gmm-image-load-path): Use gmm-image-directory.
13041         (gmm-customize-mode): New function.
13042         (gmm-tool-bar-style): New variable.
13043
13044         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13045         gnus-group-redraw-line-number.
13046         (gnus-group-redraw-check): Simplify.
13047         (gnus-group-tool-bar-update): Remove redraw check.
13048         (gnus-group-make-tool-bar): Add redraw check.
13049
13050 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13051
13052         * gnus-art.el (gnus-button): Add missing parentheses.
13053
13054 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * lpath.el: Fbind line-number-at-pos.
13057
13058 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13061
13062 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13063
13064         * gnus-art.el (gnus-button): New face.
13065         (gnus-article-button-face): Use it.
13066
13067         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13068         Add gnus-summary-next-page.  Re-order.
13069
13070         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13071         next-node are now included.
13072         (gnus-group-redraw-line-number): New internal variable.
13073         (gnus-group-redraw-check): Helper function for updating the tool
13074         bar.
13075         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13076
13077         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13078
13079         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13080         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13081         Use it to match format of Spamassassin 3.0 and later.
13082         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13083         (spam-check-bogofilter)
13084         (spam-bogofilter-register-with-bogofilter): Fix args of
13085         `gnus-error' calls.
13086
13087 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13088
13089         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13090         unnecessary interaction when sending queued mails.
13091         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13092
13093 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13094
13095         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13096         first or last are nil.
13097
13098 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13099
13100         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13101
13102 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13103
13104         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13105
13106 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13107
13108         * dns.el (query-dns): Protect more against buggy tcp output.
13109
13110 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13111
13112         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13113         nov.php.
13114
13115 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13116
13117         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13118         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13119         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13120         output on the server side.
13121         (nnweb-google-create-mapping): Update regexps and add some
13122         progress indication.
13123
13124 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13125
13126         * gnus-group.el (gnus-group-tool-bar-gnome):
13127         Fix gnus-agent-toggle-plugged.  Re-order icons.
13128         (gnus-group-tool-bar-gnome):
13129         Add gnus-group-{prev,next}-unread-group.
13130         (gnus-group-tool-bar-gnome): Re-order icons.
13131
13132         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13133         Move gnus-summary-insert-new-articles.
13134
13135         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13136         Fix comments.
13137
13138         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13139         also available in Emacs 21.3.
13140
13141         * message.el (message-fix-before-sending): Change "Emacs 22" to
13142         "Emacs 23 (unicode)" in comment.
13143
13144         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13145         "Emacs 23 (unicode)" in comment.
13146
13147         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13148         comment.
13149         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13150
13151         * mm-view.el (mm-fill-flowed): Add :version.
13152
13153 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13156         and load-path.
13157
13158 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13159
13160         * message.el: Autoload gmm-image-load-path.
13161         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13162         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13163         consitency.
13164
13165         * gmm-utils.el (gmm-image-load-path): Also search in
13166         "../etc/images".  Don't set gmm-image-load-path if we don't find
13167         the image.
13168
13169 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * gmm-utils.el (gmm-image-load-path): Don't make
13172         `gmm-image-load-path' include subdirectories which the second arg
13173         `image' might specify.
13174
13175         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13176         subdirectory to icon file names.
13177
13178         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13179
13180 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13181
13182         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13183         gmm-image-load-path calls.
13184
13185         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13186
13187         * message.el (message-make-tool-bar): Ditto.
13188
13189         * mml.el (mml-preview): Add comment concerning tool bar icons.
13190
13191         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13192         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13193
13194         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13195         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13196
13197         * message.el (message-tool-bar-gnome): Use new icon names.
13198         (message-make-tool-bar): Use `gmm-image-load-path'.
13199
13200         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13201         New functions from MH-E.
13202         (gmm-image-load-path): New variable from MH-E.
13203         (gmm-image-load-path): New function from MH-E.  Add arguments
13204         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13205         *-image-load-path-called-flag.
13206
13207 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13208
13209         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13210
13211 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13212
13213         * nnimap.el (nnimap-request-move-article): Change folder back to
13214         source group before deleting.
13215
13216 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13217
13218         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13219
13220         * gnus-art.el (mm-url-insert-file-contents-external):
13221         Autoload mm-url.
13222
13223         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13224
13225 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13226
13227         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13228         coding system which mm-charset-to-coding-system returns for a
13229         given charset is valid.
13230
13231 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13232
13233         * html2text.el (html2text-remove-tag-list):
13234         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13235
13236 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13237
13238         * gnus-cus.el: Revert 2005-10-17 change.
13239
13240 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gnus-art.el (article-strip-banner):
13243         Call article-really-strip-banner only when the regexp match is made.
13244
13245 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * gnus-art.el (article-strip-banner):
13248         Use gnus-extract-address-components instead of
13249         mail-header-parse-addresses to make it work with non-ASCII text;
13250         remove mail-encode-encoded-word-string.
13251
13252         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13253         values which are surrounded with \"...\"; make it never cause a
13254         Lisp error; give up parsing of parameters if it failed in
13255         extracting type.
13256
13257 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13258
13259         * smime.el (smime-cert-by-ldap-1): Fix bug where
13260         `smime-ldap-search' returns results without userCertificates.
13261
13262 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13265
13266 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13267
13268         * spam.el (spam-check-spamassassin-headers): Adapt format for
13269         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13270         <ari@mbf.ocn.ne.jp>.
13271         (spam-list-of-processors): Add spam-use-gmane.
13272
13273 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13276         make-temp-file; make it work with XEmacs as well.
13277
13278         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13279         mm-make-temp-file.
13280
13281         * mm-decode.el (mm-display-external): Use the 3rd arg of
13282         mm-make-temp-file.
13283         (mm-create-image-xemacs): Ditto.
13284
13285 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13286
13287         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13288         with message-narrow-to-headers.
13289         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13290         (gnus-draft-check-draft-articles): New function.
13291         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13292
13293 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13294
13295         * gnus-art.el (gnus-article-browse-html-parts):
13296         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13297         Don't use suffix argument for mm-make-temp-file for Emacs 21
13298         compatibility.  Remove useless `format'.
13299
13300 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13301
13302         * nnweb.el (nnweb-google-wash-article): Update regexps.
13303         (nnweb-group-alist): Use defvoo instead of defvar.
13304
13305 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13308         re-loading nn* modules.
13309
13310 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13311
13312         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13313         for `tool-bar-mode' and don't check it's default-value.
13314
13315         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13316
13317         * message.el (message-make-tool-bar): Ditto.
13318
13319         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13320         `substring'.  Shorten tmp-file name.
13321
13322         * gnus.el: Remove bogus comment.
13323
13324 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13325
13326         * gnus-art.el (gnus-article-browse-html-parts): New function.
13327         (gnus-article-browse-html-article): New function for viewing html
13328         articles with a browser.
13329
13330 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13331
13332         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13333         in elisp.
13334         (pgg-gpg-encrypt-symmetric-region): Ditto.
13335         (pgg-gpg-sign-region): Ditto.
13336
13337         * pgg-def.el (pgg-text-mode): New variable.
13338
13339         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13340         (mml2015-pgg-encrypt): Ditto.
13341
13342         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13343         (mml1991-pgg-encrypt): Ditto.
13344
13345 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * nnfolder.el (nnfolder-insert-newsgroup-line):
13348         Use message-make-date instead of current-time-string.
13349
13350         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13351         to gnus-decoded which mm-uu might set.
13352
13353 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13356         don't decode quoted parameters; remove misimported Emacs code.
13357         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13358         (rfc2231-decode-encoded-string): Don't use split-string which
13359         behaves differently according to Emacs version; use
13360         mm-decode-coding-region to convert charset to coding-system.
13361         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13362         (rfc2231-encode-string): Remove misimported Emacs code.
13363
13364 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13367         when calling mail-header-parse-content-type.
13368         (article-de-quoted-unreadable): Ditto.
13369         (article-de-base64-unreadable): Ditto.
13370         (article-wash-html): Ditto.
13371
13372         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13373         calling mail-header-parse-content-type and
13374         mail-header-parse-content-disposition.
13375         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13376         mail-header-parse-content-type.
13377
13378         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13379         insert charset and format parameters; encode description after
13380         inserting it to buffer.
13381         (mml-insert-parameter): Fold lines properly even if a parameter is
13382         segmented into two or more lines; change the max column to 76.
13383
13384         * rfc1843.el (rfc1843-decode-article-body): Don't use
13385         ignore-errors when calling mail-header-parse-content-type.
13386
13387         * rfc2231.el (rfc2231-parse-string): Return at least type if
13388         possible; don't cause an error even if it fails in parsing of
13389         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13390         (rfc2231-encode-string): Don't break lines at the beginning, leave
13391         it to mml-insert-parameter.
13392
13393         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13394         calling mail-header-parse-content-type.
13395
13396 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13397
13398         * spam-report.el (spam-report-gmane-use-article-number):
13399         Improve doc string.
13400         (spam-report-gmane-internal): Check if a suitable header was found
13401         in the article.
13402
13403 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13406         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13407
13408 2006-02-05  Romain Francoise  <romain@orebokech.com>
13409
13410         Update copyright notices of all files in the gnus directory.
13411
13412 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13413
13414         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13415
13416 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13419         segmented lines of parameter value to cope with Thunderbird 1.5
13420         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13421         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13422         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13423
13424 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13425
13426         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13427         parts.
13428
13429 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13430
13431         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13432         there's only one active file for all servers.
13433         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13434         solid groups.  Gnus might have used a FAST request to select the group.
13435         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13436         and nnweb-search redundantly in the active file.
13437         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13438         (nnweb-request-create-group): Don't use ARGS.
13439         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13440         initialisations.  Let nnoo do the work.
13441
13442 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13445         Say the part has been decoded.
13446
13447         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13448
13449 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13450
13451         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13452         mailcap-viewer-test-cache when there's no 'test clause, since that
13453         will invert the meaning of a "nil" test previously determined by
13454         mailcap-mailcap-entry-passes-test.
13455
13456 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13457
13458         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13459         compiling.
13460
13461         * gnus-sum.el: Ditto.
13462
13463         * message.el: Don't bind tool-bar-map when compiling.
13464
13465 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13466
13467         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13468
13469 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13470
13471         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13472         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13473         current Google Groups.
13474
13475 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13476
13477         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13478         and tool-bar-mode.
13479
13480         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13481         and tool-bar-mode.
13482
13483         * message.el (message-tool-bar-update): Simplify.
13484         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13485
13486         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13487         gnus-summary-buffer.
13488         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13489         gnus-summary-reply.
13490
13491         * gmm-utils.el (gmm): Add :version.
13492
13493 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13494
13495         * Makefile.in (clean): New rule.
13496         (distclean): Use it.
13497
13498 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13499
13500         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13501         Don't autoload.
13502
13503 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * gmm-utils.el (gmm-verbose): Add :group.
13506
13507 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13508
13509         * message.el: Change some comments WRT tool-bars.
13510
13511         * gnus-sum.el (gnus-summary-tool-bar)
13512         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13513         (gnus-summary-tool-bar-zap-list): New variables.
13514         (gnus-summary-make-tool-bar): Complete rewrite using
13515         `gmm-tool-bar-from-list'.
13516
13517         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13518         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13519         New variables.
13520         (gnus-group-make-tool-bar): Complete rewrite using
13521         `gmm-tool-bar-from-list'.
13522         (gnus-group-tool-bar-update): New function.
13523
13524         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13525
13526 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13529         is dissected into a single part of which the type is the same as
13530         the given one; decode charset.
13531
13532 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13533
13534         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13535         into alists as symbol not string, since that's what
13536         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13537         look for.
13538
13539 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13540
13541         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13542         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13543
13544         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13545
13546 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13549         (gnus-xmas-mime-security-button-menu): New function.
13550
13551         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13552         (gnus-mime-security-button-menu): New definition.
13553         (gnus-mime-security-button-map): Use them.
13554         (gnus-mime-security-button-menu): New function.
13555         (gnus-insert-mime-security-button): Addition to help echo.
13556         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13557         (gnus-mime-security-pipe-part): New functions.
13558
13559         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13560         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13561
13562         * mm-decode.el (mm-handle-set-disposition): Remove.
13563         (mm-handle-set-description): Remove.
13564
13565 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13566
13567         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13568         (mm-w3m-standalone-supports-m17n-p): New function.
13569         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13570         w3m usage.
13571
13572         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13573         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13574
13575 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13576
13577         * message.el (message-tool-bar-zap-list):
13578         Use gmm-tool-bar-zap-list as custom type.
13579         (message-tool-bar-update): New function.
13580         (message-tool-bar, message-tool-bar-gnome)
13581         (message-tool-bar-retro): Add message-tool-bar-update.
13582         (message-tool-bar-gnome): Add flyspell-buffer.
13583
13584         * gnus-util.el (gnus-error): Describe `args'.
13585
13586         * gmm-utils.el (gmm-error): Describe `args'.
13587         (gmm-tool-bar-zap-list): New widget.
13588         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13589
13590 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13593         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13594         the number of recursive calls.
13595
13596         * mm-decode.el (mm-handle-set-disposition): New macro.
13597         (mm-handle-set-description): New macro.
13598
13599 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13602         encoding.
13603
13604 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13605
13606         * message.el (message-tool-bar-zap-list, message-tool-bar)
13607         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13608         (message-tool-bar-local-item-from-menu): Remove.
13609         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13610         (message-make-tool-bar): New function.
13611         (message-mode): Use `message-make-tool-bar'.
13612
13613         * gmm-utils.el: New file.
13614         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13615         (gmm-lazy): New widget copied from `nnmail.el'.
13616         (gmm-tool-bar-from-list): New function for creating customizable
13617         tool bars.
13618         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13619         output.
13620         (gmm): Add :prefix to defgroup.
13621
13622 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13623
13624         * gmm-utils.el (gmm-widget-p): New function.
13625
13626 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13627
13628         * mml.el (mml-attach-file): Describe `description' in doc string.
13629         (mml-menu): Add Emacs MIME manual and PGG manual.
13630
13631 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13632
13633         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13634
13635 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13636
13637         * nntp.el (nntp-end-of-line): Doc fix.
13638
13639 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13640
13641         * imap.el (imap-open): Handle case where buffer is a buffer
13642         object.
13643
13644 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13645
13646         * gnus-delay.el (gnus-delay): Don't autoload.
13647         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13648         to be re-loaded when customizing the `gnus-delay' group.
13649
13650 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13651
13652         * message.el (message-insert-citation-line): Use newlines.
13653
13654 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13655
13656         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13657         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13658         these routines, so the passphrase can be managed externally and
13659         passed in to the system.
13660         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13661         pgg-add-passphrase-to-cache function.
13662
13663         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13664         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13665         these routines, so the passphrase can be managed externally and
13666         passed in to the system.
13667         (pgg-pgp5-sign-region): Use new name of
13668         pgg-add-passphrase-to-cache function.
13669
13670 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13671
13672         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13673         part of the decoded armor to find the key-identifier.
13674         (pgg-gpg-lookup-key-owner): New function to return the
13675         human-readable identifier of a key owner.
13676         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13677         itself.
13678         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13679         the key value) if we have a key and can match it against a secret
13680         key.  Also, added a note pointing out fact that the prompt only
13681         indicates the first matching key.
13682
13683         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13684         pgg-decrypt-region.
13685         (pgg-add-passphrase-to-cache): Rename from
13686         `pgg-add-passphrase-cache' to reduce confusion (all callers
13687         changed).
13688         (pgg-remove-passphrase-from-cache): Rename from
13689         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13690         changed).
13691         (pgg-read-passphrase, pgg-add-passphrase-cache)
13692         (pgg-remove-passphrase-cache): Add informative docstrings.
13693         (pgg-decrypt): Convey provided passphrase in subordinate call to
13694         pgg-decrypt-region.
13695
13696 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13697
13698         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13699         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13700         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13701         'passphrase' argument, so the passphrase can be managed externally
13702         and then passed in to the system.
13703
13704         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13705         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13706         so the passphrase cache can be used reliably with identifiers
13707         besides a pgp packet's key id.
13708
13709         * pgg-gpg.el (pgg-gpg-encrypt-region)
13710         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13711         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13712         these routines, so the passphrase can be managed externally and
13713         passed in to the system.
13714
13715         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13716         'notruncate' argument, so the passphrase cache can be used
13717         reliably with identifiers besides a pgp packet's key id.
13718
13719 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13720
13721         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13722         symmetric encryption.
13723         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13724         encrypted session key.
13725         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13726         message ask for the passphrase in a proper way.
13727
13728         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13729         New user commands for symmetric encryption.
13730
13731 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13732
13733         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13734
13735         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13736
13737 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13738
13739         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13740
13741 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13742
13743         * mm-decode.el (mm-inlined-types): Add application/pgp.
13744         (mm-automatic-display): Ditto.
13745
13746         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13747         part as text.
13748
13749 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13750
13751         * nnrss.el: Update copyright.
13752         (nnrss-opml-import): Query whether to subscribe to each entry.
13753
13754         * gnus-art.el:
13755         * gnus-sum.el:
13756         * gnus-xmas.el:
13757         * messagexmas.el:
13758         * mm-uu.el:
13759         * mm-view.el: Update copyright.
13760
13761 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13762
13763         * message.el (message-info): New function.
13764         (message-mode-menu): Add it.
13765         Update copyright.
13766
13767         * ChangeLog: Fix and update copyright.
13768
13769 2006-01-13  Romain Francoise  <romain@orebokech.com>
13770
13771         * message.el (message-forward-subject-name-subject): Prefer the
13772         address to 'nowhere' if the sender has no name.
13773         Fix typo.  Update copyright year.
13774
13775 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13776
13777         * gnus-art.el (article-wash-html):
13778         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13779         (gnus-article-wash-html-with-w3m-standalone): New function.
13780
13781         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13782         mm-inline-text-html-render-with-w3m-standalone.
13783         (mm-text-html-washer-alist): Map w3m-standalone to
13784         gnus-article-wash-html-with-w3m-standalone.
13785         (mm-inline-text-html-render-with-w3m-standalone): New function.
13786
13787 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13788
13789         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13790         Improve LaTeX.
13791
13792 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13793
13794         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13795         (nnrss-request-article): Render text/plain parts as HTML.
13796
13797         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13798         the buffer.
13799
13800 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13801
13802         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13803         custom definition of `gnus-posting-styles'.
13804
13805         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13806         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13807
13808 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13809
13810         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13811         Use nntp for bug archive.
13812
13813 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13816         parts.
13817         (nnrss-normalize-date): New function converts ISO 8601 date into
13818         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13819         (nnrss-check-group): Use it.
13820
13821 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13822
13823         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13824
13825         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13826         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13827         (nnrss-insert-w3): Ditto.
13828
13829 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13832         the articles to be forwarded including the case where neither a
13833         number of articles nor a region is specified.
13834
13835 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * nnrss.el (nnrss-request-article): Fix last change; fill
13838         text/plain parts.
13839
13840 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13843         in text/plain part.
13844         (nnrss-check-group): Don't add excessive newline to dc:subject.
13845
13846 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13847
13848         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13849         article.
13850
13851 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13852
13853         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13854         (nnml-use-compressed-files, nnml-save-mail): Support other
13855         comression programs such as bzip2.
13856
13857 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13858
13859         * dns.el (query-dns): Make sure we check the buffer size before
13860         removing tcp headers.
13861
13862 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13865         remove MIME buttons associated with multipart/alternative parts.
13866         (gnus-mime-display-alternative): Tag buttons using `article-type'
13867         text property.
13868
13869         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13870         associated with multipart/alternative parts.
13871
13872         * gnus-art.el (gnus-signature-separator): Fix custom type.
13873
13874         * mm-decode.el (mm-inlined-types): Fix custom type.
13875         (mm-keep-viewer-alive-types): Ditto.
13876         (mm-automatic-display): Ditto.
13877         (mm-attachment-override-types): Ditto.
13878         (mm-inline-override-types): Ditto.
13879         (mm-automatic-external-display): Ditto.
13880
13881 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13882
13883         * spam-report.el (spam-report-user-mail-address)
13884         (spam-report-user-agent): New variables.
13885         (spam-report-url-ping-plain): Use spam-report-user-agent.
13886
13887 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13888
13889         * gnus-art.el (gnus-button-handle-custom): Do not just use
13890         `customize-apropos' for any "M-x customize-*" button but the
13891         function called for.  Accept both the function name and its
13892         argument in order to achieve this.
13893         (gnus-button-alist): Remove support for "custom:" URL's.
13894         Pass function name to `gnus-button-handle-custom' in case of "M-x
13895         customize-*" buttons.
13896
13897 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13898
13899         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13900         multipart/alternative and add xref to mm-discouraged-alternatives
13901         in doc string.
13902
13903         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13904         gnus-buttonized-mime-types in doc string.
13905
13906 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13907
13908         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13909         Suggest image/.* in the doc string.
13910
13911 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13912
13913         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13914         message-marks (Debian bug #342521).
13915
13916 2005-12-12  Simon Josefsson  <jas@extundo.com>
13917
13918         * password.el (password-read-from-cache): Add.
13919         (password-read): Use it.
13920
13921 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * rfc2047.el (rfc2047-charset-to-coding-system):
13924         Recognize us-ascii as a MIME charset.
13925
13926         * mm-bodies.el (mm-decode-content-transfer-encoding):
13927         Protect against the case where the 2nd arg TYPE is nil.
13928
13929 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13930
13931         * pop3.el (pop3-stream-type): Fix custom version.
13932
13933         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13934
13935 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13936
13937         * mm-decode.el (mm-display-external): Add missing cdr.
13938
13939 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13942         RFC1524) if it is in mailcap or add a suffix according to
13943         mailcap-mime-extensions when generating a temp filename; postpone
13944         deleting a temp file for 2 seconds for some wrappers, shell
13945         scripts, and so on, which might exit right after having started a
13946         viewer command as a background job.
13947
13948 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13949
13950         * nntp.el (nntp-marks-directory): Fix custom group.
13951
13952         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13953         steps when < 10.
13954
13955         * gnus-start.el (gnus-no-server-1):
13956         Mention `gnus-level-default-subscribed' in doc string.
13957
13958 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13959
13960         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13961         parens.
13962
13963 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-xmas.el (gnus-use-toolbar): Revert.
13966         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13967         gnus-use-toolbar is default.
13968
13969         * messagexmas.el (message-use-toolbar): Revert.
13970         (message-setup-toolbar): Use global default-toolbar if
13971         message-use-toolbar is default.
13972
13973 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13976         according to default-toolbar-visible-p.
13977
13978         * messagexmas.el (message-use-toolbar): Ditto.
13979
13980 2005-11-26  Dave Love  <fx@gnu.org>
13981
13982         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13983         (tls-program, tls-success): Provide openssl alternative.
13984
13985         * starttls.el: Doc fixes.
13986         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13987         SERVICE to PORT.
13988
13989         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13990         port null or service name.
13991         (starttls-negotiate): Autoload.
13992
13993 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * message.el (message-kill-to-signature): Fix interactive spec.
13996
13997 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * pop3.el (pop3-open-server): Recognize a string as a service name.
14000
14001 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14002
14003         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14004
14005 2005-11-23  Dave Love  <fx@gnu.org>
14006
14007         Add pop3s, pop3/starttls.
14008
14009         * pop3.el (pop3-authentication-scheme): Clarify doc.
14010         (open-tls-stream, starttls-open-stream): Autoload.
14011         (pop3-stream-type): New.
14012         (pop3-open-server): Use it.
14013
14014         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14015         for POP.
14016         (mail-source-keyword-map): Add :stream for POP.
14017         (mail-source-fetch-pop): Use pop3-stream-type.
14018
14019 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14022         of current-time-string.
14023
14024 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14025
14026         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14027         date header.
14028
14029 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14030
14031         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14032         it can seriously impact performance as it bypasses the agent's
14033         local caches.
14034
14035 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14036
14037         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14038         must be explicitly online rather than "not explicitly offline" for
14039         its flags to be synchronized.
14040
14041         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14042         that gnus-uu-unmark-thread will function correctly.
14043
14044         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14045         1024K is instead displayed as 1M.
14046
14047 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14048
14049         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14050
14051 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14052
14053         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14054
14055 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14056
14057         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14058         error message to display actual error condition.
14059         (gnus-agent-save-local): Avoid saving symbols that are bound to
14060         nil as they simply result in a warning message in
14061         gnus-agent-read-local.
14062
14063 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14066         rather than make-variable-buffer-local for file-precious-flag.
14067
14068 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14069
14070         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14071         for duplicates which are removed.  The invalid sort check then
14072         triggers a rescan after the sort as sorting may have moved
14073         duplicate entries such that they can be cheaply detected.
14074
14075 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14076
14077         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14078
14079 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14080
14081         * gnus-agent.el (gnus-agent-article-alist-save-format):
14082         Change internal variable to a custom variable.  Change default value
14083         from compressed(2) to uncompressed(1).
14084         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14085         support for uncompressed agentview files.  Taken together, reading
14086         the agentview file should now be 6-7 times faster.
14087
14088 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14089
14090         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14091         as a buffer-local variable.  This avoids creating truncated
14092         dribble files as a result of a hang up, eg.
14093
14094 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14095
14096         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14097         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14098         XEmacs.
14099
14100 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14101
14102         * gnus-start.el (gnus-start-draft-setup):
14103         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14104
14105         * gnus.el (gnus-splash): Change custom group.
14106         (gnus-group-get-parameter, gnus-group-parameter-value):
14107         Describe allow-list argument.
14108
14109         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14110         string.
14111
14112 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14113
14114         * gnus-art.el (gnus-default-article-saver): Add user-defined
14115         `function' to custom type.
14116
14117 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14118
14119         * imap.el (imap-open): Handle case where buffer is a buffer
14120         object.
14121
14122 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14123
14124         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14125         long lines.
14126         (gnus-cache-delete-group): Wrap doc strings.
14127
14128         * gnus-agent.el (gnus-agent-rename-group)
14129         (gnus-agent-delete-group): Wrap doc strings.
14130
14131 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14132
14133         * messagexmas.el (message-use-toolbar): Change the valid values
14134         into default, top, bottom, left, and right.
14135         (message-toolbar-thickness): New variable.
14136         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14137         well.
14138         (message-setup-toolbar): Make it work.
14139
14140         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14141         (gnus-use-toolbar): Change the valid values into default, top,
14142         bottom, left, and right.
14143         (gnus-toolbar-thickness): New variable.
14144         (gnus-xmas-setup-toolbar): New function.
14145         (gnus-xmas-setup-group-toolbar): Use it.
14146         (gnus-xmas-setup-summary-toolbar): Use it.
14147
14148 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14149
14150         * gnus-start.el (gnus-1): Add "native" to
14151         gnus-predefined-server-alist.
14152
14153         * gnus.el (gnus-method-to-server): Don't add "native" to the
14154         lists here, because that leads to problems when
14155         gnus-select-method is bound.
14156
14157 2005-11-09  Simon Josefsson  <jas@extundo.com>
14158
14159         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14160         use (not sort-by-date) instead.
14161
14162 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14163
14164         * gnus-delay.el (gnus-delay-group): Don't autoload.
14165         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14166         to be re-loaded when customizing the `gnus-delay' group.
14167
14168 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14169
14170         * message.el: Revert last changes.
14171         (message-insert-citation-line): Use newlines.
14172
14173 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14174
14175         * message.el (message-courtesy-message)
14176         (message-mark-insert-begin, message-mark-insert-end)
14177         (message-elide-ellipsis, message-cancel-message)
14178         (message-add-header, message-change-subject)
14179         (message-cross-post-followup-to-header)
14180         (message-cross-post-insert-note, message-reduce-to-to-cc)
14181         (message-widen-reply, message-delete-not-region)
14182         (message-kill-to-signature, message-insert-signature)
14183         (message-insert-importance-high, message-insert-importance-low)
14184         (message-insert-or-toggle-importance)
14185         (message-insert-disposition-notification-to)
14186         (message-indent-citation, message-yank-original)
14187         (message-cite-original-without-signature, message-cite-original)
14188         (message-insert-citation-line, message-position-on-field)
14189         (message-fix-before-sending, message-send-mail-partially)
14190         (message-send-mail, message-send-mail-with-sendmail)
14191         (message-send-mail-with-qmail, message-send-news)
14192         (message-check-news-header-syntax, message-generate-headers)
14193         (message-insert-courtesy-copy, message-fill-address)
14194         (message-fill-header, message-shorten-references)
14195         (message-setup-1, message-cancel-news)
14196         (message-forward-make-body-plain, message-forward-make-body-mime)
14197         (message-forward-make-body-mml, message-encode-message-body)
14198         (message-forward-make-body-digest-plain)
14199         (message-forward-make-body-digest-mime)
14200         (message-use-alternative-email-as-from): Insert `hard-newline'
14201         instead of ordinary newlines.
14202
14203 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14204
14205         * message.el (message-generate-headers): Downcase the argument
14206         given to message-check-element.
14207
14208 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14209
14210         * nntp.el (nntp-authinfo-rejected): New error condition.
14211         (nntp-wait-for): Use new error condition to signal authentication
14212         error.
14213         (nntp-retrieve-data): Rethrow new error condition to break out of
14214         recursive call to nntp-send-authinfo.
14215
14216 2005-11-08  Romain Francoise  <romain@orebokech.com>
14217
14218         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14219         (gnus-summary-exit-map): Bind to `Z p'.
14220         (gnus-summary-make-menu-bar): Add menu item.
14221
14222 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14223
14224         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14225         (gnus-treat-*): Add `first' in all doc strings.
14226
14227         * gnus-group.el (gnus-group-compact-group): Fix typo.
14228
14229 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * gnus.el (gnus-parameters-case-fold-search): New variable.
14232         (gnus-parameters-get-parameter): Use it.
14233
14234         * gnus-score.el (gnus-home-score-file): Doc fix.
14235
14236 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14237
14238         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14239
14240 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * mm-util.el (mm-special-display-p): New function.
14243
14244         * mml.el (mml-preview): Use it; doc fix.
14245
14246 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14247
14248         * imap.el (imap-open): Handle case where buffer is a buffer object.
14249
14250 2005-10-29  Romain Francoise  <romain@orebokech.com>
14251
14252         * message.el (message-fix-before-sending): Fix comment.
14253
14254 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14255
14256         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14257
14258 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14259
14260         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14261         Used in gnus-score.el.
14262
14263 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14264
14265         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14266
14267 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14268
14269         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14270         whitespace removed in revision 7.8.  Use concatenated string to
14271         protect trailing whitespace.
14272
14273 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14274
14275         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14276         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14277         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14278         Courier IMAP ("some version from 2004").  Mostly based on similar
14279         code in the same function.
14280
14281 2005-10-26  Didier Verna  <didier@xemacs.org>
14282
14283         * gnus-group.el (gnus-group-compact-group): Invalidate original
14284         article buffer.
14285         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14286         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14287         NOV database and in article itself.
14288         Invalidate article backlog.
14289
14290 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14291
14292         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14293
14294 2005-10-26  Simon Josefsson  <jas@extundo.com>
14295
14296         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14297         part of 2004-07-25 change.
14298
14299 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14300
14301         * message.el (message-display-completion-list): New function.
14302         (message-expand-group): Use it; make sure the Completions buffer
14303         is modifiable.
14304 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14305
14306         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14307         user-mail-name is an empty string.
14308
14309 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14310
14311         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14312         depending on gnus-score-decay-constant.
14313
14314         * encrypt.el (encrypt-insert-file-contents)
14315         (encrypt-write-file-contents): Don't use `gnus-message'.
14316
14317         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14318         arguments.
14319         (mm-uu-type-alist): Add message-marks and insert-marks.
14320         Pass arguments to mm-uu-verbatim-marks-extract.
14321         (mm-uu-hide-markers): New variable.
14322         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14323
14324         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14325         (gnus-convert-image-to-face-command): Use "convert" by default to
14326         allow other input image formats.
14327         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14328         accordingly.
14329
14330 2005-10-23  Simon Josefsson  <jas@extundo.com>
14331
14332         * imap.el (imap-gssapi-program): Align command line parameters
14333         with latest GNU SASL.
14334         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14335
14336 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14337
14338         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14339         HTML.
14340         (nnslashdot-request-article): Ditto.
14341
14342         * lpath.el (featurep): Add nobreak-char-display.
14343
14344 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14345
14346         * mail-source.el (mail-source-fetch-pop): Require pop3.
14347         (mail-source-check-pop): Ditto.
14348
14349 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14352         errors.
14353
14354 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14355
14356         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14357         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14358
14359         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14360
14361         * mm-bodies.el (mm-decode-string):
14362         Call `mm-charset-to-coding-system' with allow-override argument.
14363
14364 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14367         (rfc2047-charset-to-coding-system): New function.
14368         (rfc2047-decode-encoded-words): New function.
14369         (rfc2047-decode-region): Use them.
14370         (rfc2047-decode-cte): Remove.
14371         (rfc2047-parse-and-decode): Remove.
14372         (rfc2047-decode): Remove.
14373
14374 2005-10-15  Kenichi Handa  <handa@m17n.org>
14375
14376         * rfc2047.el (rfc2047-decode-cte): New function.
14377         (rfc2047-decode-region): Change the way to decode successive
14378         encoded-words: decode B- or Q-encoding in each encoded-word,
14379         concatenate them, and decode it as charset.
14380
14381 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * lpath.el: Fbind codepage-setup for XEmacs.
14384
14385 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14386
14387         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14388         widget-move-and-invoke.
14389         (gnus-custom-mode): Use gnus-custom-map.
14390
14391 2005-10-15  Bill Wohler  <wohler@newt.com>
14392
14393         * message.el (message-tool-bar-map): Rename image file from
14394         mail_send to mail/send.
14395
14396 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14397
14398         * message.el (message-expand-group): Pass the common
14399         prefix substring of completion to `display-completion-list'.
14400
14401 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14402
14403         * mml-sec.el (mml-secure-method): New internal variable.
14404         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14405         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14406         New functions using mml-secure-method.
14407
14408         * mml.el (mml-mode-map): Add key bindings for those functions.
14409         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14410         Harder <harder@myrealbox.com>.
14411         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14412         Goto end of message if point is the headers of the message.
14413
14414         * message.el (message-in-body-p): New function.
14415
14416         * assistant.el: Autoload gnus-util and netrc.
14417
14418         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14419         Use `mm-charset-override-alist' only when decoding.
14420
14421         * mm-bodies.el (mm-decode-body):
14422         Call `mm-charset-to-coding-system' with allow-override argument.
14423
14424         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14425         `filename' from Content-Disposition if Content-Type doesn't
14426         provide `name'.
14427         (gnus-mime-view-part-as-type): Set default instead of
14428         initial-input.
14429
14430 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14431
14432         * format-spec.el (format-spec): Propagate text properties of % spec.
14433
14434 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14435
14436         * gnus-art.el (gnus-treat-predicate): Add `first'.
14437
14438 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14439
14440         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14441         (mm-charset-override-alist): New variable.
14442         (mm-charset-to-coding-system): Use it.
14443         (mm-codepage-setup): New helper function.
14444         (mm-charset-eval-alist): New variable.
14445         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14446         Warn about unknown charsets.
14447
14448         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14449
14450 2005-10-04  David Hansen  <david.hansen@gmx.net>
14451
14452         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14453         (nnrss-check-group): Ditto.
14454
14455 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14456
14457         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14458         Rename x-gnus-verbatim to x-verbatim.
14459         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14460
14461         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14462         x-verbatim.
14463
14464         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14465
14466         * gnus-util.el (gnus-remove-duplicates): Remove.
14467
14468         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14469         instead of gnus-remove-duplicates.
14470
14471         * message.el (message-remove-duplicates): Remove.
14472         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14473         message-remove-duplicates.
14474
14475         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14476         available, else use implementation from `delete-dups'.
14477
14478         * message.el (message-insert-expires): New function.
14479         (message-mode-map): Add key binding.
14480         (message-mode-field-menu): Add menu entry.
14481         (message-mode): Document it.
14482         (message-make-expires-date): Use `message-make-date'.
14483
14484 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14485
14486         * message.el (message-make-expires-date): New function.
14487
14488 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * Makefile.in (list-installed-shadows): New entry.
14491         (install): Use it.
14492         (remove-installed-shadows): New entry.
14493
14494         * dgnushack.el (dgnushack-default-load-path): New variable.
14495         (dgnushack-find-lisp-shadows): New function.
14496         (dgnushack-remove-lisp-shadows): New function.
14497
14498 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * Makefile.in (install-el-elc): New entry.
14501         (install): Use it so that .el files are necessarily installed.
14502
14503 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14504
14505         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14506
14507 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14508
14509         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14510         function rather than the diff-mode.el package.
14511         (mm-display-external): Use with-current-buffer.
14512         (mm-viewer-completion-map, mm-viewer-completion-map):
14513         Move initialization inside declaration.
14514
14515 2005-09-29  Simon Josefsson  <jas@extundo.com>
14516
14517         * spam.el: Load hashcash when compiling, to avoid warnings.
14518         Don't autoload mail-check-payment.
14519         (spam-check-hashcash): Define unconditionally, since hashcash.el
14520         is part of Gnus now.  Ignore errors from payment checking.
14521
14522 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14523
14524         * message.el (message-bold-region, message-unbold-region):
14525         Rename from `bold-region' and `unbold-region'.
14526
14527         * message.el: Remove useless autoloads.
14528
14529 2005-09-28  Simon Josefsson  <jas@extundo.com>
14530
14531         * message.el (message-use-idna): Default to t.
14532         (message-use-idna): Test whether encoding works too.  Doc fix.
14533
14534 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * nntp.el (nntp-warn-about-losing-connection): Remove.
14537
14538 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14539
14540         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14541         customizable.  Change default value.
14542         (mm-uu-diff-groups-regexp): Change default value.
14543         (mm-uu-type-alist): Add doc string.
14544         (mm-uu-configure): Add doc string.  Make it interactive.
14545         (mm-uu-tex-groups-regexp): New variable.
14546         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14547         (mm-uu-type-alist): Add LaTeX documents.
14548         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14549         of "text/verbatim".
14550         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14551
14552         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14553         instead of "text/verbatim".
14554
14555         * message.el (message-mark-inserted-region)
14556         (message-mark-insert-file): Use slrn style marks when called with
14557         prefix argument.
14558
14559 2005-09-27  Simon Josefsson  <jas@extundo.com>
14560
14561         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14562
14563 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14564
14565         * message.el (message-remove-duplicates): New function.
14566         Implementation borrowed from `gnus-remove-duplicates'.
14567         (message-idna-to-ascii-rhs): Also encode idna addresses in
14568         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14569         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14570         only ask about the same idna domain once per header and also tell
14571         in what header to replace the idna domain.
14572
14573         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14574         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14575         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14576         a header is decoded and not just the last one.
14577
14578 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14581         has been decoded.
14582
14583         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14584         (mm-insert-part): Don't modify text if it has been decoded.
14585
14586         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14587         decoded.
14588
14589         * mm-view.el (mm-inline-text): Don't strip text props unless
14590         decoding enriched or richtext parts.
14591
14592 2005-09-25  Romain Francoise  <romain@orebokech.com>
14593
14594         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14595         * gnus-start.el (gnus-subscribe-interactively):
14596         * gnus-uu.el (gnus-uu-grab-articles):
14597         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14598         space.
14599
14600 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14601
14602         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14603         * mm-view.el (mm-view-pkcs7-decrypt):
14604         * gnus-sum.el (gnus-summary-limit-to-extra)
14605         (gnus-summary-respool-article, gnus-read-move-group-name):
14606         * gnus-score.el (gnus-summary-increase-score):
14607         * gnus-util.el (gnus-completing-read-with-default):
14608         * gnus-art.el (gnus-read-save-file-name)
14609         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14610         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14611         * message.el (message-check-news-header-syntax):
14612         Follow convention for reading with the minibuffer.
14613
14614 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14615
14616         * spam-report.el (spam-report-url-ping-plain):
14617         Use gnus-extended-version as User-Agent.
14618
14619         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14620         default value is nil.
14621
14622         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14623         (mm-uu-verbatim-marks-extract): New function.
14624         (mm-uu-extract): New face.
14625         (mm-uu-copy-to-buffer): Use it.
14626
14627         * spam-report.el (spam-report-gmane-ham): Rename from
14628         `spam-report-gmane-unspam'.
14629         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14630         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14631
14632         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14633         Autoload.
14634         (spam-report-gmane-unregister-routine):
14635         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14636
14637 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14638
14639         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14640         (spam-report-gmane-unregister-routine): Add support for gmane
14641         unregistration.
14642
14643         * spam-report.el (spam-report-gmane-unspam)
14644         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14645         (spam-report-gmane): Change to take a single article and do unspam
14646         registration.
14647
14648 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14649
14650         * mm-url.el (mm-url-decode-entities): Fix regexp.
14651
14652 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14653
14654         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14655         default to nil, to be able to use Gnus at all.  If the default
14656         switches to something else, then the function should be fixed not
14657         be exceedingly slow.
14658
14659 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14660
14661         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14662         fail hard.
14663
14664         * spam-report.el: Add better Keywords line.
14665
14666         * spam.el: Add Maintainer and better Keywords line.
14667
14668 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14669
14670         * gnus-art.el (gnus-article-replace-part)
14671         (gnus-mime-replace-part): New functions.
14672         (gnus-mime-action-alist, gnus-mime-button-commands)
14673         (gnus-mime-save-part-and-strip): Add file argument.
14674         (gnus-article-part-wrapper): Add interactive argument.
14675
14676         * gnus-sum.el (gnus-summary-mime-map):
14677         Add `gnus-article-replace-part'.
14678
14679 2005-09-19  Didier Verna  <didier@xemacs.org>
14680
14681         The nnml compaction feature:
14682         * nnml.el (nnml-request-compact-group): New function.
14683         * nnml.el (nnml-request-compact): New function.
14684         * gnus-int.el (gnus-request-compact-group): New function.
14685         * gnus-int.el (gnus-request-compact): New function.
14686         * gnus-group.el (gnus-group-compact-group): New function.
14687         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14688         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14689         * gnus-srvr.el (gnus-server-compact-server): New function.
14690         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14691         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14692
14693 2005-09-18  Deepak Goel  <deego@gnufans.org>
14694
14695         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14696         format spec.
14697
14698 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14701
14702 2005-09-15  Romain Francoise  <romain@orebokech.com>
14703
14704         * message.el (message-fill-paragraph): Clarify docstring.
14705
14706 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * gnus-art.el (gnus-mime-display-part): Protect against broken
14709         MIME messages.
14710
14711 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14712
14713         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14714         before parsing header.
14715
14716 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14717
14718         * html2text.el (html2text-replace-list): Add new entities.
14719
14720 2005-09-11  Romain Francoise  <romain@orebokech.com>
14721
14722         * message.el (message-alternative-emails): Improve docstring.
14723         (message-setup-1): Call `message-use-alternative-email-as-from'
14724         after `message-setup-hook' to give it precedence over posting
14725         styles, etc.
14726         (message-use-alternative-email-as-from): Add docstring.
14727         Remove the original From header if present.
14728
14729         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14730         (nnml-save-mail): Use it.
14731
14732         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14733         articles.  Add new argument `silent'.
14734         (gnus-uu-mark-all): Report the total number of marked articles.
14735
14736 2005-09-10  Romain Francoise  <romain@orebokech.com>
14737
14738         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14739         (gnus-uu-mark-series): Likewise.
14740
14741 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14742
14743         * spam-report.el (spam-report-gmane): Fix generation of spam
14744         report URL.
14745
14746 2005-09-10  Simon Josefsson  <jas@extundo.com>
14747
14748         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14749         t, based on discussion on the ding list with Robert Epprecht
14750         <epprecht@solnet.ch>.
14751
14752 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14753
14754         * spam-report.el (spam-report-gmane): Make it work without
14755         X-Report-Spam header.  Gmane now only provides Archived-At.
14756         This is only used if `spam-report-gmane-use-article-number' is nil.
14757         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14758
14759         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14760         make `gnus-summary-sort-by-recipient' work with threading.
14761
14762         * nnweb.el (nnweb-google-wash-article): Print a message if article
14763         is not available.
14764
14765 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14766
14767         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14768         change.  Decode text/* parts content before displaying.
14769
14770 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14771
14772         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14773
14774 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14777
14778         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14779         url-package-name, url-package-version,
14780         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14781         w3m-display-inline-images, and w3m-minor-mode-map.
14782
14783 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14784
14785         * message.el (message-tab-body-function): Fix mismatched custom type.
14786
14787         * gnus.el (gnus-group-change-level-function): Ditto.
14788
14789         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14790
14791         * gnus-art.el (gnus-signature-limit)
14792         (gnus-article-mime-part-function): Ditto.
14793
14794 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14795
14796         * mml.el (mml-mode): Silence the byte compiler.
14797
14798         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14799         using `(sit-for 0)' before moving the point to the specified part;
14800         skip unbuttonized parts.
14801         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14802         return to the summary window if gnus-auto-select-part is non-nil.
14803
14804 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14805
14806         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14807         New variables.
14808         (mml-dnd-attach-file, mml-mode): Use them.
14809
14810         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14811         Make fetching article by MID work again for Google Groups.
14812         Add FIXME concerning gnus-group-make-web-group.
14813
14814         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14815         Don't depend on Gnus by using mail-extract-address-components if
14816         gnus-extract-address-components is not bound.
14817
14818 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14819
14820         * gnus-art.el (gnus-mime-display-security): Don't display the
14821         signature, but only the signed part.
14822
14823 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14824
14825         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14826
14827         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14828         list, not listp.
14829
14830 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14831
14832         * mm-encode.el (mm-encode-content-transfer-encoding):
14833         Likewise when encoding.
14834
14835         * mm-bodies.el (mm-decode-content-transfer-encoding):
14836         De-canonicalize CRLF for all text content types, not just
14837         text/plain.
14838
14839 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14842         valid article; point arrow and cursor at the MIME button.
14843
14844 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14847         Suggested by Dan Christensen <jdc@uwo.ca>.
14848
14849         * mm-decode.el (mm-save-part): Enable change of prompt.
14850
14851 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14852
14853         * gnus-msg.el (gnus-inews-add-send-actions):
14854         Make `message-post-method' lambda parameter ARG `&optional'.
14855
14856 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14857
14858         * gnus-sum.el (gnus-summary-mime-map):
14859         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14860         gnus-article-jump-to-part.
14861
14862         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14863         (gnus-article-edit-part): Use it.
14864         (gnus-article-part-wrapper): Add no-handle argument.
14865         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14866         New functions.
14867
14868 2005-08-29  Romain Francoise  <romain@orebokech.com>
14869
14870         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14871         docstring.
14872         (gnus-face-from-file): Likewise.
14873
14874 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14875
14876         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14877         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14878         non-nil.
14879         (gnus-auto-select-part): New variable.
14880         (gnus-article-jump-to-part): New function.
14881         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14882         (gnus-mime-delete-part): Allow selecting specified part after
14883         deleting or stripping parts.
14884         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14885         part if argument is bogus.
14886
14887 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14888
14889         * gnus-art.el (w3m-minor-mode-map):
14890         * gnus-spec.el (gnus-newsrc-file-version):
14891         * gnus-util.el (nnmail-active-file-coding-system)
14892         (gnus-original-article-buffer, gnus-user-agent):
14893         * gnus.el (gnus-ham-process-destinations)
14894         (gnus-parameter-ham-marks-alist)
14895         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14896         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14897         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14898         * mm-decode.el (gnus-current-window-configuration):
14899         * mm-extern.el (gnus-article-mime-handles):
14900         * mm-url.el (url-current-object, url-package-name)
14901         (url-package-version):
14902         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14903         (smime-keys, w3m-cid-retrieve-function-alist)
14904         (w3m-current-buffer, w3m-display-inline-images)
14905         (w3m-minor-mode-map):
14906         * mml-smime.el (gnus-extract-address-components):
14907         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14908         (gnus-newsrc-hashtb, message-default-charset)
14909         (message-deletable-headers, message-options)
14910         (message-posting-charset, message-required-mail-headers)
14911         (message-required-news-headers):
14912         * mml1991.el (mc-pgp-always-sign):
14913         * mml2015.el (mc-pgp-always-sign):
14914         * nnheader.el (nnmail-extra-headers):
14915         * rfc1843.el (gnus-decode-encoded-word-function)
14916         (gnus-decode-header-function, gnus-newsgroup-name):
14917         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14918
14919 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14920
14921         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14922         the end of the date treatments.
14923
14924 2005-08-15  Simon Josefsson  <jas@extundo.com>
14925
14926         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14927         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14928         Capello and Romain Francoise.
14929         (pgg-fetch-key-function): Remove, not used?
14930         (pgg-insert-url-with-w3): Require url, to get
14931         url-insert-file-contents regardless of where it is defined.
14932
14933 2005-08-13  Romain Francoise  <romain@orebokech.com>
14934
14935         * message.el (message-cite-original-1): New function.
14936         (message-cite-original): Use it.
14937         (message-cite-original-without-signature): Ditto.
14938
14939 2005-08-08  Romain Francoise  <romain@orebokech.com>
14940
14941         * message.el (message-yank-empty-prefix): New variable.
14942         (message-indent-citation): Use it.
14943         (message-cite-original-without-signature): Respect X-No-Archive.
14944
14945 2005-08-08  Simon Josefsson  <jas@extundo.com>
14946
14947         * pgg.el: Autoload url-insert-file-contents instead of loading
14948         w3/url.
14949         (pgg-insert-url-with-w3): Don't load url here.
14950
14951 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14952
14953         * message.el (message-kill-to-signature): Don't insert newline at
14954         bol.
14955         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14956
14957 2005-08-06  Romain Francoise  <romain@orebokech.com>
14958
14959         * message.el (message-user-fqdn): Fix typo in docstring.
14960
14961 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14962
14963         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14964
14965         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14966
14967 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14968
14969         * mm-bodies.el (mm-encode-body): Use coding system rather than
14970         charset to encode text.
14971
14972         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14973         number of charsets if utf-8 is available (XEmacs).
14974
14975 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14976
14977         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14978         taken from `gnus-button-mid-or-mail-regexp'.
14979         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14980         (gnus-button-alist): Improve regexp for domain part of the MIDs
14981         for news:localpart@domain buttons.
14982         (gnus-button-ctan-directory-regexp): Update.
14983
14984 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14985
14986         * sieve-manage.el (sieve-manage-interactive-login):
14987         Use make-local-variable rather than make-variable-buffer-local.
14988         (sieve-manage-open): Ditto.
14989         (sieve-manage-authenticate): Ditto.
14990
14991         * mml.el (mml-generate-mime-1): Make the content type default to
14992         text/plain if the filename is not specified.
14993
14994 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14995
14996         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14997         instead of insert-buffer.
14998
14999         * message.el (message-yank-original): Ditto; set the mark at the
15000         end of the yanked message.
15001
15002 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15003
15004         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15005         lines to scroll rather than to stop it.
15006
15007         * mml.el (mml-generate-default-type): Add doc string.
15008         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15009         default to application/octet-stream when determining the content
15010         type if it is not specified for the part or the mml contents; add
15011         a comment about mml-generate-default-type.
15012
15013 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15014
15015         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15016         make it default to application/octet-stream when determining the
15017         content type if it is not specified for the external contents.
15018
15019 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15022         segmented parameter but also other parameters might be there.
15023
15024 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * mm-decode.el (mm-display-external): Delete temp file, directory
15027         and buffer immediately if the external process is exited.
15028
15029 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15030
15031         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15032         fewer lines than that of scroll-margin.
15033         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15034
15035 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * gnus-art.el (gnus-article-next-page): Revert.
15038         (gnus-article-beginning-of-window): New macro.
15039         (gnus-article-next-page-1): Use it.
15040         (gnus-article-prev-page): Ditto.
15041         (gnus-article-edit-part): Use insert-buffer-substring instead of
15042         insert-buffer.
15043         (gnus-article-edit-exit): Ditto.
15044
15045         * gnus-util.el (gnus-beginning-of-window): Remove.
15046         (gnus-end-of-window): Remove.
15047
15048         * lpath.el: Don't bind header-line-format and scroll-margin.
15049
15050 2005-07-25  Simon Josefsson  <jas@extundo.com>
15051
15052         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15053         to have the url package without w3.  Reported by Daiki Ueno
15054         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15055
15056 2005-07-20  Didier Verna  <didier@xemacs.org>
15057
15058         * gnus-diary.el: Remove the description comment (nndiary is now
15059         properly documented in the Gnus manual).
15060         Fix the spelling of "Back End".
15061         * nndiary.el: Ditto.
15062         Fix the copyright notice.
15063
15064 2005-07-18  Romain Francoise  <romain@orebokech.com>
15065
15066         * gnus-sum.el (gnus-summary-to-prefix)
15067         (gnus-summary-newsgroup-prefix): New variables.
15068         (gnus-summary-from-or-to-or-newsgroups): Use them.
15069
15070 2005-07-17  Romain Francoise  <romain@orebokech.com>
15071
15072         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15073         space as it's generally not especially interesting to the user.
15074
15075 2005-07-16  Romain Francoise  <romain@orebokech.com>
15076
15077         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15078         nil to avoid prompting and file modification if one of the
15079         messages at the top of the nnfolder file contains a copyright
15080         notice.
15081         Update copyright notice.
15082
15083         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15084         instead of `current-time-string' as the latter creates a time
15085         string that is not RFC 2822 compliant (it lacks the zone).
15086         Update copyright notice.
15087
15088 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15089
15090         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15091         for text/rtf.  Display default in prompt.  Pass default for M-n.
15092
15093         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15094
15095 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15096
15097         * gnus-msg.el (gnus-button-mailto):
15098         Remove save-selected-window-window hackery because it relies on
15099         save-selected-window internals.
15100
15101 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15102
15103         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15104         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15105         (gnus-article-prev-page): Ditto.
15106
15107         * gnus-util.el (gnus-beginning-of-window): New function.
15108         (gnus-end-of-window): New function.
15109
15110         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15111
15112 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15113
15114         * gnus-score.el (gnus-score-edit-all-score):
15115         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15116         gnus-message.
15117
15118 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15119
15120         * gnus-msg.el (gnus-button-mailto):
15121         Remove save-selected-window-window hackery because it relies on
15122         save-selected-window internals.
15123
15124 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15125
15126         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15127         add-minor-mode.
15128         (gnus-binary-mode): Ditto.
15129
15130         * gnus-topic.el (gnus-topic-mode): Ditto.
15131
15132 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15133
15134         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15135         (gnus-article-prev-page): Take scroll-margin into consideration.
15136
15137 2005-07-04  Lute Kamstra  <lute@gnu.org>
15138
15139         Update FSF's address in GPL notices.
15140
15141 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15142
15143         * gnus.el (gnus-exit):
15144         * gnus-group.el (gnus-group-icons):
15145         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15146
15147         * gnus-nocem.el (gnus-nocem):
15148         * message.el (message-various, message-buffers, message-sending)
15149         (message-interface, message-forwarding, message-insertion)
15150         (message-headers, message-news, message-mail):
15151         * pgg-gpg.el (pgg-gpg):
15152         * pgg-parse.el (pgg-parse):
15153         * pgg-pgp.el (pgg-pgp):
15154         * pgg-pgp5.el (pgg-pgp5):
15155         * pop3.el (pop3): Finish `defgroup' description with period.
15156
15157 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * gnus-art.el (article-display-face): Improve the efficiency.
15160         (article-display-x-face): Ditto; remove grey x-face stuff.
15161
15162 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15163
15164         * gnus-art.el (article-display-face): Correct the position in
15165         which Faces are inserted.
15166
15167 2005-06-29  Didier Verna  <didier@xemacs.org>
15168
15169         * gnus-art.el (article-display-face): Display faces in correct
15170         order.
15171
15172 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15173
15174         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15175         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15176         (gnus-nocem-check-article): Fetch the Type header.
15177         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15178         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15179         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15180         make sure gnus-nocem-hashtb is initialized.
15181         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15182         (gnus-nocem-unwanted-article-p): Ditto.
15183
15184         * pgg.el (pgg-verify): Return the verification result.
15185
15186 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15187
15188         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15189         is ascii.
15190
15191 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15192
15193         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15194         `show-nonbreak-escape'.
15195
15196 2005-06-23  Lute Kamstra  <lute@gnu.org>
15197
15198         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15199
15200         * dig.el (dig-mode):
15201         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15202
15203 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15204
15205         * nnimap.el (nnimap-split-download-body): Fix spellings.
15206
15207 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15208
15209         * gnus-art.el (gnus-article-encrypt-body):
15210         * gnus-cus.el (gnus-score-customize):
15211         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15212         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15213
15214 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15215
15216         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15217         header by looking for magic "MII" at the beginnig.
15218
15219 2005-06-16  Miles Bader  <miles@gnu.org>
15220
15221         * gnus-xmas.el (gnus-xmas-group-startup-message):
15222         Use renamed gnus-splash face.
15223
15224         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15225         (assistant-field-face): New backward-compatibility alias for renamed
15226         face.
15227         (assistant-render-text): Use renamed assistant-field face.
15228
15229         * spam.el (spam): Remove "-face" suffix from face name.
15230         (spam-face): New backward-compatibility alias for renamed face.
15231         (spam-face, spam-initialize): Use renamed spam face.
15232
15233         * message.el (message-header-to, message-header-cc)
15234         (message-header-subject, message-header-newsgroups)
15235         (message-header-other, message-header-name)
15236         (message-header-xheader, message-separator, message-cited-text)
15237         (message-mml): Remove "-face" suffix from face names.
15238         (message-header-to-face, message-header-cc-face)
15239         (message-header-subject-face, message-header-newsgroups-face)
15240         (message-header-other-face, message-header-name-face)
15241         (message-header-xheader-face, message-separator-face)
15242         (message-cited-text-face, message-mml-face):
15243         New backward-compatibility aliases for renamed faces.
15244         (message-font-lock-keywords): Use renamed message faces.
15245
15246         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15247         (sieve-test-commands, sieve-tagged-arguments):
15248         Remove "-face" suffix from face names.
15249         (sieve-control-commands-face, sieve-action-commands-face)
15250         (sieve-test-commands-face, sieve-tagged-arguments-face):
15251         New backward-compatibility aliases for renamed faces.
15252         (sieve-control-commands-face, sieve-action-commands-face)
15253         (sieve-test-commands-face, sieve-tagged-arguments-face):
15254         Use renamed sieve faces.
15255
15256         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15257         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15258         (gnus-group-news-3-empty, gnus-group-news-4)
15259         (gnus-group-news-4-empty, gnus-group-news-5)
15260         (gnus-group-news-5-empty, gnus-group-news-6)
15261         (gnus-group-news-6-empty, gnus-group-news-low)
15262         (gnus-group-news-low-empty, gnus-group-mail-1)
15263         (gnus-group-mail-1-empty, gnus-group-mail-2)
15264         (gnus-group-mail-2-empty, gnus-group-mail-3)
15265         (gnus-group-mail-3-empty, gnus-group-mail-low)
15266         (gnus-group-mail-low-empty, gnus-summary-selected)
15267         (gnus-summary-cancelled, gnus-summary-high-ticked)
15268         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15269         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15270         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15271         (gnus-summary-low-undownloaded)
15272         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15273         (gnus-summary-low-unread, gnus-summary-normal-unread)
15274         (gnus-summary-high-read, gnus-summary-low-read)
15275         (gnus-summary-normal-read, gnus-splash):
15276         Remove "-face" suffix from face names.
15277         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15278         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15279         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15280         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15281         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15282         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15283         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15284         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15285         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15286         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15287         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15288         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15289         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15290         (gnus-summary-normal-ticked-face)
15291         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15292         (gnus-summary-normal-ancient-face)
15293         (gnus-summary-high-undownloaded-face)
15294         (gnus-summary-low-undownloaded-face)
15295         (gnus-summary-normal-undownloaded-face)
15296         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15297         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15298         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15299         (gnus-splash-face):
15300         New backward-compatibility aliases for renamed faces.
15301         (gnus-group-startup-message): Use renamed gnus faces.
15302
15303         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15304         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15305         (gnus-server-agent): Remove "-face" suffix from face names.
15306         (gnus-server-agent-face, gnus-server-opened-face)
15307         (gnus-server-closed-face, gnus-server-denied-face)
15308         (gnus-server-offline-face):
15309         New backward-compatibility aliases for renamed faces.
15310         (gnus-server-agent-face, gnus-server-opened-face)
15311         (gnus-server-closed-face, gnus-server-denied-face)
15312         (gnus-server-offline-face): Use renamed gnus faces.
15313
15314         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15315         Remove "-face" suffix from face names.
15316         (gnus-picon-xbm-face, gnus-picon-face):
15317         New backward-compatibility aliases for renamed faces.
15318
15319         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15320         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15321         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15322         (gnus-cite-11): Remove "-face" suffix from face names.
15323         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15324         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15325         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15326         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15327         New backward-compatibility aliases for renamed faces.
15328         (gnus-cite-attribution-face, gnus-cite-face-list)
15329         (gnus-article-boring-faces): Use renamed gnus faces.
15330
15331         * gnus-art.el (gnus-signature, gnus-header-from)
15332         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15333         (gnus-header-content): Remove "-face" suffix from face names.
15334         (gnus-signature-face, gnus-header-from-face)
15335         (gnus-header-subject-face, gnus-header-newsgroups-face)
15336         (gnus-header-name-face, gnus-header-content-face):
15337         New backward-compatibility aliases for renamed faces.
15338         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15339
15340         * gnus-sum.el (gnus-summary-selected-face)
15341         (gnus-summary-highlight): Use renamed gnus faces.
15342         * gnus-group.el (gnus-group-highlight): Likewise.
15343
15344 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15345
15346         * gnus-sieve.el (gnus-sieve-article-add-rule):
15347         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15348         * spam-stat.el (spam-stat-buffer-change-to-spam)
15349         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15350
15351         * message.el (message-is-yours-p):
15352         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15353
15354 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * mm-view.el (mm-inline-text): Withdraw the last change.
15357
15358 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15361         executing enriched-decode.
15362
15363 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15366         charset of tar files.
15367
15368 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15369
15370         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15371
15372 2005-06-04  Lute Kamstra  <lute@gnu.org>
15373
15374         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15375         information is never recorded.
15376
15377 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15378
15379         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15380
15381 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15382
15383         * pop3.el (pop3-apop): Run md5 in the binary mode.
15384
15385         * starttls.el (starttls-set-process-query-on-exit-flag):
15386         Use eval-and-compile.
15387
15388 2005-05-31  Simon Josefsson  <jas@extundo.com>
15389
15390         * smime.el (smime-replace-in-string): Define.
15391         (smime-cert-by-ldap-1): Use it.
15392
15393 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * gnus-art.el (article-display-x-face): Replace
15396         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15397
15398         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15399         set-process-query-on-exit-flag or process-kill-without-query.
15400
15401         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15402         loop instead of replace-regexp.
15403
15404         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15405         instead of process-kill-without-query if it is available.
15406
15407         * lpath.el: Fbind ldap-search-entries.
15408
15409         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15410         instead of find-file-hooks if it is available.
15411
15412         * mml1991.el: Bind pgg-default-user-id when compiling.
15413
15414         * mml2015.el: Bind pgg-default-user-id when compiling.
15415
15416         * nndraft.el (nndraft-request-associate-buffer):
15417         Use write-contents-functions instead of write-contents-hooks if it is
15418         available.
15419
15420         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15421         instead of find-file-hooks if it is available.
15422
15423         * nntp.el (nntp-open-connection): Replace
15424         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15425         (nntp-open-ssl-stream): Ditto.
15426         (nntp-open-tls-stream): Ditto.
15427
15428         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15429         set-process-query-on-exit-flag or process-kill-without-query.
15430         (starttls-open-stream-gnutls): Use it instead of
15431         process-kill-without-query.
15432         (starttls-open-stream): Ditto.
15433
15434 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15435
15436         * smime.el (smime-cert-by-ldap-1): Don't use
15437         replace-regexp-in-string.
15438
15439 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15440
15441         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15442
15443         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15444         in PEM format.  Adjust to the XEmacs compability.
15445
15446 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15447
15448         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15449         by `string-to-number'.
15450         * gnus-agent.el (gnus-agent-regenerate-group)
15451         (gnus-agent-fetch-articles): Ditto.
15452         * gnus-art.el (gnus-button-fetch-group): Ditto.
15453         * gnus-cache.el (gnus-cache-generate-active)
15454         (gnus-cache-articles-in-group): Ditto.
15455         * gnus-group.el (gnus-group-set-current-level)
15456         (gnus-group-insert-group-line): Ditto.
15457         * gnus-score.el (gnus-score-set-expunge-below)
15458         (gnus-score-set-mark-below, gnus-summary-score-effect)
15459         (gnus-summary-score-entry): Ditto.
15460         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15461         (gnus-soup-pack): Ditto.
15462         * gnus-spec.el (gnus-xmas-format): Ditto.
15463         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15464         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15465         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15466         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15467         * nndb.el (nndb-get-remote-expire-response): Ditto.
15468         * nndiary.el (nndiary-parse-schedule-value)
15469         (nndiary-string-to-number, nndiary-request-replace-article)
15470         (nndiary-request-article): Ditto.
15471         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15472         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15473         * nneething.el (nneething-make-head): Ditto.
15474         * nnfolder.el (nnfolder-request-article)
15475         (nnfolder-retrieve-headers): Ditto.
15476         * nnheader.el (nnheader-file-to-number): Ditto.
15477         * nnkiboze.el (nnkiboze-request-article): Ditto.
15478         * nnmail.el (nnmail-process-unix-mail-format)
15479         (nnmail-process-babyl-mail-format): Ditto.
15480         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15481         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15482         (nnmh-request-create-group, nnmh-request-list-1)
15483         (nnmh-request-group, nnmh-request-article): Ditto.
15484         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15485         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15486         * nnsoup.el (nnsoup-make-active): Ditto.
15487         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15488         * nntp.el (nntp-find-group-and-number)
15489         (nntp-retrieve-headers-with-xover): Ditto.
15490         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15491         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15492         (pgg-format-key-identifier): Ditto.
15493         * pop3.el (pop3-last, pop3-stat): Ditto.
15494         * qp.el (quoted-printable-decode-region): Ditto.
15495
15496         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15497         of concat.
15498
15499 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15500
15501         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15502
15503         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15504
15505         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15506
15507         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15508
15509         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15510
15511         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15512
15513         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15514         (gnus-carpal-mode): Ditto.
15515
15516         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15517         (gnus-browse-mode): Ditto.
15518
15519         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15520
15521         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15522
15523 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15524
15525         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15526
15527 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * gnus-util.el (gnus-run-mode-hooks): New function.
15530
15531         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15532
15533         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15534         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15535
15536 2005-05-27  Lute Kamstra  <lute@gnu.org>
15537
15538         * dns-mode.el (dns-mode): Specify customization group.
15539
15540 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15541
15542         * gnus-agent.el (gnus-agent-make-mode-line-string):
15543         Use mode-line-highlight as mouse-face.
15544
15545 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15546
15547         * canlock.el (canlock): Change the parent group to news.
15548
15549         * deuglify.el (gnus-outlook-deuglify): Add :group.
15550
15551         * dig.el (dig): Add :group.
15552
15553         * dns-mode.el (dns-mode): Add :group.
15554
15555         * encrypt.el (encrypt): Add :group.
15556
15557         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15558         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15559         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15560         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15561         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15562
15563         * gnus-diary.el (gnus-diary): Add :group.
15564
15565         * gnus.el (gnus-group-news-1-face): Add :group.
15566         (gnus-group-news-1-empty-face): Ditto.
15567         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15568         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15569         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15570         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15571         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15572         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15573         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15574         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15575         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15576         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15577         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15578         (gnus-summary-high-ticked-face): Ditto.
15579         (gnus-summary-low-ticked-face): Ditto.
15580         (gnus-summary-normal-ticked-face): Ditto.
15581         (gnus-summary-high-ancient-face): Ditto.
15582         (gnus-summary-low-ancient-face): Ditto.
15583         (gnus-summary-normal-ancient-face): Ditto.
15584         (gnus-summary-high-undownloaded-face): Ditto.
15585         (gnus-summary-low-undownloaded-face): Ditto.
15586         (gnus-summary-normal-undownloaded-face): Ditto.
15587         (gnus-summary-high-unread-face): Ditto.
15588         (gnus-summary-low-unread-face): Ditto.
15589         (gnus-summary-normal-unread-face): Ditto.
15590         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15591         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15592
15593         * hashcash.el (hashcash): New custom group.
15594         (hashcash-default-payment): Add :group.
15595         (hashcash-payment-alist): Ditto.
15596         (hashcash-default-accept-payment): Ditto.
15597         (hashcash-accept-resources): Ditto.
15598         (hashcash-path): Ditto.
15599         (hashcash-extra-generate-parameters): Ditto.
15600         (hashcash-double-spend-database): Ditto.
15601         (hashcash-in-news): Ditto.
15602
15603         * message.el (message-minibuffer-local-map): Add :group.
15604
15605         * netrc.el (netrc): Add :group.
15606
15607         * sieve-manage.el (sieve-manage-log): Add :group.
15608         (sieve-manage-default-user): Diito.
15609         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15610         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15611         (sieve-manage-authenticators): Ditto.
15612         (sieve-manage-authenticator-alist): Ditto.
15613         (sieve-manage-default-port): Ditto.
15614
15615         * sieve-mode.el (sieve-control-commands-face): Add :group.
15616         (sieve-action-commands-face): Ditto.
15617         (sieve-test-commands-face): Ditto.
15618         (sieve-tagged-arguments-face): Ditto.
15619
15620         * smime.el (smime): Add :group.
15621
15622         * spam-report.el (spam-report): Add :group.
15623
15624         * spam.el (spam, spam-face): Add :group.
15625
15626 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15627
15628         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15629         return \n.\n.\n at the end of articles.  Protect against that.
15630         (nntp-with-open-group): Allow debugging.
15631
15632         * nnheader.el (mail-header-set-extra): Make into a function
15633         because I just could't understand how to quote the list properly.
15634
15635         * dns.el (query-dns-cached): New function.
15636
15637 2005-05-26  Lute Kamstra  <lute@gnu.org>
15638
15639         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15640
15641 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15644
15645         * gnus-art.el: Don't autoload mail-extract-address-components.
15646
15647         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15648         eval-and-compile to evaluate it.
15649
15650         * hashcash.el: Don't autoload executable-find.
15651
15652         * nndb.el: Don't declare the nndb back end two or more times; don't
15653         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15654
15655         * nntp.el: Autoload format-spec instead of format; use
15656         eval-and-compile to evaluate autoload forms.
15657
15658 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15659
15660         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15661
15662 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15663
15664         * gnus.el (gnus-version-number): Bump version.
15665
15666 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15667
15668         * gnus.el: No Gnus v0.3 is released.
15669
15670 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15671
15672         * lpath.el (featurep): Bind show-nonbreak-escape.
15673
15674 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15675
15676         * gnus-art.el (gnus-article-edit-part): Disable undo.
15677
15678 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15681         gnus-article-date-lapsed-new-header is t if date timer is active;
15682         skip headers in which the original date value is empty.
15683         (gnus-article-save-original-date): Redefine it as a macro.
15684         (gnus-display-mime): Use it.
15685
15686 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15687
15688         * gnus-art.el (article-date-ut): Support converting date in
15689         forwarded parts as well.
15690         (gnus-article-save-original-date): New function.
15691         (gnus-display-mime): Use it.
15692
15693 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15694
15695         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15696         enclosure element of <item>.
15697
15698 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15699
15700         * message.el (message-kill-buffer-query): Rename from
15701         `message-kill-buffer-query-if-modified'.  Add :version.
15702
15703 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15706         window layout.
15707
15708 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * mml.el: Autoload dnd when compiling.
15711
15712 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15713
15714         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15715         x-dnd-*.
15716
15717 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15718
15719         * qp.el (quoted-printable-encode-region): Save excursion.
15720
15721 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15722
15723         * message.el (message-kill-buffer-query-if-modified): Add new variable
15724         so the user can kill a modified message buffer quickly.
15725         (message-kill-buffer): Use it.
15726
15727 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15728
15729         * lpath.el: Fbind display-time-event-handler; don't fbind
15730         string-to-multibyte.
15731
15732         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15733
15734 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15737         contained in text because xml.el decodes entities) with LFs.
15738
15739 2005-04-11  Lute Kamstra  <lute@gnu.org>
15740
15741         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15742         differently.
15743
15744 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15745
15746         * mm-util.el (mm-detect-coding-region): Typo.
15747
15748 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15749
15750         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15751
15752 2005-04-06  Deepak Goel  <deego@gnufans.org>
15753
15754         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15755         user-function allow user modifications of the scores.
15756         (spam-stat-score-buffer-user): New function, to allow
15757         user-computed modifications to the score.
15758         (spam-stat-score-buffer-user-functions): List of additional
15759         scoring functions.
15760         (spam-stat-error-holder): Global temporary error holder.
15761         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15762         variable.
15763
15764 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15765
15766         * gnus-registry.el (gnus-registry-clean-empty-function)
15767         (gnus-registry-trim, gnus-registry-fetch-groups)
15768         (gnus-registry-delete-group): Groups that match
15769         `gnus-registry-ignored-groups' are removed from the registry
15770         entries, not just ignored for splitting.  This helps clean up the
15771         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15772         to get all the groups a message ID is in.
15773
15774         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15775         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15776         (spam-stat-score-buffer-user-functions): Add :number custom type.
15777
15778 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15781         argument in XEmacs.
15782
15783         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15784         (nnrss-request-group): Decode group name first.
15785         (nnrss-request-article): Make a text/plain article if mml-to-mime
15786         failed.
15787         (nnrss-get-encoding): Return a compatible encoding according to
15788         nnrss-compatible-encoding-alist.
15789         (nnrss-find-el): Use consp instead of listp.
15790         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15791
15792 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15793
15794         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15795         which Emacs 20 doesn't support.
15796         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15797
15798 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15799
15800         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15801         silence the byte compiler inside the defun.
15802
15803         * gnus-demon.el (parse-time-string): Add autoload.
15804
15805         * gnus-delay.el (parse-time-string): Add autoload.
15806
15807         * gnus-art.el (parse-time-string): Add autoload.
15808
15809         * nnultimate.el (parse-time): Require for `parse-time-string'.
15810
15811 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15812
15813         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15814
15815         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15816
15817         * smime.el (smime-ldap-host-list): Add :version.
15818
15819 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15820
15821         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15822         pass it to `gnus-browse-read-group'.
15823         (gnus-browse-read-group): Add NUMBER argument and pass it to
15824         `gnus-group-read-ephemeral-group'.
15825
15826         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15827         argument and pass it to `gnus-group-read-group'.
15828
15829 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15830
15831         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15832         mm-xemacs-find-mime-charset-1 if we have the mule feature
15833         available at runtime.
15834
15835 2005-03-25  Werner Lemberg  <wl@gnu.org>
15836
15837         * nnmaildir.el: Replace `illegal' with `invalid'.
15838
15839 2005-03-23  Lute Kamstra  <lute@gnu.org>
15840
15841         * time-date.el: Add comment on time value formats.
15842         Don't require parse-time.
15843         (with-decoded-time-value): New macro.
15844         (encode-time-value): New function.
15845         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15846         (days-to-time): Return a valid time value when arg is huge.
15847         (time-since): Use time-subtract.
15848         (time-to-number-of-days): Use time-to-seconds.
15849
15850 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15851
15852         * gnus-start.el (gnus-display-time-event-handler):
15853         Check display-time-timer at runtime rather than only at load time
15854         in case display-time-mode is turned off in the mean time.
15855
15856 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15857
15858         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15859         used.
15860
15861         * nneething.el (nneething-map-file-directory): Derive from
15862         `gnus-directory'.
15863
15864         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15865         the To/Cc button.
15866
15867 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15868
15869         * nnmaildir.el (nnmaildir-request-accept-article):
15870         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15871
15872 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15873
15874         * gnus-async.el: Require timer-funcs at compile time when in
15875         XEmacs for `run-with-idle-timer'.
15876
15877 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15878
15879         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15880         autoloaded function.
15881
15882 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15883
15884         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15885
15886 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15887
15888         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15889
15890 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15891
15892         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15893         Add gnus-expert-user to default.
15894
15895 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15896
15897         * nnimap.el (nnimap-open-server): Ditto.
15898
15899         * imap.el (imap-authenticate): Fix typo.
15900
15901 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15902
15903         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15904         buffer (since IMAP server might return FETCH response out of
15905         order, and the nntp buffer must be sorted).
15906
15907 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15908
15909         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15910         comparison on string.
15911
15912         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15913         (gnus-agent-score): Rename category keywords to match gnus-cus.
15914         (gnus-agent-summary-fetch-series): Modify to protect against
15915         gnus-agent-summary-fetch-group clearing processable flags.
15916         (gnus-agent-synchronize-group-flags): Update live group buffer as
15917         synchronization may occur due to the user toggle the plugged
15918         status.
15919         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15920         successfully downloaded.
15921         (gnus-agent-expire-group-1): Avoid using markers when the overview
15922         is in ascending order; greatly improves performance.
15923         (gnus-agent-regenerate-group):
15924         Use gnus-agent-synchronize-group-flags to reset read status in both
15925         gnus and server.
15926         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15927
15928 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15929
15930         * message.el: Don't autoload former message-utils variables.
15931         (message-strip-subject-trailing-was): Change doc string.
15932
15933         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15934         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15935         (nnweb-google-search): Add "hl=en" here.
15936         (nnweb-google-parse-1, nnweb-google-create-mapping):
15937         Don't hardcode URL.
15938
15939 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15940
15941         * message.el (message-get-reply-headers, message-followup):
15942         Mention related variables `message-use-followup-to' and
15943         `message-use-mail-followup-to', in the information buffer.
15944
15945         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15946         of broken groups(-beta).google.com.
15947
15948 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15949
15950         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15951         parameter to invoked gnus-request-move-article; remove the
15952         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15953         all at once instead of once per article.
15954         (gnus-summary-remove-process-mark): Accept a list of articles as
15955         well as a single article for processing.
15956
15957         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15958         parameter.
15959
15960         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15961
15962         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15963
15964         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15965         parameter.
15966
15967         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15968         parameter.
15969
15970         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15971         parameter and remove the gnus-sum-hint-move-is-internal variable.
15972
15973         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15974         parameter.
15975
15976         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15977         parameter.
15978
15979         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15980         parameter.
15981
15982         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15983
15984         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15985         parameter.
15986
15987         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15988         parameter.
15989
15990 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15991
15992         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15993         a more conservative way.
15994
15995 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15996
15997         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15998         buffer, so it moves the window's cursor.
15999
16000 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16001
16002         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16003         `mm-dissect-multipart' and receive the from field as an (optional)
16004         argument from `mm-dissect-multipart'.
16005         (mm-dissect-multipart): Receive the from field as an argument and
16006         pass it on when we call `mm-dissect-buffer' on MIME parts.
16007         Fixes verification/decryption of signed/encrypted MIME parts.
16008
16009 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16010
16011         * gnus-sum.el (gnus-summary-move-article):
16012         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16013         whatever it calls (right now, only nnimap-request-move article
16014         respects it).
16015
16016         * nnimap.el (nnimap-request-move-article):
16017         When gnus-sum-hint-move-is-internal is set, don't do the extra
16018         nnimap-request-article.
16019
16020 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16021
16022         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16023
16024         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16025         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16026
16027         * gnus-sum.el (gnus-summary-caesar-message):
16028         Apply `gnus-treat-article' after rotation.
16029
16030         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16031         doc string.
16032
16033 2005-02-22  Simon Josefsson  <jas@extundo.com>
16034
16035         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16036         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16037         <arne@arnested.dk>.
16038         (encrypt): Add password-cache and password-cache-expiry as group
16039         members.
16040
16041 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16042
16043         * smime.el (smime-ldap-host-list): Doc fix.
16044         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16045         cache) password.
16046         (smime-sign-region): Use it.
16047         (smime-decrypt-region): Use it.
16048         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16049         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16050         fails.
16051         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16052         certificate from DER to PEM format rather than calling openssl.
16053
16054         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16055
16056         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16057         for signing/encryption.
16058
16059         * mml.el (mml-parse-1): Use them.
16060
16061 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16062
16063         * nnrss.el (nnrss-verbose): Remove.
16064         (nnrss-request-group): Use `nnheader-message' instead.
16065
16066 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16067
16068         * nnrss.el (nnrss-verbose): New variable.
16069         (nnrss-request-group): Make it say nnrss is requesting a group.
16070
16071 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16072
16073         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16074         Handle news URL with given port correctly.
16075
16076 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16077
16078         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16079         containing special characters.
16080
16081         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16082
16083         * mml.el (mime-to-mml): Ditto.
16084
16085         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16086         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16087         (rfc2047-decode-region): Quote decoded words containing special
16088         characters when rfc2047-quote-decoded-words-containing-tspecials
16089         is non-nil.
16090
16091 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16092
16093         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16094
16095         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16096
16097 2005-02-15  Simon Josefsson  <jas@extundo.com>
16098
16099         * nnimap.el (nnimap-debug): Doc fix.
16100
16101         * imap.el (imap-debug): Doc fix.
16102
16103 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16104
16105         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16106
16107 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16108
16109         * gnus.el (spam-contents): Improve docs for spam-contents
16110         parameter in its variable incarnation.
16111
16112 2005-02-14  Simon Josefsson  <jas@extundo.com>
16113
16114         * smime-ldap.el: Use require instead of load-library for ldap.
16115         (smime-ldap-search): Indent.
16116         (smime-ldap-search-internal): Shorten line.
16117
16118         * smime.el (smime-cert-by-dns): Add doc-string.
16119         (smime-cert-by-ldap-1): Indent.
16120
16121         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16122         mml-smime-get-dns-ldap.
16123         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16124
16125 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16126
16127         * smime.el: Require smime-ldap.
16128         (smime-ldap-host-list): New variable.
16129         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16130
16131         * mml-smime.el (mml-smime-encrypt-query): New function.
16132         (mml-smime-encrypt-query): Use it.
16133
16134         * smime-ldap.el: New file.
16135
16136 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16139
16140 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16141
16142         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16143         argument in doc string.  Make query for type more clear.
16144
16145 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16146
16147         * gnus.el (gnus-group-startup-message): Search for gnus images in
16148         etc/images/gnus.
16149         * mm-util.el (mm-image-load-path): Likewise.
16150         * smiley.el (smiley-data-directory): Search for smilies in
16151         etc/images/smilies.
16152
16153 2005-02-09  Kim F. Storm  <storm@cua.dk>
16154
16155         Change Emacs release version from 21.4 to 22.1 throughout.
16156         Change Emacs development version from 21.3.50 to 22.0.50.
16157
16158 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16159
16160         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16161
16162         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16163         non-Mule XEmacs as well.
16164         (mm-decompress-buffer): Signal an error intentionally if it does
16165         not decompress compressed data because auto-compression-mode is
16166         disabled.
16167
16168 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16169
16170         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16171         an ID in the registry even if it has no groups.
16172
16173 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16174
16175         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16176         merge it into mm-decompress-buffer.
16177         (gnus-mime-copy-part): Use the MIME part charset, the value which
16178         a user specified or gnus-newsgroup-charset for decoding, like
16179         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16180         save-buffer what was used.  Suggested by Kevin Ryde
16181         <user42@zip.com.au>.
16182         (gnus-mime-inline-part): Allow the name parameter as well as the
16183         filename parameter; force decompressing of compressed data; always
16184         display contents being not decoded as unibyte.
16185
16186         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16187         as well as the filename parameter.
16188
16189         * mm-util.el (mm-decompress-buffer):
16190         Merge gnus-mime-jka-compr-maybe-uncompress.
16191         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16192         of compressed data.
16193
16194 2005-02-08  Simon Josefsson  <jas@extundo.com>
16195
16196         * imap.el (imap-log): Doc fix.
16197
16198 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16199
16200         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16201         the coding cookies; decompress compressed parts.
16202
16203         * mml.el (mml-generate-mime-1): Add the charset parameter according
16204         to the value which a user specified manually or the coding cookie.
16205
16206         * mm-util.el (mm-string-to-multibyte): New function.
16207         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16208         (mm-coding-system-to-mime-charset): New function.
16209         (mm-decompress-buffer): New function.
16210         (mm-find-buffer-file-coding-system): New function.
16211
16212         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16213         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16214         parts.
16215
16216 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16217
16218         * mm-view.el (mm-display-inline-fontify): Decode a part according
16219         to the charset parameter.
16220
16221 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16224         prefix arg is neither nil nor a number, as info specifies.
16225
16226 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16229         timestamps.
16230
16231 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16232
16233         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16234         groups error checking and notify user.
16235
16236 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16237
16238         * message.el (message-send-mail-function): Check existence of
16239         sendmail-program first before using default value
16240         `message-send-mail-with-sendmail'.  Otherwise use more generic
16241         `smtpmail-send-it'.
16242
16243 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * nntp.el (nntp-request-update-info): Always return nil.
16246
16247 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16248
16249         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16250
16251 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16252
16253         * message.el (message-beginning-of-line): Change the behavior when
16254         invoked between BOL and : so that it first moves backward.
16255
16256 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16259         article buffer when editing of the article is discarded.
16260         (gnus-article-prepare): Revert.
16261
16262 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16263
16264         * gnus-art.el (gnus-article-prepare):
16265         Remove message-strip-forbidden-properties from the local hook.
16266
16267 2005-01-27  Simon Josefsson  <jas@extundo.com>
16268
16269         * password.el (password-cache-add): Only start one timer per key.
16270         Reported by Derek Atkins <warlord@MIT.EDU>.
16271
16272 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16273
16274         * run-at-time.el: Remove.  It is no longer needed as
16275         timer-funcs.el in the xemacs-base package has a working version of
16276         `run-at-time'.
16277
16278         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16279
16280         * password.el: Require timer-funcs instead of run-at-time in
16281         XEmacs.
16282         Remove `password-run-at-time' macro.
16283         (password-cache-add): Use `run-at-time' instead of
16284         `password-run-at-time'.
16285
16286         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16287         Remove `nnheader-cancel-function-timers' alias,
16288         `cancel-function-timers' exists in XEmacs in timer-funcs.
16289
16290         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16291         for `run-with-idle-timer'.
16292
16293         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16294         for `run-at-time'.
16295
16296         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16297         for `with-timeout'.
16298
16299         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16300         the same as for XEmacs 21.4.
16301         No need to ignore `run-with-idle-timer', this function exists in
16302         XEmacs now in timer-funcs.el in the xemacs-base package.
16303         (dgnushack-compile): No need to delete
16304         run-at-time.el from the list of files to compile because it
16305         doesn't exist anymore.
16306
16307 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16310         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16311
16312 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16313
16314         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16315         sensitively.
16316
16317 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16318
16319         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16320
16321 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16322
16323         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16324         which will be inserted according to the multibyteness of a buffer
16325         rather than the type of contents.  Suggested by ARISAWA Akihiro
16326         <ari@mbf.ocn.ne.jp>.
16327
16328         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16329         of string which old xml.el may return rather than a string.
16330
16331 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16332
16333         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16334
16335 2005-01-16  Simon Josefsson  <jas@extundo.com>
16336
16337         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16338         idn/idna.el isn't available.
16339         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16340         <michael@waxrat.com>.
16341
16342         * hashcash.el: Remove non-FSF copyright header.
16343
16344         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16345         (hashcash-generate-payment): Use it.
16346         (hashcash-generate-payment-async): Use it.
16347
16348 2005-01-15  Simon Josefsson  <jas@extundo.com>
16349
16350         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16351         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16352
16353         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16354         gnus-summary-idna-message.
16355         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16356         (gnus-summary-idna-message): New function.
16357
16358 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16359
16360         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16361         gnus-novice-user.
16362
16363 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * nnrss.el (nnrss-request-delete-group): Delete entries in
16366         nnrss-group-alist as well.
16367         (nnrss-save-server-data): Insert newline.
16368
16369 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16370
16371         * gnus.el (gnus-user-agent): Use list of symbols instead of
16372         symbols.  Display full version number for (S)XEmacs.
16373         Optionally display (S)XEmacs codename.
16374
16375         * gnus-util.el (gnus-emacs-version): Update for new
16376         `gnus-user-agent'.
16377
16378         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16379         Gnus version.
16380
16381 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16382
16383         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16384         which is unreadable in some setups.
16385
16386 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * gnus-spec.el (gnus-update-format-specifications): Flush the
16389         group format spec cache if it doesn't support decoded group names.
16390
16391 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16392
16393         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16394         Allow to apply decay on score files matching a regexp.
16395
16396 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16399         compatibility in %g and %c.
16400
16401 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16402
16403         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16404         name for only %g and %c.
16405         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16406         of gnus-tmp-group to decoded group name.
16407         (gnus-group-make-rss-group): Exclude `/'s from group names.
16408
16409 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16410
16411         * nnrss.el (nnrss-get-encoding): Fix regexp.
16412
16413 2004-12-27  Simon Josefsson  <jas@extundo.com>
16414
16415         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16416         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16417         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16418
16419 2004-12-17  Kim F. Storm  <storm@cua.dk>
16420
16421         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16422
16423         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16424
16425 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16426
16427         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16428
16429 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * nnrss.el: Require rfc2047 and mml.
16432         (nnrss-file-coding-system): New variable.
16433         (nnrss-format-string): Redefine it as an inline function.
16434         (nnrss-decode-group-name): New function.
16435         (nnrss-string-as-multibyte): Remove.
16436         (nnrss-retrieve-headers): Decode group name; don't use
16437         nnrss-format-string.
16438         (nnrss-request-group): Decode group name.
16439         (nnrss-request-article): Decode group name; allow a Message-ID as
16440         well as an article number; don't use nnrss-format-string; encode a
16441         Message-ID string which may contain non-ASCII characters; use
16442         mml-to-mime to compose a MIME article.
16443         (nnrss-request-expire-articles): Decode group name.
16444         (nnrss-request-delete-group): Decode group name.
16445         (nnrss-fetch): Clarify error message.
16446         (nnrss-read-server-data): Use insert-file-contents instead of load;
16447         bind file-name-coding-system; use multibyte buffer.
16448         (nnrss-save-server-data): Bind coding-system-for-write to the
16449         value of nnrss-file-coding-system; bind file-name-coding-system;
16450         add coding cookie.
16451         (nnrss-read-group-data): Use insert-file-contents instead of load;
16452         bind file-name-coding-system; use multibyte buffer.
16453         (nnrss-save-group-data): Bind coding-system-for-write to the
16454         value of nnrss-file-coding-system; bind file-name-coding-system.
16455         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16456         make it work with non-ASCII text.
16457         (nnrss-find-el): Make it work with old xml.el as well.
16458
16459 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16460
16461         * nnrss.el (nnrss-get-encoding): New function.
16462         (nnrss-fetch): Use unibyte buffer initially; bind
16463         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16464         decode contents according to the encoding attribute.
16465         (nnrss-save-group-data): Add coding cookie.
16466         (nnrss-mime-encode-string): New function.
16467         (nnrss-check-group): Use it to encode subject and author.
16468
16469 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16470
16471         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16472         imaginary variable.
16473
16474 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16475
16476         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16477         correctly even if there are wide characters.
16478
16479 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16480
16481         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16482         downcased symbol names; make a new cache instead of reusing
16483         bbdb-hashtable.
16484
16485 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16488         concatenating segments rather than before concatenating them.
16489         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16490
16491         * message.el (message-get-reply-headers): Bind `extra'.
16492
16493 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16494
16495         * message.el (message-extra-wide-headers): New variable.
16496         (message-get-reply-headers): Use it.
16497
16498 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16501         (gnus-agent-group-pathname): Ditto.
16502
16503         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16504
16505         * gnus-group.el (gnus-group-make-group): Decode group name.
16506         (gnus-group-make-rss-group): Register the group data after opening
16507         the nnrss group.
16508
16509 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16510
16511         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16512         by expiry now get marked as read.
16513
16514 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16517
16518 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16519
16520         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16521         unify Latin characters in XEmacs.
16522         (mm-find-mime-charset-region): Use it.
16523
16524 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16525
16526         * gnus-util.el (gnus-delete-directory): New function.
16527
16528         * gnus-agent.el (gnus-agent-delete-group): Use it.
16529
16530         * gnus-cache.el (gnus-cache-delete-group): Use it.
16531
16532 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16535         names.
16536
16537 2004-12-16  Simon Josefsson  <jas@extundo.com>
16538
16539         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16540
16541 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16544
16545         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16546         (gnus-group-set-current-level): Decode group name.
16547
16548 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16549
16550         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16551         failed.
16552
16553 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16554
16555         * gnus-group.el (gnus-group-delete-group): Decode group name.
16556         (gnus-group-make-rss-group): Encode group name.
16557         (gnus-group-catchup-current): Decode group name.
16558         (gnus-group-kill-group): Decode group name.
16559
16560 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16561
16562         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16563
16564 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * gnus-group.el (gnus-group-make-rss-group):
16567         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16568
16569         * gnus-start.el (gnus-setup-news): Honor user's setting to
16570         gnus-message-archive-method.  Suggested by Lute Kamstra
16571         <lute@gnu.org>.
16572
16573 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16574
16575         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16576         global counterparts of the buffer-local variables.
16577
16578 2004-11-16  Romain Francoise  <romain@orebokech.com>
16579
16580         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16581         counterparts of the buffer-local variables.
16582
16583 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16584
16585         * message.el (message-forbidden-properties): Fix typo in doc
16586         string.
16587
16588 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16589
16590         * gnus-util.el (gnus-replace-in-string): Add doc string.
16591
16592         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16593         to avoid problems when splitting mails with many recipients.
16594
16595 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16596
16597         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16598         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16599
16600 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16601
16602         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16603         if there is no hashtable in memory or file modification time is
16604         newer than cached timestamp.
16605
16606 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16607
16608         * gnus-sum.el (gnus-summary-limit-to-recipient):
16609         Implement not-matching option.
16610
16611 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16612
16613         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16614         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16615         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16616         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16617         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16618         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16619
16620 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * message.el (message-forward-make-body-mml): Remove headers
16623         according to message-forward-ignored-headers if a message is decoded.
16624
16625 2004-12-02  Romain Francoise  <romain@orebokech.com>
16626
16627         * message.el (message-forward-make-body-plain): Always remove
16628         headers according to message-forward-ignored-headers.
16629
16630 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16631
16632         * spam.el (spam-summary-prepare-exit): Remove the
16633         gnus-summary-limit pop for now, it has problems with ham marks for
16634         me.
16635
16636 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16637
16638         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16639         correctly.
16640
16641 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16642
16643         * format-spec.el (format-spec): Message the char.
16644
16645 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16646
16647         * gnus-art.el (gnus-split-methods): Reformat comments.
16648
16649         * spam.el (spam-summary-prepare-exit): Remove article limits
16650         before exiting the summary buffer.
16651
16652 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16653
16654         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16655         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16656
16657         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16658         order to silence the byte compiler.
16659
16660         * spam.el: Fix the way to silence the byte compiler, which
16661         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16662         bbdb-search-simple, spam-BBDB-register-routine,
16663         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16664         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16665         spam-stat-buffer-is-spam, spam-stat-load,
16666         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16667         spam-stat-save and spam-stat-split-fancy.
16668
16669 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16670
16671         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16672         which may confuse users.
16673         (canlock-password-for-verify): Ditto.
16674
16675         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16676
16677         * gnus-art.el (gnus-emphasis-alist): Ditto.
16678
16679         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16680
16681         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16682
16683         * gnus-start.el (gnus-save-killed-list): Ditto.
16684
16685         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16686         (gnus-sum-thread-tree-root): Ditto.
16687         (gnus-sum-thread-tree-false-root): Ditto.
16688         (gnus-sum-thread-tree-single-indent): Ditto.
16689
16690         * message.el (message-courtesy-message): Ditto.
16691         (message-archive-note): Ditto.
16692         (message-subscribed-address-file): Ditto.
16693         (message-user-fqdn): Ditto.
16694
16695         * spam-report.el (spam-report-gmane-regex): Ditto.
16696
16697         * spam.el (spam-blackhole-good-server-regex): Ditto.
16698
16699 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * mml.el (mml-preview): Widen the message buffer before copying
16702         the contents to the preview buffer; sort headers before previewing.
16703
16704         * message.el (message-hidden-headers): Fix the way to avoid a bug
16705         in the `repeat' widget in Emacs 21.3 or earlier.
16706
16707 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * message.el (message-hidden-headers): Default to "^References:".
16710         Improve customization type.  Suggested by Reiner Steib
16711         <Reiner.Steib@gmx.de>.
16712
16713 2004-11-25  Romain Francoise  <romain@orebokech.com>
16714
16715         * message.el (message-strip-forbidden-properties): Remove check for
16716         obsolete `message-hidden' text property, hidden headers are not
16717         accessible in the buffer anymore.
16718
16719 2004-11-22  Romain Francoise  <romain@orebokech.com>
16720
16721         * message.el (message-header-format-alist): Add `From' in list
16722         so that it can be sorted.
16723         (message-fix-before-sending): Widen and sort headers before
16724         sending.
16725         (message-hide-headers): Use narrowing to hide headers by moving
16726         them to the top of the buffer and narrowing to the region
16727         underneath.
16728
16729 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16730
16731         * message.el (message-strip-forbidden-properties):
16732         Bind buffer-read-only (etc) to nil.
16733
16734 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16735
16736         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16737         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16738
16739 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16740
16741         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16742
16743 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16744
16745         * dns.el (query-dns): Use sit-for to time instead of
16746         accept-process-output, since that doesn't seem to work on udp
16747         sockets.
16748
16749 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16752
16753 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16754
16755         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16756         doc string.  Improve doc string.
16757
16758 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16759
16760         * nntp.el (nntp-request-update-info): Return nil if
16761         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16762         may not call gnus-activate-group which uselessly issues the GROUP
16763         commands for all nntp groups and wastes time.  Reported by Romain
16764         Francoise <romain@orebokech.com>.
16765
16766         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16767
16768 2004-11-15  Simon Josefsson  <jas@extundo.com>
16769
16770         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16771         headers separately.
16772         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16773         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16774
16775 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16776
16777         * gnus-start.el (gnus-convert-old-newsrc):
16778         Assign legacy-gnus-agent to 5.10.7.
16779
16780 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16781
16782         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16783         start of the lines.
16784
16785 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16786
16787         * hashcash.el (hashcash-default-payment): Change default to 20.
16788         (hashcash-default-accept-payment): Change default to 20.
16789         (hashcash-process-alist): New variable.
16790         (hashcash-generate-payment-async): Add.
16791         (hashcash-already-paid-p): Add.
16792         (hashcash-insert-payment): Don't generate payments twice.
16793         (hashcash-insert-payment-async): Add.
16794         (hashcash-insert-payment-async-2): Add.
16795         (hashcash-cancel-async): Add.
16796         (hashcash-wait-async): Add.
16797         (hashcash-processes-running-p): Add.
16798         (hashcash-wait-or-cancel): Add.
16799         (mail-add-payment): New optional argument.  Conditionally start
16800         asynchronous calculation.
16801         (mail-add-payment-async): Add.
16802
16803         * message.el (message-send-mail): Wait for asynchronous hashcash
16804         results.  Don't clobber existing X-Hashcash headers.
16805         (message-setup-1): Call mail-add-payment-async when
16806         message-generate-hashcash is non-nil.
16807
16808 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16809
16810         * message.el (message-use-alternative-email-as-from): Examine the
16811         From header as well; use message-make-from in order to include a
16812         user's full name.
16813
16814 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16817         default; improve customization type.
16818         (gnus-emphasis-custom-with-format): New macro.
16819         (gnus-emphasis-custom-value-to-external): New function.
16820         (gnus-emphasis-custom-value-to-internal): New function.
16821
16822 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16823
16824         * dns.el (query-dns): Resolve reverse addresses.
16825
16826 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16827
16828         * gnus-group.el (gnus-group-get-new-news): Use it.
16829
16830         * gnus-start.el (gnus-check-reasonable-setup): New function.
16831
16832 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16835         "Args out of range" error.  Reported by Arnaud Giersch
16836         <arnaud.giersch@free.fr>.
16837
16838 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16839
16840         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16841
16842 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16843
16844         * spam.el (spam group): Add :version.
16845
16846         * pgg-def.el (pgg group): Add :version.
16847
16848 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * gnus-art.el (gnus-article-edit-article): Don't associate the
16851         article buffer with a draft file.  This is a temporary measure
16852         against the 2004-08-22 change to gnus-article-edit-mode.
16853
16854 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16857         (html2text-format-tags): Remove unused variable `attr'.
16858
16859 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16860
16861         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16862
16863         * tls.el (tls-process-connection-type, tls-success)
16864         (tls-certtool-program): Add :version.
16865
16866         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16867         (starttls-extra-arguments, starttls-process-connection-type)
16868         (starttls-connect, starttls-failure, starttls-success): Add :version.
16869
16870         * spam-stat.el (spam-stat): Add :version.
16871
16872         * sieve.el (sieve): Add :version.
16873
16874         * sha1.el (sha1): Add :version.
16875         (sha1-use-external): Remove redundant version.
16876
16877         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16878         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16879         (nnmail-split-fancy-match-partial-words)
16880         (nnmail-split-lowercase-expanded): Add :version.
16881
16882         * nndiary.el (nndiary): Add :version.
16883
16884         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16885
16886         * mml-sec.el (mml-default-sign-method)
16887         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16888         Add :version.
16889
16890         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16891
16892         * mm-url.el (mm-url-use-external, mm-url-program)
16893         (mm-url-arguments): Add :version.
16894
16895         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16896         (mm-attachment-file-modes, mm-decrypt-option)
16897         (mm-w3m-safe-url-regexp): Add :version.
16898
16899         * message.el (message-cite-prefix-regexp)
16900         (message-sendmail-envelope-from, message-minibuffer-local-map)
16901         (message-user-fqdn, message-completion-alist): Add :version.
16902
16903         * gnus-win.el (gnus-configure-windows-hook)
16904         (gnus-use-frames-on-any-display): Add :version.
16905
16906         * gnus-art.el (gnus-article-address-banner-alist)
16907         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16908         (gnus-treat-from-picon, gnus-treat-mail-picon)
16909         (gnus-treat-x-pgp-sig): Add :version.
16910
16911         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16912         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16913         (gnus-summary-article-delete-hook)
16914         (gnus-summary-display-while-building): Add :version.
16915
16916         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16917         (gnus-get-top-new-news-hook): Add :version.
16918
16919         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16920         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16921
16922         * gnus-registry.el (gnus-registry): Add :version.
16923
16924         * gnus-spec.el (gnus-use-correct-string-widths)
16925         (gnus-make-format-preserve-properties): Add :version.
16926
16927         * gnus.el (gnus-group-charter-alist)
16928         (gnus-group-fetch-control-use-browse-url)
16929         (gnus-install-group-spam-parameters): Add :version.
16930
16931         * gnus-diary.el (gnus-diary): Add :version.
16932
16933         * gnus-delay.el (gnus-delay): Add :version.
16934
16935         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16936         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16937         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16938         Add :version.
16939
16940         * gnus-agent.el (gnus-agent-max-fetch-size)
16941         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16942         (gnus-agent-prompt-send-queue): Add :version.
16943
16944         * deuglify.el (gnus-outlook-deuglify): Add :version.
16945
16946         * html2text.el: Beautify code.  Improve doc strings.
16947         Some checkdoc cleanup.
16948         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16949
16950 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16951
16952         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16953
16954 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16955
16956         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16957         when package is loaded.
16958
16959         * spam.el (spam-summary-score-preferred-header): Add global preference
16960         for people who want to override the default SpamAssassin over
16961         Bogofilter preference (when both are set).
16962         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16963         (spam-user-format-function-S):
16964         Check spam-summary-score-preferred-header.
16965         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16966         (spam-user-format-function-S): Format the score correctly.
16967
16968 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16971         signature file.  Suggested by Manoj Srivastava
16972         <srivasta@golden-gryphon.com>.
16973
16974         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16975         iso-2022-jp even in the Japanese language environment.
16976         Suggested by Jason Rumney <jasonr@gnu.org>.
16977
16978 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16981         use the same characters as the dummy marks; make it free from
16982         getting affected by the language environment.
16983         (gnus-summary-read-group-1): Update mark positions only when the
16984         format spec is updated.
16985
16986         * gnus-spec.el (gnus-update-format-specifications): Return a list
16987         of updated types.
16988
16989 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16990
16991         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16992         of boundp to check if display-warning is available.
16993
16994 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16995
16996         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16997
16998 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * nnspool.el (nnspool-spool-directory): Use news-path if the
17001         news-directory variable is not bound.
17002
17003         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17004         function instead of display-warning if it is not available.
17005
17006 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17007
17008         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17009         v5-10: Use `point-at-bol'.
17010
17011 2004-10-26  Simon Josefsson  <jas@extundo.com>
17012
17013         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17014         <chenggao@gmail.com>.
17015
17016 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17017
17018         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17019         instead.
17020
17021 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17022
17023         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17024         to remove a server from the nnimap-server-buffer-alist.
17025         (nnimap-open-connection, nnimap-close-server): Use it.
17026
17027         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17028
17029 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17030
17031         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17032         running the major-mode function.
17033
17034 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17037         dummy marks in the right way.
17038
17039 2004-10-18  David Edmondson  <dme@dme.org>
17040
17041         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17042         excessively.
17043
17044 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17045
17046         * gnus-util.el (gnus-split-references): Accept a nil references
17047         string and go on blissfully.
17048
17049         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17050         cases where the references string is non-nil but has no references.
17051
17052         * encrypt.el: Add autoload tags.
17053
17054         * spam.el (spam-resolve-registrations-routine): Remove article
17055         from unregistration list too.  Reported by David Hanak
17056         <dhanak@isis.vanderbilt.edu>
17057
17058 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17059
17060         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17061         nil.  Change custom type.
17062
17063 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17064
17065         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17066
17067         * gnus-sum.el (gnus-summary-move-article): Use it.
17068
17069 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17070
17071         * encrypt.el: Add autoload cookies.
17072
17073         * spam.el (spam-backend-article-list-property)
17074         (spam-backend-get-article-todo-list)
17075         (spam-backend-put-article-todo-list)
17076         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17077         Resolve registrations separately.
17078         (spam-register-routine): Format comments.
17079         (spam-unregister-routine, spam-register-routine): Always call with
17080         specific-articles, no default list.
17081         (spam-summary-prepare-exit): Use the spam-classifications function.
17082
17083         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17084         gnus-encrypt.el.
17085
17086         * encrypt.el: Copied from gnus-encrypt.el.
17087
17088         * gnus-encrypt.el: Commented that it's obsolete.
17089
17090 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17091
17092         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17093         (gnus-score-save): Use it.
17094
17095         * message.el (message-bury): Use `window-dedicated-p'.
17096
17097 2004-10-15  Simon Josefsson  <jas@extundo.com>
17098
17099         * pop3.el (top-level): Don't require nnheader.
17100         (pop3-read-timeout): Add.
17101         (pop3-accept-process-output): Add.
17102         (pop3-read-response, pop3-retr): Use it.
17103
17104 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17105
17106         * spam.el (spam-register-routine): Move comment.
17107         (spam-verify-bogofilter): Use 'unknown for the initial
17108         spam-bogofilter-valid state, not 'never.
17109
17110         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17111         for netrc-machine.
17112
17113         * nnimap.el (nnimap-open-connection):
17114         Use netrc-machine-user-or-password.
17115
17116 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17117
17118         * gnus-registry.el (gnus-registry-unload-hook):
17119         Set as a variable with add-hook.
17120
17121         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17122         of news-path.
17123
17124         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17125
17126         * spam.el: Delete duplicate `provide'.
17127         (spam-unload-hook): Set as a variable with add-hook.
17128
17129 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17130
17131         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17132         in the doc string.
17133
17134         * message.el (message-ignored-news-headers)
17135         (message-ignored-supersedes-headers)
17136         (message-ignored-resent-headers)
17137         (message-forward-ignored-headers): Improve custom type.
17138
17139 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * message.el (message-tokenize-header): Fix 2004-09-06 change
17142         which used point-min in the wrong place.
17143
17144 2004-10-12  Simon Josefsson  <jas@extundo.com>
17145
17146         * tls.el (tls-certtool-program): New variable.
17147         (tls-certificate-information): New function, based on
17148         ssl-certificate-information.
17149
17150 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17151
17152         * compface.el: Move the version of ELisp-based uncompface program
17153         to the contrib directory because of the copyright problem.
17154
17155 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17156
17157         * message.el (message-kill-buffer): Raise the current frame.
17158
17159 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17160
17161         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17162
17163         * gnus.el (message-y-or-n-p): Autoload.
17164
17165         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17166         (pop3-password-required, pop3-authentication-scheme)
17167         (pop3-leave-mail-on-server): Make customizable.
17168         (pop3): New custom group.
17169         (pop3-retr): Remove `sleep-for' statements.
17170         Suggested by Dave Love <fx@gnu.org>.
17171
17172         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17173         Windows/DOS.
17174
17175         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17176         (imap-parse-body): Fix incorrect use of `assert'.
17177         Suggested by Dave Love <fx@gnu.org>.
17178
17179         * mml.el (mml-minibuffer-read-disposition): Require match.
17180         Suggested by Dave Love <fx@gnu.org>.
17181
17182 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17183
17184         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17185         doc string.
17186
17187 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17188
17189         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17190
17191 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17192
17193         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17194         instead of calling `mm-insert-inline', to decode text/* parts
17195         before displaying them.
17196
17197 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17198
17199         * mm-uu.el (mm-uu-text-plain-type): New variable.
17200         (mm-uu-pgp-signed-extract-1): Use it.
17201         (mm-uu-pgp-encrypted-extract-1): Use it.
17202         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17203         bind mm-uu-text-plain-type with that value.
17204         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17205         mm-uu-dissect.
17206
17207 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * gnus-group.el (gnus-update-group-mark-positions):
17210         * gnus-sum.el (gnus-update-summary-mark-positions):
17211         * message.el (message-check-news-body-syntax):
17212         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17213         of string-as-multibyte.
17214
17215 2004-10-05  Juri Linkov  <juri@jurta.org>
17216
17217         * gnus-group.el (gnus-update-group-mark-positions):
17218         * gnus-sum.el (gnus-update-summary-mark-positions):
17219         * message.el (message-check-news-body-syntax):
17220         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17221         8-bit unibyte values to a multibyte string for search functions.
17222
17223 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17224
17225         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17226         (mm-uu-dissect-text-parts): New function.
17227
17228         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17229         dissect text parts.
17230
17231         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17232         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17233
17234         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17235
17236         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17237         Use gnus-current-topics instead of gnus-current-topic.
17238
17239 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17240
17241         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17242
17243 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17244
17245         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17246         where approriate.
17247
17248         * nnml.el (nnml-generate-active-info): do.
17249
17250         * nndiary.el (nndiary-generate-active-info): do.
17251
17252         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17253         (gnus-topic-move): do.
17254
17255         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17256         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17257
17258         * gnus-srvr.el (gnus-server-prepare)
17259         (gnus-server-open-all-servers): do.
17260
17261         * gnus-msg.el (gnus-summary-cancel-article)
17262         (gnus-summary-resend-message)
17263         (gnus-summary-mail-crosspost-complaint): do.
17264
17265         * gnus-move.el (gnus-change-server): do.
17266
17267         * gnus-group.el (gnus-group-unmark-all-groups)
17268         (gnus-group-set-current-level): do.
17269
17270 2004-10-04  Simon Josefsson  <jas@extundo.com>
17271
17272         * message.el (message-generate-hashcash): Doc fix.
17273
17274 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17275
17276         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17277         avoid infinite recursion via gnus-get-function.
17278
17279 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17280
17281         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17282
17283         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17284
17285         * nnmail.el (nnmail-split-history): do.
17286
17287         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17288         (nnml-request-delete-group): do.
17289
17290         * nnslashdot.el (nnslashdot-read-groups): do.
17291
17292         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17293         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17294
17295         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17296         (nnspool-sift-nov-with-sed): Use last.
17297         (nnspool-retrieve-headers-with-nov): Use mapc.
17298         (nnspool-request-newgroups): Use dolist.
17299         (nnspool-request-group): Use last.
17300
17301         * nntp.el (nntp-read-server-type): Use dolist.
17302
17303         * nnvirtual.el (nnvirtual-create-mapping)
17304         (nnvirtual-update-read-and-marked): Use dolist.
17305         (nnvirtual-convert-headers): Simplify.
17306
17307 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17308
17309         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17310         Add support for sync'ing tick marks.
17311
17312 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17313
17314         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17315         there's no visible header.
17316
17317 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17318
17319         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17320         When necessary, pass full group name to gnus-request-set-marks.
17321
17322 2004-10-01  Simon Josefsson  <jas@extundo.com>
17323
17324         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17325         acroread.
17326
17327 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17328
17329         * spam-report.el (spam-report-gmane): Fix interactive.
17330
17331         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17332
17333         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17334         when writing file.
17335         (gnus-agent-synchronize-flags): Don't default to being
17336         interactive.
17337
17338 2004-09-30  Simon Josefsson  <jas@extundo.com>
17339
17340         * message.el (message-generate-hashcash): Add.
17341         (message-send-mail): Use it, call mail-add-payment.
17342
17343 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17344
17345         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17346
17347 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17348
17349         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17350         gnus-requst-update-info with explicit code to sync the in-memory
17351         info read flags with the marks being sync'd to the backend.
17352
17353         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17354
17355 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17356
17357         * spam.el (spam-verify-bogofilter): Add new function.
17358         (spam-check-bogofilter)
17359         (spam-bogofilter-register-with-bogofilter): Use it.
17360         (spam-verify-bogofilter): Add small fixes.
17361
17362 2004-09-28  Simon Josefsson  <jas@extundo.com>
17363
17364         * hashcash.el (hashcash-generate-payment): Revert.
17365
17366 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17367
17368         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17369         Use gnus-extract-references instead of gnus-split-references.
17370
17371         * gnus-util.el (gnus-extract-references): Add new function, analogous
17372         to gnus-split-references but extracts only the message-ID without
17373         anything extra.
17374
17375         * hashcash.el (hashcash-generate-payment)
17376         (hashcash-check-payment): Do the right thing if hashcash-path is
17377         nil (because the hashcash program could not be found).
17378
17379         * spam.el (spam-use-hashcash): Remove comment.
17380
17381 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17382
17383         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17384         (gnus-cache-enter-article, gnus-cache-remove-article)
17385         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17386
17387         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17388
17389         * gnus-art.el (article-hide-boring-headers)
17390         (article-translate-strings, article-display-face)
17391         (gnus-article-mime-match-handle-first)
17392         (gnus-article-highlight-headers)
17393         (gnus-article-add-buttons-to-head): do.
17394
17395 2004-09-27  Simon Josefsson  <jas@extundo.com>
17396
17397         * hashcash.el: New version, from
17398         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17399         ../contrib/.
17400
17401 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17402
17403         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17404
17405 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17406
17407         * gnus-dup.el (gnus-dup-open): Use mapc.
17408         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17409
17410         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17411         Reported by Stefan Wiens <s.wi@gmx.net>.
17412
17413         * gnus.el (gnus-shutdown): Use dolist.
17414
17415         * gnus-undo.el (gnus-undo): Use mapc.
17416
17417         * nnrss.el (nnrss-generate-active): do.
17418
17419         * message.el (message-cite-original-without-signature)
17420         (message-cite-original): Use mapc.
17421         (message-do-actions, message-make-forward-subject): Use dolist.
17422
17423 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17424
17425         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17426         deletion to remove entire duplicate line.  Fixes merged article
17427         number bug.
17428
17429 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17430
17431         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17432         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17433         first ask if you want to open a server and then, even when you
17434         responded with no, asking if you want to synchronize the server's
17435         flags.
17436         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17437         multi-line expressions.
17438         (gnus-agent-synchronize-group-flags): New internal function.
17439         Updates marks in memory (in the info structure) AND in the
17440         backend.
17441
17442         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17443
17444         * nnagent.el (nnagent-request-set-mark):
17445         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17446         method, to ensure that synchronization updates marks in the
17447         backend and in the info (in memory) structure.
17448
17449 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17450
17451         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17452         convention fully; don't miss the root article of a thread; make
17453         the X-Draft-From header with correct article numbers.
17454
17455 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17456
17457         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17458         unless plugged.  Disable the agent so that an open failure causes
17459         an error.
17460
17461         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17462         Revert 2004-09-21 change.  The backend must be opened while
17463         synchronizing flags even when the backend stores the flags
17464         locally.
17465
17466 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17467
17468         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17469         in `header' match.  Reported by Svend Tollak Munkejord.
17470
17471         * message.el (message-cite-original): Fix use of
17472         `message-cite-articles-with-x-no-archive'.
17473
17474 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17475
17476         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17477         (gnus-window-to-buffer): Ditto.
17478
17479         * mml.el (mml-preview-buffer): New variable.
17480         (mml-preview): Manage window layout with gnus-buffer-configuration.
17481
17482         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17483         X-Draft-From header even if those articles aren't quoted.
17484
17485 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17486
17487         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17488         (gnus-request-set-mark, gnus-request-update-mark): Use new
17489         g-s-t-u-l-m to decide to use backend even when unplugged.
17490
17491 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17492
17493         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17494         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17495
17496 2004-09-20  Simon Josefsson  <jas@extundo.com>
17497
17498         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17499         "utf-16-le".
17500
17501 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17502
17503         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17504
17505 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17506
17507         * uudecode.el (uudecode-use-external): Add :version.
17508
17509         * smime.el (smime-CA-file, smime-encrypt-cipher)
17510         (smime-dns-server): Add :version.
17511
17512         * smiley.el (gnus-smiley-file-types): Add :version.
17513
17514         * sha1.el (sha1-use-external): Add :version.
17515
17516         * pgg-def.el (pgg-query-keyserver): Add :version.
17517
17518         * nnmail.el (nnmail-fancy-expiry-targets)
17519         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17520         Add :version.
17521
17522         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17523         (nnimap-retrieve-groups-asynchronous): Add :version.
17524         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17525
17526         * mml.el (mml-content-disposition-parameters)
17527         (mml-insert-mime-headers-always): Add :version.
17528
17529         * mm-util.el (mm-coding-system-priorities): Add :version.
17530
17531         * mm-decode.el (mm-inline-text-html-with-images)
17532         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17533         (mm-verify-option): Add :version.
17534         (mm-text-html-renderer): Change :version.
17535
17536         * message.el (message-fcc-externalize-attachments)
17537         (message-required-headers, message-draft-headers)
17538         (message-subject-trailing-was-query)
17539         (message-subject-trailing-was-ask-regexp)
17540         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17541         (message-mark-insert-end, message-archive-header)
17542         (message-archive-note, message-cross-post-default)
17543         (message-cross-post-note, message-followup-to-note)
17544         (message-cross-post-note-function, message-use-mail-followup-to)
17545         (message-subscribed-address-functions)
17546         (message-subscribed-address-file, message-subscribed-addresses)
17547         (message-subscribed-regexps, message-allow-no-recipients)
17548         (message-yank-cited-prefix, message-signature-insert-empty-line)
17549         (message-hidden-headers, message-hierarchical-addresses)
17550         (message-mail-user-agent, message-use-idna)
17551         (message-valid-fqdn-regexp)
17552         (message-strip-special-text-properties, message-header-synonyms)
17553         (message-beginning-of-line, message-tab-body-function): Add :version.
17554         (message-insert-canlock, message-wide-reply-confirm-recipients):
17555         Change :version.
17556
17557         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17558         and :version.
17559         (mail-source-delete-old-incoming-confirm)
17560         (mail-source-movemail-program): Add :version.
17561
17562         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17563         (gnus-agent-cache, gnus-agent): Change :version.
17564
17565         * gnus-util.el (gnus-use-byte-compile): Change :version.
17566
17567         * gnus-sum.el (gnus-summary-make-false-root-always)
17568         (gnus-summary-default-high-score)
17569         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17570         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17571         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17572         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17573         (gnus-sum-thread-tree-single-indent)
17574         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17575         (gnus-sum-thread-tree-leaf-with-other)
17576         (gnus-sum-thread-tree-single-leaf): Add :version.
17577         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17578         (gnus-article-loose-mime): Change :version.
17579
17580         * gnus-start.el (gnus-backup-startup-file)
17581         (gnus-save-startup-file-via-temp-buffer): Add :version.
17582
17583         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17584         (gnus-server-offline-face): Add :version.
17585
17586         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17587
17588         * gnus-msg.el (gnus-gcc-externalize-attachments)
17589         (gnus-debug-files, gnus-debug-exclude-variables)
17590         (gnus-discouraged-post-methods): Change :version.
17591         (gnus-confirm-mail-reply-to-news)
17592         (gnus-confirm-treat-mail-like-news): Add :version.
17593
17594         * gnus-int.el (gnus-server-unopen-status): Add :version.
17595
17596         * gnus-group.el (gnus-group-jump-to-group-prompt)
17597         (gnus-large-ephemeral-newsgroup)
17598         (gnus-fetch-old-ephemeral-headers): Add :version.
17599
17600         * gnus-fun.el (gnus-x-face-directory)
17601         (gnus-convert-pbm-to-x-face-command)
17602         (gnus-convert-image-to-x-face-command)
17603         (gnus-convert-image-to-face-command): Add :version.
17604
17605         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17606
17607         * gnus-cite.el (gnus-cite-blank-line-after-header)
17608         (gnus-article-boring-faces): Add :version.
17609
17610         * gnus-art.el (gnus-buttonized-mime-types)
17611         (gnus-inhibit-mime-unbuttonizing)
17612         (gnus-treat-display-face)
17613         (gnus-treat-body-boundary): Change :version.
17614         (gnus-body-boundary-delimiter, gnus-picon-databases)
17615         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17616         (gnus-treat-date-english, gnus-treat-fold-headers)
17617         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17618         (gnus-treat-mail-picon, gnus-treat-wash-html)
17619         (gnus-article-encrypt-protocol)
17620         (gnus-use-idna, gnus-article-over-scroll)
17621         (gnus-mime-display-multipart-alternative-as-mixed)
17622         (gnus-mime-display-multipart-related-as-mixed)
17623         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17624         (gnus-ctan-url, gnus-button-ctan-handler)
17625         (gnus-button-handle-ctan-bogus-regexp)
17626         (gnus-button-ctan-directory-regexp)
17627         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17628         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17629         (gnus-button-man-level, gnus-button-emacs-level)
17630         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17631
17632         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17633         (gnus-agent-go-online): Change :version.
17634         (gnus-agent-expire-unagentized-dirs)
17635         (gnus-agent-auto-agentize-methods): Add :version.
17636
17637         * flow-fill.el (fill-flowed-display-column)
17638         (fill-flowed-encode-column): Add :version.
17639
17640         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17641         (gnus-outlook-deuglify-unwrap-max)
17642         (gnus-outlook-deuglify-cite-marks)
17643         (gnus-outlook-deuglify-unwrap-stop-chars)
17644         (gnus-outlook-deuglify-no-wrap-chars)
17645         (gnus-outlook-deuglify-attrib-cut-regexp)
17646         (gnus-outlook-deuglify-attrib-verb-regexp)
17647         (gnus-outlook-deuglify-attrib-end-regexp)
17648         (gnus-outlook-display-hook): Add :version.
17649
17650         * binhex.el (binhex-use-external): Add :version.
17651
17652 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17653
17654         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17655         and `invisible'.
17656
17657 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17658
17659         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17660         in gnus-registry-trim.
17661
17662 2004-09-13  Simon Josefsson  <jas@extundo.com>
17663
17664         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17665
17666         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17667
17668         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17669         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17670         <yamaoka@jpl.org>.
17671         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17672         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17673         <yamaoka@jpl.org>.
17674
17675         * sieve.el (sieve-manage-mode): Ditto.
17676
17677 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17678
17679         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17680
17681 2004-09-11  Simon Josefsson  <jas@extundo.com>
17682
17683         * dns-mode.el: Add.
17684
17685         * mm-view.el (mm-display-dns-inline): Add.
17686
17687         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17688         (mm-automatic-display): Ditto.
17689
17690         * mailcap.el (mailcap-mime-data): Add text/dns.
17691         (mailcap-mime-extensions): Map .soa to text/dns.
17692
17693 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17694
17695         * gnus-art.el (article-decode-mime-words, article-babel)
17696         (gnus-article-highlight-signature, gnus-article-add-buttons)
17697         (gnus-signature-toggle): Remove unnecessary bindings of
17698         `inhibit-read-only' inherited from v5.10 merge.
17699
17700 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17701
17702         * nntp.el (nntp): New customization group.
17703         (nntp-authinfo-file): Add customization group.
17704
17705         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17706
17707         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17708
17709         * gnus.el (to-address, to-list, subscribed)
17710         (large-newsgroup-initial): Ditto.
17711
17712         * flow-fill.el (fill-flowed-display-column)
17713         (fill-flowed-encode-column): Ditto.
17714
17715 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17716
17717         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17718         Use point-min rather than 1.
17719         (message-send-mail): Use buffer-size rather than point-max.
17720
17721         * gnus-sum.el (gnus-summary-search-article-forward):
17722         Signal a specific `search-failed' rather than a generic `error'.
17723
17724         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17725         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17726         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17727
17728 2004-09-10  Simon Josefsson  <jas@extundo.com>
17729
17730         * nndb.el (require): Remove tcp and duplicate cl.
17731
17732 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * gnus-agent.el (directory-files-and-attributes): Move forward.
17735
17736 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17737
17738         * gnus-agent.el (directory-files-and-attributes):
17739         Optionally defined to support XEmacs.
17740
17741 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17742
17743         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17744         to avoid run-time CL dependencies.
17745         (gnus-agent-unfetch-articles): New function.
17746         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17747         article numbers even when local .overview file is missing.
17748         (gnus-agent-read-article-number): New function.  Only accepts
17749         27-bit article numbers.
17750         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17751         Use gnus-agent-read-article-number.
17752         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17753         from backend while recognizing that article numbers in .overview
17754         must be valid.
17755         (gnus-agent-update-files-total-fetched-for):
17756         Use directory-files-and-attributes to improve performance.
17757         * gnus-int.el (gnus-request-move-article):
17758         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17759         improve performance.
17760
17761         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17762         some users confused by references to .newsrc when they only have a
17763         .newsrc.eld file.
17764         (gnus-convert-mark-converter-prompt)
17765         (gnus-convert-converter-needs-prompt): Fix use of property list.
17766         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17767         New function.  Used internally to only display 'gnus converting
17768         files' message when actually necessary.
17769
17770         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17771         methods now autoloaded.
17772
17773 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17774
17775         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17776         identifiers.
17777
17778 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17779
17780         * gnus-picon.el: Fix indentation and closing parenthesis.
17781
17782 2004-09-01  Simon Josefsson  <jas@extundo.com>
17783
17784         * message.el (message-canlock-generate): Require sha1, not
17785         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17786         to require within a function.  Sadly, if sha1.el isn't loaded, the
17787         let binding in m-c-g will hide the defcustom definition, which is
17788         bad.)
17789
17790         * canlock.el: Require sha1, not sha1-el.
17791
17792         * message.el: Don't autoload sha1 (there is a autoload cookie in
17793         sha1.el).
17794
17795         * sha1-el.el: Rename to sha1.el.
17796
17797 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17798
17799         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17800
17801 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17802
17803         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17804
17805 2004-08-30  Kim F. Storm  <storm@cua.dk>
17806
17807         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17808
17809         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17810         Add :group 'nnimap.
17811
17812 2004-08-30  Andreas Schwab  <schwab@suse.de>
17813
17814         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17815         ?* and ?\;.
17816
17817         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17818         and ?\' to symbol instead of whitespace.
17819
17820 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17821
17822         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17823
17824         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17825         instead of re-search-forward.
17826
17827         * gnus-uu.el (gnus-uu-save-article): Ditto.
17828         (gnus-uu-post-encode-uuencode): Ditto.
17829
17830         * html2text.el (html2text-clean-list-items): Ditto.
17831         (html2text-clean-dtdd): Ditto.
17832         (html2text-format-tags): Ditto.
17833
17834         * message.el (message-send-mail-with-sendmail): Fix regexp.
17835         (message-fill-field-general): Use search-forward instead of
17836         re-search-forward.
17837         (unbold-region): Ditto.
17838
17839         * nnrss.el (nnrss-request-article): Ditto.
17840
17841         * nnslashdot.el (nnslashdot-request-article): Ditto.
17842
17843         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17844
17845         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17846         "Unrecognized menu descriptor" error in XEmacs.
17847
17848 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17849
17850         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17851         parent article of a sparse article in the thread hashtb.
17852
17853 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17854
17855         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17856         (nnmail-expand-newtext): Lowercase expanded entries if
17857         nnmail-split-lowercase-expanded is non-nil.
17858
17859 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17860
17861         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17862
17863         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17864         of gnus-tmp-news-method into string under XEmacs.  It will be
17865         passed to gnus-correct-length which takes only a string argument.
17866
17867 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17868
17869         * gnus-util.el (gnus-bind-print-variables): New macro.
17870         (gnus-prin1): Use it.
17871         (gnus-prin1-to-string): Use it.
17872         (gnus-pp): New function.
17873         (gnus-pp-to-string): New function.
17874
17875         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17876         Replace pp-to-string with gnus-pp-to-string.
17877         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17878         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17879         * gnus-msg.el (gnus-debug): Ditto.
17880         * gnus-score.el (gnus-score-save): Ditto.
17881         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17882         gnus-pp-to-string.
17883         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17884         with gnus-pp.
17885         * score-mode.el (gnus-score-pretty-print): Ditto.
17886         * webmail.el (webmail-debug): Ditto.
17887
17888 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17889
17890         * gnus-art.el (article-display-face, article-display-x-face):
17891         Use buffer-read-only.
17892
17893 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17894
17895         * gnus-art.el (article-hide-list-identifiers):
17896         Bind inhibit-read-only as t.
17897
17898 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17899
17900         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17901
17902 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17903
17904         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17905         (gnus-narrow-to-page): Don't assume point-min == 1.
17906         (gnus-article-edit-mode): Derive from message-mode.
17907
17908         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17909         point-min == 1.
17910
17911         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17912         Disable incorrect use of `assert'.
17913
17914         * message.el (message-mode): Set comment-start-skip.
17915
17916
17917 2004-08-22  Sam Steingold  <sds@gnu.org>
17918
17919         * pop3.el (pop3-leave-mail-on-server): New user variable.
17920         (pop3-movemail): Delete mail only when it is nil.
17921
17922 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17923
17924         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17925
17926         * mml.el (mml-preview): Use `pop-to-buffer'.
17927
17928         * message.el (message-goto-mail-followup-to): Insert after "To".
17929         (message-carefully-insert-headers): Add comment.
17930
17931         * gnus.el: Remove unused variable `gnus-article-check-size'.
17932
17933         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17934
17935         * gnus-art.el (gnus-button-alist):
17936         Improve `gnus-button-handle-library' entry.
17937
17938 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17939
17940         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17941         Use downcase, since XEmacs capitalizes error messages differently.
17942
17943 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17944
17945         * nntp.el: Add (require 'gnus) due to reference to
17946         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17947
17948 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17949
17950         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17951         Bind `mm-fill-flowed'.
17952
17953         * mm-decode.el (mm-dissect-singlepart): Check it.
17954
17955 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17956
17957         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17958         'imap' for netrc parsing.
17959
17960 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17961
17962         * mailcap.el (mailcap-mime-data): Mark as risky.
17963
17964 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17967         may be included in the encoded word.
17968         (rfc2047-encode): Don't append a space if the encoded word
17969         includes close parenthesis.
17970
17971 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17974         of text within parentheses.
17975
17976 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17977
17978         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17979         (gnus-encrypt-write-file-contents): Make the password key the file
17980         name PLUS the cipher, not just the cipher.  Also remove failed
17981         passwords from the cache.
17982
17983 2004-08-06  Simon Josefsson  <jas@extundo.com>
17984
17985         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17986         Doc fix.
17987
17988 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17989
17990         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17991         LWSP.
17992
17993 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17994
17995         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17996         Try to append in-reply-to: data to the references: header.
17997
17998         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17999         (netrc-parse): Use gnus-encrypt.el functions.
18000
18001         * gnus-encrypt.el: Add new file for encryption support; currently
18002         does only a few GPG ciphers and an internal XOR cipher.
18003
18004         * password.el: Add comments on using password-read-and-add.
18005         (password-read-and-add): Add function to read and add the
18006         password to the cache at once.
18007
18008 2004-07-28  Simon Josefsson  <jas@extundo.com>
18009
18010         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18011         parameter (but don't use it, for now).
18012
18013         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18014         instead of hard coding to nil.
18015
18016 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18017
18018         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18019         as mm-inline-image-xemacs does.
18020
18021 2004-07-26  Simon Josefsson  <jas@extundo.com>
18022
18023         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18024         Revert part of 2004-07-17 change below.
18025
18026 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18027
18028         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18029         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18030
18031 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18032
18033         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18034         quotes that actually start with ">" at the beginning of the
18035         lines.
18036
18037 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18038
18039         * rfc2047.el (rfc2047-encode-region): Fix last change.
18040         (rfc2047-encode-parameter): Remove useless concat.
18041
18042 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18043
18044         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18045         encode special characters; fix some kind of misconfigured headers;
18046         signal a real error if debug-on-quit or debug-on-error is non-nil.
18047         (rfc2047-encode-max-chars): New variable.
18048         (rfc2047-encode-1): Use it.
18049         (rfc2047-encode-parameter): New function.
18050
18051         * mml.el (mml-insert-parameter): Remove an excessive space.
18052
18053 2004-07-17  Simon Josefsson  <jas@extundo.com>
18054
18055         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18056         Kai Grossjohann <kai@emptydomain.de>.
18057         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18058         (gnus-group-make-menu-bar): Ditto.
18059
18060         * gnus-util.el (gnus-group-server): Add.
18061
18062 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18063
18064         * message.el (message-clone-locals): Clone sendmail and smtp
18065         variables.
18066
18067 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * rfc2047.el (rfc2047-encode-region): Fix last change.
18070
18071 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18072
18073         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18074         characters as non-special.
18075
18076 2004-07-09  Simon Josefsson  <jas@extundo.com>
18077
18078         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18079         Users will lose all flag changes made while unplugged with
18080         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18081         good default.  See numerous reports on ding mailing list.
18082
18083 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18084
18085         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18086         add generate-head-function and generate-article-function to the
18087         rfc822-forward entry.
18088         (nndoc-rfc822-forward-generate-article): New function.
18089         (nndoc-rfc822-forward-generate-head): New function.
18090
18091         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18092
18093 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18094
18095         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18096         respect display group parameter and gnus-summary-expunge-below.
18097         (gnus-articles-to-read): Remove unused reference to display group
18098         parameter.
18099
18100 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18101
18102         * nnheader.el (nnheader-uniquify-message-id): New experimental
18103         variable.
18104         (nnheader-nov-read-message-id): Use it.
18105
18106         * spam-report.el (spam-report-gmane): Add interactive.
18107
18108 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18109
18110         * mm-encode.el (mm-content-transfer-encoding-defaults):
18111         Use qp-or-base64 for the application/* types.
18112
18113 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18114
18115         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18116
18117 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18118
18119         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18120         trim value.
18121
18122 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18123
18124         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18125         New macro and function.
18126         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18127
18128 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18129
18130         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18131         after-load-alist.
18132
18133 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18134
18135         * gnus-group.el (gnus-group-get-new-news-this-group):
18136         Don't update info that isn't there.
18137
18138 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18139
18140         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18141         entry.
18142
18143 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18144
18145         * mm-view.el (mm-inline-render-with-function): Use multibyte
18146         buffer; decode html source by charset.
18147
18148         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18149
18150         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18151         Mule-UCS is loaded under XEmacs.
18152         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18153
18154 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18155
18156         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18157
18158 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * mm-util.el (mm-coding-system-p): Return a coding-system.
18161         (mm-mime-mule-charset-alist): Use shift_jis instead of
18162         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18163         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18164         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18165         instead of japanese-shift-jis and iso-latin-1 respectively in
18166         order to share the default value with both Emacs and XEmacs-mule.
18167         (mm-mule-charset-to-mime-charset):
18168         Make mm-coding-system-priorities effective.
18169         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18170         while predicating of candidates upon the priorities.
18171
18172 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18173
18174         * gnus-sum.el (gnus-summary-make-menu-bar):
18175         Add gnus-uu-invert-processable.
18176
18177         * gnus.el: Autoload gnus-uu-invert-processable.
18178
18179 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18180
18181         * mm-util.el (mm-with-multibyte-buffer): New macro.
18182
18183         * rfc2047.el (rfc2047-encode-string): Use it.
18184         (rfc2047-encode-region): Move point to the end of the region after
18185         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18186
18187 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18188
18189         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18190         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18191
18192 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18193
18194         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18195         (gnus-cite-parse): Ignore quoted envelope From_.
18196         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18197
18198 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18199
18200         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18201         invalid addresses.
18202
18203 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18204
18205         * spam.el: Change section markers, revise TODO list.
18206         (spam-backends): Make new master list of all installed backends.
18207         (spam-summary-exit-behavior): Add new variable to determine how
18208         messages moves are done at summary exit.
18209         (spam-move-spam-nonspam-groups-only)
18210         (spam-process-ham-in-nonham-groups)
18211         (spam-process-ham-in-spam-groups): Remove variables, the
18212         spam-summary-exit-behavior variable should be used to manage this
18213         behavior.
18214         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18215         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18216         and spam-old-spam-articles.
18217         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18218         Add empty variables, placeholders for the backends they represent.
18219         (spam-set-difference): Move, unchanged.
18220         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18221         unless the user has a processor variable.
18222         (spam-classifications, spam-classification-valid-p)
18223         (spam-backend-properties, spam-backend-property-valid-p)
18224         (spam-backend-function-type-valid-p)
18225         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18226         (spam-report-articles-gmane, spam-report-articles-resend):
18227         Remove functions, they are not needed.
18228         (spam-install-backend-super, spam-backend-list)
18229         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18230         (spam-backend-function, spam-backend-ham-registration-function)
18231         (spam-backend-spam-registration-function)
18232         (spam-backend-ham-unregistration-function)
18233         (spam-backend-spam-unregistration-function)
18234         (spam-backend-statistical-p, spam-backend-mover-p)
18235         (spam-install-backend-alias, spam-install-checkonly-backend)
18236         (spam-install-mover-backend, spam-install-nocheck-backend)
18237         (spam-install-backend, spam-install-statistical-backend)
18238         (spam-install-statistical-checkonly-backend): Add backend installation
18239         support.
18240         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18241         (spam-group-processor-p): Use the new backend code and respect the
18242         summary exit behavior.
18243         (spam-mark-spam-as-expired-and-move-routine): Remove.
18244         (spam-summary-prepare): Change to use the new spam-old-articles
18245         variable.
18246         (spam-copy-or-move-routine, spam-copy-spam-routine)
18247         (spam-move-spam-routine, spam-copy-ham-routine)
18248         (spam-move-ham-routine): Add code to copy/move ham or spam.
18249         (spam-fetch-field-fast): Improve doc and code, plus allow the
18250         'number request.
18251         (spam-list-of-checks, spam-list-of-statistical-checks):
18252         Remove variables.
18253         (spam-split, spam-find-spam): Use the new backend code.
18254         (spam-registration-functions): Remove variable.
18255         (spam-unregister-routine): Add convenience wrapper.
18256         (spam-log-undo-registration, spam-register-routine)
18257         (spam-log-processing-to-registry)
18258         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18259         where possible.
18260         (spam-check-gmane-xref, spam-check-regex-headers)
18261         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18262         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18263         (spam-check-bogofilter-headers, spam-check-spamoracle)
18264         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18265         (spam-check-crm114-headers): Use the spam-split-group that
18266         spam-split prepares, no need to determine it every time.
18267
18268         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18269         to the nnheader-parse-naked-head call.
18270
18271         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18272
18273         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18274         the nnheader-nov-read-message-id call.
18275
18276 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18277
18278         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18279         gnus-activate-group twice.  Suggested by Markus Peter
18280         <warp@spin.de>.
18281
18282 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18283
18284         * gnus-art.el (gnus-article-time-format): Exchange the order of
18285         day and month in the default value; fix customization type.
18286         (article-date-ut): Use add-text-properties.
18287         (article-make-date-line): Use message-make-date instead of
18288         current-time-string.
18289
18290         * message.el (message-fetch-field): Don't use set-text-properties.
18291         (message-make-date): Simplify.
18292
18293         * messagexmas.el (message-xmas-make-date): New function.
18294         (message-xmas-redefine): Defalias message-make-date to it.
18295
18296 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18297
18298         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18299         (rfc2047-encode-region): Treat text within parentheses as special;
18300         show the original text when error has occurred.
18301
18302         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18303         already-computed method to gnus-activate-group.
18304
18305         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18306         same select-methods identical Lisp objects.
18307
18308         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18309         object when modifying the info.
18310
18311 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18312
18313         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18314         gnus-opened-servers since it has never been opened with the new
18315         configuration yet.
18316
18317 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18318
18319         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18320         arg to nnheader-generate-fake-message-id.
18321
18322 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18323
18324         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18325         number and build a fake message ID localized to a group and
18326         article number (so it's repeatable from that point on).
18327         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18328         ID format.
18329
18330         * gnus-sum.el (gnus-get-newsgroup-headers):
18331         Call nnheader-generate-fake-message-id with the article number.
18332
18333 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18334
18335         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18336         end-of-buffer.
18337
18338 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18339
18340         * message.el (message-ignored-supersedes-headers): Add Approved.
18341
18342 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18343
18344         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18345         goto-char.
18346         (rfc2047-encode): Fold the line before encoding.
18347
18348 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18349
18350         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18351         folding -- not all headers can be folded, and this should be done
18352         by the message composition mode.  Probably.  I think.
18353
18354 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18355
18356         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18357         fast.
18358
18359         * gnus-ems.el (gnus-remove-image): Don't use
18360         message-text-with-property; remove only the image found first.
18361
18362         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18363         found first.
18364
18365 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18366
18367         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18368
18369 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18370
18371         * message.el (message-text-with-property): Make it fast and accept
18372         optional arguments.
18373         (message-strip-forbidden-properties): Use it.
18374         (message-fix-before-sending): Follow the m-t-w-p change.
18375
18376         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18377
18378 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18379
18380         * gnus-art.el (article-hide-headers): Don't change the buffer
18381         mistakenly when performing mml-preview even if
18382         gnus-single-article-buffer is nil.
18383
18384 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18385
18386         * message.el (message-expand-name-databases): New user option.
18387         (message-expand-name): Use it.
18388
18389 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18390
18391         * spam.el (spam-report-articles-resend)
18392         (spam-report-resend-register-routine): Allow ham reporting.
18393         (spam-report-resend-register-ham-routine): Add wrapper.
18394         (spam-registration-functions): Add ham resending functions.
18395         (spam-list-of-processors): Add ham resend processor.
18396
18397         * gnus.el (ham-resend-to): Add new group parameter.
18398         (spam-process): Add ham resend option.
18399
18400         * spam-report.el (spam-report-resend): Allow reporting ham.
18401         (spam-report-resend-ham): Add wrapper.
18402
18403 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18404
18405         * message.el (message-cite-articles-with-x-no-archive):
18406         New variable.
18407         (message-cite-original): Use it.
18408
18409 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18410
18411         * message.el (message-cite-original): Respect X-No-Archive.
18412
18413 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18414
18415         * gnus-art.el (article-hide-headers): Refer to the values for
18416         gnus-ignored-headers and gnus-visible-headers in the summary
18417         buffer since a user may have set them as group parameters.
18418
18419 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18420
18421         * assistant.el (assistant-node-name): Add convenience function.
18422         (assistant-render-text, assistant-render-node): Add error handling,
18423         plus handle multiple next nodes.
18424         (assistant-find-next-node): Comment out for now.
18425         (assistant-find-next-nodes): Add function, returns list of next
18426         nodes.
18427
18428 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18429
18430         * mail-source.el (mail-source-directory): Fix doc-string.
18431
18432 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18433
18434         * assistant.el (assistant-render-text, assistant-eval): Add :set
18435         widget type, which is different because it takes and returns a
18436         list.  Much hilarity ensues.
18437
18438 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18439
18440         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18441
18442         * gnus-group.el (gnus-group-get-new-news-this-group):
18443         Add doc-string.
18444
18445         * gnus-start.el (gnus-activate-group): Add doc-string.
18446
18447 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18448
18449         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18450
18451 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18452
18453         * assistant.el (assistant-render-text): Try to add a :set
18454         widget, more to come.
18455
18456         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18457         strings.
18458         (spam-report-articles-resend)
18459         (spam-register-routine): Do registration iff any articles warrant
18460         it.
18461         (spam-summary-prepare-exit): Change log message for nil group
18462         destinations.
18463
18464 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18465
18466         * spam.el (spam-report-resend-register-routine):
18467         Allow spam-report-resend-to to be a group parameter or a global value.
18468
18469 2004-05-26  Simon Josefsson  <jas@extundo.com>
18470
18471         * starttls.el: Merge with my GNUTLS based starttls.el.
18472         (starttls-gnutls-program, starttls-use-gnutls)
18473         (starttls-extra-arguments, starttls-process-connection-type)
18474         (starttls-connect, starttls-failure, starttls-success):
18475         New variables.
18476         (starttls-program, starttls-extra-args): Doc fix.
18477         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18478         New functions.
18479         (starttls-negotiate, starttls-open-stream):
18480         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18481         function if it is set.
18482
18483 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18484
18485         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18486         structured fields.
18487
18488 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18489
18490         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18491
18492 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18493
18494         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18495         Add variable.
18496         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18497         assigning the spam-mark to new messages.
18498
18499 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18500
18501         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18502
18503 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18504
18505         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18506
18507         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18508         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18509         default.
18510
18511 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18512
18513         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18514         correct data.
18515
18516 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18517
18518         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18519         (spam-group-processor-p): Fix function.
18520         (spam-group-processor-multiple-p)
18521         (spam-group-spam-processor-report-gmane-p)
18522         (spam-group-spam-processor-report-resend-p)
18523         (spam-group-spam-processor-bogofilter-p)
18524         (spam-group-spam-processor-blacklist-p)
18525         (spam-group-spam-processor-ifile-p)
18526         (spam-group-ham-processor-ifile-p)
18527         (spam-group-spam-processor-spamoracle-p)
18528         (spam-group-spam-processor-crm114-p)
18529         (spam-group-ham-processor-bogofilter-p)
18530         (spam-group-spam-processor-stat-p)
18531         (spam-group-ham-processor-stat-p)
18532         (spam-group-ham-processor-whitelist-p)
18533         (spam-group-ham-processor-BBDB-p)
18534         (spam-group-ham-processor-spamoracle-p)
18535         (spam-group-ham-processor-copy-p): Remove functions with some
18536         prejudice against unneeded code.
18537         (spam-report-articles-resend)
18538         (spam-report-resend-register-routine): Allow the group/topic
18539         spam-resend-to value to override spam-report-resend-to.
18540         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18541         properly now.
18542
18543         * gnus.el (spam-resend-to): Add group/topic parameter.
18544         (spam-process): Move the OBSOLETE processors to the end of the
18545         choices.
18546
18547 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18548
18549         * spam-report.el (spam-report-resend-to, spam-report-resend):
18550         Start with resend-to set to nil, and then ask the user if necessary.
18551         (spam-report-resend): spam-report-resend takes a list of articles, not
18552         separate article numbers.
18553
18554 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18555
18556         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18557         addition to emacs-w3m.
18558
18559 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18560
18561         * assistant.el (assistant-authinfo-data): New function.
18562         (assistant-eval): Eval for entire assistant.
18563
18564         * netrc.el (netrc-services-file): New variable.
18565         (netrc-parse-services): New function.
18566         (netrc-find-service-name): New function.
18567         (netrc-find-service-number): New function.
18568         (netrc-port-equal): New function.
18569         (netrc-machine): Use it.
18570
18571         * nnimap.el (nnimap-open-connection): Use netrc.
18572
18573         * gnus-util.el (gnus-netrc-get): Remove aliases.
18574
18575         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18576
18577         * assistant.el (wid-edit): Fix compilation.
18578
18579         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18580
18581 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18582
18583         * gnus-util.el (gnus-set-file-modes): New function.  (small
18584         patch).
18585
18586 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18587
18588         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18589
18590         * assistant.el (assistant-render-node): Fix up rendering and
18591         read-only text.
18592         (assistant-render-node): Reset.
18593         (assistant-make-read-only): Not sticky.
18594
18595 2004-05-20  Danny Siu  <dsiu@adobe.com>
18596
18597         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18598         centered even when gnus-auto-center-summary is t.
18599
18600 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18601
18602         * dns.el (dns-get-txt-answer): New function.
18603         (dns-read-txt): Ditto.
18604         (query-dns): Use it.
18605
18606 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18607
18608         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18609         active for foreign groups even if the group level is higher than
18610         the specified value.
18611
18612 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18613
18614         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18615         non-active groups.
18616
18617         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18618
18619 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18620
18621         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18622
18623 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18624
18625         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18626         (spam-crm114-header, spam-crm114-spam-switch)
18627         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18628         (spam-crm114-positive-spam-header)
18629         (spam-crm114-database-directory, spam-list-of-processors)
18630         (spam-group-spam-processor-crm114-p)
18631         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18632         (spam-generic-score, spam-list-of-checks)
18633         (spam-list-of-statistical-checks, spam-registration-functions)
18634         (spam-check-crm114-headers, spam-crm114-score)
18635         (spam-check-crm114, spam-crm114-register-with-crm114)
18636         (spam-crm114-register-spam-routine)
18637         (spam-crm114-unregister-spam-routine)
18638         (spam-crm114-register-ham-routine)
18639         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18640         From asjo@koldfront.dk (Adam Sjøgren).
18641
18642         * gnus.el: Add spam-use-crm114.
18643
18644         * spam.el (spam-list-of-processors, spam-registration-functions):
18645         Add spam-use-resend.
18646         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18647         (spam-report-articles-gmane): Add doc fix.
18648         (spam-report-articles-resend, spam-report-resend-register-routine):
18649         Add wrappers around spam-report-resend-to.
18650
18651         * spam-report.el (spam-report-resend-to, spam-report-resend):
18652         Add support for resending spam.
18653         (spam-report-gmane): Fix line length >80.
18654
18655         * gnus.el (spam-process): Add spam-use-resend.
18656
18657 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18658
18659         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18660         number of processed spam messages.
18661         (spam-ham-copy-or-move-routine): Return the number of processed
18662         ham messages.
18663         (spam-summary-prepare-exit): Use the above values to decide
18664         whether status messages shouled be displayed.
18665
18666 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18667
18668         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18669         `rfc2047-encoding-function-alist' in order to avoid conflicting
18670         with the old version.
18671         (rfc2047-encode-region): Concatenate words containing non-ASCII
18672         characters in structured fields; don't encode space-delimited
18673         ASCII words even in unstructured fields; don't break words at
18674         char-category boundaries.
18675         (rfc2047-encode-1): New function.
18676         (rfc2047-encode): Use it; encode text so that it occupies the
18677         maximum width within 76-column; work correctly on Q encoding for
18678         iso-2022-* charsets.
18679         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18680         sure not to break a line just after the header name.
18681         (rfc2047-b-encode-region): Remove.
18682         (rfc2047-b-encode-string): New function.
18683         (rfc2047-q-encode-region): Remove.
18684         (rfc2047-q-encode-string): New function.
18685
18686         * mm-util.el (mm-replace-in-string): New function.
18687
18688 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18689
18690         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18691         Really get it right.
18692         (gnus-inews-make-draft): Really.
18693
18694 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18695
18696         * nnmh.el (nnmh-request-list-1): Don't check the link count
18697         before descending.  (small patch)
18698
18699 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18700
18701         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18702         stuff.
18703
18704         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18705         Match on real group name.
18706
18707         * gnus-art.el (gnus-signature-limit): Doc fix.
18708
18709         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18710
18711         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18712
18713 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18714
18715         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18716         isn't a string.
18717
18718 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18719
18720         * gnus-draft.el (gnus-draft-send):
18721         Bind rfc2047-encode-encoded-words.
18722
18723         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18724         (rfc2047-encodable-p): Say that =? needs encoding.
18725         (rfc2047-encode-encoded-words): New variable.
18726
18727         * gnus-group.el (gnus-group-select-group): Doc fix.
18728
18729         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18730
18731         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18732         to nil.
18733
18734         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18735
18736         * nnheader.el (nnheader-get-lines-and-char): New function.
18737
18738 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18739
18740         * gnus-msg.el (gnus-summary-followup-with-original):
18741         Document yanking of region when active.
18742
18743 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18744
18745         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18746         groups if the group level is higher than the specified value.
18747
18748 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18749
18750         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18751         (gnus-group-jump-to-group): Add prefix argument using
18752         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18753         non-active group.
18754
18755         * compface.el (uncompface): Be verbose when changing
18756         `uncompface-use-external'.
18757
18758         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18759         handle manual section.
18760
18761 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18762
18763         * gnus-art.el (gnus-button-alist): Revert previous change.
18764
18765 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18766
18767         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18768
18769 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18770
18771         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18772         whether backend can accept message.
18773
18774         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18775
18776 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18777
18778         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18779         Avoid creating directory when nntp-marks-is-evil is true.
18780         Reported by Reiner Steib.
18781
18782 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18783
18784         * gnus-picon.el (gnus-picon-style): New variable.
18785         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18786         (gnus-picon-transform-address): Support `gnus-picon-style'.
18787         From Jesper Harder <harder@ifa.au.dk>.
18788
18789 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18790
18791         * message.el (message-fill-field): Return point.
18792         (message-generate-headers): Go to end of field.
18793
18794         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18795         stuff for non-living groups.
18796
18797 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18798
18799         * gnus-art.el (gnus-article-followup-with-original)
18800         (gnus-article-reply-with-original): gnus-mark-active-p ->
18801         gnus-region-active-p.
18802
18803 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18804
18805         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18806         only when there is spam or ham to be processed.
18807
18808 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18809
18810         * mail-source.el (mail-source-delete-crash-box): Refactor.
18811         (mail-source-fetch): Use it.
18812         (mail-source-fetch-file): Ditto.
18813         (mail-source-fetch-directory): Run postscript in loop.
18814         (mail-source-fetch-pop): Delete.
18815         (mail-source-fetch-maildir): Ditto.
18816         (mail-source-fetch-imap): Ditto.
18817
18818         * imap.el (imap-authenticators): Comment out sasl.
18819
18820         * message.el (message-skip-to-next-address): New function.
18821         (message-fill-header-address): Refactor.
18822         (message-fill-address): Use it.
18823         (message-delete-address): Use it.
18824         (message-fill-header-general): Refactor.
18825         (message-fill-field-address): Rename.
18826         (message-narrow-to-field): Find the start of the header.
18827         (message-header-format-alist): Don't pre-fill.
18828         (message-fill-header): Remove.
18829         (message-insert-header): New function.
18830         (message-shorten-references): Use it.
18831
18832         * rfc2047.el (rfc2047-field-value): Strip props.
18833
18834         * mail-parse.el (mail-header-make-address): New alias.
18835
18836         * ietf-drums.el (ietf-drums-make-address): New function.
18837
18838         * imap.el: Add compiler directives.
18839
18840         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18841
18842         * gnus-art.el (article-decode-idna-rhs): Don't use
18843         message-idna-inside-rhs-p.
18844
18845 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18846
18847         * message.el (message-idna-inside-rhs-p): Remove.
18848         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18849
18850         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18851         false positives.
18852
18853 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18854
18855         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18856
18857 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18858
18859         * nneething.el (nneething-file-name): Don't create spurious
18860         files.
18861
18862         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18863         (gnus-inews-do-gcc): Remove sleep.
18864
18865         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18866         part under point.
18867
18868         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18869         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18870
18871 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18872
18873         * spam.el (spam-summary-prepare-exit): Fix (length).
18874
18875 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18876
18877         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18878         as expired without moving it" message when there are spam
18879         messages left.
18880
18881 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18882
18883         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18884         header is not nil.
18885
18886 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18887
18888         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18889         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18890         (nntp-marks-changed-p): New arg SERVER.
18891         (nntp-request-update-info): Adjust caller.
18892
18893 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18894
18895         * nntp.el (nntp-save-marks): Pass missing arg.
18896
18897 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18898
18899         * nntp.el: Support marks.
18900         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18901         (nntp-marks-modtime, nntp-marks-directory): New variables.
18902         (nntp-request-set-mark, nntp-request-update-info)
18903         (nntp-possibly-create-directory, nntp-marks-changed-p)
18904         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18905         New functions.
18906
18907 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18908
18909         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18910         (gnus-xmas-redefine): Rename.
18911
18912         * gnus-score.el (gnus-score-insert-help):
18913         Use gnus-select-lowest-window.
18914
18915         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18916         appt-select-lowest-window and rename to gnus-select-lowest-window.
18917
18918         * gnus.el: do.
18919
18920 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18921
18922         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18923         encodings of MIME-encoded words, in order to improve
18924         interoperability with several broken MUAs.
18925
18926 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18927
18928         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18929         tags, only when charsets are not specified in headers.
18930         (mm-inline-text-html-render-with-w3m): Ditto.
18931
18932         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18933         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18934
18935 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18936
18937         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18938         instead of MIME-decoded from fields when checking
18939         `gnus-article-address-banner-alist'.
18940
18941 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18942
18943         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18944         description rather than subject.
18945
18946 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18947
18948         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18949
18950 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18951
18952         * gnus.el (gnus-version-number): Bump.
18953
18954 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18955
18956         * gnus.el: No Gnus v0.2 is released.
18957
18958 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18959
18960         * gnus-agent.el (gnus-agent-read-agentview):
18961         Inline gnus-uncompress-range.
18962
18963 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18964
18965         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18966         `exec-installed-p'.
18967
18968 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18969
18970         * gnus.el (spam-process, spam-autodetect-methods):
18971         Add bsfilter and bsfilter-headers.
18972
18973         * spam.el (spam-bsfilter): New customize group.
18974         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18975         (spam-bsfilter-header, spam-bsfilter-probability-header)
18976         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18977         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18978         (spam-bsfilter-database-directory): New options.
18979         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18980         (spam-list-of-statistical-checks, spam-registration-functions):
18981         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18982         (spam-bsfilter-score): New command.
18983         (spam-check-bsfilter-headers, spam-check-bsfilter)
18984         (spam-bsfilter-register-with-bsfilter)
18985         (spam-bsfilter-register-spam-routine)
18986         (spam-bsfilter-unregister-spam-routine)
18987         (spam-bsfilter-register-ham-routine)
18988         (spam-bsfilter-unregister-ham-routine): New functions.
18989         (spam-generic-score): Support bsfilter; Accept an optional argument
18990         to recalcurate spam score even if scoring header has already been
18991         added.
18992         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18993         optional argument to recalcurate spam score even if scoring header
18994         has already been added.
18995
18996 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18997
18998         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18999         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19000         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19001         link is missing.
19002
19003 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19004
19005         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19006         (html2text-get-attr): Rewrite.
19007
19008         * message.el (message-setup-1): Remove redundant put-text-property
19009         on mail-header-separator.
19010
19011 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19012
19013         * gnus-registry.el (gnus-registry-cache-whitespace)
19014         (gnus-registry-action, gnus-registry-spool-action)
19015         (gnus-registry-split-fancy-with-parent): Change message levels
19016         from 5 to 3 or 7, as needed.
19017
19018         * spam.el (spam-summary-prepare-exit)
19019         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19020         (spam-split, spam-find-spam, spam-log-undo-registration)
19021         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19022         level from 5 to 6.
19023
19024 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19025
19026         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19027         2004-03-04 change).
19028
19029 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19030
19031         * sieve-manage.el (sieve-manage-open):
19032         * nnweb.el (nnweb-insert-html):
19033         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19034         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19035         * nnspool.el (nnspool-request-group):
19036         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19037         * nnml.el (nnml-request-update-info):
19038         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19039         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19040         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19041         (nnimap-request-set-mark):
19042         * nnfolder.el (nnfolder-request-update-info):
19043         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19044         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19045         * gnus-uu.el (gnus-uu-find-articles-matching):
19046         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19047         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19048         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19049         * gnus-nocem.el (gnus-nocem-scan-groups):
19050         * gnus-int.el (gnus-start-news-server):
19051         * gnus-group.el (gnus-group-make-kiboze-group)
19052         (gnus-group-browse-foreign-server):
19053         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19054         Use mapc when appropriate.
19055
19056 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19057
19058         FIXME: Make separate entries for each person.
19059
19060         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19061         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19062         <shields@msrl.com>:
19063
19064         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19065         may need for spam sorting and scoring.
19066         (spam-user-format-function-S): Add user format function suitable for
19067         general use.
19068         (spam-article-sort-by-spam-status): Add sorting function for summary
19069         sorting.
19070         (spam-extra-header-to-number): Add function to get a score from a
19071         header.
19072         (spam-summary-score): Add function to get a numeric score from the
19073         headers.
19074         (spam-generic-score): Fix function doc, was in wrong place.
19075         (spam-initialize): Take symbols when it's run, and install the
19076         extra headers that spam-necessary-extra-headers thinks we need.
19077
19078 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19079
19080         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19081         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19082
19083 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19084
19085         * gnus-sum.el (gnus-set-global-variables)
19086         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19087         (gnus-article-get-xrefs, gnus-summary-best-group)
19088         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19089         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19090         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19091         Use with-current-buffer.
19092
19093 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19094
19095         * spam.el (spam-summary-prepare-exit): Simplify logic.
19096         (spam-fetch-article-header): Read the article header if it's not
19097         available.
19098         (spam-list-articles): Simplify logic.
19099         (spam-filelist-register-routine): Fix bug with unregister-list.
19100
19101         * gnus-registry.el: Fix comments at beginning.
19102
19103 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19104
19105         * message.el (message-cater-to-broken-inn): Remove.
19106         (message-shorten-references): Make sure the total folded length of
19107         References is shorter than 998 characters to cater to a bug in INN
19108         2.3.  Also, don't pretend that references aren't folded -- this
19109         hasn't worked for a while.
19110
19111 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19112
19113         * gnus-agent.el (gnus-agentize):
19114         gnus-agent-send-mail-real-function no longer set to current value
19115         of message-send-mail-function but rather a lambda that calls
19116         message-send-mail-function.  The change makes the agent real-time
19117         responsive to user changes to message-send-mail-function.
19118
19119 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19120
19121         * legacy-gnus-agent.el
19122         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19123         help from Florian Weimer <fw@deneb.enyo.de>
19124
19125 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19126
19127         * nnmail.el (nnmail-cache-insert): Revert last change.
19128
19129 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19130
19131         * nnmail.el (nnmail-cache-insert): Always check whether
19132         nnmail-cache-ignore-groups matches a group name.
19133
19134 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19135
19136         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19137         (spam-find-spam, spam-log-processing-to-registry)
19138         (spam-log-registered-p, spam-log-unregistration-needed-p)
19139         (spam-log-undo-registration): Use gnus-message instead of
19140         gnus-error, none of these errors are fatal.
19141
19142         * gnus-registry.el (gnus-registry-clean-empty-function)
19143         (gnus-registry-clean-empty): Remove only empty entries without
19144         extra data.
19145
19146 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19147
19148         * spam-stat.el (spam-stat-buffer-change-to-spam)
19149         (spam-stat-buffer-change-to-non-spam): Change (error) to
19150         (gnus-message 8) invocation.
19151
19152 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19153
19154         * nntp.el (nntp-via-netcat-command): New variable.
19155         (nntp-via-netcat-switches): New variable.
19156         (nntp-open-via-rlogin-and-netcat): New function.
19157         (nntp-open-connection-function): Doc fix.
19158         (nntp-telnet-command): Doc fix.
19159         (nntp-end-of-line): Doc fix.
19160         (nntp-via-rlogin-command): Doc fix.
19161         (nntp-via-user-name): Doc fix.
19162         (nntp-via-address): Doc fix.
19163
19164 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19165
19166         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19167         error in Emacs 21.1.
19168
19169 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19170
19171         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19172
19173 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19174
19175         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19176         (gnus-agent-with-refreshed-group): New macro.
19177         (gnus-agent-rename-group): New function.
19178         (gnus-agent-delete-group): New function.
19179         (gnus-agent-save-group-info): Use gnus-command-method when
19180         `method' parameter is nil.  Don't write nil entries into the
19181         active file.
19182         (gnus-agent-get-group-info): New function.
19183         (gnus-agent-fetch-articles):
19184         Use gnus-agent-update-files-total-fetched-for to increment disk space
19185         used.
19186         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19187         Use gnus-agent-update-view-total-fetched-for to increment disk space
19188         used.
19189         (gnus-agent-get-local): Add optional parameters to avoid calling
19190         gnus-group-real-name and gnus-find-method-for-group.
19191         (gnus-agent-set-local): Delete stored entry if either min, or max,
19192         are nil.
19193         (gnus-agent-fetch-session): Reworded error/quit messages.
19194         On quit, use gnus-agent-regenerate-group to record existance of any
19195         articles fetched to disk before the quit occurred.
19196         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19197         gnus-agent-update-view-total-fetched-for, and
19198         gnus-agent-update-files-total-fetched-for to decrement disk space
19199         used.
19200         (gnus-agent-retrieve-headers):
19201         Use gnus-agent-update-view-total-fetched-for to increment disk space
19202         used.
19203         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19204         with gnus-agent-update-files-total-fetched-for to decrement disk
19205         space and fresh group buffer.
19206         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19207         (gnus-agent-need-update-total-fetched-for): New variable.
19208         (gnus-agent-update-files-total-fetched-for): New function.
19209         (gnus-agent-update-view-total-fetched-for): New function.
19210         (gnus-agent-total-fetched-for): New function.
19211
19212         * gnus-cache.el (gnus-cache-save-buffers):
19213         Use gnus-cache-update-overview-total-fetched-for to change disk space
19214         used by this group.
19215         (gnus-cache-possibly-enter-article):
19216         Use gnus-cache-update-file-total-fetched-for to increment disk space
19217         used by this group.
19218         (gnus-cache-possibly-remove-article):
19219         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19220         used by this group.
19221         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19222         (gnus-cache-rename-group): New function.
19223         (gnus-cache-delete-group): New function.
19224         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19225         (gnus-cache-need-update-total-fetched-for): New variable.
19226         (gnus-cache-with-refreshed-group): New macro.
19227         (gnus-cache-update-file-total-fetched-for): New function.
19228         (gnus-cache-update-overview-total-fetched-for): New function.
19229         (gnus-cache-rename-group-total-fetched-for): New function.
19230         (gnus-cache-delete-group-total-fetched-for): New function.
19231         (gnus-cache-total-fetched-for): New function.
19232
19233         * gnus-group.el: Require gnus-sum and autoload functions to
19234         resolve warnings when gnus-group.el compiled alone.
19235         (gnus-group-line-format): Documented new %F.
19236         (size of Fetched data) group line format; identifies disk space
19237         used by agent and cache.
19238         (gnus-group-line-format-alist): Defined new F format.
19239         (gnus-total-fetched-for): New function.
19240         (gnus-group-delete-group): No longer update
19241         gnus-cache-active-altered as gnus-request-delete-group now keeps
19242         the cache in sync.
19243         (gnus-group-list-active): Let the agent store a server's active
19244         list if currently plugged.
19245
19246         * gnus-int.el (gnus-request-delete-group):
19247         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19248         local disk in sync with the server.
19249         (gnus-request-rename-group):
19250         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19251         local disk in sync with the server.
19252
19253         * gnus-start.el (gnus-get-unread-articles):
19254         Cosmetic simplification to logic.
19255
19256         * gnus-util.el (gnus-rename-file): New function.
19257
19258 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19259
19260         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19261
19262 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19263
19264         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19265         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19266
19267 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19268
19269         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19270         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19271
19272 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19273
19274         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19275
19276 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19277
19278         * spam.el (spam-set-difference): Add function to replace
19279         gnus-set-difference in spam.el.
19280         (spam-summary-prepare-exit): Use spam-set-difference.
19281
19282 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19283
19284         * gnus-registry.el (gnus-registry-cache-file): Update to use
19285         gnus-dribble-directory OR gnus-home-directory OR ~.
19286         (gnus-registry-split-fancy-with-parent): Fix doc.
19287
19288 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19289
19290         * message.el (message-exchange-point-and-mark):
19291         Use message-mark-active-p.  Suggested by Jesper Harder
19292         <harder@ifa.au.dk>.
19293
19294 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19295
19296         * message.el (message-exchange-point-and-mark): Don't activate
19297         region if it was inactive.  Suggested by Hiroshi Fujishima
19298         <pooh@nature.tsukuba.ac.jp>.
19299
19300 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19301
19302         * gnus-art.el (article-display-face): Display Faces in the same
19303         order as X-Faces.
19304
19305 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19306
19307         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19308
19309 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19310
19311         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19312         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19313         (gnus-article-mime-hierarchy): Remove.
19314         (gnus-article-mime-hierarchy-next): Remove.
19315         (gnus-article-mode): Revert 2004-03-19 change.
19316         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19317         (gnus-insert-mime-button): Revert 2004-03-19 change.
19318         (gnus-mime-accumulate-hierarchy): Remove.
19319         (gnus-mime-enter-multipart): Remove.
19320         (gnus-mime-leave-multipart): Remove.
19321         (gnus-mime-display-part): Revert 2004-03-19 change.
19322         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19323
19324         * mml.el (mml-preview): Revert 2004-03-19 change.
19325
19326 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19327
19328         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19329
19330 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19331
19332         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19333         t while entering a file name using the mm-with-multibyte macro.
19334         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19335
19336         * mm-util.el (mm-with-multibyte): New macro.
19337
19338 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19339
19340         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19341         New user option.
19342         (gnus-mime-multipart-functions): Doc and customization fix.
19343         (gnus-article-mime-hierarchy): New variable.
19344         (gnus-article-mime-hierarchy-next): New variable.
19345         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19346         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19347         gnus-article-mime-hierarchy-next to nil.
19348         (gnus-insert-mime-button): Show hierarchy numbers.
19349         (gnus-mime-accumulate-hierarchy): New function.
19350         (gnus-mime-enter-multipart): New function.
19351         (gnus-mime-leave-multipart): New function.
19352         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19353         (gnus-mime-display-alternative): Show hierarchy numbers.
19354
19355         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19356         gnus-article-mime-hierarchy-next to nil.
19357
19358 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19359
19360         * dns.el: Don't require gnus-xmas.
19361
19362 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19363
19364         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19365         inline PGP.
19366         (mml-menu): Disable mml-quote-region if mark is inactive.
19367
19368 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19369
19370         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19371         when the group's active is not available.
19372
19373 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19374
19375         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19376         error.
19377
19378 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19379
19380         * imap.el (imap-store-password): New variable.
19381         (imap-interactive-login): Use it.
19382         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19383
19384 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19385
19386         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19387         window-start and hscroll to summary window.
19388
19389 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19390
19391         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19392         conversion message to newsrc-dribble when an actual conversion is
19393         performed.
19394
19395 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19396
19397         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19398
19399 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19400
19401         * mm-decode.el (mm-complicated-handles): New function reviving
19402         former definition of mm-multiple-handles.
19403
19404         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19405         (gnus-mime-delete-part): Use it.
19406
19407 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19408
19409         * gnus-agent.el (gnus-agent-read-local):
19410         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19411         avoid the implicit assumption that they will always be equal.
19412         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19413         coding-system-for-write, as the with-temp-file macro first prints
19414         to a buffer then saves the buffer.
19415
19416 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19417
19418         * gnus-art.el (gnus-article-edit-part): New function.
19419         (gnus-mime-save-part-and-strip): Use it; do query instead of
19420         signaling an error; don't use mm-multiple-handles.
19421         (gnus-mime-delete-part): Ditto.
19422
19423 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19424
19425         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19426         old file versions.
19427         (gnus-group-prepare-hook): Remove function that converted list
19428         form of gnus-agent-expire-days to group properties.
19429
19430         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19431         (gnus-request-accept-article): Re-indented.
19432
19433         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19434         converters to handle old agent file formats.  Add logic for a
19435         "backup before upgrading warning".
19436         (gnus-convert-mark-converter-prompt): Developers can mark
19437         functions as needing (default), or not needing,
19438         gnus-convert-old-newsrc's "backup before upgrading warning".
19439         (gnus-convert-converter-needs-prompt): Tests whether the user
19440         should be protected from potentially irreversable changes by the
19441         function.
19442
19443         * legacy-gnus-agent.el: New.  Provides converters that are only
19444         loaded when gnus-convert-old-newsrc needs to call them.
19445
19446 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19447
19448         * mail-source.el (mail-source-touch-pop): Doc fix.
19449
19450         * message.el (message-smtpmail-send-it): Doc fix.
19451
19452 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19453
19454         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19455
19456         * nnmail.el (nnmail-split-fancy): do.
19457
19458         * gnus-kill.el (gnus-kill, gnus-execute): do.
19459
19460 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19461
19462         * gnus-sum.el (gnus-widget-reversible-match)
19463         (gnus-widget-reversible-to-internal)
19464         (gnus-widget-reversible-to-external): New functions.
19465         (gnus-widget-reversible): New widget.
19466         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19467
19468 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19469
19470         * gnus-sum.el (gnus-thread-sort-functions)
19471         (gnus-article-sort-functions): Document `(not F)' items.
19472
19473 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19474
19475         * spam.el (spam-use-gmane-xref): Add new backend.
19476         (spam-gmane-xref-spam-group): Add variable to control the name of the
19477         Gmane spam group.
19478         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19479         (spam-regex-headers-spam, spam-regex-headers-ham)
19480         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19481         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19482         backends and checks.
19483         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19484
19485         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19486         an autodetect method.
19487
19488 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19489
19490         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19491         articles are being added to a group.
19492         (gnus-request-replace-article): Inform the agent that articles
19493         need to be uncached as the cached contents are no longer valid.
19494
19495 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19496
19497         * binhex.el: Don't autoload executable-find.
19498
19499         * canlock.el: Don't autoload mail-fetch-field.
19500
19501         * dgnushack.el: Autoload c-mode for XEmacs.
19502
19503         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19504
19505         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19506         rmail-dont-reply-to and rmail-output.
19507
19508         * gnus-score.el: Don't autoload ffap-string-at-point.
19509
19510         * gnus-setup.el: Don't autoload sc-cite-original.
19511
19512         * imap.el: Don't autoload base64-decode-string,
19513         base64-encode-string and md5.
19514
19515         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19516         and rmail-msg-restore-non-pruned-header.
19517
19518         * mm-decode.el: Don't autoload executable-find.
19519
19520         * mm-url.el: Don't autoload executable-find.
19521
19522         * mm-view.el: Don't autoload diff-mode.
19523
19524         * nndb.el: Don't autoload news-reply-mode, news-setup,
19525         cancel-timer and telnet.
19526
19527         * password.el: Don't autoload run-at-time for Emacs.
19528
19529         * sha1-el.el: Don't autoload executable-find.
19530
19531         * sieve-mode.el: Don't autoload c-mode.
19532
19533         * uudecode.el: Don't autoload executable-find.
19534
19535 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19536
19537         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19538         (gnus-agent-possibly-alter-active): Avoid null in numeric
19539         comparison.
19540         (gnus-agent-set-local): Refuse to save null in local object table.
19541         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19542         list of articles that will be marked as unread.
19543
19544 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19547
19548 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19549
19550         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19551         language tags.
19552
19553 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19554
19555         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19556         Don't bind "obarray".
19557
19558         * gnus-sum.el (gnus-thread-sort-functions):
19559         Add `gnus-thread-sort-by-most-recent-number' and
19560         `gnus-thread-sort-by-most-recent-date'.
19561         Reported by Kai Grossjohann <kai@emptydomain.de>.
19562
19563 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19564
19565         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19566
19567 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19568
19569         * gnus-cus.el (gnus-agent-customize-category):
19570         Remove ignore-errors macro reference that required cl to be loaded at
19571         run-time.
19572
19573         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19574         single-interval range of the form (min . max).  Previously the
19575         range had to look like ((min . max)).  Likewise, return
19576         (min . max) rather than ((min . max)).
19577         (gnus-range-map): Use gnus-range-normalize to accept
19578         single-interval range.
19579
19580         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19581         the cache, but not the agent, now appear with their usual face.
19582
19583         * dgnushack.el (loaddir): New variable that is bound to the
19584         directory containing the dgnushack.el file. Use loaddir, rather
19585         than srcdir, to update load-path. Change lets dgnushack compile
19586         code in directories other than GNUS/lisp.
19587
19588 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19589
19590         * lpath.el: Don't bind w3m-safe-url-regexp.
19591
19592         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19593         w3m-safe-url-regexp variable buffer-local.
19594
19595         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19596
19597 2004-02-27  Simon Josefsson  <jas@extundo.com>
19598
19599         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19600         gnus-group-real-prefix.
19601         (gnus-summary-move-article): Use it, instead of
19602         gnus-group-real-prefix.
19603
19604 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19605
19606         * lpath.el: Bind w3m-safe-url-regexp.
19607
19608         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19609         w3m-safe-url-regexp variable buffer-local and set it as the value
19610         of mm-w3m-safe-url-regexp.
19611
19612         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19613
19614         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19615         parsing gnus-posting-styles when the message is not for replying.
19616
19617         * dgnushack.el: Autoload sgml-mode for XEmacs.
19618
19619         * nnrss.el (nnrss-opml-export):
19620         Use mm-set-buffer-file-coding-system instead of
19621         set-buffer-file-coding-system.
19622
19623 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19624
19625         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19626         of checkdoc.el).
19627         * nnrss.el: do.
19628         * gnus-mlspl.el: do.
19629         * gnus-ml.el: do.
19630         * gnus-srvr.el: do.
19631
19632         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19633
19634 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19635
19636         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19637         Corrections to custom-manual links.
19638
19639         * gnus-art.el (gnus-article): Ditto.
19640
19641         * mm-decode.el (mime-display, mime-security): Ditto.
19642
19643 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19644
19645         * flow-fill.el: Typo.
19646
19647 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19648
19649         * spam-wash.el: New file.
19650
19651 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19652
19653         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19654
19655 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19656
19657         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19658         to be run with new-articles as LIST1, not LIST2.
19659         (spam-registration-functions): Add spam-use-ham-copy as a nil
19660         registration backend.
19661
19662 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19663
19664         * spam-stat.el (spam-stat-washing-hook): New option.
19665         (spam-stat-buffer-words): Use it.
19666         (spam-stat-process-directory, spam-stat-test-directory):
19667         Use insert-file-contents-literally.
19668         (spam-stat-coding-system): New variable.
19669         (spam-stat-load, spam-stat-save): Use it.
19670
19671 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19672
19673         * spam-report.el (spam-report-plug-agent):
19674         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19675
19676 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19677
19678         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19679         Allow / in mailto URLs.
19680
19681 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19682
19683         * spam-report.el (spam-report-process-queue): Fix interactive use.
19684         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19685         (spam-report-unplug-agent): Doc fixes.
19686         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19687         (spam-report-agentize, spam-report-deagentize): Autoload.
19688
19689 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19690
19691         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19692
19693         * message.el (message-setup-fill-variables): Add mml tags to
19694         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19695         <ajk@iu.edu>.
19696         (message-mode): Don't modify paragraph-separate there.
19697
19698 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19699
19700         * compface.el (uncompface-use-external): Default to undecided.
19701         (uncompface-use-external-threshold): New variable.
19702         (uncompface-float-time): New macro.
19703         (uncompface): Determine whether to use the external decoder if
19704         uncompface-use-external is undecided.
19705
19706 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19707
19708         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19709         after images.
19710
19711         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19712
19713 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19714
19715         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19716
19717         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19718
19719         * gnus-sum.el (gnus-summary-limit-to-age)
19720         (gnus-summary-limit-children): do.
19721
19722         * gnus-int.el (gnus-request-scan): do.
19723
19724         * gnus-group.el (gnus-group-suspend): do.
19725
19726         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19727
19728         * gnus-cite.el (gnus-cite-parse-attributions): do.
19729
19730         * gnus-agent.el (gnus-summary-set-agent-mark)
19731         (gnus-agent-regenerate-group): do.
19732
19733         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19734
19735         * binhex.el (binhex-decode-region-internal): do.
19736
19737 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19738
19739         * gnus-fun.el (gnus-face-properties-alist): New user option.
19740         (gnus-display-x-face-in-from): Use it.
19741
19742         * gnus-art.el (article-display-face): Ditto.
19743
19744         * compface.el (uncompface-use-external): Default to nil.
19745
19746 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19747
19748         * nntp.el (nntp-erase-buffer): New function.
19749         (nntp-retrieve-data, nntp-send-command)
19750         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19751         (nntp-possibly-change-group): Use it.
19752
19753         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19754         Use with-current-buffer.
19755
19756 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19757
19758         * compface.el: Merge the ELisp-based uncompface program.
19759         (compface): New customization group.
19760         (uncompface-use-external): New user option.
19761         (uncompface): Call uncompface-internal if uncompface-use-external
19762         is nil.
19763         (uncompface-internal): New function.  Note that there are also
19764         some other functions and variables added for this function.
19765
19766 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19767
19768         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19769         if necessary.
19770
19771 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19772
19773         * spam-report.el (spam-report-unplug-agent)
19774         (spam-report-plug-agent, spam-report-deagentize)
19775         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19776         Add support for the Agent in spam-report: when unplugged, report to a
19777         file; when plugged, submit all the requests.
19778
19779         * spam.el (spam-register-routine): Fix message about
19780         registration.
19781
19782 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19783
19784         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19785         dependencies.
19786         (rfc2047-encode): Use it.
19787
19788         * gnus-art.el (gnus-button-marker-list): Move before first
19789         reference.
19790
19791         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19792         (imap-parse-body): Fix format string mismatch.
19793
19794         * gnus-score.el (gnus-summary-increase-score): do.
19795
19796         * nnrss.el (nnrss-close): New function.
19797
19798 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19799
19800         * nnrss.el (nnrss-make-filename): New function.
19801         (nnrss-request-delete-group, nnrss-read-server-data)
19802         (nnrss-save-server-data, nnrss-read-group-data)
19803         (nnrss-save-group-data): Use it.
19804         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19805         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19806         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19807
19808 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19809
19810         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19811
19812 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19813
19814         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19815         files.
19816
19817         * message.el (message-generate-headers-first): Don't quote nil
19818         and t in docstrings.
19819
19820         * imap.el (imap-id): do.
19821
19822         * gnus-agent.el (gnus-agent-consider-all-articles)
19823         (gnus-agent-queue-mail): do.
19824
19825 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19826
19827         * spam-report.el (spam-report-process-queue): New function.
19828         Process requests from `spam-report-requests-file'.
19829         (spam-report-process-queue): Doc fix.
19830
19831 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19832
19833         * spam.el (spam-register-routine)
19834         (spam-log-processing-to-registry, spam-log-registered-p)
19835         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19836         Change "check" to "spam-check" for semi-clarity.
19837
19838 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19839
19840         * pop3.el: Require nnheader.
19841
19842         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19843
19844         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19845
19846         * gnus-picon.el: Require cl.
19847
19848         * gnus-fun.el: Require gnus-ems and gnus-util.
19849
19850         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19851
19852         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19853
19854         * gnus-art.el (gnus-article-edit-mode): Define before first
19855         reference.
19856
19857 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19858
19859         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19860         (gnus-uu-post-encoded): Use point-at-bol.
19861
19862         * gnus-topic.el (gnus-group-active-topic-p): do.
19863
19864         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19865
19866         * gnus-group.el (gnus-group-kill-region): do.
19867
19868         * gnus-art.el (article-date-ut): do.
19869
19870         * message.el (message-fetch-field): Remove redundant
19871         case-fold-search binding.
19872         (message-narrow-to-field): Simplify.
19873
19874 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19875
19876         * spam.el (spam-directory): Derive from `gnus-directory'.
19877
19878         * spam-report.el (spam-report-url-to-file)
19879         (spam-report-requests-file): New function and variable for offline
19880         reporting.
19881         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19882         and user defined function.
19883         (spam-report-url-ping-mm-url): Remove doubled slash.
19884
19885 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19886
19887         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19888
19889 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19890
19891         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19892         Fix format string mismatch.
19893
19894         * sieve.el (sieve-deactivate-all): do.
19895
19896         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19897
19898         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19899
19900         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19901
19902         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19903
19904 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19905
19906         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19907         the list of checks.
19908
19909 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19910
19911         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19912         padding.
19913
19914 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19915
19916         * mm-view.el (mm-fill-flowed): New variable.
19917         (mm-inline-text): Use it.
19918
19919 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19920
19921         * spam.el (spam-spamassassin-register-ham-routine)
19922         (spam-spamassassin-register-spam-routine): Fix function names.
19923
19924 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19925
19926         * gnus.el (gnus-tmp-grouplens): Remove.
19927         (gnus-summary-line-format): Remove grouplens.
19928
19929         * gnus-group.el (gnus-group-line-format): Ditto.
19930
19931         * gnus-spec.el (gnus-format-specs): Ditto.
19932         (gnus-update-format-specifications): Flush the group format spec
19933         cache if there's the grouplens stuff.
19934         (gnus-parse-simple-format): Replace %l with the empty string.
19935
19936 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19937
19938         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19939         omission.
19940
19941 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19942
19943         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19944         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19945
19946 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19947
19948         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19949         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19950         New macros and functions.
19951         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19952         Handle > NLINK_MAX messages.
19953         * nnmaildir.el (nnmaildir-request-set-mark):
19954         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19955
19956 2004-01-25  Alex Schroeder  <alex@gnu.org>
19957
19958         * spam-stat.el (spam-stat-process-directory-age): New option.
19959         (spam-stat-process-directory): Use it.
19960
19961 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19962
19963         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19964         (spam-stat-save): Accept prefix argument.
19965
19966 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19967
19968         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19969         links" error.
19970
19971 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19972
19973         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19974         the rest of the and/or forms.
19975
19976 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19977
19978         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19979         compatibility with old .newsrc.eld files.
19980
19981         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19982
19983         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19984
19985         * gnus-start.el (gnus-1): do.
19986
19987         * gnus-group.el (gnus-group-line-format-alist): do.
19988
19989         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19990
19991         * gnus-gl.el: Remove.
19992
19993 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19994
19995         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19996         marks consisting of a single range {for example, (3 . 5)} rather
19997         than a list of a single range { ((3 . 5)) }.
19998
19999 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20000
20001         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20002         Use with-current-buffer.
20003         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20004         avoid consing a string.
20005
20006         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20007         Remove obsolete entries for big5 and gb2312.
20008
20009 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20010
20011         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20012         uncompressed list.
20013
20014 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20015
20016         * spam-stat.el (spam-stat-strip-xref): New function.
20017         (spam-stat-process-directory): Use it.
20018
20019         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20020         here -- it's done in message-fetch-field.
20021
20022 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20023
20024         * gnus-agent.el (gnus-agent-queue-mail)
20025         (gnus-agent-prompt-send-queue): New variables.
20026         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20027         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20028         "nndraft:queue" along to gnus-draft-send.
20029         Use gnus-agent-prompt-send-queue.
20030         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20031         is "nndraft:queue".  Suggested by Gaute Strokkenes
20032         <gs234@srcf.ucam.org>
20033
20034         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20035         (agent-enable-undownloaded-faces): Add.
20036         (gnus-agent-cat-groups): Use eval-and-compile, not
20037         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20038         method of gnus-agent-cat-groups even when the buffer has been
20039         evaled.
20040         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20041         delete gnus-agent-save-active-1.
20042         (gnus-agent-save-groups): Delete.  Identical to
20043         gnus-agent-save-active.
20044         (gnus-agent-write-active): No longer adjust agent's copy of active
20045         file as agent's adjustments are now stored in their own
20046         file.  Remove optional parameter.
20047         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20048         servers.  Add use of min/max range limits from server's local
20049         file.
20050         (gnus-agent-save-alist): Remove unused optional argument.
20051         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20052         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20053         (gnus-agent-set-local): A per-server file that keeps min/max range
20054         limits for articles known to the agent.  Provides a fast mechanism
20055         for altering many active ranges.
20056         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20057         active file (local makes it unnecessary).
20058         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20059
20060         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20061         (agent-enable-undownloaded-faces): Add.
20062
20063         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20064         disable it when sending to "nndraft:queue".
20065         (gnus-group-send-queue): Add safety check to avoid sending queue
20066         when unplugged.
20067
20068         * gnus-group.el (gnus-group-catchup): Use new
20069         gnus-sequence-of-unread-articles, not
20070         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20071         numbers of articles.  Use gnus-range-map to avoid having to
20072         uncompress the unread list.
20073         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20074         Fix invalid ange-ftp reference.
20075
20076         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20077         (gnus-sorted-range-intersection): Intersection of two ranges
20078         without requiring that they first be uncompressed.
20079
20080         * gnus-start.el (gnus-activate-group): Unless blocked by the
20081         caller, possibly expand the active range to include both cached
20082         and agentized articles.
20083         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20084         multiple version-dependent converters.
20085         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20086         gnus-agent-save-active.
20087         (gnus-save-newsrc-file): Save dirty agent range limits.
20088
20089         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20090         gnus-agent-possibly-alter-active.
20091         (gnus-adjust-marked-articles): Faster handling of simple lists.
20092
20093 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20094
20095         * spam-stat.el (spam-stat-test-directory): New optional argument
20096         displays a list of files detected.  Suggested by Andrew Cohen
20097         <cohen@andy.bu.edu>.
20098         (spam-stat-buffer-words-with-scores): Don't narrow and change
20099         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20100
20101 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20102
20103         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20104         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20105         (spam-spamassassin-arguments)
20106         (spam-spamassassin-spam-flag-header)
20107         (spam-spamassassin-positive-spam-flag-header)
20108         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20109         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20110         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20111         (spam-list-of-processors, spam-list-of-checks)
20112         (spam-list-of-statistical-checks, spam-registration-functions)
20113         (spam-check-spamassassin-headers, spam-check-spamassassin)
20114         (spam-spamassassin-score)
20115         (spam-spamassassin-register-with-sa-learn)
20116         (spam-spamassassin-register-spam-routine)
20117         (spam-spamassassin-register-ham-routine)
20118         (spam-assassin-register-spam-routine)
20119         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20120         (spam-bogofilter-score): Fix to show article before scoring.
20121
20122 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20123
20124         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20125         default scoring function.
20126         (spam-generic-score): Call spam-spamassassin-score if
20127         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20128         spam-bogofilter-score otherwise.
20129
20130         * gnus.el (spam-process, spam-autodetect-methods):
20131         Add spamassassin and spamassassin-headers.
20132
20133 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20134
20135         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20136         Suppress unnecessary messages.
20137
20138 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20139
20140         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20141         make-hash-table.
20142
20143 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20144
20145         * canlock.el (base64-encode-string): Don't autoload it.
20146
20147 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20148
20149         * run-at-time.el: Remove useless (require 'itimer),
20150         eval-and-compile and (featurep 'xemacs).
20151
20152 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20153
20154         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20155         GROUP is a virtual group.
20156
20157 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20158
20159         * gnus.el: Autoload `message-y-or-n-p'.
20160
20161 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20162
20163         * pgg-parse.el: Remove unnecessary (require 'custom).
20164
20165         * pgg-def.el: do.
20166
20167         * nnmail.el: do.
20168
20169         * gnus-undo.el: do.
20170
20171         * gnus-picon.el: do.
20172
20173         * gnus-util.el: do.
20174
20175 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20176
20177         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20178
20179 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20180
20181         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20182         handle, as well as a list.
20183
20184         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20185         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20186         (mm-w3m-cid-retrieve): Simplify.
20187
20188 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20189
20190         * message.el (message-kill-to-signature): Allow prefix arg to
20191         specify number of lines to keep before signature.
20192
20193 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20194
20195         * message.el (message-kill-to-signature): Change docstring.
20196
20197 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20198
20199         * canlock.el: Always require sha1-el.
20200         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20201
20202         * message.el: Autoload sha1 only when compiling.
20203
20204         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20205         eudc-expand-inline for XEmacs.
20206
20207 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20208
20209         * message.el (message-canlock-generate): Require sha1-el.
20210
20211 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20212
20213         * message.el (message-expand-name): Silence the byte compiler.
20214
20215         * lpath.el: Add detect-coding-system.
20216
20217         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20218         cus-edit.
20219
20220 2004-01-13  Simon Josefsson  <jas@extundo.com>
20221
20222         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20223         Invoke gnus-score-mode.
20224         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20225
20226         * gnus-range.el (gnus-compress-sequence): Doc fix.
20227         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20228
20229 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20230
20231         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20232
20233 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20234
20235         * spam.el (spam-get-article-as-string): Update to use
20236         gnus-request-article-this-buffer, much simpler.
20237         (spam-get-article-as-buffer): Remove.
20238
20239 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20240
20241         * message.el (message-expand-name): Use EUDC if the user uses that.
20242
20243 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20244
20245         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20246         character for the encoding to avoid consing a string.
20247
20248         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20249         unnecessarily.
20250
20251         * mm-util.el (mm-replace-chars-in-string): Remove.
20252
20253         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20254         of mm-replace-chars-in-string.
20255
20256 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20257
20258         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20259
20260         * mm-util.el (mm-subst-char-in-string): Support inplace.
20261
20262         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20263         a new string in every iteration.  Use shy groups.
20264
20265 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20266
20267         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20268         * gnus-soup.el (gnus-soup-group-brew):
20269         * gnus-msg.el (gnus-put-message):
20270         * gnus-move.el (gnus-group-move-group-to-server):
20271         * gnus-kill.el (gnus-batch-score):
20272         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20273         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20274         (gnus-group-update-group, gnus-group-read-group)
20275         (gnus-group-make-group, gnus-group-make-help-group)
20276         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20277         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20278         (gnus-group-sort-by-unread, gnus-group-catchup)
20279         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20280         (gnus-group-yank-group, gnus-group-set-info)
20281         (gnus-group-list-groups):
20282         * gnus.el (gnus-generate-new-group-name):
20283         * gnus-delay.el (gnus-delay-send-queue):
20284         * nnvirtual.el (nnvirtual-catchup-group):
20285         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20286         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20287         (gnus-group-prepare-topics, gnus-topic-check-topology):
20288         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20289         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20290         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20291         (gnus-group-make-articles-read):
20292         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20293         (gnus-group-change-level, gnus-kill-newsgroup)
20294         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20295         (gnus-get-unread-articles, gnus-make-articles-unread)
20296         (gnus-make-ascending-articles-unread): Use accessor
20297         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20298         to get group information for improved readability.
20299
20300
20301 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20302
20303         * gnus-art.el (article-decode-mime-words, article-babel)
20304         (gnus-article-highlight-signature, gnus-article-add-buttons)
20305         (gnus-signature-toggle): Use gnus-with-article-buffer.
20306
20307         * gnus-art.el (gnus-article-highlight-headers)
20308         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20309
20310         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20311         (gnus-article-set-globals, gnus-request-article-this-buffer)
20312         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20313         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20314         (gnus-mime-display-alternative): Use with-current-buffer.
20315
20316 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20317
20318         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20319         also under 80 char limit, and call gnus-error if needed.
20320         (spam-fetch-article-header): Fix - it was a
20321         buffer-local variable (gnus-newsgroup-data).
20322         (spam-find-spam): Use spam-generate-fake-headers, forget about
20323         spam-insert-fake-headers.
20324         (spam-insert-fake-headers): Remove.
20325
20326 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20327
20328         * deuglify.el (gnus-article-outlook-unwrap-lines)
20329         (gnus-outlook-rearrange-article)
20330         (gnus-outlook-repair-attribution-outlook)
20331         (gnus-outlook-repair-attribution-block)
20332         (gnus-outlook-repair-attribution-other): Remove redundant
20333         save-excursion.
20334
20335 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20336
20337         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20338         (spam-fetch-field-subject-fast)
20339         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20340         (spam-fetch-article-header): Add functions to deal with Gnus
20341         internals for fast retrieval of article header data.
20342         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20343
20344 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20345
20346         * pop3.el (pop3-md5): Remove.
20347         (pop3-apop): Replace pop3-md5 with md5.
20348
20349         * mm-bodies.el: base64 is always built-in.
20350
20351         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20352         Use with-current-buffer.
20353
20354 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20355
20356         * canlock.el (canlock-insert-header): Remove excessive grouping in
20357         regexp.
20358
20359         * gnus-sum.el (gnus-summary-read-document): Ditto.
20360
20361         * gnus-uu.el (gnus-uu-part-number): Ditto.
20362
20363         * html2text.el (html2text-remove-tags): Ditto.
20364         (html2text-format-tags): Ditto.
20365         (html2text-format-single-elements): Ditto.
20366
20367         * mml.el (mml-parse-1): Ditto.
20368
20369 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20370
20371         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20372
20373         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20374
20375         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20376
20377         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20378
20379 2003-11-15  Simon Josefsson  <jas@extundo.com>
20380
20381         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20382         (pgg-gpg-lookup-key): Use regexp match instead of
20383         split-string (split-string is different between emacs 21.2 and
20384         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20385
20386 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20387
20388         * gnus-art.el (gnus-mime-view-all-parts)
20389         (gnus-article-part-wrapper, gnus-article-view-part):
20390         Use with-current-buffer.
20391
20392 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20393
20394         * spam.el (spam-disable-spam-split-during-ham-respool)
20395         (spam-spamoracle-database, spam-cache-lookups)
20396         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20397         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20398         (spam-group-ham-marks, spam-group-spam-marks)
20399         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20400         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20401         also add spam-use-blackholes to the statistical checks.
20402         (spam-fetch-field-fast): Add interface to fetching fields, may
20403         become a macro.
20404         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20405         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20406         (spam-insert-fake-headers): Fake an article when needed.
20407         (spam-find-spam): Fake article when possible.
20408         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20409         (spam-check-bogofilter-headers): Use message-fetch-field instead
20410         of nnmail-fetch-field.
20411
20412 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20413
20414         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20415
20416 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20417
20418         * spam.el (spam-split): Do not require spam-use-CHECK to be
20419         enabled if that check is passed to spam-split explicitly; also
20420         fix so 'spam doesn't get converted to spam-split-group when
20421         spam-split-symbolic-return is t.
20422         (spam-find-spam): Find registrations of the article and use those
20423         instead of re-running spam-split to find the spam/ham
20424         classification of the article.
20425         (spam-log-processing-to-registry, spam-log-registered-p)
20426         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20427         Use gnus-error instead of gnus-message.
20428         (spam-log-registration-type): Add function to determine the
20429         classification of a message based on registry entries; will
20430         return nil if both 'spam and 'ham are found.
20431         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20432         a reasonably fast local cache without the loading errors.
20433         (spam-cache-lookups): Set to t by default.
20434         (spam-find-spam): Don't try to guess spam-cache-lookups.
20435         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20436         spam-caches entry.
20437         (spam-filelist-build-cache, spam-filelist-check-cache):
20438         Fix caching of whitelist/blacklist entries.
20439         (spam-check-whitelist, spam-check-blacklist):
20440         Invoke spam-from-listed-p with a type, not a cache variable.
20441         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20442
20443 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20444
20445         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20446
20447         * nnmail.el (nnmail-split-fancy): do.
20448
20449         * mml.el (mml-parse): do.
20450
20451         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20452         (gnus-score-adaptive): do.
20453
20454 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20455
20456         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20457         (gnus-mime-button-map): Don't set keymap parent.
20458         (gnus-button-ctan-directory-regexp): Use shy grouping.
20459         (gnus-prev-page-map): Don't set keymap parent.
20460         (gnus-prev-page-map): Remove duplicated one.
20461         (gnus-next-page-map): Don't set keymap parent.
20462         (gnus-mime-security-button-map): Ditto.
20463
20464         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20465         version number.
20466
20467         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20468
20469 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20470
20471         * canlock.el (canlock-sha1-function): Remove.
20472         (canlock-sha1-function-for-verify): Remove.
20473         (canlock-openssl-program): Remove.
20474         (canlock-openssl-args): Remove.
20475         (canlock-ignore-errors): Remove.
20476         (canlock-sha1-with-openssl): Remove.
20477         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20478         (canlock-verify): Don't use canlock-ignore-errors.
20479
20480         * sha1-el.el (sha1-string-external): Make it can return a string
20481         in binary form.
20482         (sha1-region-external): Ditto.
20483         (sha1-string-internal): Ditto.
20484         (sha1-region-internal): Ditto.
20485         (sha1-region): Ditto.
20486         (sha1-string): Ditto.
20487         (sha1): Ditto.
20488
20489 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20490
20491         * spam.el (spam-report-articles-gmane): New command.
20492
20493 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20494
20495         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20496
20497         * run-at-time.el (run-at-time-saved): Remove.
20498         (run-at-time): Doc fix.
20499
20500 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20501
20502         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20503         (gnus-summary-limit-map): Add it.
20504         (gnus-summary-make-menu-bar): do.
20505
20506 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20507
20508         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20509         Make attempt at some caching support (done for BBDB only now).
20510         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20511         addresses to be checked.
20512         (spam-clear-cache-BBDB): Add function, to be invoked by
20513         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20514         (spam-check-BBDB): Check and use the caches, if
20515         spam-cache-lookups is on, remove superfluous (provide).
20516
20517 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20518
20519         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20520
20521 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20522
20523         * run-at-time.el (run-at-time-saved): Move to after the definition
20524         of `run-at-time'.
20525
20526         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20527
20528 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20529
20530         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20531         mm-w3m-local-map-property.
20532
20533         * mm-view.el (mm-w3m-mode-map): Remove.
20534         (mm-w3m-local-map-property): Remove.
20535         (mm-inline-text-html-render-with-w3m): Don't use
20536         mm-w3m-local-map-property.
20537
20538 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20539
20540         * run-at-time.el: New file.
20541
20542         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20543         under Emacs.
20544
20545         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20546         of gnus-set-text-properties.
20547
20548         * gnus-uu.el (gnus-uu-save-article): Ditto.
20549
20550         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20551
20552         * gnus-cite.el (gnus-cite-parse): Ditto.
20553
20554         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20555         of gnus-.
20556
20557         * gnus-xmas.el (run-at-time): Require run-at-time.
20558
20559         * gnus.el: Change calls to nnheader-run-at-time and
20560         password-run-at-time throughout to use run-at-time directly.
20561
20562         * password.el: Remove definition of run-at-time.
20563
20564         * nnheaderxm.el: Remove definition of run-at-time.
20565
20566 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20567
20568         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20569         in prompt.
20570
20571 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20572
20573         * messagexmas.el (message-xmas-redefine): Alias
20574         `message-make-caesar-translation-table' to
20575         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20576         version.
20577
20578         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20579         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20580         `gnus-xmas-set-text-properties'.
20581         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20582         `gnus-xmas-completing-read'.
20583         (gnus-xmas-completing-read): Removed.
20584         (gnus-xmas-open-network-stream): Removed.
20585
20586         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20587         XEmacs version.
20588
20589         * dns.el (dns-make-network-process): Use `open-network-stream'
20590         instead of `gnus-xmas-open-network-stream'.
20591
20592         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20593
20594         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20595
20596 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20597
20598         * gnus-art.el (gnus-mime-display-alternative)
20599         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20600         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20601         Don't use gnus-local-map-property.
20602
20603         * gnus-util.el (gnus-local-map-property): Remove.
20604
20605         * mm-view.el (mm-view-pkcs7-decrypt):
20606         Replace gnus-completing-read-maybe-default with completing-read.
20607
20608         * gnus-util.el (gnus-completing-read): do.
20609         (gnus-completing-read-maybe-default): Remove.
20610
20611 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20612
20613         * password.el: Only autoload `run-at-time' if not XEmacs.
20614         Only autoload the itimer functions if XEmacs.
20615
20616 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20617
20618         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20619         XEmacsen.
20620
20621         * dgnushack.el: Autoload executable-find for XEmacs.
20622
20623 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20624
20625         * gnus-art.el (gnus-read-string): Remove.
20626         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20627         read-string.
20628
20629 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20630
20631         * netrc.el: Autoload password-read.
20632         (netrc): Add configuration group.
20633         (netrc-encoding-method, netrc-openssl-path):
20634         Add variables for encoding and decoding of files with symmetric
20635         ciphers.
20636         (netrc-encode): Add assistant function to encode a file with
20637         netrc-encoding-method.
20638         (netrc-parse): Add interactive parameter, added optional
20639         decoding if netrc-encoding-method is non-nil but otherwise
20640         behavior is standard.
20641         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20642         Do s/encode/encrypt/ everywhere.
20643
20644         * spam.el: Remove executable-find autoload.
20645
20646 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20647
20648         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20649
20650         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20651
20652 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20653
20654         * gnus-art.el (gnus-treat-ansi-sequences)
20655         (article-treat-ansi-sequences): New variable and function.
20656         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20657
20658         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20659         Use it.
20660
20661 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20662
20663         * mm-util.el (mm-quote-arg): Remove.
20664
20665         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20666         shell-quote-argument.
20667
20668         * gnus-uu.el (gnus-uu-command): do.
20669
20670         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20671
20672         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20673         with make-char.
20674
20675         * mm-util.el (mm-make-char): Remove.
20676
20677         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20678         add-minor-mode.
20679
20680         * gnus-undo.el (gnus-undo-mode): do.
20681
20682         * gnus-topic.el (gnus-topic-mode): do.
20683
20684         * gnus-sum.el (gnus-dead-summary-mode): do.
20685
20686         * gnus-start.el (gnus-slave-mode): do.
20687
20688         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20689
20690         * gnus-ml.el (gnus-mailing-list-mode): do.
20691
20692         * gnus-gl.el (gnus-grouplens-mode): do.
20693
20694         * gnus-draft.el (gnus-draft-mode): do.
20695
20696         * gnus-dired.el (gnus-dired-mode): do.
20697
20698         * gnus-ems.el (gnus-add-minor-mode): Remove.
20699
20700         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20701         Replace gnus-char-width with char-width.
20702
20703         * gnus-ems.el (gnus-char-width): Remove.
20704
20705         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20706         Replace gnus-char-width with char-width.
20707
20708         * gnus-ems.el (gnus-char-width): Remove.
20709
20710         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20711         definition.
20712         Remove Emacs 20 hash table compatibility code.
20713
20714         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20715         20 compatibility code.
20716
20717         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20718
20719         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20720
20721         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20722         Replace with point-at-{eol,bol}.
20723
20724         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20725
20726         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20727
20728         * flow-fill.el (fill-flowed-point-at-bol)
20729         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20730
20731         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20732         Replace with point-at-{eol,bol} throughout all files.
20733
20734 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20735
20736         * ntlm.el (ntlm-string-as-unibyte): New macro.
20737         (ntlm-build-auth-response): Use it.
20738
20739         Remove Emacs 20 stuff:
20740         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20741         (butlast, mapc, remove): Remove the compiler macros.
20742         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20743         of delq and copy-sequence.
20744         * gnus-art.el (popup-menu): Remove the compiler macro.
20745         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20746         Emacs 20.
20747
20748 2004-01-05  Simon Josefsson  <jas@extundo.com>
20749
20750         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20751         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20752         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20753         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20754         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20755         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20756         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20757         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20758         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20759         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20760         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20761         string-xor into ntlm-string-xor.
20762         Suggested by Jesper Harder <harder@myrealbox.com>.
20763
20764         * ntlm.el: Don't include poem.
20765
20766         * md4.el (print-int32, print-string-hexa): Remove.
20767         Suggested by Jesper Harder <harder@myrealbox.com>.
20768
20769         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20770
20771         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20772         probably breaks emacs with DL patch, but do we care? Is anyone
20773         still using the DL stuff?)
20774
20775         * sieve-manage.el: Use the password package.
20776         (sieve-manage-read-passwd): Remove.
20777         (sieve-manage-interactive-login): Use password.  Re-add
20778         condition-case around loop.
20779
20780         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20781         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20782         Use the password package.
20783
20784 2003-02-19  Simon Josefsson  <jas@extundo.com>
20785
20786         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20787         token.
20788
20789 2002-08-07  Simon Josefsson  <jas@extundo.com>
20790
20791         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20792         (sieve-manage-authenticators):
20793         (sieve-manage-authenticator-alist): Add some SASL mechs.
20794         (sieve-sasl-auth): New function.
20795         (sieve-manage-cram-md5-auth):
20796         (sieve-manage-plain-auth): Rewrite using SASL library.
20797         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20798         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20799         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20800         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20801
20802 2004-01-05  Simon Josefsson  <jas@extundo.com>
20803
20804         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20805         New files.
20806
20807 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20808
20809         * gnus-group.el (gnus-no-groups-message): Update.
20810
20811         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20812
20813 2003-11-09  Simon Josefsson  <jas@extundo.com>
20814
20815         * imap.el: Support for ID IMAP extension (RFC 2971).
20816         (imap-local-variables): Add imap-id.
20817         (imap-id): New variable.
20818         (imap-id): New function.
20819         (imap-parse-response): Parse untagged ID response.
20820         * nnimap.el (nnimap-id): New variable.
20821         (nnimap-open-connection): Use it.
20822
20823 2003-12-28  Simon Josefsson  <jas@extundo.com>
20824
20825         * gnus-score.el (gnus-score-edit-all-score): New.
20826         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20827
20828 2004-01-04  Simon Josefsson  <jas@extundo.com>
20829
20830         * password.el: Add.
20831
20832 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20833
20834         * dns.el (dns-query-types): Fix typo.
20835         (dns-query-types): New function.
20836         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20837         PTR and SOA replies, see RFC 1035.
20838
20839 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20840
20841         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20842
20843         * Move to Changelog.2.
20844
20845 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20846
20847         * gnus.el (gnus-version-number): Bump version.
20848
20849 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20850
20851         * gnus.el: No Gnus v0.1 is released.
20852
20853 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20854
20855         * gnus.el: No Gnus v0.0 is released.
20856
20857 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20858
20859         * gnus.el (gnus-version-number): Bump.
20860         (gnus-version): No.
20861
20862 See ChangeLog.2 for earlier changes.
20863
20864   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20865
20866   This file is part of GNU Emacs.
20867
20868   GNU Emacs is free software: you can redistribute it and/or modify
20869   it under the terms of the GNU General Public License as published by
20870   the Free Software Foundation, either version 3 of the License, or
20871   (at your option) any later version.
20872
20873   GNU Emacs is distributed in the hope that it will be useful,
20874   but WITHOUT ANY WARRANTY; without even the implied warranty of
20875   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20876   GNU General Public License for more details.
20877
20878   You should have received a copy of the GNU General Public License
20879   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20880
20881 ;; Local Variables:
20882 ;; coding: utf-8
20883 ;; fill-column: 79
20884 ;; add-log-time-zone-rule: t
20885 ;; End: