Override password-cache-expiry with auth-source-cache-expiry.
[gnus] / lisp / ChangeLog
1 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4         result when the user doesn't want to write to the file.
5         (auth-source-netrc-search): Expect a synthetic result and proceed
6         accordingly.
7         (auth-source-cache-expiry): New variable to override
8         `password-cache-expiry'.
9         (auth-source-remember): Use it.
10
11         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
12         parameter.  Create entry if necessary by using :create t.
13         (nnimap-open-connection-1): Don't pass `inhibit-create'.
14
15 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
16
17         * auth-source.el (auth-source-debug): Enable by default and don't
18         mention the obsolete `auth-source-hide-passwords'.
19         (auth-source-do-warn): New function to debug unconditionally.
20         (auth-source-do-debug): Use it.
21         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
22         and for Secrets API entries when the secrets.el library is not
23         available.
24
25 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
26
27         * gnus-sum.el (gnus-propagate-marks): Default to nil.
28         (gnus-summary-exit): Kill the correct article buffer on exit from a
29         `C-d' group.
30
31         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
32         gnus-propagate-marks.
33
34         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
35         before killing the buffers so that a non-full window conf gets handled
36         correctly.
37         (gnus-summary-exit): Ditto.
38         (gnus-summary-read-group-1): Ditto.
39
40         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
41         async code again so that we can debug it properly.
42
43         * message.el (message-reply): Take an optional switch-buffer parameter
44         so that Gnus window confs are respected better.
45
46 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
47
48         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
49         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
50         docstring.
51         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
52         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
53         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
54         Login collection is "Login" and not "login".
55
56 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
57
58         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
59         multiple headers.
60
61         * nnimap.el (nnimap-inhibit-logging): New variable.
62         (nnimap-log-command): Don't log login commands.
63
64         * auth-source.el (auth-source-netrc-search): The asserts seem to want
65         to have more parameters.
66
67         * nnimap.el (nnimap-send-command): Mark the command time for each
68         command, so that we don't get NOOPs stepping on our toes.
69
70         * gnus-art.el (article-date-ut): Get the date from the Date header on
71         `t'.
72
73 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * auth-source.el (auth-source-search): Use copy-sequence instead of
76         the cl.el copy-list.
77
78 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
79
80         * imap.el: Bring it back (revert
81         84d800cd31de3064f0ed39617d725709a2f8f42f).
82
83 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
84
85         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
86         Improve prompt.
87
88 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
89
90         * gnus-art.el (gnus-article-mode-line-format): Remove the article
91         washing status from the default format.  It isn't very informative.
92
93 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
94
95         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
96         Gcc processing on imap.
97
98 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
99
100         * imap.el: Remove file.  All the functionality is in nnimap.el.
101
102 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
103
104         * message.el (message-bury): Don't pop up a new window when selected
105         window is dedicated.
106
107 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
108
109         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
110
111 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
112
113         * sieve-manage.el: Autoload `auth-source-search'.
114         (sieve-sasl-auth): Use it.
115
116 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
117
118         * nnimap.el: Autoload `auth-source-forget+'.
119         (nnimap-open-connection-1): Use it if the connection fails.
120
121         * auth-source.el: Require `password-cache'.
122         (auth-source-hide-passwords, auth-source-cache): Remove and mark
123         obsolete.
124         (auth-source-magic): Marker for `password-cache' keys.
125         (auth-source-do-cache): Update docstring.
126         (auth-source-search): Use and check cache.
127         (auth-source-forget-all-cached, auth-source-remember)
128         (auth-source-recall, auth-source-forget, auth-source-forget+)
129         (auth-source-specmatchp): Caching support functions.
130         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
131         Remove and obsolete.
132         (auth-source-user-or-password): Remove caching to further discourage
133         using it.  Always hide passwords.
134
135         * password-cache.el (password-cache-remove): Accept secrets that are
136         not strings.
137
138 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
139
140         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
141         code for now, since it doesn't work for all users.
142
143 2011-02-09  Julien Danjou  <julien@danjou.info>
144
145         * message.el (message-options): Make message-options really buffer
146         local.
147
148 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
149
150         * mail-source.el: Autoload `auth-source-search'.
151         (mail-source-keyword-map): Note order matters.
152         (mail-source-set-1): Get all the mail-source source values and
153         defaults and search auth-source on those if needed.  This can all
154         probably be simplified.
155
156         * nnimap.el: Autoload `auth-source-search'.
157         (nnimap-credentials): Use it.
158         (nnimap-open-connection-1): Ask for the virtual server and physical
159         address in one shot.
160
161         * nntp.el: Autoload `auth-source-search'.
162         (nntp-send-authinfo): Use it.  Note TODO.
163
164 2011-02-08  Julien Danjou  <julien@danjou.info>
165
166         * shr.el (shr-tag-body): Add support for text attribute in body
167         markups.
168
169         * message.el (message-options): Make message-options a local variable.
170
171 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
172
173         * auth-source.el (auth-source-secrets-search)
174         (auth-source-user-or-password): Use `append' instead of `nconc'.
175         (auth-source-user-or-password): Build return list better and protect
176         against nil :secret.
177
178 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
179
180         * nnimap.el (nnimap-update-info): Refactor slightly.
181         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
182         (nnimap-update-info): Clean up slightly.
183         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
184         characters.
185         (nnimap-process-quirk): Rename function to avoid collision.
186         (nnimap-update-info): Fix macrology bug-out.
187         (nnimap-update-info): Simplify split history test.
188
189 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
190
191         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
192         `secrets-get-attributes' instead of `secrets-get-attribute'.
193         (auth-source-secrets-search): Limit search when `max' is greater than
194         number of results.
195
196 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
197
198         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
199         part not returning any data.
200
201         * proto-stream.el (open-protocol-stream): Document the return value.
202
203 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
204
205         * auth-source.el (auth-source-secrets-search): Add examples.
206
207 2011-02-06  Julien Danjou  <julien@danjou.info>
208
209         * message.el (message-setup-1): Handle message-generate-headers-first
210         set to t.
211
212 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
213
214         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
215         API with a string "secrets:collection-name" and with 'default.
216         (auth-source-backend-parse): Parse "secrets:collection-name" and
217         'default.  Recurse on parses instead of repeating code.  Use the
218         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
219         message when ignoring a source.
220         (auth-source-search): List ignored search keys at the top level.
221         (auth-source-netrc-create): Use `case' instead of `cond'.
222         (auth-source-secrets-search): Created with TODOs.
223         (auth-source-secrets-create): Created with TODOs.
224         (auth-source-retrieve, auth-source-create, auth-source-delete)
225         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
226         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
227         (auth-source-user-or-password-sftp)
228         (auth-source-user-or-password-smtp): Removed.
229         (auth-source-user-or-password): Deprecated and modified to be a wrapper
230         around `auth-source-search'.  Not tested thoroughly.
231
232 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
233
234         * auth-source.el: Bring in assoc and eioeio libraries.
235         (secrets-enabled): New variable to track the status of the Secrets API.
236         (auth-source-backend): New EIOEIO class to represent a backend.
237         (auth-source-creation-defaults): New variable to set prompt defaults
238         during token creation (see the `auth-source-search' docstring for
239         details).
240         (auth-sources): Simplify to allow a simple string as a netrc backend
241         spec.
242         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
243         (auth-source-backend-parse-parameters): Fill in the backend parameters.
244         (auth-source-search): Main auth-source API entry point.
245         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
246         (auth-source-search-collection): Helper function for searching.
247         (auth-source-netrc-parse, auth-source-netrc-normalize)
248         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
249         Supports search, create, and delete.
250         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
251         backend stubs.
252         (auth-source-user-or-password): Call `auth-source-search' but it's not
253         ready yet.
254
255 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
256
257         * message.el (message-setup-1): Remove the read-only stuff, since it
258         doesn't work under XEmacs, for some reason.
259
260         * gnus-sum.el (gnus-user-date): Rename back from
261         gnus-summary-user-date since user code refers to it.
262
263         * shr.el (shr-render-td): Store the actual background colour used.
264
265         * message.el (message-setup-1): Don't bind the constant
266         -forbidden-properties.
267         (message-setup-1): Revert previous change, since it needs to bind the
268         props to insert them.
269         (message-resend): Allow removing the read-only separator line.
270
271 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
272
273         * nnimap.el (nnimap-request-accept-article): Give an error message if
274         the APPEND wasn't successful.
275
276 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
277
278         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
279         that have no groups.
280
281 2011-02-03  Julien Danjou  <julien@danjou.info>
282
283         * gnus-draft.el: Remove progn around gnus-draft-setup.
284
285 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
286
287         * gnus-start.el (gnus-read-active-for-groups): This function is never
288         called with a nil `infos', so clean that up.
289         (gnus-get-unread-articles): Request active files from primary/secondary
290         methods that have no groups (yet).
291
292 2011-02-03  Julien Danjou  <julien@danjou.info>
293
294         * message.el (message-setup-1): Always generate References first.
295         (message-mail): Return the return value of message-setup, not always t.
296         (message-setup-1): Insert mail-header-separator with read-only and
297         intangible properties set.
298
299         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
300         user-date in docstring.
301
302         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
303
304         * gnus.el (gnus-summary-line-format): Mention &user-date format in
305         docstring.
306
307         * gnus.el (gnus-user-date-format-alist): Change default value. Use
308         defcustom, with type and group. Move from gnus-util.el. Rename to
309         gnus-summary-user-date-format-alist.
310
311 2011-02-03  Glenn Morris  <rgm@gnu.org>
312
313         * nnimap.el (gnus-fetch-headers): Declare.
314
315         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
316
317 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
318
319         * message.el (message-forward-make-body-digest-plain)
320         (message-followup, message-reply): Clean up things noted by Stefan.
321
322         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
323         gnus-article-update-date-headers is nil.
324         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
325         it didn't really work with defcustom.
326         (article-update-date-lapsed): Make sure the window start doesn't move,
327         either.
328
329 2011-02-01  Julien Danjou  <julien@danjou.info>
330
331         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
332         format.
333
334         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
335         standard in Emacs nowadays.
336
337         * color.el (color-gradient): Add a color-gradient function.
338
339 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
340
341         * message.el (message-expand-name): Don't trust the return value of
342         bbdb-complete-name.
343         (message-check-news-header-syntax): Remove unused var `start'.
344         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
345         (message-inhibit-body-encoding): Move to before first use.
346         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
347         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
348         (Organization, Message-ID, Date, mh-previous-window-config):
349         Defvar the vars using dynamic scoping.
350
351 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
352
353         * shr.el (shr-render-td): Only do colours at the final rendering.
354         Should be slightly faster.
355         (shr-insert-table): Fix up TD background colours when doing the
356         vertical padding.
357
358         * gnus-art.el (article-date-ut): Protect against articles with no Date
359         header.
360         (article-update-date-lapsed): Don't use current-column to find the
361         horizontal position.  It's fragile in the presence of \003 characters.
362
363         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
364
365 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
366
367         * gnus-art.el (article-transform-date): Rewrite to still work when
368         there are several rfc2822 parts.
369         (article-transform-date): Fix infinite recursion.
370         (article-date-ut): Replace infinitely many Date headers with a single
371         one when called interactively.
372
373         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
374         secure manner.
375
376         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
377         move around by not using save-window-excursion.  It seems to work...
378
379 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * gnus-art.el (article-make-date-line): Work for user-defined format.
382
383 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
384
385         * nntp.el (nntp-retrieve-group-data-early)
386         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
387         fetching functions.
388
389         * gnus-start.el (gnus-read-active-for-groups): Read the active files
390         thoroughly for all backends that have no known groups.  This should
391         allow new nnml methods to retrieve mail.
392
393         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
394         that Gnus doesn't know exists again.
395
396         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
397         (gnus-treat-date-ut): Ditto.
398         (gnus-article-update-date-header): Renamed.
399         (gnus-treat-date-local): Removed.
400         (gnus-treat-date-english): Removed.
401         (gnus-treat-date-lapsed): Removed.
402         (gnus-treat-date-combined-lapsed): Removed.
403         (gnus-treat-date-original): Removed.
404         (gnus-treat-date-iso8601): Removed.
405         (gnus-treat-date-user-defined): Removed.
406         (gnus-article-date-headers): New variable to control all the date
407         header options.
408         (article-date-ut): Rewrite to allow using the new way to format date
409         headers(s).
410
411 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
412
413         * nnmail.el (nnmail-article-group): Check for a direct fancy split
414         method.
415         (nnmail-article-group): A better test for fanciness.
416
417         * nnimap.el (nnimap-request-head): Protect against not finding the
418         article by Message-ID.
419
420 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
421
422         * gnus-art.el (article-update-date-lapsed): Try a better way to really
423         keep point at the "same place".
424
425 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
428         data if the group is unactivated.
429
430 2011-01-28  Julien Danjou  <julien@danjou.info>
431
432         * gnus-win.el: Remove dead function gnus-window-configuration-element.
433         (gnus-all-windows-visible-p): Remove old compatibility code.
434         (gnus-window-top-edge): Add docstring.
435
436         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
437
438 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
439
440         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
441         older request-update-info.
442
443         * gnus-art.el (article-make-date-line): Limit the length a bit more.
444
445 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
446
447         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
448         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
449
450 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
451
452         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
453         groups.  This makes the nndraft:queue group pop up if it's not already
454         there.
455
456         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
457         messages" logic, which was reversed.
458
459         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
460         the "same place" even if point is on the line being replaced.
461         (article-update-date-lapsed): Allow updating both the combined lapsed
462         and the lapsed headers.
463         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
464         (article-make-date-line): Limit the number of segments dynamically to
465         avoid too-long lines.
466
467 2011-01-27  Julien Danjou  <julien@danjou.info>
468
469         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
470         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
471
472 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
473
474         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
475         Use plist-get instead of the cl function getf.
476
477 2011-01-27  Glenn Morris  <rgm@gnu.org>
478
479         * gnus-util.el (float-time): Get rid of compiler warning, again.
480
481 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
482
483         * shr.el (shr-put-color): Special-case background colours: Do put them
484         at the blank parts at the front of the lines.
485
486         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
487         exit hook to nix out all data on readedness on group exit.
488
489         * gnus-util.el (float-time): If float-time is bound, always use it on
490         all Emacsen.  It's unclear why the subrp check was there.
491         (time-date): Require to make some autoload issues on XEmacs go away.
492
493         * shr.el (shr-put-color): Don't do the box padding in tables, since
494         they're already padded.
495
496 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
497
498         * gnus-art.el (gnus-article-next-page): When the last line of the
499         article is displayed, scroll down once more instead of going to the
500         next article at once.
501         (article-lapsed-string): Refactor out and allow specifying how many
502         segments you want.
503         (gnus-article-setup-buffer): Start updating the lapsed header directly.
504         (gnus-article-update-lapsed-header): New variable.
505
506         * shr.el: Revert change that made headings use different-sized faces.
507         The Emacs display engine isn't advanced enough that, for instance,
508         tables can comfortably use differntly-sized faces.
509
510 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
511
512         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
513         used.
514         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
515         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
516         we're using an encrypted connection.
517
518         * proto-stream.el: Alter the interface functions to also return the
519         actual stream type used: network or tls.
520
521 2011-01-25  Julien Danjou  <julien@danjou.info>
522
523         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
524         (mm-display-javascript-inline): New function.
525
526         * mm-decode.el (mm-inline-media-tests): Add application/javascript
527         viewing function.
528
529 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * shr.el (shr-expand-newlines): Fix variable name.
532
533 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
534
535         * shr.el (shr-expand-newlines): Make nested boxes work.
536
537 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
538
539         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
540         backgrounds.
541         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
542         in a more sensible manner.
543
544 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
545
546         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
547         if EPG is loaded.
548
549 2011-01-24  Julien Danjou  <julien@danjou.info>
550
551         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
552         tags.
553
554 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
555
556         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
557         commands.
558
559         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
560         in the article buffer.
561         (gnus-gravatar-insert): Use blank space from the current buffer to
562         avoid breaking text properties.  This makes X-Sent updating work again.
563
564         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
565
566 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
567
568         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
569         fix the bug in url-http.el instead.
570
571         * shr.el (shr-image-fetched): Ditto.
572
573         * shr.el (shr-image-fetched): Avoid having point move in the article
574         buffer.
575
576         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
577         buffer after being called.  It's apparently being killed by url.el, and
578         killing it made point move to end-of-buffer in a random buffer.
579
580         * shr.el (shr-image-fetched): Ditto.
581
582 2011-01-23  Julien Danjou  <julien@danjou.info>
583
584         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
585
586         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
587         text/x-org.
588
589 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
590
591         * gnus-sum.el (gnus-summary-move-article): Protect against backends
592         (i.e., nnimap) returning nil as the article number.
593
594 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
595
596         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
597         "DelSp" parameter in RFC3676.
598
599 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
600
601         * message.el (message-check-recipients): Display the encoded version of
602         the bogus address if they differ.
603
604         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
605         after sending.
606
607         * gnus-agent.el (gnus-agent-send-mail): Ditto.
608
609         * gnus-group.el (gnus-group-refresh-group): New convenience function.
610
611         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
612         group buffer after sending the queue.
613
614         * gnus-agent.el (gnus-agent-send-mail): Ditto.
615
616 2011-01-22  Julien Danjou  <julien@danjou.info>
617
618         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
619
620 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
621
622         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
623         nested related parts.
624
625         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
626         unexpired articles.  This fixes the regression that led expiry marks to
627         disappear from nnfolder groups.
628
629 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
630
631         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
632         Don't confuse the "ret" of "retrograde" with RET.
633
634 2011-01-21  Julien Danjou  <julien@danjou.info>
635
636         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
637         than mm-insert-inline.
638
639 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
642         Widen article buffer.
643
644 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
645
646         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
647         the temp buffer.
648         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
649
650 2011-01-20  Julien Danjou  <julien@danjou.info>
651
652         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
653
654         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
655         than mm-insert-inline to insert inline part: this respect
656         mm-inline-media-tests displayers.
657
658         * mm-view.el (mm-display-shell-script-inline): New function.
659
660         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
661
662         * mm-uu.el (mm-uu-type-alist): Add org block.
663         (mm-uu-org-src-code-block-extract): New function.
664
665         * mm-view.el (mm-display-org-inline): New function.
666
667         * mm-decode.el (mm-automatic-display): Add text/org.
668
669         * mailcap.el (mailcap-mime-extensions): Add .org.
670
671 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
672
673         * gnus-art.el (gnus-article-highlight): Remove argument passed to
674         gnus-article-add-buttons.
675
676 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
677
678         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
679         From header with a date and "nobody" as the sender.
680
681 2011-01-19  Julien Danjou  <julien@danjou.info>
682
683         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
684         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
685         if you have the same regexp several times.
686         (gnus-button-push): Fix matching when regexp is symbol.
687
688 2011-01-15  Glenn Morris  <rgm@gnu.org>
689
690         * message.el (message-mail): A compose-mail function should
691         accept headers as strings.
692
693 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
694
695         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
696         Add :vert-only tags.
697         (message-mail): New arg RETURN-ACTION.
698         (message-return-action): New var.
699         (message-bury): Use it.
700         (message-mode): Make it buffer-local.
701         (message-send-and-exit): Always call message-bury.
702
703         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
704         message-mail.
705
706 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
707
708         * nnimap.el (nnimap-convert-partial-article): Protect against
709         zero-length body parts.
710
711         * mm-decode.el (mm-preferred-alternative-precedence):
712         Discourage showing empty parts.
713
714         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
715         and stuff if the backend didn't return the article number.  This fixes
716         an Exchange-related nnimap bug.
717
718         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
719         group window, because it does the wrong thing when a separate frame
720         displays the group buffer.
721
722         * proto-stream.el (open-protocol-stream): Protect against the low-level
723         transport functions returning nil.
724
725 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
726
727         * mml2015.el (epg-sub-key-fingerprint): Autoload.
728         (mml2015-epg-find-usable-secret-key): New function.
729         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
730         mml2015-epg-find-usable-key (Bug#7797).
731         (mml2015-epg-encrypt): Ditto.
732
733 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
734
735         * dgnushack.el (rot13-string): Fix the way to get the argument.
736
737 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
740
741 2011-01-03  Glenn Morris  <rgm@gnu.org>
742
743         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
744
745         * sieve.el (sieve-open-server): Give a more explicit error if
746         sieve-manage-open returns nil.  (Bug#7720)
747
748 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
749
750         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
751
752 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
755         This avoids sending passwords in plain text over non-encrypted
756         channels.
757
758         * shr.el (shr-rescale-image): Display all GIF images as animated images.
759
760         * nnimap.el (nnimap-login): Refactored out into own function, and
761         implement CRAM-MD5.
762         (nnimap-wait-for-line): Refactored out.
763
764         * mm-view.el (mml-smime): Require.
765
766 2010-12-20  David Engster  <deng@eml.cc>
767
768         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
769         use EPG to decrypt S/MIME messages instead of openssl.
770
771 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
774
775         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
776         status is the group clearly is unreachable.
777
778         * auth-source.el (auth-source-create): Add the optional second
779         parameter to `local-variable-p' to be compatible with XEmacs.
780
781 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
782
783         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
784         work when using a compressed nnml folder.
785
786 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
789         backends after sanitising on entry, because this never makes sense:
790         If the articles have gone missing, then the data no longer exists on
791         the backend, and if they haven't, then Gnus is wrong, and shouldn't
792         overwrite anything anyway.
793
794         * shr.el (shr-insert-document): Bind shr-width dynamically to
795         window-width if it's nil.
796
797 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
798
799         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
800         with the meaning of using the full emacs window width for rendering.
801
802 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
803
804         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
805         case when sender is not given.
806
807 2010-12-23  Julien Danjou  <julien@danjou.info>
808
809         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
810         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
811         the addresses, otherwise we might misplaced the gravatar.
812
813 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
814
815         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
816         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
817         obsolete in Emacs.
818
819 2010-12-20  Julien Danjou  <julien@danjou.info>
820
821         * gnus-util.el (gnus-rescale-image): Revert last change.
822
823 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
824
825         * binhex.el: Improve commentary (Bug#7482).
826
827 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828
829         * gnus-group.el (gnus-group-delete-articles): New command.
830
831 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
832
833         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
834
835 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
838         here, since it's up to the backends to do CRLF removal if their
839         protocol has it.
840
841         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
842
843 2010-12-17  Julien Danjou  <julien@danjou.info>
844
845         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
846         they are from file. Can also scale up.
847
848 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
849
850         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
851         gnus-use-agent.
852         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
853
854         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
855
856 2010-12-17  Julien Danjou  <julien@danjou.info>
857
858         * gravatar.el (gravatar-retrieve-synchronously): New function.
859         (gravatar-get-data): Make more robust.
860
861 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
862
863         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
864
865 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
868         to really consider the last line.
869
870 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
871
872         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
873         list of recipient keys, or use symmetric encryption if not a list.
874         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
875         EPA override, replacing the call to `netrc-store-data'.
876
877 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
878
879         * gnus-srvr.el: Avoid passing nil regexp argument to
880         delete-matching-lines.
881
882 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
885         fetching stops when Gnus exits.
886
887         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
888         function.
889         (nnfolder-request-expire-articles): Save all the buffers after doing
890         expiry.
891
892         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
893         the last article", since that led to serious performance regressions
894         when expiring nnml groups.
895
896 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
897
898         * nnir.el: Improve customizations.
899
900 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
903
904         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
905         group has been killed.
906         (gnus-group-yank-group): Ditto.
907
908         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
909
910         * nnimap.el (nnimap-request-update-group-status): New function.
911
912         * gnus-int.el (gnus-request-update-group-status): New interface
913         function.
914
915         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
916         copying read-ness to the backends.
917
918         * nnimap.el (nnimap-quirk): New function.
919         (nnimap-retrieve-group-data-early): Use it.
920         (nnimap-quirks): New alist.
921
922 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
923
924         * shr.el (shr-insert): Set shr-start after deleting trailing space;
925         don't delete it within indentation.
926
927 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
928
929         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
930         previous line.
931
932 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
935         QRESYNC command by deleting a superfluous space which broke Cyrus
936         servers.  This change will break other servers that are buggy the other
937         way around.
938
939 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
940
941         * spam.el: Reindent and fix long lines.
942         (spam-copy-or-move-routine): Exclude invalid move destinations.
943
944 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
945
946         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
947         installed the registry.
948
949 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
950
951         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
952
953 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
954
955         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
956         groupname doesn't contain "gmane".
957
958 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
961         and netrc-bound-and-true-p bindings.
962         (netrc-parse): Cache the netrc contents.
963
964         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
965         (gnus-1): Don't create the nndrafts group twice.
966         (gnus-setup-news): There's no need to read the active file here, since
967         that's done again later on a per-backend basis.
968         (gnus-start-draft-setup): Make sure that the new group is started out
969         empty.
970
971         * gnus-agent.el (gnus-agentize): Don't create the queue group
972         automatically on startup.  It'll be created later, if needed.
973
974         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
975         of automatically subscribed groups.
976         (gnus-auto-subscribed-categories): New variable.
977         (gnus-matches-options-n): Use it.
978         (gnus-default-subscribed-newsgroups): Remove unused variable.
979         (gnus-start-draft-setup): Message a bit less.
980
981 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
982
983         * nnir.el (nnir-run-imap): Return article list in order of increasing
984         UID.
985
986 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * gnus-sum.el (gnus-summary-enter-digest-group):
989         Mention gnus-auto-select-on-ephemeral-exit.
990
991         * proto-stream.el (proto-stream-open-network-only): Fix the calling
992         convention of the network-only option.
993
994 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * proto-stream.el (proto-stream-open-network-only): New function to
997         have a way to specify non-STARTTLS upgrade connections.
998
999 2010-12-10  Julien Danjou  <julien@danjou.info>
1000
1001         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1002         email address is nil.
1003
1004         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1005
1006 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1007
1008         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1009         deletion.
1010         (nnir-run-imap): Only need to parse list once.
1011
1012 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * shr.el (shr-tag-script): Ignore <script>.
1015         (shr-tag-label): Add <label> support.
1016
1017 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1018
1019         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1020
1021         * shr.el (shr-image-displayer): Work for images lined side by side.
1022
1023 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1024
1025         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1026         parameter, since XEmacs doesn't accept t as a parameter.
1027
1028 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1029
1030         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1031         ids.
1032         (nnir-run-gmane): Simplify groupspec formatting.
1033         (nnir-request-expire-articles): New function.
1034
1035 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1038         overflow, possibly.
1039
1040         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1041         (shr-render-td): Handle td style="" better.
1042         (shr-tag-table): Use the color from the style sheet.
1043         (shr-render-td): Make sure we copy over all the overlays, too.
1044
1045 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1046
1047         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1048         (nnir-request-article): Improve article retrieval.
1049
1050 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1051
1052         * mm-util.el (mm-extra-numeric-entities): New variable.
1053
1054         * mm-url.el (mm-url-decode-entities):
1055         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1056
1057         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1058
1059 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1060
1061         * message.el: Use completion-at-point.
1062         (message-completion-function): New fun, extracted from message-tab.
1063         (message-mode): Use it for completion-at-point-functions.
1064         (message-tab): Use it and completion-at-point.
1065
1066 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1067
1068         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1069         character if a non-breakable character follows.
1070
1071 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072
1073         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1074         any stream.
1075
1076         * shr.el (shr-tag-font): Colorize the region.
1077         (shr-tag-body): Ditto.
1078         (shr-tag-font): Actually let the styles be inherited instead of
1079         overwriting them.
1080         (shr-tag-font): Get the background color right.
1081         (shr-tag-style): Ignore all <style> tags for the moment.
1082
1083         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1084         a Message-ID to avoid having nnimap depend on gnus-sum.
1085
1086         * shr.el (shr-descend): Only colorize something if we have a node that
1087         sets colors.
1088
1089 2010-12-06  Julien Danjou  <julien@danjou.info>
1090
1091         * shr.el (shr-render-td): Render td content with shr-descend, so style
1092         will be applied to <td> too.
1093         (shr-colorize-region): Colorize region even if we only have a background.
1094         (shr-tag-body): Fix color and background color inheritance.
1095         Do not recolorize after shr-generic.
1096         (shr-tag-font): Let shr-generic colorize via inheritance.
1097
1098 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1101
1102 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1103
1104         * nnir.el (nnir-request-move-article): Remove obsolete code.
1105
1106 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1109
1110 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1111
1112         * gnus-sum.el (gnus-summary-respool-article): The completion function
1113         expects a list instead of an alist.
1114
1115         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1116         string as the parameter.
1117
1118         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1119
1120         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1121         styles.
1122         (shr-colorize-region): New function.
1123         (shr-insert-background-overlay): Remove.
1124         (shr-render-td): Background setting should be taken care of on a higher
1125         level.
1126         (shr-tag-body): Use post-hoc colorizations.
1127         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1128         (shr-put-color-1): Don't overwrite old colors.
1129         (shr-colorize-region): When the background color isn't explicit, use
1130         a fixed background.
1131
1132         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1133         nnmail variables.
1134
1135 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1136
1137         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1138         unless necessary.
1139
1140 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1141
1142         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1143         server.
1144
1145 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1146
1147         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1148         so that TAB works.
1149
1150         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1151         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1152
1153         * shr.el (shr-urlify): Show the URL before the title to avoid
1154         misleading URLs.
1155
1156 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1157
1158         * shr.el (shr-urlify): Display the title in <a> tags.
1159
1160 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1161
1162         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1163
1164 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1165
1166         * nnir.el: Rearrange code to allow macros to be autoloaded by
1167         gnus-sum.el.
1168         (nnir-retrieve-headers-override-function): Make this variable
1169         customizable.
1170         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1171
1172         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1173         from nnir.el.
1174
1175 2010-12-03  Julien Danjou  <julien@danjou.info>
1176
1177         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1178
1179 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1182         allow optional argument `environment'.
1183
1184 2010-12-03  Glenn Morris  <rgm@gnu.org>
1185
1186         * mm-extern.el (message-goto-body): Update declaration.
1187
1188 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * gnus-util.el (gnus-macroexpand-all): New function.
1191
1192         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1193         instead of macroexpand-all that is unavailable in XEmacs.
1194
1195 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1196
1197         * nnir.el (nnir-summary-line-format): New variable.
1198         (nnir-mode): Use it.
1199         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1200         (nnir-article-ids): Reimplement as defsubst.
1201         (nnir-retrieve-headers): Don't mangle the subject header.
1202         (nnir-run-imap): Use 100 as RSV score.
1203         (nnir-run-find-grep): Fix for full server searching.
1204         (nnir-run-gmane): Better restriction to gmane groups.
1205
1206         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1207         summary buffers.
1208
1209 2010-12-02  Julien Danjou  <julien@danjou.info>
1210
1211         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1212
1213         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1214
1215         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1216         support.
1217
1218 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1219
1220         * nnir.el: Update to handle the registry better.
1221         (autoload): Silence byte-compiler.
1222         (nnir-open-server): Add a hook for nnir groups.
1223         (nnir-request-move-article): Don't mangle the header. Better to use
1224         formating variables (which will be added in the future).
1225         (nnir-registry-action): Update the registry using the original article
1226         group name.
1227         (nnir-mode): Install nnir-specific hooks for updating the registry.
1228
1229         * gnus-sum.el
1230         (gnus-article-original-subject,gnus-newsgroup-original-name):
1231         Remove obsolete variables.
1232         (gnus-summary-move-article): Remove use of obsolete variables.
1233         (gnus-summary-local-variables): Make move and delete hooks local to
1234         summary buffers.
1235
1236 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * rtree.el: New file.
1239
1240 2010-12-01  Julien Danjou  <julien@danjou.info>
1241
1242         * message.el (message-user-organization): Do not use
1243         gnus-local-organization.
1244
1245         * gnus.el: Remove gnus-local-organization.
1246
1247         * gnus-msg.el: Remove nastygram thing.
1248
1249 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1250
1251         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1252         funcall.
1253
1254 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1255
1256         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1257         names.
1258
1259         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1260         characters.
1261
1262         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1263         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1264         Suggested by Štěpán Němec <stepnem@gmail.com>.
1265         (gnus-gravatar-transform-address): Use mail-extract-address-components
1266         that supports non-ASCII names rather than mail-header-parse-addresses.
1267
1268 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269
1270         * proto-stream.el (open-protocol-stream): All starttls connections are
1271         handled by the network handler.
1272
1273 2010-11-30  Julien Danjou  <julien@danjou.info>
1274
1275         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1276         (nnimap-open-connection-1): Fix PREAUTH.
1277
1278         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1279
1280 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1283         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1284         (shr-insert): Use them.
1285         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1286
1287 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1288
1289         * nnir.el (nnir-request-move-article): Bail out if original group
1290         doesn't support article moves.
1291         (nnir-get-active): Improve active list retrieval.
1292
1293 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1296
1297 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1298
1299         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1300         seem to accept strings-with-numbers as port numbers,
1301
1302 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1303
1304         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1305         change the registry.
1306
1307 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1308
1309         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1310         delete-dups that is not available in XEmacs 21.4.
1311
1312         * mm-util.el (mm-delete-duplicates): Add comment.
1313
1314 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1315
1316         * nnir.el (nnir-ignored-newsgroups): New variable.
1317         (nnir-get-active): Use it.
1318
1319 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * proto-stream.el (proto-stream-open-network): Add some comments.
1322
1323         * nntp.el (nntp-open-connection): Provide a :success condition.
1324
1325         * nnimap.el (nnimap-open-connection-1): Ditto.
1326
1327         * proto-stream.el (proto-stream-open-network): See what the response to
1328         the STARTTLS command is.
1329
1330         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1331         backwards compatibility).
1332         (nnimap-open-connection-1): Really respect nnimap-server-port.
1333
1334         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1335         TLS upgrades we don't really care about the identity of the peer.
1336         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1337         that what we've checked for.
1338         (proto-stream-always-use-starttls): Only default to t if
1339         open-gnutls-stream exists.
1340         (proto-stream-open-network): If STARTTLS failed, then just open a
1341         normal connection.
1342         (proto-stream-open-network): Wait until the greeting before doing
1343         STARTTLS.
1344
1345         * nntp.el (nntp-open-connection): Report what the connection error is.
1346
1347         * proto-stream.el (open-protocol-stream): Rename from
1348         open-proto-stream.
1349
1350 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1351
1352         * nnimap.el (nnimap-stream): Change default to `undecided'.
1353         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1354         first, and then network.
1355         (nnimap-open-connection-1): Respect nnimap-server-port.
1356         (nnimap-open-connection): Be more backwards-compatible.
1357
1358         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1359         (proto-stream-open-starttls): De-duplicate the starttls code.
1360         (proto-stream-open-starttls): Folded back into the main function.
1361         (proto-stream-open-network): Fix typo in the gnutls path.
1362         (proto-stream-command): Refactor out.
1363
1364         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1365
1366         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1367         starttls.el STARTTLS.
1368
1369         * color.el (color-lab->srgb): Fix function call name.
1370
1371         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1372         if we're using tls.el.
1373         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1374         built in, then don't try to establish a STARTTLS connection.
1375
1376         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1377         servers.
1378
1379         * proto-stream.el (open-proto-stream): Use network, not stream.
1380         (open-proto-stream): Add a way to specify what the end of a command is.
1381
1382         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1383         connections types.
1384         (nntp-open-network-stream): Remove.
1385         (nntp-open-ssl-stream): Remove.
1386         (nntp-open-tls-stream): Remove.
1387         (nntp-ssl-program): Remove.
1388
1389         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1390
1391 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1392
1393         * nnir.el: Fix typos.
1394         (nnir-retrieve-headers-override-function): Rename variable to reflect
1395         new semantics.
1396         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1397         macros.
1398         (nnir-request-article, nnir-request-move-article): Use them.
1399         (nnir-categorize): New function.
1400         (nnir-run-query): Use it.
1401         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1402         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1403         sorted.
1404         (nnir-group-full-name): Use gnus-group-full-name instead.
1405         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1406         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1407
1408 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1411
1412         * proto-stream.el: New library to provide protocol-specific
1413         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1414         protocols.
1415         (open-proto-stream): Complete the documentation.
1416         (proto-stream-open-network): Fix some typos.
1417
1418         * nnimap.el (nnimap-open-connection): Use it.
1419
1420 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1421
1422         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1423         negotiation.
1424
1425 2010-11-26  Julien Danjou  <julien@danjou.info>
1426
1427         * color.el: Rename various rgb functions to srgb.
1428
1429 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1430
1431         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1432         names.
1433
1434 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * shr.el (shr-insert): Revert last change.
1437         (shr-find-fill-point): Never leave point being at bol;
1438         relax the kinsoku limitation when rendering tables.
1439
1440 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1441
1442         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1443         results from -accept-article.
1444
1445         * shr-color.el: Require cl when compiling.
1446
1447         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1448         checkin.
1449
1450         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1451
1452         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1453
1454         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1455         'add and 'delete to set backend marks.
1456
1457         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1458
1459         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1460
1461         * nntp.el (nntp-request-set-mark): Use it.
1462
1463         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1464
1465         * nnml.el (nnml-request-set-mark): Ditto.
1466
1467         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1468         introduces regressions in article selection.
1469         (nnimap-find-uid-response): New function.
1470         (nnimap-request-accept-article): Use the UID returned, if any.
1471         (nnimap-request-move-article): Use the UID returned, if any.
1472         (nnimap-get-groups): Reimplement to work with folded lines.
1473         (nnimap-find-uid-response): The UID is the last element in the list.
1474         (nnimap-request-set-mark): Extend syntax with 'set.
1475
1476         * nnml.el (nnml-request-set-mark): Ditto.
1477
1478         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1479
1480         * nntp.el (nntp-request-set-mark): Ditto.
1481
1482 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * message.el (message-called-interactively-p): A temporary macro.
1485         (message-goto-body): Use it temporarily.
1486
1487 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1490         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1491         (nnimap-last-response-string): Fix last unfolding fix.
1492
1493 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1494
1495         * shr.el (shr-insert): Fix the way to fold lines.
1496
1497 2010-11-25  Julien Danjou  <julien@danjou.info>
1498
1499         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1500
1501         * color.el: Rename from color-lab.el
1502         (color-rgb->hex): Add.
1503         (color-complement): Add.
1504         (color-complement-hex): Add.
1505
1506         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1507
1508 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509
1510         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1511         don't exist.
1512
1513 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1514
1515         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1516         assuming that article displaying or another mml-preview may be
1517         interrupted for an error or for the like.
1518
1519         * shr.el (shr-get-background): Fix argument name.
1520
1521 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1522
1523         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1524
1525         * gnus-sum.el (gnus-summary-include-articles): New function.
1526
1527         * message.el (message-goto-body): called-interactively-p needs a
1528         parameter, so use `any'.
1529
1530         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1531         clear marks before moving, since they're synced from the Gnus side
1532         first.
1533
1534         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1535         (gnus-summary-move-article): Copy over all marks before moving, so that
1536         IMAP doesn't think a new article has arrived.
1537
1538 2010-11-24  Julien Danjou  <julien@danjou.info>
1539
1540         * shr.el (shr-insert-background-overlay): Fix typo.
1541         (shr-render-td): Copy the background before rendering.
1542
1543         * shr-color.el (shr-color-visible): Fix docstring.
1544
1545         * shr.el (shr-tag-table): Add bgcolor support.
1546         (shr-render-td): Add bgcolor support.
1547         (shr-get-background): Add.
1548         (shr-insert-foreground-overlay): Use shr-get-background.
1549
1550         * message.el (message-goto-body): Use called-interactively-p.
1551         (message-in-body-p): message-goto-body returns point.
1552
1553 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1554
1555         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1556         Fixes something or other in Emacs 23, and is backwards compatible.
1557
1558         * message.el (message-goto-body): Remove the <#secure special-casing,
1559         which is too special.
1560
1561         * shr.el (shr-parse-style): Drop !important from styles.
1562
1563 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1564
1565         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1566         this function to return incorrect results when calling it with an
1567         explicit article argument different from
1568         (gnus-summary-article-number).
1569
1570 2010-11-24  Julien Danjou  <julien@danjou.info>
1571
1572         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1573         (shr-tag-body): Add background support.
1574         (shr-descend): Add background support.
1575         (shr-tag-title): Add.
1576
1577         * shr-color.el (shr-color-visible): Really return original background
1578         if fixed.
1579
1580 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581
1582         * shr.el (shr-color-check): Protect against non-existant colour names.
1583
1584 2010-11-24  Julien Danjou  <julien@danjou.info>
1585
1586         * color-lab.el: Require 'cl when compiling.
1587
1588         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1589
1590         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1591         matched part.
1592
1593         * color-lab.el: Fix all expt calls to use float type.
1594
1595 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1598         expression to shr-color-check as is.
1599
1600         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1601
1602         * color-lab.el: Add coding cookie.
1603         (float-pi): Use eval-and-compile.
1604
1605         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1606         compiled for Emacsen having no `libxml-parse-html-region' support.
1607
1608 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1609
1610         * shr.el (shr-insert-color-overlay): Split stuff like
1611         "#444444 !important" to find the real colour.
1612         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1613         parse <font color="red"> entries.
1614
1615 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1616
1617         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1618         point when parsing headers.
1619
1620         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1621         is positioned properly when parsing headers.
1622
1623 2010-11-23  Julien Danjou  <julien@danjou.info>
1624
1625         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1626
1627         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1628
1629         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1630
1631         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1632         Use shr-color-hue-to-rgb.
1633         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1634
1635 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1636
1637         * shr.el (shr-color->hexadecimal): Autoload.
1638         (shr-descend): Add color to all tags.
1639
1640 2010-11-22  Julien Danjou  <julien@danjou.info>
1641
1642         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1643         shr-color->hexadecimal.
1644
1645         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1646         RGB() or HSL() color representation.
1647
1648         * shr.el (shr-tag-font): Add.
1649         (shr-tag-color-check): New function to get better colors.
1650         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1651         tag-span.
1652
1653         * shr-color.el: New file.
1654
1655         * color-lab.el: New file.
1656
1657         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1658
1659 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1660
1661         * nnir.el: Fix typo in comments.
1662         (nnir-run-imap): Simplify code. No need to reverse artlist.
1663         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1664
1665 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1666
1667         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1668
1669         * nnimap.el (nnimap-get-capabilities): Refactor out.
1670         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1671
1672 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1673
1674         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1675         appearing when `mm-uu-hide-markers' is nil.
1676
1677 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1678
1679         * nnimap.el (nnimap-unselect-group): Make into its own function.
1680         (nnimap-request-rename-group): Unselect group before renaming.
1681         This had gotten lost somewhere.
1682         (nnimap-request-accept-article): Keep track of examined groups, and
1683         unselect the group before APPENDing to read-only groups.
1684         (nnimap-request-move-article): Clear flags before moving so that they
1685         can be re-set later.
1686
1687 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1690         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1691
1692 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * gnus-art.el (gnus-mime-display-single)
1695         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1696         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1697         parameter.
1698
1699 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1702         (shr-table-vertical-line): New variable.
1703         (shr-insert-table): Use it.
1704
1705 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * gnus-html.el (gnus-html-wash-images): Don't display images if
1708         gnus-inhibit-images is non-nil; register displayer for cid images.
1709         (gnus-html-display-image): Work for cid image.
1710         (gnus-html-insert-image): Allow arguments.
1711         (gnus-html-put-image): Inhibit read-only.
1712         (gnus-html-prefetch-images): Don't prefetch images if
1713         gnus-inhibit-images is non-nil.
1714
1715 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * shr.el (shr-put-image): Break lines when inserting big pictures.
1718
1719 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1720
1721         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1722         sender, thanks Katsumi Yamaoka.
1723
1724 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1725
1726         * nnir.el (nnir-run-imap): Reverse the article list for each group
1727         rather than the whole list.
1728
1729 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1730
1731         * shr.el (shr-image-displayer): Protect function against non-existent
1732         image source.
1733
1734         * gnus-art.el (gnus-inhibit-images): New user option.
1735         (gnus-mime-display-single): Don't display image if it is non-nil.
1736
1737         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1738         gnus-inhibit-images.
1739
1740         * shr.el (shr-image-displayer): New function.
1741         (shr-tag-img): Use it.
1742
1743 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1744
1745         * mml2015.el (mml2015-epg-sign): Use From header.
1746
1747 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1748
1749         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1750
1751         * gnus-util.el (gnus-find-text-property-region): Return markers.
1752
1753         * shr.el (shr-tag-img): Put a displayer in the text property.
1754
1755         * gnus-util.el (gnus-find-text-property-region): New utility function.
1756
1757         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1758         (gnus-html-show-images): Remove.
1759
1760         * gnus-art.el (gnus-article-show-images): New, more general function.
1761
1762         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1763         image url text properties.
1764
1765         * shr.el: Ditto.
1766
1767         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1768         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1769
1770 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1771
1772         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1773         work for two or more articles.
1774
1775 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1778         divide an image that's in an html article to two or more when washing
1779         non-ASCII characters in alt text of it.
1780
1781 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1784         smime-decrypt-region using function argument.
1785         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1786
1787         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1788
1789         * smime.el (smime-decrypt-region): Catch it.
1790
1791 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1792
1793         * smime.el (smime-mode-map): Move initialization into declaration.
1794         (gnus-run-mode-hooks): Don't autoload.
1795         (smime-mode): Use define-derived-mode.
1796
1797 2010-11-11  Glenn Morris  <rgm@gnu.org>
1798
1799         * smime.el (from): Restrict declaration to XEmacs.
1800
1801         * nnir.el (gnus-group-topic-name): Autoload.
1802
1803 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * shr.el (shr-insert): Don't break long line if it is because of
1806         kinsoku-bol characters in the line end.
1807
1808 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1809
1810         * nnir.el (nnir-request-move-article): Fix to provide original group
1811         and subject.
1812         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1813         been retrieved.
1814
1815         * gnus-sum.el (gnus-summary-move-article): Use original group and
1816         subject for virtual articles such as those in an nnir summary buffer.
1817
1818 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1821         least 21.5).
1822
1823         * smime.el (from): Declare it again for XEmacs.
1824
1825 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1826
1827         * message.el (message-resend): Don't disable encoding unless it's
1828         already encoded.
1829
1830         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1831         low-numbered articles.
1832
1833 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1834
1835         * rfc2047.el (rfc2047-syntax-table): Simplify.
1836
1837         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1838
1839         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1840         set-char-table-range for XEmacs.
1841
1842 2010-11-10  Glenn Morris  <rgm@gnu.org>
1843
1844         * time-date.el (time-to-seconds): Always an alias on Emacs,
1845         never a real function.
1846         (with-no-warnings): Remove compat stub, now unused.
1847         (time-less-p): Doc fix.
1848         (time-to-number-of-days): Simplify.
1849
1850         * smime.el (from): Remove unused declaration.
1851
1852         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1853         (gnus-float-time): On Emacs, always an alias.
1854
1855         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1856         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1857
1858 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1859
1860         * dgnushack.el: Don't use ignore-errors in the top level form since it
1861         is unavailable in XEmacs even if cl is loaded.
1862
1863         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1864
1865 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * shr.el (browse-url-mailto): Autoload.
1868
1869         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1870
1871         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1872         regexp doesn't need quoting.
1873
1874 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1875
1876         * message.el (message-subject-trailing-was-ask-regexp)
1877         (message-subject-trailing-was-regexp): Match was: in addition to was.
1878
1879 2010-11-09  Glenn Morris  <rgm@gnu.org>
1880
1881         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1882         (nnbabyl-check-mbox): Use point-at-bol.
1883
1884 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1887
1888         * message.el (message-mailto): New function.
1889         (message-mailto): Should accept other parameters.
1890         (message-mailto): Remove since it duplicates browse-url-mailto
1891         functionality.
1892
1893 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1894
1895         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1896         methods.
1897         (gnus-read-active-file): Ditto.
1898
1899         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1900         ": " from the prompt.
1901         (gnus-group-make-group): Ditto.
1902
1903 2010-11-07  Glenn Morris  <rgm@gnu.org>
1904
1905         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1906         (gnus-bookmark-kill-line): Use point-at-eol.
1907
1908 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1909
1910         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1911         asterisks in From header.
1912
1913 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1914
1915         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1916         string to avoid making the From headers syntactically invalid.
1917
1918         * message.el (message-send-mail): Don't insert courtesy messages if the
1919         message already has List-Post and List-ID messages.
1920
1921 2010-11-06  Glenn Morris  <rgm@gnu.org>
1922
1923         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1924         `condition', `type', `length' a prefix.
1925         (gnus-treat-predicate): Update for above name changes.
1926
1927 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1928
1929         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1930         binding.  Handled by `gnus-summary-refer-thread' instead.
1931         (nnir-warp-to-article): New backend function.
1932
1933         * nnimap.el (nnimap-request-thread): Force dependency updating.
1934
1935         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1936         (gnus-summary-refer-thread): Rework to improve thread-referral.
1937
1938         * gnus-int.el (gnus-warp-to-article): New function.
1939
1940         * gnus-sum.el (gnus-summary-article-map): Bind it.
1941
1942 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1943
1944         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1945         gnus-summary-refer-thread.
1946
1947         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1948         headers.
1949         (gnus-summary-limit-include-thread): Prevent articles in thread from
1950         being cut in gnus-cut-threads.
1951         (gnus-summary-refer-thread): Limit retrieved headers to those in
1952         thread.
1953
1954 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1955
1956         * message.el (message-send-mail): Use the value of
1957         message-courtesy-message from the message buffer.
1958
1959         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1960
1961         * shr.el (shr-browse-url): Implement mailto: URLs.
1962
1963         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1964         "raw".
1965
1966         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1967         if it's already selected.
1968
1969         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1970
1971 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1974         to measure the length and truncate alt text.
1975
1976 2010-11-03  Glenn Morris  <rgm@gnu.org>
1977
1978         * nndiary.el (nndiary-generate-nov-databases-1)
1979         (nndiary-generate-active-info): Rename dynamic variable `files' to
1980         something less generic.
1981
1982 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1983
1984         * nnir.el (nnir-request-move-article): Call the underlying backend to
1985         move articles from nnir.
1986
1987 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988
1989         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1990
1991 2010-11-02  Julien Danjou  <julien@danjou.info>
1992
1993         * nnir.el: Remove wais support.
1994
1995 2010-11-02  Glenn Morris  <rgm@gnu.org>
1996
1997         * gnus-html.el: Reorder requirements to quieten compiler.
1998
1999 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2002         properly for XEmacs as well.
2003         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2004         (gnus-article-natural-long-line-p): Use window-width rather than
2005         frame-width.
2006
2007 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2008
2009         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2010         (nnir-read-parms): Don't modify query.
2011         (nnir-run-query): Add ability to search topic on current line.
2012         (nnir-get-active): Clean up.
2013
2014 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2015
2016         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2017         degenerate articles.
2018
2019         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2020         (gnus-print-buffer): Just print the buffer as is, without any copying
2021         to a buffer and then re-highlighting.
2022
2023         * nnimap.el (nnimap-request-group): Store the new updated info.
2024         (nnimap-request-group): Select the group when we don't know whether it
2025         exists or not.
2026
2027         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2028         groups.
2029
2030         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2031         groups.
2032
2033         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2034         groups.
2035
2036         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2037         long-lines case by only filling the long lines.
2038
2039         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2040         (bug #7311).
2041
2042 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * shr.el: No need to declare `declare-function' since shr.el is for
2045         only Emacsen that provide `libxml-parse-html-region'.
2046
2047         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2048         effective only in a file it is referred to.
2049
2050 2010-11-01  Glenn Morris  <rgm@gnu.org>
2051
2052         * mm-util.el (gnus-completing-read): Autoload.
2053         (mm-read-coding-system): Simplify Emacs definition.
2054
2055         * nnmail.el (gnus-activate-group):
2056         * nnimap.el (gnutls-negotiate):
2057         * nntp.el (netrc-parse): Fix declarations.
2058
2059 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2060
2061         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2062         string-match-p in Emacs >=23.
2063
2064         * gnus-msg.el (gnus-configure-posting-styles)
2065         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2066
2067 2010-11-01  Glenn Morris  <rgm@gnu.org>
2068
2069         * nnir.el (declare-function): Add compat stub.
2070         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2071         (nnir-run-gmane): Require 'mm-url.
2072
2073         * mm-util.el (mm-string-to-multibyte): Simplify.
2074
2075         * shr.el (declare-function): Add compat stub.
2076         (url-cache-create-filename): Declare.
2077         (mm-disable-multibyte, widget-convert-button): Autoload.
2078
2079         * smime.el (ldap-search): Declare.
2080         (smime-cert-by-ldap-1): Require ldap on Emacs.
2081
2082         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2083         (nnimap-keepalive): Use gnus-float-time.
2084
2085         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2086         (mail-source-delete-crash-box): Use gnus-float-time.
2087
2088         * gnus-dired.el (gnus-completing-read): Autoload.
2089
2090         * mm-view.el (gnus-rescale-image): Autoload.
2091
2092         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2093
2094         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2095
2096         * sieve-manage.el: Require 'cl when compiling.
2097
2098         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2099         (gnus-iswitchb-completing-read): Require iswitchb.
2100         (gnus-select-frame-set-input-focus): Silence compiler.
2101
2102 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * message.el (message-subject-trailing-was-query): Change default to t,
2105         since I think that's what most people want.
2106
2107         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2108         appending for easier debugging.
2109         (nnimap-wait-for-connection): Take a regexp.
2110         (nnimap-request-accept-article): Wait for the continuation line before
2111         sending anything unless we're streaming.
2112
2113         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2114         leave the header washing to take place.
2115
2116 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2117
2118         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2119         regular expression match and replace in posting styles.
2120
2121 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2122
2123         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2124         an entire server.
2125         (nnir-get-active): New function.
2126         (nnir-run-imap): Use it.
2127         (nnir-run-gmane): Who knew, gmane search returns an article score!
2128
2129         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2130         server on the current line with nnir.
2131
2132 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2133
2134         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2135         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2136         left edge.
2137         (gnus-article-foldable-buffer): Skip past the prefix when determining
2138         raggedness.
2139
2140         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2141         the raw article, and change `C-u g' to show the article without doing
2142         treatments.
2143
2144         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2145         on to `gnus-treat-article'.
2146         (gnus-inhibit-article-treatments): New variable.
2147
2148         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2149
2150         * gnus-art.el (gnus-treatment-function-alist): Have
2151         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2152         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2153         sections.
2154
2155         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2156         parameter.
2157         (gnus-article-fill-cited-long-lines): New function.
2158         (gnus-article-fill-cited-article): Allow filling only long sections.
2159
2160         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2161         and non-punctuation (like after the apostrophe in "'We").
2162
2163         * gnus-sum.el (gnus-summary-select-article): Make sure
2164         gnus-original-article-buffer is alive.
2165
2166         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2167         reflect the order they're in in the digest.
2168
2169         * gnus.el (gnus-group-startup-message): Move point to the start of the
2170         buffer.
2171
2172         * nnimap.el (nnimap-capability): New function.
2173         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2174         is set.
2175
2176 2010-10-31  David Engster  <dengste@eml.cc>
2177
2178         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2179         conform with changes to gnus-completing-read.
2180
2181 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182
2183         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2184
2185 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2186
2187         * nnir.el: Move defvar, defcustom around to keep file organized
2188         and keep byte-compiler quiet.
2189         (nnir-read-parms): Accept search-engine as arg.
2190         (nnir-run-query): Pass search-engine as arg.
2191         (nnir-search-engine): Remove.
2192
2193 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2194
2195         * shr.el (shr-generic): The text nodes should be text, not :text.
2196
2197         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2198         later in the file.
2199
2200 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2201
2202         * nnir.el: General clean up.  Allow searching with multiple engines.
2203         Allow separate extra-parameters for each engine.
2204         Batch queries when possible.
2205         (nnir-imap-default-search-key,nnir-method-default-engines):
2206         Add customize interface.
2207         (nnir-run-gmane): New engine.
2208         (nnir-engines): Use it.  Qualify all prompts with engine name.
2209         (nnir-search-engine): Remove global variable.
2210         (nnir-run-hyrex): Restore for now.
2211         (nnir-extra-parms,nnir-search-history): New variables.
2212         (gnus-group-make-nnir-group): Use them.
2213         (nnir-group-server): Remove in favor of gnus-group-server.
2214         (nnir-request-group): Avoid searching twice.
2215         (nnir-sort-groups-by-server): New function.
2216
2217 2010-10-30  Julien Danjou  <julien@danjou.info>
2218
2219         * gnus-group.el: Remove gnus-group-fetch-control.
2220
2221         * gnus-start.el (gnus-find-new-newsgroups):
2222         Remove gnus-check-first-time-used.
2223
2224         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2225
2226 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2227
2228         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2229         set on groups that don't have \* permanentflags.
2230
2231 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2234         control the background color.
2235         (shr-tag-img): Ignore very small web bug type images.
2236         (shr-put-image): Add help-echo alt texts to the images.
2237         (shr-tag-video): Show the video poster image.
2238
2239 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2240
2241         * shr.el (shr-table-depth): New variable.
2242         (shr-tag-table-1): Only insert the images after the top-level table.
2243
2244         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2245
2246         * gnus-util.el (gnus-list-memq-of-list): New function.
2247
2248         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2249         selected.
2250         (nnimap-unsplittable-articles): New slot.
2251         (nnimap-new-articles): Use it.
2252
2253 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2254
2255         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2256         move to the previous line on `M-g'.
2257
2258 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2261         *-request-group, which seems unnecessary.
2262
2263         * nnimap.el (nnimap-quote-specials): Function copied over from
2264         imap.el.
2265         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2266         they support that.  Suggested by Tom Regner.
2267
2268 2010-10-29  Julien Danjou  <julien@danjou.info>
2269
2270         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2271         defalias.
2272         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2273
2274         * gnus.el: Remove `gnus-nntp-service' variable.
2275         (gnus-secondary-servers): Make obsolete.
2276         (gnus-nntp-server): Make obsolete.
2277
2278         * gnus-start.el (gnus-1): Remove x-splash calls.
2279
2280         * gnus-ems.el (gnus-x-splash): Remove.
2281
2282         * gnus.el (gnus-group-startup-message): Simplify/update code.
2283
2284         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2285         definition.
2286
2287         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2288         capability before doing anything.
2289         (gnus-group-insert-group-line): Remove useless
2290         gnus-group-remove-excess-properties.
2291
2292 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2295
2296 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297
2298         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2299         config after reselecting.
2300
2301 2010-10-28  Julien Danjou  <julien@danjou.info>
2302
2303         * shr.el (shr-put-image): Use point even if only inserting text.
2304         (shr-put-image): Save excursion when inserting alt text on non-graphic
2305         display, so the behaviour is the same when we are on a graphic display.
2306
2307         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2308
2309 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2312         (gnus-mime-copy-part): Check coding system, not charset.
2313         (gnus-mime-view-part-externally): Never remove part.
2314         (gnus-mime-view-part-internally): Don't remove part here.
2315         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2316         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2317         multipart/alternative.
2318
2319         * mm-decode.el (mm-display-part): Take optional arg `force'.
2320
2321 2010-10-26  Julien Danjou  <julien@danjou.info>
2322
2323         * gnus-group.el (gnus-group-default-list-level): Add this function to
2324         compute the default list level.
2325         (gnus-group-default-list-level): Add possibility to use a function.
2326
2327 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2328
2329         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2330
2331         * gnus-group.el (gnus-group-completing-read)
2332         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2333         gnus-replace-in-string.
2334
2335 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2336
2337         * shr.el (shr-tag-div): Add.
2338
2339         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2340
2341 2010-10-25  Julien Danjou  <julien@danjou.info>
2342
2343         * gnus-util.el: Remove `gnus-with-local-quit'.
2344
2345         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2346
2347 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348
2349         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2350         the original article buffer.
2351
2352 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * nnimap.el (nnimap-request-head): New function.
2355         (nnimap-request-move-article): Try to be slighly faster by not
2356         requesting the entire message when moving.
2357         (nnimap-transform-headers): Don't bug out on bodiless articles.
2358         (nnimap-send-command): Have no outstanding messages if the IMAP server
2359         doesn't support streaming.
2360         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2361
2362 2010-10-24  Julien Danjou  <julien@danjou.info>
2363
2364         * message.el (message-default-headers): Fix type.
2365
2366 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2369         prefetching images.
2370
2371         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2372         backend for unknown groups.  This is mainly useful for nnimap groups.
2373
2374         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2375         group isn't covered by the agent.
2376
2377 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2378
2379         * nnir.el (nnir-method-default-engines): New variable.
2380         (nnir-run-query): Use it.
2381         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2382         (gnus-summary-nnir-goto-thread): Change group if needed.
2383
2384         * gnus-group.el (gnus-group-group-map): Add key binding for
2385         gnus-group-make-nnir-group.
2386
2387 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * shr.el (shr-tag-object): Add.
2390
2391         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2392         original article buffer live.
2393         (gnus-summary-select-article-buffer):
2394         Mention gnus-widen-article-buffer.
2395
2396 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397
2398         * shr.el (shr-tag-strong): Add.
2399
2400 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2403         group names.  They mess up the group buffer badly.
2404
2405         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2406
2407         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2408         instead of the summary one.
2409
2410 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * mml.el (mml-preview): Work properly when editing article.
2413
2414         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2415         gnus-have-read-active-file if it's already been in.
2416
2417 2010-10-22  Tom Tromey  <tromey@redhat.com>
2418
2419         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2420         gnus-group-completing-read.
2421
2422 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * message.el (message-mode-map): Don't bind M-; to comment region, to
2425         allow the global comment-dwim to work.
2426
2427 2010-10-21  Julien Danjou  <julien@danjou.info>
2428
2429         * message.el (message-setup-1): Allow message-default-headers to be a
2430         function.
2431
2432 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * shr.el (shr-tag-table): Simplify.
2435
2436 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2439         to avoid trying to snarf invalid stuff.
2440
2441         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2442
2443         * gnus.el (gnus-message-archive-group): Quote value.
2444         (gnus-message-archive-group): Mark as changed.
2445
2446         * shr.el (shr-add-font): Don't put the font properties on the newline
2447         or the indentation.
2448
2449         * message.el (message-fix-before-sending): Change options when sending
2450         non-printable characters.
2451
2452         * gnus.el (gnus-message-archive-method): Change the default to
2453         monthly outgoing groups.
2454
2455         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2456         that have gotten new numbers.
2457
2458         * nnimap.el (nnimap-request-replace-article): New function.
2459
2460 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2461
2462         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2463         (nnrss-request-article): Don't use special html washing code.
2464
2465 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2466
2467         * shr.el (shr-tag-table): Remove useless nconc.
2468
2469 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2470
2471         * gnus-art.el (article-wash-html): Simplify and remove the charset
2472         stuff.  Use the normal html rendering code instead of the special html
2473         washing code.
2474
2475         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2476         `gnus-w3m' symbols.
2477         (mm-text-html-washer-alist): Remove.
2478
2479         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2480         (mm-inline-media-tests): Remove use.
2481         (mm-text-html-renderer): Change default to the `shr' symbol.
2482
2483         * mm-view.el (mm-inline-text-html): Remove use.
2484
2485         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2486         `gnus-blocked-images' to be a function.
2487         (gnus-article-wash-function): Remove.
2488
2489 2010-10-20  Julien Danjou  <julien@danjou.info>
2490
2491         * spam.el (spam-list-of-processors): Mark as obsolete.
2492
2493         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2494         (nnimap-insert-partial-structure): Fix boundary detection.
2495
2496 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2497
2498         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2499         run file-truename on remote files.  This can be expensive and even
2500         prevent one from editing drafts if some unrelated buffer has a stale
2501         connection.
2502
2503 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2506         kinsoku-eol regardless of shr-kinsoku-shorten.
2507         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2508         (shr-tag-table): Support caption, thead, and tfoot.
2509
2510 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2513         lines.
2514         (shr-save-contents): New command and keystroke.
2515
2516         * nndoc.el (nndoc-type-alist): Add git support.
2517         (nndoc-git-type-p): New function.
2518         (nndoc-transform-git-article): Ditto.
2519         (nndoc-transform-git-headers): Ditto.
2520         (nndoc-transform-git-headers): Generate Subject headers.
2521
2522         * shr.el (shr-parse-style): New function.
2523         (shr-tag-span): Ditto.
2524
2525         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2526         to `G G' to avoid collisions.
2527
2528 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2529
2530         * shr.el: Load kinsoku if necessary.
2531         (shr-kinsoku-shorten): New internal variable.
2532         (shr-find-fill-point): Make kinsoku shorten text line if
2533         shr-kinsoku-shorten is bound to non-nil.
2534         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2535         shr-indentation too when testing if table is wider than frame width.
2536         (shr-insert-table): Use `string-width' instead of `length' to measure
2537         text width.
2538         (shr-insert-table-ruler): Make sure indentation is done at bol.
2539
2540 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2541
2542         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2543         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2544         undecoded network data.
2545
2546 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2549         name in the mode line spec so that the mode line menu works
2550         (bug #2431).
2551
2552         * message.el (message-get-reply-headers): If we're fed `to-address',
2553         then always use that.
2554
2555         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2556         aren't so wide as to need to switch off the edit menu.
2557
2558         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2559         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2560
2561         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2562         `M-g'.
2563         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2564         the permanent marks.
2565
2566 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2567
2568         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2569         Splitting according to references/in-reply-to obeys the ignore-groups
2570         variable, while splitting by sender and subject do not.
2571
2572 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2573
2574         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2575         alist, so that we can look for non-Unicode chars.
2576         (article-translate-strings): Allow both character and string maps.
2577
2578 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * shr.el (shr-insert): Don't insert space behind a wide character
2581         categorized as kinsoku-bol, or between characters both categorized as
2582         nospace.
2583
2584 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2585
2586         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2587         headers to gnus-newsgroup-headers.
2588
2589 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * shr.el (shr-tag-img): Don't align images -- since we're not
2592         rescaling, this often leads to ugly displays.
2593
2594 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2595
2596         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2597         duplicates.
2598
2599 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2600
2601         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2602         call.
2603
2604 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2605
2606         * gnus.el: Autoload gnus-html-show-images.
2607
2608         * nnimap.el: Use nnheader-message throughout.
2609
2610         * shr.el (shr-tag-img): Ignore images with no data.
2611
2612 2010-10-15  Julien Danjou  <julien@danjou.info>
2613
2614         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2615         a possibility to disable format=flow encoding when using hard newlines.
2616
2617 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2618
2619         * shr.el (shr-insert): Remove space inserted before or after a
2620         breakable character or at the beginning or the end of a line.
2621         (shr-find-fill-point): Do kinsoku; find the second best point or give
2622         it up if there's no breakable point.
2623
2624 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * nnimap.el (nnimap-open-connection): Message when opening connection
2627         for debugging purposes.
2628
2629         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2630         on every setup buffer call to allow this to change from article to
2631         article.
2632
2633         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2634         buffers where we have a wide table.
2635
2636 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2637
2638         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2639         uses *-request-thread.
2640
2641 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2644         incantation, which is no longer valid.
2645
2646 2010-10-14  Julien Danjou  <julien@danjou.info>
2647
2648         * shr.el: Fix defcustom type (char -> character).
2649
2650 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2651
2652         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2653         programs.
2654
2655 2010-10-14  Julien Danjou  <julien@danjou.info>
2656
2657         * shr.el (shr-tag-a): Use url-link as widget type.
2658
2659         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2660         `gnus-group-get-icon'.
2661
2662 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2663
2664         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2665         This should make server editing work better.
2666
2667         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2668
2669         * tls.el (tls-program): Remove spurious %s from openssl.
2670
2671         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2672         (nnimap-parse-flags): Fix regexp.
2673
2674         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2675         probably work for CJVK text, too.
2676
2677         * nnimap.el (nnimap-extend-tls-programs): Remove.
2678         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2679
2680         * tls.el (tls-starttls-switches): Remove starttls hack.
2681         (open-tls-stream): Ditto.
2682         (tls-find-starttls-argument): Ditto.
2683
2684 2010-10-13  Julien Danjou  <julien@danjou.info>
2685
2686         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2687         responses.
2688
2689 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2692
2693         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2694         anything in Emacs.
2695
2696         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2697
2698 2010-10-13  Julien Danjou  <julien@danjou.info>
2699
2700         * shr.el (shr-width): Make shr-width a defcustom with default to
2701         fill-column.
2702         (shr-tag-img): Use shr-width rather than fill-column.
2703
2704 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * dgnushack.el (byte-optimize-apply)
2707         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2708
2709         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2710         position when (X-)Faces exist.
2711         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2712         avatars when called interactively.
2713
2714 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2715
2716         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2717         gnus-article-x-face-too-ugly is bound.
2718
2719 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2720
2721         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2722
2723         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2724         mailbox that doesn't exist.
2725
2726 2010-10-12  Julien Danjou  <julien@danjou.info>
2727
2728         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2729         (shr-get-image-data): Encode URL properly when fetching from cache.
2730         (shr-tag-img): Use aligned-to spaces to align correctly images.
2731
2732         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2733         before inserting the Gravatar.
2734
2735         * shr.el (shr-tag-img): Add align attribute support for <img>.
2736
2737 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2738
2739         * gnus-gravatar.el (gnus-art): Require.
2740
2741         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2742         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2743         Remove long obsoleted functions.
2744
2745 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2748
2749         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2750
2751         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2752         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2753         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2754         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2755         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2756         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2757         * sieve-manage.el, smime.el, spam.el:
2758         Fix comment for declare-function.
2759
2760 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761
2762         * nnimap.el (nnimap-request-rename-group): Select group read-only
2763         before renaming it.
2764
2765         * shr.el (shr-insert): Fix up the white space only regexp.
2766
2767         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2768         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2769
2770         * shr.el (shr-current-column): New function.
2771         (shr-find-fill-point): New function.
2772
2773 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2774
2775         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2776         numbers.
2777
2778 2010-10-11  Julien Danjou  <julien@danjou.info>
2779
2780         * shr.el (shr-hr-line): Add.
2781         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2782         display hr lines.
2783         (shr-max-columns): Do not change state to nil if we just inserting
2784         spaces.
2785
2786 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2787
2788         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2789         select the last group.
2790
2791 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2792
2793         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2794
2795 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2796
2797         * dig.el (dig-mode-map): Declare and define in one step.
2798
2799 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2800
2801         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2802         for Gnus.
2803         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2804         (nnimap-update-qresync-info): Mark \Seen articles as read.
2805
2806         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2807         non-variable, too.
2808
2809         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2810         available.
2811         (nnimap-update-info): Rely more on the current active than the param
2812         active to avoid marking articles as read too much.
2813
2814         * auth-source.el (auth-source-create): Use (user-login-name) for the
2815         user name default.
2816
2817         * nnimap.el (nnimap-update-info): If the server doesn't return any
2818         useful info, just use the previous info.
2819         (nnimap-update-info): Prefer old info over start-article.
2820         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2821
2822 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2823
2824         * nnir.el (autoload): Clean up autoloads.
2825         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2826         Use key rather than value.
2827         (nnir-imap-search-other): New variable.
2828         (nnir-read-parm): Use it.
2829         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2830         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2831
2832 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2833
2834         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2835         the process, too.
2836
2837 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2838
2839         * spam.el (gnus-summary-mode-map): Bind to "$".
2840         Suggested by Russ Allbery.
2841
2842         * shr.el: Rework the way things are indented by <li> slightly.
2843
2844         * gnus.el (gnus-group-set-parameter): Fix typo.
2845
2846         * nnimap.el: Start implementing QRESYNC support.
2847
2848 2010-10-09  Julien Danjou  <julien@danjou.info>
2849
2850         * nnir.el (nnir-engines): Fix too many arguments.
2851
2852 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2855         group is the "last", so that the backends like nnfolder actually save
2856         their folders.
2857
2858         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2859         try to use that for the tls stream.
2860         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2861         UIDVALIDITY and find out which groups are read-only and not.
2862         (nnimap-get-flags): Use the same marks parsing code as the rest of
2863         nnimap.
2864
2865 2010-10-09  Julien Danjou  <julien@danjou.info>
2866
2867         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2868
2869         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2870         retrieving gravatars.
2871
2872         * shr.el (shr-table-corner): Add.
2873         (shr-table-line): Add.
2874         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2875
2876 2010-10-08  Julien Danjou  <julien@danjou.info>
2877
2878         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2879
2880 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2881
2882         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2883
2884         * gnus-sum.el (gnus-mark-article-as-unread)
2885         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2886         (gnus-summary-set-bookmark): Use it.
2887
2888         * gnus-msg.el (gnus-setup-message): Use it.
2889
2890         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2891
2892         * gnus.el (gnus-group-remove-parameter): Use it.
2893
2894         * gnus-group.el (gnus-group-make-web-group): Use it.
2895
2896         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2897
2898         * nnregistry.el: Update docs to mention manual.
2899
2900         * gnus-registry.el: Update docs to mention nnregistry.el.
2901         (gnus-registry-initialize): Don't install nnregistry refer method
2902         automatically.
2903         (gnus-registry-install-nnregistry): Remove it.
2904
2905 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2906
2907         * shr.el (shr-insert): Don't insert double spaces.
2908
2909 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * gnus-gravatar.el (gnus-treat-from-gravatar)
2912         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2913         called interactively.
2914
2915         * gnus-art.el (gnus-mime-view-part-externally)
2916         (gnus-mime-view-part-internally): Make predicate function passed to
2917         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2918         of a mime type.
2919
2920         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2921
2922 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923
2924         * shr.el (require): Require cl when compiling.
2925         (shr-tag-hr): New function.
2926
2927         * nnimap.el (nnimap-update-info): Remove double setting of high.
2928         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2929         This makes nnimap work properly on Courier again.
2930
2931         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2932         the variable for backwards compatability.
2933
2934         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2935         the file name before using to avoid setting mm-default-directory to
2936         nil.
2937
2938         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2939         bidning gnus-agent variables.
2940
2941         * shr.el (shr-render-td): Use a cache for the table rendering function
2942         to avoid getting an exponential rendering behaviour in nested tables.
2943         (shr-insert): Rework the line-breaking algorithm.
2944         (shr-insert): Don't leave trailing spaces.
2945         (shr-insert-table): Also insert empty TDs.
2946         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2947
2948 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2949
2950         * gnus-sum.el (gnus-number): Rename from `number'.
2951         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2952         (gnus-summary-limit-children): Update uses correspondingly.
2953
2954 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2955
2956         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2957         (gnus-gravatar-transform-address): Don't show avatars of people of
2958         which mail addresses match gnus-gravatar-too-ugly.
2959
2960 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2961
2962         * shr.el (shr-table-widths): Expand TD elements to fill available
2963         space.
2964
2965 2010-10-07  Julien Danjou  <julien@danjou.info>
2966
2967         * nnimap.el (nnimap-request-rename-group): Add this method.
2968
2969 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2972         name from XEmacs' function-arglist.
2973
2974         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2975         gravatar under XEmacs.
2976
2977 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2978
2979         * auth-source.el: Update docs with TODO items.
2980
2981         * gnus-sync.el: Update docs to explain state and plans.
2982
2983         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2984         Hooks for mark updates.
2985         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2986
2987         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2988         hooks with arguments, which is needed for mark update hooks.
2989
2990 2010-10-06  Julien Danjou  <julien@danjou.info>
2991
2992         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2993         was matched.
2994
2995         * sieve-manage.el: Update example in `Commentary'.
2996
2997         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2998
2999         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3000         not 2000.
3001         (sieve-manage-authenticate): Re-add function.
3002
3003 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3004
3005         * shr.el (shr-insert): Get 'space transition right.
3006         (shr-render-td): Only delete space at the end of the TD.
3007
3008         * nnimap.el (nnimap-open-connection): Prepare to support
3009         open-gnutls-stream.
3010
3011         * shr.el: Rearrange function order to be more logical.
3012
3013 2010-10-06  Julien Danjou  <julien@danjou.info>
3014
3015         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3016         (nnrss-discover-feed): Remove 404 URL in docstring.
3017
3018         * nnir.el: Fix Swish-E URL.
3019         Fix Namazu URL.
3020
3021         * message.el (message-change-subject): Remove 404 URL in a comment.
3022
3023 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3024
3025         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3026         called interactively.
3027
3028         * gnus-util.el (gnus-remove-if): Allow hash table.
3029         (gnus-remove-if-not): New function.
3030
3031         * gnus-art.el (gnus-mime-view-part-as-type)
3032         * gnus-score.el (gnus-summary-score-effect)
3033         * gnus-sum.el (gnus-read-move-group-name):
3034         Replace remove-if-not with gnus-remove-if-not.
3035
3036         * gnus-group.el (gnus-group-completing-read):
3037         Regard collection as a hash table if it is not a list.
3038
3039 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040
3041         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3042
3043         * shr.el: Document the table-rendering algorithm.
3044
3045 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3046
3047         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3048         for Emacsen having no `libxml-parse-html-region' support.
3049
3050 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3051
3052         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3053         invalid URLs.
3054
3055         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3056         line-broken.
3057         (shr-tag-img): Ignore image fetching errors.
3058         (shr-overlays-in-region): Compute overlay positions correctly.
3059
3060         * mm-decode.el (mm-shr): Require shr.
3061
3062         * gnus-art.el (gnus-blocked-images): Move variable here.
3063
3064         * shr.el (shr-insert-table): Bind free variable.
3065
3066         * mm-decode.el (mm-shr): Bind shr-content-function.
3067
3068         * shr.el (shr-content-function): New variable.
3069
3070         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3071         added for symmetry.
3072
3073         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3074
3075         * gnus-group.el (gnus-group-make-group): Doc fix.
3076
3077         * nnimap.el (nnimap-request-newgroups): Return success.
3078
3079         * shr.el (shr-find-elements): New function.
3080         (shr-tag-table): Put all the images after the table.
3081         (shr-tag-table): Really inhibit images inside the table.
3082         (shr-collect-overlays): Copy over overlays from the TD elements to the
3083         main document.
3084
3085         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3086         gnus-blocked-images.
3087
3088 2010-10-05  Julien Danjou  <julien@danjou.info>
3089
3090         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3091
3092         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3093         (gnus-html-maximum-image-size): Add this function.
3094         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3095
3096         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3097         server-value of the capability is nil.
3098
3099 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3100
3101         * shr.el (shr-tag-em): Add <EM> tag.
3102
3103 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3104
3105         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3106         customizable.
3107
3108         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3109         handing broken links to browse-url.
3110
3111 2010-10-05  Julien Danjou  <julien@danjou.info>
3112
3113         * gnus-util.el (gnus-emacs-completing-read)
3114         (gnus-iswitchb-completing-read): Use autoload rather than require.
3115
3116 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3119         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3120         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3121         iswitchb-temp-buflist for XEmacs.
3122
3123         * gnus-util.el (gnus-completing-read-function): Exclude
3124         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3125         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3126         XEmacs.
3127
3128         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3129         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3130
3131         * gnus-html.el: Don't require help-fns under XEmacs.
3132         (gnus-html-schedule-image-fetching): Work for XEmacs.
3133
3134         * mm-decode.el (mm-shr): Decode contents by charset.
3135
3136 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3137
3138         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3139         unknown.
3140
3141         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3142         (shr-get-image-data): Ensure against the cache file missing.
3143
3144         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3145         for data.
3146
3147         * spam-report.el (spam-report-url-ping-plain): Don't query about
3148         killing the process.
3149
3150         * shr.el (shr-render-td): Protect against too-wide text.
3151
3152 2010-10-04  Julien Danjou  <julien@danjou.info>
3153
3154         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3155         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3156
3157         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3158         retrieved.
3159
3160 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161
3162         * shr.el (browse-url): Require.
3163         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3164         lines.
3165         (shr-show-alt-text, shr-browse-image): New commands.
3166         (shr-browse-url, shr-copy-url): New commands.
3167
3168         * gnus-sum.el (gnus-widen-article-window): New variable.
3169         (gnus-summary-select-article-buffer): Use it.
3170
3171         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3172         without @ signs.
3173
3174 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3175
3176         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3177
3178 2010-10-04  Julien Danjou  <julien@danjou.info>
3179
3180         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3181         for XEmacs.
3182
3183 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3186
3187         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3188         (nnimap-close-server): Implement.
3189
3190         * dgnushack.el (iswitchb): Require to shut up the compiler.
3191
3192         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3193         (shr-insert): Tweak line breaking.
3194         (shr-insert): Handle <pre> better.
3195         (shr-tag-li): Get <li> indentation right.
3196         (shr-tag-li): Get <li> indentation even righter.
3197         (shr-tag-blockquote): Ensure paragraph start.
3198         (shr-make-table): Tweak table generation.
3199         (shr-make-table): Fix typo.
3200
3201         * shr.el: Implement table rendering.
3202
3203 2010-10-04  Julien Danjou  <julien@danjou.info>
3204
3205         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3206
3207 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208
3209         * shr.el (shr-insert): Use string anchors instead of line anchors.
3210
3211 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3212
3213         * shr.el: Add headings.
3214         (shr-ensure-paragraph): Actually work.
3215         (shr-tag-li): Make <ul> prettier.
3216         (shr-insert): Get white space at the beginning/end of elements right.
3217         (shr-tag-p): Collapse subsequent <p>s.
3218         (shr-ensure-paragraph): Don't insert double line feeds after blank
3219         lines.
3220         (shr-insert): \t is also space.
3221         (shr-tag-s): Fix "s" tag name function.
3222         (shr-tag-s): Fix face prop name.
3223
3224 2010-10-03  Julien Danjou  <julien@danjou.info>
3225
3226         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3227
3228         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3229         gnus-window-inside-pixel-edges.
3230
3231         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3232         gnus-ems.
3233
3234         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3235
3236         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3237         function.
3238
3239         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3240         resize choice.
3241
3242 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243
3244         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3245         beginning of the buffer.
3246
3247         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3248         article buffer again.
3249
3250         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3251
3252         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3253         when it's at the start of the buffer.
3254
3255         * shr.el (shr-tag-blockquote): Convert name.
3256         (shr-rescale-image): Use the right image-size variant.
3257
3258         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3259         buffer isn't shown, then select the current article first instead of
3260         bugging out.
3261         (gnus-summary-select-article-buffer): Show both the article and summary
3262         buffers again.
3263
3264         * shr.el (shr-fontize-cont): Protect against regions with no text.
3265         Rename tag functions to shr-tag-* for enhanced security.
3266         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3267
3268 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3269
3270         * shr.el (shr-insert):
3271         * pop3.el (pop3-movemail):
3272         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3273         loaded.
3274
3275 2010-10-03  Glenn Morris  <rgm@gnu.org>
3276
3277         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3278
3279         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3280
3281         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3282
3283         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3284
3285         * gnus-util.el (gnus-make-local-hook): Simplify.
3286
3287 2010-10-02  Julien Danjou  <julien@danjou.info>
3288
3289         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3290         (gnus-ido-completing-read): New function.
3291         (gnus-emacs-completing-read): New function.
3292         (gnus-completing-read): Use gnus-completing-read-function.
3293         Add gnus-completing-read-function.
3294
3295 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * shr.el (shr-insert-document): Autoload.
3298         (shr-img): Be silent.
3299         (shr-insert): Add a newline after every picture before text.
3300         (shr-add-font): Use overlays for combining faces.
3301         (shr-insert): Pass upwards the text start point.
3302
3303         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3304         possible.
3305         (mm-shr): New function.
3306
3307 2010-10-02  Julien Danjou  <julien@danjou.info>
3308
3309         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3310         should go backward.
3311
3312 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3313
3314         * shr.el (shr): Fix typo in provide call.
3315
3316 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3317
3318         * shr.el: New file.
3319
3320         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3321
3322         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3323         completing read.
3324
3325 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326
3327         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3328         we're being queried about.  Suggested by Dan Jacobson.
3329
3330         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3331         Suggested by Jason Eisner.
3332
3333         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3334         table, too.  Suggested by Stefan Wiens.
3335         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3336         the table unnecessary.  Suggested by Stefan Wiens.
3337
3338         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3339         longer needed, and probably doesn't work either, as pointed out by
3340         Stefan Wiens.
3341         (gnus-summary-exit): Remove call to the clearing function.
3342         (gnus-summary-exit-no-update): Ditto.
3343
3344         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3345         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3346         Reported by Stefan Monnier.
3347         (gnus-summary-save-in-rmail): Ditto.
3348
3349         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3350         article buffer, instead of both the article buffer and the summary
3351         buffer.  Sort of suggested by Dan Jacobson.
3352
3353         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3354
3355         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3356         Suggested by Dan Jacobson.
3357
3358         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3359         documentation clearer.
3360
3361         * message.el (message-shorten-references): Comment on the number "21".
3362         Suggested by Stefan Monnier.
3363
3364         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3365         Suggested by Dan Jacobson.
3366
3367         * gnus.el (gnus-large-newsgroup):
3368         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3369
3370         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3371         externalize attachments.  Bug reported by Steve Wen.
3372
3373         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3374         really message anything to the user.
3375
3376         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3377         directly.
3378
3379         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3380         messages in empty groups.
3381
3382 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3383
3384         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3385         non-UIDNEXT group.
3386
3387 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3390         not the value from the collection.
3391
3392         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3393         values.  This sometimes happens on some groups that have no info.
3394         (nnimap-request-newgroups): New function.
3395
3396 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3397
3398         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3399         check into `gnus-registry-initialize'.
3400         (gnus-registry-initialize): Ditto.
3401         Fix and extend header docs.
3402
3403 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3404
3405         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3406         regexp backtrace overflows.
3407
3408         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3409         for starttls that tls.el implements; i.e. openssl.
3410
3411         * tls.el (tls-starttls-switches): Give up on using starttls with
3412         gnutls-cli.
3413         (tls-program): Add --insecure to be consistent with the defaults from
3414         openssl s_client.  Now all three commands are insecure.
3415
3416 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * lpath.el: Bind completion-styles-alist for XEmacs.
3419
3420         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3421         (gravatar-create-image): New function that's an alias to
3422         gnus-xmas-create-image, gnus-create-image, or create-image.
3423         (gravatar-data->image): Use it.
3424
3425 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3426
3427         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3428         install the nnregistry refer method.
3429         (gnus-registry-install-hooks): Use it.
3430         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3431         unfollowed groups.
3432
3433 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3434
3435         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3436         expanding threads.
3437
3438 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * nnir.el: Use the server names without suffixes (bug #7009).
3441
3442         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3443         unencrypted to STARTTLS, if possible.
3444
3445 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3446
3447         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3448         headers before superseding.
3449
3450 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3451
3452         * nnrss.el (nnrss-use-local): Add documentation.
3453
3454         * nnimap.el (nnimap-extend-tls-programs): New function.
3455         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3456         (nnimap-wait-for-connection): Accept the greeting from the stupid
3457         output from openssl s_client -starttls, too.
3458
3459         * tls.el (tls-starttls-switches): New variable.
3460         (tls-find-starttls-argument): Use it.
3461         (open-tls-stream): Ditto.
3462
3463         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3464         (netrc-machine): Ditto.
3465
3466         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3467         article number.
3468         (nnimap-split-fancy): New variable.
3469         (nnimap-split-incoming-mail): Use it.
3470
3471         * nntp.el (nntp-server-list-active-group): Document.
3472
3473         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3474         SELECT to get the message-id.
3475
3476         * mail-source.el (mail-sources): Remove webmail support.
3477         (defvar): Ditto.
3478         (mail-source-fetcher-alist): Ditto.
3479         (mail-source-fetch-webmail): Remove.
3480
3481         * webmail.el: Remove -- doesn't seem relevant any more.
3482
3483         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3484
3485         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3486         the \r.
3487
3488 2010-09-30  Julien Danjou  <julien@danjou.info>
3489
3490         * gnus-agent.el (gnus-agent-add-group): Fix call to
3491         gnus-completing-read.
3492
3493 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494
3495         * nndoc.el (nndoc-retrieve-groups): New function.
3496
3497         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3498         `default', use nnmail-split-methods.
3499         (nnimap-request-article): Downcase the NILs so that they are nil.
3500
3501         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3502         symbol.
3503
3504         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3505         code, since if the user has requested network, that's what they ought
3506         to get.
3507         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3508         (nnimap-split-rule): Mark as obsolete.
3509
3510         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3511         New variable.
3512
3513         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3514         correct slot, too.
3515
3516 2010-09-29  Julien Danjou  <julien@danjou.info>
3517
3518         * gnus.el (gnus-local-domain): Declare variable obsolete.
3519
3520         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3521         Fix history computing.
3522         (gnus-ido-completing-read): Require ido.
3523
3524 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3525
3526         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3527         build Gnus.
3528
3529         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3530         when interpreting the structures.
3531         (nnimap-request-accept-article): Add \r\n to the lines to make this
3532         work with Cyrus.
3533
3534         * nndraft.el (nndraft-request-expire-articles): Use the group name
3535         instead if "nndraft".  Fix found by Nils Ackermann.
3536
3537 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3538
3539         * nnregistry.el: Add.
3540
3541 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3542
3543         * nnmail.el (group, group-art-list, group-art):
3544         Remove unneeded directives.
3545
3546 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3549         (mm-mime-charset)
3550         * rfc2047.el (rfc2047-syntax-table)
3551         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3552
3553         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3554         rather than `insert-file-contents' and `eval-region'.
3555
3556         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3557         construction.
3558
3559         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3560
3561         * time-date.el: No need to require cl for Emacs 21.
3562
3563 2010-09-29  Julien Danjou  <julien@danjou.info>
3564
3565         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3566         replacement of `gnus-gravatar-relief' to mimic
3567         `gnus-faces-properties-alist'.
3568         Add :version property.
3569
3570 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3571
3572         * mail-source.el (mail-source-report-new-mail)
3573         * message.el (message-default-mail-headers)
3574         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3575
3576         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3577
3578 2010-09-28  Julien Danjou  <julien@danjou.info>
3579
3580         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3581         mail-address contains the same string as real-name.
3582
3583         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3584         non-blank in header, otherwise it'll get stripped.
3585
3586         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3587         real-name, and then for mail address rather than doing : or , search.
3588
3589 2010-09-27  Julien Danjou  <julien@danjou.info>
3590
3591         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3592         right completing-read function.
3593         (gnus-use-ido): New variable
3594         (gnus-completing-read-with-default): Remove.
3595         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3596         (gnus-agent-add-group):
3597         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3598         * mm-view.el (mm-view-pkcs7-decrypt):
3599         * mm-util.el (mm-codepage-setup):
3600         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3601         * mml-smime.el (mml-smime-openssl-sign-query):
3602         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3603         (mml-insert-multipart):
3604         * gnus-msg.el (gnus-summary-yank-message):
3605         * gnus-int.el (gnus-start-news-server):
3606         * mm-decode.el (mm-interactively-view-part):
3607         * gnus-dired.el (gnus-dired-attach):
3608         * gnus.el (gnus-read-method):
3609         * gnus-bookmark.el (gnus-bookmark-jump):
3610         * gnus-art.el (gnus-mime-view-part-as-type)
3611         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3612         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3613         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3614         * nnmairix.el (nnmairix-create-server-and-default-group)
3615         (nnmairix-update-groups, nnmairix-get-server)
3616         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3617         (nnmairix-get-group-from-file-path):
3618         * nnrss.el (nnrss-find-rss-via-syndic8):
3619         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3620         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3621         (gnus-group-browse-foreign-server):
3622         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3623         (gnus-summary-execute-command, gnus-summary-respool-article)
3624         (gnus-read-move-group-name):
3625         * gnus-score.el (gnus-summary-increase-score)
3626         (gnus-summary-score-effect):
3627         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3628
3629 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3632         x-focus-frame.
3633
3634         * nnimap.el (auth-source-forget-user-or-password)
3635         (auth-source-user-or-password): Autoload.
3636
3637         * message.el (message-from-style, message-interactive)
3638         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3639         (message-yank-prefix, message-indentation-spaces, message-signature)
3640         (message-signature-file): Add comment.
3641
3642 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3643
3644         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3645         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3646         new articles.
3647
3648         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3649         parts.
3650         (nnimap-request-article): Work with the t setting, too.
3651
3652         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3653         that you don't get flashes of other buffers.
3654         (gnus-summary-show-complete-article): Intern before setting.
3655
3656 2010-09-27  David Engster  <dengste@eml.cc>
3657
3658         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3659         well as HEADERS.
3660         (nnmairix-retrieve-headers): Provide new argument for the above.
3661
3662 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3663
3664         * gnus-sum.el (gnus-summary-move-article): Don't alter
3665         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3666         group.
3667
3668         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3669
3670         * message.el (message-cite-prefix-regexp): Revert my last edit.
3671
3672         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3673         variable instead of the Gnus variable.
3674
3675         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3676
3677         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3678
3679         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3680         since some servers don't like it.
3681         (nnimap-open-connection): Forget credentials if the server says the
3682         password was wrong.
3683         (nnimap-parse-line): Protect against invalid data.
3684
3685         * gnus-sum.el (gnus-summary-move-article): Add comment.
3686         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3687         nothing alters it while scanning for new messages.
3688
3689         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3690         which may or may not help.
3691         (nnimap-open-connection): If we're doing a stream connection, and then
3692         discover we're on a STARTTLS-capable server, then open a STARTTLS
3693         connection instead.
3694
3695 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3696
3697         * nnimap.el (utf7): Require.
3698
3699         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3700         prefix.
3701
3702 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3703
3704         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3705
3706 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3707
3708         * nnimap.el (nnimap-request-accept-article): Message the error on
3709         error.
3710
3711 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3712
3713         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3714
3715 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716
3717         * nndoc.el (nndoc-request-list): Return success always.
3718
3719         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3720         `fetch-old' -- we only want to fetch the articles we've requested.
3721         The rest are in the agent, probably.
3722         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3723         disappeared server" to something low.  It's not important.
3724
3725         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3726         arrived before the FETCH data.
3727
3728         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3729         target here, because we don't know the Gnus name of the group.
3730
3731         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3732         for the correct group.
3733
3734         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3735
3736         * gnus.el (gnus): Give a final warning after startup.
3737
3738         * gnus-util.el (gnus-action-message-log): New variable.
3739         (gnus-message): Use it.
3740         (gnus-final-warning): New function.
3741
3742         * nnimap.el (nnimap-open-connection): Record the greeting.
3743         (nnimap): Add greeting.
3744
3745 2010-09-26  Julien Danjou  <julien@danjou.info>
3746
3747         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3748         arguments.
3749         (gnus-html-wash-images): Fix spec computing to include start/end.
3750
3751         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3752
3753 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754
3755         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3756         deletion.
3757         (nnimap-retrieve-headers): Don't select the group, because that's
3758         already done by nnimap-possibly-change-group.
3759
3760         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3761         (gnus-picon-transform-address): Use it.
3762
3763         * mail-source.el (mail-source-value): Revert previous patch.
3764
3765         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3766         on failure.
3767         (nnimap-open-connection): Look up both virtual and physical server name
3768         credentials.
3769
3770         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3771
3772 2009-02-07  Dave Love  <fx@gnu.org>
3773
3774         * tls.el (open-tls-stream): Don't query killing process.
3775
3776 2009-02-08  Dave Love  <fx@gnu.org>
3777
3778         * gnus-win.el (gnus-window-to-buffer-helper)
3779         (gnus-all-windows-visible-p): Function needn't be a symbol.
3780
3781         * mail-source.el (mail-source-value): Function needn't be a symbol.
3782
3783 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * message.el (message-cite-prefix-regexp): Remove } from the cite
3786         prefix.
3787
3788         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3789         highlight again, so that the highlight is correct.
3790
3791         * gnus-picon.el (gnus-picon): Remove again.
3792         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3793
3794         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3795         doing the header highlightling, so that the background colour of the
3796         picon is correct.
3797
3798         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3799         (gnus-picon): Ditto.
3800         (gnus-picon): Reinstate.  The background colour for picons is white.
3801         (gnus-picon-insert-glyph): Make the background white.
3802
3803         * nnml.el (nnml-open-nov): Don't return dead buffers.
3804
3805         * auth-source.el (auth-source-create): Query the user for whether to
3806         store the credentials.
3807
3808         * netrc.el (netrc-store-data): New function.
3809
3810         * auth-source.el (auth-source-user-or-password): Use the existing auth
3811         sources, if any, for creation.
3812
3813         * gnus.el (gnus-group-fast-parameter): Return the last matching
3814         parameter instead of the first matching parameter.
3815
3816 2010-09-26  Julien Danjou  <julien@danjou.info>
3817
3818         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3819
3820 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821
3822         * mml2015.el (mml2015-use): Remove gpg support.
3823
3824         * mml1991.el (mml1991-function-alist): Remove gpg function.
3825         (mml1991-gpg-sign): Remove.
3826
3827 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3828
3829         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3830         (gnus-browse-unsubscribe-current-group): Document it.
3831         (gnus-browse-unsubscribe-group): Use it.
3832
3833 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3834
3835         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3836         address to the To list for easier response.
3837
3838         * gnus.el (gnus-play-startup-jingle): Remove.
3839         (gnus-splash): Don't play jingle.
3840         (gnus): Silence gnus-load message.
3841
3842         * gnus-art.el (gnus-treat-play-sounds): Remove.
3843
3844         * gnus.el (gnus-play-jingle): Remove audio support.
3845
3846         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3847
3848         * earcon.el: Remove -- no users.
3849
3850         * gnus-audio.el: Remove -- no users of this package.
3851
3852         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3853
3854         * gnus-start.el (gnus-setup-news): Remove nocem support.
3855
3856         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3857
3858         * gnus.el (gnus-use-nocem): Remove.
3859
3860         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3861         Remove.
3862
3863         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3864         uses NoCeM any more.
3865
3866         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3867         (gnus-button-ctan-handler): Ditto.
3868         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3869         (gnus-button-ctan-directory-regexp): Ditto.
3870         (gnus-button-handle-ctan): Ditto.
3871         (gnus-button-tex-level): Ditto.
3872         (gnus-button-alist): Remove CTAN stuff.
3873
3874 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3875
3876         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3877         nnimap-streaming test.
3878
3879         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3880         servers twice.
3881
3882         * nnimap.el (nnimap-open-connection): Add more error reporting when
3883         nnimap fails early.
3884
3885         * nnheader.el (nnheader-get-report-string): New function.
3886         (nnheader-get-report): Use it.
3887
3888         * gnus-int.el (gnus-check-server): Say what the error was when opening
3889         failed.
3890
3891         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3892         using streaming.
3893
3894 2010-09-25  Julien Danjou  <julien@danjou.info>
3895
3896         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3897         gnus-window-inside-pixel-edges.
3898
3899 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3902
3903         * mm-decode.el (mm-save-part): Allow saving to other directories the
3904         normal Emacs way.
3905
3906         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3907         Suggested by Jay Berkenbilt.
3908
3909         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3910         there isn't a single byte.
3911
3912         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3913         just do it.  It doesn't really seem to matter what the user responds
3914         here, I think, so it's just a confusing question.
3915
3916         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3917         non-streaming case.
3918
3919         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3920         (gnus-article-encrypt-body): Use it.
3921
3922         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3923         keystroke.
3924
3925         * nnimap.el (nnimap-find-wanted-parts-1):
3926         Use gnus-fetch-partial-articles.
3927
3928         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3929
3930         * nnimap.el (nnimap-insert-partial-structure): New function.
3931         (nnimap-get-partial-article): New function.
3932         (nnimap-request-article): Use it.
3933         (nnimap-wait-for-response): Return whether the wait was successful.
3934         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3935         retrieval wasn't successful.
3936         (nnimap-retrieve-group-data-early): Allow throttling servers.
3937         (nnimap-streaming): New variable.
3938         (nnimap-fetch-partial-articles): Remove.
3939
3940         * mm-decode.el (mm-with-part): Protect against killed buffers.
3941
3942         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3943         for prettier summary display.
3944
3945 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3946
3947         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3948
3949 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3950
3951         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3952         apparently third-party libraries depend on it.
3953
3954         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3955         before starting negotiation.
3956
3957         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3958         privacy reasons.
3959         (gnus-treat-mail-gravatar): Ditto.
3960
3961         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3962         buffer when inserting images.  Inserting text into the headers, for
3963         instance, can make them invalid.
3964
3965 2010-09-25  Julien Danjou  <julien@danjou.info>
3966
3967         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3968         variables.
3969
3970         * nnheader.el: Remove useless variables news-reply-yank-from and
3971         news-reply-yank-message-id.
3972
3973         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3974         variables.
3975
3976         * mml1991.el: Remove useless mml1991-verbose.
3977
3978         * gnus.el: Remove useless variable gnus-use-generic-from.
3979         Remove obsolete variable gnus-topic-indentation.
3980
3981         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3982
3983         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3984
3985         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3986
3987         * gnus-group.el: Remove useless gnus-group-icon-cache.
3988         Remove useless gnus-ephemeral-group-server.
3989
3990         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3991
3992         * mml2015.el: Remove useless mml2015-verbose.
3993
3994         * mml-smime.el: Remove useless mml-smime-verbose.
3995
3996         * gnus.el: Remove useless gnus-local-domain.
3997
3998         * gnus-gravatar.el (gnus-gravatar-transform-address):
3999         Use gnus-gravatar-size.
4000
4001         * gnus-art.el: Remove useless gnus-treat-translate.
4002
4003 2010-09-24  Julien Danjou  <julien@danjou.info>
4004
4005         * gnus-sum.el: Add support for Gravatars.
4006
4007         * gnus-art.el: Add support for Gravatars.
4008
4009         * gnus-gravatar.el: Add this file.
4010
4011         * gravatar.el: Add this file.
4012
4013 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4014
4015         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4016
4017         * gnus-group.el (gnus-group-fetch-faq): Remove.
4018
4019         * gnus.el (gnus-group-faq-directory): Remove.
4020
4021         * gnus-group.el (gnus-group-fetch-charter): Remove.
4022
4023         * gnus.el (gnus-group-charter-alist): Remove.
4024
4025         * gnus-group.el (gnus-group-archive-directory): Remove.
4026         (gnus-group-recent-archive-directory): Ditto.
4027         (gnus-group-make-archive-group): Remove.
4028
4029         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4030
4031         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4032         use the same article number for all the cached articles.
4033
4034         * nnimap.el (nnimap-command): Register the last command time so
4035         that we can use it for idling NOOPs.
4036         (nnimap-open-connection): Start the keeplive timer.
4037         (nnimap-make-process-buffer): Store all the process buffers.
4038         (nnimap-keepalive): New function.
4039
4040         * starttls.el (starttls-open-stream): Add autoload cookie.
4041
4042 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4043
4044         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4045         handling.
4046
4047 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4048
4049         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4050         its data structures.
4051
4052         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4053         instead of the cl.el copy-list.
4054         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4055         equalp.
4056
4057 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4058
4059         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4060         and tool-bar-local-item-from-menu.
4061
4062         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4063         mode-line-highlight face for Emacs.
4064
4065         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4066         loading gnus-sum.elc; fix comment for canlock-verify.
4067         (gnus-article-jump-to-part): Use read-number.
4068         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4069         Remove Emacs pre-21 compatible code for help-echo.
4070         (gnus-article-next-page-1): No need to adjust the number of lines.
4071         (gnus-article-describe-bindings): Always use help-buffer.
4072
4073         * gnus-audio.el (gnus-audio-inline-sound)
4074         * gnus-cus.el (gnus-custom-mode)
4075         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4076
4077         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4078
4079         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4080         compatible code.
4081
4082 2010-09-24  Glenn Morris  <rgm@gnu.org>
4083
4084         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4085         visiting the fcc file in rmail-mode.
4086
4087         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4088
4089 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * nnir.el: Silence the byte compiler.
4092
4093         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4094         alias to browse-url-url-encode-chars if any.
4095         (gnus-html-encode-url): Use it.
4096
4097 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4098
4099         * gnus-start.el (gnus-use-backend-marks): New variable.
4100         (gnus-get-unread-articles-in-group): Use it.
4101
4102         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4103         makeover.
4104
4105 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4106
4107         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4108
4109 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4110
4111         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4112         Remove.
4113         (gnus-setup-news-hook):
4114         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4115
4116         * gnus-int.el (gnus-request-update-info): Protect against backends not
4117         having the function.
4118
4119         * nnimap.el (nnimap-stream): Mention starttls.
4120         (nnimap-open-connection): Add starttls support.
4121
4122 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4123
4124         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4125
4126 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4127
4128         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4129         BODYSTRUCTUREs.
4130         (nnimap-transform-headers): Unfold quoted {42} headers.
4131
4132         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4133         the info.
4134         (gnus-get-unread-articles): Only call updatep on backends that support
4135         it.
4136
4137         * nnweb.el (nnweb-request-update-info): NOOP.
4138
4139         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4140
4141         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4142         since it only deals with marks.
4143
4144         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4145         gnus-request-marks, and make a new gnus-request-update-info.
4146
4147         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4148         the active instead of the high number, which is usually too low.
4149
4150 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4151
4152         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4153         * encrypt.el: Remove.
4154
4155 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156
4157         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4158         server in symbolic form.
4159
4160         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4161
4162 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163
4164         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4165         (nnimap-update-info): Fix up code slightly.
4166
4167         * gnus-int.el (gnus-open-server): Add tracing for performance
4168         debugging.
4169
4170         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4171         (gnus-group-insert-group-line): Pass the real group name so that it
4172         gets the right data.
4173
4174         * gnus-start.el (gnus-get-unread-articles): Don't have
4175         `gnus-get-unread-articles-in-group' update info, since that can be
4176         really slow and doesn't seem to be needed?
4177
4178 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4179
4180         * time-date.el (date-to-time): Try using parse-time-string first before
4181         using the slower timezone-make-date-arpa-standard.
4182
4183 2010-09-22  Julien Danjou  <julien@danjou.info>
4184
4185         * gnus-group.el (gnus-group-insert-group-line):
4186         Call gnus-group-highlight-line.
4187         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4188         default hook list.
4189         (gnus-group-update-eval-form): Add new function.
4190         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4191         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4192
4193 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194
4195         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4196         immediate, then expire all articles.
4197         (nnimap-update-info): Fix off-by-one errors.
4198         (nnimap-flags-to-marks): Would return no marks lists for group with no
4199         flags.  Instead return the other data.
4200
4201 2010-09-22  Julien Danjou  <julien@danjou.info>
4202
4203         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4204         Only return an icon.
4205         (gnus-group-insert-group-line): Compute icon to return.
4206
4207         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4208         (gnus-html-image-fetched): Only cache if
4209         gnus-html-image-automatic-caching is set.
4210         (gnus-html-image-fetched): Check for errors.
4211
4212 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4213
4214         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4215         once per method on `g'.  This ensures that backends like nnfolder don't
4216         open all their folders.
4217
4218         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4219         (nnimap-request-list): Nix out group in the correct buffer.
4220         (nnimap-parse-flags): Implement by using `read' instead of
4221         hand-parsing.
4222         (nnimap-flags-to-marks): Pass on permanent-flags.
4223         (nnimap-make-process-buffer): Record the server name.
4224         (nnimap-parse-flags): Fix typo.
4225         (nnimap-request-scan): Run split on the server in general, not just a
4226         single group.
4227
4228         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4229         parameter, and propagate this downwards.
4230
4231         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4232         since EXAMINE changes it on the server.
4233
4234         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4235         this command might take a while.
4236
4237 2010-09-22  Julien Danjou  <julien@danjou.info>
4238
4239         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4240         harmful if you have 2 images side-by-side, they can't be properly
4241         update on text deletion.  Using text-property is safer here.
4242         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4243         data.
4244
4245 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4246
4247         * nnimap.el (nnimap-expunge-inbox): Remove.
4248         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4249         (nnimap-expunge): Flip default to t.
4250
4251         * gnus.el (gnus-method-to-server): Don't push things to the cache
4252         unless it's unique.
4253         (gnus-server-to-method): Ditto.
4254
4255 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4256
4257         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4258
4259 2010-09-22  Julien Danjou  <julien@danjou.info>
4260
4261         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4262         get the start of data.
4263         (gnus-html-encode-url): Add this function to encode special chars in
4264         URL.
4265         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4266         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4267
4268         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4269         default.
4270         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4271
4272         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4273         images alt-text.
4274         (gnus-html-put-image): Put alt-text as help-echo.
4275
4276 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4277
4278         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4279         * mm-util.el (mm-decompress-buffer)
4280         * nnir.el (nnir-run-find-grep)
4281         * pop3.el (pop3-list): Use 3rd arg of split-string.
4282
4283         * time-date.el (format-seconds): Comment fix.
4284
4285         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4286         and byte-optimize-form-code-walker.
4287         (dgnushack-make-auto-load): Don't advise make-autoload.
4288
4289         * lpath.el: Remove Emacs 21 stuff.
4290
4291 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4292
4293         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4294         outside the active range.  Suggested by Dan Christensen.
4295
4296         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4297         slightly later to avoid double-getting it.
4298
4299         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4300         previous patch.
4301
4302         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4303
4304 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4305
4306         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4307
4308 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309
4310         * gnus-int.el (gnus-open-server): Give a better error message in the
4311         "go offline" case.
4312
4313         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4314         marks for nnimap, which is seldom the right thing to do.
4315
4316         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4317         (gnus-same-method-different-name): New function.
4318
4319         * nnimap.el (parse-time): Require.
4320
4321         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4322         method in the presence of many similar methods.
4323
4324         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4325
4326         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4327         nnml-inhibit-expiry.
4328
4329         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4330         find out whether methods are equal.
4331
4332         * nnimap.el (nnimap-find-expired-articles): New function.
4333         (nnimap-process-expiry-targets): New function.
4334         (nnimap-request-move-article): Request the article before looking at
4335         what the Message-ID is.  Fix found by Andrew Cohen.
4336         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4337
4338         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4339         for oldness in addition to being a predicate.
4340
4341         * nnimap.el (nnimap-request-group): When we have zero articles, return
4342         the right data to Gnus.
4343         (nnimap-request-expire-articles): Only delete articles immediately if
4344         the target is 'delete.
4345
4346         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4347         method, this would bug out.
4348
4349         * gnus-group.el (gnus-group-expunge-group): Rename from
4350         gnus-group-nnimap-expunge, and implemented as a normal interface
4351         function.
4352
4353         * gnus-int.el (gnus-request-expunge-group): New function.
4354
4355         * nnimap.el (nnimap-request-create-group): Implement.
4356         (nnimap-request-expunge-group): New function.
4357
4358 2010-09-21  Julien Danjou  <julien@danjou.info>
4359
4360         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4361         (gnus-html-cache-expired): Add new function.
4362         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4363         wethever we should display image for fetch it.
4364         Compute alt-text earlier to pass it to the fetching function too.
4365         (gnus-html-schedule-image-fetching): Change function argument to only
4366         get one image at a time, not a list.
4367         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4368         cache.
4369         (gnus-html-get-image-data): New function to retrieve image data from
4370         cache.
4371         (gnus-html-put-image): Change buffer argument to use image data rather
4372         than file, and place image above region rather than inserting a new
4373         one.  Do not take alt-text as argument, since it's useless now: we place
4374         the image above alt-text.
4375         (gnus-html-prune-cache): Remove.
4376         (gnus-html-show-images): Start to fetch image when we find one, do not
4377         push into a temporary list.
4378         (gnus-html-prefetch-images): Only fetch image if they have expired.
4379         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4380         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4381
4382 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4385
4386 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4387
4388         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4389         spec inser "*" if the group isn't active instead of 0.
4390
4391         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4392         opening the server.
4393         (nnimap-request-delete-group): Implement group deletion.
4394         (nnimap-transform-headers): Return the size of the entire message in
4395         the Bytes header, not just the size of the first part.
4396         (nnimap-request-move-article): When moving an article from nnimap,
4397         request the article first so the accepting form has an article to
4398         accept.  Reported by Dan Christensen.
4399         (nnimap-command): Make sure that the error message doesn't error out.
4400
4401 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4402
4403         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4404         we haven't requested anything.
4405
4406 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4407
4408         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4409         "".  Fix found by Andrew Cohen.
4410
4411         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4412         instead of -encode-string.
4413
4414 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4415
4416         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4417
4418         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4419         by mm-subst-char-in-string.
4420
4421 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422
4423         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4424         waiting for the connection string.
4425
4426         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4427         arriving.
4428
4429         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4430         bogus characters.  This allows selecting certain Gmail groups.
4431
4432         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4433         (nnimap-fetch-partial-articles): New variable.
4434         (nnimap-open-connection): When looking for credentials, also use the
4435         nnimap-server-port.
4436         (nnimap-request-article): Return the group/article number, so that Gnus
4437         `^' works as expected.
4438         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4439
4440         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4441         comments.
4442         (gnus-methods-sloppily-equal): New function.
4443         (gnus): When using the development version of Gnus, load the gnus-load
4444         file.
4445
4446         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4447         `gnus-open-server' on each method before trying to scan them etc.
4448         This ensures that all the backend parameters are set correctly.
4449
4450         * nnimap.el (nnimap-authenticator): New variable.
4451         (nnimap-open-connection): Allow anonymous login.
4452         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4453         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4454
4455         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4456         patch, found by Knut Anders Hatlen.
4457
4458 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4459
4460         * gnus-agent.el (gnus-agent-batch-confirmation)
4461         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4462         to gnus-message.
4463         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4464         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4465         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4466         * gnus-int.el (gnus-open-server): Likewise.
4467         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4468         (gnus-score-check-syntax): Likewise.
4469         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4470         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4471         Likewise.
4472         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4473
4474 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4477         calling conventions so that prefetch doesn't bug out.
4478
4479 2010-09-19  Julien Danjou  <julien@danjou.info>
4480
4481         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4482         rather than `subst-char-in-region' in order to be able to replace ASCII
4483         char by UTF-8 ones.
4484
4485         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4486         than curl.
4487         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4488         the right URL and ALT text on images.
4489         (gnus-html-wash-tags): Fix tag case.
4490         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4491         (gnus-article-html): Add -o display_ins_del=2 option.
4492         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4493
4494 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495
4496         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4497         the extra mail headers, which sometimes seem to happen for unknown
4498         reasons.
4499
4500         * mail-parse.el (mail-header-encode-parameter): Define as
4501         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4502         (or most, perhaps?) mail readers don't understand the latter, but do
4503         understand the former.
4504
4505         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4506         to nil, so that no methods are automatically agentized.  I think this
4507         is probably what most users want.
4508
4509         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4510         from url-retrieve, for instance about invalid URLs.
4511
4512         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4513         groups that have no articles.
4514         (nnimap-request-article): Check that we really got an article when we
4515         requested one.
4516
4517         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4518         doesn't exist.
4519
4520         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4521         nntp buffer so the agent can save it.
4522         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4523         that CRLF doesn't get translated to \n.
4524         (nnimap-open-connection): Don't make 'shell commands only send \n.
4525
4526 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4527
4528         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4529         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4530         Update var name.
4531         (nnml-generate-nov-file): Use dolist.
4532         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4533         Use with-current-buffer.
4534
4535 2010-09-18  Julien Danjou  <julien@danjou.info>
4536
4537         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4538         parallel.
4539
4540 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4541
4542         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4543         the range update right.
4544         (nnimap-request-group): Don't make `M-g' bug out on group with no
4545         marks.
4546         (nnoo): Require, so that other packages can require nnimap.
4547         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4548         command we're looking for.  This helps when the server sends more
4549         responses after we've gotten everything we expected.
4550         (nnimap): Add a `newlinep' field to keep track of end-of-line
4551         conventions.
4552         Don't send CRLF to things that don't want it.
4553         (nnimap-request-accept-article): Ditto.
4554
4555 2010-09-18  Julien Danjou  <julien@danjou.info>
4556
4557         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4558         than curl to retrieve images.
4559
4560 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4561
4562         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4563         the marks.
4564         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4565         (nnimap-wait-for-connection): New function.
4566         (nnimap-open-connection): If we have PREAUTH, don't query for login
4567         credentials.
4568         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4569         when doing a partial update.
4570
4571 2010-09-18  Julien Danjou  <julien@danjou.info>
4572
4573         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4574         tags.
4575
4576 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577
4578         * nnimap.el (nnimap-credentials): New function.
4579         (nnimap-open-connection): Use the new function to look for credentials
4580         also on the numeric equivalents of "imap" and "imaps".
4581
4582         * gnus-start.el (gnus-activate-group): Send the info to
4583         gnus-request-group.
4584
4585         * nnimap.el (nnimap-request-group): Have the "check" version of the
4586         function parse flags and update the info, so that a `M-g' get a total
4587         resync of all flags from the group.
4588
4589         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4590         to allow backends to alter the info on group selection.  Also alter all
4591         the backend -request-group functions to take the parameter.
4592
4593         * nnimap.el (nnimap-store-info): New function.
4594         (nnimap-update-info): Store the info for later usage.
4595         (nnimap-request-group): Use the stored info for the dont-check case, so
4596         that we don't retrieve all marks when we enter a group.
4597
4598         * nnimap.el: Use deffoo instead of defun for interface functions.
4599
4600         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4601         update the group info.  This makes the nndraft groups, for instance, go
4602         back to their old behaviour.
4603
4604         * gnus-sum.el (gnus-select-newsgroup): Indent.
4605
4606         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4607         in.
4608         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4609         nothing.
4610
4611         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4612         from methods that are denied.
4613
4614         * gnus-int.el (gnus-method-denied-p): New function.
4615
4616         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4617         store the password instead of netrc.
4618         (nnimap-open-connection): Don't error out when we can't make a
4619         connections.
4620
4621         * auth-source.el (auth-source-create): In the password prompt, say what
4622         we're querying for.  Also prompt for user name if that hasn't been
4623         given.
4624
4625         * nnimap.el (nnimap-with-process-buffer): Remove.
4626
4627 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628
4629         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4630         method when we're reading from the agent.
4631
4632         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4633
4634         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4635         that's probably most useful for users.
4636
4637         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4638         "failed" all the time.
4639
4640         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4641         ...)) with (with-current-buffer ... ).
4642
4643         * nntp.el (nntp-open-server): Return whether the open was successful or
4644         not.
4645
4646         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4647         select an unread unseen article first.
4648
4649         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4650         /etc/services, supply some sensible port defaults.
4651
4652         * dgnushack.el: Define netrc-credentials.
4653
4654 2010-09-17  Julien Danjou  <julien@danjou.info>
4655
4656         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4657
4658 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4659
4660         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4661         doesn't have any parameters.
4662
4663 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4666         only upcased checks.
4667
4668         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4669
4670         * nnimap.el (nnimap-open-shell-stream): New function.
4671         (nnimap-open-connection): Use it.
4672         (nnimap-transform-headers): Get the number of lines in each message.
4673         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4674         number of lines.
4675         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4676         problem.
4677
4678         * utf7.el (utf7-encode): Autoload.
4679
4680         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4681         to allow the mail splitting to not return a default group.  This is
4682         useful for nnimap, which will leave unmatched mail in the inbox.
4683
4684         * nnimap.el: Rewritten.
4685
4686         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4687         nnimap usage.
4688
4689         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4690         if the move is internal, so that nnimap can do fast internal moves.
4691
4692         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4693         data.
4694         (gnus-read-active-for-groups): Support finishing the early retrieval of
4695         data.
4696
4697         * gnus-range.el (gnus-range-nconcat): New function.
4698
4699         * gnus-int.el (gnus-finish-retrieve-group-infos)
4700         (gnus-retrieve-group-data-early): New functions.
4701
4702 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4703
4704         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4705         (nnrss-retrieve-groups):
4706         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4707         (pop3-quit): Use with-current-buffer.
4708
4709 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4712         instead of nnheader-accept-process-output.
4713
4714         * dgnushack.el (dgnushack-compile): Add comment.
4715
4716         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4717
4718         * gnus-html.el (gnus-html-schedule-image-fetching)
4719         (gnus-html-prefetch-images): Replace process-kill-without-query by
4720         gnus-set-process-query-on-exit-flag.
4721
4722 2010-09-16  Romain Francoise  <romain@orebokech.com>
4723
4724         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4725
4726 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4727
4728         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4729         parameter to unintern is mandatory-ish in Emacs 24.
4730
4731         * gnus-html.el (gnus-html-schedule-image-fetching)
4732         (gnus-html-prefetch-images): Check for curl before using it.
4733
4734         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4735         depend on curl, which isn't essential.
4736
4737         * imap.el: Revert back to version
4738         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4739         seem problematic.
4740
4741 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4742
4743         * gnus-registry.el (gnus-registry-install-shortcuts):
4744         Explicitly pass `obarray' to `unintern' to avoid a warning.
4745
4746 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4747
4748         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4749         change.
4750
4751         * nnrss.el (nnrss-request-list): Remove this function and related
4752         functions, including the moreover stuff.
4753
4754 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4755
4756         * nnrss.el (nnrss-retrieve-groups): New function.
4757
4758 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4759
4760         * .dir-locals.el: Add no-byte-compile cookie.
4761
4762 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4763
4764         * time-date.el (format-seconds): Comment fix.
4765
4766         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4767         for back end that doesn't support request-scan.
4768
4769 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4772         then do request scans from the backends.
4773
4774         * netrc.el (netrc-credentials): New conveniency function.
4775
4776         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4777         avoid running a hook per line, since this takes a lot of time,
4778         profiling shows.
4779         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4780         directly if gnus-visual-p is true.
4781
4782 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4785         groups; replace mapcar with dolist which is a bit faster; pass groups
4786         info to gnus-read-active-file-1.
4787         (gnus-read-active-file-1): Scan only specified groups if the new
4788         optional arg `infos' is given.
4789
4790 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791
4792         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4793
4794         * pop3.el (pop3-movemail): Remove.
4795         (pop3-streaming-movemail): Rename to pop3-movemail.
4796
4797         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4798         don't restrict end-tag searches to the end of the line.
4799
4800 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4801
4802         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4803         articles of every unchecked group to t, which means unknown since the
4804         server has never been opened.
4805
4806 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807
4808         * gnus-html.el (gnus-html-show-alt-text): New command.
4809         (gnus-html-browse-image): Ditto.
4810         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4811         to browse the image directly.
4812         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4813         better.
4814
4815         * gnus-async.el (gnus-async-article-callback):
4816         Call `gnus-html-prefetch-images' unconditionally.
4817
4818         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4819         before feeding URLs to curl.
4820
4821 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4824         internal images as deletable by `W D D'.
4825
4826         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4827         (gnus-async-article-callback): Fix typo.
4828
4829 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4830
4831         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4832         current line to work around bugs in the output from w3m.
4833
4834         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4835         for groups that want that.
4836
4837         * nntp.el (nntp-wait-for-string): Supply a timeout for
4838         accept-process-output to ensure progress.
4839
4840         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4841         level to get unread articles from, then use that for foreign groups,
4842         too.
4843
4844         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4845         confuses the rest of the function.
4846
4847         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4848         for the methods that support -retrieve-groups, too.
4849
4850         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4851
4852 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4853
4854         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4855         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4856
4857         * pop3.el: Require cl when compiling.
4858         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4859
4860 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4861
4862         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4863         that aren't going to be activated.
4864         (gnus-get-unread-articles): Fix up the last commit.
4865
4866         * gnus-html.el (gnus-article-html): Allow calling without specifying
4867         the handle.  In that case, dissect the buffer first.
4868
4869         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4870
4871         * nnimap.el (nnimap-open-connection): Revert the change that would look
4872         into authinfo for imaps instead of imap.
4873
4874         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4875         say that you don't want to call gnus-request-group with don-check, but
4876         do check the reponse.  This is for virtual groups only.
4877         (gnus-get-unread-articles): Count the archive groups as secondary, so
4878         that they're activated the same way as before.
4879
4880         * imap.el (imap-message-map): Removed optional buffer parameter, since
4881         no callers use it.
4882         (imap-message-get): Ditto.
4883         (imap-message-put): Ditto.
4884         (imap-mailbox-map): Ditto.
4885         (imap-mailbox-put): Ditto.
4886         (imap-mailbox-get): Ditto.
4887         (imap-mailbox-get): Revert last change for this function.
4888
4889         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4890         case-insensitively.
4891         (nnimap-debug): Remove.
4892
4893         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4894         to use `imap-fetch' instead.  According to the comments, this should be
4895         safe, since all other IMAP clients use the 1:* syntax.
4896         (imap-enable-exchange-bug-workaround): Removed.
4897         (imap-debug): Removed -- doesn't seem very useful.
4898
4899         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4900         mail from a file, and the file doesn't exist.
4901
4902         * imap.el (imap-log): New convenience function used throughout instead
4903         of repeating the same code all over the place.
4904
4905         * pop3.el (pop3-streaming-movemail): Return t for success.
4906
4907         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4908         .authinfo if we're using ssl connection.
4909
4910         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4911         already have if we're in a main Gnus `g' run.
4912
4913         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4914
4915 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4918
4919         * nnmh.el (nnmh-request-list-1): Bind `file'.
4920
4921         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4922         alias to set-process-query-on-exit-flag or process-kill-without-query.
4923         (pop3-open-server): Use it.
4924
4925 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4926
4927         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4928         box to the Incoming file.  Fixes mistake in previous checkin.
4929
4930         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4931         request loop (for debugging purposes) removed.
4932
4933         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4934         culprit is more visible.
4935         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4936         (nnml-add-incremental-nov): New functions to do "incremental" nov
4937         updates, where we just append to the end of the existing nov files
4938         without reading/writing them in full.
4939
4940         * mail-source.el (mail-source-delete-crash-box): Really only check the
4941         incoming files once in a while.
4942
4943         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4944
4945         * mail-source.el (mail-source-delete-crash-box): Only check the
4946         incoming files for deletion once per day to save a lot of file
4947         accesses.
4948
4949         * pop3.el (pop3-logon): Fix up unbound variable typo.
4950
4951         * mail-source.el (pop3-streaming-movemail): Autoload.
4952
4953         * pop3.el (pop3-streaming-movemail):
4954         Respect pop3-leave-mail-on-server.
4955
4956         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4957         retrieval.
4958
4959         * pop3.el (pop3-process-filter): Remove unused function.
4960         (pop3-streaming-movemail, pop3-send-streaming-command)
4961         (pop3-wait-for-messages, pop3-write-to-file)
4962         (pop3-number-of-responses): New functions for streaming pop3
4963         retrieval.
4964
4965         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4966         come from no known methods.
4967         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4968         list.
4969
4970         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4971         message sizes.
4972         (pop3-movemail): Use erase-buffer instead of looping and deleting
4973         regions, which seems rather odd.
4974
4975         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4976         file once per `g' run.
4977
4978         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4979         directories.  This makes the draft queue directory work.
4980
4981         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4982         data from the backends, so that we only request the list of groups from
4983         each method once.  This should speed things up considerably.
4984
4985         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4986         detect that it's not implemented.
4987
4988         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4989         we actually do recurse down into the tree, but don't stat all leaf
4990         nodes.
4991
4992         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4993         then say so instead of bugging out.
4994
4995         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4996         files exist before trying to read them.
4997
4998         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4999         around <pre_int>.
5000
5001         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5002
5003         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5004
5005 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5006
5007         * mm-util.el (mm-image-load-path): Just return the image directories,
5008         not all directories in the path in addition to the image directories.
5009         (mm-image-load-path): Maintain a cache of the image directories so that
5010         the `g' command in Gnus doesn't have to stat dozens of directories each
5011         time.
5012
5013         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5014         (gnus-html-wash-tags): Add a new `i' command to insert images.
5015         (gnus-html-insert-image): New command and keystroke.
5016         (gnus-html-redisplay-with-images): New command and keystroke.
5017         (gnus-html-show-images): Rename command.
5018         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5019         spacers.
5020         (gnus-html-wash-tags): Decode entities at the end, so that entities
5021         inside the tags don't mess up the rest of the "parsing".
5022
5023         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5024         so that nnimap methods aren't agentized by default.  There's apparently
5025         many problems related to agent/imap behaviour.
5026
5027         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5028
5029         * gnus-html.el: Doc fix.
5030
5031 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5034         specifier-spec-list for Emacs 21.
5035
5036         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5037         glyph-width and glyph-height instead of display-graphic-p and
5038         image-size; make avoidance of displaying small images work for XEmacs.
5039
5040         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5041         for XEmacs.
5042
5043         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5044         of symbol that holds plist data.
5045         (gnus-process-plist): Remove plist of process after getting it.
5046
5047 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * message.el (message-generate-hashcash): Change default to
5050         'opportunistic if hashcash is installed.
5051
5052         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5053         (gnus-html-put-image): Only call image-size once, since it's somewhat
5054         time-consuming on remote X servers.
5055
5056 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5059         type on data, not a file name.
5060
5061         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5062         window-pixel-edges for Emacs 21.
5063
5064         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5065         decoded contents.
5066         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5067
5068 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5069
5070         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5071         group line format, since it isn't very interesting.
5072
5073         * gnus-agent.el (gnus-agent-short-article),
5074         (gnus-agent-long-article): Increase values for these two variables,
5075         since most people are likely to have more network connection and
5076         storage than before.
5077
5078         * gnus.el (gnus-refer-article-method): Change default to 'current.
5079         When referring an article, the common behaviour is to refer it from the
5080         current select method, not the native select method.  The chances of
5081         the native select method having the message in question is rather slim
5082         these days.
5083
5084         * gnus-sum.el (gnus-auto-select-subject): Change default to
5085         `unseen-or-unread'.  I think it's likely that most people want to
5086         select an unseen article over a previously seen, but unread one.
5087
5088         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5089         means that in the article buffer none of the minor mode elements will
5090         be shown, usually, and this is not desirable in most cases.
5091
5092         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5093         that commands like `d' (and the like) go to the next line in the
5094         buffer, instead of the next unread article.  I think this is the
5095         behaviour that is most natural for most users.
5096         (gnus-single-article-buffer): Change default to nil, so that people can
5097         have as many article buffers open as they have summary buffer.  I think
5098         this is the most natural way for the groups to behave.
5099
5100         * message.el (message-generate-new-buffers): Change default to
5101         `unsent', so that all new message buffers start their names with the
5102         string "*unsent", and it's easier to find the buffers if you move from
5103         them.
5104
5105 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106
5107         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5108         small.  They're probably tracking images.
5109         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5110         (gnus-html-rescale-image): Yet another try at getting the image sizing
5111         right.
5112
5113         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5114         nntp-marks-file-name is nil.
5115
5116 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5117
5118         * gnus-html.el (gnus-html-wash-tags)
5119         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5120         Better logging.
5121
5122 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5123
5124         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5125
5126         * gnus-html.el (gnus-html-wash-tags): Check the value of
5127         gnus-blocked-images in the summary buffer.
5128
5129 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5130
5131         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5132
5133 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5134
5135         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5136         like "a", it seems like.
5137         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5138         since it needs to be picked from the correct buffer.
5139
5140         * nnwfm.el: Remove.
5141
5142         * nnlistserv.el: Remove.
5143
5144 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5145
5146         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5147         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5148
5149 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5150
5151         * nnkiboze.el: Remove.
5152
5153         * nndb.el: Remove.
5154
5155         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5156         alt text.
5157         (gnus-html-rescale-image): Try to get the rescaling logic right for
5158         images that are just wide and not tall.
5159
5160         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5161         overshadow variable bindings.
5162
5163 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5164
5165         * gnus-html.el (gnus-html-wash-tags)
5166         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5167         Add extra logging.
5168
5169 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5172         (gnus-max-image-proportion): New variable.
5173         (gnus-html-rescale-image): New function.
5174         (gnus-html-put-image): Rescale images.
5175
5176 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5177
5178         Fix up some byte-compiler warnings.
5179         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5180         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5181         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5182         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5183         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5184         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5185         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5186
5187 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * gnus-html.el (gnus-article-html): Decode contents by charset.
5190
5191 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5194         (gnus-html-frame-width, gnus-blocked-images)
5195         * message.el (message-prune-recipient-rules): Add custom version.
5196         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5197
5198         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5199         functions.
5200
5201         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5202         gnus-process-get.
5203
5204 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5205
5206         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5207         instead of lsub directly.
5208
5209 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * nnwarchive.el: Remove.
5212
5213         * gnus-soup.el: Remove.
5214
5215         * nnsoup.el: Remove.
5216
5217         * nnultimate.el: Remove.
5218
5219         * gnus-html.el (gnus-blocked-images): New variable.
5220
5221         * message.el (message-prune-recipients): New function.
5222         (message-prune-recipient-rules): New variable.
5223
5224         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5225         guess whether a long line is natural text or not.
5226
5227         * gnus-html.el (gnus-html-schedule-image-fetching):
5228         Use gnus-process-plist and friends for compatibility.
5229
5230 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5231
5232         * gnus-html.el: Require packages that define macros used in this file.
5233         (gnus-article-mouse-face): Declare to silence byte-compiler.
5234         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5235         process-get.
5236         (gnus-html-put-image): Use plist-get to avoid getf.
5237         (gnus-html-prefetch-images): Use with-current-buffer.
5238
5239 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * gnus-ems.el: Provide compatibility functions for
5242         gnus-set-process-plist.
5243
5244         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5245         header-line-format for XEmacs 21.4.
5246
5247         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5248         * gnus.el (gnus-valid-select-methods)
5249         * message.el (message-send-mail-partially-limit)
5250         * mm-decode.el (mm-text-html-renderer)
5251         * mml.el (mml-insert-mime-headers-always)
5252         * smiley.el (smiley-regexp-alist): Bump custom version.
5253
5254 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * gnus-html.el: require mm-url.
5257         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5258         with the url to `url'.
5259         (gnus-html-wash-tags): Support cid: URLs/images.
5260
5261 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5262
5263         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5264         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5265         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5266
5267         * gnus-move.el: Remove file, since it doesn't really work.
5268
5269         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5270         UTF-8.  This seems to fix problems with some German web feeds.
5271
5272         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5273         at the top so that the proper colours are applied.
5274
5275         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5276         don't have dots in their names.
5277
5278         * gnus-art.el (gnus-article-view-part): Doc fix.
5279
5280         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5281         XEmacs-compatible.
5282         (gnus-html-put-image): Don't do images on non-graphic displays.
5283
5284         * nnslashdot.el: Remove this unused backend.
5285
5286         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5287         actions.
5288         (gnus-undo-register-1): Revert last change.
5289
5290         * gnus-group.el (gnus-group-completing-read): Protect against not
5291         having completion-styles bound.
5292
5293         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5294         make broken recipients happier.
5295
5296         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5297
5298         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5299         point parameter.
5300
5301         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5302
5303         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5304         completion-styles for group selection.
5305
5306 2009-02-04  Andreas Schwab  <schwab@suse.de>
5307
5308         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5309         headers and regexp-quote the match if necessary.
5310
5311 2009-03-24  Miles Bader  <miles@gnu.org>
5312
5313         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5314         the blinking smiley.
5315
5316 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5317
5318         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5319         blink smiley.
5320
5321 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322
5323         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5324         where the dribbel file lives exists.
5325
5326         * message.el (message-send-mail-partially-limit): Change the default to
5327         nil, since most people don't want this.
5328
5329         * mm-url.el (mm-url-decode-entities): Also decode entities like
5330         &#x3212.
5331
5332 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5333
5334         * gnus-sum.el (gnus-summary-idna-message):
5335         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5336         Hyperlink urls in docstrings with URL `...'.
5337
5338 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5339
5340         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5341         functions.
5342
5343 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5344
5345         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5346         say what the mouseover text should be.
5347
5348         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5349         version of the mm-w3m-safe-url-regexp variable to only download images
5350         in the groups where we want that to happen.
5351
5352         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5353
5354         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5355         easier debugging.
5356         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5357         big pictures in the article buffer.
5358
5359         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5360         gnus-article-html.
5361         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5362         w3m.
5363
5364         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5365
5366 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5369         which doesn't exist.
5370
5371         * message.el (message-inhibit-ecomplete): New variable to allow some
5372         function to inhibit ecomplete address storage.
5373         (message-resend): Disable ecomplete message storage when resending
5374         messages.
5375
5376         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5377
5378 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5379
5380         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5381         Save excursion while copying, moving, and deleting articles in order to
5382         prevent the cursor from jumping to unforeseen place.
5383
5384 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * lpath.el: No need to bind bookmark-current-buffer,
5387         bookmark-yank-point and bookmark-make-record-function.
5388
5389 2010-08-17  Glenn Morris  <rgm@gnu.org>
5390
5391         * gnus-sync.el: Require gnus components whose functions are used.
5392
5393         * gnus-art.el (bookmark-make-record-function):
5394         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5395         Declare for compiler.
5396
5397         * mm-url.el (mml-compute-boundary): Autoload.
5398
5399 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5402
5403 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5404
5405         Typo fix "hoo4a" -> "hook".
5406
5407         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5408
5409 2010-08-14  Glenn Morris  <rgm@gnu.org>
5410
5411         * gnus-sync.el (gnus-sync): Fix defgroup version.
5412
5413 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5414
5415         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5416
5417         * gnus-sync.el: Fix docs.
5418         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5419         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5420
5421 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5422
5423         Optimizations for gnus-sync.el.
5424
5425         * gnus-sync.el: Add docs about gnus-sync-backend
5426         possibilities.
5427         (gnus-sync-save): Remove unnecessary message.
5428         (gnus-sync-read): Optimize and show what groups were skipped.
5429
5430 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5431
5432         Minor bug fixes for gnus-sync.el.
5433
5434         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5435         Don't read the sync on get-new-news.
5436
5437         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5438         quiet.
5439
5440         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5441         (fix typo).
5442
5443 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5444
5445         Make saving and restoring of hidden threads work with overlays.
5446         Patch applied by Ted Zlatanov.
5447
5448         * gnus-sum.el (gnus-hidden-threads-configuration)
5449         (gnus-restore-hidden-threads-configuration): Update to deal with text
5450         properties, rather than searching for a magic character.
5451
5452 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5453
5454         New gnus-sync.el library for synchronization of marks.
5455
5456         * gnus-sync.el: New library for synchronization of marks.
5457
5458         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5459         renamed from `gnus-registry-grep-in-list'.
5460
5461         * gnus-registry.el (gnus-registry-follow-group-p):
5462         Use `gnus-grep-in-list'.
5463
5464         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5465
5466 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5469         determining charset of text fails.
5470
5471 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * nnmail.el (nnmail-get-new-mail-1): Revert.
5474
5475         * nnml.el (nnml-active-number): Make sure names of newly created groups
5476         in nnml-group-alist are encoded.
5477
5478 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5481         containing non-ASCII characters in active file for nnml back end.
5482
5483 2010-07-24  David Engster  <dengste@eml.cc>
5484
5485         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5486         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5487
5488 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5489
5490         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5491         tag (Bug#6654).
5492
5493 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5496         the article buffer, not the summary buffer.
5497
5498 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5499
5500         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5501         Emacs 23 as well.
5502
5503 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5504
5505         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5506         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5507
5508 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5509
5510         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5511         Patch applied by Karl Fogel.
5512
5513         * gnus-sum.el (gnus-summary-bookmark-make-record):
5514         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5515
5516 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5517
5518         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5519         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5520         C-w still not working correctly from Article buffers; Thierry's
5521         patch to fix that will be applied after this.
5522
5523         * gnus-art.el (bookmark-make-record-function): New local variable.
5524
5525         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5526         article buffer.
5527         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5528
5529 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5530
5531         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5532         on changes in bookmark.el.
5533
5534 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5537         `no-log' instead of message not to log prompt string.
5538
5539 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5540
5541         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5542         the *other* type of HTML form submission.
5543
5544 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5545
5546         * auth-source.el (auth-source-pick): If choice does not contain a
5547         questioned keyword, set the check to t.
5548
5549 2010-06-12  Romain Francoise  <romain@orebokech.com>
5550
5551         * gnus-util.el (gnus-date-get-time): Move up before first use.
5552
5553 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5556         (gnus-article-edit-part): Bind it to make last part that is substituted
5557         or deleted visible.
5558         (gnus-mime-display-single): Buttonize part of which id equals to
5559         gnus-mime-buttonized-part-id.
5560
5561 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5562
5563         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5564         (gnus-dd-mmm): Use gnus-date-get-time.
5565         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5566         simplify logic.
5567         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5568         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5569
5570 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5571
5572         * auth-source.el (top): Autoload `secrets-list-collections',
5573         `secrets-create-item', `secrets-delete-item'.
5574         (auth-sources): Fix tag string.
5575         (auth-get-source, auth-source-retrieve, auth-source-create)
5576         (auth-source-delete): New defuns.
5577         (auth-source-pick): Rewrite in order to avoid 2 passes.
5578         (auth-source-forget-user-or-password): New parameter USERNAME.
5579         (auth-source-user-or-password): New parameters CREATE-MISSING and
5580         DELETE-EXISTING.  Retrieve password interactively, if needed.
5581
5582 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5583
5584         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5585         deleting unused directories when gnus-expert-user is t.
5586
5587 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5588
5589         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5590         for each temp file when gnus-article-browse-delete-temp is ask.
5591
5592 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5593
5594         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5595         Lisp calls to delete-backward-char by calls to delete-char.
5596
5597 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5598
5599         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5600
5601 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5602
5603         * password-cache.el (password-cache-remove): Fix docstring.
5604
5605 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5606
5607         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5608         article unless decoding article to be saved.
5609
5610 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5613         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5614         generated within the mm-with-unibyte-current-buffer macro.
5615
5616 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5619         to nil when we're in a mml-preview buffer and no group is selected.
5620
5621 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5622
5623         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5624         when catching the `C-g'.  Reported by "Leo".
5625
5626 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * message.el (message-forward-make-body-plain)
5629         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5630         multibyte-string-p.
5631
5632         * lpath.el: Revert.
5633
5634 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * message.el (message-forward-make-body-mml): Assume original message
5637         is multibyte string; error on unibyte.
5638         (message-forward-make-body-plain): Ditto; don't add excessive newline
5639         in body end.
5640
5641         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5642
5643 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5644
5645         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5646         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5647
5648 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * mm-extern.el (mm-extern-url): Don't use
5651         mm-with-unibyte-current-buffer.
5652         (mm-extern-cache-contents): Use with-current-buffer instead of
5653         save-excursion + set-buffer.
5654
5655 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * mm-util.el (mm-emacs-mule): Remove.
5658
5659 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5660
5661         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5662         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5663         change.
5664
5665 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5668         bind the default value of enable-multibyte-characters to nil.
5669
5670 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * message.el (message-forward-make-body-plain)
5673         (message-forward-make-body-mml):
5674         Don't use mm-with-unibyte-current-buffer.
5675
5676 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5677
5678         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5679
5680 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5681
5682         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5683         (Bug#5592).
5684
5685 2010-05-07  Julien Danjou  <julien@danjou.info>
5686
5687         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5688         it to mm-pipe-part.
5689
5690         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5691         it is given.
5692
5693 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * binhex.el (binhex-decode-region-internal)
5696         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5697         (dns-query)
5698         * nnweb.el (nnweb-gmane-search)
5699         * pgg-parse.el (pgg-parse-armor)
5700         * pgg.el (pgg-verify-region)
5701         * sha1.el (sha1-string-external)
5702         * uudecode.el (uudecode-decode-region-internal)
5703         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5704         XEmacs.
5705
5706         * gnus-art.el (gnus-article-browse-html-parts)
5707         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5708         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5709         make-temp-file.
5710
5711         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5712         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5713         compiling.
5714
5715         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5716         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5717         XEmacs when compiling.
5718
5719         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5720         gnus-pick-mode-off-hook for XEmacs when compiling.
5721         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5722         gnus-binary-mode-off-hook for XEmacs when compiling.
5723
5724         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5725         Return nil if char-charset is not available.
5726
5727         * imap.el (imap-disable-multibyte)
5728         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5729         macros.
5730
5731         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5732         instead of encode-coding-string.
5733
5734         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5735         'xemacs) instead of mm-emacs-mule to switch function definitions.
5736         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5737
5738         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5739         bind temporary-file-directory for XEmacs;
5740         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5741         timer-set-function for XEmacs 21.4 and SXEmacs;
5742         bind timer-list for XEmacs 21.4 and SXEmacs;
5743         fbind char-charset and find-charset-region for non-Mule XEmacs;
5744         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5745         encode-coding-region and encode-coding-string for XEmacs having no
5746         file-coding feature.
5747
5748 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5749
5750         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5751
5752 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5755         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5756
5757 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5758
5759         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5760         alias `jka-compr-delete-temp-file' no longer exists.
5761
5762 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5763
5764         Use define-minor-mode in Gnus where applicable.
5765         * mml.el (mml-mode): Use define-minor-mode.
5766         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5767         (gnus-undo-mode): Use define-minor-mode.
5768         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5769         (gnus-dead-summary-mode): Use define-minor-mode.
5770         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5771         Initialize in declaration.
5772         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5773         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5774         (gnus-mailing-list-mode): Use define-minor-mode.
5775         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5776         (gnus-draft-mode): Use define-minor-mode.
5777         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5778         (gnus-dired-mode): Use define-minor-mode.
5779
5780 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5781
5782         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5783         handles on recursive mml-to-mime translation and check them for
5784         boundary delimiter collisions.  Reported by Greg Troxel.
5785
5786 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5787
5788         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5789
5790 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5791
5792         * mm-util.el (mm-find-buffer-file-coding-system):
5793         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5794
5795 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5796
5797         * message.el (message-generate-headers): Record insertion of optional
5798         headers as well.  Otherwise the check to prevent repeated insertion of
5799         optional headers is a no-op.
5800
5801 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5802
5803         * smime.el: Don't mention CVS.
5804
5805         * nnrss.el (nnrss-fetch): Don't mention CVS.
5806
5807         * nnir.el: Don't mention CVS.
5808
5809 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5810
5811         * gnus-sum.el (gnus-summary-bookmark-make-record):
5812         Add `location' field.
5813
5814 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5815
5816         * lpath.el: Fbind bookmark-default-handler,
5817         bookmark-get-bookmark-record, bookmark-make-record-default,
5818         bookmark-prop-get for Emacs <23 and XEmacs.
5819
5820 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5821
5822         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5823         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5824         Use with-current-buffer to silence the byte-compiler.
5825         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5826         bother to require `gnus'.
5827         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5828
5829 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5830
5831         * gnus-sum.el (gnus-summary-bookmark-make-record)
5832         (gnus-summary-bookmark-jump): New functions.
5833         (gnus-summary-mode): Setup bookmark support.
5834
5835 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5836
5837         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5838         if set.
5839
5840 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5843         gnus-article-browse-html-save-cid-image; make it work recursively for
5844         forwarded messages as well.
5845         (gnus-article-browse-html-parts): Work when prefix arg is given.
5846         (gnus-article-browse-html-article): Doc fix.
5847
5848 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5849
5850         * message.el (message-default-mail-headers):
5851         (message-default-headers): Carry the value mail-default-headers over
5852         into message-default-mail-headers, rather than message-default-headers.
5853
5854 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5855
5856         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5857         charset.
5858
5859         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5860         charset into the <meta> tag when the article is encoded to utf-8.
5861
5862 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * gnus-art.el (gnus-article-browse-delete-temp-files):
5865         Delete directories as well.
5866         (gnus-article-browse-html-parts): Work for images that do not specify
5867         file names; delete temp directory when quitting; insert header at the
5868         right place; use file: scheme for image files.
5869
5870 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5871
5872         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5873         (gnus-article-browse-html-parts): Use it to make temporary cid image
5874         files in addition to html file so that browser may display them.
5875
5876 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5879
5880 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5881
5882         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5883
5884 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5885
5886         * auth-source.el (auth-sources): Change default to be simpler.
5887         Explain about Secret Service API sources.  Improve Customize options.
5888         (auth-source-pick): Change to accept any number of search parameters.
5889         Implement fallbacks iteratively, not recursively.  Add scoring on the
5890         second pass and sort by score.  Call Secret Service API when needed.
5891         (auth-source-user-or-password): Use it.  Call Secret Service API
5892         directly when needed to get the user name and the password.
5893
5894 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5895
5896         * message.el (message-interactive): Doc fix.
5897         (message-qmail-inject-args): Reflow.
5898         (message-kill-to-signature): Fix typo in docstring.
5899
5900         * smiley.el (smiley-buffer): Fix typo in docstring.
5901
5902 2010-03-24  Glenn Morris  <rgm@gnu.org>
5903
5904         * mail-source.el (gnus-message): Declare.
5905         (mail-source-delete-old-incoming): Require gnus-util.
5906
5907 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5910
5911         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5912
5913         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5914         password-cache's default if it is not bound.
5915         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5916         password-cache-expiry's default if it is not bound.
5917
5918         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5919         available in Emacs 21.
5920
5921         * lpath.el: Suppress compiler warnings for:
5922         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5923         XEmacs;
5924         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5925         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5926         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5927
5928 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5929
5930         * auth-source.el (auth-sources): Fix up definition so extra parameters
5931         are always inline.
5932
5933 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5934
5935         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5936         wasn't updated after mismatch.  Clear cached mailbox info correctly
5937         when uidvalidity changes.
5938         (nnimap-group-prefixed-name): New function to avoid some code
5939         duplication.
5940         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5941         (nnimap-request-group): Use it.
5942         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5943         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5944         with many imap folders.  This is done by caching the group status from
5945         the imap server persistently in a group parameter `imap-status'.  (This
5946         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5947         but not persistently, so every Gnus startup was still very slow.)
5948
5949 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5950
5951         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5952         delete the extra newline.  Otherwise editing of :string and :number
5953         types don't work.
5954
5955 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5956
5957         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5958         secrets.el dependency.
5959         (auth-sources): Add optional user name.  Add secrets.el configuration
5960         choice (unused right now).
5961
5962 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5963
5964         * gnus-sum.el (gnus-summary-make-menu-bar):
5965         Let `gnus-registry-install-shortcuts' fill in the functions.
5966
5967         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5968         warnings.
5969         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5970         (gnus-registry-install-shortcuts): Populate and use it in a
5971         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5972
5973 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5974
5975         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5976         In-place substitutions for the group name encoding/decoding.
5977         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5978         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5979         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5980         (nnimap-update-unseen, nnimap-request-list)
5981         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5982         (nnimap-request-set-mark, nnimap-split-to-groups)
5983         (nnimap-split-articles, nnimap-request-newgroups)
5984         (nnimap-request-create-group, nnimap-request-accept-article)
5985         (nnimap-request-delete-group, nnimap-request-rename-group)
5986         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5987         `encoded-mbx' for consistency.
5988         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5989         variable `imap-current-mailbox'.
5990
5991         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5992         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5993
5994 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5995
5996         * pop3.el (pop3-display-message-size-flag): Display message size byte
5997         counts during POP3 download.
5998         (pop3-movemail): Use it.
5999         (pop3-list): Implement listing of available messages.
6000
6001 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6002
6003         * nnir.el (nnir-get-article-nov-override-function): New function to
6004         override the normal NOV retrieval.
6005         (nnir-retrieve-headers): Use it.
6006
6007 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6008
6009         * auth-source.el (netrc-machine-user-or-password): Autoload.
6010
6011 2010-03-19  Glenn Morris  <rgm@gnu.org>
6012
6013         Stop message.el from loading about 40 libraries it doesn't always need.
6014         The general approach is to autoload rather than require, and to
6015         require in the specific functions rather than the file.  (Bug#5642)
6016
6017         * gmm-utils.el: Don't require wid-edit.
6018         (widget-create-child-value, widget-convert, widget-default-get):
6019         Autoload.
6020
6021         * gnus-util.el: Don't require time-date, netrc.
6022         (message-fetch-field, gnus-group-name-decode): Declare rather than
6023         autoloading.
6024         (gnus-fetch-field): Require message.
6025         (gnus-decode-newsgroups): Require gnus-group.
6026
6027         * ietf-drums.el: Don't require time-date.
6028
6029         * message.el: Don't require hashcash, canlock, ecomplete.
6030         Do require mail-utils.  Require nnheader only when compiling.
6031         (smtpmail-default-smtp-server): Remove declaration.
6032         (message-send-mail-function): Check smtpmail-default-smtp-server
6033         is bound rather than requiring smtpmail.
6034         (message-auto-save-directory, message-insert-signature):
6035         Use expand-file-name rather than nnheader-concat.
6036         (nnheader-insert-file-contents): Autoload.
6037         (hashcash-wait-async): Declare.
6038         (message-send-mail): Only call gnus-setup-posting-charset if
6039         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6040         (message-send-mail-with-sendmail): Require sendmail.
6041         (canlock-password, canlock-password-for-verify): Declare.
6042         (message-canlock-password): Require canlock.
6043         (nnheader-get-report): Autoload.
6044         (gnus-setup-posting-charset): Declare.
6045         (message-send-news): Require gnus-msg.
6046         (message-make-references, message-make-in-reply-to): Use mail-header-id
6047         rather than the alias mail-header-message-id.
6048         (ecomplete-add-item, ecomplete-save): Declare.
6049         (message-put-addresses-in-ecomplete): Require ecomplete.
6050         (ecomplete-display-matches): Autoload.
6051
6052         * mm-decode.el: Don't require mailcap, gnus-util.
6053         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6054         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6055         Autoload.
6056         (mailcap-mime-extensions): Declare.
6057
6058         * mm-encode.el: Don't require mailcap.
6059         (mailcap-extension-to-mime): Autoload.
6060
6061         * mml-sec.el: Don't require password-cache.
6062
6063         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6064         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6065         (mml-minibuffer-read-type): Require mailcap.
6066         (mml-preview): Require gnus-msg.
6067
6068         * mml1991.el: Require password-cache.
6069         (password-cache-expiry): Remove declaration.
6070
6071         * mml2015.el: Require password-cache.
6072         (password-cache-expiry): Remove declaration.
6073
6074         * nneething.el (mailcap): Require mailcap.
6075
6076         * nnheader.el (declare-function): Add compatibility stub.
6077         (message-remove-header): Declare rather than autoload.
6078         (nnheader-replace-header): Require message.
6079
6080         * nnimap.el (declare-function): Add compatibility stub.
6081         (netrc-parse, netrc-machine-user-or-password): Declare.
6082         (nnimap-open-connection): Require netrc.
6083
6084         * nntp.el (declare-function): Add compatibility stub.
6085         (netrc-parse, netrc-machine, netrc-get): Declare.
6086         (nntp-send-authinfo): Require netrc.
6087
6088         * rfc2047.el: Don't require qp.
6089         (quoted-printable-encode-region, quoted-printable-decode-string):
6090         Autoload.
6091
6092         * sieve-mode.el: Don't require easymenu.
6093         (easy-menu-add-item): Autoload it.
6094
6095         * spam-stat.el (time-to-number-of-days): Autoload it.
6096
6097 2010-03-19  Glenn Morris  <rgm@gnu.org>
6098
6099         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6100
6101 2010-03-18  Glenn Morris  <rgm@gnu.org>
6102
6103         * hashcash.el (declare-function): Remove duplicate definition.
6104
6105 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6106
6107         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6108         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6109         value if any backslash escapes).
6110
6111 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6114         if it is available.  (bug#5647)
6115
6116         * lpath.el: Suppress compiler warning for coding-system-from-name for
6117         Emacs 21 and XEmacs.
6118
6119 2010-03-14  Juri Linkov  <juri@jurta.org>
6120
6121         * hmac-def.el:
6122         * hmac-md5.el:
6123         * netrc.el: Fix keywords.
6124
6125 2010-02-26  Glenn Morris  <rgm@gnu.org>
6126
6127         * message.el (message-send-mail-function): Change the default, so that
6128         it inherits from a customized send-mail-function.  (Bug#5643)
6129
6130 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6131
6132         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6133         shell-command-to-string signals an error (bug#5299).
6134
6135 2010-02-24  Glenn Morris  <rgm@gnu.org>
6136
6137         * message.el (message-smtpmail-send-it)
6138         (message-send-mail-with-mailclient): Doc fixes.
6139
6140 2010-02-16  Glenn Morris  <rgm@gnu.org>
6141
6142         * message.el (message-default-mail-headers): Change the default value
6143         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6144
6145 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6146
6147         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6148         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6149
6150 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6151
6152         * time-date.el (date-to-time): Doc fix (Bug#5408).
6153
6154 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6155
6156         * message.el (message-mail): Just pass yank-action on to message-setup.
6157         (message-setup): Handle (FUN . ARGS) form of yank-action.
6158         (message-with-reply-buffer, message-widen-reply)
6159         (message-yank-original): Handle non-buffer values of
6160         message-reply-buffer (Bug#4080).
6161         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6162
6163 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6164
6165         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6166         Fix typo in docstring.
6167
6168 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6169
6170         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6171         response.
6172
6173 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6174
6175         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6176
6177         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6178
6179         * message.el (message-check-news-header-syntax): Protect against a
6180         string that `rfc822-addresses' returns when parsing fails.
6181
6182 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6183
6184         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6185         (gnus-previous-char-property-change): New functions.
6186
6187         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6188
6189 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6190
6191         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6192         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6193
6194 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6195
6196         * message.el (message-exchange-point-and-mark): Rework last change to
6197         avoid using optional arg of exchange-point-and-mark, for backward
6198         compatibility.
6199
6200 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6201
6202         * message.el (message-exchange-point-and-mark):
6203         Call exchange-point-and-mark with an argument rather than setting
6204         mark-active by hand (Bug#5175).
6205
6206 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * nntp.el (nntp-service-to-port): Work for service expressed with
6209         numeric string; replace [:digit:] with [0-9] for XEmacs.
6210
6211 2009-12-17  Glenn Morris  <rgm@gnu.org>
6212
6213         * gnus-group.el (gnus-bug-group-download-format-alist):
6214         Change emacs entry to debbugs.gnu.org.  Bump :version.
6215
6216 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6219
6220 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6221
6222         * message.el (message-info): Explain why we use `Info-goto-node'.
6223
6224 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6227
6228 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6229
6230         * message.el (message-completion-in-region): New compatibility function.
6231         (message-expand-group): Use it.
6232
6233 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6236         with no unread article should be listed if the 2nd arg `predicate' is
6237         given.
6238
6239 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6242
6243 2009-11-29  Juri Linkov  <juri@jurta.org>
6244
6245         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6246         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6247         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6248
6249 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6250
6251         * sha1.el (sha1-string-external): default-directory "/" in case
6252         otherwise non-existent.  process-connection-type pipe for touch of
6253         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6254
6255 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6256
6257         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6258         it's comms related and sgml-mode.el has "comm" on that basis too.
6259
6260 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6263         containing tspecial characters if they have been already quoted.
6264
6265 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6266
6267         * dns-mode.el (auto-mode-alist): Purecopy string.
6268
6269 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6270
6271         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6272
6273 2009-10-24  Glenn Morris  <rgm@gnu.org>
6274
6275         * gnus-art.el (help-xref-stack-item): Define for compiler.
6276
6277 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6278
6279         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6280
6281 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6282
6283         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6284
6285 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6288         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6289
6290 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6293         (gnus-overlays-in): New alias to overlays-in.
6294
6295         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6296         gnus-overlay-get, and gnus-delete-overlay.
6297         (gnus-summary-show-thread): Make it work as well for systems in which
6298         next-single-char-property-change is not available.
6299         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6300
6301         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6302         (gnus-overlay-get): New alias to extent-property.
6303         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6304
6305         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6306         SXEmacs.
6307
6308         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6309         SXEmacs.
6310
6311 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6312
6313         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6314
6315 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6316
6317         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6318         and XEmacs that don't have `remove-overlays'.
6319
6320 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6321
6322         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6323         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6324         selective display.  Use overlays instead.
6325
6326 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6327
6328         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6329
6330 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6331
6332         * spam-stat.el (spam-stat-load): Fix typo in message.
6333
6334 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6335
6336         * dig.el (dig-invoke): Fix typo in docstring.
6337         (query-dig): Reflow docstring.
6338
6339 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6340
6341         * gnus-art.el (gnus-article-encrypt-body):
6342         * message.el (message-check-recipients):
6343         * mm-util.el (mm-codepage-setup):
6344         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6345         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6346
6347 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6348
6349         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6350         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6351         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6352         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6353         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6354
6355 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6356
6357         * dig.el: Add "Keywords: comm", as per net-utils.el.
6358
6359 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6360
6361         * dig.el (dig-mode): Use define-derived-mode.
6362
6363 2009-09-19  Glenn Morris  <rgm@gnu.org>
6364
6365         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6366
6367 2009-09-18  Glenn Morris  <rgm@gnu.org>
6368
6369         * gnus-diary.el (gnus-diary-check-message):
6370         * message.el (message-insert-formatted-citation-line):
6371         * nnbabyl.el (top-level):
6372         * nndiary.el (nndiary-schedule):
6373         Fix typos in condition-case handlers.
6374
6375 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6378         configuration that provides the sole article window in a frame;
6379         position point correctly after deleting a part.
6380
6381 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6382
6383         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6384         (spam-resolve-registrations-routine): Use it to unregister articles
6385         that change status.
6386
6387 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6390         with XEmacs.
6391         (parse-time-string-chars): Use it.
6392
6393 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6394
6395         * imap.el (imap-interactive-login): Better messages.
6396         (imap-open): Fix bug with renamed buffer on reconnect.
6397         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6398         for easier debugging and cleaner code.  On successful (guessed based on
6399         server capabilities) secondary authentication, set imap-state
6400         correctly.
6401         (imap-last-authenticator): Define imap-last-authenticator as a variable
6402         to avoid warnings.
6403
6404 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * nnrss.el (nnrss-request-article): Remove binding of
6407         default-enable-multibyte-characters that has gotten needless by
6408         the 2007-07-13 change in rfc2047-encode-message-header.
6409
6410         * mml.el (mml-insert-multipart): Error on the message header.
6411         (mml-insert-part): Error on the message header; position point at
6412         the end of a MIME tag.
6413
6414 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * time-date.el (autoload): Expand define-obsolete-function-alias into
6417         defalias and make-obsolete for old Emacsen that Gnus supports.
6418         (with-no-warnings): Define it for old Emacsen.
6419         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6420         is available.
6421         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6422         float-time is available; suppress compile warning for time-to-seconds.
6423
6424         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6425         (gnus-float-time): Alias to float-time if it exists.
6426
6427         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6428         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6429         float-time is available; suppress compile warning for time-to-seconds.
6430
6431         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6432         XEmacs.
6433
6434 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6435
6436         * imap.el (imap-message-map): Docstring fix.
6437
6438 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6439
6440         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6441         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6442         Add the optional argument `encoding' that overrides the default.
6443
6444         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6445         mm-encode-buffer.
6446
6447 2009-09-04  Glenn Morris  <rgm@gnu.org>
6448
6449         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6450         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6451         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6452         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6453         * mm-util.el (mm-with-unibyte-current-buffer)
6454         (mm-find-buffer-file-coding-system):
6455         * yenc.el (yenc-decode-region): Use default-value rather than
6456         default-enable-multibyte-characters.
6457
6458 2009-09-03  Glenn Morris  <rgm@gnu.org>
6459
6460         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6461         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6462         than default-enable-multibyte-characters.
6463
6464 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6465
6466         * gnus-art.el (gnus-article-read-summary-keys):
6467         Fix gnus-buffer-configuration's value temporarily used.
6468
6469 2009-09-02  Glenn Morris  <rgm@gnu.org>
6470
6471         * gnus-util.el (gnus-float-time): New function.
6472         * gnus-delay.el (gnus-delay-article):
6473         * gnus-sum.el (gnus-thread-latest-date):
6474         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6475         * nnspool.el (nnspool-request-newgroups):
6476         Use gnus-float-time rather than time-to-seconds.
6477         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6478
6479         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6480         (gnus-header-subject-face, gnus-header-newsgroups-face)
6481         (gnus-header-name-face, gnus-header-content-face):
6482         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6483         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6484         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6485         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6486         (gnus-cite-face-11):
6487         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6488         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6489         (gnus-server-closed-face, gnus-server-denied-face)
6490         (gnus-server-offline-face):
6491         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6492         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6493         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6494         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6495         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6496         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6497         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6498         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6499         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6500         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6501         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6502         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6503         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6504         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6505         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6506         (gnus-summary-high-undownloaded-face)
6507         (gnus-summary-low-undownloaded-face)
6508         (gnus-summary-normal-undownloaded-face)
6509         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6510         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6511         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6512         (gnus-splash-face):
6513         * message.el (message-header-to-face, message-header-cc-face)
6514         (message-header-subject-face, message-header-newsgroups-face)
6515         (message-header-other-face, message-header-name-face)
6516         (message-header-xheader-face, message-separator-face)
6517         (message-cited-text-face, message-mml-face):
6518         * sieve-mode.el (sieve-control-commands-face)
6519         (sieve-action-commands-face, sieve-test-commands-face)
6520         (sieve-tagged-arguments-face):
6521         * spam.el (spam-face):
6522         Mark face aliases with "-face" in the name as obsolete.
6523
6524 2009-09-01  Glenn Morris  <rgm@gnu.org>
6525
6526         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6527         than goto-line.
6528
6529 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6532         Don't move point if the command is invoked inside the message header.
6533
6534 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6535
6536         * imap.el (imap-send-command): Simplify.
6537         (imap-wait-for-tag): point-max -> buffer-size.
6538
6539 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6540
6541         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6542         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6543         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6544         * nnir.el (nnir-swish-e-index-file):
6545         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6546         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6547         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6548         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6549         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6550         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6551
6552 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6555         Don't save excursion.
6556
6557 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6558
6559         * nnheader.el (nnheader-find-file-noselect):
6560         * mm-util.el (mm-insert-file-contents):
6561         Use (default-value 'major-mode) instead of default-major-mode.
6562
6563 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6564
6565         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6566
6567 2009-08-26  Glenn Morris  <rgm@gnu.org>
6568
6569         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6570         than placing in files.el.
6571
6572 2009-08-25  Glenn Morris  <rgm@gnu.org>
6573
6574         * nnir.el (top-level): Don't require cl at run-time.
6575         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6576         Replace cl-function substitute with gnus-replace-in-string.
6577         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6578         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6579         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6580         simplified expansions.
6581
6582 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6583
6584         * dig.el (dig): Add autoload cookie.
6585
6586 2009-08-22  Glenn Morris  <rgm@gnu.org>
6587
6588         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6589         goto-line.
6590
6591 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6592
6593         * parse-time.el (parse-time-string-chars): Save match data.
6594
6595 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6596
6597         * parse-time.el (parse-time-string-chars): Compute using character
6598         classes, to handle non-ascii characters (Bug#3190).
6599
6600 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6603
6604         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6605         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6606         (gnus-mm-display-part, gnus-mime-display-single)
6607         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6608         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6609
6610         * gnus-sum.el
6611         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6612         (gnus-summary-move-article): Add expirable mark to articles copied or
6613         moved to group that has auto-expire turned on if the option is non-nil.
6614
6615 2009-07-24  Glenn Morris  <rgm@gnu.org>
6616
6617         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6618         Fix typo.  (Bug#3903)
6619
6620 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6621
6622         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6623         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6624         that should not be used for draft articles.
6625         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6626         that has no concern in minor mode keys.
6627         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6628         Abolish.
6629
6630 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6633         article without making inquiry to a user for unknown encoding.
6634
6635         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6636         (nnmaildir--scan): Assume i-node and device number that file-attributes
6637         returns might be cons-cell.
6638
6639         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6640
6641         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6642
6643 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6644
6645         * auth-source.el: Remove docs now in auth.texi.  Don't use
6646         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6647         `auth-source-hide-passwords' and use them.
6648
6649 2009-07-15  Glenn Morris  <rgm@gnu.org>
6650
6651         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6652
6653 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6656         excessive whitespace from the default values of title and description.
6657
6658 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6661         mail-fetch-field to fetch Content-Description header in order to
6662         exclude newlines.
6663
6664 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6665
6666         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6667         format used by GnuPG 2.0.11.
6668
6669 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6672         to deleted part.
6673
6674 2009-05-30  David Engster  <dengste@eml.cc>
6675
6676         * nnmairix.el: Remove old documentation in the commentary block.
6677         (nnmairix-request-group): Do not update active file for nnml back ends.
6678         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6679         end so that overview files are ignored.
6680         (nnmairix-update-groups): Make updating the groups more robust by using
6681         marks.
6682         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6683         with dollar characters in message-id.
6684
6685 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6686
6687         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6688         2008-12-25 in dns.el.
6689
6690 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6691
6692         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6693         could happen if the text is only composed of spaces and/or tabs.
6694
6695 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6696
6697         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6698         when sending a queued message to avoid extra mml tags.
6699
6700 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6701
6702         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6703
6704 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6707         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6708         rmail-toggle-header for XEmacs;
6709         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6710
6711 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * gnus-dired.el: Remove autoload for gnus-setup-message.
6714         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6715         displaying Gnus logo; always use compose-mail.
6716
6717 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6720
6721 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6724         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6725         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6726         available.
6727         (gnus-nocem-epg-verify): New function.
6728
6729 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6730
6731         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6732
6733 2009-02-15  Glenn Morris  <rgm@gnu.org>
6734
6735         * gnus-util.el (rmail-insert-rmail-file-header)
6736         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6737         autoloads.
6738         (rmail-default-rmail-file): Remove unnecessary declaration.
6739         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6740
6741 2009-02-14  Glenn Morris  <rgm@gnu.org>
6742
6743         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6744         variable (only used in gnus-util, which declares it anyway).
6745         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6746         which was only needed by gnus-art (changed to not use it any more).
6747         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6748         only used in gnus-util, which autoloads it itself.
6749         (rmail-update-summary): Fix autoload.
6750
6751         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6752         rather than rmail-output-to-rmail-file.
6753
6754 2009-02-07  Glenn Morris  <rgm@gnu.org>
6755
6756         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6757         autoload of function that no longer exists.
6758         (rmail-toggle-header): Declare.
6759         (message-forward-rmail-make-body): Handle mbox Rmail.
6760
6761 2009-01-31  Glenn Morris  <rgm@gnu.org>
6762
6763         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6764         2009-01-09 change.
6765
6766 2009-01-31  Dave Love  <fx@gnu.org>
6767
6768         * imap.el (imap-fetch-safe): Bind debug-on-error.
6769         (imap-debug): Add imap-fetch-safe.
6770
6771 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6772
6773         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6774         (auth-source-forget-all-cached): New convenience function.
6775         (auth-source-user-or-password): Accept list of modes or a single mode.
6776
6777         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6778         auth-source modes.
6779
6780         * netrc.el (netrc-machine-user-or-password): Use list of
6781         auth-source modes.
6782
6783         * nnimap.el (nnimap-open-connection): Use list of
6784         auth-source modes.
6785
6786         * nntp.el (nntp-send-authinfo): Use list of
6787         auth-source modes.
6788
6789 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6790
6791         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6792         now.
6793
6794 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6797         coding system in XEmacs; add a workaround for XEmacs.
6798
6799         * lpath.el: Fbind coding-system-aliasee.
6800
6801 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6804         of current-language-environment.
6805
6806 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6807
6808         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6809         available at runtime.
6810
6811 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6812
6813         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6814
6815 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6816
6817         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6818         the greatest positive fixnum value doesn't work under an XEmacs with
6819         bignum support; use the most-positive-fixnum constant instead,
6820         available since Emacs 21.1 with cl and XEmacs 21.1.
6821
6822 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6825         XEmacs gets not to work.
6826
6827 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6828
6829         * mm-util.el (mm-coding-system-priorities): Allow the value like
6830         "Japanese (UTF-8)" of current-language-environment.
6831
6832 2009-01-09  Glenn Morris  <rgm@gnu.org>
6833
6834         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6835         with last-command-event.
6836
6837 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6838
6839         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6840         in the doc string.
6841
6842         * message.el (message-fix-before-sending): Amend comment.
6843
6844 2009-01-08  Dave Love  <fx@gnu.org>
6845
6846         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6847
6848 2009-01-07  David Engster  <dengste@eml.cc>
6849
6850         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6851         simplified server definitions by converting it via
6852         gnus-server-to-method.
6853
6854 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6857         parameter's operands.
6858
6859 2009-01-06  David Engster  <dengste@eml.cc>
6860
6861         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6862         primary select method (for gnus-group-mark-article-as-read).
6863
6864 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6865
6866         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6867         `(gnus)Face', not `(gnus)X-Face'.
6868
6869 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * mm-util.el (mm-ucs-to-char): New function.
6872
6873         * mm-url.el (mm-url-decode-entities): Use it.
6874
6875         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6876         unicode-to-char.
6877
6878 2009-01-05  Dave Love  <fx@gnu.org>
6879
6880         * time-date.el: Require cl for `declare'.
6881
6882 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6883
6884         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6885         Dave Love.
6886
6887 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6888
6889         * message.el (message-fix-before-sending): Add `eight-bit' to
6890         illegible-text check.
6891
6892 2009-01-03  Michael Olson  <mwolson@gnu.org>
6893
6894         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6895         `headers' is nil.  This can occur if the IMAP server does not have
6896         permissions to read messages from a folder, but can write new messages
6897         to the folder.
6898         (nnimap-request-article-part): Do not insert `data' if it is nil.
6899
6900         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6901         characters which will confuse `read', so skip past them.
6902
6903 2009-01-01  Dave Love  <fx@gnu.org>
6904
6905         * imap.el (imap-string-to-integer): Fix typo.
6906         (imap-fetch-safe): New function.
6907         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6908
6909         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6910
6911         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6912         (imap-parse-greeting): Fix doc strings.
6913         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6914         (imap-parse-flag-list): Make messages unique.
6915         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6916
6917         * nnimap.el: Fix author email.
6918         (nnimap-split-rule): Add FIXME comment.
6919         (nnimap-debug): Fix doc string.
6920
6921 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6922
6923         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6924
6925 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6926
6927         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6928         nslookup if resolv.conf isn't available.
6929         (dns-query): Rename from query-dns.
6930         (dns-query-cached): Rename from query-dns-cached.
6931
6932 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6935         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6936         to check if those variables exist (first appeared in Emacs 18.50).
6937
6938 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * mm-util.el (mm-line-number-at-pos): New function.
6941
6942         * spam-report.el (spam-report-process-queue): Use it.
6943
6944 2008-12-24  David Engster  <dengste@eml.cc>
6945
6946         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6947         parameters that haven't existed as variables as buffer-local variables.
6948
6949 2008-12-23  Dave Love  <fx@gnu.org>
6950
6951         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6952         cadar.
6953
6954         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6955         imap-starttls-p.
6956         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6957
6958 2008-12-22  Dave Love  <fx@gnu.org>
6959
6960         * imap.el: Fix author email.  Doc fixes.
6961         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6962         reply.
6963
6964 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6965
6966         * spam-report.el (spam-report-gmane-max-requests): New constant.
6967         (spam-report-gmane-wait): New variable.
6968         (spam-report-gmane-ham, spam-report-gmane-spam)
6969         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6970         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6971         the server.
6972
6973         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6974         Add explanations.
6975
6976         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6977         nnheader-accept-process-output and nnheader-read-timeout if available.
6978         (pop3-movemail): Use it.
6979
6980         * message.el (message-check-news-body-syntax): Fix signature check if
6981         there's an attachment.
6982
6983 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * mm-util.el: Add comments to the mm- emulating functions.
6986
6987 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6988
6989         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6990         Reported by Stephen Berman <stephen.berman@gmx.net>.
6991
6992 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * mm-util.el (mm-substring-no-properties): New function.
6995         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6996         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6997         (mm-string-to-multibyte): Doc fix.
6998
6999         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7000
7001 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7002
7003         * mml.el (mml-attach-file): Strip text properties from file name.
7004         (Bug#1574)
7005
7006 2008-12-16  Glenn Morris  <rgm@gnu.org>
7007
7008         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7009
7010 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7013         knows since the charset specified might be a bogus alias that
7014         mm-charset-synonym-alist provides.
7015
7016 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7017
7018         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7019         "ISO_8859-1".
7020
7021         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7022
7023 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * mm-util.el (mm-charset-eval-alist):
7026         Define it before mm-charset-to-coding-system.
7027         (mm-charset-to-coding-system): Add optional argument `silent';
7028         define it before mm-charset-override-alist.
7029         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7030         default value if it can be used in Emacs currently running;
7031         silence mm-charset-to-coding-system.
7032
7033 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7036         `allow-override' which says whether to use `mm-charset-override-alist'.
7037         (rfc2047-decode-encoded-words): Use it.
7038
7039         * mm-util.el (mm-charset-override-alist): Fix custom type;
7040         add `(gb2312 . gbk)' to choices.
7041
7042 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7045         fast.
7046
7047         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7048
7049         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7050
7051 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7052
7053         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7054         on links.
7055
7056         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7057
7058 2008-12-03  Lute Kamstra  <lute@gnu.org>
7059
7060         * sha1.el: Remove leading * from docstrings of defcustoms,
7061         deffaces, defconsts and defuns.
7062
7063 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7066         users' addresses that don't have domain parts.
7067         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7068         rather than message-narrow-to-head since there will be the message
7069         header separator.
7070
7071 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7072
7073         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7074         since the result is inserted in a unibyte buffer anyway.
7075         (nnimap-demule-use-string-to-multibyte): Remove.
7076         (nnimap-demule): Alias it to mm-string-to-multibyte.
7077
7078 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7079
7080         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7081         variable for debugging bug#464 and bug#1174.
7082         (nnimap-demule): Use it.
7083
7084 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7085
7086         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7087         score calculation correctly.
7088
7089 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7090
7091         * message.el (message-send-mail): Just set the buffer to unibyte
7092         rather than use mm-with-unibyte-current-buffer which does a lot more.
7093         (message-send-mail-partially): Don't bother with
7094         mm-with-unibyte-current-buffer since it's already been made unibyte by
7095         message-send-mail.
7096
7097 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7098
7099         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7100
7101 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7102
7103         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7104
7105 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7108         require itself and to remove `with-no-warnings'.
7109
7110 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7111
7112         * starttls.el (starttls-any-program-available): Get the name of the
7113         available TLS layer program.
7114         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7115         well as the host name in the "opening" message.
7116
7117         * auth-source.el (auth-source-cache, auth-source-do-cache)
7118         (auth-source-user-or-password): Cache passwords and logins by default,
7119         allow override with `auth-source-do-cache'.
7120         (auth-source-forget-user-or-password): Allow users to remove cache
7121         entries if needed.
7122
7123 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7124
7125         * md4.el (md4-buffer): Fix typo in docstring.
7126         (md4, md4-64): Doc fixes.
7127         (md4-pack-int32): Reflow docstring.
7128
7129 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7130
7131         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7132         condition-case to only the forward-sexp call.
7133
7134 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7135
7136         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7137         quotes contained.  Make it more robust regardless by an extra
7138         condition-case wrapper.
7139
7140 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7143
7144 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * nnml.el (nnml-request-expire-articles): Check if the function set to
7147         `nnmail-expiry-target' returns the symbol `delete'.
7148
7149         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7150
7151         * nnmail.el (nnmail-expiry-target): Fix custom type.
7152
7153 2008-10-02  Glenn Morris  <rgm@gnu.org>
7154
7155         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7156         Silence compiler warning.
7157
7158 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7159
7160         * tls.el (open-tls-stream): Show the actual command being
7161         executed, instead of the format string.
7162
7163 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7164
7165         * lpath.el: Fbind codepage-setup for Emacs 23.
7166
7167 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7168
7169         * mml.el (mml-menu): Don't assume mml2015 is bound.
7170
7171 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7174         exists.
7175
7176 2008-09-27  Glenn Morris  <rgm@gnu.org>
7177
7178         * gnus-util.el (mail-header-remove-comments): Autoload it.
7179
7180 2008-09-27  Andreas Schwab  <schwab@suse.de>
7181
7182         * gnus-util.el (gnus-split-references): Strip comments.
7183         (gnus-parent-id): Likewise.
7184
7185 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7186
7187         * message.el (message-confirm-send): Fix version.
7188
7189 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * message.el (message-idna-to-ascii-rhs-1): Use
7192         mail-extract-address-components rather than mail-header-parse-addresses
7193         that is an alias by default to ietf-drums-parse-addresses that does not
7194         support non-ASCII names in headers' contents.
7195
7196 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7197
7198         * message.el (message-confirm-send): Fix variable documentation to
7199         avoid the "y/n" wording.
7200
7201 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7202
7203         * message.el (message-set-auto-save-file-name): Save to a different
7204         filename so multiple messages (especially drafts) can be recovered.
7205
7206 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7207
7208         * message.el (message-confirm-send): Add appropriate version.
7209
7210 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7211
7212         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7213         defvar.
7214
7215 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7216
7217         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7218         (mm-pkcs7-enveloped-magic): Ditto.
7219
7220 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7221
7222         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7223         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7224
7225 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7226
7227         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7228         default, it's better.
7229
7230 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7231
7232         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7233         summary line gnus-number property and ignore them (with a warning
7234         message).
7235
7236 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7239         macro caddr in the interactive form since it won't be expanded.
7240
7241 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7244         `charset'; fix name of function called recursively.
7245         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7246
7247 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7250         (gnus-mime-set-charset-parameters): New function.
7251         (gnus-mime-view-part-as-charset): Use it to correctly display part
7252         specifying wrong charset.
7253
7254 2008-09-08  David Engster  <dengste@eml.cc>
7255
7256         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7257         in completing-read for back end server.
7258
7259 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7260
7261         * message.el (message-confirm-send): New variable to confirm sending a
7262         message.
7263         (message-send): Use it.
7264
7265 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7266
7267         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7268
7269 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7270
7271         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7272
7273 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7274
7275         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7276         prevent tracking too many groups.
7277         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7278         Use it.
7279
7280 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7281
7282         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7283         moving point to the bottom of the window in order to avoid recentering.
7284
7285 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7286
7287         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7288
7289         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7290         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7291         (gnus-article-beginning-of-window): Fix calculation.
7292
7293 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * gnus-msg.el (gnus-summary-supersede-article)
7296         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7297         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7298         message header.
7299
7300 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7301
7302         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7303         pending output coming after the status change.
7304
7305 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7306
7307         * message.el:
7308         * gnus-start.el:
7309         * gnus-registry.el: Remove VMS support.
7310
7311 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7314         macro.
7315         (rfc2104-hash): Use it.
7316
7317 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7320         (gnus-summary-sort-by-most-recent-date): New commands.
7321         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7322         and menu entries.
7323
7324 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7325
7326         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7327         don't redisplay article for raw contents; remove plural articles stuff.
7328
7329         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7330         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7331         on gnus-summary-save-article; display results properly.
7332
7333 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * lpath.el: No need to fbind ns-focus-frame.
7336
7337 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7338
7339         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7340
7341 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * gnus-art.el (gnus-summary-save-in-pipe):
7344         Consider gnus-save-all-headers.
7345
7346 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7347
7348         * gnus-util.el (ns-focus-frame): Remove declaration.
7349         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7350         like x.
7351
7352 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7353
7354         * rfc2104.el (rfc2104-zero): Delete defconst.
7355         (rfc2104-hex-alist): Likewise.
7356         (rfc2104-hex-to-int): Delete func.
7357         (rfc2104-hexstring-to-bitstring): Likewise.
7358         (rfc2104-nybbles): New defconst.
7359         (rfc2104-hash): Rewrite for speed.
7360
7361 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * tls.el (open-tls-stream): Make it work with the 2nd argument
7364         BUFFER that is a string but does not exist as a buffer object, as
7365         mentioned in the doc-string.
7366
7367 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7368
7369         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7370         SXEmacs.
7371
7372 2008-07-16  Glenn Morris  <rgm@gnu.org>
7373
7374         * gnus-util.el (ns-focus-frame): Declare for compiler.
7375
7376 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7379         set as a group parameter.
7380         (gnus-summary-save-in-pipe): Work when it is called independently.
7381         (gnus-summary-pipe-to-muttprint): Don't modify
7382         gnus-summary-pipe-output-default-command.
7383
7384 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7385
7386         * message.el (message-send-mail-with-sendmail):
7387         Display the error message.
7388
7389 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * gnus-art.el (gnus-default-article-saver):
7392         Add gnus-summary-save-in-pipe to choices.
7393         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7394         gnus-summary-pipe-output-default-command as the default command.
7395         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7396         instead of gnus-last-shell-command.
7397
7398         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7399         New user option.
7400         (gnus-summary-muttprint-program): Mention the value will be changed.
7401         (gnus-summary-save-article): Force showing of all headers.
7402         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7403
7404 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7405
7406         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7407
7408 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7409
7410         * nnimap.el (nnimap-id):
7411         * sieve-manage.el (sieve-manage-open): Doc fixes.
7412
7413 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7414
7415         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7416         if available.
7417
7418 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7419
7420         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7421
7422         * nnkiboze.el (nnkiboze-generate-group):
7423         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7424
7425         * nnmairix.el: Require CL.
7426
7427 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * dgnushack.el: Autoload get-display-table and put-display-table for
7430         XEmacs 21.5.
7431
7432         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7433         21.4 and SXEmacs.
7434
7435 2008-06-15  David Engster  <dengste@eml.cc>
7436
7437         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7438
7439 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7440
7441         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7442         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7443         runtime choice under XEmacs.
7444
7445         * gnus-sum.el (gnus-summary-set-display-table):
7446         Use `gnus-put-display-table', `gnus-get-display-table',
7447         `gnus-set-display-table' for the display table, instead of `aset'.
7448
7449         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7450         Use `gnus-put-display-table', `gnus-get-display-table',
7451         `gnus-set-display-table' for the display table.
7452
7453 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7454
7455         * nnmairix.el: Add autoloads.
7456
7457 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7458
7459         * nnmairix.el (nnmairix-delete-recreate-group)
7460         (nnmairix-update-and-clear-marks): Fix error messages.
7461
7462 2008-06-14  David Engster  <dengste@eml.cc>
7463
7464         * nnmairix.el: Upgrade to version 0.6.
7465         (nnmairix-group-toggle-propmarks-this-group)
7466         (nnmairix-group-toggle-readmarks-this-group)
7467         (nnmairix-group-delete-recreate-this-group)
7468         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7469         (nnmairix-remove-tick-mark-original-article): New commands.
7470         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7471         (nnmairix-propagate-marks-to-nnmairix-groups)
7472         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7473         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7474         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7475         functions needed for marks propagation and manipulation of read marks.
7476         (nnmairix-update-groups): New function.
7477         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7478         (nnmairix-determine-original-group-from-registry)
7479         (nnmairix-determine-original-group-from-path)
7480         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7481         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7482         New helper functions.
7483         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7484         keystrokes for new commands.
7485         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7486         (nnmairix-request-group): Check allow-fast group parameter.
7487         (nnmairix-request-create-group): Set allow-fast group parameter if
7488         nnmairix-allowfast-default is set.
7489         (nnmairix-close-group): Propagate marks upon closing if needed.
7490         (nnmairix-group-toggle-threads-this-group): Use new.
7491         nnmairix-group-toggle-parameter helper function.
7492         (nnmairix-search): Better check for empty search result.
7493         (nnmairix-goto-original-article): Use new helper functions for
7494         determining original article.
7495         (nnmairix-show-original-article): Make sure message-id is in brackets.
7496         (nnmairix-call-mairix-binary): Change variable name.
7497         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7498         helper function.
7499         (nnmairix-widget-toggle-activate): Fix doc string.
7500
7501 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * nnir.el: Require edmacro when compiling with XEmacs.
7504         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7505         available in Emacs 21.
7506
7507 2008-06-11  Glenn Morris  <rgm@gnu.org>
7508
7509         * gnus-util.el (x-focus-frame):
7510         * gnus.el (image-size):
7511         * mm-decode.el (image-size): Declare.
7512
7513         * gnus-picon.el (declare-function): Add compat definition.
7514         (image-size): Declare.
7515
7516         * gnus-group.el (tool-bar-map):
7517         * gnus-sum.el (tool-bar-map): Define for compiler.
7518
7519         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7520
7521         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7522
7523         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7524         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7525         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7526         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7527         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7528         * sieve-manage.el, spam-report.el, spam.el:
7529         Remove unnecessary eval-and-compile of autoloads.
7530
7531 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7532
7533         * auth-source.el: Precise Tramp doc.
7534
7535 2008-06-07  Glenn Morris  <rgm@gnu.org>
7536
7537         * nnmairix.el: Remove unnecessary eval-when-compile.
7538
7539 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * lpath.el: Fbind propertize for XEmacs 21.4.
7542
7543 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7544
7545         * nnir.el: Move here from ../contrib.
7546
7547 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7548
7549         * gnus-util.el (gnus-read-shell-command): New function.
7550         * mm-decode.el (mm-pipe-part):
7551         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7552
7553 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7556
7557 2008-06-03  Glenn Morris  <rgm@gnu.org>
7558
7559         * pop3.el (nnheader-accept-process-output): Autoload it.
7560
7561 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7564         are not 2-digit hexadecimal characters that follow `%'s.
7565
7566 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * message.el (message-bogus-recipient-p): Fix type in doc string.
7569         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7570         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7571         Improve custom options.
7572         (message-bogus-recipient-p): Adjust accordingly.
7573
7574 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7575
7576         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7577         long-form month and day names.
7578
7579 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * dgnushack.el: Autoload debug, eudc-expand-inline and
7582         pgg-snarf-keys-region for XEmacs.
7583
7584         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7585
7586         * nnmairix.el: Require edmacro when compiling with XEmacs.
7587
7588 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7589
7590         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7591         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7592
7593 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7594
7595         * auth-source.el: Add more docs.
7596
7597         * netrc.el (netrc-machine): Always match if the port is not given.
7598
7599 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7600
7601         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7602         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7603         retrieval faster in some cases, but might make CPU usage larger.
7604         If this has any bad side effects, we might revert this change.
7605
7606         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7607         seems to make mail retrieval much, much faster.
7608         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7609         unconditionally.
7610
7611         * gnus-draft.el (gnus-group-send-queue):
7612         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7613
7614 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7615
7616         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7617
7618         * message.el (message-bogus-address-regexp): Fix and improve custom
7619         type.
7620         (message-setup-hook): Add message-check-recipients as custom option.
7621
7622 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7623
7624         * message.el (message-cite-function): Remove bogus autoload which crept
7625         in during merge from v5-10.
7626
7627 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7628
7629         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7630
7631         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7632
7633         * auth-source.el: Preliminary Tramp docs.
7634         (auth-sources): Change the default auth-sources to use
7635         EPA .gpg files.
7636
7637 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7638
7639         * nntp.el: Autoload `auth-source-user-or-password'.
7640         (nntp-send-authinfo): Use it.
7641
7642         * nnimap.el: Autoload `auth-source-user-or-password'.
7643         (nnimap-open-connection): Use it.
7644
7645         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7646         for the gnus-message function.
7647         (auth-source-user-or-password): Use it.
7648
7649 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7650
7651         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7652         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7653         (rfc2104-hash): Use it.
7654
7655 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7656
7657         * gnus-art.el (gnus-article-toggle-truncate-lines):
7658         Don't use `iff' in docstring.
7659
7660 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7661
7662         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7663
7664         * gnus-util.el (gnus-extract-address-component-name)
7665         (gnus-extract-address-component-email): Convenience functions around
7666         `gnus-extract-address-components'.
7667
7668         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7669         Use `gnus-extract-address-component-email' to fix bug of comparing full
7670         sender name to `user-mail-address'.
7671
7672 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7673
7674         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7675         catch/throw to optimize.
7676         (gnus-registry-find-keywords): Just use member to find a keyword.
7677
7678 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7679
7680         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7681         is current before calling gnus-server-prepare.
7682         (gnus-server-setup-buffer, gnus-server-update-server)
7683         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7684
7685 2008-05-04  Juri Linkov  <juri@jurta.org>
7686
7687         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7688         (mailcap-file-default-commands): Use mailcap-replace-in-string
7689         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7690         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7691
7692 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7693
7694         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7695
7696 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7697
7698         * gnus.el: Bump version to 0.11.
7699
7700 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7701
7702         * gnus.el: No Gnus v0.10 is released.
7703
7704 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7705
7706         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7707         hooks.
7708         (gnus-update-read-articles): Speed up non-marks-using users.
7709         (gnus-use-marks): Define gnus-use-marks.
7710         (gnus-propagate-marks): Rename variable to something more sensible.
7711
7712 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7713
7714         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7715         (gmm-image-load-path-for-library): Fix typos in docstrings.
7716         (gmm-message): Reflow docstring.
7717
7718 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7719
7720         * mail-source.el (mail-source-set-1, mail-source-bind):
7721         Move auth-source code out of the macro to clean it up and fix bugs.
7722
7723 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7724
7725         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7726         by sender if it's equal to user-mail-address, it's likely to be
7727         useless.
7728
7729         * mail-source.el (mail-source-bind): Don't use user or password if they
7730         are not bound.  Unintern them if they are nil.  Don't use server unless
7731         it's bound, and default it to empty string otherwise.
7732
7733 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7734
7735         * mail-source.el: Load auth-source.el.
7736         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7737         get user name or password, if auth-sources is set up.
7738
7739         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7740         strategy of splitting with parent.
7741         (gnus-registry-split-fancy-with-parent)
7742         (gnus-registry-post-process-groups): Use it and fix prior
7743         bug (returning a list as the split result).
7744
7745         * auth-source.el (auth-sources): Remove server parameter.
7746         (auth-source-pick, auth-source-user-or-password)
7747         (auth-source-user-or-password-imap)
7748         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7749         (auth-source-user-or-password-sftp)
7750         (auth-source-user-or-password-smtp): Remove server parameter.
7751
7752 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7753
7754         * smime.el (smime-sign-region, smime-encrypt-region)
7755         (smime-decrypt-region):
7756         Remove redundant calls to `generate-new-buffer-name'.
7757
7758 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7759
7760         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7761         Don't use QP for message/rfc822.
7762         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7763
7764 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7765
7766         * sieve-manage.el (sieve-string-bytes): Remove.
7767         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7768         correct byte-length only if the process's coding-system is the same as
7769         the one used internally by Emacs to represent strings.
7770
7771 2008-04-22  Juri Linkov  <juri@jurta.org>
7772
7773         * mailcap.el (mailcap-file-default-commands): New function.
7774
7775 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7776
7777         * message.el (message-signature-separator, message-cite-function):
7778         Change custom version.
7779
7780 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7781
7782         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7783         commands.
7784         (tls-checktrust): Ditto.
7785
7786 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7787
7788         * mm-decode.el (mm-display-external): Make temp file read-only.
7789
7790 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7793         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7794         `C-c C-f d'.
7795
7796 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7797
7798         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7799
7800 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * gnus.el: Bump version to 0.9.
7803
7804 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7805
7806         * gnus.el: No Gnus v0.8 is released.
7807
7808 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7809
7810         * mail-source.el (mail-source-value):
7811         Prefer fboundp to functionp so it works with macros as well.
7812
7813 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7814
7815         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7816         Fix last change in case the element is not even a symbol.
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         Prefer fboundp to functionp so it works with macros as well.
7822
7823 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7824
7825         * auth-source.el: Add docs.
7826         (auth-sources): Modify format to support server.
7827         (auth-source-pick, auth-source-user-or-password)
7828         (auth-source-user-or-password-imap)
7829         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7830         (auth-source-user-or-password-sftp)
7831         (auth-source-user-or-password-smtp): Add server parameter.
7832
7833 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7834
7835         * gnus-registry.el: Initialize the registry when gnus-registry-install
7836         is t.
7837
7838 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * compface.el (uncompface): Make buffer unibyte.
7841
7842 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7843
7844         * mail-source.el (mail-source-value):
7845         Prefer fboundp to functionp so it works with macros as well.
7846
7847 2008-04-05  Glenn Morris  <rgm@gnu.org>
7848
7849         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7850
7851 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7852
7853         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7854         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7855
7856         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7857         multibyteness after rather than before erasing it.
7858
7859         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7860         mm-with-multibyte.
7861         (gnus-request-article-this-buffer): Make sure the proper decoding is
7862         used if gnus-original-article-buffer happens to be unibyte.
7863
7864         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7865         default-enable-multibyte-characters.
7866
7867         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7868         default-enable-multibyte-characters.
7869
7870         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7871
7872         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7873
7874 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7875
7876         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7877         Fix last change in case the element is not even a symbol.
7878
7879 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7880
7881         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7882         (imap-message-copyuid-1): Use it.
7883         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7884         J. Williams in
7885         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7886
7887         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7888         imap-enable-exchange-bug-workaround.
7889         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7890
7891 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7892
7893         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7894         a 100 byte status-checks into a 2-3MB transfer for each group.
7895         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7896         to enable bug workaround or not.
7897         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7898
7899 2008-03-31  Glenn Morris  <rgm@gnu.org>
7900
7901         * message.el (mml2015-use): Declare for compiler.
7902         (message-info): Require mml2015 when appropriate.
7903
7904 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7907         whitespace.
7908
7909 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7910
7911         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7912         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7913         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7914         (nntp-service-to-port): New function.
7915         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7916         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7917         (nntp-open-netcat-stream): New function.
7918         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7919
7920 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7921
7922         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7923
7924 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7925
7926         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7927
7928 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7929
7930         * dns.el (dns-write): Use set-buffer-multibyte.
7931
7932 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7933
7934         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7935
7936 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7937
7938         * message.el (message-signature-separator): Change default.
7939         Improve custom type.
7940         (message-cite-function): Change default to
7941         message-cite-original-without-signature.
7942
7943         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7944         toggle.
7945
7946         * message.el (message-check-news-body-syntax): Fix signature check.
7947         (message-setup-1): Mark buffer as unmodified _after_ running
7948         message-setup-hook and handling message-alternative-emails.
7949         (message-shorten-references): Be more strict when building list of
7950         valid references to comply with GNKSA.
7951
7952         * gnus-group.el (gnus-read-ephemeral-bug-group)
7953         (gnus-read-ephemeral-debian-bug-group)
7954         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7955
7956         * message.el (message-info): Don't use booleanp which isn't supported
7957         in Emacs 21 and XEmacs.
7958
7959 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7960
7961         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7962         gnus-group-gmane-group-download-format.
7963         (gnus-group-read-ephemeral-gmane-group): Rename from
7964         gnus-group-read-ephemeral-gmane-group.
7965         (gnus-read-ephemeral-gmane-group-url): Rename from
7966         gnus-group-read-ephemeral-gmane-group-url.
7967         (gnus-bug-group-download-format-alist): New variable.
7968         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7969         (gnus-read-ephemeral-emacs-bug-group): New commands.
7970
7971 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7972
7973         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7974         (gnus-visible-headers): Improve custom type.
7975
7976 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7977
7978         * mml.el (mml-menu): Add workarounds for XEmacs.
7979
7980         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7981         X-Boundary header.
7982
7983         * message.el (message-simplify-recipients): Fix previous commit.
7984
7985 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7986
7987         * mm-util.el (mm-set-buffer-multibyte): New function.
7988         * mm-decode.el (mm-copy-to-buffer): Use it.
7989
7990         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7991         Prefer fboundp to functionp so it works with macros as well.
7992
7993 2008-03-19  Glenn Morris  <rgm@gnu.org>
7994
7995         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7996         Accidentally removed in the sync process with Emacs.
7997
7998 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7999
8000         * message.el (message-alter-recipients-discard-bogus-full-name):
8001         New function.
8002         (message-alter-recipients-function): New variable.
8003         (message-get-reply-headers): Use it.
8004         (message-replace-header): New helper function.
8005         (message-recipients-without-full-name): New variable.
8006         (message-simplify-recipients): New command.
8007
8008         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8009
8010         * message.el (message-info): Handle EasyPG manual.
8011
8012         * mml.el (mml-menu): Add entry for EasyPG.
8013
8014 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8015
8016         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8017         parameter.
8018
8019         * message.el (message-disassociate-draft): Specify drafts group name
8020         fully.
8021
8022 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8023
8024         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8025         Eliminate unnecessary duplicates from the match list.
8026
8027 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8030
8031         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8032
8033         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8034         args of `how-many' of which the XEmacs version doesn't take; declare
8035         Info-index-next as function.
8036
8037 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8038
8039         * gnus-score.el (gnus-score-headers): Fix handling of
8040         gnus-inhibit-slow-scoring.
8041
8042         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8043         string.
8044         (gnus-button-url-regexp): Improve handling of parenthesis.
8045         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8046         (gnus-button-handle-info-keystrokes): Handle index entries.
8047
8048 2008-03-15  Glenn Morris  <rgm@gnu.org>
8049
8050         * parse-time.el (parse-time-string): Simplify.
8051
8052 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8055         Incoming* files.
8056
8057 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8058
8059         * auth-source.el (auth-sources): Rename from auth-source-choices.
8060         (auth-source-pick): Use it.
8061
8062 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8063
8064         * binhex.el (binhex-decode-region-internal):
8065         * uudecode.el (uudecode-decode-region-internal):
8066         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8067         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8068         setting default-enable-multibyte-characters.
8069
8070 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8071
8072         * auth-source.el (auth-source-protocols)
8073         (auth-source-protocols-customize, auth-source-choices): Add and
8074         modified variable customizations and defaults.
8075         (auth-source-pick, auth-source-user-or-password)
8076         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8077         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8078         (auth-source-user-or-password-sftp)
8079         (auth-source-user-or-password-smtp): Use new variables and provide an
8080         interface to netrc.el.
8081
8082 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8085         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8086         Make sure the nntp port to specify is a string.
8087
8088 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8089
8090         * nntp.el: Use with-current-buffer.
8091         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8092         dubious mm-with-unibyte-current-buffer.
8093         (nntp-with-open-group-function): New function extracted from
8094         nntp-with-open-group macro.
8095         (nntp-with-open-group): Use the function, so it's easier to debug.
8096         Add indentation and debugging info.
8097         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8098         Recommend the use of the netcat alternatives.
8099
8100         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8101         Avoid mm-string-as-multibyte as well.
8102
8103         * nnweb.el (nnweb-insert-html):
8104         Remove use of nnheader-string-as-multibyte.
8105
8106         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8107         (nnheader-string-as-multibyte): Remove.
8108
8109         * mm-view.el: Use inhibit-read-only.
8110         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8111         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8112         or unibyte-string.
8113
8114         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8115         (mm-uu-yenc-extract): Use with-current-buffer.
8116
8117         * gnus-soup.el (gnus-soup-send-packet): Don't use
8118         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8119
8120         * nnmh.el: Use with-current-buffer.
8121         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8122         mm-string-as-multibyte on the output of mm-encode-coding-string.
8123
8124         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8125         (nnimap-request-move-article): Use with-current-buffer.
8126
8127         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8128         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8129         conversion uses string-make-unibyte rather than string-as-unibyte.
8130
8131         * gnus-msg.el: Use with-current-buffer.
8132
8133         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8134
8135 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8136
8137         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8138         string for caching if it is 'PIN.
8139
8140 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8141
8142         * lpath.el: Consider the case without Emacs/W3.
8143
8144 2008-03-08  Glenn Morris  <rgm@gnu.org>
8145
8146         * time-date.el (date-to-time, time-subtract, time-add)
8147         (safe-date-to-time): Doc fixes.
8148
8149 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8150
8151         * mail-source.el (mail-source-delete-old-incoming-confirm):
8152         Change default to nil.
8153         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8154
8155 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * lpath.el: Rearrange.
8158
8159         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8160         (gnus-article-goto-prev-page): Work for articles having ^L's.
8161
8162         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8163
8164         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8165
8166 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8167
8168         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8169         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8170         (gnus-bookmark-jump): Adjust some variable names.
8171
8172 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8173
8174         * auth-source.el: New package.
8175         (auth-source-choices): Add customization entry point variable.
8176
8177         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8178         bug.
8179
8180 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8181
8182         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8183         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8184         (gnus-registry-install-shortcuts): Rename from
8185         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8186         the `gnus-registry-mark-map' keymap dynamically from
8187         `gnus-registry-marks'.  The generated functions update the summary line
8188         when a registry mark is added or deleted, and will call
8189         `gnus-registry-install-p' (see the comments in the code).
8190         (gnus-registry-user-format-function-M): Use concat intelligently.
8191
8192         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8193         the registry mark functions.
8194
8195 2008-03-05  Glenn Morris  <rgm@gnu.org>
8196
8197         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8198         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8199         gnus-art.
8200         (top-level): No need to load own source when compiling.
8201
8202 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8203
8204         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8205         Suggested by <chris.anderton@zetnet.co.uk>.
8206
8207 2008-03-04  Glenn Morris  <rgm@gnu.org>
8208
8209         * gnus-sum.el (top-level): No need to require gnus when compiling,
8210         since unconditionally required near start of file.
8211         (gnus-summary-display-while-building): Move definition before use.
8212
8213 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8214
8215         * gnus-registry.el (gnus-registry-user-format-function-M):
8216         Add formatting function.
8217
8218 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8219
8220         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8221         with plists.
8222         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8223         Use new format.
8224
8225 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8228         `where-is-internal' that returns a range of key sequences.
8229
8230 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8231
8232         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8233
8234         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8235         (gnus-summary-jump-to-group): Consider windows on other displayed
8236         frames as well.  Similar changes might be needed elsewhere, but that's
8237         the one I've bumped into during my use.
8238
8239         * nndoc.el (nndoc-oe-dbx-type-p):
8240         * gnus-msg.el (gnus-debug):
8241         * gnus-group.el (gnus-update-group-mark-positions):
8242         Use mm-string-to-multibyte.
8243
8244 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8245
8246         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8247         doesn't handle NotDashEscaped.
8248
8249         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8250         (mml-dnd-attach-options): Fix typo in custom choice.
8251
8252         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8253         Change nndoc-article-type to mbox.
8254         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8255
8256         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8257         to nil, instead of html2text.
8258
8259         * imap.el (imap-debug): Add `imap-ping-server'.
8260
8261         * gnus-bookmark.el: Add FIXMEs.
8262
8263         * message.el (message-form-letter-separator)
8264         (message-send-form-letter-delay): New variables.
8265         (message-send-form-letter): Use them.  New command to send form
8266         letters.  Requested by Uwe Siart.
8267         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8268
8269 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8270
8271         * Update copyright years.
8272
8273 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8274
8275         Sync from EMACS_22_BASE.
8276
8277         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8278
8279 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8280
8281         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8282         empty author.
8283
8284 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8285
8286         * gnus-registry.el (gnus-registry-marks): Add variable for
8287         customization of marks and their appearance.
8288         (gnus-registry-read-mark): Use it.
8289         (gnus-registry-do-marks): Add utility function to loop through
8290         `gnus-registry-marks'.
8291         (gnus-registry-install-shortcuts-and-menus): Add function to install
8292         shortcuts and menus.
8293         (gnus-registry-initialize): Use it.
8294         (gnus-registry-default-mark): Clarify documentation.
8295
8296 2008-02-29  Glenn Morris  <rgm@gnu.org>
8297
8298         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8299         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8300         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8301         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8302         Change defcustom :version from 23.0 to 23.1.
8303
8304 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8305
8306         * gnus-registry.el (gnus-registry-follow-group-p)
8307         (gnus-registry-post-process-groups): Add functions to aid registry
8308         splitting and improve logging.  Clarify behavior in function
8309         documentation.
8310         (gnus-registry-split-fancy-with-parent): Use them.
8311
8312 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8313
8314         * gnus-art.el: Use with-current-buffer.
8315
8316 2008-02-27  David Engster  <dengste@eml.cc>
8317
8318         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8319         Express real group name in the response.
8320
8321 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8324         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8325         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8326         autoload gnus-registry-fetch-group when compiling.
8327         (nnmairix-request-group-with-article-number-correction):
8328         Remove unreferenced argument passed to nnmairix-call-backend.
8329
8330 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8331
8332         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8333         (mm-uu-extract): Improve face for low color ttys.
8334         Reported by Sascha Wilde.
8335
8336 2008-02-27  Glenn Morris  <rgm@gnu.org>
8337
8338         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8339         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8340         variables to defconsts.  Convert comments to doc-strings.
8341         (nnmairix-last-server, nnmairix-current-server): Convert from free
8342         variables to defvars.  Convert comments to doc-strings.
8343         (gnus-registry-fetch-group): Autoload.
8344         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8345         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8346         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8347         caddr.
8348         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8349         nnmairix-request-group-with-article-number-correction call.
8350         (nnmairix-fast, nnmairix-group): New, less general names, for free
8351         variables passed from nnmairix-request-group to
8352         nnmairix-request-group-with-article-number-correction.  Declare.
8353         (nnmairix-request-group-with-article-number-correction):
8354         Use nnmairix-fast, nnmairix-group rather than fast, group.
8355
8356 2008-02-26  David Engster  <dengste@eml.cc>
8357
8358         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8359         version 0.5.
8360
8361 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8362
8363         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8364         instead of making an extra function call.  Don't add the current group
8365         to articles only when they have the group.  Use
8366         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8367         Reported by David <de_bb@arcor.de>.
8368
8369 2008-02-24  Miles Bader  <miles@gnu.org>
8370
8371         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8372         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8373         (mm-find-mime-charset-region):
8374         * mm-bodies.el (mm-encode-body):
8375         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8376
8377 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8380         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8381
8382 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8383
8384         * mail-source.el (mail-source-delete-incoming): Change default.
8385         Supplement doc string.
8386
8387         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8388
8389 2008-02-14  Glenn Morris  <rgm@gnu.org>
8390
8391         * time-date.el (format-seconds): New function.
8392
8393 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8394
8395         * nnmail.el (nnmail-message-id-cache-file): Derive from
8396         `gnus-home-directory'.
8397
8398 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8401         Document negative prefix.
8402
8403         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8404
8405 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406
8407         * message.el (message-unsent-separator): Add the Exim bounce
8408         separator.
8409
8410 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8411
8412         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8413         list.
8414         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8415         recipient/signer list.
8416
8417 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8418
8419         * Makefile.in (datarootdir): Define.
8420         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8421         name that might contain whitespace.
8422
8423 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8424
8425         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8426         fbound (Emacs 23 unicode), signal an error.
8427
8428 2008-02-08  Glenn Morris  <rgm@gnu.org>
8429
8430         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8431
8432 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8433
8434         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8435         ports to the calls to `netrc-machine-user-or-password' in addition to
8436         "imap" and "imaps".
8437
8438 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8439
8440         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8441
8442         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8443
8444 2008-02-01  Kenichi Handa  <handa@m17n.org>
8445
8446         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8447         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8448         (rfc2104-hash): Convert the result of concat to unibyte string.
8449
8450 2008-02-01  Dave Love  <fx@gnu.org>
8451
8452         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8453         coding-system-for-read.
8454         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8455
8456 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8459         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8460         <hanche@math.ntnu.no>.
8461
8462 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8465
8466         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8467
8468 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8469
8470         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8471         * message.el (message-beginning-of-line): Use featurep instead of bound
8472         tests in order to resolve conditionals at compile time.
8473
8474 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8475
8476         * mail-source.el (mail-sources): Add `group' choice.
8477
8478         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8479         parameter `in-group' to control into which group the articles go.
8480         Add treatment of `group' mail-source.
8481
8482 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8485
8486         * mm-decode.el (mm-dissect-buffer): Decode description.
8487
8488         * mml.el (mml-to-mime): Encode message header first.
8489
8490 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8491
8492         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8493         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8494
8495         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8496         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8497
8498 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8499
8500         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8501
8502 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8503
8504         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8505         prefix keys.
8506         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8507         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8508         gnus-xmas.el.
8509
8510         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8511         (gnus-xmas-article-describe-bindings): New function.
8512         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8513         gnus-xmas-article-describe-bindings.
8514
8515         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8516
8517 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8518
8519         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8520         Add new variables for article mark management.
8521         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8522         list of extra data entries which, when present, will indicate that the
8523         article ID should not be trimmed from the registry.
8524         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8525         functions.
8526         (gnus-registry-read-mark): New function to read a mark name from the
8527         user.
8528         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8529         (gnus-registry-set-article-mark-internal): New functions to add and
8530         remove marks.
8531         (gnus-registry-get-article-marks): New function to show the marks for
8532         an article, or retrieve them for further use.
8533
8534 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8537         keys when no argument is given.
8538
8539 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8540
8541         * imap.el (imap-ping-server): New variable.
8542         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8543         (imap-ping-server): Minor doc string fixes.
8544
8545 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8546
8547         * imap.el (imap-ping-server): New function.
8548         (imap-opened): Call imap-ping-server.
8549
8550 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8551
8552         * gnus-sum.el (gnus-article-sort-by-random)
8553         (gnus-thread-sort-by-random): Fix doc strings.
8554         Reported by jidanni@jidanni.org.
8555
8556 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * gnus-art.el (gnus-article-describe-bindings): New function.
8559         (gnus-article-read-summary-keys): Use it.
8560         (gnus-article-mode-map): Bind `C-h b' to it.
8561
8562 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8565         XEmacs.
8566         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8567         Protect against non-character events.
8568
8569         * lpath.el: Fbind map-keymap for Emacs 21.
8570
8571 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8574         New command.
8575         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8576         instead of END.  Change name of the temp file.
8577         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8578         customizable.
8579
8580 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8583         bind `S W' to gnus-article-wide-reply-with-original; set default
8584         binding to gnus-article-read-summary-send-keys.
8585         (gnus-article-read-summary-keys): Fix the order of keys; display
8586         continuation keys correctly in the echo area; describe bindings
8587         correctly when keys end with `C-h'.
8588         (gnus-article-read-summary-send-keys): New function.
8589         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8590         Work for gnus-article-read-summary-send-keys; display continuation keys
8591         correctly in the echo area.
8592         (gnus-article-reply-with-original): Ignore prefix argument.
8593         (gnus-article-wide-reply-with-original): New function.
8594
8595         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8596         Emacs 21.
8597
8598 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8601         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8602
8603 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8606         (gnus-group-read-ephemeral-gmane-group): New command.
8607
8608 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8609
8610         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8611
8612 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8613
8614         * message.el (message-send-mail-function): Increase custom version.
8615
8616         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8617         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8618
8619 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8620
8621         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8622         for the cases where imap-authenticate is called with a nil buffer
8623         parameter.
8624
8625 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8628         html parts correctly; support forwarded messages.
8629         (gnus-article-browse-html-article): Remove work buffers.
8630
8631         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8632         compiling.
8633         (netrc-bound-and-true-p): New macro.
8634         (netrc-parse): Use it instead of bound-and-true-p that is not available
8635         in XEmacs 21.4.
8636
8637 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8638
8639         * gnus-registry.el (gnus-registry-mark-article)
8640         (gnus-registry-article-marks): Add functionality to mark articles
8641         through the Gnus registry.
8642
8643         * encrypt.el: Clarify documentation for the new pgg method.
8644         (encrypt-file-alist): Add PGG option.
8645         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8646         functionality.  Abstract password key and messaging to external
8647         functions.
8648         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8649         (encrypt-message-method-and-cipher): Add new convenience external
8650         functions.
8651         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8652         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8653
8654         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8655         (netrc-parse): Use encrypt-file-alist to determine if
8656         encrypt-find-model or encrypt-insert-file-contents should be used.
8657
8658         * encrypt.el: Clarify documentation.  Load password-cache or
8659         password, whichever one is found first, instead of autoloading.
8660
8661 2007-12-19  Glenn Morris  <rgm@gnu.org>
8662
8663         * mml.el (message-options-set, message-narrow-to-head)
8664         (message-in-body-p, message-mail-p, message-encode-message-body):
8665         Autoload.
8666         (message-remove-header, message-narrow-to-headers-or-head)
8667         (message-subscribed-p, message-make-mail-followup-to)
8668         (message-position-on-field, message-news-p)
8669         (message-options-set-recipient, message-generate-headers)
8670         (message-sort-headers): Declare as functions.
8671
8672 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8675         convention in doc string.
8676
8677 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8680         title to html parts.
8681         (gnus-article-browse-html-article): Pass message header to it.
8682
8683         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8684
8685 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8686
8687         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8688         or password compatible with XEmacs.
8689
8690 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8691
8692         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8693         format document.
8694         (gnus-mime-delete-part): Don't write description line if empty.
8695         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8696
8697 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8698
8699         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8700         (gnus-summary-mark-read-and-unread-as-read)
8701         (gnus-summary-mark-current-read-and-unread-as-read)
8702         (gnus-summary-mark-unread-as-ticked): Doc fix.
8703         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8704
8705 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8706
8707         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8708         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8709
8710 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8711
8712         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8713         yes-or-no-p.
8714
8715 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * mm-decode.el (mm-add-meta-html-tag): New function.
8718         (mm-save-part-to-file, mm-pipe-part): Use it.
8719
8720         * gnus-art.el (gnus-article-browse-delete-temp-files):
8721         Use gnus-y-or-n-p instead of y-or-n-p.
8722         (gnus-article-browse-html-parts): Work with message/external-body; use
8723         mm-add-meta-html-tag.
8724
8725 2007-12-11  Glenn Morris  <rgm@gnu.org>
8726
8727         * gnus-cache.el: Require gnus-sum not just when compiling.
8728
8729         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8730
8731         * gnus-int.el (gnus-server-opened, gnus-status-message):
8732         Move definitions before use.
8733
8734         * mm-decode.el: Require gnus-util.
8735         (mm-remove-part): Only call delete-annotation on XEmacs.
8736
8737         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8738
8739         * nnmail.el: Require gnus-int.
8740
8741         * spam.el: Move `require's before `eval-when-compile's.
8742
8743         * gnus-ems.el (gnus-alive-p):
8744         * gnus-fun.el (message-goto-eoh):
8745         * gnus-util.el (gnus-group-name-decode):
8746         * mail-source.el (gnus-compress-sequence):
8747         * message.el (Info-goto-node, format-spec):
8748         * mm-bodies.el (message-options-get):
8749         * mm-decode.el (mm-view-pkcs7):
8750         * mm-util.el (gmm-write-region):
8751         * mml-smime.el (mml-compute-boundary)
8752         (gnus-completing-read-with-default):
8753         * mml.el (widget-button-press, gnus-make-hashtable):
8754         * mml1991.el (mm-decode-content-transfer-encoding)
8755         (mm-encode-content-transfer-encoding)
8756         (message-options-get, message-options-set):
8757         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8758         * nnfolder.el (gnus-request-group):
8759         * nnheader.el (ietf-drums-unfold-fws):
8760         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8761         * smime.el (gnus-run-mode-hooks):
8762         * spam-stat.el (gnus-message): Autoload.
8763
8764         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8765         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8766         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8767         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8768         Add declare-function compatibility definition.
8769
8770         * gnus-cache.el (nnvirtual-find-group-art):
8771         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8772         (gnus-add-image, gnus-add-wash-type):
8773         * gnus-group.el (nnkiboze-score-file):
8774         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8775         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8776         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8777         (message-tokenize-header, gnus-get-buffer-create)
8778         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8779         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8780         * gnus.el (gnus-group-decoded-name):
8781         * mail-source.el (imap-capability):
8782         * mm-bodies.el (message-options-set):
8783         * mm-decode.el (gnus-configure-windows):
8784         * mm-extern.el (message-goto-body):
8785         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8786         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8787         (epg-sub-key-validity, message-options-set):
8788         * mml.el (widget-event-point, gnus-configure-windows):
8789         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8790         * mml2015.el (epg-check-configuration, epg-configuration)
8791         (message-options-set):
8792         * nndb.el (nndb-request-article):
8793         * nnfolder.el (gnus-request-create-group):
8794         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8795         * nnmaildir.el (gnus-group-mark-article-read):
8796         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8797         * rfc1843.el (message-fetch-field):
8798         * spam.el (gnus-extract-address-components):
8799         Declare as functions.
8800
8801 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8804
8805         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8806
8807         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8808         bind show-trailing-whitespace for XEmacs.
8809
8810 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8811
8812         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8813         new no-op macro for backward compatibility.
8814
8815         * imap.el (imap-string-to-integer): New function.
8816
8817 2007-12-09  Glenn Morris  <rgm@gnu.org>
8818
8819         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8820
8821         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8822         * message.el, mm-view.el, sieve-manage.el, smime.el:
8823         Add declare-function compatibility definition.
8824
8825         * gnus-art.el (w3-region, w3m-region, Info-menu):
8826         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8827         * gnus-sum.el (gnus-get-predicate):
8828         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8829         * message.el (mail-abbrev-in-expansion-header-p):
8830         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8831         (w3m-detect-meta-charset, w3m-region):
8832         * sieve-manage.el (password-read, password-cache-add)
8833         (password-cache-remove):
8834         * smime.el (password-read-and-add): Declare as functions.
8835
8836 2007-12-08  David Kastrup  <dak@gnu.org>
8837
8838         * gnus-sum.el (gnus-summary-simplify-subject-query):
8839         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8840         `message'.
8841
8842 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8845         it to bind idna-program, installation-directory, defined-colors, and
8846         face-attribute for XEmacs of the version that compiles defcustom forms.
8847
8848 2007-12-07  Glenn Morris  <rgm@gnu.org>
8849
8850         * gnus-art.el (article-make-date-line): Revert previous change.
8851
8852 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8853
8854         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8855
8856 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8857
8858         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8859         Call gnus-add-to-range ranges only once with a prepared article-list.
8860
8861 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8862
8863         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8864         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8865         group names with backslashes.
8866         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8867
8868 2007-12-06  Deepak Goel  <deego3@gmail.com>
8869
8870         * gnus-art.el (article-make-date-line):
8871         * gnus-start.el (gnus-load):
8872         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8873
8874 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * gnus-art.el (gnus-use-idna)
8877         * gnus-start.el (gnus-site-init-file)
8878         * message.el (message-use-idna)
8879         * mm-uu.el (mm-uu-hide-markers)
8880         * smiley.el (smiley-style): Revert changes that suppress warnings.
8881
8882 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8883
8884         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8885         specify charset to html source.
8886         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8887
8888 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8889
8890         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8891         idna-program in order to suppress byte compile warning issued by XEmacs
8892         that came to byte compile the default value section of defcustom forms
8893         recently.
8894
8895         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8896         value of installation-directory.
8897
8898         * message.el (message-use-idna): Don't directly refer to the value of
8899         idna-program.
8900
8901         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8902
8903         * smiley.el (smiley-style): Don't directly call face-attribute.
8904
8905 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8906
8907         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8908
8909         * gnus-dired.el: Reduce Gnus dependencies.
8910         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8911         Don't require.  Use autoloads instead.
8912         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8913         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8914         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8915         (gnus-dired-mode): Adjust doc string.
8916         (gnus-dired-mail-mode): New variable.
8917         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8918         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8919         (gnus-dired-mail-buffers): New function.  Return mail or message
8920         composition buffers.
8921         (gnus-dired-attach): Use it.
8922         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8923         NO-DECODE.
8924         (gnus-dired-print): Use `gnus-print-buffer' depending on
8925         `gnus-dired-mail-mode'.
8926
8927 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * rfc2047.el (rfc2047-encoded-word-regexp)
8930         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8931         explaining what regexp patterns are for.
8932
8933 2007-12-04  Glenn Morris  <rgm@gnu.org>
8934
8935         * password.el: Move to password-cache.el.
8936
8937         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8938         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8939         * mml-smime.el (password-read, password-cache-add)
8940         (password-cache-remove):
8941         No need to autoload, since mml-sec requires password.
8942
8943         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8944         * message.el (gnus-extract-address-components):
8945         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8946
8947         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8948         password.
8949
8950 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8951
8952         * mailcap.el: Reduce dependencies.
8953         (mail-header-parse-content-type): Autoload.
8954         (mailcap-delete-duplicates): New alias.
8955         (mailcap-mime-info): Add optional argument NO-DECODE.
8956         (mailcap-mime-types): Use mailcap-delete-duplicates.
8957
8958         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8959
8960 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8961
8962         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8963         (imap-parse-status): Upcase status-att for servers that sends them
8964         lower-case (e.g., MS Exchange 2007).
8965
8966 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8967
8968         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8969         function.
8970
8971         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8972         (gnus-uu-yenc-article): New function.
8973
8974         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8975
8976         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8977
8978 2007-12-02  Glenn Morris  <rgm@gnu.org>
8979
8980         * binhex.el (binhex): New custom group.
8981         (binhex-decoder-program, binhex-decoder-switches)
8982         (binhex-use-external): Move to the binhex custom group.
8983
8984         * uudecode.el (uudecode): New custom group.
8985         (uudecode-decoder-program, uudecode-decoder-switches)
8986         (uudecode-use-external): Move to the uudecode custom group.
8987
8988         * netrc.el (top-level): Don't load `encrypt' features.
8989         (netrc-parse): Don't use encrypt.
8990         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8991
8992         * encrypt.el: Remove file.
8993
8994 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8995
8996         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8997         matches on patches.
8998
8999         * gnus-art.el (gnus-article-browse-html-article):
9000         Mention `mm-text-html-renderer' in the doc string.
9001
9002         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9003         string.  Add comments.
9004
9005         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9006         if rhs is ASCII.
9007
9008 2007-12-01  Glenn Morris  <rgm@gnu.org>
9009
9010         * mail-source.el (top-level): Require format-spec before
9011         eval-when-compile.
9012
9013 2007-11-30  Glenn Morris  <rgm@gnu.org>
9014
9015         * encrypt.el: Require password, rather than autoloading password-read.
9016
9017 2007-11-29  Glenn Morris  <rgm@gnu.org>
9018
9019         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9020         (sasl-make-client, sasl-next-step, sasl-step-data)
9021         (sasl-step-set-data): Declare as functions.
9022
9023 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9024
9025         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9026
9027 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9028
9029         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9030         certs should be verified and what is to be done in the event of a
9031         verification failure.
9032
9033         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9034         caller can indicate whether the cache should be disregarded for this
9035         call.  This way the result of the call is reproducible at all times and
9036         can be considered a canonical server name for the supplied method.
9037         (gnus-agent-method-p): Canonicalize server names by pushing their
9038         method through `gnus-method-to-server' using the no-cache argument.
9039
9040         * gnus-srvr.el (gnus-server-insert-server-line):
9041         Call `gnus-method-to-server' with `no-cache' argument.
9042
9043         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9044         gnus-agent-possibly-synchronize-flags as this should be called when the
9045         server is actually being opened.
9046         (gnus-agent-possibly-synchronize-flags)
9047         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9048         flags file of an agentized server to the latter function.
9049
9050         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9051         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9052         after a connection has been established successfully.
9053
9054 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * gnus-art.el (article-display-face): Force to display face if called
9057         interactively; check if gnus-article-x-face-too-ugly matches author.
9058         (article-display-x-face): Display face even if From header is missing
9059         as article-display-face does.
9060
9061 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9062
9063         * hashcash.el (message-narrow-to-headers-or-head)
9064         (message-fetch-field, message-goto-eoh)
9065         (message-narrow-to-headers): Declare as functions.
9066
9067 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9068
9069         * mail-source.el (mail-sources): Default to fetch from file for
9070         compatibility with default of nnmail-spool-file.
9071
9072 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9075         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9076         to look for encoded word that should be encoded again.
9077         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9078         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9079         encoding pattern.
9080         (rfc2047-decode-region): Switch strict regexp and loose one according
9081         to rfc2047-allow-irregular-q-encoded-words.
9082
9083 2007-11-25  Romain Francoise  <romain@orebokech.com>
9084
9085         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9086
9087 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9088
9089         * tls.el (tls-program): Provide more custom choices from
9090         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9091         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9092
9093 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9096         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9097
9098         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9099         `nnmail-spool-file'.
9100
9101         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9102         `nnmail-spool-file'.
9103
9104         * gnus-move.el (gnus-change-server): Ditto.
9105
9106         * gnus-kill.el (gnus-batch-score): Ditto.
9107
9108         * gnus-cache.el (gnus-jog-cache): Ditto.
9109
9110         * gnus-msg.el (gnus-summary-reply):
9111         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9112
9113 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9114
9115         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9116         version.  Minor improvement to doc strings.
9117         (tls-program): Add comment.
9118
9119 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9120
9121         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9122         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9123         mismatch between the hostname provided in the certificate and the name
9124         of the host connnecting to.
9125         (open-tls-stream): Use them.  Check certificates against trusted root
9126         certificates.
9127
9128 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * gnus-cache.el (gnus-cache-generate-nov-databases):
9131         Use nnml-generate-nov-databases-directory instead of
9132         nnml-generate-nov-databases-1.
9133
9134 2007-11-24  Glenn Morris  <rgm@gnu.org>
9135
9136         * message.el (message-tool-bar-retro): Update for rename
9137         mail_send.xpm->mail-send.xpm.
9138
9139 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9140
9141         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9142         `smime-ldap-search' for Emacs 22 and up.
9143
9144 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9145
9146         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9147
9148         * message.el (message-send-mail-function): Fix error convention.
9149         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9150         (message-widen-reply, message-send-mail, message-talkative-question)
9151         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9152         (message-clone-locals, message-send-news): Use with-current-buffer.
9153         (message-insert-or-toggle-importance): Remove unused var `valid'.
9154         (message-make-references): Remove unused var `new-references'.
9155         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9156
9157 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9158
9159         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9160         (spam-split-symbolic-return-positive): Reflow docstring.
9161         (spam-backends, spam-summary-exit-behavior)
9162         (spam-mark-ham-unread-before-move-from-spam-group)
9163         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9164         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9165         (spam-clear-cache, spam-backend-check, spam-install-backend)
9166         (spam-install-statistical-backend, spam-list-of-processors)
9167         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9168         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9169         (spam-check-crm114, spam-initialize, spam-unload-hook):
9170         Fix typos in docstrings.
9171
9172 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9173
9174         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9175         been checked if they have never been read and those group levels are
9176         higher than the one that a user specified.
9177
9178 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9181         foreign groups unless a group level is specified by a user.
9182         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9183
9184 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9185
9186         * message.el (message-send-mail-function): Require sendmail.
9187
9188 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9189
9190         * message.el (message-send-mail-function): Check for smtpmail too.
9191
9192         * utf7.el (utf7-encode, utf7-decode): Use coding system
9193         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9194
9195         * message.el (message-send-mail-function): New function.
9196         (message-send-mail-function): Set default using
9197         message-send-mail-function.  Adjust doc string.
9198         (message-send-mail-with-mailclient): New function.
9199
9200 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9201
9202         * smime.el (from):
9203         * rfc2047.el (message-posting-charset):
9204         * qp.el (mm-use-ultra-safe-encoding):
9205         * pop3.el (parse-time-months):
9206         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9207         * nnml.el (files):
9208         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9209         (jka-compr-compression-info-list, ange-ftp-path-format)
9210         (efs-path-regexp):
9211         * nndiary.el (files):
9212         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9213         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9214         (epg-digest-algorithm-alist, inhibit-redisplay)
9215         (password-cache-expiry):
9216         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9217         (pgg-output-buffer, password-cache-expiry):
9218         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9219         (efs-path-regexp):
9220         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9221         (inhibit-redisplay):
9222         * mm-uu.el (file-name, start-point, end-point, entry)
9223         (gnus-newsgroup-name, gnus-newsgroup-charset):
9224         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9225         (latin-unity-ucs-list):
9226         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9227         (mm-uu-binhex-decode-function):
9228         * message.el (gnus-message-group-art, gnus-list-identifiers)
9229         (rmail-enable-mime-composing, gnus-local-organization)
9230         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9231         (gnus-read-active-file, facemenu-add-face-function)
9232         (facemenu-remove-face-function, gnus-article-decoded-p)
9233         (tool-bar-mode):
9234         * mail-source.el (display-time-mail-function):
9235         * gnus-util.el (nnmail-pathname-coding-system)
9236         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9237         (gnus-original-article-buffer, gnus-user-agent)
9238         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9239         (xemacs-codename, sxemacs-codename, emacs-program-version):
9240         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9241         * gnus-start.el (gnus-agent-covered-methods)
9242         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9243         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9244         (gnus-newsgroup-headers, gnus-group-list-mode)
9245         (gnus-group-mark-positions, gnus-newsgroup-data)
9246         (gnus-newsgroup-unreads, nnoo-state-alist)
9247         (gnus-current-select-method, mail-sources)
9248         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9249         (nnmail-spool-file, gnus-cache-active-hashtb):
9250         * gnus-mh.el (mh-lib-progs):
9251         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9252         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9253         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9254         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9255         (gnus-group-buffer):
9256         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9257         (font-lock-set-defaults):
9258         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9259         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9260         (gnus-summary-post-menu, total-parts, type, condition, length):
9261         * gnus-agent.el (gnus-agent-read-agentview):
9262         * flow-fill.el (show-trailing-whitespace):
9263         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9264         eval-and-compile wrappers for byte compiler pacifiers.
9265
9266         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9267         (mm-display-inline-fontify): Check for featurep 'xemacs not
9268         extent-list.
9269
9270         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9271         itimer-list.
9272         (mm-create-image-xemacs): Only do something for XEmacs.
9273         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9274
9275         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9276
9277         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9278         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9279
9280 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9281
9282         * nnimap.el (nnimap-split-download-body):
9283         * gnus-demon.el (gnus-demon):
9284         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9285
9286 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9289         New macros.
9290         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9291         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9292         copy data from unibyte buffer to multibyte current buffer.
9293         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9294         to copy data from unibyte current buffer to multibyte buffer.
9295         (nntp-make-process-buffer): Make process buffer unibyte.
9296
9297         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9298
9299 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9300
9301         * pop3.el (pop3-open-server): Accept and process data more robustly at
9302         connexion start to avoid spurious "POP SSL connexion failed" errors.
9303
9304 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9305
9306         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9307         read group names.
9308
9309 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9312
9313 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9316         (nnmail-save-active): Use a unibyte buffer when saving active file,
9317         which may contain non-ASCII group names.
9318
9319         * nnml.el (nnml-request-group): Decode group names in messages.
9320
9321 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * message.el (message-citation-line-function)
9324         (message-insert-formatted-citation-line): Fix spelling of
9325         `message-insert-formated-citation-line'.
9326
9327 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9328
9329         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9330
9331 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9334         nnmail-pathname-coding-system.
9335
9336         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9337         that a user enters; decode group names in messages.
9338
9339         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9340
9341 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9342
9343         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9344
9345         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9346
9347         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9348         risky local variable.
9349
9350         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9351
9352 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9353
9354         * encrypt.el: Improve documentation to fix function name typo.
9355         Reported by Daiki Ueno <ueno@unixuser.org>.
9356
9357 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9360         even if the point is not in the last page of an article.
9361         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9362         back to the previous page.
9363
9364 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9365
9366         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9367
9368 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9371
9372 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9373
9374         * message.el (message-check-news-body-syntax):
9375         Avoid mm-string-as-multibyte.
9376         (message-hide-headers): Don't assume (point-min)==1.
9377
9378 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9379
9380         * message.el (message-remove-blank-cited-lines): Fix if remove is
9381         given.
9382         (message-bogus-address-regexp): New variable.
9383         (message-bogus-recipient-p): New function.
9384         (message-check-recipients): New command.
9385         (message-syntax-checks): Add `bogus-recipient'.
9386         (message-fix-before-sending): Add `bogus-recipient'.
9387
9388         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9389         (gnus-treat-body-boundary): Don't test window-system.
9390
9391 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9392
9393         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9394
9395 2007-10-28  Miles Bader  <miles@gnu.org>
9396
9397         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9398         at compile-time too.
9399
9400 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9401
9402         * gnus-msg.el (gnus-message-setup-hook):
9403         Add `message-remove-blank-cited-lines' to options.
9404
9405 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9406
9407         * message.el (message-remove-blank-cited-lines): New function.
9408         Suggested by Karl Plästerer.
9409
9410 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9413         mapc.
9414
9415         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9416         (top-level): Use mapc to set functions to be traced for debugging.
9417
9418         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9419         called for effect with while loop.
9420
9421         * message.el (message-talkative-question): Replace mapcar called for
9422         effect with mapc.
9423
9424         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9425         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9426         called for effect with dolist.
9427
9428         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9429
9430         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9431         gnus-extra-headers and nnmail-extra-headers.
9432
9433         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9434         called for effect with dolist.
9435         (top-level): Use mapc to set functions to be traced for debugging.
9436
9437         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9438         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9439         dolist.
9440
9441         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9442         Replace mapcar called for effect with mapc.
9443         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9444         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9445         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9446         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9447
9448         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9449         remove-if that's a cl function.
9450
9451         * webmail.el (webmail-debug): Replace mapcar called for effect with
9452         dolist.
9453
9454         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9455         with mapc.
9456
9457 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9460         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9461         with while loop.
9462
9463         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9464         functions from article-* functions.
9465         (gnus-multi-decode-header): Replace mapcar called for effect with
9466         dolist.
9467
9468         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9469         (gnus-bookmark-show-details): Replace mapcar called for effect with
9470         while loop.
9471
9472         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9473         called for effect with while loop.
9474
9475         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9476         with dolist.
9477
9478         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9479         Replace mapcar called for effect with dolist.
9480
9481         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9482
9483         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9484         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9485         Replace mapcar called for effect with dolist.
9486         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9487         mapc.
9488
9489         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9490         Replace mapcar called for effect with dolist.
9491         (gnus-topic-list): Replace mapcar called for effect with mapc.
9492
9493         * gnus.el: Use mapc instead of mapcar to add autoloads.
9494
9495 2007-10-23  Richard Stallman  <rms@gnu.org>
9496
9497         * gnus-group.el (gnus-group-highlight): Mark as risky.
9498
9499 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * gnus.el (gnus-server-to-method): Return method found first in
9502         gnus-newsrc-alist.
9503
9504         * gnus-art.el (gnus-article-highlight-signature)
9505         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9506         button overlay without the front stickiness.
9507
9508 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9509
9510         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9511         overview buffer needed a catch to receive its throw.
9512         (gnus-agent-flush-cache): Declare as interactive to make this function
9513         easier to use.
9514
9515 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9518         `next-line'.
9519
9520 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9521
9522         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9523         exclude address matching message-dont-reply-to-names.
9524
9525 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * gnus-util.el (gnus-string<): New function.
9528
9529         * gnus-sum.el (gnus-article-sort-by-author)
9530         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9531
9532 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9533
9534         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9535         the frame-focus tag is set in gnus-buffer-configuration.
9536
9537 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9540         the front stickiness.
9541
9542 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9545         url pattern; remove duplicate one.
9546         (gnus-article-extend-url-button): New function.
9547         (gnus-article-add-buttons): Use it.
9548         (gnus-button-push): Use concatenated url that it makes.
9549
9550 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9551
9552         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9553
9554 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9555
9556         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9557         Don't hardcode point-min==1.
9558
9559 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9562         Fix comment about "iso8859-1".
9563
9564 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9565
9566         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9567         ones returned from the verify-function.
9568
9569         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9570         Call mml2015-extract-cleartext-signature if extraction failed.
9571
9572 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9573
9574         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9575         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9576         failed.
9577
9578 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9579
9580         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9581
9582 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9583
9584         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9585         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9586         recommends to use EasyPG instead of PGG.
9587
9588         * pgg.el: Revert to revision 6.23.2.16.
9589
9590         * pgg-def.el: Revert to revision 6.6.2.14.
9591
9592         * pgg-gpg.el: Revert to revision 6.23.2.34.
9593
9594 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9595
9596         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9597         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9598         thread for both the null and zero (kill/expire thread) universal prefix
9599         cases.
9600         (gnus-summary-expire-thread): Add new function to expire a thread,
9601         using gnus-summary-kill-thread.
9602         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9603         shortcuts for gnus-summary-expire-thread.
9604         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9605         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9606
9607 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9608
9609         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9610         extras value, so an extras entry can be deleted.
9611         (gnus-registry-delete-extra-entry): Use it.
9612         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9613         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9614         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9615         storage through the gnus-registry, and provide an appropriate API for
9616         it.
9617
9618 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9621         Suggested by Leo <sdl.web@gmail.com>.
9622
9623         * gnus.el: Do.
9624
9625 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9626
9627         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9628         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9629
9630         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9631
9632         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9633         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9634
9635 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9638         newline.
9639         (nnmbox-request-accept-article): Don't change article in source buffer;
9640         narrow to header to use message-fetch-field rather than
9641         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9642         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9643         as delimiters; make sure article ends with newline.
9644         (nnmbox-delete-mail): Correct last position of article to be deleted;
9645         ignore X-Gnus-Newsgroup header in article body.
9646         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9647         positions; make sure article ends with newline.
9648
9649         * message.el (message-display-abbrev): Don't infloop when a user
9650         inserts SPC in the beginning of header.
9651
9652         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9653         coding-system-for-read and coding-system-for-write for XEmacs having no
9654         file-coding feature.
9655
9656         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9657
9658 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9659
9660         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9661         list of groups not followed by default.  Fix type to be regexp.
9662         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9663
9664 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9665
9666         * hmac-def.el (define-hmac-function): Switch from old-style to
9667         new-style backquotes.
9668
9669         * md4.el (md4-make-step): Likewise.
9670
9671 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9674         raw-text coding system when saving .newsrc file, which may contain
9675         non-ASCII group names.
9676
9677 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9678
9679         * gnus-cus.el (gnus-score-extra): New widget.
9680         (gnus-score-extra-convert): New function.
9681         (gnus-score-customize): Use it for Extra.
9682
9683 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9684
9685         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9686         (mml2015-mailcrypt-clear-verify): Use it.
9687         (mml2015-gpg-clear-verify): Use it.
9688         (mml2015-pgg-clear-verify): Use it.
9689         (mml2015-epg-clear-verify): Replace the current part with the output
9690         from GnuPG; don't extract the plaintext by itself.
9691
9692         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9693         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9694         mml2015-clear-verify-function; don't touch the armor headers or
9695         dash-escaped text here.
9696
9697 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9700         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9701         parts, or application/octet-stream as a last resort.
9702         (gnus-mime-view-part-as-type): Don't toggle display.
9703         (gnus-mime-view-part-as-charset): Don't turn off display before
9704         querying charset.
9705
9706         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9707         stuff to undisplayer function in Emacs.
9708         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9709
9710         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9711         text/calendar parts.
9712
9713 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9714
9715         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9716         decoding text/calendar parts.
9717
9718         * message.el (message-forward-make-body-mime): Always mark body as
9719         having no illegible text; remove signed-or-encrypted argument.
9720         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9721
9722         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9723         (mml-generate-mime-1): Don't encode body if it is specified to be in
9724         raw form; don't make buffer be unibyte when inserting multibyte string.
9725
9726 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9727
9728         * sha1.el: Fix up comment style.
9729         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9730         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9731
9732         * hex-util.el: Fix up comment style.
9733         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9734
9735         * gnus-salt.el: Use with-current-buffer.
9736         (gnus-pick-setup-message): Fix long-standing typo.
9737
9738 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * imap.el (imap-logout-timeout): New variable.
9741         (imap-logout, imap-logout-wait): New functions.
9742         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9743
9744         * nnimap.el (nnimap-logout-timeout): New server variable.
9745         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9746         nnimap-logout-timeout.
9747
9748         * gnus-art.el (gnus-article-summary-command-nosave)
9749         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9750
9751 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * gnus.el (gnus-maximum-newsgroup): New variable.
9754
9755         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9756         according to gnus-maximum-newsgroup.
9757
9758         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9759         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9760         Limit the range of articles according to gnus-maximum-newsgroup.
9761
9762 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9763
9764         * gnus-art.el (gnus-sticky-article): Fix problems described in
9765         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9766         Don't perform gnus-configure-windows here; reuse existing sticky
9767         article buffer.
9768
9769         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9770         it doesn't exist in gnus-article-mode.
9771
9772 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9775         (gnus-agent-decoded-group-name): New function.
9776         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9777         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9778
9779 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9780
9781         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9782         Add binding for gnus-sticky-article.
9783         (gnus-summary-exit): Don't kill sticky article buffers.
9784
9785         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9786         article buffer.
9787         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9788         (gnus-kill-sticky-article-buffers): New commands.
9789
9790 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * nntp.el (nntp-xref-number-is-evil): New server variable.
9793         (nntp-find-group-and-number): If it is non-nil, don't trust article
9794         numbers in the Xref header.
9795
9796 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9797
9798         * gnus-agent.el (gnus-agent-read-group): New function.
9799         (gnus-agent-flush-group, gnus-agent-expire-group)
9800         (gnus-agent-regenerate-group): Use it.
9801         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9802         nnmail-pathname-coding-system.
9803
9804 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9807
9808         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9809         that are unread as unread, and also as selected so that information of
9810         marks having been changed by a user may be updated when exiting group.
9811
9812 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9813
9814         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9815
9816 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9819         calculated ignoring signature parts to gnus-treat-article.
9820
9821 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9824         a point here in order to keep the window start.
9825         (gnus-insert-mime-security-button): Make a button overlay without the
9826         front stickiness.
9827         (gnus-mime-display-security): Goto the end of a button.
9828
9829         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9830
9831 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9832
9833         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9834         group-name-at-point.
9835         (gnus-group-completing-read): New function that offers decoded
9836         non-ASCII group names for completion.
9837         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9838         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9839         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9840         (gnus-group-fetch-control): Use it.
9841         (gnus-fetch-group): Use group-name-at-point for the initial value
9842         rather than the default value; use gnus-alive-p.
9843
9844         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9845         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9846         (gnus-summary-post-news): Use gnus-group-completing-read.
9847
9848         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9849         (gnus-read-move-group-name): Decode group name for completion.
9850
9851 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9852
9853         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9854         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9855         Yamaoka slightly modified the code).
9856
9857 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9860         (nnmail-split-incoming): Bind it.
9861
9862         * nnml.el (nnml-group-name-charset): New function.
9863         (nnml-decoded-group-name): Use it; don't decode group name if
9864         nnmail-group-names-not-encoded-p is non-nil.
9865         (nnml-encoded-group-name): New function.
9866         (nnml-group-pathname): Inline nnml-decoded-group-name.
9867         (nnml-request-expire-articles): Decode group name in message.
9868         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9869         nnmail-pathname-coding-system.
9870         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9871         not decoded ones according to nnmail-group-names-not-encoded-p.
9872         (nnml-generate-active-info): Use nnml-encoded-group-name.
9873
9874 2007-08-08  Glenn Morris  <rgm@gnu.org>
9875
9876         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9877         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9878         doc-strings and comments.
9879
9880 2007-07-25  Glenn Morris  <rgm@gnu.org>
9881
9882         * Relicense all FSF files to GPLv3 or later.
9883
9884 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * gnus-sum.el (gnus-summary-move-article):
9887         Make gnus-summary-respool-article work.
9888
9889 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9890
9891         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9892         string.
9893
9894 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9895
9896         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9897         that should be ignored when comparing distant RSS articles with local
9898         ones.
9899         (nnrss-make-hash-index): New function.  Create a hash index according
9900         to the ignored fields.
9901         (nnrss-check-group): Use it.
9902
9903 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9906
9907         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9908
9909         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9910         the new optional argument ENCODED is non-nil.
9911         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9912         coding system for encoding group name.
9913         (gnus-group-make-rss-group): Pass un-encoded group name to
9914         gnus-group-make-group.
9915         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9916         encoded.
9917
9918         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9919         Encode group name to which articles are moved or copied.
9920         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9921         coding system for encoding Newsgroup, Followup-To and Xref headers.
9922
9923         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9924         marks; use nnheader-file-coding-system to write a file.
9925         (nnagent-retrieve-headers): Bind file-name-coding-system to
9926         nnmail-pathname-coding-system.
9927
9928         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9929
9930         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9931         (nnml-request-article, nnml-request-create-group)
9932         (nnml-request-rename-group, nnml-find-id)
9933         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9934         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9935         (nnml-save-marks): Use nnml-group-pathname instead of
9936         nnmail-group-pathname.
9937
9938         (nnml-request-create-group, nnml-request-expire-articles)
9939         (nnml-request-move-article, nnml-request-delete-group)
9940         (nnml-deletable-article-p, nnml-possibly-create-directory)
9941         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9942         (nnml-open-marks): Bind file-name-coding-system to
9943         nnmail-pathname-coding-system.
9944
9945         (nnml-request-article): Pass server argument to nnml-find-group-number.
9946         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9947         Pass server argument to nnml-possibly-create-directory.
9948         (nnml-request-accept-article): Pass server argument to
9949         nnml-active-number and nnml-save-mail.
9950         (nnml-find-group-number): Pass server argument to nnml-find-id.
9951         (nnml-request-update-info): Pass server argument to
9952         nnml-marks-changed-p.
9953
9954         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9955         (nnml-save-mail, nnml-active-number): Add server argument.
9956
9957         (nnml-request-delete-group): Warn if group is missing.
9958         (nnml-get-nov-buffer): Decode group name.
9959         (nnml-generate-active-info): Encode group name.
9960         (nnml-open-marks): Decode group name in messages.
9961
9962 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9965         if it is not specified.
9966         (gnus-article-pipe-part, gnus-article-save-part)
9967         (gnus-article-interactively-view-part, gnus-article-copy-part)
9968         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9969         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9970         (gnus-article-replace-part, gnus-article-delete-part)
9971         (gnus-article-view-part-as-type): Pass raw prefix argument to
9972         gnus-article-part-wrapper.
9973
9974 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * gnus-agent.el (gnus-agent-save-active):
9977         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9978
9979         * gnus-cache.el (gnus-cache-save-buffers)
9980         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9981         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9982         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9983         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9984         (gnus-cache-generate-active, gnus-cache-rename-group)
9985         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9986         (gnus-cache-update-overview-total-fetched-for):
9987         Bind file-name-coding-system to nnmail-pathname-coding-system.
9988         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9989         New variables.
9990         (gnus-cache-decoded-group-name): New function.
9991         (gnus-cache-file-name): Use it.
9992         (gnus-cache-generate-active): Use non-decoded group name for active.
9993
9994         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9995         right place.
9996         (gnus-write-active-file): Don't break non-ASCII group names.
9997
9998         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9999         nnmail-pathname-coding-system.
10000
10001         * lpath.el: Bind default-file-name-coding-system,
10002         file-name-coding-system and language-info-alist for XEmacs.
10003
10004         * gnus-uu.el (gnus-uu-decode-save): Typo.
10005
10006 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10007
10008         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10009
10010 2007-07-14  David Kastrup  <dak@gnu.org>
10011
10012         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10013         finishing actions if we did not edit the article.
10014
10015 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10018         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10019         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10020         (gnus-agent-flush-group, gnus-agent-flush-cache)
10021         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10022         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10023         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10024         (gnus-agent-regenerate-group)
10025         (gnus-agent-update-files-total-fetched-for)
10026         (gnus-agent-update-view-total-fetched-for):
10027         Bind file-name-coding-system to nnmail-pathname-coding-system.
10028         (gnus-agent-group-pathname): Don't encode file names by
10029         nnmail-pathname-coding-system.
10030         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10031         coding-system-for-write instead of buffer-file-coding-system to
10032         gnus-agent-file-coding-system.
10033
10034         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10035         Decode group name.
10036
10037         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10038
10039         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10040         (gnus-read-newsrc-el-file): Make group names unibyte.
10041
10042         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10043         nnmail-pathname-coding-system.
10044
10045         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10046         (nnrss-request-delete-group): Bind file-name-coding-system to
10047         nnmail-pathname-coding-system.
10048         (nnrss-read-server-data, nnrss-read-group-data):
10049         Bind file-name-coding-system correctly.
10050         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10051
10052         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10053         (nntp-server-to-method-cache): New variable.
10054         (nntp-group-pathname): New function that decodes non-ASCII group names.
10055         (nntp-possibly-create-directory, nntp-marks-changed-p)
10056         (nntp-save-marks, nntp-open-marks): Use it.
10057         (nntp-possibly-create-directory, nntp-open-marks):
10058         Bind file-name-coding-system to nnmail-pathname-coding-system.
10059         (nntp-open-marks): Decode group names when bootstrapping marks.
10060
10061         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10062         Newsgroups and Folowup-To headers.
10063
10064 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10067         (gnus-server-closed-face, gnus-server-denied-face)
10068         (gnus-server-offline-face): Remove variable.
10069         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10070
10071         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10072         of modifying message-stack directly for XEmacs.
10073
10074         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10075         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10076         if the coding-system argument is nil for XEmacs.
10077
10078         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10079         mm-charset-override-alist.
10080
10081         * rfc2047.el: Don't require base64; require rfc2045 for the function
10082         rfc2045-encode-string.
10083         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10084         to quote the parameter value.
10085
10086 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10089         form in gnus-group-name-charset-method-alist.
10090
10091         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10092         overrides the default layout edit-form.
10093
10094         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10095
10096         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10097
10098 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10101         as unfetched articles.
10102
10103 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10106
10107 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10110         original back end that keeps marks in the local system.
10111
10112 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10115         arg of pop-to-buffer for XEmacs.
10116         (gnus-article-read-summary-keys): Ditto; don't restore window
10117         configuration if summary command ends up with neither article buffer
10118         nor summary buffer; describe bindings if summary keys end with C-h.
10119
10120 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10121
10122         * message.el (message-fix-before-sending): Skip raw message part to be
10123         forwarded while checking illegible text.
10124         (message-forward-make-body-mime, message-forward-make-body):
10125         Mark signed or encrypted raw message as having no illegible text.
10126
10127 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10130         (gnus-message-with-timestamp-1): New macro.
10131         (gnus-message-with-timestamp): New function.
10132         (gnus-message): Use them.
10133
10134         * nnheader.el (nnheader-message): Use them.
10135
10136 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10137
10138         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10139         .newsrc.eld file.
10140
10141 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10142
10143         * gnus-agent.el (gnus-agent-fetch-headers)
10144         (gnus-agent-retrieve-headers):
10145         Bind gnus-decode-encoded-address-function to identity.
10146
10147         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10148         available also when the server returns simply a dot.
10149
10150         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10151
10152 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10155
10156 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * gnus-ems.el (gnus-x-splash): Make it work.
10159
10160         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10161         from being used.
10162
10163         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10164
10165 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10168         4th and the 5th arguments.
10169
10170         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10171         the front stickiness.
10172         (gnus-article-summary-command-nosave): Correct the order of the
10173         arguments passed to pop-to-buffer.
10174         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10175         summary command ends up with the article buffer.
10176
10177         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10178         the same faces.
10179
10180 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10181
10182         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10183
10184 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10185
10186         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10187         * gnus-sum.el (gnus-summary-highlight):
10188         * pgg.el (pgg-sign-region, pgg-sign):
10189         * mail-source.el (mail-source-delete-old-incoming-confirm):
10190         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10191
10192 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * gnus-art.el (gnus-mime-view-part-externally)
10195         (gnus-mime-view-part-internally): Fix predicate function passed to
10196         completing-read.
10197
10198         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10199
10200         * gnus.el (gnus-update-message-archive-method): Add :version.
10201
10202 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10203
10204         * gnus.el (gnus-update-message-archive-method): New variable.
10205
10206         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10207         according to gnus-message-archive-method if
10208         gnus-update-message-archive-method is non-nil.
10209
10210 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10213         Suggested by Loic Dachary <loic@dachary.org>.
10214         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10215
10216 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * message.el (message-pop-to-buffer): Add switch-function argument.
10219         (message-mail): Pass switch-function argument to it.
10220
10221 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10222
10223         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10224         Improve doc string.
10225
10226 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10229         (gnus-header-content)
10230         * gnus-cite.el (gnus-cite-10)
10231         * gnus-srvr.el (gnus-server-closed)
10232         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10233         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10234         (gnus-group-mail-3-empty, gnus-group-mail-low)
10235         (gnus-group-mail-low-empty, gnus-splash)
10236         * message.el (message-header-to, message-header-cc)
10237         (message-header-subject, message-header-other, message-header-name)
10238         (message-header-xheader, message-separator, message-cited-text)
10239         (message-mml): Lighten colors of faces used for dark background.
10240
10241 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10242
10243         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10244         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10245
10246 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10247
10248         * message.el (message-narrow-to-headers-or-head):
10249         Ignore mail-header-separator in the body.
10250
10251 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10254         same as window size.
10255
10256 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10257
10258         * message.el (message-font-lock-keywords): Use message-header-xheader
10259         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10260         ahead of the anything pattern, to get it recognised.
10261
10262 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10263
10264         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10265         spam.el loads uses it in the compiled defadvice form.
10266
10267 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10268
10269         * gnus-sum.el (gnus-articles-to-read)
10270         (gnus-summary-insert-old-articles): Don't truncate group name for
10271         `read-string'.
10272
10273         * gnus-util.el (gnus-limit-string): Delete this function.
10274
10275         * gnus-sum.el (gnus-simplify-subject-fully):
10276         Use `truncate-string-to-width' instead.
10277
10278 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10279
10280         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10281         Tell if, on summary exit, the next group has to be selected.
10282         (gnus-summary-exit): Use it.
10283
10284 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10285
10286         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10287         non-break space.
10288
10289 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10292         Check if group is not a directory.
10293         (nnfolder-request-expire-articles): Don't delete articles if the target
10294         group is not available.
10295
10296         * nnml.el (nnml-request-create-group): Properly check if group is not a
10297         file.
10298         (nnml-request-expire-articles): Don't delete articles if the target
10299         group is not available.
10300
10301         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10302         Don't quote characters that are within parentheses.
10303
10304 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10307         (gnus-handle-ephemeral-exit): Select article according to it.
10308
10309 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * message.el (message-insert-formated-citation-line): Remove newline.
10312         (message-citation-line-format): Add final \n here so that the user can
10313         avoid a blank line.
10314
10315 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10316
10317         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10318         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10319         Update lanl/arXiv support.
10320
10321 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10322
10323         * gnus.el: Bump version number.
10324
10325 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10326
10327         * gnus.el (gnus-version-number): Bump version.
10328
10329 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10330
10331         * gnus.el: No Gnus v0.6 is released.
10332
10333 2007-04-27  Didier Verna  <didier@xemacs.org>
10334
10335         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10336         * gmm-utils.el (gmm-regexp-concat): ... here.
10337         * message.el: Don't require 'gnus-util.
10338         (message-dont-reply-to-names): Handle name change above.
10339         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10340
10341 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10342
10343         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10344         since the initial value varies according to the system.
10345
10346 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10347
10348         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10349
10350 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10351
10352         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10353
10354 2007-04-24  Didier Verna  <didier@xemacs.org>
10355
10356         Improve the type of gnus-ignored-from-addresses.
10357         * gnus-util.el (gnus-orify-regexp): New function.
10358         * message.el (gnus-util): Require it.
10359         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10360         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10361         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10362
10363 2007-04-24  Didier Verna  <didier@xemacs.org>
10364
10365         * gnus-sum.el:
10366         * gnus-utils.el: Fix some trailing whitespaces.
10367
10368 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10371         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10372         article's Message-ID; refer parent article in summary buffer.
10373
10374         * message.el (message-bounce): Call mime-to-mml.
10375
10376         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10377         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10378         optimize and/or forms properly.
10379
10380 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10381
10382         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10383         URL.
10384
10385 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10388
10389 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10390
10391         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10392         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10393         displayed of multipart/alternative part if it is invoked from summary
10394         buffer.
10395
10396         * mm-view.el (mm-inline-text-html-render-with-w3m)
10397         (mm-inline-text-html-render-with-w3m-standalone)
10398         (mm-inline-render-with-function): Use mail-parse-charset by default.
10399
10400 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10401
10402         * parse-time.el (parse-time-string-chars): Check if CHAR
10403         is less than the length of parse-time-syntax.
10404
10405 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10408         from gnus-newsgroup-processable.
10409
10410 2007-04-16  Didier Verna  <didier@xemacs.org>
10411
10412         * gnus-msg.el (gnus-configure-posting-styles):
10413         Handle message-signature-directory properly with :file syntax.
10414         Reported by "Leo".
10415
10416 2007-04-11  Didier Verna  <didier@xemacs.org>
10417
10418         New user option: message-signature-directory.
10419         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10420         * message.el (message-insert-signature): Ditto.
10421         * message.el (message-signature-file): Doc update.
10422         * message.el (message-signature-directory): New.
10423
10424 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * gnus-msg.el (gnus-inews-yank-articles):
10427         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10428
10429 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10430
10431         * message.el (message-yank-original): Make sure cited text ends with
10432         newline; don't exchange point and mark.
10433
10434 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10435
10436         * tls.el (open-tls-stream): Properly handle case where there
10437         is no associated buffer.
10438
10439 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10440
10441         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10442         message-yank-original, make sure (< mark TEXT point).
10443
10444 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10445
10446         * message.el (message-fill-column): New variable.
10447         (message-mode): Use it.  Add comment on a possible new hook.
10448
10449         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10450         (nnmail-get-new-mail): Reformat.
10451
10452         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10453
10454         * gmm-utils.el: Fix Commentary.
10455         (gmm-tool-bar-from-list): Fix typo in doc string.
10456
10457 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10458
10459         * message.el (message-yank-original): Don't switch point and mark
10460         unnecessarily to put point and mark as documented.
10461
10462 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10463
10464         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10465         from the message heads.
10466
10467 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10468
10469         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10470         article buffer does not have a window.  This may not be the best
10471         solution but is certainly better than setting the start of the null,
10472         that is the current, window.
10473
10474 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10475
10476         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10477         (gnus-draft-setup): Run it.
10478
10479         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10480         gnus-score-fast-scoring.  Allow regexp.
10481         (gnus-score-headers): Use it.
10482
10483         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10484         XEmacs.
10485
10486         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10487         string.
10488         (gnus-button-alist): Also catch `<f1> k ...'.
10489         (gnus-treat-display-x-face): Fix doc string.
10490
10491 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10492
10493         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10494         evaluation of gnus-extended-version to ensure correct generation of the
10495         User-Agent header when message-generate-headers-first is used.
10496
10497 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10498
10499         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10500         hashcash-path is nil.  Don't call callback with incorrect number of
10501         parameters if val is 0.
10502
10503 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10504
10505         * message.el (message-required-news-headers):
10506         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10507
10508 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10509
10510         * tls.el (open-tls-stream): In handshake-waiting loop,
10511         don't wait more if there is output available to process.
10512
10513 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10514
10515         * tls.el (tls-program): Doc fix.
10516
10517 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10518
10519         * message.el (message-generate-new-buffers): Change the meaning of the
10520         nil value; add `standard' to the choices; treat t as `unique'; improve
10521         doc string.
10522         (gnus-select-frame-set-input-focus): Autoload.
10523         (message-buffer-name): Search for the existing message buffer if
10524         message-generate-new-buffers is nil or `standard'; treat the value t of
10525         message-generate-new-buffers as `unique'.
10526         (message-pop-to-buffer): Raise the frame already displaying the message
10527         buffer; clear the echo area after querying.
10528         (message-setup): Pass the `continue' argument to compose-mail.
10529         (message-mail): Prefer `switch-function' if it is given; search for the
10530         existing message buffer if the `continue' argument is non-nil; pass
10531         continue and switch-function arguments to compose-mail by way of
10532         message-setup.
10533         (message-mail-other-window): Adjust argument of message-setup.
10534         (message-mail-other-frame): Ditto.
10535
10536 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10537
10538         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10539         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10540         to turn font-lock on when turning gnus-message-citation-mode on.
10541
10542 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10543
10544         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10545         (mml-smime-function-alist): New variable; add epg as the backend.
10546         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10547         mml-smime- functions instead.
10548         * mm-view.el: Require smime.
10549
10550 2007-03-05  Didier Verna  <didier@xemacs.org>
10551
10552         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10553         instead of just inheritance for posting styles.
10554         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10555
10556 2007-02-24  Chris Moore  <dooglus@gmail.com>
10557
10558         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10559         * pgg-pgp.el (pgg-pgp-encrypt-region):
10560         * pgg-gpg.el (pgg-gpg-encrypt-region):
10561         Check pgg-encrypt-for-me if no other recipients.
10562
10563 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10564
10565         * tls.el (tls-certtool-program): Fix custom type.
10566
10567 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10570         and point-at-eol instead of line-(beginning|end)-position.
10571
10572         * assistant.el (assistant-parse-buffer): Ditto.
10573
10574         * netrc.el (netrc-parse-services): Ditto.
10575
10576 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10577
10578         * mml2015.el (mml2015-epg-find-usable-key): New function.
10579         (mml2015-epg-sign): Use it.
10580         (mml2015-epg-encrypt): Use it.
10581
10582 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * message.el (message-make-in-reply-to): Quote name containing
10585         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10586         if there are special characters.  Reported by NAKAJI Hiroyuki
10587         <nakaji@jp.freebsd.org>.
10588
10589 2007-02-27  Didier Verna  <didier@xemacs.org>
10590
10591         Include the group parameters as well as the topic ones in the
10592         inheritance filter process.
10593         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10594         argument GROUP-PARAMS-LIST.
10595         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10596
10597 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * nntp.el (nntp-never-echoes-commands)
10600         (nntp-open-connection-functions-never-echo-commands): New variables.
10601         (nntp-send-command): Use them.
10602
10603 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10604
10605         * mml2015.el (mml2015-epg-verify): Simplify.
10606
10607 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10608
10609         * mml.el (mml-content-disposition-alist): New user option.
10610         (mml-content-disposition): New function.
10611         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10612         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10613
10614 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10615
10616         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10617         verification.
10618
10619 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10620
10621         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10622         articles posted in the last 24 hours.
10623
10624 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10625
10626         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10627
10628 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10629
10630         * nntp.el (nntp-send-command): Don't wait for echoes when
10631         nntp-open-ssl-stream is used.
10632
10633 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10636         (gnus-message-add-citation-keywords)
10637         (gnus-message-remove-citation-keywords): Remove.
10638         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10639         directly, make the variables in font-lock-defaults buffer-local, add
10640         gnus-message-citation-keywords to them and then update the value of
10641         font-lock-keywords.
10642
10643 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10644
10645         * message.el (message-cite-original-1): Don't call
10646         gnus-article-highlight-citation.
10647
10648         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10649         citations; fix line count.
10650
10651 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10654         (gnus-message-add-citation-keywords)
10655         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10656         versions of font-lock-add-keywords and font-lock-remove-keywords to
10657         work with XEmacs correctly.
10658
10659 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * gnus-cite.el (gnus-cite-face-list): Set the values of
10662         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10663         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10664         (gnus-message-cite-prefix-regexp): New variable.
10665         (gnus-message-search-citation-line): Use it; protect against long
10666         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10667         the 0th match data for Emacs.
10668         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10669         (gnus-message-add-citation-keywords): Append keywords rather than
10670         prepending; emulate font-lock-add-keywords if it is not available.
10671         (gnus-message-remove-citation-keywords):
10672         Emulate font-lock-remove-keywords if it is not available.
10673
10674         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10675
10676         * message.el (message-cite-prefix-regexp): Set the value of
10677         gnus-message-cite-prefix-regexp.
10678
10679 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10680
10681         * nnweb.el (nnweb-google-parse-1): Update parser.
10682
10683 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10684
10685         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10686
10687 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10688
10689         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10690         regexp.
10691
10692 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10693
10694         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10695         string-to-multibyte.
10696         (uudecode-decode-region-internal): Use it.
10697
10698         * lpath.el: Fbind string-as-multibyte for XEmacs.
10699
10700 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10701
10702         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10703         Fix custom choice.
10704
10705         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10706
10707 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10708
10709         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10710
10711         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10712         `write-region' to respect `mm-inhibit-file-name-handlers'.
10713
10714 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10715
10716         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10717         Use gnus-home-directory instead of "~/" or "$HOME".
10718
10719 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10720
10721         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10722         to mention filename.
10723         Add comments at beginning regarding usage.
10724         (encrypt-write-file-contents): Change interactive so a string is
10725         acceptable.  If the file has no associated model, show an error instead
10726         of a nonsense prompt.
10727
10728 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10729
10730         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10731         Thanks to Yoshihiko Yamada for kind notification of this typo.
10732
10733 2007-01-12  Kenichi Handa  <handa@m17n.org>
10734
10735         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10736         multibyte buffer.
10737
10738 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10739
10740         * gnus-score.el (gnus-score-fast-scoring): New variable.
10741         (gnus-score-headers): Use it.
10742
10743         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10744
10745         * message.el (message-cite-original-1):
10746         Call gnus-article-highlight-citation if requested.
10747         (message-make-from): Allow name and address as optional arguments.
10748
10749         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10750
10751         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10752         bugs to doc string.
10753         (gnus-button-alist): Add mid\\|message-id.
10754         (gnus-button-fetch-group): Extend for use in
10755         `browse-url-browser-function'.
10756         (gnus-button-url-regexp): Try to catch paired parentheses like in
10757         Wikipedia URLs.
10758
10759         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10760         Suggested by Simon Krahnke <overlord@gmx.li>.
10761
10762 2007-01-13  Romain Francoise  <romain@orebokech.com>
10763
10764         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10765         Update copyright.
10766
10767 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10768
10769         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10770
10771 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10772
10773         * gnus-registry.el (gnus-registry-unfollowed-groups)
10774         (gnus-registry-split-fancy-with-parent): Fix documentation.
10775
10776 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10777
10778         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10779         from nnweb groups.
10780
10781 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10782
10783         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10784         Xref urls.  Erase buffer before requesting head.
10785
10786         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10787
10788 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10789
10790         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10791         customizable.
10792
10793 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10794
10795         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10796         no signing key is found.
10797         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10798         no encrypting and/or signing key is found.
10799
10800 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10801
10802         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10803
10804 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10805
10806         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10807         headers read from disk with the ones newly found in the current search.
10808         This should no longer cause problems, because the article numbers in
10809         Gmane's `nov.php' output are ignored since the previous change.
10810
10811 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10812
10813         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10814
10815 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10818         replace-regexp-in-string; bind url-version; fbind display-images-p and
10819         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10820         find-face and set-itimer-function for Emacs; bind itimer-list for
10821         Emacs.
10822
10823         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10824
10825 2007-01-01  Romain Francoise  <romain@orebokech.com>
10826
10827         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10828
10829 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10830
10831         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10832         `define-minor-mode' macro definition expanded properly.
10833         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10834         exclude it there.
10835
10836         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10837         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10838         `fboundp' test.
10839         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10840         This is OK to autoload in (S)XEmacs now.
10841
10842 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10843
10844         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10845         keystroke.
10846         (gnus-summary-limit-to-singletons): Fix typo.
10847
10848         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10849         else fails.
10850
10851 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10852
10853         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10854         docstring.
10855
10856         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10857         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10858         (gnus-summary-insert-dormant-articles): Fix typo in message.
10859
10860 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10861
10862         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10863         nil for XEmacs.
10864         (gnus-message-citation-mode): Don't autoload in XEmacs.
10865
10866         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10867
10868 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10869
10870         * nnimap.el (nnimap-expunge-search-string):
10871         Mention nnimap-search-uids-not-since-is-evil in docstring.
10872
10873 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10874
10875         * spam.el: Revert to make-obsolete-variable because
10876         define-obsolete-variable-alias is not supported in Emacs 21.
10877
10878         * spam.el (spam-ifile-path, spam-ifile-database-path)
10879         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10880         make-obsolete-variable.
10881         (spam-bsfilter-path, spam-bsfilter-program)
10882         (spam-spamassassin-path, spam-spamassassin-program)
10883         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10884         Don't use "path" inappropriately.
10885         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10886         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10887         variable names.
10888
10889 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10890
10891         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10892         summary buffer.
10893
10894         * password.el (password-cache-remove): Use clear-string to burn
10895         password, if available.
10896
10897 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10898
10899         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10900
10901         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10902
10903         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10904         (gnus-message-highlight-citation): Move defcustom here from
10905         gnus-cite.el.
10906         (gnus-message-citation-mode): Autoload.
10907
10908         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10909         checks to make it compile with XEmacs.
10910         (gnus-message-citation-mode): New minor mode.
10911         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10912         (gnus-message-highlight-citation): New variables.
10913         (gnus-message-search-citation-line)
10914         (gnus-message-add-citation-keywords)
10915         (gnus-message-remove-citation-keywords)
10916         (turn-on-gnus-message-citation-mode)
10917         (turn-off-gnus-message-citation-mode): New functions.
10918
10919 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10920
10921         * gnus-cite.el: Enable highlighting of different citation levels in
10922         message-mode.
10923
10924 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * message.el (message-make-fqdn): Fix comment.
10927         (message-bogus-system-names): Add ".local".
10928
10929         * spam.el (spam-ifile-path, spam-ifile-program)
10930         (spam-ifile-database-path, spam-ifile-database)
10931         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10932         Don't use "path" inappropriately.
10933         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10934         strings.
10935         (spam-check-ifile, spam-ifile-register-with-ifile)
10936         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10937         Use new variable names.
10938
10939         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10940         (gnus-treat-display-smileys): Simplify using
10941         gnus-image-type-available-p.
10942
10943         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10944         available.
10945
10946         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10947         Use `display-images-p' if available.
10948
10949 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10952         one after turning on the buffer's multibyteness instead of decoding
10953         them directly in the unibyte buffer that causes unexpected conversion
10954         in Emacs 23 (unicode).
10955
10956 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10957
10958         * message.el (message-generate-hashcash): Fix custom type.
10959
10960 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10961
10962         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10963
10964 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10965
10966         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10967         disconnect icons.  Add help text.
10968
10969 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10970
10971         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10972         negated to be consistent with the others we handle.
10973
10974 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10975
10976         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10977         version of gnus-summary-buffer to something, so that we can use two
10978         article buffers at the same time.
10979
10980 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10981
10982         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10983         trigger all the extra headers.
10984         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10985         sorting.
10986
10987 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10988
10989         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10990         solid groups.
10991
10992 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10993
10994         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10995
10996 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * legacy-gnus-agent.el: Add Copyright notice.
10999
11000 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11001
11002         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11003
11004 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11005
11006         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11007
11008         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11009         to make it work reliably in CVS Emacs.
11010         (gnus-summary-limit-strange-charsets-predicate)
11011         (gnus-summary-limit-to-predicate): New functions.
11012
11013 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11014
11015         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11016         specifying array size.
11017         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11018         array if it is too small.
11019         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11020         (gnus-sort-threads-loop): New function.
11021
11022 2006-12-06  Chris Moore  <dooglus@gmail.com>
11023
11024         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11025         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11026
11027 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11028
11029         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11030         options.
11031
11032 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033
11034         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11035         DOS-ing the recipient.
11036
11037         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11038         the headers when creating the mapping to avoid mismappings.
11039         (nnweb-gmane-create-mapping): Always nix out old mapping.
11040
11041 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11044         and mm-verify-option to never.
11045
11046 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * message.el (message-signed-or-encrypted-p): New function.
11049         (message-forward-make-body): Use it.
11050
11051         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11052         Replace encode-coding-string with mm-encode-coding-string.
11053
11054 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * nneething.el (nneething-decode-file-name):
11057         Replace decode-coding-string with mm-decode-coding-string.
11058
11059         * gnus-int.el (gnus-open-server): Say failed server's name.
11060
11061 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11062
11063         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11064         strings to a single string.  Quote `errors-file-name'.
11065         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11066         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11067         Adjust calls.  Use `shell-quote-argument'.
11068
11069 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11070
11071         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11072         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11073
11074         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11075         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11076         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11077         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11078         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11079         (gnus-subscribe-newsgroup, gnus-1):
11080         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11081         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11082         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11083         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11084
11085 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11086
11087         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11088         keystroke.
11089         (gnus-summary-limit-to-bodies): Implement headersp.
11090
11091 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11092
11093         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11094
11095 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11098
11099 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11100
11101         * message.el (message-generate-hashcash): Expand range of values to
11102         include `opportunistic'.
11103         (message-send-mail): Use it.
11104
11105 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11106
11107         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11108         and comment it.
11109
11110         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11111
11112 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11113
11114         * gnus-util.el (gnus-extract-address-components): Improve comment.
11115
11116 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11117
11118         * gnus-util.el (gnus-extract-address-components): Work with address in
11119         which the name portion contains @.
11120
11121         * lpath.el: Fbind custom-autoload.
11122
11123 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11124
11125         * gnus.el (gnus-start): Move custom group up.
11126         (gnus-select-method): Don't autoload, but make it available for
11127         `customize-variable'.
11128         (gnus-getenv-nntpserver): Don't autoload.
11129
11130 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11131
11132         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11133
11134 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11135
11136         * message.el (message-sendmail-extra-arguments): New variable.
11137         (message-send-mail-with-sendmail): Use it.
11138
11139 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11142         mm-with-unibyte-current-buffer to make string unibyte.
11143
11144         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11145         mm-string-as-multibyte.
11146
11147 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11148
11149         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11150         Reported by Werner Koch <wk@gnupg.org>.
11151
11152 2006-11-14  Daiki Ueno  <ueno@p360>
11153
11154         * mml2015.el: Autoload epa-select-keys when compiling.
11155
11156 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11157
11158         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11159         message-options.
11160         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11161
11162 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11163
11164         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11165         EasyPG (< 0.0.6).
11166         (mml2015-always-trust): New user option.
11167         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11168         prompt.
11169
11170 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11171
11172         * nntp.el (nntp-authinfo-force): New variable.
11173         (nntp-send-authinfo): Use it.
11174
11175 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11176
11177         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11178         decode encoded words.  Improve prompt.  Add comment about forwarding.
11179         (message-replacement-char): Move up.
11180
11181 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11182
11183         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11184         instead of gnus-intersection because arguments of gnus-sorted-nunion
11185         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11186
11187 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11188
11189         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11190         (message-simplify-subject-functions):
11191         Enable message-strip-subject-encoded-words by default.
11192
11193 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11194
11195         * message.el (message-strip-subject-encoded-words): New function.
11196         (message-simplify-subject-functions): New variable.
11197         (message-simplify-subject): Use it.  Fix typo in doc string.
11198         Support message-strip-subject-encoded-words.
11199
11200 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11201
11202         * gnus-diary.el (gnus-diary-delay-format-function):
11203         * nndiary.el (nndiary-reminders):
11204         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11205
11206 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11207
11208         * gnus-art.el (article-hide-boring-headers): Fetch date from
11209         gnus-original-article-buffer to avoid problems with localized date
11210         strings.
11211
11212 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11215
11216 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11217
11218         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11219         New variables.
11220         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11221         (mm-charset-synonym-alist): Move some entries to
11222         mm-codepage-iso-8859-list.
11223         (mm-charset-synonym-alist, mm-charset-override-alist):
11224         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11225
11226 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11229
11230 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11231
11232         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11233         with Emacs 21 and XEmacs.
11234
11235 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11236
11237         * spam.el (spam-parse-address): New function for better parsing,
11238         catching errors, etc.
11239         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11240
11241 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11242
11243         * mm-view.el: Add interactive arg to html2text autoload.
11244
11245 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11248
11249 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11250
11251         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11252         New variables.
11253         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11254         (mm-charset-synonym-alist): Move some entries to
11255         mm-codepage-iso-8859-list.
11256
11257         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11258
11259 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11260
11261         * message.el (message-citation-line-format)
11262         (message-insert-formated-citation-line): Fix implementation of %E, %N
11263         and %n according to the doc string.
11264
11265 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11266
11267         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11268         Use car-safe to avoid bad parses.
11269
11270 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11273         names.
11274
11275         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11276
11277 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11280         header.
11281
11282         * message.el (message-draft-headers): Add Date.
11283         (message-headers-to-generate): Fix typo in docstring.
11284
11285         * nndraft.el (nndraft-required-headers): New variable.
11286         (nndraft-generate-headers): Use it.
11287
11288         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11289
11290 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11291
11292         * gnus-registry.el (gnus-registry-wash-for-keywords)
11293         (gnus-registry-find-keywords): New functions to allow easy searching of
11294         articles that are in the registry.
11295
11296 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11297
11298         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11299         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11300         Reported by Damien Elmes <damien@repose.cx>.
11301
11302 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11303
11304         * gnus.el (gnus-mime): Remove unused custom group.
11305
11306 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11307
11308         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11309         "blank line" when searching for end of armor headers.
11310
11311 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11312
11313         * gmm-utils.el (gmm-write-region): Fix variable name.
11314
11315 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * gmm-utils.el (gmm-write-region): New function based on compatibility
11318         code from `mm-make-temp-file'.
11319
11320         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11321
11322         * nnmaildir.el (nnmaildir--update-nov)
11323         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11324         Use `gmm-write-region'.
11325
11326 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11327
11328         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11329         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11330
11331         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11332
11333         * message.el (message-replacement-char): New variable.
11334         (message-fix-before-sending): Use it.
11335         (message-simplify-subject): New function to remove duplicate code.
11336         (message-reply, message-followup): Use it.
11337
11338         * gnus-sum.el (gnus-summary-make-menu-bar):
11339         Clarify gnus-summary-limit-to-articles.
11340
11341 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11342
11343         * gnus-util.el (gnus-with-local-quit): New macro.
11344
11345         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11346
11347 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11348
11349         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11350         ignore non-string data.
11351
11352 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11353
11354         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11355         non-string data (needs to be done in the registry too).
11356
11357 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11358
11359         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11360         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11361         (gnus-registry-split-fancy-with-parent)
11362         (gnus-registry-fetch-simplified-message-subject-fast)
11363         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11364         Remove text properties on ingress into the registry and when it's saved.
11365         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11366         registry from entries with no groups.
11367
11368 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11369
11370         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11371         function to remove string properties.
11372
11373 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11374
11375         * gmm-utils.el (gmm): Adjust custom version.
11376
11377         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11378         Adjust custom version.
11379
11380         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11381
11382 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11383
11384         * gnus-art.el (gnus-insert-prev-page-button)
11385         (gnus-insert-next-page-button): Simplify.  Reformat.
11386
11387 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11388
11389         * gnus-art.el (gnus-insert-prev-page-button)
11390         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11391
11392 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11393
11394         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11395
11396 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11397
11398         * gnus-art.el (gnus-insert-mime-button)
11399         (gnus-insert-mime-security-button):
11400         Apply gnus-article-button-face to MIME and security buttons.
11401
11402 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11405         readable.
11406
11407 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11410
11411 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11412
11413         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11414         `browse-url-of-file' instead of `browse-url'.
11415
11416 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11417
11418         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11419         regexp.  Articles containing quotation were cut prematurely.
11420
11421 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11422
11423         * message.el (message-cite-original-1): Use nobody by default for the
11424         value of From header.
11425         (message-reply): Ditto.
11426
11427 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11428
11429         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11430         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11431         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11432
11433 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11436         mails in the doc string.  Add some URLs in comment.
11437         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11438
11439 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11442         backslashes handling and the way to find boundaries of quoted strings.
11443
11444 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11445
11446         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11447         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11448         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11449         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11450
11451 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11452
11453         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11454         doc string.
11455         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11456
11457 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * lpath.el: Fbind epg-check-configuration.
11460
11461 2006-09-06  Simon Josefsson  <jas@extundo.com>
11462
11463         * mml2015.el (mml2015-use): Doc fix, mention epg.
11464
11465 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11466
11467         * mml2015.el (mml2015-use): Default to epg, if available.
11468
11469 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11470
11471         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11472         message-sender.
11473         (mml1991-epg-encrypt): Ditto.
11474         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11475         message-sender.
11476         (mml2015-epg-encrypt): Ditto.
11477
11478 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11479
11480         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11481         several common directories.
11482
11483 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11484
11485         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11486         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11487
11488 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * gnus-art.el (article-decode-encoded-words): Make it fast.
11491
11492 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11495
11496         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11497         in quoted string into `\'.
11498
11499 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11502         Use standard-syntax-table.
11503
11504 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * gnus-art.el (gnus-decode-address-function): New variable.
11507         (article-decode-encoded-words): Use it to decode headers which are
11508         assumed to contain addresses.
11509         (gnus-mime-delete-part): Remove useless `or'.
11510
11511         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11512         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11513         (gnus-nov-parse-line): Use it to decode From header.
11514         (gnus-get-newsgroup-headers): Ditto.
11515         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11516
11517         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11518         (mail-decode-encoded-address-string): New alias.
11519
11520         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11521         New function.
11522         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11523         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11524         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11525         (rfc2047-decode-string): Ditto.
11526         (rfc2047-decode-address-region): New function.
11527         (rfc2047-decode-address-string): New function.
11528
11529 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * message.el (message-caesar-buffer-body): Allow rotating headers.
11532
11533         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11534
11535         * message.el (message-insert-formated-citation-line): Fix %f.
11536         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11537
11538 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11541         (gnus-bookmark-mouse-available-p): New macro.
11542         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11543         (gnus-bookmark-bmenu-show-infos): Use it.
11544         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11545         (gnus-bookmark-bmenu-hide-infos): Ditto.
11546         (gnus-bookmark-remove-properties): New function.
11547         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11548         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11549         (gnus-bookmark-write-file): Bind coding-system-for-write.
11550         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11551         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11552         group before selecting it.
11553         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11554         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11555         quit-window if it is not available; use gnus-mouse-2 and bind it to
11556         gnus-bookmark-bmenu-select-by-mouse.
11557         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11558         (gnus-bookmark-bmenu-select-by-mouse): New function.
11559
11560 2006-08-13  Romain Francoise  <romain@orebokech.com>
11561
11562         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11563         space.
11564
11565 2006-08-10  Romain Francoise  <romain@orebokech.com>
11566
11567         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11568         (dns-mode-soa-auto-increment-serial): New user option.
11569         (dns-mode-soa-maybe-increment-serial): New function.
11570         (dns-mode): Add the latter to `write-contents-functions'.
11571
11572 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * compface.el (uncompface): Use binary rather than raw-text-unix.
11575
11576 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * compface.el (uncompface): Make sure the eol conversion doesn't take
11579         place when communicating with the external programs.
11580         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11581
11582 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11585
11586 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11587
11588         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11589         Make it more robust by parsing author and date independently.
11590
11591 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11592
11593         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11594
11595 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11596
11597         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11598         first matching secret key.
11599         (mml2015-epg-encrypt): Ditto.
11600
11601         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11602         first matching secret key.
11603         (mml1991-epg-encrypt): Ditto.
11604
11605         * mml2015.el (mml2015-encrypt-to-self): New user option.
11606         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11607         mml2015-epg-encrypt-to-self is set.
11608
11609         * mml1991.el (mml1991-encrypt-to-self): New variable.
11610         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11611         mml1991-epg-encrypt-to-self is set.
11612
11613         * mml2015.el (mml2015-signers): New user option.
11614         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11615         (mml2015-epg-encrypt): Allow to select signing keys.
11616
11617         * mml1991.el (mml1991-signers): New variable.
11618         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11619         (mml1991-epg-encrypt): Allow to select signing keys.
11620
11621 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * nnheader.el (nnheader-insert-head): Make it work even if the file
11624         uses CRLF for the line-break code.
11625
11626 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11627
11628         * mml2015.el: Require mml-sec instead of password.
11629         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11630         (mml2015-cache-passphrase): Inherit the default value from
11631         mml-secure-cache-passphrase.
11632         (mml2015-passphrase-cache-expiry): Inherit the default value from
11633         mml-secure-passphrase-cache-expiry.
11634
11635         * mml1991.el: Require mml-sec instead of password.
11636         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11637         (mml1991-cache-passphrase): Inherit the default value from
11638         mml-secure-cache-passphrase.
11639         (mml1991-passphrase-cache-expiry): Inherit the default value from
11640         mml-secure-passphrase-cache-expiry.
11641
11642         * mml-sec.el: Require password.
11643         (mml-secure-verbose): New user option.
11644         (mml-secure-cache-passphrase): New user option.
11645         (mml-secure-passphrase-cache-expiry): New user option.
11646
11647 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11648
11649         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11650         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11651         andreas@altroot.de (Andreas Vögele).
11652
11653         FIXME: Use `tiny change'?
11654
11655 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11656
11657         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11658         workaround for the url package included with Emacs.
11659
11660         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11661
11662 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11665         correctly.  This fixes a bug caused by the 2006-05-12 change.
11666
11667 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11668
11669         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11670         some information about the error when saying that the `bogus' mail
11671         group will be used.
11672
11673 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11676         string.
11677
11678 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11679
11680         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11681
11682 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11683
11684         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11685
11686 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11687
11688         * mml1991.el (mml1991-function-alist): Add epg.
11689         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11690         (mml1991-epg-encrypt): New functions.
11691
11692 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11693
11694         * mml2015.el (mml2015-verbose): New variable.
11695         (mml2015-cache-passphrase): Ditto.
11696         (mml2015-passphrase-cache-expiry): Ditto.
11697         (mml2015-function-alist): Add epg.
11698         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11699         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11700         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11701         New functions.
11702
11703 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11704
11705         * message.el (message-cite-original-1): Preserve region when removing
11706         quoted text due to X-No-Archive in order to avoid bogus attribution
11707         when citing multiple messages.
11708
11709 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11710
11711         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11712         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11713
11714 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11715
11716         * gnus-diary.el (gnus-user-format-function-d)
11717         (gnus-user-format-function-D): Autoload.
11718
11719         * imap.el (Commentary): Fix typo.
11720
11721         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11722         2006-04-22 contribution.
11723
11724 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11725
11726         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11727         It didn't really fix the bogosity I'm seeing with solid web groups.
11728
11729 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11730
11731         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11732         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11733         created using server names.  If we use the feature without declaring
11734         it, Gnus does not properly manage server and group state.
11735
11736         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11737         bound.
11738
11739 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11740
11741         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11742         looking up the method using GROUP's prefix before inventing a new one.
11743         It is used on killed/unknown groups in various places where returning
11744         an all-new method isn't expected by the caller.
11745
11746         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11747         and match semantics of gnus-group-real-prefix.
11748
11749 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11750
11751         * nnmail.el (nnmail-broken-references-mailers): New variable.
11752         (nnmail-ignore-broken-references): New function generalizing
11753         nnmail-fix-eudora-headers.
11754         (nnmail-fix-eudora-headers): Now obsolete.
11755
11756         * gnus-art.el (gnus-button-handle-custom):
11757         Support `customize-apropos*'.
11758
11759 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11760
11761         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11762
11763         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11764         articles.
11765
11766 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11767
11768         * message.el (message-cite-reply-above): New variable.
11769         (message-yank-original): Use it.
11770
11771 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11772
11773         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11774
11775 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11776
11777         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11778         as read.
11779
11780         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11781
11782 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11783
11784         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11785         (gnus-bookmark-default-file): Use gnus-directory.
11786         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11787         Remove "*" in doc string.
11788         (gnus-bookmark-write-file): Simplify.
11789         (gnus-bookmark-maybe-sort-alist): Use `when'.
11790         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11791         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11792         Add FIXME about Emacs 21 and XEmacs compatibility.
11793         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11794         compatibility.
11795         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11796         compatibility.
11797         (gnus-bookmark-menu-heading): Fix version.
11798
11799 2006-06-19  Bastien Guerry  <bzg@altern.org>
11800
11801         * gnus-bookmark.el: New file.
11802
11803 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * message.el (message-syntax-checks): Doc fix.
11806
11807 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11808
11809         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11810         unsubscribed groups as if they were killed ones.  It causes duplicate
11811         entries in gnus-newsrc-alist.
11812
11813 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11814
11815         * message.el (message-syntax-checks): Doc fix.
11816         (message-send-mail): Add check for continuation headers.
11817         (message-check-news-header-syntax): Fix regexp used to check for
11818         continuation headers.
11819
11820 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11823
11824 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11827
11828 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11829
11830         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11831         default-truncate-lines.
11832
11833 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11836         to fill the utf-8 entry.
11837
11838         * lpath.el: Fbind unicode-precedence-list.
11839
11840 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11841
11842         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11843
11844 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11845
11846         * gnus-agent.el (directory-files-and-attributes): Move all the way
11847         forward (the third and final move).
11848         (gnus-agent-read-agentview): Trap reconstruction errors due to
11849         nonexistent directory.  Handle by returning nil.
11850
11851 2006-05-30  Didier Verna  <didier@xemacs.org>
11852
11853         * message.el (message-dont-reply-to-names): Update the custom type.
11854         * message.el (message-dont-reply-to-names): New defsubst: potentially
11855         convert a list of regexps into a single one.
11856         * message.el (message-get-reply-headers): Use it.
11857         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11858
11859 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-agent.el (directory-files-and-attributes): Move forward.
11862
11863 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11864
11865         * gnus-ml.el (gnus-mailing-list-subscribe)
11866         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11867         (gnus-mailing-list-message): Fix doc strings.
11868
11869 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11870
11871         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11872         of doing it manually.
11873
11874 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11875
11876         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11877         comment.
11878
11879 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11880
11881         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11882         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11883         (gnus-agent-read-local): All symbols allocated in my-obarray.
11884         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11885         (gnus-agent-regenerate-group): Check numeric names to see if they are
11886         messages or groups.
11887         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11888         better way of do this...)
11889
11890         * gnus-cache.el (gnus-agent-total-fetched-for):
11891         Ignore 'dummy.group' (there should be a better way of do this...)
11892
11893 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11896         (gnus-saved-headers): Ditto.
11897         (gnus-default-article-saver): Mention functions may have properties.
11898         (gnus-article-save): Override gnus-save-all-headers and
11899         gnus-saved-headers by :headers property which saver function may have.
11900         (gnus-summary-save-in-file): Add :headers property.
11901         (gnus-summary-write-to-file): Ditto.
11902
11903         * gnus-sum.el (gnus-summary-save-article): Bind
11904         gnus-prompt-before-saving to t when saving many articles in a file;
11905         always show all headers.
11906
11907         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11908
11909 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11912         marks.
11913
11914         * message.el (message-indent-citation): Add optional arguments to allow
11915         using it outside of message buffers.
11916
11917         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11918         (gnus-article-treat-unfold-headers): Use it.
11919         (gnus-article-truncate-lines): New variable.
11920         (gnus-article-mode): Use it.
11921         (gnus-article-toggle-truncate-lines): New function.
11922
11923         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11924         Add gnus-article-toggle-truncate-lines.
11925
11926         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11927         coding system in XEmacs, use binary.
11928
11929 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11932         after-load-alist.
11933
11934         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11935         this function should save decoded articles.
11936         (gnus-summary-write-to-file): Use property to specify this function
11937         should save decoded articles and specify gnus-summary-save-in-file
11938         should be used to save articles other than the first one when saving
11939         many articles.
11940         (gnus-summary-save-body-in-file): Use property to specify this
11941         function should save decoded articles.
11942         (gnus-summary-write-body-to-file): Use property to specify this
11943         function should save decoded articles and specify
11944         gnus-summary-save-body-in-file should be used to save articles other
11945         than the first one when saving many articles.
11946
11947         * gnus-sum.el (gnus-summary-save-article): Simplify.
11948
11949 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * gnus-art.el (gnus-default-article-saver):
11952         Add gnus-summary-write-body-to-file.
11953         (gnus-article-save-coding-system): Don't use coding system object
11954         in XEmacs.
11955         (gnus-read-save-file-name): Add optional `dir-var' argument which
11956         specifies directory in which files are saved; work even if optional
11957         `variable' argument is not specified.
11958         (gnus-summary-write-to-file): Read file name.
11959         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11960         (gnus-summary-write-body-to-file): New function.
11961
11962         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11963         (gnus-summary-local-variables): Add it.
11964         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11965         (gnus-summary-save-article): Remove optional `decode' argument;
11966         determine whether to decode articles by the value of
11967         gnus-default-article-saver; when saving many files using
11968         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11969         it first and use gnus-summary-save-in-file or
11970         gnus-summary-save-body-in-file thereafter unless
11971         gnus-prompt-before-saving is always; move point to article which
11972         will be saved.
11973         (gnus-summary-save-article-file): Revert.
11974         (gnus-summary-write-article-file): Revert.
11975         (gnus-summary-save-article-body-file): Revert.
11976         (gnus-summary-write-article-body-file): New function.
11977
11978 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * gnus-art.el (gnus-default-article-saver): Doc fix.
11981         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11982         from gnus-summary-save-article-coding-system, and default to a
11983         certain coding system.
11984         (gnus-output-to-file): Add coding cookie and encode text according
11985         to gnus-article-save-coding-system; don't use mm-append-to-file.
11986
11987         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11988         gnus-art.el and rename to gnus-article-save-coding-system.
11989         (gnus-summary-save-article): Require gnus-art; don't show all
11990         headers if it decodes articles; don't add coding cookie here;
11991         don't bind mm-text-coding-system-for-write.
11992         (gnus-summary-save-article-file): Save decoded articles.
11993         (gnus-summary-write-article-file): When saving many files, use
11994         gnus-summary-write-to-file first and gnus-summary-save-in-file
11995         thereafter unless gnus-prompt-before-saving is always.
11996         (gnus-summary-save-article-body-file): Save decoded articles.
11997
11998         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11999
12000 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12001
12002         * nnrss.el (nnrss-check-group): Bind hash-index.
12003
12004 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12005
12006         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12007         its hash index.  Store this hash in `nnrss-group-data'.
12008         (nnrss-read-group-data): Update accordingly.
12009
12010 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12013         entry.
12014
12015         * gnus-sum.el (gnus-summary-make-menu-bar):
12016         Add gnus-article-browse-html-article.
12017
12018 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12019
12020         * gnus-sum.el (gnus-summary-mime-map):
12021         Add gnus-article-browse-html-article.
12022
12023         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12024
12025 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12026
12027         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12028         suitable coding systems in customize.
12029
12030 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12031
12032         * mail-source.el (mail-sources): Fix custom type.
12033
12034 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12037         (gnus-summary-expire-articles-now): Shorten prompt.
12038
12039         * gmm-utils.el (wid-edit): Require.
12040         (defun-gmm): Rename from `gmm-defun-compat'.
12041         (gmm-image-search-load-path): Use it.
12042         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12043
12044 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * gnus-sum.el (gnus-summary-save-article-coding-system):
12047         New variable.
12048         (gnus-summary-save-article): Add optional `decode' argument.
12049         If it is set and gnus-summary-save-article-coding-system is non-nil,
12050         save decoded article.
12051         (gnus-summary-write-article-file): Save decoded article if
12052         gnus-summary-save-article-coding-system is non-nil.
12053
12054         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12055         type.
12056
12057 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12060
12061 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12062
12063         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12064         first to test gnus-single-article-buffer which may be buffer-local.
12065
12066         * gnus-sum.el (gnus-summary-setup-buffer):
12067         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12068         group; make gnus-article-buffer, gnus-article-current, and
12069         gnus-original-article-buffer always buffer-local.
12070         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12071         group.
12072         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12073
12074 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12075
12076         * nnml.el (nnml-request-compact-group): Compressed files might not
12077         have .gz extension.
12078
12079 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12080
12081         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12082         (mm-copy-to-buffer): Use with-current-buffer.
12083         (mm-display-part): Simplify.
12084         (mm-inlinable-p): Add optional arg `type'.
12085
12086 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12087
12088         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12089         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12090         Try harder to show the attachment internally or externally using
12091         gnus-mime-view-part-as-type.
12092
12093 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * message.el (message-from-style, message-signature-separator)
12096         (message-user-organization-file, message-send-mail-function)
12097         (message-citation-line-function, message-yank-prefix)
12098         (message-indent-citation-function, message-signature)
12099         (message-signature-file, message-signature-insert-empty-line):
12100         Remove autoloads.
12101
12102         * gnus-art.el (gnus-buttonized-mime-types):
12103         Remove "multipart/signed".  Revert 2006-04-26 change.
12104
12105 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12106
12107         * gnus.el (gnus-version-number): Bump version.
12108
12109 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12110
12111         * gnus.el: No Gnus v0.5 is released.
12112
12113 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12114
12115         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12116         fetching articles by message-id.
12117
12118 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12119
12120         * message.el (hashcash): Require hashcash as normal.
12121
12122         * ecomplete.el (ecomplete-highlight-match-line):
12123         Use point-at-eol.
12124         (ecomplete-highlight-match-line): Use `highlight', because that
12125         face exists in both Emacs and XEmacs.
12126
12127         * message.el (message-display-abbrev): Use point-at-bol.
12128
12129         * mail-source.el: Don't require timer/timer-funcs.
12130
12131         * gnus-async.el: Ditto.
12132
12133         * password.el: Ditto.
12134
12135         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12136
12137         * mm-url.el: Ditto.
12138
12139         * gnus-xmas.el: Don't require timer-funcs.
12140
12141         * mm-util.el: Require timer/timer-funcs.
12142
12143 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12144
12145         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12146         Close.
12147
12148 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12151         unibyte after clear-decrypt function runs.
12152
12153         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12154         returns as a unibyte string.
12155
12156 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * lpath.el: Revert.
12159
12160         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12161         (pgg-gpg-process-sentinel): Revert.
12162
12163         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12164         (pgg-pgp-lookup-key): Revert.
12165
12166         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12167         (pgg-pgp5-lookup-key): Revert.
12168
12169         * pgg.el (pgg-fetch-key): Revert.
12170
12171 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * lpath.el: Fbind string-as-multibyte for XEmacs.
12174
12175         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12176         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12177         (mml1991-pgg-encrypt): Ditto.
12178
12179         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12180         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12181         a multibyte buffer.
12182
12183         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12184         (pgg-pgp-lookup-key): Ditto.
12185
12186         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12187         (pgg-pgp5-lookup-key): Ditto.
12188
12189         * pgg.el (pgg-fetch-key): Ditto.
12190
12191 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12192
12193         * message.el (message-user-organization-file): Check several
12194         locations of the organization file.
12195
12196         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12197         Add gnus-article-view-part-as-type.
12198
12199         * gnus-art.el (gnus-article-view-part-as-type): New function.
12200
12201         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12202         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12203
12204         * mml.el: Simplify autoload.
12205         (mml-mode): defvar dnd-protocol-alist instead of using
12206         symbol-value.
12207         (mml-default-directory): New variable.
12208         (mml-minibuffer-read-file): Use it.
12209         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12210
12211         * message.el (message-citation-line-format): New variable.
12212         (message-insert-formated-citation-line): New function.
12213         (message-citation-line-function):
12214         Add `message-insert-formated-citation-line' to custom type.
12215
12216         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12217         to doc string.
12218
12219         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12220         depending on mm-verify-option.
12221
12222 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12225         binding pgg-* variables; reimplement the section which prevents
12226         MIME header from being signed.
12227         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12228         pgg-text-mode; remove a blank line at the top of body.
12229
12230         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12231         lines at the top of body; use gnus-newsgroup-charset if there's no
12232         Charset header.
12233
12234 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * message.el (message-self-insert-commands): Doc fix.
12237
12238         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12239         (mm-uu-pgp-encrypted-test): Ditto.
12240         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12241         between header and body; return application/pgp-encrypted handle
12242         if decryption failed; decode decrypted body by charset.
12243
12244         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12245         element match to application/pgp-*.
12246
12247 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12248
12249         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12250         HTML.
12251
12252 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12253
12254         * mail-source.el (mail-source-call-script): Message the error
12255         string.
12256
12257 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12258
12259         * gnus-util.el (gnus-byte-compile): Use it.
12260
12261 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12262
12263         * gnus-util.el (kill-empty-logs): New function.
12264
12265 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12266
12267         * message.el (message-mail-alias-type): Doc fix.
12268         (message-mail-alias-type-p): New function.
12269         (message-send): Use it.
12270         (message-mode): Ditto.
12271         (message-strip-forbidden-properties): Ditto.
12272
12273         * ecomplete.el (ecomplete-database-file-coding-system):
12274         New variable.
12275         (ecomplete-save): Use it.
12276         (ecomplete-setup): Use it.
12277
12278 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * message.el (message-self-insert-commands): New variable.
12281         (message-strip-forbidden-properties): Use it.
12282
12283 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12284
12285         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12286         that doesn't make XEmacs choke.
12287
12288 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12289
12290         * gnus-util.el (gnus-replace-in-string):
12291         Prefer replace-regexp-in-string over of replace-in-string.
12292
12293 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12294
12295         * gnus-util.el (gnus-select-frame-set-input-focus):
12296         Use select-frame-set-input-focus if it is available in XEmacs; use
12297         definition defined in Emacs 22 for old Emacsen.
12298
12299         * dgnushack.el: Autoload unmorse-region for XEmacs.
12300
12301         * lpath.el: Bind cursor-in-non-selected-windows and
12302         select-frame-set-input-focus for XEmacs.
12303
12304 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12307
12308 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12309
12310         * gnus-registry.el (gnus-registry-cache-save): Remove text
12311         properties when saving via the temp buffer.
12312
12313 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12314
12315         * message.el (message-generate-hashcash): Honor custom type.
12316
12317 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12318
12319         * message.el (message-generate-hashcash): Default to non-nil when
12320         hashcash is found.
12321
12322         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12323         (gnus-refer-thread-limit): Increase default to 500.
12324
12325         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12326
12327         * flow-fill.el (fill-flowed): Allow delete-space.
12328
12329 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12332         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12333         Remove autoloads.
12334
12335 2006-04-18  Simon Josefsson  <jas@extundo.com>
12336
12337         * message.el (message-generate-hashcash): Default to.
12338
12339 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12342         concatenating segments rather than before concatenating them.
12343
12344 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12345
12346         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12347
12348 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12349
12350         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12351
12352         * message.el (message-forward-make-body-plain):
12353         Allow message-forward-ignored-headers to be a list.
12354         (message-remove-ignored-headers): Factor out into function.
12355         (message-forward-make-body-mml): Use it.
12356
12357         * imap.el (imap-quote-specials): New function.
12358         (imap-login-auth): Quote specials.
12359
12360         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12361         (rfc2231-parse-string): Allow concatanation of parameters that
12362         aren't contiguous.  The test case is
12363           (mail-header-parse-content-type "message/external-body;
12364             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12365             access-type=LOCAL-FILE;
12366             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12367
12368 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12369
12370         * nntp.el (nntp-accept-process-output): Return the value of
12371         `nnheader-accept-process-output'.
12372
12373 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12374
12375         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12376         (gnus-button-alist): Recognize more diff formats.
12377         (gnus-button-patch): Strip directory.
12378
12379 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12380
12381         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12382         Emacs 22 when setting focus.
12383
12384 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12385
12386         * gnus-art.el (gnus-article-treat-types): Do treatment of
12387         text/x-verbatim parts.
12388         (gnus-button-patch): New command.
12389
12390         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12391         addresses that contain invalid characters.
12392
12393 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12394
12395         * message.el (message-put-addresses-in-ecomplete):
12396         Use gnus-replace-in-string.
12397         (message-is-yours-p): Use the more correct
12398         mail-header-parse-address instead of
12399         mail-extract-address-components.
12400         (message-put-addresses-in-ecomplete): Fix typo.
12401
12402         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12403         keystroke.
12404
12405         * gnus-art.el (gnus-treatment-function-alist): Change order of
12406         newsgroups/generic header folding to avoid double-folding.
12407
12408         * message.el (message-hidden-headers): Add X-Draft-From.
12409
12410         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12411         New command.
12412         (gnus-summary-repeat-search-article-backward): New command.
12413
12414         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12415         groups in the parent topic.
12416
12417 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12418
12419         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12420         (spam-extra-header-to-number): Return the CRM114 number as a
12421         number instead of a string.
12422
12423 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12424
12425         * gnus-art.el (gnus-face-properties-alist): Move here from
12426         gnus-fun.
12427
12428         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12429
12430 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12431
12432         * message.el (message-strip-forbidden-properties): Only display on
12433         self-insert-command.
12434
12435         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12436         reindent.
12437         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12438
12439 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12440
12441         * smiley.el (smiley-style): Fix typo.
12442
12443 2006-03-23  Kenichi Handa  <handa@m17n.org>
12444
12445         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12446         instead of set-buffer-multibyte.
12447
12448 2006-03-23  Kenichi Handa  <handa@m17n.org>
12449
12450         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12451         buffer and then decode the buffer text if necessary.
12452         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12453         first, and after mm-encode-body, change the buffer to unibyte.
12454
12455 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12456
12457         * hashcash.el (hashcash-insert-payment-async-2):
12458         Use message-goto-eoh instead of doing it manually.
12459         (mail-add-payment): Use message-narrow-to-header instead of trying
12460         to do the same itself.
12461
12462         * message.el (message-hidden-headers): Add Face.
12463
12464         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12465         reparenting code.
12466         (gnus-summary-reparent-children): Refactored out code.
12467         (gnus-summary-thread-map): New keystroke.
12468         (gnus-summary-reparent-children): Make into command.
12469
12470         * smiley.el (smiley-style): Default to `medium' if using a large
12471         font.
12472
12473         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12474         does it itself.
12475
12476         * message.el (message-point-in-header-p): Simplify definition.
12477
12478 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12479
12480         * nnagent.el (nnagent-request-set-mark): Silence log file
12481         writing.
12482         (nnagent-request-set-mark): Use write-region instead of
12483         append-to-file.
12484
12485         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12486         strange select method.
12487
12488         * ecomplete.el (ecomplete-display-matches): Get highlightling
12489         right.
12490         (ecomplete-display-matches): Use literals.
12491         (ecomplete-display-matches): Disable message logging.
12492
12493         * message.el (message-display-abbrev): Small optimization.
12494
12495         * ecomplete.el (ecomplete-display-matches): Allow automatic
12496         display.
12497
12498         * message.el (message-strip-forbidden-properties):
12499         Display abbrevs.
12500         (message-display-abbrev): Get automatic display right.
12501
12502         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12503         keystrokes.
12504
12505 2006-04-13  Romain Francoise  <romain@orebokech.com>
12506
12507         TODO: Backport to v5-10!
12508
12509         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12510         Move here (and rename) from gnus-registry.el.
12511
12512         * gnus-registry.el: Require gnus-util.
12513         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12514
12515 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12516
12517         * gnus-group.el (gnus-group-catchup-current):
12518         Change if-then-else-if-then-else into cond.
12519         (gnus-group-catchup): Indent.
12520         (group-name-at-point): New function.
12521         (gnus-fetch-group): Provide default from thing at point.
12522
12523 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12524
12525         * message.el (message-display-abbrev): Fix regexp.
12526
12527         * ecomplete.el (ecomplete-highlight-match-line):
12528         Reimplement choosing.
12529         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12530         dead variables.
12531
12532         * message.el (message-newline-and-indent): Remove debugging.
12533         (message-display-abbrev): Use new implementation.
12534
12535 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12536
12537         * gnus-art.el (gnus-article-mode):
12538         Set cursor-in-non-selected-windows to nil.
12539
12540         * smiley.el: Revert previous change.
12541         (smiley-data-directory): defvar it before using it in the
12542         defcustom of `smiley-style'.
12543
12544 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12545
12546         * message.el (message-newline-and-indent): New function.
12547
12548         * ecomplete.el: Implement more bits.
12549
12550         * message.el (message-put-addresses-in-ecomplete): Clean up the
12551         string.
12552
12553         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12554
12555         * gnus-sum.el (gnus-summary-save-parts):
12556         Bind gnus-summary-save-parts-counter and use it to make unique file
12557         names.
12558
12559         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12560
12561         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12562         parameter to say whether to actually parse the individual
12563         addresses.
12564
12565         * message.el (message-put-addresses-in-ecomplete): New function.
12566         (ecomplete): Require.
12567         (message-mail-alias-type): Add ecomplete as an option.
12568
12569 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12570
12571         * flow-fill.el (fill-flowed): Remove trailing space from blank
12572         quoted lines.
12573
12574 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12575
12576         * smiley.el (smiley-style): Move definition later to avoid a
12577         compilation warning.
12578
12579 2006-04-12  Kenichi Handa  <handa@m17n.org>
12580
12581         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12582         buffer and then decode the buffer text if necessary.
12583         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12584         first, and after mm-encode-body, change the buffer to unibyte.
12585         Use mm-disable-multibyte instead of set-buffer-multibyte.
12586
12587 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12590         Content-Type header instead of Content-Disposition header.
12591         (gnus-mime-inline-part): Ditto.
12592         (gnus-mime-view-part-as-charset): Ignore charset that the part
12593         specifies.
12594
12595         * mm-decode.el (mm-display-part): Work with external parts and
12596         usual parts similarly.
12597
12598         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12599         instead of gnus-display-mime.
12600
12601         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12602         instead of with-temp-buffer.
12603
12604         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12605         tag to summarized topics part in order to encode non-ASCII text.
12606
12607 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * smiley.el (smiley-style): New variable.
12610         (smiley-directory): New function.
12611         (smiley-data-directory): Derive from `smiley-style' using
12612         `smiley-directory'.
12613         (smiley-regexp-alist): Add new entries.
12614
12615         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12616         (gnus-article-browse-delete-temp): Add :version.
12617
12618 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12619
12620         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12621         the sieve region.
12622
12623 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12624
12625         * gnus.el (gnus-version-number): Bump version.
12626
12627 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12628
12629         * gnus.el: No Gnus v0.4 is released.
12630
12631 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12632
12633         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12634         layout.
12635
12636         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12637         unknown charset.
12638
12639         * message.el (message-header-synonyms): Add Original-To to the
12640         default.
12641
12642         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12643         optional parameter.
12644
12645 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12646
12647         * gnus-fun.el (gnus): Require it for gnus-directory.
12648
12649 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12652
12653 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12654
12655         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12656
12657 2006-04-05  Simon Josefsson  <jas@extundo.com>
12658
12659         * password.el (password-reset): New function.
12660
12661 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12662
12663         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12664         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12665
12666 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12667
12668         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12669         Some whitespace was matched into the url, which broke browsing hits
12670         > 100 when mm-url-use-external was nil.
12671
12672 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12673
12674         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12675         Check gnus-extra-headers for 'Newsgroups.
12676
12677         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12678         bound.
12679
12680 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12681
12682         * pgg-gpg.el: Clean up process buffers every time gpg processes
12683         complete.
12684
12685 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12686
12687         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12688         doc string.
12689
12690 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12691
12692         * pgg-gpg.el (pgg-gpg-process-filter)
12693         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12694
12695         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12696         lines, temporary fix.
12697
12698 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12699
12700         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12701
12702 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12703
12704         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12705         default-enable-multibyte-characters.  This reverts the change from
12706         revision 6.17 which is no longer necessary because the passphrase
12707         is sent separately now.  GnuPG messages are unreadable under
12708         multibyte locales with default-enable-multibyte-characters set to
12709         nil.
12710
12711 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * message.el (message-tool-bar-gnome): Move "spell".
12714
12715 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12716
12717         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12718         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12719         instead.
12720
12721 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12722
12723         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12724         Improve newsgroups handling for NNTP overviews which don't include
12725         Newsgroups.
12726
12727 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12728
12729         * message.el (message-resend): Bind message-generate-hashcash to nil.
12730
12731 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12732
12733         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12734         when searching for already-paid recipients.
12735
12736 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12737
12738         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12739         passphrases when it is not needed.
12740         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12741         passphrase stuff from gpg, should only be necessary when you use
12742         gpg with a smartcard.
12743
12744 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * mml.el (mml-insert-mime): Ignore cached contents of
12747         message/external-body part.
12748
12749         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12750         (mm-insert-part): Ditto.
12751
12752 2006-03-23  Simon Josefsson  <jas@extundo.com>
12753
12754         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12755         Reiner.
12756         (pgg-gpg-use-agent-p): Use it again.
12757
12758 2006-03-23  Simon Josefsson  <jas@extundo.com>
12759
12760         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12761         older emacsen.
12762         (pgg-gpg-use-agent-p): Don't use it.
12763
12764 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12765
12766         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12767         if we can.
12768
12769 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12770
12771         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12772         (pgg-gpg-update-agent): New function.
12773         (pgg-gpg-use-agent-p): New function.
12774         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12775         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12776         (pgg-gpg-sign-region): Use it.
12777
12778 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12779
12780         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12781         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12782
12783 2006-03-21  Simon Josefsson  <jas@extundo.com>
12784
12785         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12786         <wilde@sha-bang.de>.
12787         (pgg-gpg-use-agent): New variable.
12788         (pgg-gpg-process-region): Use it.
12789         (pgg-gpg-encrypt-region): Likewise.
12790         (pgg-gpg-encrypt-symmetric-region): Likewise.
12791         (pgg-gpg-decrypt-region): Likewise.
12792         (pgg-gpg-sign-region): Likewise.
12793         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12794
12795 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12798
12799         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12800         Add comment on version.
12801
12802 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * smiley.el: Add missing test smiley.
12805
12806 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * mm-decode.el (mm-with-part): New macro.
12809         (mm-get-part): Use it; work with message/external-body as well.
12810         (mm-save-part): Treat name and filename equally.
12811
12812         * mm-extern.el (mm-extern-cache-contents): New function.
12813         (mm-inline-external-body): Use it; force the part to be displayed;
12814         move undisplayer added to the cached handle to the parent.
12815
12816         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12817         (gnus-mime-view-part-as-type): Work with message/external-body.
12818
12819         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12820
12821 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12822
12823         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12824         images in image-load-path.  [Sync with image.el, revision 1.60, in
12825         Emacs.]
12826
12827 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12828
12829         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12830         path rather than symbol.  Always return list of directories.
12831         Guarantee that image directory comes first.  [Sync with image.el,
12832         revision 1.59, in Emacs.]
12833
12834         * message.el (message-make-tool-bar): Adjust to new API of
12835         `gmm-image-load-path-for-library'.
12836
12837         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12838
12839         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12840
12841 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12842
12843         * gnus-art.el (gnus-article-only-boring-p):
12844         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12845         intangible text.
12846         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12847
12848 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12849
12850         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12851         Use `defun' instead of `gmm-defun-compat'.
12852
12853 2006-03-14  Simon Josefsson  <jas@extundo.com>
12854
12855         * message.el (message-unique-id): Don't use message-number-base36
12856         if (user-uid) is a float.
12857         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12858
12859 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12860
12861         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12862
12863         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12864         empty line between a part and a message part.
12865
12866 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12867
12868         * smiley.el: Add more test smileys.
12869         (smiley-data-directory, smiley-regexp-alist)
12870         (gnus-smiley-file-types): Fix doc strings.
12871         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12872         adding new elements.
12873         (smiley-mouse-map): Unused code.  Make it a comment.
12874
12875 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12878         scan latest NoCeM messages instead of old ones.
12879         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12880         delimiters that are recently used.
12881         (gnus-nocem-load-cache): Add autoload cookie.
12882
12883         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12884
12885         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12886         level which is larger than gnus-use-nocem is specified.
12887
12888         * gnus-group.el (gnus-group-get-new-news): Ditto.
12889
12890 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * gnus-util.el (gnus-tool-bar-update): New function.
12893
12894         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12895         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12896
12897         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12898
12899         * gnus-group.el (gnus-group-redraw-when-idle)
12900         (gnus-group-redraw-check): Remove.
12901         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12902
12903 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12906         if optional last element is specified in splits (FIELD VALUE...).
12907
12908 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12909
12910         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12911         to gmm-image-load-path-for-library.  Call with no-error argument.
12912         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12913
12914         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12915
12916         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12917
12918         * gmm-utils.el (gmm-image-load-path): Remove alias.
12919
12920 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12921
12922         * gmm-utils.el (gmm-image-load-path): Add alias.
12923
12924         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12925         nnml-generate-nov-databases-1.
12926         (nnml-generate-nov-databases): Use it.
12927         (nnml-generate-nov-databases-directory): Document no-active
12928         argument.
12929
12930         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12931         directory if path is t.  Add no-error.
12932
12933         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12934         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12935
12936         * gnus-art.el (gnus-article-browse-delete-temp-files):
12937         Simplify resetting gnus-article-browse-html-temp-list.
12938
12939         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12940         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12941         Add example to docstring.  Rename local variables.  Move error
12942         checks to default case in cond and simplify.
12943
12944 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12947         handle is multipart when calling it recursively.
12948         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12949
12950 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12951
12952         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12953         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12954
12955 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12958         is loaded.
12959
12960         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12961         loaded.
12962
12963 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12964
12965         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12966         to "Emacs 23 (unicode)" in doc string.
12967
12968         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12969         "Emacs 23 (unicode)" in comment.
12970
12971 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12974
12975         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12976         characters 160 through 255 in Emacs 23.
12977
12978 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12979
12980         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12981         gnus-article-browse-html-temp.
12982         (gnus-article-browse-delete-temp): Make it customizable.
12983         Add `file'.  Adjust doc string.
12984         (gnus-article-browse-delete-temp-files): Add argument.
12985         Allow query for each file.  Adjust doc string.
12986         (gnus-article-browse-html-parts):
12987         Add `gnus-article-browse-delete-temp-files' to
12988         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12989
12990 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12991
12992         * gnus-art.el (gnus-article-browse-html-temp)
12993         (gnus-article-browse-delete-temp): New variables.
12994         (gnus-article-browse-delete-temp-files): New function.
12995         (gnus-article-browse-html-parts): Use it.
12996
12997 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12998
12999         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13000
13001         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13002         string.
13003
13004         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13005         gnus-summary-insert-new-articles when unplugged.
13006         Remove gnus-summary-search-article-forward.
13007
13008         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13009         display-visual-class instead of display-color-cells.
13010
13011 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * dgnushack.el: Autoload customize-group for XEmacs.
13014
13015         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13016         message/* containing non-ASCII text properly.
13017
13018 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13019
13020         * message.el: Require gmm-utils, remove autoloads.
13021         (message-tool-bar): Set default based on
13022         gmm-tool-bar-style.
13023         (message-tool-bar-gnome): Add gmm-customize-mode.
13024
13025         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13026         gmm-tool-bar-style.
13027         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13028
13029         * gnus-group.el (gnus-group-tool-bar): Set default based on
13030         gmm-tool-bar-style.
13031         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13032
13033         * gmm-utils.el (gmm-image-directory): Rename variable from
13034         gmm-image-load-path.
13035         (gmm-image-load-path): Use gmm-image-directory.
13036         (gmm-customize-mode): New function.
13037         (gmm-tool-bar-style): New variable.
13038
13039         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13040         gnus-group-redraw-line-number.
13041         (gnus-group-redraw-check): Simplify.
13042         (gnus-group-tool-bar-update): Remove redraw check.
13043         (gnus-group-make-tool-bar): Add redraw check.
13044
13045 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13046
13047         * gnus-art.el (gnus-button): Add missing parentheses.
13048
13049 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * lpath.el: Fbind line-number-at-pos.
13052
13053 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13056
13057 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13058
13059         * gnus-art.el (gnus-button): New face.
13060         (gnus-article-button-face): Use it.
13061
13062         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13063         Add gnus-summary-next-page.  Re-order.
13064
13065         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13066         next-node are now included.
13067         (gnus-group-redraw-line-number): New internal variable.
13068         (gnus-group-redraw-check): Helper function for updating the tool
13069         bar.
13070         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13071
13072         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13073
13074         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13075         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13076         Use it to match format of Spamassassin 3.0 and later.
13077         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13078         (spam-check-bogofilter)
13079         (spam-bogofilter-register-with-bogofilter): Fix args of
13080         `gnus-error' calls.
13081
13082 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13083
13084         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13085         unnecessary interaction when sending queued mails.
13086         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13087
13088 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13089
13090         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13091         first or last are nil.
13092
13093 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13094
13095         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13096
13097 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13098
13099         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13100
13101 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13102
13103         * dns.el (query-dns): Protect more against buggy tcp output.
13104
13105 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13106
13107         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13108         nov.php.
13109
13110 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13111
13112         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13113         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13114         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13115         output on the server side.
13116         (nnweb-google-create-mapping): Update regexps and add some
13117         progress indication.
13118
13119 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13120
13121         * gnus-group.el (gnus-group-tool-bar-gnome):
13122         Fix gnus-agent-toggle-plugged.  Re-order icons.
13123         (gnus-group-tool-bar-gnome):
13124         Add gnus-group-{prev,next}-unread-group.
13125         (gnus-group-tool-bar-gnome): Re-order icons.
13126
13127         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13128         Move gnus-summary-insert-new-articles.
13129
13130         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13131         Fix comments.
13132
13133         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13134         also available in Emacs 21.3.
13135
13136         * message.el (message-fix-before-sending): Change "Emacs 22" to
13137         "Emacs 23 (unicode)" in comment.
13138
13139         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13140         "Emacs 23 (unicode)" in comment.
13141
13142         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13143         comment.
13144         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13145
13146         * mm-view.el (mm-fill-flowed): Add :version.
13147
13148 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13151         and load-path.
13152
13153 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13154
13155         * message.el: Autoload gmm-image-load-path.
13156         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13157         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13158         consitency.
13159
13160         * gmm-utils.el (gmm-image-load-path): Also search in
13161         "../etc/images".  Don't set gmm-image-load-path if we don't find
13162         the image.
13163
13164 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13165
13166         * gmm-utils.el (gmm-image-load-path): Don't make
13167         `gmm-image-load-path' include subdirectories which the second arg
13168         `image' might specify.
13169
13170         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13171         subdirectory to icon file names.
13172
13173         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13174
13175 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13176
13177         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13178         gmm-image-load-path calls.
13179
13180         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13181
13182         * message.el (message-make-tool-bar): Ditto.
13183
13184         * mml.el (mml-preview): Add comment concerning tool bar icons.
13185
13186         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13187         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13188
13189         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13190         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13191
13192         * message.el (message-tool-bar-gnome): Use new icon names.
13193         (message-make-tool-bar): Use `gmm-image-load-path'.
13194
13195         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13196         New functions from MH-E.
13197         (gmm-image-load-path): New variable from MH-E.
13198         (gmm-image-load-path): New function from MH-E.  Add arguments
13199         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13200         *-image-load-path-called-flag.
13201
13202 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13203
13204         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13205
13206 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13207
13208         * nnimap.el (nnimap-request-move-article): Change folder back to
13209         source group before deleting.
13210
13211 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13214
13215         * gnus-art.el (mm-url-insert-file-contents-external):
13216         Autoload mm-url.
13217
13218         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13219
13220 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13223         coding system which mm-charset-to-coding-system returns for a
13224         given charset is valid.
13225
13226 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13227
13228         * html2text.el (html2text-remove-tag-list):
13229         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13230
13231 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13232
13233         * gnus-cus.el: Revert 2005-10-17 change.
13234
13235 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * gnus-art.el (article-strip-banner):
13238         Call article-really-strip-banner only when the regexp match is made.
13239
13240 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * gnus-art.el (article-strip-banner):
13243         Use gnus-extract-address-components instead of
13244         mail-header-parse-addresses to make it work with non-ASCII text;
13245         remove mail-encode-encoded-word-string.
13246
13247         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13248         values which are surrounded with \"...\"; make it never cause a
13249         Lisp error; give up parsing of parameters if it failed in
13250         extracting type.
13251
13252 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13253
13254         * smime.el (smime-cert-by-ldap-1): Fix bug where
13255         `smime-ldap-search' returns results without userCertificates.
13256
13257 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13258
13259         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13260
13261 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13262
13263         * spam.el (spam-check-spamassassin-headers): Adapt format for
13264         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13265         <ari@mbf.ocn.ne.jp>.
13266         (spam-list-of-processors): Add spam-use-gmane.
13267
13268 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13269
13270         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13271         make-temp-file; make it work with XEmacs as well.
13272
13273         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13274         mm-make-temp-file.
13275
13276         * mm-decode.el (mm-display-external): Use the 3rd arg of
13277         mm-make-temp-file.
13278         (mm-create-image-xemacs): Ditto.
13279
13280 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13283         with message-narrow-to-headers.
13284         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13285         (gnus-draft-check-draft-articles): New function.
13286         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13287
13288 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13289
13290         * gnus-art.el (gnus-article-browse-html-parts):
13291         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13292         Don't use suffix argument for mm-make-temp-file for Emacs 21
13293         compatibility.  Remove useless `format'.
13294
13295 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13296
13297         * nnweb.el (nnweb-google-wash-article): Update regexps.
13298         (nnweb-group-alist): Use defvoo instead of defvar.
13299
13300 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13303         re-loading nn* modules.
13304
13305 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13306
13307         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13308         for `tool-bar-mode' and don't check it's default-value.
13309
13310         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13311
13312         * message.el (message-make-tool-bar): Ditto.
13313
13314         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13315         `substring'.  Shorten tmp-file name.
13316
13317         * gnus.el: Remove bogus comment.
13318
13319 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13320
13321         * gnus-art.el (gnus-article-browse-html-parts): New function.
13322         (gnus-article-browse-html-article): New function for viewing html
13323         articles with a browser.
13324
13325 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13326
13327         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13328         in elisp.
13329         (pgg-gpg-encrypt-symmetric-region): Ditto.
13330         (pgg-gpg-sign-region): Ditto.
13331
13332         * pgg-def.el (pgg-text-mode): New variable.
13333
13334         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13335         (mml2015-pgg-encrypt): Ditto.
13336
13337         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13338         (mml1991-pgg-encrypt): Ditto.
13339
13340 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13341
13342         * nnfolder.el (nnfolder-insert-newsgroup-line):
13343         Use message-make-date instead of current-time-string.
13344
13345         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13346         to gnus-decoded which mm-uu might set.
13347
13348 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13351         don't decode quoted parameters; remove misimported Emacs code.
13352         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13353         (rfc2231-decode-encoded-string): Don't use split-string which
13354         behaves differently according to Emacs version; use
13355         mm-decode-coding-region to convert charset to coding-system.
13356         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13357         (rfc2231-encode-string): Remove misimported Emacs code.
13358
13359 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13360
13361         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13362         when calling mail-header-parse-content-type.
13363         (article-de-quoted-unreadable): Ditto.
13364         (article-de-base64-unreadable): Ditto.
13365         (article-wash-html): Ditto.
13366
13367         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13368         calling mail-header-parse-content-type and
13369         mail-header-parse-content-disposition.
13370         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13371         mail-header-parse-content-type.
13372
13373         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13374         insert charset and format parameters; encode description after
13375         inserting it to buffer.
13376         (mml-insert-parameter): Fold lines properly even if a parameter is
13377         segmented into two or more lines; change the max column to 76.
13378
13379         * rfc1843.el (rfc1843-decode-article-body): Don't use
13380         ignore-errors when calling mail-header-parse-content-type.
13381
13382         * rfc2231.el (rfc2231-parse-string): Return at least type if
13383         possible; don't cause an error even if it fails in parsing of
13384         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13385         (rfc2231-encode-string): Don't break lines at the beginning, leave
13386         it to mml-insert-parameter.
13387
13388         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13389         calling mail-header-parse-content-type.
13390
13391 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13392
13393         * spam-report.el (spam-report-gmane-use-article-number):
13394         Improve doc string.
13395         (spam-report-gmane-internal): Check if a suitable header was found
13396         in the article.
13397
13398 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13399
13400         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13401         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13402
13403 2006-02-05  Romain Francoise  <romain@orebokech.com>
13404
13405         Update copyright notices of all files in the gnus directory.
13406
13407 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13408
13409         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13410
13411 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13412
13413         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13414         segmented lines of parameter value to cope with Thunderbird 1.5
13415         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13416         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13417         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13418
13419 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13420
13421         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13422         parts.
13423
13424 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13425
13426         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13427         there's only one active file for all servers.
13428         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13429         solid groups.  Gnus might have used a FAST request to select the group.
13430         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13431         and nnweb-search redundantly in the active file.
13432         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13433         (nnweb-request-create-group): Don't use ARGS.
13434         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13435         initialisations.  Let nnoo do the work.
13436
13437 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13440         Say the part has been decoded.
13441
13442         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13443
13444 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13445
13446         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13447         mailcap-viewer-test-cache when there's no 'test clause, since that
13448         will invert the meaning of a "nil" test previously determined by
13449         mailcap-mailcap-entry-passes-test.
13450
13451 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13452
13453         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13454         compiling.
13455
13456         * gnus-sum.el: Ditto.
13457
13458         * message.el: Don't bind tool-bar-map when compiling.
13459
13460 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13461
13462         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13463
13464 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13465
13466         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13467         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13468         current Google Groups.
13469
13470 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13471
13472         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13473         and tool-bar-mode.
13474
13475         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13476         and tool-bar-mode.
13477
13478         * message.el (message-tool-bar-update): Simplify.
13479         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13480
13481         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13482         gnus-summary-buffer.
13483         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13484         gnus-summary-reply.
13485
13486         * gmm-utils.el (gmm): Add :version.
13487
13488 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13489
13490         * Makefile.in (clean): New rule.
13491         (distclean): Use it.
13492
13493 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13494
13495         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13496         Don't autoload.
13497
13498 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13499
13500         * gmm-utils.el (gmm-verbose): Add :group.
13501
13502 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13503
13504         * message.el: Change some comments WRT tool-bars.
13505
13506         * gnus-sum.el (gnus-summary-tool-bar)
13507         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13508         (gnus-summary-tool-bar-zap-list): New variables.
13509         (gnus-summary-make-tool-bar): Complete rewrite using
13510         `gmm-tool-bar-from-list'.
13511
13512         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13513         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13514         New variables.
13515         (gnus-group-make-tool-bar): Complete rewrite using
13516         `gmm-tool-bar-from-list'.
13517         (gnus-group-tool-bar-update): New function.
13518
13519         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13520
13521 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13524         is dissected into a single part of which the type is the same as
13525         the given one; decode charset.
13526
13527 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13528
13529         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13530         into alists as symbol not string, since that's what
13531         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13532         look for.
13533
13534 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13535
13536         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13537         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13538
13539         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13540
13541 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13544         (gnus-xmas-mime-security-button-menu): New function.
13545
13546         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13547         (gnus-mime-security-button-menu): New definition.
13548         (gnus-mime-security-button-map): Use them.
13549         (gnus-mime-security-button-menu): New function.
13550         (gnus-insert-mime-security-button): Addition to help echo.
13551         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13552         (gnus-mime-security-pipe-part): New functions.
13553
13554         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13555         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13556
13557         * mm-decode.el (mm-handle-set-disposition): Remove.
13558         (mm-handle-set-description): Remove.
13559
13560 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13563         (mm-w3m-standalone-supports-m17n-p): New function.
13564         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13565         w3m usage.
13566
13567         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13568         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13569
13570 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13571
13572         * message.el (message-tool-bar-zap-list):
13573         Use gmm-tool-bar-zap-list as custom type.
13574         (message-tool-bar-update): New function.
13575         (message-tool-bar, message-tool-bar-gnome)
13576         (message-tool-bar-retro): Add message-tool-bar-update.
13577         (message-tool-bar-gnome): Add flyspell-buffer.
13578
13579         * gnus-util.el (gnus-error): Describe `args'.
13580
13581         * gmm-utils.el (gmm-error): Describe `args'.
13582         (gmm-tool-bar-zap-list): New widget.
13583         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13584
13585 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13588         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13589         the number of recursive calls.
13590
13591         * mm-decode.el (mm-handle-set-disposition): New macro.
13592         (mm-handle-set-description): New macro.
13593
13594 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13597         encoding.
13598
13599 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13600
13601         * message.el (message-tool-bar-zap-list, message-tool-bar)
13602         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13603         (message-tool-bar-local-item-from-menu): Remove.
13604         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13605         (message-make-tool-bar): New function.
13606         (message-mode): Use `message-make-tool-bar'.
13607
13608         * gmm-utils.el: New file.
13609         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13610         (gmm-lazy): New widget copied from `nnmail.el'.
13611         (gmm-tool-bar-from-list): New function for creating customizable
13612         tool bars.
13613         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13614         output.
13615         (gmm): Add :prefix to defgroup.
13616
13617 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13618
13619         * gmm-utils.el (gmm-widget-p): New function.
13620
13621 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13622
13623         * mml.el (mml-attach-file): Describe `description' in doc string.
13624         (mml-menu): Add Emacs MIME manual and PGG manual.
13625
13626 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13627
13628         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13629
13630 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13631
13632         * nntp.el (nntp-end-of-line): Doc fix.
13633
13634 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13635
13636         * imap.el (imap-open): Handle case where buffer is a buffer
13637         object.
13638
13639 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13640
13641         * gnus-delay.el (gnus-delay): Don't autoload.
13642         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13643         to be re-loaded when customizing the `gnus-delay' group.
13644
13645 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13646
13647         * message.el (message-insert-citation-line): Use newlines.
13648
13649 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13650
13651         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13652         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13653         these routines, so the passphrase can be managed externally and
13654         passed in to the system.
13655         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13656         pgg-add-passphrase-to-cache function.
13657
13658         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13659         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13660         these routines, so the passphrase can be managed externally and
13661         passed in to the system.
13662         (pgg-pgp5-sign-region): Use new name of
13663         pgg-add-passphrase-to-cache function.
13664
13665 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13666
13667         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13668         part of the decoded armor to find the key-identifier.
13669         (pgg-gpg-lookup-key-owner): New function to return the
13670         human-readable identifier of a key owner.
13671         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13672         itself.
13673         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13674         the key value) if we have a key and can match it against a secret
13675         key.  Also, added a note pointing out fact that the prompt only
13676         indicates the first matching key.
13677
13678         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13679         pgg-decrypt-region.
13680         (pgg-add-passphrase-to-cache): Rename from
13681         `pgg-add-passphrase-cache' to reduce confusion (all callers
13682         changed).
13683         (pgg-remove-passphrase-from-cache): Rename from
13684         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13685         changed).
13686         (pgg-read-passphrase, pgg-add-passphrase-cache)
13687         (pgg-remove-passphrase-cache): Add informative docstrings.
13688         (pgg-decrypt): Convey provided passphrase in subordinate call to
13689         pgg-decrypt-region.
13690
13691 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13692
13693         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13694         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13695         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13696         'passphrase' argument, so the passphrase can be managed externally
13697         and then passed in to the system.
13698
13699         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13700         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13701         so the passphrase cache can be used reliably with identifiers
13702         besides a pgp packet's key id.
13703
13704         * pgg-gpg.el (pgg-gpg-encrypt-region)
13705         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13706         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13707         these routines, so the passphrase can be managed externally and
13708         passed in to the system.
13709
13710         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13711         'notruncate' argument, so the passphrase cache can be used
13712         reliably with identifiers besides a pgp packet's key id.
13713
13714 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13715
13716         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13717         symmetric encryption.
13718         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13719         encrypted session key.
13720         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13721         message ask for the passphrase in a proper way.
13722
13723         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13724         New user commands for symmetric encryption.
13725
13726 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13729
13730         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13731
13732 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13733
13734         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13735
13736 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13737
13738         * mm-decode.el (mm-inlined-types): Add application/pgp.
13739         (mm-automatic-display): Ditto.
13740
13741         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13742         part as text.
13743
13744 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * nnrss.el: Update copyright.
13747         (nnrss-opml-import): Query whether to subscribe to each entry.
13748
13749         * gnus-art.el:
13750         * gnus-sum.el:
13751         * gnus-xmas.el:
13752         * messagexmas.el:
13753         * mm-uu.el:
13754         * mm-view.el: Update copyright.
13755
13756 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13757
13758         * message.el (message-info): New function.
13759         (message-mode-menu): Add it.
13760         Update copyright.
13761
13762         * ChangeLog: Fix and update copyright.
13763
13764 2006-01-13  Romain Francoise  <romain@orebokech.com>
13765
13766         * message.el (message-forward-subject-name-subject): Prefer the
13767         address to 'nowhere' if the sender has no name.
13768         Fix typo.  Update copyright year.
13769
13770 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * gnus-art.el (article-wash-html):
13773         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13774         (gnus-article-wash-html-with-w3m-standalone): New function.
13775
13776         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13777         mm-inline-text-html-render-with-w3m-standalone.
13778         (mm-text-html-washer-alist): Map w3m-standalone to
13779         gnus-article-wash-html-with-w3m-standalone.
13780         (mm-inline-text-html-render-with-w3m-standalone): New function.
13781
13782 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13783
13784         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13785         Improve LaTeX.
13786
13787 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13788
13789         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13790         (nnrss-request-article): Render text/plain parts as HTML.
13791
13792         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13793         the buffer.
13794
13795 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13796
13797         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13798         custom definition of `gnus-posting-styles'.
13799
13800         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13801         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13802
13803 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13804
13805         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13806         Use nntp for bug archive.
13807
13808 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13811         parts.
13812         (nnrss-normalize-date): New function converts ISO 8601 date into
13813         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13814         (nnrss-check-group): Use it.
13815
13816 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13819
13820         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13821         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13822         (nnrss-insert-w3): Ditto.
13823
13824 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13825
13826         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13827         the articles to be forwarded including the case where neither a
13828         number of articles nor a region is specified.
13829
13830 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * nnrss.el (nnrss-request-article): Fix last change; fill
13833         text/plain parts.
13834
13835 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13836
13837         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13838         in text/plain part.
13839         (nnrss-check-group): Don't add excessive newline to dc:subject.
13840
13841 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13842
13843         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13844         article.
13845
13846 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13849         (nnml-use-compressed-files, nnml-save-mail): Support other
13850         comression programs such as bzip2.
13851
13852 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13853
13854         * dns.el (query-dns): Make sure we check the buffer size before
13855         removing tcp headers.
13856
13857 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13860         remove MIME buttons associated with multipart/alternative parts.
13861         (gnus-mime-display-alternative): Tag buttons using `article-type'
13862         text property.
13863
13864         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13865         associated with multipart/alternative parts.
13866
13867         * gnus-art.el (gnus-signature-separator): Fix custom type.
13868
13869         * mm-decode.el (mm-inlined-types): Fix custom type.
13870         (mm-keep-viewer-alive-types): Ditto.
13871         (mm-automatic-display): Ditto.
13872         (mm-attachment-override-types): Ditto.
13873         (mm-inline-override-types): Ditto.
13874         (mm-automatic-external-display): Ditto.
13875
13876 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13877
13878         * spam-report.el (spam-report-user-mail-address)
13879         (spam-report-user-agent): New variables.
13880         (spam-report-url-ping-plain): Use spam-report-user-agent.
13881
13882 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13883
13884         * gnus-art.el (gnus-button-handle-custom): Do not just use
13885         `customize-apropos' for any "M-x customize-*" button but the
13886         function called for.  Accept both the function name and its
13887         argument in order to achieve this.
13888         (gnus-button-alist): Remove support for "custom:" URL's.
13889         Pass function name to `gnus-button-handle-custom' in case of "M-x
13890         customize-*" buttons.
13891
13892 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13895         multipart/alternative and add xref to mm-discouraged-alternatives
13896         in doc string.
13897
13898         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13899         gnus-buttonized-mime-types in doc string.
13900
13901 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13902
13903         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13904         Suggest image/.* in the doc string.
13905
13906 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13907
13908         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13909         message-marks (Debian bug #342521).
13910
13911 2005-12-12  Simon Josefsson  <jas@extundo.com>
13912
13913         * password.el (password-read-from-cache): Add.
13914         (password-read): Use it.
13915
13916 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * rfc2047.el (rfc2047-charset-to-coding-system):
13919         Recognize us-ascii as a MIME charset.
13920
13921         * mm-bodies.el (mm-decode-content-transfer-encoding):
13922         Protect against the case where the 2nd arg TYPE is nil.
13923
13924 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13925
13926         * pop3.el (pop3-stream-type): Fix custom version.
13927
13928         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13929
13930 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13931
13932         * mm-decode.el (mm-display-external): Add missing cdr.
13933
13934 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13937         RFC1524) if it is in mailcap or add a suffix according to
13938         mailcap-mime-extensions when generating a temp filename; postpone
13939         deleting a temp file for 2 seconds for some wrappers, shell
13940         scripts, and so on, which might exit right after having started a
13941         viewer command as a background job.
13942
13943 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13944
13945         * nntp.el (nntp-marks-directory): Fix custom group.
13946
13947         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13948         steps when < 10.
13949
13950         * gnus-start.el (gnus-no-server-1):
13951         Mention `gnus-level-default-subscribed' in doc string.
13952
13953 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13954
13955         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13956         parens.
13957
13958 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * gnus-xmas.el (gnus-use-toolbar): Revert.
13961         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13962         gnus-use-toolbar is default.
13963
13964         * messagexmas.el (message-use-toolbar): Revert.
13965         (message-setup-toolbar): Use global default-toolbar if
13966         message-use-toolbar is default.
13967
13968 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13971         according to default-toolbar-visible-p.
13972
13973         * messagexmas.el (message-use-toolbar): Ditto.
13974
13975 2005-11-26  Dave Love  <fx@gnu.org>
13976
13977         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13978         (tls-program, tls-success): Provide openssl alternative.
13979
13980         * starttls.el: Doc fixes.
13981         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13982         SERVICE to PORT.
13983
13984         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13985         port null or service name.
13986         (starttls-negotiate): Autoload.
13987
13988 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * message.el (message-kill-to-signature): Fix interactive spec.
13991
13992 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * pop3.el (pop3-open-server): Recognize a string as a service name.
13995
13996 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13997
13998         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13999
14000 2005-11-23  Dave Love  <fx@gnu.org>
14001
14002         Add pop3s, pop3/starttls.
14003
14004         * pop3.el (pop3-authentication-scheme): Clarify doc.
14005         (open-tls-stream, starttls-open-stream): Autoload.
14006         (pop3-stream-type): New.
14007         (pop3-open-server): Use it.
14008
14009         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14010         for POP.
14011         (mail-source-keyword-map): Add :stream for POP.
14012         (mail-source-fetch-pop): Use pop3-stream-type.
14013
14014 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14017         of current-time-string.
14018
14019 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14020
14021         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14022         date header.
14023
14024 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14025
14026         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14027         it can seriously impact performance as it bypasses the agent's
14028         local caches.
14029
14030 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14031
14032         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14033         must be explicitly online rather than "not explicitly offline" for
14034         its flags to be synchronized.
14035
14036         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14037         that gnus-uu-unmark-thread will function correctly.
14038
14039         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14040         1024K is instead displayed as 1M.
14041
14042 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14043
14044         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14045
14046 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14047
14048         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14049
14050 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14051
14052         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14053         error message to display actual error condition.
14054         (gnus-agent-save-local): Avoid saving symbols that are bound to
14055         nil as they simply result in a warning message in
14056         gnus-agent-read-local.
14057
14058 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14061         rather than make-variable-buffer-local for file-precious-flag.
14062
14063 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14064
14065         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14066         for duplicates which are removed.  The invalid sort check then
14067         triggers a rescan after the sort as sorting may have moved
14068         duplicate entries such that they can be cheaply detected.
14069
14070 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14071
14072         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14073
14074 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14075
14076         * gnus-agent.el (gnus-agent-article-alist-save-format):
14077         Change internal variable to a custom variable.  Change default value
14078         from compressed(2) to uncompressed(1).
14079         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14080         support for uncompressed agentview files.  Taken together, reading
14081         the agentview file should now be 6-7 times faster.
14082
14083 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14084
14085         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14086         as a buffer-local variable.  This avoids creating truncated
14087         dribble files as a result of a hang up, eg.
14088
14089 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14090
14091         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14092         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14093         XEmacs.
14094
14095 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14096
14097         * gnus-start.el (gnus-start-draft-setup):
14098         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14099
14100         * gnus.el (gnus-splash): Change custom group.
14101         (gnus-group-get-parameter, gnus-group-parameter-value):
14102         Describe allow-list argument.
14103
14104         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14105         string.
14106
14107 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14108
14109         * gnus-art.el (gnus-default-article-saver): Add user-defined
14110         `function' to custom type.
14111
14112 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14113
14114         * imap.el (imap-open): Handle case where buffer is a buffer
14115         object.
14116
14117 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14118
14119         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14120         long lines.
14121         (gnus-cache-delete-group): Wrap doc strings.
14122
14123         * gnus-agent.el (gnus-agent-rename-group)
14124         (gnus-agent-delete-group): Wrap doc strings.
14125
14126 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * messagexmas.el (message-use-toolbar): Change the valid values
14129         into default, top, bottom, left, and right.
14130         (message-toolbar-thickness): New variable.
14131         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14132         well.
14133         (message-setup-toolbar): Make it work.
14134
14135         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14136         (gnus-use-toolbar): Change the valid values into default, top,
14137         bottom, left, and right.
14138         (gnus-toolbar-thickness): New variable.
14139         (gnus-xmas-setup-toolbar): New function.
14140         (gnus-xmas-setup-group-toolbar): Use it.
14141         (gnus-xmas-setup-summary-toolbar): Use it.
14142
14143 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14144
14145         * gnus-start.el (gnus-1): Add "native" to
14146         gnus-predefined-server-alist.
14147
14148         * gnus.el (gnus-method-to-server): Don't add "native" to the
14149         lists here, because that leads to problems when
14150         gnus-select-method is bound.
14151
14152 2005-11-09  Simon Josefsson  <jas@extundo.com>
14153
14154         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14155         use (not sort-by-date) instead.
14156
14157 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14158
14159         * gnus-delay.el (gnus-delay-group): Don't autoload.
14160         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14161         to be re-loaded when customizing the `gnus-delay' group.
14162
14163 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14164
14165         * message.el: Revert last changes.
14166         (message-insert-citation-line): Use newlines.
14167
14168 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14169
14170         * message.el (message-courtesy-message)
14171         (message-mark-insert-begin, message-mark-insert-end)
14172         (message-elide-ellipsis, message-cancel-message)
14173         (message-add-header, message-change-subject)
14174         (message-cross-post-followup-to-header)
14175         (message-cross-post-insert-note, message-reduce-to-to-cc)
14176         (message-widen-reply, message-delete-not-region)
14177         (message-kill-to-signature, message-insert-signature)
14178         (message-insert-importance-high, message-insert-importance-low)
14179         (message-insert-or-toggle-importance)
14180         (message-insert-disposition-notification-to)
14181         (message-indent-citation, message-yank-original)
14182         (message-cite-original-without-signature, message-cite-original)
14183         (message-insert-citation-line, message-position-on-field)
14184         (message-fix-before-sending, message-send-mail-partially)
14185         (message-send-mail, message-send-mail-with-sendmail)
14186         (message-send-mail-with-qmail, message-send-news)
14187         (message-check-news-header-syntax, message-generate-headers)
14188         (message-insert-courtesy-copy, message-fill-address)
14189         (message-fill-header, message-shorten-references)
14190         (message-setup-1, message-cancel-news)
14191         (message-forward-make-body-plain, message-forward-make-body-mime)
14192         (message-forward-make-body-mml, message-encode-message-body)
14193         (message-forward-make-body-digest-plain)
14194         (message-forward-make-body-digest-mime)
14195         (message-use-alternative-email-as-from): Insert `hard-newline'
14196         instead of ordinary newlines.
14197
14198 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * message.el (message-generate-headers): Downcase the argument
14201         given to message-check-element.
14202
14203 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14204
14205         * nntp.el (nntp-authinfo-rejected): New error condition.
14206         (nntp-wait-for): Use new error condition to signal authentication
14207         error.
14208         (nntp-retrieve-data): Rethrow new error condition to break out of
14209         recursive call to nntp-send-authinfo.
14210
14211 2005-11-08  Romain Francoise  <romain@orebokech.com>
14212
14213         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14214         (gnus-summary-exit-map): Bind to `Z p'.
14215         (gnus-summary-make-menu-bar): Add menu item.
14216
14217 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14218
14219         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14220         (gnus-treat-*): Add `first' in all doc strings.
14221
14222         * gnus-group.el (gnus-group-compact-group): Fix typo.
14223
14224 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * gnus.el (gnus-parameters-case-fold-search): New variable.
14227         (gnus-parameters-get-parameter): Use it.
14228
14229         * gnus-score.el (gnus-home-score-file): Doc fix.
14230
14231 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14232
14233         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14234
14235 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * mm-util.el (mm-special-display-p): New function.
14238
14239         * mml.el (mml-preview): Use it; doc fix.
14240
14241 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14242
14243         * imap.el (imap-open): Handle case where buffer is a buffer object.
14244
14245 2005-10-29  Romain Francoise  <romain@orebokech.com>
14246
14247         * message.el (message-fix-before-sending): Fix comment.
14248
14249 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14250
14251         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14252
14253 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14254
14255         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14256         Used in gnus-score.el.
14257
14258 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14259
14260         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14261
14262 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14263
14264         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14265         whitespace removed in revision 7.8.  Use concatenated string to
14266         protect trailing whitespace.
14267
14268 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14269
14270         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14271         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14272         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14273         Courier IMAP ("some version from 2004").  Mostly based on similar
14274         code in the same function.
14275
14276 2005-10-26  Didier Verna  <didier@xemacs.org>
14277
14278         * gnus-group.el (gnus-group-compact-group): Invalidate original
14279         article buffer.
14280         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14281         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14282         NOV database and in article itself.
14283         Invalidate article backlog.
14284
14285 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14286
14287         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14288
14289 2005-10-26  Simon Josefsson  <jas@extundo.com>
14290
14291         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14292         part of 2004-07-25 change.
14293
14294 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14295
14296         * message.el (message-display-completion-list): New function.
14297         (message-expand-group): Use it; make sure the Completions buffer
14298         is modifiable.
14299 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14300
14301         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14302         user-mail-name is an empty string.
14303
14304 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14305
14306         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14307         depending on gnus-score-decay-constant.
14308
14309         * encrypt.el (encrypt-insert-file-contents)
14310         (encrypt-write-file-contents): Don't use `gnus-message'.
14311
14312         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14313         arguments.
14314         (mm-uu-type-alist): Add message-marks and insert-marks.
14315         Pass arguments to mm-uu-verbatim-marks-extract.
14316         (mm-uu-hide-markers): New variable.
14317         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14318
14319         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14320         (gnus-convert-image-to-face-command): Use "convert" by default to
14321         allow other input image formats.
14322         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14323         accordingly.
14324
14325 2005-10-23  Simon Josefsson  <jas@extundo.com>
14326
14327         * imap.el (imap-gssapi-program): Align command line parameters
14328         with latest GNU SASL.
14329         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14330
14331 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14332
14333         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14334         HTML.
14335         (nnslashdot-request-article): Ditto.
14336
14337         * lpath.el (featurep): Add nobreak-char-display.
14338
14339 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14340
14341         * mail-source.el (mail-source-fetch-pop): Require pop3.
14342         (mail-source-check-pop): Ditto.
14343
14344 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14347         errors.
14348
14349 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14350
14351         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14352         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14353
14354         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14355
14356         * mm-bodies.el (mm-decode-string):
14357         Call `mm-charset-to-coding-system' with allow-override argument.
14358
14359 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14362         (rfc2047-charset-to-coding-system): New function.
14363         (rfc2047-decode-encoded-words): New function.
14364         (rfc2047-decode-region): Use them.
14365         (rfc2047-decode-cte): Remove.
14366         (rfc2047-parse-and-decode): Remove.
14367         (rfc2047-decode): Remove.
14368
14369 2005-10-15  Kenichi Handa  <handa@m17n.org>
14370
14371         * rfc2047.el (rfc2047-decode-cte): New function.
14372         (rfc2047-decode-region): Change the way to decode successive
14373         encoded-words: decode B- or Q-encoding in each encoded-word,
14374         concatenate them, and decode it as charset.
14375
14376 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14377
14378         * lpath.el: Fbind codepage-setup for XEmacs.
14379
14380 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14381
14382         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14383         widget-move-and-invoke.
14384         (gnus-custom-mode): Use gnus-custom-map.
14385
14386 2005-10-15  Bill Wohler  <wohler@newt.com>
14387
14388         * message.el (message-tool-bar-map): Rename image file from
14389         mail_send to mail/send.
14390
14391 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14392
14393         * message.el (message-expand-group): Pass the common
14394         prefix substring of completion to `display-completion-list'.
14395
14396 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14397
14398         * mml-sec.el (mml-secure-method): New internal variable.
14399         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14400         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14401         New functions using mml-secure-method.
14402
14403         * mml.el (mml-mode-map): Add key bindings for those functions.
14404         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14405         Harder <harder@myrealbox.com>.
14406         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14407         Goto end of message if point is the headers of the message.
14408
14409         * message.el (message-in-body-p): New function.
14410
14411         * assistant.el: Autoload gnus-util and netrc.
14412
14413         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14414         Use `mm-charset-override-alist' only when decoding.
14415
14416         * mm-bodies.el (mm-decode-body):
14417         Call `mm-charset-to-coding-system' with allow-override argument.
14418
14419         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14420         `filename' from Content-Disposition if Content-Type doesn't
14421         provide `name'.
14422         (gnus-mime-view-part-as-type): Set default instead of
14423         initial-input.
14424
14425 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14426
14427         * format-spec.el (format-spec): Propagate text properties of % spec.
14428
14429 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14430
14431         * gnus-art.el (gnus-treat-predicate): Add `first'.
14432
14433 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14434
14435         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14436         (mm-charset-override-alist): New variable.
14437         (mm-charset-to-coding-system): Use it.
14438         (mm-codepage-setup): New helper function.
14439         (mm-charset-eval-alist): New variable.
14440         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14441         Warn about unknown charsets.
14442
14443         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14444
14445 2005-10-04  David Hansen  <david.hansen@gmx.net>
14446
14447         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14448         (nnrss-check-group): Ditto.
14449
14450 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14453         Rename x-gnus-verbatim to x-verbatim.
14454         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14455
14456         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14457         x-verbatim.
14458
14459         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14460
14461         * gnus-util.el (gnus-remove-duplicates): Remove.
14462
14463         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14464         instead of gnus-remove-duplicates.
14465
14466         * message.el (message-remove-duplicates): Remove.
14467         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14468         message-remove-duplicates.
14469
14470         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14471         available, else use implementation from `delete-dups'.
14472
14473         * message.el (message-insert-expires): New function.
14474         (message-mode-map): Add key binding.
14475         (message-mode-field-menu): Add menu entry.
14476         (message-mode): Document it.
14477         (message-make-expires-date): Use `message-make-date'.
14478
14479 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14480
14481         * message.el (message-make-expires-date): New function.
14482
14483 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * Makefile.in (list-installed-shadows): New entry.
14486         (install): Use it.
14487         (remove-installed-shadows): New entry.
14488
14489         * dgnushack.el (dgnushack-default-load-path): New variable.
14490         (dgnushack-find-lisp-shadows): New function.
14491         (dgnushack-remove-lisp-shadows): New function.
14492
14493 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14494
14495         * Makefile.in (install-el-elc): New entry.
14496         (install): Use it so that .el files are necessarily installed.
14497
14498 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14499
14500         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14501
14502 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14503
14504         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14505         function rather than the diff-mode.el package.
14506         (mm-display-external): Use with-current-buffer.
14507         (mm-viewer-completion-map, mm-viewer-completion-map):
14508         Move initialization inside declaration.
14509
14510 2005-09-29  Simon Josefsson  <jas@extundo.com>
14511
14512         * spam.el: Load hashcash when compiling, to avoid warnings.
14513         Don't autoload mail-check-payment.
14514         (spam-check-hashcash): Define unconditionally, since hashcash.el
14515         is part of Gnus now.  Ignore errors from payment checking.
14516
14517 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14518
14519         * message.el (message-bold-region, message-unbold-region):
14520         Rename from `bold-region' and `unbold-region'.
14521
14522         * message.el: Remove useless autoloads.
14523
14524 2005-09-28  Simon Josefsson  <jas@extundo.com>
14525
14526         * message.el (message-use-idna): Default to t.
14527         (message-use-idna): Test whether encoding works too.  Doc fix.
14528
14529 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * nntp.el (nntp-warn-about-losing-connection): Remove.
14532
14533 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14534
14535         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14536         customizable.  Change default value.
14537         (mm-uu-diff-groups-regexp): Change default value.
14538         (mm-uu-type-alist): Add doc string.
14539         (mm-uu-configure): Add doc string.  Make it interactive.
14540         (mm-uu-tex-groups-regexp): New variable.
14541         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14542         (mm-uu-type-alist): Add LaTeX documents.
14543         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14544         of "text/verbatim".
14545         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14546
14547         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14548         instead of "text/verbatim".
14549
14550         * message.el (message-mark-inserted-region)
14551         (message-mark-insert-file): Use slrn style marks when called with
14552         prefix argument.
14553
14554 2005-09-27  Simon Josefsson  <jas@extundo.com>
14555
14556         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14557
14558 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14559
14560         * message.el (message-remove-duplicates): New function.
14561         Implementation borrowed from `gnus-remove-duplicates'.
14562         (message-idna-to-ascii-rhs): Also encode idna addresses in
14563         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14564         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14565         only ask about the same idna domain once per header and also tell
14566         in what header to replace the idna domain.
14567
14568         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14569         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14570         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14571         a header is decoded and not just the last one.
14572
14573 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14576         has been decoded.
14577
14578         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14579         (mm-insert-part): Don't modify text if it has been decoded.
14580
14581         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14582         decoded.
14583
14584         * mm-view.el (mm-inline-text): Don't strip text props unless
14585         decoding enriched or richtext parts.
14586
14587 2005-09-25  Romain Francoise  <romain@orebokech.com>
14588
14589         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14590         * gnus-start.el (gnus-subscribe-interactively):
14591         * gnus-uu.el (gnus-uu-grab-articles):
14592         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14593         space.
14594
14595 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14596
14597         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14598         * mm-view.el (mm-view-pkcs7-decrypt):
14599         * gnus-sum.el (gnus-summary-limit-to-extra)
14600         (gnus-summary-respool-article, gnus-read-move-group-name):
14601         * gnus-score.el (gnus-summary-increase-score):
14602         * gnus-util.el (gnus-completing-read-with-default):
14603         * gnus-art.el (gnus-read-save-file-name)
14604         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14605         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14606         * message.el (message-check-news-header-syntax):
14607         Follow convention for reading with the minibuffer.
14608
14609 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14610
14611         * spam-report.el (spam-report-url-ping-plain):
14612         Use gnus-extended-version as User-Agent.
14613
14614         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14615         default value is nil.
14616
14617         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14618         (mm-uu-verbatim-marks-extract): New function.
14619         (mm-uu-extract): New face.
14620         (mm-uu-copy-to-buffer): Use it.
14621
14622         * spam-report.el (spam-report-gmane-ham): Rename from
14623         `spam-report-gmane-unspam'.
14624         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14625         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14626
14627         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14628         Autoload.
14629         (spam-report-gmane-unregister-routine):
14630         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14631
14632 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14633
14634         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14635         (spam-report-gmane-unregister-routine): Add support for gmane
14636         unregistration.
14637
14638         * spam-report.el (spam-report-gmane-unspam)
14639         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14640         (spam-report-gmane): Change to take a single article and do unspam
14641         registration.
14642
14643 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14644
14645         * mm-url.el (mm-url-decode-entities): Fix regexp.
14646
14647 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14648
14649         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14650         default to nil, to be able to use Gnus at all.  If the default
14651         switches to something else, then the function should be fixed not
14652         be exceedingly slow.
14653
14654 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14655
14656         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14657         fail hard.
14658
14659         * spam-report.el: Add better Keywords line.
14660
14661         * spam.el: Add Maintainer and better Keywords line.
14662
14663 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14664
14665         * gnus-art.el (gnus-article-replace-part)
14666         (gnus-mime-replace-part): New functions.
14667         (gnus-mime-action-alist, gnus-mime-button-commands)
14668         (gnus-mime-save-part-and-strip): Add file argument.
14669         (gnus-article-part-wrapper): Add interactive argument.
14670
14671         * gnus-sum.el (gnus-summary-mime-map):
14672         Add `gnus-article-replace-part'.
14673
14674 2005-09-19  Didier Verna  <didier@xemacs.org>
14675
14676         The nnml compaction feature:
14677         * nnml.el (nnml-request-compact-group): New function.
14678         * nnml.el (nnml-request-compact): New function.
14679         * gnus-int.el (gnus-request-compact-group): New function.
14680         * gnus-int.el (gnus-request-compact): New function.
14681         * gnus-group.el (gnus-group-compact-group): New function.
14682         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14683         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14684         * gnus-srvr.el (gnus-server-compact-server): New function.
14685         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14686         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14687
14688 2005-09-18  Deepak Goel  <deego@gnufans.org>
14689
14690         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14691         format spec.
14692
14693 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14696
14697 2005-09-15  Romain Francoise  <romain@orebokech.com>
14698
14699         * message.el (message-fill-paragraph): Clarify docstring.
14700
14701 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * gnus-art.el (gnus-mime-display-part): Protect against broken
14704         MIME messages.
14705
14706 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14709         before parsing header.
14710
14711 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14712
14713         * html2text.el (html2text-replace-list): Add new entities.
14714
14715 2005-09-11  Romain Francoise  <romain@orebokech.com>
14716
14717         * message.el (message-alternative-emails): Improve docstring.
14718         (message-setup-1): Call `message-use-alternative-email-as-from'
14719         after `message-setup-hook' to give it precedence over posting
14720         styles, etc.
14721         (message-use-alternative-email-as-from): Add docstring.
14722         Remove the original From header if present.
14723
14724         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14725         (nnml-save-mail): Use it.
14726
14727         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14728         articles.  Add new argument `silent'.
14729         (gnus-uu-mark-all): Report the total number of marked articles.
14730
14731 2005-09-10  Romain Francoise  <romain@orebokech.com>
14732
14733         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14734         (gnus-uu-mark-series): Likewise.
14735
14736 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14737
14738         * spam-report.el (spam-report-gmane): Fix generation of spam
14739         report URL.
14740
14741 2005-09-10  Simon Josefsson  <jas@extundo.com>
14742
14743         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14744         t, based on discussion on the ding list with Robert Epprecht
14745         <epprecht@solnet.ch>.
14746
14747 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14748
14749         * spam-report.el (spam-report-gmane): Make it work without
14750         X-Report-Spam header.  Gmane now only provides Archived-At.
14751         This is only used if `spam-report-gmane-use-article-number' is nil.
14752         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14753
14754         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14755         make `gnus-summary-sort-by-recipient' work with threading.
14756
14757         * nnweb.el (nnweb-google-wash-article): Print a message if article
14758         is not available.
14759
14760 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14761
14762         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14763         change.  Decode text/* parts content before displaying.
14764
14765 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14766
14767         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14768
14769 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14770
14771         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14772
14773         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14774         url-package-name, url-package-version,
14775         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14776         w3m-display-inline-images, and w3m-minor-mode-map.
14777
14778 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14779
14780         * message.el (message-tab-body-function): Fix mismatched custom type.
14781
14782         * gnus.el (gnus-group-change-level-function): Ditto.
14783
14784         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14785
14786         * gnus-art.el (gnus-signature-limit)
14787         (gnus-article-mime-part-function): Ditto.
14788
14789 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14790
14791         * mml.el (mml-mode): Silence the byte compiler.
14792
14793         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14794         using `(sit-for 0)' before moving the point to the specified part;
14795         skip unbuttonized parts.
14796         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14797         return to the summary window if gnus-auto-select-part is non-nil.
14798
14799 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14800
14801         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14802         New variables.
14803         (mml-dnd-attach-file, mml-mode): Use them.
14804
14805         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14806         Make fetching article by MID work again for Google Groups.
14807         Add FIXME concerning gnus-group-make-web-group.
14808
14809         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14810         Don't depend on Gnus by using mail-extract-address-components if
14811         gnus-extract-address-components is not bound.
14812
14813 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14814
14815         * gnus-art.el (gnus-mime-display-security): Don't display the
14816         signature, but only the signed part.
14817
14818 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14821
14822         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14823         list, not listp.
14824
14825 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14826
14827         * mm-encode.el (mm-encode-content-transfer-encoding):
14828         Likewise when encoding.
14829
14830         * mm-bodies.el (mm-decode-content-transfer-encoding):
14831         De-canonicalize CRLF for all text content types, not just
14832         text/plain.
14833
14834 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14835
14836         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14837         valid article; point arrow and cursor at the MIME button.
14838
14839 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14842         Suggested by Dan Christensen <jdc@uwo.ca>.
14843
14844         * mm-decode.el (mm-save-part): Enable change of prompt.
14845
14846 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14847
14848         * gnus-msg.el (gnus-inews-add-send-actions):
14849         Make `message-post-method' lambda parameter ARG `&optional'.
14850
14851 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14852
14853         * gnus-sum.el (gnus-summary-mime-map):
14854         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14855         gnus-article-jump-to-part.
14856
14857         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14858         (gnus-article-edit-part): Use it.
14859         (gnus-article-part-wrapper): Add no-handle argument.
14860         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14861         New functions.
14862
14863 2005-08-29  Romain Francoise  <romain@orebokech.com>
14864
14865         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14866         docstring.
14867         (gnus-face-from-file): Likewise.
14868
14869 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14870
14871         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14872         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14873         non-nil.
14874         (gnus-auto-select-part): New variable.
14875         (gnus-article-jump-to-part): New function.
14876         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14877         (gnus-mime-delete-part): Allow selecting specified part after
14878         deleting or stripping parts.
14879         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14880         part if argument is bogus.
14881
14882 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14883
14884         * gnus-art.el (w3m-minor-mode-map):
14885         * gnus-spec.el (gnus-newsrc-file-version):
14886         * gnus-util.el (nnmail-active-file-coding-system)
14887         (gnus-original-article-buffer, gnus-user-agent):
14888         * gnus.el (gnus-ham-process-destinations)
14889         (gnus-parameter-ham-marks-alist)
14890         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14891         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14892         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14893         * mm-decode.el (gnus-current-window-configuration):
14894         * mm-extern.el (gnus-article-mime-handles):
14895         * mm-url.el (url-current-object, url-package-name)
14896         (url-package-version):
14897         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14898         (smime-keys, w3m-cid-retrieve-function-alist)
14899         (w3m-current-buffer, w3m-display-inline-images)
14900         (w3m-minor-mode-map):
14901         * mml-smime.el (gnus-extract-address-components):
14902         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14903         (gnus-newsrc-hashtb, message-default-charset)
14904         (message-deletable-headers, message-options)
14905         (message-posting-charset, message-required-mail-headers)
14906         (message-required-news-headers):
14907         * mml1991.el (mc-pgp-always-sign):
14908         * mml2015.el (mc-pgp-always-sign):
14909         * nnheader.el (nnmail-extra-headers):
14910         * rfc1843.el (gnus-decode-encoded-word-function)
14911         (gnus-decode-header-function, gnus-newsgroup-name):
14912         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14913
14914 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14915
14916         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14917         the end of the date treatments.
14918
14919 2005-08-15  Simon Josefsson  <jas@extundo.com>
14920
14921         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14922         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14923         Capello and Romain Francoise.
14924         (pgg-fetch-key-function): Remove, not used?
14925         (pgg-insert-url-with-w3): Require url, to get
14926         url-insert-file-contents regardless of where it is defined.
14927
14928 2005-08-13  Romain Francoise  <romain@orebokech.com>
14929
14930         * message.el (message-cite-original-1): New function.
14931         (message-cite-original): Use it.
14932         (message-cite-original-without-signature): Ditto.
14933
14934 2005-08-08  Romain Francoise  <romain@orebokech.com>
14935
14936         * message.el (message-yank-empty-prefix): New variable.
14937         (message-indent-citation): Use it.
14938         (message-cite-original-without-signature): Respect X-No-Archive.
14939
14940 2005-08-08  Simon Josefsson  <jas@extundo.com>
14941
14942         * pgg.el: Autoload url-insert-file-contents instead of loading
14943         w3/url.
14944         (pgg-insert-url-with-w3): Don't load url here.
14945
14946 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14947
14948         * message.el (message-kill-to-signature): Don't insert newline at
14949         bol.
14950         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14951
14952 2005-08-06  Romain Francoise  <romain@orebokech.com>
14953
14954         * message.el (message-user-fqdn): Fix typo in docstring.
14955
14956 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14957
14958         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14959
14960         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14961
14962 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14963
14964         * mm-bodies.el (mm-encode-body): Use coding system rather than
14965         charset to encode text.
14966
14967         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14968         number of charsets if utf-8 is available (XEmacs).
14969
14970 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14971
14972         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14973         taken from `gnus-button-mid-or-mail-regexp'.
14974         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14975         (gnus-button-alist): Improve regexp for domain part of the MIDs
14976         for news:localpart@domain buttons.
14977         (gnus-button-ctan-directory-regexp): Update.
14978
14979 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * sieve-manage.el (sieve-manage-interactive-login):
14982         Use make-local-variable rather than make-variable-buffer-local.
14983         (sieve-manage-open): Ditto.
14984         (sieve-manage-authenticate): Ditto.
14985
14986         * mml.el (mml-generate-mime-1): Make the content type default to
14987         text/plain if the filename is not specified.
14988
14989 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14990
14991         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14992         instead of insert-buffer.
14993
14994         * message.el (message-yank-original): Ditto; set the mark at the
14995         end of the yanked message.
14996
14997 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15000         lines to scroll rather than to stop it.
15001
15002         * mml.el (mml-generate-default-type): Add doc string.
15003         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15004         default to application/octet-stream when determining the content
15005         type if it is not specified for the part or the mml contents; add
15006         a comment about mml-generate-default-type.
15007
15008 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15009
15010         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15011         make it default to application/octet-stream when determining the
15012         content type if it is not specified for the external contents.
15013
15014 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15017         segmented parameter but also other parameters might be there.
15018
15019 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * mm-decode.el (mm-display-external): Delete temp file, directory
15022         and buffer immediately if the external process is exited.
15023
15024 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15027         fewer lines than that of scroll-margin.
15028         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15029
15030 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus-art.el (gnus-article-next-page): Revert.
15033         (gnus-article-beginning-of-window): New macro.
15034         (gnus-article-next-page-1): Use it.
15035         (gnus-article-prev-page): Ditto.
15036         (gnus-article-edit-part): Use insert-buffer-substring instead of
15037         insert-buffer.
15038         (gnus-article-edit-exit): Ditto.
15039
15040         * gnus-util.el (gnus-beginning-of-window): Remove.
15041         (gnus-end-of-window): Remove.
15042
15043         * lpath.el: Don't bind header-line-format and scroll-margin.
15044
15045 2005-07-25  Simon Josefsson  <jas@extundo.com>
15046
15047         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15048         to have the url package without w3.  Reported by Daiki Ueno
15049         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15050
15051 2005-07-20  Didier Verna  <didier@xemacs.org>
15052
15053         * gnus-diary.el: Remove the description comment (nndiary is now
15054         properly documented in the Gnus manual).
15055         Fix the spelling of "Back End".
15056         * nndiary.el: Ditto.
15057         Fix the copyright notice.
15058
15059 2005-07-18  Romain Francoise  <romain@orebokech.com>
15060
15061         * gnus-sum.el (gnus-summary-to-prefix)
15062         (gnus-summary-newsgroup-prefix): New variables.
15063         (gnus-summary-from-or-to-or-newsgroups): Use them.
15064
15065 2005-07-17  Romain Francoise  <romain@orebokech.com>
15066
15067         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15068         space as it's generally not especially interesting to the user.
15069
15070 2005-07-16  Romain Francoise  <romain@orebokech.com>
15071
15072         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15073         nil to avoid prompting and file modification if one of the
15074         messages at the top of the nnfolder file contains a copyright
15075         notice.
15076         Update copyright notice.
15077
15078         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15079         instead of `current-time-string' as the latter creates a time
15080         string that is not RFC 2822 compliant (it lacks the zone).
15081         Update copyright notice.
15082
15083 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15084
15085         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15086         for text/rtf.  Display default in prompt.  Pass default for M-n.
15087
15088         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15089
15090 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15091
15092         * gnus-msg.el (gnus-button-mailto):
15093         Remove save-selected-window-window hackery because it relies on
15094         save-selected-window internals.
15095
15096 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15099         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15100         (gnus-article-prev-page): Ditto.
15101
15102         * gnus-util.el (gnus-beginning-of-window): New function.
15103         (gnus-end-of-window): New function.
15104
15105         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15106
15107 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15108
15109         * gnus-score.el (gnus-score-edit-all-score):
15110         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15111         gnus-message.
15112
15113 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15114
15115         * gnus-msg.el (gnus-button-mailto):
15116         Remove save-selected-window-window hackery because it relies on
15117         save-selected-window internals.
15118
15119 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15120
15121         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15122         add-minor-mode.
15123         (gnus-binary-mode): Ditto.
15124
15125         * gnus-topic.el (gnus-topic-mode): Ditto.
15126
15127 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15128
15129         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15130         (gnus-article-prev-page): Take scroll-margin into consideration.
15131
15132 2005-07-04  Lute Kamstra  <lute@gnu.org>
15133
15134         Update FSF's address in GPL notices.
15135
15136 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15137
15138         * gnus.el (gnus-exit):
15139         * gnus-group.el (gnus-group-icons):
15140         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15141
15142         * gnus-nocem.el (gnus-nocem):
15143         * message.el (message-various, message-buffers, message-sending)
15144         (message-interface, message-forwarding, message-insertion)
15145         (message-headers, message-news, message-mail):
15146         * pgg-gpg.el (pgg-gpg):
15147         * pgg-parse.el (pgg-parse):
15148         * pgg-pgp.el (pgg-pgp):
15149         * pgg-pgp5.el (pgg-pgp5):
15150         * pop3.el (pop3): Finish `defgroup' description with period.
15151
15152 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * gnus-art.el (article-display-face): Improve the efficiency.
15155         (article-display-x-face): Ditto; remove grey x-face stuff.
15156
15157 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * gnus-art.el (article-display-face): Correct the position in
15160         which Faces are inserted.
15161
15162 2005-06-29  Didier Verna  <didier@xemacs.org>
15163
15164         * gnus-art.el (article-display-face): Display faces in correct
15165         order.
15166
15167 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15170         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15171         (gnus-nocem-check-article): Fetch the Type header.
15172         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15173         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15174         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15175         make sure gnus-nocem-hashtb is initialized.
15176         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15177         (gnus-nocem-unwanted-article-p): Ditto.
15178
15179         * pgg.el (pgg-verify): Return the verification result.
15180
15181 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15182
15183         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15184         is ascii.
15185
15186 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15187
15188         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15189         `show-nonbreak-escape'.
15190
15191 2005-06-23  Lute Kamstra  <lute@gnu.org>
15192
15193         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15194
15195         * dig.el (dig-mode):
15196         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15197
15198 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15199
15200         * nnimap.el (nnimap-split-download-body): Fix spellings.
15201
15202 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15203
15204         * gnus-art.el (gnus-article-encrypt-body):
15205         * gnus-cus.el (gnus-score-customize):
15206         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15207         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15208
15209 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15210
15211         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15212         header by looking for magic "MII" at the beginnig.
15213
15214 2005-06-16  Miles Bader  <miles@gnu.org>
15215
15216         * gnus-xmas.el (gnus-xmas-group-startup-message):
15217         Use renamed gnus-splash face.
15218
15219         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15220         (assistant-field-face): New backward-compatibility alias for renamed
15221         face.
15222         (assistant-render-text): Use renamed assistant-field face.
15223
15224         * spam.el (spam): Remove "-face" suffix from face name.
15225         (spam-face): New backward-compatibility alias for renamed face.
15226         (spam-face, spam-initialize): Use renamed spam face.
15227
15228         * message.el (message-header-to, message-header-cc)
15229         (message-header-subject, message-header-newsgroups)
15230         (message-header-other, message-header-name)
15231         (message-header-xheader, message-separator, message-cited-text)
15232         (message-mml): Remove "-face" suffix from face names.
15233         (message-header-to-face, message-header-cc-face)
15234         (message-header-subject-face, message-header-newsgroups-face)
15235         (message-header-other-face, message-header-name-face)
15236         (message-header-xheader-face, message-separator-face)
15237         (message-cited-text-face, message-mml-face):
15238         New backward-compatibility aliases for renamed faces.
15239         (message-font-lock-keywords): Use renamed message faces.
15240
15241         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15242         (sieve-test-commands, sieve-tagged-arguments):
15243         Remove "-face" suffix from face names.
15244         (sieve-control-commands-face, sieve-action-commands-face)
15245         (sieve-test-commands-face, sieve-tagged-arguments-face):
15246         New backward-compatibility aliases for renamed faces.
15247         (sieve-control-commands-face, sieve-action-commands-face)
15248         (sieve-test-commands-face, sieve-tagged-arguments-face):
15249         Use renamed sieve faces.
15250
15251         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15252         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15253         (gnus-group-news-3-empty, gnus-group-news-4)
15254         (gnus-group-news-4-empty, gnus-group-news-5)
15255         (gnus-group-news-5-empty, gnus-group-news-6)
15256         (gnus-group-news-6-empty, gnus-group-news-low)
15257         (gnus-group-news-low-empty, gnus-group-mail-1)
15258         (gnus-group-mail-1-empty, gnus-group-mail-2)
15259         (gnus-group-mail-2-empty, gnus-group-mail-3)
15260         (gnus-group-mail-3-empty, gnus-group-mail-low)
15261         (gnus-group-mail-low-empty, gnus-summary-selected)
15262         (gnus-summary-cancelled, gnus-summary-high-ticked)
15263         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15264         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15265         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15266         (gnus-summary-low-undownloaded)
15267         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15268         (gnus-summary-low-unread, gnus-summary-normal-unread)
15269         (gnus-summary-high-read, gnus-summary-low-read)
15270         (gnus-summary-normal-read, gnus-splash):
15271         Remove "-face" suffix from face names.
15272         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15273         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15274         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15275         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15276         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15277         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15278         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15279         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15280         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15281         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15282         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15283         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15284         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15285         (gnus-summary-normal-ticked-face)
15286         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15287         (gnus-summary-normal-ancient-face)
15288         (gnus-summary-high-undownloaded-face)
15289         (gnus-summary-low-undownloaded-face)
15290         (gnus-summary-normal-undownloaded-face)
15291         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15292         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15293         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15294         (gnus-splash-face):
15295         New backward-compatibility aliases for renamed faces.
15296         (gnus-group-startup-message): Use renamed gnus faces.
15297
15298         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15299         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15300         (gnus-server-agent): Remove "-face" suffix from face names.
15301         (gnus-server-agent-face, gnus-server-opened-face)
15302         (gnus-server-closed-face, gnus-server-denied-face)
15303         (gnus-server-offline-face):
15304         New backward-compatibility aliases for renamed faces.
15305         (gnus-server-agent-face, gnus-server-opened-face)
15306         (gnus-server-closed-face, gnus-server-denied-face)
15307         (gnus-server-offline-face): Use renamed gnus faces.
15308
15309         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15310         Remove "-face" suffix from face names.
15311         (gnus-picon-xbm-face, gnus-picon-face):
15312         New backward-compatibility aliases for renamed faces.
15313
15314         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15315         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15316         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15317         (gnus-cite-11): Remove "-face" suffix from face names.
15318         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15319         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15320         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15321         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15322         New backward-compatibility aliases for renamed faces.
15323         (gnus-cite-attribution-face, gnus-cite-face-list)
15324         (gnus-article-boring-faces): Use renamed gnus faces.
15325
15326         * gnus-art.el (gnus-signature, gnus-header-from)
15327         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15328         (gnus-header-content): Remove "-face" suffix from face names.
15329         (gnus-signature-face, gnus-header-from-face)
15330         (gnus-header-subject-face, gnus-header-newsgroups-face)
15331         (gnus-header-name-face, gnus-header-content-face):
15332         New backward-compatibility aliases for renamed faces.
15333         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15334
15335         * gnus-sum.el (gnus-summary-selected-face)
15336         (gnus-summary-highlight): Use renamed gnus faces.
15337         * gnus-group.el (gnus-group-highlight): Likewise.
15338
15339 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15340
15341         * gnus-sieve.el (gnus-sieve-article-add-rule):
15342         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15343         * spam-stat.el (spam-stat-buffer-change-to-spam)
15344         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15345
15346         * message.el (message-is-yours-p):
15347         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15348
15349 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * mm-view.el (mm-inline-text): Withdraw the last change.
15352
15353 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15354
15355         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15356         executing enriched-decode.
15357
15358 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15361         charset of tar files.
15362
15363 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15364
15365         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15366
15367 2005-06-04  Lute Kamstra  <lute@gnu.org>
15368
15369         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15370         information is never recorded.
15371
15372 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15373
15374         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15375
15376 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15377
15378         * pop3.el (pop3-apop): Run md5 in the binary mode.
15379
15380         * starttls.el (starttls-set-process-query-on-exit-flag):
15381         Use eval-and-compile.
15382
15383 2005-05-31  Simon Josefsson  <jas@extundo.com>
15384
15385         * smime.el (smime-replace-in-string): Define.
15386         (smime-cert-by-ldap-1): Use it.
15387
15388 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * gnus-art.el (article-display-x-face): Replace
15391         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15392
15393         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15394         set-process-query-on-exit-flag or process-kill-without-query.
15395
15396         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15397         loop instead of replace-regexp.
15398
15399         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15400         instead of process-kill-without-query if it is available.
15401
15402         * lpath.el: Fbind ldap-search-entries.
15403
15404         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15405         instead of find-file-hooks if it is available.
15406
15407         * mml1991.el: Bind pgg-default-user-id when compiling.
15408
15409         * mml2015.el: Bind pgg-default-user-id when compiling.
15410
15411         * nndraft.el (nndraft-request-associate-buffer):
15412         Use write-contents-functions instead of write-contents-hooks if it is
15413         available.
15414
15415         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15416         instead of find-file-hooks if it is available.
15417
15418         * nntp.el (nntp-open-connection): Replace
15419         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15420         (nntp-open-ssl-stream): Ditto.
15421         (nntp-open-tls-stream): Ditto.
15422
15423         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15424         set-process-query-on-exit-flag or process-kill-without-query.
15425         (starttls-open-stream-gnutls): Use it instead of
15426         process-kill-without-query.
15427         (starttls-open-stream): Ditto.
15428
15429 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15430
15431         * smime.el (smime-cert-by-ldap-1): Don't use
15432         replace-regexp-in-string.
15433
15434 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15435
15436         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15437
15438         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15439         in PEM format.  Adjust to the XEmacs compability.
15440
15441 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15442
15443         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15444         by `string-to-number'.
15445         * gnus-agent.el (gnus-agent-regenerate-group)
15446         (gnus-agent-fetch-articles): Ditto.
15447         * gnus-art.el (gnus-button-fetch-group): Ditto.
15448         * gnus-cache.el (gnus-cache-generate-active)
15449         (gnus-cache-articles-in-group): Ditto.
15450         * gnus-group.el (gnus-group-set-current-level)
15451         (gnus-group-insert-group-line): Ditto.
15452         * gnus-score.el (gnus-score-set-expunge-below)
15453         (gnus-score-set-mark-below, gnus-summary-score-effect)
15454         (gnus-summary-score-entry): Ditto.
15455         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15456         (gnus-soup-pack): Ditto.
15457         * gnus-spec.el (gnus-xmas-format): Ditto.
15458         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15459         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15460         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15461         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15462         * nndb.el (nndb-get-remote-expire-response): Ditto.
15463         * nndiary.el (nndiary-parse-schedule-value)
15464         (nndiary-string-to-number, nndiary-request-replace-article)
15465         (nndiary-request-article): Ditto.
15466         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15467         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15468         * nneething.el (nneething-make-head): Ditto.
15469         * nnfolder.el (nnfolder-request-article)
15470         (nnfolder-retrieve-headers): Ditto.
15471         * nnheader.el (nnheader-file-to-number): Ditto.
15472         * nnkiboze.el (nnkiboze-request-article): Ditto.
15473         * nnmail.el (nnmail-process-unix-mail-format)
15474         (nnmail-process-babyl-mail-format): Ditto.
15475         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15476         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15477         (nnmh-request-create-group, nnmh-request-list-1)
15478         (nnmh-request-group, nnmh-request-article): Ditto.
15479         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15480         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15481         * nnsoup.el (nnsoup-make-active): Ditto.
15482         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15483         * nntp.el (nntp-find-group-and-number)
15484         (nntp-retrieve-headers-with-xover): Ditto.
15485         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15486         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15487         (pgg-format-key-identifier): Ditto.
15488         * pop3.el (pop3-last, pop3-stat): Ditto.
15489         * qp.el (quoted-printable-decode-region): Ditto.
15490
15491         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15492         of concat.
15493
15494 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15497
15498         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15499
15500         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15501
15502         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15503
15504         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15505
15506         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15507
15508         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15509         (gnus-carpal-mode): Ditto.
15510
15511         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15512         (gnus-browse-mode): Ditto.
15513
15514         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15515
15516         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15517
15518 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15519
15520         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15521
15522 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15523
15524         * gnus-util.el (gnus-run-mode-hooks): New function.
15525
15526         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15527
15528         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15529         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15530
15531 2005-05-27  Lute Kamstra  <lute@gnu.org>
15532
15533         * dns-mode.el (dns-mode): Specify customization group.
15534
15535 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15536
15537         * gnus-agent.el (gnus-agent-make-mode-line-string):
15538         Use mode-line-highlight as mouse-face.
15539
15540 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * canlock.el (canlock): Change the parent group to news.
15543
15544         * deuglify.el (gnus-outlook-deuglify): Add :group.
15545
15546         * dig.el (dig): Add :group.
15547
15548         * dns-mode.el (dns-mode): Add :group.
15549
15550         * encrypt.el (encrypt): Add :group.
15551
15552         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15553         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15554         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15555         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15556         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15557
15558         * gnus-diary.el (gnus-diary): Add :group.
15559
15560         * gnus.el (gnus-group-news-1-face): Add :group.
15561         (gnus-group-news-1-empty-face): Ditto.
15562         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15563         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15564         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15565         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15566         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15567         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15568         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15569         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15570         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15571         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15572         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15573         (gnus-summary-high-ticked-face): Ditto.
15574         (gnus-summary-low-ticked-face): Ditto.
15575         (gnus-summary-normal-ticked-face): Ditto.
15576         (gnus-summary-high-ancient-face): Ditto.
15577         (gnus-summary-low-ancient-face): Ditto.
15578         (gnus-summary-normal-ancient-face): Ditto.
15579         (gnus-summary-high-undownloaded-face): Ditto.
15580         (gnus-summary-low-undownloaded-face): Ditto.
15581         (gnus-summary-normal-undownloaded-face): Ditto.
15582         (gnus-summary-high-unread-face): Ditto.
15583         (gnus-summary-low-unread-face): Ditto.
15584         (gnus-summary-normal-unread-face): Ditto.
15585         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15586         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15587
15588         * hashcash.el (hashcash): New custom group.
15589         (hashcash-default-payment): Add :group.
15590         (hashcash-payment-alist): Ditto.
15591         (hashcash-default-accept-payment): Ditto.
15592         (hashcash-accept-resources): Ditto.
15593         (hashcash-path): Ditto.
15594         (hashcash-extra-generate-parameters): Ditto.
15595         (hashcash-double-spend-database): Ditto.
15596         (hashcash-in-news): Ditto.
15597
15598         * message.el (message-minibuffer-local-map): Add :group.
15599
15600         * netrc.el (netrc): Add :group.
15601
15602         * sieve-manage.el (sieve-manage-log): Add :group.
15603         (sieve-manage-default-user): Diito.
15604         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15605         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15606         (sieve-manage-authenticators): Ditto.
15607         (sieve-manage-authenticator-alist): Ditto.
15608         (sieve-manage-default-port): Ditto.
15609
15610         * sieve-mode.el (sieve-control-commands-face): Add :group.
15611         (sieve-action-commands-face): Ditto.
15612         (sieve-test-commands-face): Ditto.
15613         (sieve-tagged-arguments-face): Ditto.
15614
15615         * smime.el (smime): Add :group.
15616
15617         * spam-report.el (spam-report): Add :group.
15618
15619         * spam.el (spam, spam-face): Add :group.
15620
15621 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15622
15623         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15624         return \n.\n.\n at the end of articles.  Protect against that.
15625         (nntp-with-open-group): Allow debugging.
15626
15627         * nnheader.el (mail-header-set-extra): Make into a function
15628         because I just could't understand how to quote the list properly.
15629
15630         * dns.el (query-dns-cached): New function.
15631
15632 2005-05-26  Lute Kamstra  <lute@gnu.org>
15633
15634         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15635
15636 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15637
15638         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15639
15640         * gnus-art.el: Don't autoload mail-extract-address-components.
15641
15642         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15643         eval-and-compile to evaluate it.
15644
15645         * hashcash.el: Don't autoload executable-find.
15646
15647         * nndb.el: Don't declare the nndb back end two or more times; don't
15648         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15649
15650         * nntp.el: Autoload format-spec instead of format; use
15651         eval-and-compile to evaluate autoload forms.
15652
15653 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15654
15655         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15656
15657 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15658
15659         * gnus.el (gnus-version-number): Bump version.
15660
15661 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15662
15663         * gnus.el: No Gnus v0.3 is released.
15664
15665 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15666
15667         * lpath.el (featurep): Bind show-nonbreak-escape.
15668
15669 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * gnus-art.el (gnus-article-edit-part): Disable undo.
15672
15673 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15676         gnus-article-date-lapsed-new-header is t if date timer is active;
15677         skip headers in which the original date value is empty.
15678         (gnus-article-save-original-date): Redefine it as a macro.
15679         (gnus-display-mime): Use it.
15680
15681 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * gnus-art.el (article-date-ut): Support converting date in
15684         forwarded parts as well.
15685         (gnus-article-save-original-date): New function.
15686         (gnus-display-mime): Use it.
15687
15688 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15689
15690         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15691         enclosure element of <item>.
15692
15693 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15694
15695         * message.el (message-kill-buffer-query): Rename from
15696         `message-kill-buffer-query-if-modified'.  Add :version.
15697
15698 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15701         window layout.
15702
15703 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * mml.el: Autoload dnd when compiling.
15706
15707 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15708
15709         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15710         x-dnd-*.
15711
15712 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15713
15714         * qp.el (quoted-printable-encode-region): Save excursion.
15715
15716 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15717
15718         * message.el (message-kill-buffer-query-if-modified): Add new variable
15719         so the user can kill a modified message buffer quickly.
15720         (message-kill-buffer): Use it.
15721
15722 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * lpath.el: Fbind display-time-event-handler; don't fbind
15725         string-to-multibyte.
15726
15727         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15728
15729 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15732         contained in text because xml.el decodes entities) with LFs.
15733
15734 2005-04-11  Lute Kamstra  <lute@gnu.org>
15735
15736         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15737         differently.
15738
15739 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15740
15741         * mm-util.el (mm-detect-coding-region): Typo.
15742
15743 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15746
15747 2005-04-06  Deepak Goel  <deego@gnufans.org>
15748
15749         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15750         user-function allow user modifications of the scores.
15751         (spam-stat-score-buffer-user): New function, to allow
15752         user-computed modifications to the score.
15753         (spam-stat-score-buffer-user-functions): List of additional
15754         scoring functions.
15755         (spam-stat-error-holder): Global temporary error holder.
15756         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15757         variable.
15758
15759 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15760
15761         * gnus-registry.el (gnus-registry-clean-empty-function)
15762         (gnus-registry-trim, gnus-registry-fetch-groups)
15763         (gnus-registry-delete-group): Groups that match
15764         `gnus-registry-ignored-groups' are removed from the registry
15765         entries, not just ignored for splitting.  This helps clean up the
15766         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15767         to get all the groups a message ID is in.
15768
15769         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15770         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15771         (spam-stat-score-buffer-user-functions): Add :number custom type.
15772
15773 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15776         argument in XEmacs.
15777
15778         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15779         (nnrss-request-group): Decode group name first.
15780         (nnrss-request-article): Make a text/plain article if mml-to-mime
15781         failed.
15782         (nnrss-get-encoding): Return a compatible encoding according to
15783         nnrss-compatible-encoding-alist.
15784         (nnrss-find-el): Use consp instead of listp.
15785         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15786
15787 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15788
15789         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15790         which Emacs 20 doesn't support.
15791         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15792
15793 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15794
15795         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15796         silence the byte compiler inside the defun.
15797
15798         * gnus-demon.el (parse-time-string): Add autoload.
15799
15800         * gnus-delay.el (parse-time-string): Add autoload.
15801
15802         * gnus-art.el (parse-time-string): Add autoload.
15803
15804         * nnultimate.el (parse-time): Require for `parse-time-string'.
15805
15806 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15807
15808         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15809
15810         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15811
15812         * smime.el (smime-ldap-host-list): Add :version.
15813
15814 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15815
15816         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15817         pass it to `gnus-browse-read-group'.
15818         (gnus-browse-read-group): Add NUMBER argument and pass it to
15819         `gnus-group-read-ephemeral-group'.
15820
15821         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15822         argument and pass it to `gnus-group-read-group'.
15823
15824 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15825
15826         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15827         mm-xemacs-find-mime-charset-1 if we have the mule feature
15828         available at runtime.
15829
15830 2005-03-25  Werner Lemberg  <wl@gnu.org>
15831
15832         * nnmaildir.el: Replace `illegal' with `invalid'.
15833
15834 2005-03-23  Lute Kamstra  <lute@gnu.org>
15835
15836         * time-date.el: Add comment on time value formats.
15837         Don't require parse-time.
15838         (with-decoded-time-value): New macro.
15839         (encode-time-value): New function.
15840         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15841         (days-to-time): Return a valid time value when arg is huge.
15842         (time-since): Use time-subtract.
15843         (time-to-number-of-days): Use time-to-seconds.
15844
15845 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15846
15847         * gnus-start.el (gnus-display-time-event-handler):
15848         Check display-time-timer at runtime rather than only at load time
15849         in case display-time-mode is turned off in the mean time.
15850
15851 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15852
15853         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15854         used.
15855
15856         * nneething.el (nneething-map-file-directory): Derive from
15857         `gnus-directory'.
15858
15859         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15860         the To/Cc button.
15861
15862 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15863
15864         * nnmaildir.el (nnmaildir-request-accept-article):
15865         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15866
15867 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15868
15869         * gnus-async.el: Require timer-funcs at compile time when in
15870         XEmacs for `run-with-idle-timer'.
15871
15872 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15873
15874         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15875         autoloaded function.
15876
15877 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15878
15879         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15880
15881 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15882
15883         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15884
15885 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15886
15887         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15888         Add gnus-expert-user to default.
15889
15890 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15891
15892         * nnimap.el (nnimap-open-server): Ditto.
15893
15894         * imap.el (imap-authenticate): Fix typo.
15895
15896 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15897
15898         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15899         buffer (since IMAP server might return FETCH response out of
15900         order, and the nntp buffer must be sorted).
15901
15902 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15903
15904         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15905         comparison on string.
15906
15907         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15908         (gnus-agent-score): Rename category keywords to match gnus-cus.
15909         (gnus-agent-summary-fetch-series): Modify to protect against
15910         gnus-agent-summary-fetch-group clearing processable flags.
15911         (gnus-agent-synchronize-group-flags): Update live group buffer as
15912         synchronization may occur due to the user toggle the plugged
15913         status.
15914         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15915         successfully downloaded.
15916         (gnus-agent-expire-group-1): Avoid using markers when the overview
15917         is in ascending order; greatly improves performance.
15918         (gnus-agent-regenerate-group):
15919         Use gnus-agent-synchronize-group-flags to reset read status in both
15920         gnus and server.
15921         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15922
15923 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15924
15925         * message.el: Don't autoload former message-utils variables.
15926         (message-strip-subject-trailing-was): Change doc string.
15927
15928         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15929         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15930         (nnweb-google-search): Add "hl=en" here.
15931         (nnweb-google-parse-1, nnweb-google-create-mapping):
15932         Don't hardcode URL.
15933
15934 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15935
15936         * message.el (message-get-reply-headers, message-followup):
15937         Mention related variables `message-use-followup-to' and
15938         `message-use-mail-followup-to', in the information buffer.
15939
15940         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15941         of broken groups(-beta).google.com.
15942
15943 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15944
15945         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15946         parameter to invoked gnus-request-move-article; remove the
15947         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15948         all at once instead of once per article.
15949         (gnus-summary-remove-process-mark): Accept a list of articles as
15950         well as a single article for processing.
15951
15952         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15953         parameter.
15954
15955         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15956
15957         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15958
15959         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15960         parameter.
15961
15962         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15963         parameter.
15964
15965         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15966         parameter and remove the gnus-sum-hint-move-is-internal variable.
15967
15968         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15969         parameter.
15970
15971         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15972         parameter.
15973
15974         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15975         parameter.
15976
15977         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15978
15979         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15980         parameter.
15981
15982         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15983         parameter.
15984
15985 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15986
15987         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15988         a more conservative way.
15989
15990 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15991
15992         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15993         buffer, so it moves the window's cursor.
15994
15995 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15996
15997         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15998         `mm-dissect-multipart' and receive the from field as an (optional)
15999         argument from `mm-dissect-multipart'.
16000         (mm-dissect-multipart): Receive the from field as an argument and
16001         pass it on when we call `mm-dissect-buffer' on MIME parts.
16002         Fixes verification/decryption of signed/encrypted MIME parts.
16003
16004 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16005
16006         * gnus-sum.el (gnus-summary-move-article):
16007         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16008         whatever it calls (right now, only nnimap-request-move article
16009         respects it).
16010
16011         * nnimap.el (nnimap-request-move-article):
16012         When gnus-sum-hint-move-is-internal is set, don't do the extra
16013         nnimap-request-article.
16014
16015 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16016
16017         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16018
16019         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16020         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16021
16022         * gnus-sum.el (gnus-summary-caesar-message):
16023         Apply `gnus-treat-article' after rotation.
16024
16025         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16026         doc string.
16027
16028 2005-02-22  Simon Josefsson  <jas@extundo.com>
16029
16030         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16031         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16032         <arne@arnested.dk>.
16033         (encrypt): Add password-cache and password-cache-expiry as group
16034         members.
16035
16036 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16037
16038         * smime.el (smime-ldap-host-list): Doc fix.
16039         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16040         cache) password.
16041         (smime-sign-region): Use it.
16042         (smime-decrypt-region): Use it.
16043         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16044         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16045         fails.
16046         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16047         certificate from DER to PEM format rather than calling openssl.
16048
16049         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16050
16051         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16052         for signing/encryption.
16053
16054         * mml.el (mml-parse-1): Use them.
16055
16056 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16057
16058         * nnrss.el (nnrss-verbose): Remove.
16059         (nnrss-request-group): Use `nnheader-message' instead.
16060
16061 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16062
16063         * nnrss.el (nnrss-verbose): New variable.
16064         (nnrss-request-group): Make it say nnrss is requesting a group.
16065
16066 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16067
16068         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16069         Handle news URL with given port correctly.
16070
16071 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16074         containing special characters.
16075
16076         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16077
16078         * mml.el (mime-to-mml): Ditto.
16079
16080         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16081         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16082         (rfc2047-decode-region): Quote decoded words containing special
16083         characters when rfc2047-quote-decoded-words-containing-tspecials
16084         is non-nil.
16085
16086 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16087
16088         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16089
16090         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16091
16092 2005-02-15  Simon Josefsson  <jas@extundo.com>
16093
16094         * nnimap.el (nnimap-debug): Doc fix.
16095
16096         * imap.el (imap-debug): Doc fix.
16097
16098 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16099
16100         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16101
16102 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16103
16104         * gnus.el (spam-contents): Improve docs for spam-contents
16105         parameter in its variable incarnation.
16106
16107 2005-02-14  Simon Josefsson  <jas@extundo.com>
16108
16109         * smime-ldap.el: Use require instead of load-library for ldap.
16110         (smime-ldap-search): Indent.
16111         (smime-ldap-search-internal): Shorten line.
16112
16113         * smime.el (smime-cert-by-dns): Add doc-string.
16114         (smime-cert-by-ldap-1): Indent.
16115
16116         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16117         mml-smime-get-dns-ldap.
16118         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16119
16120 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16121
16122         * smime.el: Require smime-ldap.
16123         (smime-ldap-host-list): New variable.
16124         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16125
16126         * mml-smime.el (mml-smime-encrypt-query): New function.
16127         (mml-smime-encrypt-query): Use it.
16128
16129         * smime-ldap.el: New file.
16130
16131 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16134
16135 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16136
16137         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16138         argument in doc string.  Make query for type more clear.
16139
16140 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16141
16142         * gnus.el (gnus-group-startup-message): Search for gnus images in
16143         etc/images/gnus.
16144         * mm-util.el (mm-image-load-path): Likewise.
16145         * smiley.el (smiley-data-directory): Search for smilies in
16146         etc/images/smilies.
16147
16148 2005-02-09  Kim F. Storm  <storm@cua.dk>
16149
16150         Change Emacs release version from 21.4 to 22.1 throughout.
16151         Change Emacs development version from 21.3.50 to 22.0.50.
16152
16153 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16154
16155         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16156
16157         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16158         non-Mule XEmacs as well.
16159         (mm-decompress-buffer): Signal an error intentionally if it does
16160         not decompress compressed data because auto-compression-mode is
16161         disabled.
16162
16163 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16164
16165         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16166         an ID in the registry even if it has no groups.
16167
16168 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16169
16170         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16171         merge it into mm-decompress-buffer.
16172         (gnus-mime-copy-part): Use the MIME part charset, the value which
16173         a user specified or gnus-newsgroup-charset for decoding, like
16174         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16175         save-buffer what was used.  Suggested by Kevin Ryde
16176         <user42@zip.com.au>.
16177         (gnus-mime-inline-part): Allow the name parameter as well as the
16178         filename parameter; force decompressing of compressed data; always
16179         display contents being not decoded as unibyte.
16180
16181         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16182         as well as the filename parameter.
16183
16184         * mm-util.el (mm-decompress-buffer):
16185         Merge gnus-mime-jka-compr-maybe-uncompress.
16186         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16187         of compressed data.
16188
16189 2005-02-08  Simon Josefsson  <jas@extundo.com>
16190
16191         * imap.el (imap-log): Doc fix.
16192
16193 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16194
16195         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16196         the coding cookies; decompress compressed parts.
16197
16198         * mml.el (mml-generate-mime-1): Add the charset parameter according
16199         to the value which a user specified manually or the coding cookie.
16200
16201         * mm-util.el (mm-string-to-multibyte): New function.
16202         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16203         (mm-coding-system-to-mime-charset): New function.
16204         (mm-decompress-buffer): New function.
16205         (mm-find-buffer-file-coding-system): New function.
16206
16207         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16208         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16209         parts.
16210
16211 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16212
16213         * mm-view.el (mm-display-inline-fontify): Decode a part according
16214         to the charset parameter.
16215
16216 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16217
16218         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16219         prefix arg is neither nil nor a number, as info specifies.
16220
16221 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16222
16223         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16224         timestamps.
16225
16226 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16227
16228         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16229         groups error checking and notify user.
16230
16231 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16232
16233         * message.el (message-send-mail-function): Check existence of
16234         sendmail-program first before using default value
16235         `message-send-mail-with-sendmail'.  Otherwise use more generic
16236         `smtpmail-send-it'.
16237
16238 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * nntp.el (nntp-request-update-info): Always return nil.
16241
16242 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16243
16244         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16245
16246 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16247
16248         * message.el (message-beginning-of-line): Change the behavior when
16249         invoked between BOL and : so that it first moves backward.
16250
16251 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16254         article buffer when editing of the article is discarded.
16255         (gnus-article-prepare): Revert.
16256
16257 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16258
16259         * gnus-art.el (gnus-article-prepare):
16260         Remove message-strip-forbidden-properties from the local hook.
16261
16262 2005-01-27  Simon Josefsson  <jas@extundo.com>
16263
16264         * password.el (password-cache-add): Only start one timer per key.
16265         Reported by Derek Atkins <warlord@MIT.EDU>.
16266
16267 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16268
16269         * run-at-time.el: Remove.  It is no longer needed as
16270         timer-funcs.el in the xemacs-base package has a working version of
16271         `run-at-time'.
16272
16273         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16274
16275         * password.el: Require timer-funcs instead of run-at-time in
16276         XEmacs.
16277         Remove `password-run-at-time' macro.
16278         (password-cache-add): Use `run-at-time' instead of
16279         `password-run-at-time'.
16280
16281         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16282         Remove `nnheader-cancel-function-timers' alias,
16283         `cancel-function-timers' exists in XEmacs in timer-funcs.
16284
16285         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16286         for `run-with-idle-timer'.
16287
16288         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16289         for `run-at-time'.
16290
16291         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16292         for `with-timeout'.
16293
16294         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16295         the same as for XEmacs 21.4.
16296         No need to ignore `run-with-idle-timer', this function exists in
16297         XEmacs now in timer-funcs.el in the xemacs-base package.
16298         (dgnushack-compile): No need to delete
16299         run-at-time.el from the list of files to compile because it
16300         doesn't exist anymore.
16301
16302 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16305         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16306
16307 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16308
16309         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16310         sensitively.
16311
16312 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16313
16314         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16315
16316 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16317
16318         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16319         which will be inserted according to the multibyteness of a buffer
16320         rather than the type of contents.  Suggested by ARISAWA Akihiro
16321         <ari@mbf.ocn.ne.jp>.
16322
16323         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16324         of string which old xml.el may return rather than a string.
16325
16326 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16329
16330 2005-01-16  Simon Josefsson  <jas@extundo.com>
16331
16332         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16333         idn/idna.el isn't available.
16334         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16335         <michael@waxrat.com>.
16336
16337         * hashcash.el: Remove non-FSF copyright header.
16338
16339         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16340         (hashcash-generate-payment): Use it.
16341         (hashcash-generate-payment-async): Use it.
16342
16343 2005-01-15  Simon Josefsson  <jas@extundo.com>
16344
16345         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16346         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16347
16348         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16349         gnus-summary-idna-message.
16350         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16351         (gnus-summary-idna-message): New function.
16352
16353 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16354
16355         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16356         gnus-novice-user.
16357
16358 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16359
16360         * nnrss.el (nnrss-request-delete-group): Delete entries in
16361         nnrss-group-alist as well.
16362         (nnrss-save-server-data): Insert newline.
16363
16364 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16365
16366         * gnus.el (gnus-user-agent): Use list of symbols instead of
16367         symbols.  Display full version number for (S)XEmacs.
16368         Optionally display (S)XEmacs codename.
16369
16370         * gnus-util.el (gnus-emacs-version): Update for new
16371         `gnus-user-agent'.
16372
16373         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16374         Gnus version.
16375
16376 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16377
16378         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16379         which is unreadable in some setups.
16380
16381 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * gnus-spec.el (gnus-update-format-specifications): Flush the
16384         group format spec cache if it doesn't support decoded group names.
16385
16386 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16387
16388         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16389         Allow to apply decay on score files matching a regexp.
16390
16391 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16394         compatibility in %g and %c.
16395
16396 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16399         name for only %g and %c.
16400         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16401         of gnus-tmp-group to decoded group name.
16402         (gnus-group-make-rss-group): Exclude `/'s from group names.
16403
16404 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * nnrss.el (nnrss-get-encoding): Fix regexp.
16407
16408 2004-12-27  Simon Josefsson  <jas@extundo.com>
16409
16410         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16411         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16412         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16413
16414 2004-12-17  Kim F. Storm  <storm@cua.dk>
16415
16416         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16417
16418         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16419
16420 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16421
16422         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16423
16424 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * nnrss.el: Require rfc2047 and mml.
16427         (nnrss-file-coding-system): New variable.
16428         (nnrss-format-string): Redefine it as an inline function.
16429         (nnrss-decode-group-name): New function.
16430         (nnrss-string-as-multibyte): Remove.
16431         (nnrss-retrieve-headers): Decode group name; don't use
16432         nnrss-format-string.
16433         (nnrss-request-group): Decode group name.
16434         (nnrss-request-article): Decode group name; allow a Message-ID as
16435         well as an article number; don't use nnrss-format-string; encode a
16436         Message-ID string which may contain non-ASCII characters; use
16437         mml-to-mime to compose a MIME article.
16438         (nnrss-request-expire-articles): Decode group name.
16439         (nnrss-request-delete-group): Decode group name.
16440         (nnrss-fetch): Clarify error message.
16441         (nnrss-read-server-data): Use insert-file-contents instead of load;
16442         bind file-name-coding-system; use multibyte buffer.
16443         (nnrss-save-server-data): Bind coding-system-for-write to the
16444         value of nnrss-file-coding-system; bind file-name-coding-system;
16445         add coding cookie.
16446         (nnrss-read-group-data): Use insert-file-contents instead of load;
16447         bind file-name-coding-system; use multibyte buffer.
16448         (nnrss-save-group-data): Bind coding-system-for-write to the
16449         value of nnrss-file-coding-system; bind file-name-coding-system.
16450         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16451         make it work with non-ASCII text.
16452         (nnrss-find-el): Make it work with old xml.el as well.
16453
16454 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16455
16456         * nnrss.el (nnrss-get-encoding): New function.
16457         (nnrss-fetch): Use unibyte buffer initially; bind
16458         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16459         decode contents according to the encoding attribute.
16460         (nnrss-save-group-data): Add coding cookie.
16461         (nnrss-mime-encode-string): New function.
16462         (nnrss-check-group): Use it to encode subject and author.
16463
16464 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16465
16466         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16467         imaginary variable.
16468
16469 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16472         correctly even if there are wide characters.
16473
16474 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16475
16476         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16477         downcased symbol names; make a new cache instead of reusing
16478         bbdb-hashtable.
16479
16480 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16483         concatenating segments rather than before concatenating them.
16484         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16485
16486         * message.el (message-get-reply-headers): Bind `extra'.
16487
16488 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16489
16490         * message.el (message-extra-wide-headers): New variable.
16491         (message-get-reply-headers): Use it.
16492
16493 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16496         (gnus-agent-group-pathname): Ditto.
16497
16498         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16499
16500         * gnus-group.el (gnus-group-make-group): Decode group name.
16501         (gnus-group-make-rss-group): Register the group data after opening
16502         the nnrss group.
16503
16504 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16505
16506         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16507         by expiry now get marked as read.
16508
16509 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16512
16513 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16514
16515         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16516         unify Latin characters in XEmacs.
16517         (mm-find-mime-charset-region): Use it.
16518
16519 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * gnus-util.el (gnus-delete-directory): New function.
16522
16523         * gnus-agent.el (gnus-agent-delete-group): Use it.
16524
16525         * gnus-cache.el (gnus-cache-delete-group): Use it.
16526
16527 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16528
16529         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16530         names.
16531
16532 2004-12-16  Simon Josefsson  <jas@extundo.com>
16533
16534         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16535
16536 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16539
16540         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16541         (gnus-group-set-current-level): Decode group name.
16542
16543 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16544
16545         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16546         failed.
16547
16548 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16549
16550         * gnus-group.el (gnus-group-delete-group): Decode group name.
16551         (gnus-group-make-rss-group): Encode group name.
16552         (gnus-group-catchup-current): Decode group name.
16553         (gnus-group-kill-group): Decode group name.
16554
16555 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16556
16557         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16558
16559 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * gnus-group.el (gnus-group-make-rss-group):
16562         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16563
16564         * gnus-start.el (gnus-setup-news): Honor user's setting to
16565         gnus-message-archive-method.  Suggested by Lute Kamstra
16566         <lute@gnu.org>.
16567
16568 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16569
16570         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16571         global counterparts of the buffer-local variables.
16572
16573 2004-11-16  Romain Francoise  <romain@orebokech.com>
16574
16575         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16576         counterparts of the buffer-local variables.
16577
16578 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16579
16580         * message.el (message-forbidden-properties): Fix typo in doc
16581         string.
16582
16583 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16584
16585         * gnus-util.el (gnus-replace-in-string): Add doc string.
16586
16587         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16588         to avoid problems when splitting mails with many recipients.
16589
16590 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16591
16592         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16593         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16594
16595 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16596
16597         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16598         if there is no hashtable in memory or file modification time is
16599         newer than cached timestamp.
16600
16601 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16602
16603         * gnus-sum.el (gnus-summary-limit-to-recipient):
16604         Implement not-matching option.
16605
16606 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16607
16608         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16609         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16610         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16611         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16612         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16613         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16614
16615 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16616
16617         * message.el (message-forward-make-body-mml): Remove headers
16618         according to message-forward-ignored-headers if a message is decoded.
16619
16620 2004-12-02  Romain Francoise  <romain@orebokech.com>
16621
16622         * message.el (message-forward-make-body-plain): Always remove
16623         headers according to message-forward-ignored-headers.
16624
16625 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16626
16627         * spam.el (spam-summary-prepare-exit): Remove the
16628         gnus-summary-limit pop for now, it has problems with ham marks for
16629         me.
16630
16631 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16632
16633         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16634         correctly.
16635
16636 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16637
16638         * format-spec.el (format-spec): Message the char.
16639
16640 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16641
16642         * gnus-art.el (gnus-split-methods): Reformat comments.
16643
16644         * spam.el (spam-summary-prepare-exit): Remove article limits
16645         before exiting the summary buffer.
16646
16647 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16648
16649         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16650         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16651
16652         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16653         order to silence the byte compiler.
16654
16655         * spam.el: Fix the way to silence the byte compiler, which
16656         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16657         bbdb-search-simple, spam-BBDB-register-routine,
16658         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16659         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16660         spam-stat-buffer-is-spam, spam-stat-load,
16661         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16662         spam-stat-save and spam-stat-split-fancy.
16663
16664 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16665
16666         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16667         which may confuse users.
16668         (canlock-password-for-verify): Ditto.
16669
16670         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16671
16672         * gnus-art.el (gnus-emphasis-alist): Ditto.
16673
16674         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16675
16676         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16677
16678         * gnus-start.el (gnus-save-killed-list): Ditto.
16679
16680         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16681         (gnus-sum-thread-tree-root): Ditto.
16682         (gnus-sum-thread-tree-false-root): Ditto.
16683         (gnus-sum-thread-tree-single-indent): Ditto.
16684
16685         * message.el (message-courtesy-message): Ditto.
16686         (message-archive-note): Ditto.
16687         (message-subscribed-address-file): Ditto.
16688         (message-user-fqdn): Ditto.
16689
16690         * spam-report.el (spam-report-gmane-regex): Ditto.
16691
16692         * spam.el (spam-blackhole-good-server-regex): Ditto.
16693
16694 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16695
16696         * mml.el (mml-preview): Widen the message buffer before copying
16697         the contents to the preview buffer; sort headers before previewing.
16698
16699         * message.el (message-hidden-headers): Fix the way to avoid a bug
16700         in the `repeat' widget in Emacs 21.3 or earlier.
16701
16702 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16703
16704         * message.el (message-hidden-headers): Default to "^References:".
16705         Improve customization type.  Suggested by Reiner Steib
16706         <Reiner.Steib@gmx.de>.
16707
16708 2004-11-25  Romain Francoise  <romain@orebokech.com>
16709
16710         * message.el (message-strip-forbidden-properties): Remove check for
16711         obsolete `message-hidden' text property, hidden headers are not
16712         accessible in the buffer anymore.
16713
16714 2004-11-22  Romain Francoise  <romain@orebokech.com>
16715
16716         * message.el (message-header-format-alist): Add `From' in list
16717         so that it can be sorted.
16718         (message-fix-before-sending): Widen and sort headers before
16719         sending.
16720         (message-hide-headers): Use narrowing to hide headers by moving
16721         them to the top of the buffer and narrowing to the region
16722         underneath.
16723
16724 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16725
16726         * message.el (message-strip-forbidden-properties):
16727         Bind buffer-read-only (etc) to nil.
16728
16729 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16730
16731         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16732         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16733
16734 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16735
16736         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16737
16738 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16739
16740         * dns.el (query-dns): Use sit-for to time instead of
16741         accept-process-output, since that doesn't seem to work on udp
16742         sockets.
16743
16744 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16747
16748 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16749
16750         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16751         doc string.  Improve doc string.
16752
16753 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * nntp.el (nntp-request-update-info): Return nil if
16756         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16757         may not call gnus-activate-group which uselessly issues the GROUP
16758         commands for all nntp groups and wastes time.  Reported by Romain
16759         Francoise <romain@orebokech.com>.
16760
16761         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16762
16763 2004-11-15  Simon Josefsson  <jas@extundo.com>
16764
16765         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16766         headers separately.
16767         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16768         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16769
16770 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16771
16772         * gnus-start.el (gnus-convert-old-newsrc):
16773         Assign legacy-gnus-agent to 5.10.7.
16774
16775 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16776
16777         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16778         start of the lines.
16779
16780 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16781
16782         * hashcash.el (hashcash-default-payment): Change default to 20.
16783         (hashcash-default-accept-payment): Change default to 20.
16784         (hashcash-process-alist): New variable.
16785         (hashcash-generate-payment-async): Add.
16786         (hashcash-already-paid-p): Add.
16787         (hashcash-insert-payment): Don't generate payments twice.
16788         (hashcash-insert-payment-async): Add.
16789         (hashcash-insert-payment-async-2): Add.
16790         (hashcash-cancel-async): Add.
16791         (hashcash-wait-async): Add.
16792         (hashcash-processes-running-p): Add.
16793         (hashcash-wait-or-cancel): Add.
16794         (mail-add-payment): New optional argument.  Conditionally start
16795         asynchronous calculation.
16796         (mail-add-payment-async): Add.
16797
16798         * message.el (message-send-mail): Wait for asynchronous hashcash
16799         results.  Don't clobber existing X-Hashcash headers.
16800         (message-setup-1): Call mail-add-payment-async when
16801         message-generate-hashcash is non-nil.
16802
16803 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16804
16805         * message.el (message-use-alternative-email-as-from): Examine the
16806         From header as well; use message-make-from in order to include a
16807         user's full name.
16808
16809 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16810
16811         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16812         default; improve customization type.
16813         (gnus-emphasis-custom-with-format): New macro.
16814         (gnus-emphasis-custom-value-to-external): New function.
16815         (gnus-emphasis-custom-value-to-internal): New function.
16816
16817 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16818
16819         * dns.el (query-dns): Resolve reverse addresses.
16820
16821 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16822
16823         * gnus-group.el (gnus-group-get-new-news): Use it.
16824
16825         * gnus-start.el (gnus-check-reasonable-setup): New function.
16826
16827 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16828
16829         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16830         "Args out of range" error.  Reported by Arnaud Giersch
16831         <arnaud.giersch@free.fr>.
16832
16833 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16834
16835         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16836
16837 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16838
16839         * spam.el (spam group): Add :version.
16840
16841         * pgg-def.el (pgg group): Add :version.
16842
16843 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16844
16845         * gnus-art.el (gnus-article-edit-article): Don't associate the
16846         article buffer with a draft file.  This is a temporary measure
16847         against the 2004-08-22 change to gnus-article-edit-mode.
16848
16849 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16852         (html2text-format-tags): Remove unused variable `attr'.
16853
16854 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16855
16856         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16857
16858         * tls.el (tls-process-connection-type, tls-success)
16859         (tls-certtool-program): Add :version.
16860
16861         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16862         (starttls-extra-arguments, starttls-process-connection-type)
16863         (starttls-connect, starttls-failure, starttls-success): Add :version.
16864
16865         * spam-stat.el (spam-stat): Add :version.
16866
16867         * sieve.el (sieve): Add :version.
16868
16869         * sha1.el (sha1): Add :version.
16870         (sha1-use-external): Remove redundant version.
16871
16872         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16873         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16874         (nnmail-split-fancy-match-partial-words)
16875         (nnmail-split-lowercase-expanded): Add :version.
16876
16877         * nndiary.el (nndiary): Add :version.
16878
16879         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16880
16881         * mml-sec.el (mml-default-sign-method)
16882         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16883         Add :version.
16884
16885         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16886
16887         * mm-url.el (mm-url-use-external, mm-url-program)
16888         (mm-url-arguments): Add :version.
16889
16890         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16891         (mm-attachment-file-modes, mm-decrypt-option)
16892         (mm-w3m-safe-url-regexp): Add :version.
16893
16894         * message.el (message-cite-prefix-regexp)
16895         (message-sendmail-envelope-from, message-minibuffer-local-map)
16896         (message-user-fqdn, message-completion-alist): Add :version.
16897
16898         * gnus-win.el (gnus-configure-windows-hook)
16899         (gnus-use-frames-on-any-display): Add :version.
16900
16901         * gnus-art.el (gnus-article-address-banner-alist)
16902         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16903         (gnus-treat-from-picon, gnus-treat-mail-picon)
16904         (gnus-treat-x-pgp-sig): Add :version.
16905
16906         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16907         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16908         (gnus-summary-article-delete-hook)
16909         (gnus-summary-display-while-building): Add :version.
16910
16911         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16912         (gnus-get-top-new-news-hook): Add :version.
16913
16914         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16915         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16916
16917         * gnus-registry.el (gnus-registry): Add :version.
16918
16919         * gnus-spec.el (gnus-use-correct-string-widths)
16920         (gnus-make-format-preserve-properties): Add :version.
16921
16922         * gnus.el (gnus-group-charter-alist)
16923         (gnus-group-fetch-control-use-browse-url)
16924         (gnus-install-group-spam-parameters): Add :version.
16925
16926         * gnus-diary.el (gnus-diary): Add :version.
16927
16928         * gnus-delay.el (gnus-delay): Add :version.
16929
16930         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16931         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16932         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16933         Add :version.
16934
16935         * gnus-agent.el (gnus-agent-max-fetch-size)
16936         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16937         (gnus-agent-prompt-send-queue): Add :version.
16938
16939         * deuglify.el (gnus-outlook-deuglify): Add :version.
16940
16941         * html2text.el: Beautify code.  Improve doc strings.
16942         Some checkdoc cleanup.
16943         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16944
16945 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16946
16947         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16948
16949 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16950
16951         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16952         when package is loaded.
16953
16954         * spam.el (spam-summary-score-preferred-header): Add global preference
16955         for people who want to override the default SpamAssassin over
16956         Bogofilter preference (when both are set).
16957         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16958         (spam-user-format-function-S):
16959         Check spam-summary-score-preferred-header.
16960         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16961         (spam-user-format-function-S): Format the score correctly.
16962
16963 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16964
16965         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16966         signature file.  Suggested by Manoj Srivastava
16967         <srivasta@golden-gryphon.com>.
16968
16969         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16970         iso-2022-jp even in the Japanese language environment.
16971         Suggested by Jason Rumney <jasonr@gnu.org>.
16972
16973 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16976         use the same characters as the dummy marks; make it free from
16977         getting affected by the language environment.
16978         (gnus-summary-read-group-1): Update mark positions only when the
16979         format spec is updated.
16980
16981         * gnus-spec.el (gnus-update-format-specifications): Return a list
16982         of updated types.
16983
16984 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16985
16986         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16987         of boundp to check if display-warning is available.
16988
16989 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16990
16991         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16992
16993 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16994
16995         * nnspool.el (nnspool-spool-directory): Use news-path if the
16996         news-directory variable is not bound.
16997
16998         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16999         function instead of display-warning if it is not available.
17000
17001 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17002
17003         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17004         v5-10: Use `point-at-bol'.
17005
17006 2004-10-26  Simon Josefsson  <jas@extundo.com>
17007
17008         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17009         <chenggao@gmail.com>.
17010
17011 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17012
17013         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17014         instead.
17015
17016 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17017
17018         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17019         to remove a server from the nnimap-server-buffer-alist.
17020         (nnimap-open-connection, nnimap-close-server): Use it.
17021
17022         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17023
17024 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17025
17026         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17027         running the major-mode function.
17028
17029 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17030
17031         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17032         dummy marks in the right way.
17033
17034 2004-10-18  David Edmondson  <dme@dme.org>
17035
17036         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17037         excessively.
17038
17039 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17040
17041         * gnus-util.el (gnus-split-references): Accept a nil references
17042         string and go on blissfully.
17043
17044         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17045         cases where the references string is non-nil but has no references.
17046
17047         * encrypt.el: Add autoload tags.
17048
17049         * spam.el (spam-resolve-registrations-routine): Remove article
17050         from unregistration list too.  Reported by David Hanak
17051         <dhanak@isis.vanderbilt.edu>
17052
17053 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17054
17055         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17056         nil.  Change custom type.
17057
17058 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17059
17060         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17061
17062         * gnus-sum.el (gnus-summary-move-article): Use it.
17063
17064 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17065
17066         * encrypt.el: Add autoload cookies.
17067
17068         * spam.el (spam-backend-article-list-property)
17069         (spam-backend-get-article-todo-list)
17070         (spam-backend-put-article-todo-list)
17071         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17072         Resolve registrations separately.
17073         (spam-register-routine): Format comments.
17074         (spam-unregister-routine, spam-register-routine): Always call with
17075         specific-articles, no default list.
17076         (spam-summary-prepare-exit): Use the spam-classifications function.
17077
17078         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17079         gnus-encrypt.el.
17080
17081         * encrypt.el: Copied from gnus-encrypt.el.
17082
17083         * gnus-encrypt.el: Commented that it's obsolete.
17084
17085 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17086
17087         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17088         (gnus-score-save): Use it.
17089
17090         * message.el (message-bury): Use `window-dedicated-p'.
17091
17092 2004-10-15  Simon Josefsson  <jas@extundo.com>
17093
17094         * pop3.el (top-level): Don't require nnheader.
17095         (pop3-read-timeout): Add.
17096         (pop3-accept-process-output): Add.
17097         (pop3-read-response, pop3-retr): Use it.
17098
17099 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17100
17101         * spam.el (spam-register-routine): Move comment.
17102         (spam-verify-bogofilter): Use 'unknown for the initial
17103         spam-bogofilter-valid state, not 'never.
17104
17105         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17106         for netrc-machine.
17107
17108         * nnimap.el (nnimap-open-connection):
17109         Use netrc-machine-user-or-password.
17110
17111 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17112
17113         * gnus-registry.el (gnus-registry-unload-hook):
17114         Set as a variable with add-hook.
17115
17116         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17117         of news-path.
17118
17119         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17120
17121         * spam.el: Delete duplicate `provide'.
17122         (spam-unload-hook): Set as a variable with add-hook.
17123
17124 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17125
17126         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17127         in the doc string.
17128
17129         * message.el (message-ignored-news-headers)
17130         (message-ignored-supersedes-headers)
17131         (message-ignored-resent-headers)
17132         (message-forward-ignored-headers): Improve custom type.
17133
17134 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17135
17136         * message.el (message-tokenize-header): Fix 2004-09-06 change
17137         which used point-min in the wrong place.
17138
17139 2004-10-12  Simon Josefsson  <jas@extundo.com>
17140
17141         * tls.el (tls-certtool-program): New variable.
17142         (tls-certificate-information): New function, based on
17143         ssl-certificate-information.
17144
17145 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17146
17147         * compface.el: Move the version of ELisp-based uncompface program
17148         to the contrib directory because of the copyright problem.
17149
17150 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17151
17152         * message.el (message-kill-buffer): Raise the current frame.
17153
17154 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17155
17156         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17157
17158         * gnus.el (message-y-or-n-p): Autoload.
17159
17160         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17161         (pop3-password-required, pop3-authentication-scheme)
17162         (pop3-leave-mail-on-server): Make customizable.
17163         (pop3): New custom group.
17164         (pop3-retr): Remove `sleep-for' statements.
17165         Suggested by Dave Love <fx@gnu.org>.
17166
17167         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17168         Windows/DOS.
17169
17170         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17171         (imap-parse-body): Fix incorrect use of `assert'.
17172         Suggested by Dave Love <fx@gnu.org>.
17173
17174         * mml.el (mml-minibuffer-read-disposition): Require match.
17175         Suggested by Dave Love <fx@gnu.org>.
17176
17177 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17178
17179         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17180         doc string.
17181
17182 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17183
17184         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17185
17186 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17187
17188         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17189         instead of calling `mm-insert-inline', to decode text/* parts
17190         before displaying them.
17191
17192 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17193
17194         * mm-uu.el (mm-uu-text-plain-type): New variable.
17195         (mm-uu-pgp-signed-extract-1): Use it.
17196         (mm-uu-pgp-encrypted-extract-1): Use it.
17197         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17198         bind mm-uu-text-plain-type with that value.
17199         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17200         mm-uu-dissect.
17201
17202 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17203
17204         * gnus-group.el (gnus-update-group-mark-positions):
17205         * gnus-sum.el (gnus-update-summary-mark-positions):
17206         * message.el (message-check-news-body-syntax):
17207         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17208         of string-as-multibyte.
17209
17210 2004-10-05  Juri Linkov  <juri@jurta.org>
17211
17212         * gnus-group.el (gnus-update-group-mark-positions):
17213         * gnus-sum.el (gnus-update-summary-mark-positions):
17214         * message.el (message-check-news-body-syntax):
17215         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17216         8-bit unibyte values to a multibyte string for search functions.
17217
17218 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17219
17220         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17221         (mm-uu-dissect-text-parts): New function.
17222
17223         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17224         dissect text parts.
17225
17226         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17227         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17228
17229         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17230
17231         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17232         Use gnus-current-topics instead of gnus-current-topic.
17233
17234 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17235
17236         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17237
17238 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17239
17240         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17241         where approriate.
17242
17243         * nnml.el (nnml-generate-active-info): do.
17244
17245         * nndiary.el (nndiary-generate-active-info): do.
17246
17247         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17248         (gnus-topic-move): do.
17249
17250         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17251         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17252
17253         * gnus-srvr.el (gnus-server-prepare)
17254         (gnus-server-open-all-servers): do.
17255
17256         * gnus-msg.el (gnus-summary-cancel-article)
17257         (gnus-summary-resend-message)
17258         (gnus-summary-mail-crosspost-complaint): do.
17259
17260         * gnus-move.el (gnus-change-server): do.
17261
17262         * gnus-group.el (gnus-group-unmark-all-groups)
17263         (gnus-group-set-current-level): do.
17264
17265 2004-10-04  Simon Josefsson  <jas@extundo.com>
17266
17267         * message.el (message-generate-hashcash): Doc fix.
17268
17269 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17270
17271         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17272         avoid infinite recursion via gnus-get-function.
17273
17274 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17275
17276         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17277
17278         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17279
17280         * nnmail.el (nnmail-split-history): do.
17281
17282         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17283         (nnml-request-delete-group): do.
17284
17285         * nnslashdot.el (nnslashdot-read-groups): do.
17286
17287         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17288         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17289
17290         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17291         (nnspool-sift-nov-with-sed): Use last.
17292         (nnspool-retrieve-headers-with-nov): Use mapc.
17293         (nnspool-request-newgroups): Use dolist.
17294         (nnspool-request-group): Use last.
17295
17296         * nntp.el (nntp-read-server-type): Use dolist.
17297
17298         * nnvirtual.el (nnvirtual-create-mapping)
17299         (nnvirtual-update-read-and-marked): Use dolist.
17300         (nnvirtual-convert-headers): Simplify.
17301
17302 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17303
17304         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17305         Add support for sync'ing tick marks.
17306
17307 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17308
17309         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17310         there's no visible header.
17311
17312 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17313
17314         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17315         When necessary, pass full group name to gnus-request-set-marks.
17316
17317 2004-10-01  Simon Josefsson  <jas@extundo.com>
17318
17319         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17320         acroread.
17321
17322 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17323
17324         * spam-report.el (spam-report-gmane): Fix interactive.
17325
17326         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17327
17328         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17329         when writing file.
17330         (gnus-agent-synchronize-flags): Don't default to being
17331         interactive.
17332
17333 2004-09-30  Simon Josefsson  <jas@extundo.com>
17334
17335         * message.el (message-generate-hashcash): Add.
17336         (message-send-mail): Use it, call mail-add-payment.
17337
17338 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17339
17340         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17341
17342 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17343
17344         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17345         gnus-requst-update-info with explicit code to sync the in-memory
17346         info read flags with the marks being sync'd to the backend.
17347
17348         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17349
17350 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17351
17352         * spam.el (spam-verify-bogofilter): Add new function.
17353         (spam-check-bogofilter)
17354         (spam-bogofilter-register-with-bogofilter): Use it.
17355         (spam-verify-bogofilter): Add small fixes.
17356
17357 2004-09-28  Simon Josefsson  <jas@extundo.com>
17358
17359         * hashcash.el (hashcash-generate-payment): Revert.
17360
17361 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17362
17363         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17364         Use gnus-extract-references instead of gnus-split-references.
17365
17366         * gnus-util.el (gnus-extract-references): Add new function, analogous
17367         to gnus-split-references but extracts only the message-ID without
17368         anything extra.
17369
17370         * hashcash.el (hashcash-generate-payment)
17371         (hashcash-check-payment): Do the right thing if hashcash-path is
17372         nil (because the hashcash program could not be found).
17373
17374         * spam.el (spam-use-hashcash): Remove comment.
17375
17376 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17377
17378         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17379         (gnus-cache-enter-article, gnus-cache-remove-article)
17380         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17381
17382         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17383
17384         * gnus-art.el (article-hide-boring-headers)
17385         (article-translate-strings, article-display-face)
17386         (gnus-article-mime-match-handle-first)
17387         (gnus-article-highlight-headers)
17388         (gnus-article-add-buttons-to-head): do.
17389
17390 2004-09-27  Simon Josefsson  <jas@extundo.com>
17391
17392         * hashcash.el: New version, from
17393         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17394         ../contrib/.
17395
17396 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17397
17398         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17399
17400 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17401
17402         * gnus-dup.el (gnus-dup-open): Use mapc.
17403         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17404
17405         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17406         Reported by Stefan Wiens <s.wi@gmx.net>.
17407
17408         * gnus.el (gnus-shutdown): Use dolist.
17409
17410         * gnus-undo.el (gnus-undo): Use mapc.
17411
17412         * nnrss.el (nnrss-generate-active): do.
17413
17414         * message.el (message-cite-original-without-signature)
17415         (message-cite-original): Use mapc.
17416         (message-do-actions, message-make-forward-subject): Use dolist.
17417
17418 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17419
17420         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17421         deletion to remove entire duplicate line.  Fixes merged article
17422         number bug.
17423
17424 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17425
17426         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17427         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17428         first ask if you want to open a server and then, even when you
17429         responded with no, asking if you want to synchronize the server's
17430         flags.
17431         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17432         multi-line expressions.
17433         (gnus-agent-synchronize-group-flags): New internal function.
17434         Updates marks in memory (in the info structure) AND in the
17435         backend.
17436
17437         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17438
17439         * nnagent.el (nnagent-request-set-mark):
17440         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17441         method, to ensure that synchronization updates marks in the
17442         backend and in the info (in memory) structure.
17443
17444 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17445
17446         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17447         convention fully; don't miss the root article of a thread; make
17448         the X-Draft-From header with correct article numbers.
17449
17450 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17451
17452         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17453         unless plugged.  Disable the agent so that an open failure causes
17454         an error.
17455
17456         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17457         Revert 2004-09-21 change.  The backend must be opened while
17458         synchronizing flags even when the backend stores the flags
17459         locally.
17460
17461 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17462
17463         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17464         in `header' match.  Reported by Svend Tollak Munkejord.
17465
17466         * message.el (message-cite-original): Fix use of
17467         `message-cite-articles-with-x-no-archive'.
17468
17469 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17470
17471         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17472         (gnus-window-to-buffer): Ditto.
17473
17474         * mml.el (mml-preview-buffer): New variable.
17475         (mml-preview): Manage window layout with gnus-buffer-configuration.
17476
17477         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17478         X-Draft-From header even if those articles aren't quoted.
17479
17480 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17481
17482         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17483         (gnus-request-set-mark, gnus-request-update-mark): Use new
17484         g-s-t-u-l-m to decide to use backend even when unplugged.
17485
17486 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17487
17488         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17489         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17490
17491 2004-09-20  Simon Josefsson  <jas@extundo.com>
17492
17493         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17494         "utf-16-le".
17495
17496 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17497
17498         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17499
17500 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17501
17502         * uudecode.el (uudecode-use-external): Add :version.
17503
17504         * smime.el (smime-CA-file, smime-encrypt-cipher)
17505         (smime-dns-server): Add :version.
17506
17507         * smiley.el (gnus-smiley-file-types): Add :version.
17508
17509         * sha1.el (sha1-use-external): Add :version.
17510
17511         * pgg-def.el (pgg-query-keyserver): Add :version.
17512
17513         * nnmail.el (nnmail-fancy-expiry-targets)
17514         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17515         Add :version.
17516
17517         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17518         (nnimap-retrieve-groups-asynchronous): Add :version.
17519         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17520
17521         * mml.el (mml-content-disposition-parameters)
17522         (mml-insert-mime-headers-always): Add :version.
17523
17524         * mm-util.el (mm-coding-system-priorities): Add :version.
17525
17526         * mm-decode.el (mm-inline-text-html-with-images)
17527         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17528         (mm-verify-option): Add :version.
17529         (mm-text-html-renderer): Change :version.
17530
17531         * message.el (message-fcc-externalize-attachments)
17532         (message-required-headers, message-draft-headers)
17533         (message-subject-trailing-was-query)
17534         (message-subject-trailing-was-ask-regexp)
17535         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17536         (message-mark-insert-end, message-archive-header)
17537         (message-archive-note, message-cross-post-default)
17538         (message-cross-post-note, message-followup-to-note)
17539         (message-cross-post-note-function, message-use-mail-followup-to)
17540         (message-subscribed-address-functions)
17541         (message-subscribed-address-file, message-subscribed-addresses)
17542         (message-subscribed-regexps, message-allow-no-recipients)
17543         (message-yank-cited-prefix, message-signature-insert-empty-line)
17544         (message-hidden-headers, message-hierarchical-addresses)
17545         (message-mail-user-agent, message-use-idna)
17546         (message-valid-fqdn-regexp)
17547         (message-strip-special-text-properties, message-header-synonyms)
17548         (message-beginning-of-line, message-tab-body-function): Add :version.
17549         (message-insert-canlock, message-wide-reply-confirm-recipients):
17550         Change :version.
17551
17552         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17553         and :version.
17554         (mail-source-delete-old-incoming-confirm)
17555         (mail-source-movemail-program): Add :version.
17556
17557         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17558         (gnus-agent-cache, gnus-agent): Change :version.
17559
17560         * gnus-util.el (gnus-use-byte-compile): Change :version.
17561
17562         * gnus-sum.el (gnus-summary-make-false-root-always)
17563         (gnus-summary-default-high-score)
17564         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17565         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17566         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17567         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17568         (gnus-sum-thread-tree-single-indent)
17569         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17570         (gnus-sum-thread-tree-leaf-with-other)
17571         (gnus-sum-thread-tree-single-leaf): Add :version.
17572         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17573         (gnus-article-loose-mime): Change :version.
17574
17575         * gnus-start.el (gnus-backup-startup-file)
17576         (gnus-save-startup-file-via-temp-buffer): Add :version.
17577
17578         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17579         (gnus-server-offline-face): Add :version.
17580
17581         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17582
17583         * gnus-msg.el (gnus-gcc-externalize-attachments)
17584         (gnus-debug-files, gnus-debug-exclude-variables)
17585         (gnus-discouraged-post-methods): Change :version.
17586         (gnus-confirm-mail-reply-to-news)
17587         (gnus-confirm-treat-mail-like-news): Add :version.
17588
17589         * gnus-int.el (gnus-server-unopen-status): Add :version.
17590
17591         * gnus-group.el (gnus-group-jump-to-group-prompt)
17592         (gnus-large-ephemeral-newsgroup)
17593         (gnus-fetch-old-ephemeral-headers): Add :version.
17594
17595         * gnus-fun.el (gnus-x-face-directory)
17596         (gnus-convert-pbm-to-x-face-command)
17597         (gnus-convert-image-to-x-face-command)
17598         (gnus-convert-image-to-face-command): Add :version.
17599
17600         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17601
17602         * gnus-cite.el (gnus-cite-blank-line-after-header)
17603         (gnus-article-boring-faces): Add :version.
17604
17605         * gnus-art.el (gnus-buttonized-mime-types)
17606         (gnus-inhibit-mime-unbuttonizing)
17607         (gnus-treat-display-face)
17608         (gnus-treat-body-boundary): Change :version.
17609         (gnus-body-boundary-delimiter, gnus-picon-databases)
17610         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17611         (gnus-treat-date-english, gnus-treat-fold-headers)
17612         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17613         (gnus-treat-mail-picon, gnus-treat-wash-html)
17614         (gnus-article-encrypt-protocol)
17615         (gnus-use-idna, gnus-article-over-scroll)
17616         (gnus-mime-display-multipart-alternative-as-mixed)
17617         (gnus-mime-display-multipart-related-as-mixed)
17618         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17619         (gnus-ctan-url, gnus-button-ctan-handler)
17620         (gnus-button-handle-ctan-bogus-regexp)
17621         (gnus-button-ctan-directory-regexp)
17622         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17623         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17624         (gnus-button-man-level, gnus-button-emacs-level)
17625         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17626
17627         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17628         (gnus-agent-go-online): Change :version.
17629         (gnus-agent-expire-unagentized-dirs)
17630         (gnus-agent-auto-agentize-methods): Add :version.
17631
17632         * flow-fill.el (fill-flowed-display-column)
17633         (fill-flowed-encode-column): Add :version.
17634
17635         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17636         (gnus-outlook-deuglify-unwrap-max)
17637         (gnus-outlook-deuglify-cite-marks)
17638         (gnus-outlook-deuglify-unwrap-stop-chars)
17639         (gnus-outlook-deuglify-no-wrap-chars)
17640         (gnus-outlook-deuglify-attrib-cut-regexp)
17641         (gnus-outlook-deuglify-attrib-verb-regexp)
17642         (gnus-outlook-deuglify-attrib-end-regexp)
17643         (gnus-outlook-display-hook): Add :version.
17644
17645         * binhex.el (binhex-use-external): Add :version.
17646
17647 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17648
17649         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17650         and `invisible'.
17651
17652 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17653
17654         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17655         in gnus-registry-trim.
17656
17657 2004-09-13  Simon Josefsson  <jas@extundo.com>
17658
17659         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17660
17661         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17662
17663         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17664         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17665         <yamaoka@jpl.org>.
17666         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17667         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17668         <yamaoka@jpl.org>.
17669
17670         * sieve.el (sieve-manage-mode): Ditto.
17671
17672 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17673
17674         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17675
17676 2004-09-11  Simon Josefsson  <jas@extundo.com>
17677
17678         * dns-mode.el: Add.
17679
17680         * mm-view.el (mm-display-dns-inline): Add.
17681
17682         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17683         (mm-automatic-display): Ditto.
17684
17685         * mailcap.el (mailcap-mime-data): Add text/dns.
17686         (mailcap-mime-extensions): Map .soa to text/dns.
17687
17688 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17689
17690         * gnus-art.el (article-decode-mime-words, article-babel)
17691         (gnus-article-highlight-signature, gnus-article-add-buttons)
17692         (gnus-signature-toggle): Remove unnecessary bindings of
17693         `inhibit-read-only' inherited from v5.10 merge.
17694
17695 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17696
17697         * nntp.el (nntp): New customization group.
17698         (nntp-authinfo-file): Add customization group.
17699
17700         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17701
17702         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17703
17704         * gnus.el (to-address, to-list, subscribed)
17705         (large-newsgroup-initial): Ditto.
17706
17707         * flow-fill.el (fill-flowed-display-column)
17708         (fill-flowed-encode-column): Ditto.
17709
17710 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17711
17712         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17713         Use point-min rather than 1.
17714         (message-send-mail): Use buffer-size rather than point-max.
17715
17716         * gnus-sum.el (gnus-summary-search-article-forward):
17717         Signal a specific `search-failed' rather than a generic `error'.
17718
17719         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17720         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17721         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17722
17723 2004-09-10  Simon Josefsson  <jas@extundo.com>
17724
17725         * nndb.el (require): Remove tcp and duplicate cl.
17726
17727 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17728
17729         * gnus-agent.el (directory-files-and-attributes): Move forward.
17730
17731 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17732
17733         * gnus-agent.el (directory-files-and-attributes):
17734         Optionally defined to support XEmacs.
17735
17736 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17737
17738         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17739         to avoid run-time CL dependencies.
17740         (gnus-agent-unfetch-articles): New function.
17741         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17742         article numbers even when local .overview file is missing.
17743         (gnus-agent-read-article-number): New function.  Only accepts
17744         27-bit article numbers.
17745         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17746         Use gnus-agent-read-article-number.
17747         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17748         from backend while recognizing that article numbers in .overview
17749         must be valid.
17750         (gnus-agent-update-files-total-fetched-for):
17751         Use directory-files-and-attributes to improve performance.
17752         * gnus-int.el (gnus-request-move-article):
17753         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17754         improve performance.
17755
17756         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17757         some users confused by references to .newsrc when they only have a
17758         .newsrc.eld file.
17759         (gnus-convert-mark-converter-prompt)
17760         (gnus-convert-converter-needs-prompt): Fix use of property list.
17761         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17762         New function.  Used internally to only display 'gnus converting
17763         files' message when actually necessary.
17764
17765         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17766         methods now autoloaded.
17767
17768 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17771         identifiers.
17772
17773 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17774
17775         * gnus-picon.el: Fix indentation and closing parenthesis.
17776
17777 2004-09-01  Simon Josefsson  <jas@extundo.com>
17778
17779         * message.el (message-canlock-generate): Require sha1, not
17780         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17781         to require within a function.  Sadly, if sha1.el isn't loaded, the
17782         let binding in m-c-g will hide the defcustom definition, which is
17783         bad.)
17784
17785         * canlock.el: Require sha1, not sha1-el.
17786
17787         * message.el: Don't autoload sha1 (there is a autoload cookie in
17788         sha1.el).
17789
17790         * sha1-el.el: Rename to sha1.el.
17791
17792 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17793
17794         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17795
17796 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17797
17798         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17799
17800 2004-08-30  Kim F. Storm  <storm@cua.dk>
17801
17802         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17803
17804         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17805         Add :group 'nnimap.
17806
17807 2004-08-30  Andreas Schwab  <schwab@suse.de>
17808
17809         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17810         ?* and ?\;.
17811
17812         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17813         and ?\' to symbol instead of whitespace.
17814
17815 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17818
17819         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17820         instead of re-search-forward.
17821
17822         * gnus-uu.el (gnus-uu-save-article): Ditto.
17823         (gnus-uu-post-encode-uuencode): Ditto.
17824
17825         * html2text.el (html2text-clean-list-items): Ditto.
17826         (html2text-clean-dtdd): Ditto.
17827         (html2text-format-tags): Ditto.
17828
17829         * message.el (message-send-mail-with-sendmail): Fix regexp.
17830         (message-fill-field-general): Use search-forward instead of
17831         re-search-forward.
17832         (unbold-region): Ditto.
17833
17834         * nnrss.el (nnrss-request-article): Ditto.
17835
17836         * nnslashdot.el (nnslashdot-request-article): Ditto.
17837
17838         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17839
17840         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17841         "Unrecognized menu descriptor" error in XEmacs.
17842
17843 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17844
17845         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17846         parent article of a sparse article in the thread hashtb.
17847
17848 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17849
17850         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17851         (nnmail-expand-newtext): Lowercase expanded entries if
17852         nnmail-split-lowercase-expanded is non-nil.
17853
17854 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17857
17858         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17859         of gnus-tmp-news-method into string under XEmacs.  It will be
17860         passed to gnus-correct-length which takes only a string argument.
17861
17862 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17863
17864         * gnus-util.el (gnus-bind-print-variables): New macro.
17865         (gnus-prin1): Use it.
17866         (gnus-prin1-to-string): Use it.
17867         (gnus-pp): New function.
17868         (gnus-pp-to-string): New function.
17869
17870         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17871         Replace pp-to-string with gnus-pp-to-string.
17872         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17873         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17874         * gnus-msg.el (gnus-debug): Ditto.
17875         * gnus-score.el (gnus-score-save): Ditto.
17876         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17877         gnus-pp-to-string.
17878         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17879         with gnus-pp.
17880         * score-mode.el (gnus-score-pretty-print): Ditto.
17881         * webmail.el (webmail-debug): Ditto.
17882
17883 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17884
17885         * gnus-art.el (article-display-face, article-display-x-face):
17886         Use buffer-read-only.
17887
17888 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17889
17890         * gnus-art.el (article-hide-list-identifiers):
17891         Bind inhibit-read-only as t.
17892
17893 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17894
17895         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17896
17897 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17898
17899         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17900         (gnus-narrow-to-page): Don't assume point-min == 1.
17901         (gnus-article-edit-mode): Derive from message-mode.
17902
17903         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17904         point-min == 1.
17905
17906         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17907         Disable incorrect use of `assert'.
17908
17909         * message.el (message-mode): Set comment-start-skip.
17910
17911
17912 2004-08-22  Sam Steingold  <sds@gnu.org>
17913
17914         * pop3.el (pop3-leave-mail-on-server): New user variable.
17915         (pop3-movemail): Delete mail only when it is nil.
17916
17917 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17918
17919         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17920
17921         * mml.el (mml-preview): Use `pop-to-buffer'.
17922
17923         * message.el (message-goto-mail-followup-to): Insert after "To".
17924         (message-carefully-insert-headers): Add comment.
17925
17926         * gnus.el: Remove unused variable `gnus-article-check-size'.
17927
17928         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17929
17930         * gnus-art.el (gnus-button-alist):
17931         Improve `gnus-button-handle-library' entry.
17932
17933 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17934
17935         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17936         Use downcase, since XEmacs capitalizes error messages differently.
17937
17938 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17939
17940         * nntp.el: Add (require 'gnus) due to reference to
17941         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17942
17943 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17944
17945         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17946         Bind `mm-fill-flowed'.
17947
17948         * mm-decode.el (mm-dissect-singlepart): Check it.
17949
17950 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17951
17952         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17953         'imap' for netrc parsing.
17954
17955 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17956
17957         * mailcap.el (mailcap-mime-data): Mark as risky.
17958
17959 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17960
17961         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17962         may be included in the encoded word.
17963         (rfc2047-encode): Don't append a space if the encoded word
17964         includes close parenthesis.
17965
17966 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17967
17968         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17969         of text within parentheses.
17970
17971 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17972
17973         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17974         (gnus-encrypt-write-file-contents): Make the password key the file
17975         name PLUS the cipher, not just the cipher.  Also remove failed
17976         passwords from the cache.
17977
17978 2004-08-06  Simon Josefsson  <jas@extundo.com>
17979
17980         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17981         Doc fix.
17982
17983 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17986         LWSP.
17987
17988 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17989
17990         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17991         Try to append in-reply-to: data to the references: header.
17992
17993         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17994         (netrc-parse): Use gnus-encrypt.el functions.
17995
17996         * gnus-encrypt.el: Add new file for encryption support; currently
17997         does only a few GPG ciphers and an internal XOR cipher.
17998
17999         * password.el: Add comments on using password-read-and-add.
18000         (password-read-and-add): Add function to read and add the
18001         password to the cache at once.
18002
18003 2004-07-28  Simon Josefsson  <jas@extundo.com>
18004
18005         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18006         parameter (but don't use it, for now).
18007
18008         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18009         instead of hard coding to nil.
18010
18011 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18014         as mm-inline-image-xemacs does.
18015
18016 2004-07-26  Simon Josefsson  <jas@extundo.com>
18017
18018         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18019         Revert part of 2004-07-17 change below.
18020
18021 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18022
18023         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18024         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18025
18026 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18027
18028         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18029         quotes that actually start with ">" at the beginning of the
18030         lines.
18031
18032 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18033
18034         * rfc2047.el (rfc2047-encode-region): Fix last change.
18035         (rfc2047-encode-parameter): Remove useless concat.
18036
18037 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18038
18039         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18040         encode special characters; fix some kind of misconfigured headers;
18041         signal a real error if debug-on-quit or debug-on-error is non-nil.
18042         (rfc2047-encode-max-chars): New variable.
18043         (rfc2047-encode-1): Use it.
18044         (rfc2047-encode-parameter): New function.
18045
18046         * mml.el (mml-insert-parameter): Remove an excessive space.
18047
18048 2004-07-17  Simon Josefsson  <jas@extundo.com>
18049
18050         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18051         Kai Grossjohann <kai@emptydomain.de>.
18052         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18053         (gnus-group-make-menu-bar): Ditto.
18054
18055         * gnus-util.el (gnus-group-server): Add.
18056
18057 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18058
18059         * message.el (message-clone-locals): Clone sendmail and smtp
18060         variables.
18061
18062 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18063
18064         * rfc2047.el (rfc2047-encode-region): Fix last change.
18065
18066 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18067
18068         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18069         characters as non-special.
18070
18071 2004-07-09  Simon Josefsson  <jas@extundo.com>
18072
18073         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18074         Users will lose all flag changes made while unplugged with
18075         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18076         good default.  See numerous reports on ding mailing list.
18077
18078 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18079
18080         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18081         add generate-head-function and generate-article-function to the
18082         rfc822-forward entry.
18083         (nndoc-rfc822-forward-generate-article): New function.
18084         (nndoc-rfc822-forward-generate-head): New function.
18085
18086         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18087
18088 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18089
18090         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18091         respect display group parameter and gnus-summary-expunge-below.
18092         (gnus-articles-to-read): Remove unused reference to display group
18093         parameter.
18094
18095 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18096
18097         * nnheader.el (nnheader-uniquify-message-id): New experimental
18098         variable.
18099         (nnheader-nov-read-message-id): Use it.
18100
18101         * spam-report.el (spam-report-gmane): Add interactive.
18102
18103 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18104
18105         * mm-encode.el (mm-content-transfer-encoding-defaults):
18106         Use qp-or-base64 for the application/* types.
18107
18108 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18109
18110         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18111
18112 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18113
18114         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18115         trim value.
18116
18117 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18118
18119         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18120         New macro and function.
18121         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18122
18123 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18124
18125         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18126         after-load-alist.
18127
18128 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18129
18130         * gnus-group.el (gnus-group-get-new-news-this-group):
18131         Don't update info that isn't there.
18132
18133 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18134
18135         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18136         entry.
18137
18138 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * mm-view.el (mm-inline-render-with-function): Use multibyte
18141         buffer; decode html source by charset.
18142
18143         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18144
18145         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18146         Mule-UCS is loaded under XEmacs.
18147         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18148
18149 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18150
18151         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18152
18153 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18154
18155         * mm-util.el (mm-coding-system-p): Return a coding-system.
18156         (mm-mime-mule-charset-alist): Use shift_jis instead of
18157         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18158         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18159         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18160         instead of japanese-shift-jis and iso-latin-1 respectively in
18161         order to share the default value with both Emacs and XEmacs-mule.
18162         (mm-mule-charset-to-mime-charset):
18163         Make mm-coding-system-priorities effective.
18164         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18165         while predicating of candidates upon the priorities.
18166
18167 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18168
18169         * gnus-sum.el (gnus-summary-make-menu-bar):
18170         Add gnus-uu-invert-processable.
18171
18172         * gnus.el: Autoload gnus-uu-invert-processable.
18173
18174 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18175
18176         * mm-util.el (mm-with-multibyte-buffer): New macro.
18177
18178         * rfc2047.el (rfc2047-encode-string): Use it.
18179         (rfc2047-encode-region): Move point to the end of the region after
18180         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18181
18182 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18183
18184         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18185         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18186
18187 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18188
18189         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18190         (gnus-cite-parse): Ignore quoted envelope From_.
18191         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18192
18193 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18194
18195         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18196         invalid addresses.
18197
18198 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18199
18200         * spam.el: Change section markers, revise TODO list.
18201         (spam-backends): Make new master list of all installed backends.
18202         (spam-summary-exit-behavior): Add new variable to determine how
18203         messages moves are done at summary exit.
18204         (spam-move-spam-nonspam-groups-only)
18205         (spam-process-ham-in-nonham-groups)
18206         (spam-process-ham-in-spam-groups): Remove variables, the
18207         spam-summary-exit-behavior variable should be used to manage this
18208         behavior.
18209         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18210         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18211         and spam-old-spam-articles.
18212         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18213         Add empty variables, placeholders for the backends they represent.
18214         (spam-set-difference): Move, unchanged.
18215         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18216         unless the user has a processor variable.
18217         (spam-classifications, spam-classification-valid-p)
18218         (spam-backend-properties, spam-backend-property-valid-p)
18219         (spam-backend-function-type-valid-p)
18220         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18221         (spam-report-articles-gmane, spam-report-articles-resend):
18222         Remove functions, they are not needed.
18223         (spam-install-backend-super, spam-backend-list)
18224         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18225         (spam-backend-function, spam-backend-ham-registration-function)
18226         (spam-backend-spam-registration-function)
18227         (spam-backend-ham-unregistration-function)
18228         (spam-backend-spam-unregistration-function)
18229         (spam-backend-statistical-p, spam-backend-mover-p)
18230         (spam-install-backend-alias, spam-install-checkonly-backend)
18231         (spam-install-mover-backend, spam-install-nocheck-backend)
18232         (spam-install-backend, spam-install-statistical-backend)
18233         (spam-install-statistical-checkonly-backend): Add backend installation
18234         support.
18235         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18236         (spam-group-processor-p): Use the new backend code and respect the
18237         summary exit behavior.
18238         (spam-mark-spam-as-expired-and-move-routine): Remove.
18239         (spam-summary-prepare): Change to use the new spam-old-articles
18240         variable.
18241         (spam-copy-or-move-routine, spam-copy-spam-routine)
18242         (spam-move-spam-routine, spam-copy-ham-routine)
18243         (spam-move-ham-routine): Add code to copy/move ham or spam.
18244         (spam-fetch-field-fast): Improve doc and code, plus allow the
18245         'number request.
18246         (spam-list-of-checks, spam-list-of-statistical-checks):
18247         Remove variables.
18248         (spam-split, spam-find-spam): Use the new backend code.
18249         (spam-registration-functions): Remove variable.
18250         (spam-unregister-routine): Add convenience wrapper.
18251         (spam-log-undo-registration, spam-register-routine)
18252         (spam-log-processing-to-registry)
18253         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18254         where possible.
18255         (spam-check-gmane-xref, spam-check-regex-headers)
18256         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18257         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18258         (spam-check-bogofilter-headers, spam-check-spamoracle)
18259         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18260         (spam-check-crm114-headers): Use the spam-split-group that
18261         spam-split prepares, no need to determine it every time.
18262
18263         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18264         to the nnheader-parse-naked-head call.
18265
18266         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18267
18268         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18269         the nnheader-nov-read-message-id call.
18270
18271 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18272
18273         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18274         gnus-activate-group twice.  Suggested by Markus Peter
18275         <warp@spin.de>.
18276
18277 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18278
18279         * gnus-art.el (gnus-article-time-format): Exchange the order of
18280         day and month in the default value; fix customization type.
18281         (article-date-ut): Use add-text-properties.
18282         (article-make-date-line): Use message-make-date instead of
18283         current-time-string.
18284
18285         * message.el (message-fetch-field): Don't use set-text-properties.
18286         (message-make-date): Simplify.
18287
18288         * messagexmas.el (message-xmas-make-date): New function.
18289         (message-xmas-redefine): Defalias message-make-date to it.
18290
18291 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18292
18293         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18294         (rfc2047-encode-region): Treat text within parentheses as special;
18295         show the original text when error has occurred.
18296
18297         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18298         already-computed method to gnus-activate-group.
18299
18300         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18301         same select-methods identical Lisp objects.
18302
18303         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18304         object when modifying the info.
18305
18306 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18309         gnus-opened-servers since it has never been opened with the new
18310         configuration yet.
18311
18312 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18313
18314         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18315         arg to nnheader-generate-fake-message-id.
18316
18317 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18318
18319         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18320         number and build a fake message ID localized to a group and
18321         article number (so it's repeatable from that point on).
18322         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18323         ID format.
18324
18325         * gnus-sum.el (gnus-get-newsgroup-headers):
18326         Call nnheader-generate-fake-message-id with the article number.
18327
18328 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18329
18330         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18331         end-of-buffer.
18332
18333 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18334
18335         * message.el (message-ignored-supersedes-headers): Add Approved.
18336
18337 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18338
18339         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18340         goto-char.
18341         (rfc2047-encode): Fold the line before encoding.
18342
18343 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18344
18345         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18346         folding -- not all headers can be folded, and this should be done
18347         by the message composition mode.  Probably.  I think.
18348
18349 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18350
18351         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18352         fast.
18353
18354         * gnus-ems.el (gnus-remove-image): Don't use
18355         message-text-with-property; remove only the image found first.
18356
18357         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18358         found first.
18359
18360 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18361
18362         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18363
18364 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18365
18366         * message.el (message-text-with-property): Make it fast and accept
18367         optional arguments.
18368         (message-strip-forbidden-properties): Use it.
18369         (message-fix-before-sending): Follow the m-t-w-p change.
18370
18371         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18372
18373 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18374
18375         * gnus-art.el (article-hide-headers): Don't change the buffer
18376         mistakenly when performing mml-preview even if
18377         gnus-single-article-buffer is nil.
18378
18379 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18380
18381         * message.el (message-expand-name-databases): New user option.
18382         (message-expand-name): Use it.
18383
18384 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18385
18386         * spam.el (spam-report-articles-resend)
18387         (spam-report-resend-register-routine): Allow ham reporting.
18388         (spam-report-resend-register-ham-routine): Add wrapper.
18389         (spam-registration-functions): Add ham resending functions.
18390         (spam-list-of-processors): Add ham resend processor.
18391
18392         * gnus.el (ham-resend-to): Add new group parameter.
18393         (spam-process): Add ham resend option.
18394
18395         * spam-report.el (spam-report-resend): Allow reporting ham.
18396         (spam-report-resend-ham): Add wrapper.
18397
18398 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18399
18400         * message.el (message-cite-articles-with-x-no-archive):
18401         New variable.
18402         (message-cite-original): Use it.
18403
18404 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18405
18406         * message.el (message-cite-original): Respect X-No-Archive.
18407
18408 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18409
18410         * gnus-art.el (article-hide-headers): Refer to the values for
18411         gnus-ignored-headers and gnus-visible-headers in the summary
18412         buffer since a user may have set them as group parameters.
18413
18414 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18415
18416         * assistant.el (assistant-node-name): Add convenience function.
18417         (assistant-render-text, assistant-render-node): Add error handling,
18418         plus handle multiple next nodes.
18419         (assistant-find-next-node): Comment out for now.
18420         (assistant-find-next-nodes): Add function, returns list of next
18421         nodes.
18422
18423 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18424
18425         * mail-source.el (mail-source-directory): Fix doc-string.
18426
18427 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18428
18429         * assistant.el (assistant-render-text, assistant-eval): Add :set
18430         widget type, which is different because it takes and returns a
18431         list.  Much hilarity ensues.
18432
18433 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18434
18435         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18436
18437         * gnus-group.el (gnus-group-get-new-news-this-group):
18438         Add doc-string.
18439
18440         * gnus-start.el (gnus-activate-group): Add doc-string.
18441
18442 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18445
18446 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18447
18448         * assistant.el (assistant-render-text): Try to add a :set
18449         widget, more to come.
18450
18451         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18452         strings.
18453         (spam-report-articles-resend)
18454         (spam-register-routine): Do registration iff any articles warrant
18455         it.
18456         (spam-summary-prepare-exit): Change log message for nil group
18457         destinations.
18458
18459 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18460
18461         * spam.el (spam-report-resend-register-routine):
18462         Allow spam-report-resend-to to be a group parameter or a global value.
18463
18464 2004-05-26  Simon Josefsson  <jas@extundo.com>
18465
18466         * starttls.el: Merge with my GNUTLS based starttls.el.
18467         (starttls-gnutls-program, starttls-use-gnutls)
18468         (starttls-extra-arguments, starttls-process-connection-type)
18469         (starttls-connect, starttls-failure, starttls-success):
18470         New variables.
18471         (starttls-program, starttls-extra-args): Doc fix.
18472         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18473         New functions.
18474         (starttls-negotiate, starttls-open-stream):
18475         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18476         function if it is set.
18477
18478 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18479
18480         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18481         structured fields.
18482
18483 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18484
18485         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18486
18487 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18488
18489         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18490         Add variable.
18491         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18492         assigning the spam-mark to new messages.
18493
18494 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18495
18496         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18497
18498 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18499
18500         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18501
18502         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18503         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18504         default.
18505
18506 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18507
18508         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18509         correct data.
18510
18511 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18512
18513         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18514         (spam-group-processor-p): Fix function.
18515         (spam-group-processor-multiple-p)
18516         (spam-group-spam-processor-report-gmane-p)
18517         (spam-group-spam-processor-report-resend-p)
18518         (spam-group-spam-processor-bogofilter-p)
18519         (spam-group-spam-processor-blacklist-p)
18520         (spam-group-spam-processor-ifile-p)
18521         (spam-group-ham-processor-ifile-p)
18522         (spam-group-spam-processor-spamoracle-p)
18523         (spam-group-spam-processor-crm114-p)
18524         (spam-group-ham-processor-bogofilter-p)
18525         (spam-group-spam-processor-stat-p)
18526         (spam-group-ham-processor-stat-p)
18527         (spam-group-ham-processor-whitelist-p)
18528         (spam-group-ham-processor-BBDB-p)
18529         (spam-group-ham-processor-spamoracle-p)
18530         (spam-group-ham-processor-copy-p): Remove functions with some
18531         prejudice against unneeded code.
18532         (spam-report-articles-resend)
18533         (spam-report-resend-register-routine): Allow the group/topic
18534         spam-resend-to value to override spam-report-resend-to.
18535         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18536         properly now.
18537
18538         * gnus.el (spam-resend-to): Add group/topic parameter.
18539         (spam-process): Move the OBSOLETE processors to the end of the
18540         choices.
18541
18542 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18543
18544         * spam-report.el (spam-report-resend-to, spam-report-resend):
18545         Start with resend-to set to nil, and then ask the user if necessary.
18546         (spam-report-resend): spam-report-resend takes a list of articles, not
18547         separate article numbers.
18548
18549 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18550
18551         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18552         addition to emacs-w3m.
18553
18554 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18555
18556         * assistant.el (assistant-authinfo-data): New function.
18557         (assistant-eval): Eval for entire assistant.
18558
18559         * netrc.el (netrc-services-file): New variable.
18560         (netrc-parse-services): New function.
18561         (netrc-find-service-name): New function.
18562         (netrc-find-service-number): New function.
18563         (netrc-port-equal): New function.
18564         (netrc-machine): Use it.
18565
18566         * nnimap.el (nnimap-open-connection): Use netrc.
18567
18568         * gnus-util.el (gnus-netrc-get): Remove aliases.
18569
18570         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18571
18572         * assistant.el (wid-edit): Fix compilation.
18573
18574         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18575
18576 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18577
18578         * gnus-util.el (gnus-set-file-modes): New function.  (small
18579         patch).
18580
18581 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18582
18583         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18584
18585         * assistant.el (assistant-render-node): Fix up rendering and
18586         read-only text.
18587         (assistant-render-node): Reset.
18588         (assistant-make-read-only): Not sticky.
18589
18590 2004-05-20  Danny Siu  <dsiu@adobe.com>
18591
18592         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18593         centered even when gnus-auto-center-summary is t.
18594
18595 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18596
18597         * dns.el (dns-get-txt-answer): New function.
18598         (dns-read-txt): Ditto.
18599         (query-dns): Use it.
18600
18601 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18602
18603         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18604         active for foreign groups even if the group level is higher than
18605         the specified value.
18606
18607 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18608
18609         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18610         non-active groups.
18611
18612         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18613
18614 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18615
18616         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18617
18618 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18619
18620         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18621         (spam-crm114-header, spam-crm114-spam-switch)
18622         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18623         (spam-crm114-positive-spam-header)
18624         (spam-crm114-database-directory, spam-list-of-processors)
18625         (spam-group-spam-processor-crm114-p)
18626         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18627         (spam-generic-score, spam-list-of-checks)
18628         (spam-list-of-statistical-checks, spam-registration-functions)
18629         (spam-check-crm114-headers, spam-crm114-score)
18630         (spam-check-crm114, spam-crm114-register-with-crm114)
18631         (spam-crm114-register-spam-routine)
18632         (spam-crm114-unregister-spam-routine)
18633         (spam-crm114-register-ham-routine)
18634         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18635         From asjo@koldfront.dk (Adam Sjøgren).
18636
18637         * gnus.el: Add spam-use-crm114.
18638
18639         * spam.el (spam-list-of-processors, spam-registration-functions):
18640         Add spam-use-resend.
18641         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18642         (spam-report-articles-gmane): Add doc fix.
18643         (spam-report-articles-resend, spam-report-resend-register-routine):
18644         Add wrappers around spam-report-resend-to.
18645
18646         * spam-report.el (spam-report-resend-to, spam-report-resend):
18647         Add support for resending spam.
18648         (spam-report-gmane): Fix line length >80.
18649
18650         * gnus.el (spam-process): Add spam-use-resend.
18651
18652 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18653
18654         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18655         number of processed spam messages.
18656         (spam-ham-copy-or-move-routine): Return the number of processed
18657         ham messages.
18658         (spam-summary-prepare-exit): Use the above values to decide
18659         whether status messages shouled be displayed.
18660
18661 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18664         `rfc2047-encoding-function-alist' in order to avoid conflicting
18665         with the old version.
18666         (rfc2047-encode-region): Concatenate words containing non-ASCII
18667         characters in structured fields; don't encode space-delimited
18668         ASCII words even in unstructured fields; don't break words at
18669         char-category boundaries.
18670         (rfc2047-encode-1): New function.
18671         (rfc2047-encode): Use it; encode text so that it occupies the
18672         maximum width within 76-column; work correctly on Q encoding for
18673         iso-2022-* charsets.
18674         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18675         sure not to break a line just after the header name.
18676         (rfc2047-b-encode-region): Remove.
18677         (rfc2047-b-encode-string): New function.
18678         (rfc2047-q-encode-region): Remove.
18679         (rfc2047-q-encode-string): New function.
18680
18681         * mm-util.el (mm-replace-in-string): New function.
18682
18683 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18684
18685         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18686         Really get it right.
18687         (gnus-inews-make-draft): Really.
18688
18689 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18690
18691         * nnmh.el (nnmh-request-list-1): Don't check the link count
18692         before descending.  (small patch)
18693
18694 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18695
18696         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18697         stuff.
18698
18699         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18700         Match on real group name.
18701
18702         * gnus-art.el (gnus-signature-limit): Doc fix.
18703
18704         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18705
18706         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18707
18708 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18709
18710         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18711         isn't a string.
18712
18713 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18714
18715         * gnus-draft.el (gnus-draft-send):
18716         Bind rfc2047-encode-encoded-words.
18717
18718         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18719         (rfc2047-encodable-p): Say that =? needs encoding.
18720         (rfc2047-encode-encoded-words): New variable.
18721
18722         * gnus-group.el (gnus-group-select-group): Doc fix.
18723
18724         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18725
18726         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18727         to nil.
18728
18729         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18730
18731         * nnheader.el (nnheader-get-lines-and-char): New function.
18732
18733 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18734
18735         * gnus-msg.el (gnus-summary-followup-with-original):
18736         Document yanking of region when active.
18737
18738 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18739
18740         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18741         groups if the group level is higher than the specified value.
18742
18743 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18744
18745         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18746         (gnus-group-jump-to-group): Add prefix argument using
18747         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18748         non-active group.
18749
18750         * compface.el (uncompface): Be verbose when changing
18751         `uncompface-use-external'.
18752
18753         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18754         handle manual section.
18755
18756 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18757
18758         * gnus-art.el (gnus-button-alist): Revert previous change.
18759
18760 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18761
18762         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18763
18764 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18765
18766         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18767         whether backend can accept message.
18768
18769         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18770
18771 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18772
18773         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18774         Avoid creating directory when nntp-marks-is-evil is true.
18775         Reported by Reiner Steib.
18776
18777 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18778
18779         * gnus-picon.el (gnus-picon-style): New variable.
18780         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18781         (gnus-picon-transform-address): Support `gnus-picon-style'.
18782         From Jesper Harder <harder@ifa.au.dk>.
18783
18784 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18785
18786         * message.el (message-fill-field): Return point.
18787         (message-generate-headers): Go to end of field.
18788
18789         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18790         stuff for non-living groups.
18791
18792 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18793
18794         * gnus-art.el (gnus-article-followup-with-original)
18795         (gnus-article-reply-with-original): gnus-mark-active-p ->
18796         gnus-region-active-p.
18797
18798 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18799
18800         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18801         only when there is spam or ham to be processed.
18802
18803 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18804
18805         * mail-source.el (mail-source-delete-crash-box): Refactor.
18806         (mail-source-fetch): Use it.
18807         (mail-source-fetch-file): Ditto.
18808         (mail-source-fetch-directory): Run postscript in loop.
18809         (mail-source-fetch-pop): Delete.
18810         (mail-source-fetch-maildir): Ditto.
18811         (mail-source-fetch-imap): Ditto.
18812
18813         * imap.el (imap-authenticators): Comment out sasl.
18814
18815         * message.el (message-skip-to-next-address): New function.
18816         (message-fill-header-address): Refactor.
18817         (message-fill-address): Use it.
18818         (message-delete-address): Use it.
18819         (message-fill-header-general): Refactor.
18820         (message-fill-field-address): Rename.
18821         (message-narrow-to-field): Find the start of the header.
18822         (message-header-format-alist): Don't pre-fill.
18823         (message-fill-header): Remove.
18824         (message-insert-header): New function.
18825         (message-shorten-references): Use it.
18826
18827         * rfc2047.el (rfc2047-field-value): Strip props.
18828
18829         * mail-parse.el (mail-header-make-address): New alias.
18830
18831         * ietf-drums.el (ietf-drums-make-address): New function.
18832
18833         * imap.el: Add compiler directives.
18834
18835         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18836
18837         * gnus-art.el (article-decode-idna-rhs): Don't use
18838         message-idna-inside-rhs-p.
18839
18840 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18841
18842         * message.el (message-idna-inside-rhs-p): Remove.
18843         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18844
18845         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18846         false positives.
18847
18848 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18849
18850         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18851
18852 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18853
18854         * nneething.el (nneething-file-name): Don't create spurious
18855         files.
18856
18857         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18858         (gnus-inews-do-gcc): Remove sleep.
18859
18860         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18861         part under point.
18862
18863         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18864         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18865
18866 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18867
18868         * spam.el (spam-summary-prepare-exit): Fix (length).
18869
18870 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18871
18872         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18873         as expired without moving it" message when there are spam
18874         messages left.
18875
18876 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18877
18878         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18879         header is not nil.
18880
18881 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18882
18883         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18884         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18885         (nntp-marks-changed-p): New arg SERVER.
18886         (nntp-request-update-info): Adjust caller.
18887
18888 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18889
18890         * nntp.el (nntp-save-marks): Pass missing arg.
18891
18892 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18893
18894         * nntp.el: Support marks.
18895         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18896         (nntp-marks-modtime, nntp-marks-directory): New variables.
18897         (nntp-request-set-mark, nntp-request-update-info)
18898         (nntp-possibly-create-directory, nntp-marks-changed-p)
18899         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18900         New functions.
18901
18902 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18903
18904         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18905         (gnus-xmas-redefine): Rename.
18906
18907         * gnus-score.el (gnus-score-insert-help):
18908         Use gnus-select-lowest-window.
18909
18910         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18911         appt-select-lowest-window and rename to gnus-select-lowest-window.
18912
18913         * gnus.el: do.
18914
18915 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18916
18917         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18918         encodings of MIME-encoded words, in order to improve
18919         interoperability with several broken MUAs.
18920
18921 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18922
18923         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18924         tags, only when charsets are not specified in headers.
18925         (mm-inline-text-html-render-with-w3m): Ditto.
18926
18927         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18928         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18929
18930 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18931
18932         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18933         instead of MIME-decoded from fields when checking
18934         `gnus-article-address-banner-alist'.
18935
18936 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18937
18938         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18939         description rather than subject.
18940
18941 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18942
18943         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18944
18945 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18946
18947         * gnus.el (gnus-version-number): Bump.
18948
18949 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18950
18951         * gnus.el: No Gnus v0.2 is released.
18952
18953 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18954
18955         * gnus-agent.el (gnus-agent-read-agentview):
18956         Inline gnus-uncompress-range.
18957
18958 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18959
18960         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18961         `exec-installed-p'.
18962
18963 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18964
18965         * gnus.el (spam-process, spam-autodetect-methods):
18966         Add bsfilter and bsfilter-headers.
18967
18968         * spam.el (spam-bsfilter): New customize group.
18969         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18970         (spam-bsfilter-header, spam-bsfilter-probability-header)
18971         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18972         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18973         (spam-bsfilter-database-directory): New options.
18974         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18975         (spam-list-of-statistical-checks, spam-registration-functions):
18976         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18977         (spam-bsfilter-score): New command.
18978         (spam-check-bsfilter-headers, spam-check-bsfilter)
18979         (spam-bsfilter-register-with-bsfilter)
18980         (spam-bsfilter-register-spam-routine)
18981         (spam-bsfilter-unregister-spam-routine)
18982         (spam-bsfilter-register-ham-routine)
18983         (spam-bsfilter-unregister-ham-routine): New functions.
18984         (spam-generic-score): Support bsfilter; Accept an optional argument
18985         to recalcurate spam score even if scoring header has already been
18986         added.
18987         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18988         optional argument to recalcurate spam score even if scoring header
18989         has already been added.
18990
18991 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18992
18993         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18994         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18995         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18996         link is missing.
18997
18998 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18999
19000         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19001         (html2text-get-attr): Rewrite.
19002
19003         * message.el (message-setup-1): Remove redundant put-text-property
19004         on mail-header-separator.
19005
19006 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19007
19008         * gnus-registry.el (gnus-registry-cache-whitespace)
19009         (gnus-registry-action, gnus-registry-spool-action)
19010         (gnus-registry-split-fancy-with-parent): Change message levels
19011         from 5 to 3 or 7, as needed.
19012
19013         * spam.el (spam-summary-prepare-exit)
19014         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19015         (spam-split, spam-find-spam, spam-log-undo-registration)
19016         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19017         level from 5 to 6.
19018
19019 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19020
19021         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19022         2004-03-04 change).
19023
19024 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19025
19026         * sieve-manage.el (sieve-manage-open):
19027         * nnweb.el (nnweb-insert-html):
19028         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19029         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19030         * nnspool.el (nnspool-request-group):
19031         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19032         * nnml.el (nnml-request-update-info):
19033         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19034         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19035         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19036         (nnimap-request-set-mark):
19037         * nnfolder.el (nnfolder-request-update-info):
19038         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19039         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19040         * gnus-uu.el (gnus-uu-find-articles-matching):
19041         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19042         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19043         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19044         * gnus-nocem.el (gnus-nocem-scan-groups):
19045         * gnus-int.el (gnus-start-news-server):
19046         * gnus-group.el (gnus-group-make-kiboze-group)
19047         (gnus-group-browse-foreign-server):
19048         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19049         Use mapc when appropriate.
19050
19051 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19052
19053         FIXME: Make separate entries for each person.
19054
19055         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19056         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19057         <shields@msrl.com>:
19058
19059         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19060         may need for spam sorting and scoring.
19061         (spam-user-format-function-S): Add user format function suitable for
19062         general use.
19063         (spam-article-sort-by-spam-status): Add sorting function for summary
19064         sorting.
19065         (spam-extra-header-to-number): Add function to get a score from a
19066         header.
19067         (spam-summary-score): Add function to get a numeric score from the
19068         headers.
19069         (spam-generic-score): Fix function doc, was in wrong place.
19070         (spam-initialize): Take symbols when it's run, and install the
19071         extra headers that spam-necessary-extra-headers thinks we need.
19072
19073 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19074
19075         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19076         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19077
19078 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19079
19080         * gnus-sum.el (gnus-set-global-variables)
19081         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19082         (gnus-article-get-xrefs, gnus-summary-best-group)
19083         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19084         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19085         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19086         Use with-current-buffer.
19087
19088 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19089
19090         * spam.el (spam-summary-prepare-exit): Simplify logic.
19091         (spam-fetch-article-header): Read the article header if it's not
19092         available.
19093         (spam-list-articles): Simplify logic.
19094         (spam-filelist-register-routine): Fix bug with unregister-list.
19095
19096         * gnus-registry.el: Fix comments at beginning.
19097
19098 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19099
19100         * message.el (message-cater-to-broken-inn): Remove.
19101         (message-shorten-references): Make sure the total folded length of
19102         References is shorter than 998 characters to cater to a bug in INN
19103         2.3.  Also, don't pretend that references aren't folded -- this
19104         hasn't worked for a while.
19105
19106 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19107
19108         * gnus-agent.el (gnus-agentize):
19109         gnus-agent-send-mail-real-function no longer set to current value
19110         of message-send-mail-function but rather a lambda that calls
19111         message-send-mail-function.  The change makes the agent real-time
19112         responsive to user changes to message-send-mail-function.
19113
19114 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19115
19116         * legacy-gnus-agent.el
19117         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19118         help from Florian Weimer <fw@deneb.enyo.de>
19119
19120 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19121
19122         * nnmail.el (nnmail-cache-insert): Revert last change.
19123
19124 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19125
19126         * nnmail.el (nnmail-cache-insert): Always check whether
19127         nnmail-cache-ignore-groups matches a group name.
19128
19129 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19130
19131         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19132         (spam-find-spam, spam-log-processing-to-registry)
19133         (spam-log-registered-p, spam-log-unregistration-needed-p)
19134         (spam-log-undo-registration): Use gnus-message instead of
19135         gnus-error, none of these errors are fatal.
19136
19137         * gnus-registry.el (gnus-registry-clean-empty-function)
19138         (gnus-registry-clean-empty): Remove only empty entries without
19139         extra data.
19140
19141 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19142
19143         * spam-stat.el (spam-stat-buffer-change-to-spam)
19144         (spam-stat-buffer-change-to-non-spam): Change (error) to
19145         (gnus-message 8) invocation.
19146
19147 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19148
19149         * nntp.el (nntp-via-netcat-command): New variable.
19150         (nntp-via-netcat-switches): New variable.
19151         (nntp-open-via-rlogin-and-netcat): New function.
19152         (nntp-open-connection-function): Doc fix.
19153         (nntp-telnet-command): Doc fix.
19154         (nntp-end-of-line): Doc fix.
19155         (nntp-via-rlogin-command): Doc fix.
19156         (nntp-via-user-name): Doc fix.
19157         (nntp-via-address): Doc fix.
19158
19159 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19160
19161         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19162         error in Emacs 21.1.
19163
19164 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19165
19166         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19167
19168 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19169
19170         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19171         (gnus-agent-with-refreshed-group): New macro.
19172         (gnus-agent-rename-group): New function.
19173         (gnus-agent-delete-group): New function.
19174         (gnus-agent-save-group-info): Use gnus-command-method when
19175         `method' parameter is nil.  Don't write nil entries into the
19176         active file.
19177         (gnus-agent-get-group-info): New function.
19178         (gnus-agent-fetch-articles):
19179         Use gnus-agent-update-files-total-fetched-for to increment disk space
19180         used.
19181         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19182         Use gnus-agent-update-view-total-fetched-for to increment disk space
19183         used.
19184         (gnus-agent-get-local): Add optional parameters to avoid calling
19185         gnus-group-real-name and gnus-find-method-for-group.
19186         (gnus-agent-set-local): Delete stored entry if either min, or max,
19187         are nil.
19188         (gnus-agent-fetch-session): Reworded error/quit messages.
19189         On quit, use gnus-agent-regenerate-group to record existance of any
19190         articles fetched to disk before the quit occurred.
19191         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19192         gnus-agent-update-view-total-fetched-for, and
19193         gnus-agent-update-files-total-fetched-for to decrement disk space
19194         used.
19195         (gnus-agent-retrieve-headers):
19196         Use gnus-agent-update-view-total-fetched-for to increment disk space
19197         used.
19198         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19199         with gnus-agent-update-files-total-fetched-for to decrement disk
19200         space and fresh group buffer.
19201         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19202         (gnus-agent-need-update-total-fetched-for): New variable.
19203         (gnus-agent-update-files-total-fetched-for): New function.
19204         (gnus-agent-update-view-total-fetched-for): New function.
19205         (gnus-agent-total-fetched-for): New function.
19206
19207         * gnus-cache.el (gnus-cache-save-buffers):
19208         Use gnus-cache-update-overview-total-fetched-for to change disk space
19209         used by this group.
19210         (gnus-cache-possibly-enter-article):
19211         Use gnus-cache-update-file-total-fetched-for to increment disk space
19212         used by this group.
19213         (gnus-cache-possibly-remove-article):
19214         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19215         used by this group.
19216         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19217         (gnus-cache-rename-group): New function.
19218         (gnus-cache-delete-group): New function.
19219         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19220         (gnus-cache-need-update-total-fetched-for): New variable.
19221         (gnus-cache-with-refreshed-group): New macro.
19222         (gnus-cache-update-file-total-fetched-for): New function.
19223         (gnus-cache-update-overview-total-fetched-for): New function.
19224         (gnus-cache-rename-group-total-fetched-for): New function.
19225         (gnus-cache-delete-group-total-fetched-for): New function.
19226         (gnus-cache-total-fetched-for): New function.
19227
19228         * gnus-group.el: Require gnus-sum and autoload functions to
19229         resolve warnings when gnus-group.el compiled alone.
19230         (gnus-group-line-format): Documented new %F.
19231         (size of Fetched data) group line format; identifies disk space
19232         used by agent and cache.
19233         (gnus-group-line-format-alist): Defined new F format.
19234         (gnus-total-fetched-for): New function.
19235         (gnus-group-delete-group): No longer update
19236         gnus-cache-active-altered as gnus-request-delete-group now keeps
19237         the cache in sync.
19238         (gnus-group-list-active): Let the agent store a server's active
19239         list if currently plugged.
19240
19241         * gnus-int.el (gnus-request-delete-group):
19242         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19243         local disk in sync with the server.
19244         (gnus-request-rename-group):
19245         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19246         local disk in sync with the server.
19247
19248         * gnus-start.el (gnus-get-unread-articles):
19249         Cosmetic simplification to logic.
19250
19251         * gnus-util.el (gnus-rename-file): New function.
19252
19253 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19254
19255         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19256
19257 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19258
19259         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19260         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19261
19262 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19263
19264         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19265         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19266
19267 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19268
19269         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19270
19271 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19272
19273         * spam.el (spam-set-difference): Add function to replace
19274         gnus-set-difference in spam.el.
19275         (spam-summary-prepare-exit): Use spam-set-difference.
19276
19277 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19278
19279         * gnus-registry.el (gnus-registry-cache-file): Update to use
19280         gnus-dribble-directory OR gnus-home-directory OR ~.
19281         (gnus-registry-split-fancy-with-parent): Fix doc.
19282
19283 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19284
19285         * message.el (message-exchange-point-and-mark):
19286         Use message-mark-active-p.  Suggested by Jesper Harder
19287         <harder@ifa.au.dk>.
19288
19289 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19290
19291         * message.el (message-exchange-point-and-mark): Don't activate
19292         region if it was inactive.  Suggested by Hiroshi Fujishima
19293         <pooh@nature.tsukuba.ac.jp>.
19294
19295 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19296
19297         * gnus-art.el (article-display-face): Display Faces in the same
19298         order as X-Faces.
19299
19300 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19301
19302         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19303
19304 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19305
19306         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19307         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19308         (gnus-article-mime-hierarchy): Remove.
19309         (gnus-article-mime-hierarchy-next): Remove.
19310         (gnus-article-mode): Revert 2004-03-19 change.
19311         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19312         (gnus-insert-mime-button): Revert 2004-03-19 change.
19313         (gnus-mime-accumulate-hierarchy): Remove.
19314         (gnus-mime-enter-multipart): Remove.
19315         (gnus-mime-leave-multipart): Remove.
19316         (gnus-mime-display-part): Revert 2004-03-19 change.
19317         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19318
19319         * mml.el (mml-preview): Revert 2004-03-19 change.
19320
19321 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19322
19323         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19324
19325 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19326
19327         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19328         t while entering a file name using the mm-with-multibyte macro.
19329         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19330
19331         * mm-util.el (mm-with-multibyte): New macro.
19332
19333 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19334
19335         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19336         New user option.
19337         (gnus-mime-multipart-functions): Doc and customization fix.
19338         (gnus-article-mime-hierarchy): New variable.
19339         (gnus-article-mime-hierarchy-next): New variable.
19340         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19341         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19342         gnus-article-mime-hierarchy-next to nil.
19343         (gnus-insert-mime-button): Show hierarchy numbers.
19344         (gnus-mime-accumulate-hierarchy): New function.
19345         (gnus-mime-enter-multipart): New function.
19346         (gnus-mime-leave-multipart): New function.
19347         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19348         (gnus-mime-display-alternative): Show hierarchy numbers.
19349
19350         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19351         gnus-article-mime-hierarchy-next to nil.
19352
19353 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19354
19355         * dns.el: Don't require gnus-xmas.
19356
19357 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19358
19359         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19360         inline PGP.
19361         (mml-menu): Disable mml-quote-region if mark is inactive.
19362
19363 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19364
19365         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19366         when the group's active is not available.
19367
19368 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19369
19370         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19371         error.
19372
19373 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19374
19375         * imap.el (imap-store-password): New variable.
19376         (imap-interactive-login): Use it.
19377         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19378
19379 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19380
19381         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19382         window-start and hscroll to summary window.
19383
19384 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19385
19386         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19387         conversion message to newsrc-dribble when an actual conversion is
19388         performed.
19389
19390 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19391
19392         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19393
19394 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19395
19396         * mm-decode.el (mm-complicated-handles): New function reviving
19397         former definition of mm-multiple-handles.
19398
19399         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19400         (gnus-mime-delete-part): Use it.
19401
19402 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19403
19404         * gnus-agent.el (gnus-agent-read-local):
19405         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19406         avoid the implicit assumption that they will always be equal.
19407         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19408         coding-system-for-write, as the with-temp-file macro first prints
19409         to a buffer then saves the buffer.
19410
19411 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19412
19413         * gnus-art.el (gnus-article-edit-part): New function.
19414         (gnus-mime-save-part-and-strip): Use it; do query instead of
19415         signaling an error; don't use mm-multiple-handles.
19416         (gnus-mime-delete-part): Ditto.
19417
19418 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19419
19420         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19421         old file versions.
19422         (gnus-group-prepare-hook): Remove function that converted list
19423         form of gnus-agent-expire-days to group properties.
19424
19425         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19426         (gnus-request-accept-article): Re-indented.
19427
19428         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19429         converters to handle old agent file formats.  Add logic for a
19430         "backup before upgrading warning".
19431         (gnus-convert-mark-converter-prompt): Developers can mark
19432         functions as needing (default), or not needing,
19433         gnus-convert-old-newsrc's "backup before upgrading warning".
19434         (gnus-convert-converter-needs-prompt): Tests whether the user
19435         should be protected from potentially irreversable changes by the
19436         function.
19437
19438         * legacy-gnus-agent.el: New.  Provides converters that are only
19439         loaded when gnus-convert-old-newsrc needs to call them.
19440
19441 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19442
19443         * mail-source.el (mail-source-touch-pop): Doc fix.
19444
19445         * message.el (message-smtpmail-send-it): Doc fix.
19446
19447 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19448
19449         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19450
19451         * nnmail.el (nnmail-split-fancy): do.
19452
19453         * gnus-kill.el (gnus-kill, gnus-execute): do.
19454
19455 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19456
19457         * gnus-sum.el (gnus-widget-reversible-match)
19458         (gnus-widget-reversible-to-internal)
19459         (gnus-widget-reversible-to-external): New functions.
19460         (gnus-widget-reversible): New widget.
19461         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19462
19463 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19464
19465         * gnus-sum.el (gnus-thread-sort-functions)
19466         (gnus-article-sort-functions): Document `(not F)' items.
19467
19468 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19469
19470         * spam.el (spam-use-gmane-xref): Add new backend.
19471         (spam-gmane-xref-spam-group): Add variable to control the name of the
19472         Gmane spam group.
19473         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19474         (spam-regex-headers-spam, spam-regex-headers-ham)
19475         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19476         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19477         backends and checks.
19478         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19479
19480         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19481         an autodetect method.
19482
19483 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19484
19485         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19486         articles are being added to a group.
19487         (gnus-request-replace-article): Inform the agent that articles
19488         need to be uncached as the cached contents are no longer valid.
19489
19490 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19491
19492         * binhex.el: Don't autoload executable-find.
19493
19494         * canlock.el: Don't autoload mail-fetch-field.
19495
19496         * dgnushack.el: Autoload c-mode for XEmacs.
19497
19498         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19499
19500         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19501         rmail-dont-reply-to and rmail-output.
19502
19503         * gnus-score.el: Don't autoload ffap-string-at-point.
19504
19505         * gnus-setup.el: Don't autoload sc-cite-original.
19506
19507         * imap.el: Don't autoload base64-decode-string,
19508         base64-encode-string and md5.
19509
19510         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19511         and rmail-msg-restore-non-pruned-header.
19512
19513         * mm-decode.el: Don't autoload executable-find.
19514
19515         * mm-url.el: Don't autoload executable-find.
19516
19517         * mm-view.el: Don't autoload diff-mode.
19518
19519         * nndb.el: Don't autoload news-reply-mode, news-setup,
19520         cancel-timer and telnet.
19521
19522         * password.el: Don't autoload run-at-time for Emacs.
19523
19524         * sha1-el.el: Don't autoload executable-find.
19525
19526         * sieve-mode.el: Don't autoload c-mode.
19527
19528         * uudecode.el: Don't autoload executable-find.
19529
19530 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19531
19532         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19533         (gnus-agent-possibly-alter-active): Avoid null in numeric
19534         comparison.
19535         (gnus-agent-set-local): Refuse to save null in local object table.
19536         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19537         list of articles that will be marked as unread.
19538
19539 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19540
19541         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19542
19543 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19544
19545         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19546         language tags.
19547
19548 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19549
19550         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19551         Don't bind "obarray".
19552
19553         * gnus-sum.el (gnus-thread-sort-functions):
19554         Add `gnus-thread-sort-by-most-recent-number' and
19555         `gnus-thread-sort-by-most-recent-date'.
19556         Reported by Kai Grossjohann <kai@emptydomain.de>.
19557
19558 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19559
19560         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19561
19562 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19563
19564         * gnus-cus.el (gnus-agent-customize-category):
19565         Remove ignore-errors macro reference that required cl to be loaded at
19566         run-time.
19567
19568         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19569         single-interval range of the form (min . max).  Previously the
19570         range had to look like ((min . max)).  Likewise, return
19571         (min . max) rather than ((min . max)).
19572         (gnus-range-map): Use gnus-range-normalize to accept
19573         single-interval range.
19574
19575         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19576         the cache, but not the agent, now appear with their usual face.
19577
19578         * dgnushack.el (loaddir): New variable that is bound to the
19579         directory containing the dgnushack.el file. Use loaddir, rather
19580         than srcdir, to update load-path. Change lets dgnushack compile
19581         code in directories other than GNUS/lisp.
19582
19583 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19584
19585         * lpath.el: Don't bind w3m-safe-url-regexp.
19586
19587         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19588         w3m-safe-url-regexp variable buffer-local.
19589
19590         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19591
19592 2004-02-27  Simon Josefsson  <jas@extundo.com>
19593
19594         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19595         gnus-group-real-prefix.
19596         (gnus-summary-move-article): Use it, instead of
19597         gnus-group-real-prefix.
19598
19599 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19600
19601         * lpath.el: Bind w3m-safe-url-regexp.
19602
19603         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19604         w3m-safe-url-regexp variable buffer-local and set it as the value
19605         of mm-w3m-safe-url-regexp.
19606
19607         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19608
19609         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19610         parsing gnus-posting-styles when the message is not for replying.
19611
19612         * dgnushack.el: Autoload sgml-mode for XEmacs.
19613
19614         * nnrss.el (nnrss-opml-export):
19615         Use mm-set-buffer-file-coding-system instead of
19616         set-buffer-file-coding-system.
19617
19618 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19619
19620         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19621         of checkdoc.el).
19622         * nnrss.el: do.
19623         * gnus-mlspl.el: do.
19624         * gnus-ml.el: do.
19625         * gnus-srvr.el: do.
19626
19627         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19628
19629 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19630
19631         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19632         Corrections to custom-manual links.
19633
19634         * gnus-art.el (gnus-article): Ditto.
19635
19636         * mm-decode.el (mime-display, mime-security): Ditto.
19637
19638 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19639
19640         * flow-fill.el: Typo.
19641
19642 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19643
19644         * spam-wash.el: New file.
19645
19646 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19647
19648         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19649
19650 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19651
19652         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19653         to be run with new-articles as LIST1, not LIST2.
19654         (spam-registration-functions): Add spam-use-ham-copy as a nil
19655         registration backend.
19656
19657 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19658
19659         * spam-stat.el (spam-stat-washing-hook): New option.
19660         (spam-stat-buffer-words): Use it.
19661         (spam-stat-process-directory, spam-stat-test-directory):
19662         Use insert-file-contents-literally.
19663         (spam-stat-coding-system): New variable.
19664         (spam-stat-load, spam-stat-save): Use it.
19665
19666 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19667
19668         * spam-report.el (spam-report-plug-agent):
19669         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19670
19671 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19672
19673         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19674         Allow / in mailto URLs.
19675
19676 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19677
19678         * spam-report.el (spam-report-process-queue): Fix interactive use.
19679         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19680         (spam-report-unplug-agent): Doc fixes.
19681         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19682         (spam-report-agentize, spam-report-deagentize): Autoload.
19683
19684 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19685
19686         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19687
19688         * message.el (message-setup-fill-variables): Add mml tags to
19689         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19690         <ajk@iu.edu>.
19691         (message-mode): Don't modify paragraph-separate there.
19692
19693 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19694
19695         * compface.el (uncompface-use-external): Default to undecided.
19696         (uncompface-use-external-threshold): New variable.
19697         (uncompface-float-time): New macro.
19698         (uncompface): Determine whether to use the external decoder if
19699         uncompface-use-external is undecided.
19700
19701 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19702
19703         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19704         after images.
19705
19706         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19707
19708 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19709
19710         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19711
19712         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19713
19714         * gnus-sum.el (gnus-summary-limit-to-age)
19715         (gnus-summary-limit-children): do.
19716
19717         * gnus-int.el (gnus-request-scan): do.
19718
19719         * gnus-group.el (gnus-group-suspend): do.
19720
19721         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19722
19723         * gnus-cite.el (gnus-cite-parse-attributions): do.
19724
19725         * gnus-agent.el (gnus-summary-set-agent-mark)
19726         (gnus-agent-regenerate-group): do.
19727
19728         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19729
19730         * binhex.el (binhex-decode-region-internal): do.
19731
19732 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19733
19734         * gnus-fun.el (gnus-face-properties-alist): New user option.
19735         (gnus-display-x-face-in-from): Use it.
19736
19737         * gnus-art.el (article-display-face): Ditto.
19738
19739         * compface.el (uncompface-use-external): Default to nil.
19740
19741 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19742
19743         * nntp.el (nntp-erase-buffer): New function.
19744         (nntp-retrieve-data, nntp-send-command)
19745         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19746         (nntp-possibly-change-group): Use it.
19747
19748         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19749         Use with-current-buffer.
19750
19751 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19752
19753         * compface.el: Merge the ELisp-based uncompface program.
19754         (compface): New customization group.
19755         (uncompface-use-external): New user option.
19756         (uncompface): Call uncompface-internal if uncompface-use-external
19757         is nil.
19758         (uncompface-internal): New function.  Note that there are also
19759         some other functions and variables added for this function.
19760
19761 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19762
19763         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19764         if necessary.
19765
19766 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19767
19768         * spam-report.el (spam-report-unplug-agent)
19769         (spam-report-plug-agent, spam-report-deagentize)
19770         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19771         Add support for the Agent in spam-report: when unplugged, report to a
19772         file; when plugged, submit all the requests.
19773
19774         * spam.el (spam-register-routine): Fix message about
19775         registration.
19776
19777 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19778
19779         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19780         dependencies.
19781         (rfc2047-encode): Use it.
19782
19783         * gnus-art.el (gnus-button-marker-list): Move before first
19784         reference.
19785
19786         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19787         (imap-parse-body): Fix format string mismatch.
19788
19789         * gnus-score.el (gnus-summary-increase-score): do.
19790
19791         * nnrss.el (nnrss-close): New function.
19792
19793 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19794
19795         * nnrss.el (nnrss-make-filename): New function.
19796         (nnrss-request-delete-group, nnrss-read-server-data)
19797         (nnrss-save-server-data, nnrss-read-group-data)
19798         (nnrss-save-group-data): Use it.
19799         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19800         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19801         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19802
19803 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19804
19805         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19806
19807 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19808
19809         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19810         files.
19811
19812         * message.el (message-generate-headers-first): Don't quote nil
19813         and t in docstrings.
19814
19815         * imap.el (imap-id): do.
19816
19817         * gnus-agent.el (gnus-agent-consider-all-articles)
19818         (gnus-agent-queue-mail): do.
19819
19820 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19821
19822         * spam-report.el (spam-report-process-queue): New function.
19823         Process requests from `spam-report-requests-file'.
19824         (spam-report-process-queue): Doc fix.
19825
19826 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19827
19828         * spam.el (spam-register-routine)
19829         (spam-log-processing-to-registry, spam-log-registered-p)
19830         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19831         Change "check" to "spam-check" for semi-clarity.
19832
19833 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19834
19835         * pop3.el: Require nnheader.
19836
19837         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19838
19839         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19840
19841         * gnus-picon.el: Require cl.
19842
19843         * gnus-fun.el: Require gnus-ems and gnus-util.
19844
19845         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19846
19847         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19848
19849         * gnus-art.el (gnus-article-edit-mode): Define before first
19850         reference.
19851
19852 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19853
19854         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19855         (gnus-uu-post-encoded): Use point-at-bol.
19856
19857         * gnus-topic.el (gnus-group-active-topic-p): do.
19858
19859         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19860
19861         * gnus-group.el (gnus-group-kill-region): do.
19862
19863         * gnus-art.el (article-date-ut): do.
19864
19865         * message.el (message-fetch-field): Remove redundant
19866         case-fold-search binding.
19867         (message-narrow-to-field): Simplify.
19868
19869 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19870
19871         * spam.el (spam-directory): Derive from `gnus-directory'.
19872
19873         * spam-report.el (spam-report-url-to-file)
19874         (spam-report-requests-file): New function and variable for offline
19875         reporting.
19876         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19877         and user defined function.
19878         (spam-report-url-ping-mm-url): Remove doubled slash.
19879
19880 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19881
19882         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19883
19884 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19885
19886         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19887         Fix format string mismatch.
19888
19889         * sieve.el (sieve-deactivate-all): do.
19890
19891         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19892
19893         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19894
19895         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19896
19897         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19898
19899 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19900
19901         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19902         the list of checks.
19903
19904 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19905
19906         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19907         padding.
19908
19909 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19910
19911         * mm-view.el (mm-fill-flowed): New variable.
19912         (mm-inline-text): Use it.
19913
19914 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19915
19916         * spam.el (spam-spamassassin-register-ham-routine)
19917         (spam-spamassassin-register-spam-routine): Fix function names.
19918
19919 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19920
19921         * gnus.el (gnus-tmp-grouplens): Remove.
19922         (gnus-summary-line-format): Remove grouplens.
19923
19924         * gnus-group.el (gnus-group-line-format): Ditto.
19925
19926         * gnus-spec.el (gnus-format-specs): Ditto.
19927         (gnus-update-format-specifications): Flush the group format spec
19928         cache if there's the grouplens stuff.
19929         (gnus-parse-simple-format): Replace %l with the empty string.
19930
19931 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19932
19933         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19934         omission.
19935
19936 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19937
19938         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19939         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19940
19941 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19942
19943         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19944         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19945         New macros and functions.
19946         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19947         Handle > NLINK_MAX messages.
19948         * nnmaildir.el (nnmaildir-request-set-mark):
19949         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19950
19951 2004-01-25  Alex Schroeder  <alex@gnu.org>
19952
19953         * spam-stat.el (spam-stat-process-directory-age): New option.
19954         (spam-stat-process-directory): Use it.
19955
19956 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19957
19958         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19959         (spam-stat-save): Accept prefix argument.
19960
19961 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19962
19963         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19964         links" error.
19965
19966 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19967
19968         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19969         the rest of the and/or forms.
19970
19971 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19972
19973         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19974         compatibility with old .newsrc.eld files.
19975
19976         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19977
19978         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19979
19980         * gnus-start.el (gnus-1): do.
19981
19982         * gnus-group.el (gnus-group-line-format-alist): do.
19983
19984         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19985
19986         * gnus-gl.el: Remove.
19987
19988 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19989
19990         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19991         marks consisting of a single range {for example, (3 . 5)} rather
19992         than a list of a single range { ((3 . 5)) }.
19993
19994 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19995
19996         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19997         Use with-current-buffer.
19998         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19999         avoid consing a string.
20000
20001         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20002         Remove obsolete entries for big5 and gb2312.
20003
20004 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20005
20006         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20007         uncompressed list.
20008
20009 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20010
20011         * spam-stat.el (spam-stat-strip-xref): New function.
20012         (spam-stat-process-directory): Use it.
20013
20014         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20015         here -- it's done in message-fetch-field.
20016
20017 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20018
20019         * gnus-agent.el (gnus-agent-queue-mail)
20020         (gnus-agent-prompt-send-queue): New variables.
20021         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20022         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20023         "nndraft:queue" along to gnus-draft-send.
20024         Use gnus-agent-prompt-send-queue.
20025         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20026         is "nndraft:queue".  Suggested by Gaute Strokkenes
20027         <gs234@srcf.ucam.org>
20028
20029         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20030         (agent-enable-undownloaded-faces): Add.
20031         (gnus-agent-cat-groups): Use eval-and-compile, not
20032         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20033         method of gnus-agent-cat-groups even when the buffer has been
20034         evaled.
20035         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20036         delete gnus-agent-save-active-1.
20037         (gnus-agent-save-groups): Delete.  Identical to
20038         gnus-agent-save-active.
20039         (gnus-agent-write-active): No longer adjust agent's copy of active
20040         file as agent's adjustments are now stored in their own
20041         file.  Remove optional parameter.
20042         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20043         servers.  Add use of min/max range limits from server's local
20044         file.
20045         (gnus-agent-save-alist): Remove unused optional argument.
20046         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20047         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20048         (gnus-agent-set-local): A per-server file that keeps min/max range
20049         limits for articles known to the agent.  Provides a fast mechanism
20050         for altering many active ranges.
20051         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20052         active file (local makes it unnecessary).
20053         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20054
20055         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20056         (agent-enable-undownloaded-faces): Add.
20057
20058         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20059         disable it when sending to "nndraft:queue".
20060         (gnus-group-send-queue): Add safety check to avoid sending queue
20061         when unplugged.
20062
20063         * gnus-group.el (gnus-group-catchup): Use new
20064         gnus-sequence-of-unread-articles, not
20065         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20066         numbers of articles.  Use gnus-range-map to avoid having to
20067         uncompress the unread list.
20068         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20069         Fix invalid ange-ftp reference.
20070
20071         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20072         (gnus-sorted-range-intersection): Intersection of two ranges
20073         without requiring that they first be uncompressed.
20074
20075         * gnus-start.el (gnus-activate-group): Unless blocked by the
20076         caller, possibly expand the active range to include both cached
20077         and agentized articles.
20078         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20079         multiple version-dependent converters.
20080         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20081         gnus-agent-save-active.
20082         (gnus-save-newsrc-file): Save dirty agent range limits.
20083
20084         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20085         gnus-agent-possibly-alter-active.
20086         (gnus-adjust-marked-articles): Faster handling of simple lists.
20087
20088 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20089
20090         * spam-stat.el (spam-stat-test-directory): New optional argument
20091         displays a list of files detected.  Suggested by Andrew Cohen
20092         <cohen@andy.bu.edu>.
20093         (spam-stat-buffer-words-with-scores): Don't narrow and change
20094         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20095
20096 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20097
20098         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20099         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20100         (spam-spamassassin-arguments)
20101         (spam-spamassassin-spam-flag-header)
20102         (spam-spamassassin-positive-spam-flag-header)
20103         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20104         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20105         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20106         (spam-list-of-processors, spam-list-of-checks)
20107         (spam-list-of-statistical-checks, spam-registration-functions)
20108         (spam-check-spamassassin-headers, spam-check-spamassassin)
20109         (spam-spamassassin-score)
20110         (spam-spamassassin-register-with-sa-learn)
20111         (spam-spamassassin-register-spam-routine)
20112         (spam-spamassassin-register-ham-routine)
20113         (spam-assassin-register-spam-routine)
20114         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20115         (spam-bogofilter-score): Fix to show article before scoring.
20116
20117 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20118
20119         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20120         default scoring function.
20121         (spam-generic-score): Call spam-spamassassin-score if
20122         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20123         spam-bogofilter-score otherwise.
20124
20125         * gnus.el (spam-process, spam-autodetect-methods):
20126         Add spamassassin and spamassassin-headers.
20127
20128 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20129
20130         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20131         Suppress unnecessary messages.
20132
20133 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20134
20135         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20136         make-hash-table.
20137
20138 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20139
20140         * canlock.el (base64-encode-string): Don't autoload it.
20141
20142 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20143
20144         * run-at-time.el: Remove useless (require 'itimer),
20145         eval-and-compile and (featurep 'xemacs).
20146
20147 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20148
20149         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20150         GROUP is a virtual group.
20151
20152 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20153
20154         * gnus.el: Autoload `message-y-or-n-p'.
20155
20156 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20157
20158         * pgg-parse.el: Remove unnecessary (require 'custom).
20159
20160         * pgg-def.el: do.
20161
20162         * nnmail.el: do.
20163
20164         * gnus-undo.el: do.
20165
20166         * gnus-picon.el: do.
20167
20168         * gnus-util.el: do.
20169
20170 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20171
20172         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20173
20174 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20175
20176         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20177         handle, as well as a list.
20178
20179         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20180         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20181         (mm-w3m-cid-retrieve): Simplify.
20182
20183 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20184
20185         * message.el (message-kill-to-signature): Allow prefix arg to
20186         specify number of lines to keep before signature.
20187
20188 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20189
20190         * message.el (message-kill-to-signature): Change docstring.
20191
20192 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20193
20194         * canlock.el: Always require sha1-el.
20195         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20196
20197         * message.el: Autoload sha1 only when compiling.
20198
20199         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20200         eudc-expand-inline for XEmacs.
20201
20202 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20203
20204         * message.el (message-canlock-generate): Require sha1-el.
20205
20206 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20207
20208         * message.el (message-expand-name): Silence the byte compiler.
20209
20210         * lpath.el: Add detect-coding-system.
20211
20212         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20213         cus-edit.
20214
20215 2004-01-13  Simon Josefsson  <jas@extundo.com>
20216
20217         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20218         Invoke gnus-score-mode.
20219         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20220
20221         * gnus-range.el (gnus-compress-sequence): Doc fix.
20222         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20223
20224 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20225
20226         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20227
20228 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20229
20230         * spam.el (spam-get-article-as-string): Update to use
20231         gnus-request-article-this-buffer, much simpler.
20232         (spam-get-article-as-buffer): Remove.
20233
20234 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20235
20236         * message.el (message-expand-name): Use EUDC if the user uses that.
20237
20238 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20239
20240         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20241         character for the encoding to avoid consing a string.
20242
20243         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20244         unnecessarily.
20245
20246         * mm-util.el (mm-replace-chars-in-string): Remove.
20247
20248         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20249         of mm-replace-chars-in-string.
20250
20251 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20252
20253         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20254
20255         * mm-util.el (mm-subst-char-in-string): Support inplace.
20256
20257         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20258         a new string in every iteration.  Use shy groups.
20259
20260 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20261
20262         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20263         * gnus-soup.el (gnus-soup-group-brew):
20264         * gnus-msg.el (gnus-put-message):
20265         * gnus-move.el (gnus-group-move-group-to-server):
20266         * gnus-kill.el (gnus-batch-score):
20267         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20268         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20269         (gnus-group-update-group, gnus-group-read-group)
20270         (gnus-group-make-group, gnus-group-make-help-group)
20271         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20272         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20273         (gnus-group-sort-by-unread, gnus-group-catchup)
20274         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20275         (gnus-group-yank-group, gnus-group-set-info)
20276         (gnus-group-list-groups):
20277         * gnus.el (gnus-generate-new-group-name):
20278         * gnus-delay.el (gnus-delay-send-queue):
20279         * nnvirtual.el (nnvirtual-catchup-group):
20280         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20281         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20282         (gnus-group-prepare-topics, gnus-topic-check-topology):
20283         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20284         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20285         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20286         (gnus-group-make-articles-read):
20287         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20288         (gnus-group-change-level, gnus-kill-newsgroup)
20289         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20290         (gnus-get-unread-articles, gnus-make-articles-unread)
20291         (gnus-make-ascending-articles-unread): Use accessor
20292         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20293         to get group information for improved readability.
20294
20295
20296 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20297
20298         * gnus-art.el (article-decode-mime-words, article-babel)
20299         (gnus-article-highlight-signature, gnus-article-add-buttons)
20300         (gnus-signature-toggle): Use gnus-with-article-buffer.
20301
20302         * gnus-art.el (gnus-article-highlight-headers)
20303         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20304
20305         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20306         (gnus-article-set-globals, gnus-request-article-this-buffer)
20307         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20308         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20309         (gnus-mime-display-alternative): Use with-current-buffer.
20310
20311 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20312
20313         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20314         also under 80 char limit, and call gnus-error if needed.
20315         (spam-fetch-article-header): Fix - it was a
20316         buffer-local variable (gnus-newsgroup-data).
20317         (spam-find-spam): Use spam-generate-fake-headers, forget about
20318         spam-insert-fake-headers.
20319         (spam-insert-fake-headers): Remove.
20320
20321 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20322
20323         * deuglify.el (gnus-article-outlook-unwrap-lines)
20324         (gnus-outlook-rearrange-article)
20325         (gnus-outlook-repair-attribution-outlook)
20326         (gnus-outlook-repair-attribution-block)
20327         (gnus-outlook-repair-attribution-other): Remove redundant
20328         save-excursion.
20329
20330 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20331
20332         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20333         (spam-fetch-field-subject-fast)
20334         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20335         (spam-fetch-article-header): Add functions to deal with Gnus
20336         internals for fast retrieval of article header data.
20337         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20338
20339 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20340
20341         * pop3.el (pop3-md5): Remove.
20342         (pop3-apop): Replace pop3-md5 with md5.
20343
20344         * mm-bodies.el: base64 is always built-in.
20345
20346         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20347         Use with-current-buffer.
20348
20349 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20350
20351         * canlock.el (canlock-insert-header): Remove excessive grouping in
20352         regexp.
20353
20354         * gnus-sum.el (gnus-summary-read-document): Ditto.
20355
20356         * gnus-uu.el (gnus-uu-part-number): Ditto.
20357
20358         * html2text.el (html2text-remove-tags): Ditto.
20359         (html2text-format-tags): Ditto.
20360         (html2text-format-single-elements): Ditto.
20361
20362         * mml.el (mml-parse-1): Ditto.
20363
20364 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20365
20366         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20367
20368         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20369
20370         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20371
20372         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20373
20374 2003-11-15  Simon Josefsson  <jas@extundo.com>
20375
20376         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20377         (pgg-gpg-lookup-key): Use regexp match instead of
20378         split-string (split-string is different between emacs 21.2 and
20379         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20380
20381 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20382
20383         * gnus-art.el (gnus-mime-view-all-parts)
20384         (gnus-article-part-wrapper, gnus-article-view-part):
20385         Use with-current-buffer.
20386
20387 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20388
20389         * spam.el (spam-disable-spam-split-during-ham-respool)
20390         (spam-spamoracle-database, spam-cache-lookups)
20391         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20392         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20393         (spam-group-ham-marks, spam-group-spam-marks)
20394         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20395         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20396         also add spam-use-blackholes to the statistical checks.
20397         (spam-fetch-field-fast): Add interface to fetching fields, may
20398         become a macro.
20399         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20400         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20401         (spam-insert-fake-headers): Fake an article when needed.
20402         (spam-find-spam): Fake article when possible.
20403         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20404         (spam-check-bogofilter-headers): Use message-fetch-field instead
20405         of nnmail-fetch-field.
20406
20407 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20408
20409         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20410
20411 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20412
20413         * spam.el (spam-split): Do not require spam-use-CHECK to be
20414         enabled if that check is passed to spam-split explicitly; also
20415         fix so 'spam doesn't get converted to spam-split-group when
20416         spam-split-symbolic-return is t.
20417         (spam-find-spam): Find registrations of the article and use those
20418         instead of re-running spam-split to find the spam/ham
20419         classification of the article.
20420         (spam-log-processing-to-registry, spam-log-registered-p)
20421         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20422         Use gnus-error instead of gnus-message.
20423         (spam-log-registration-type): Add function to determine the
20424         classification of a message based on registry entries; will
20425         return nil if both 'spam and 'ham are found.
20426         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20427         a reasonably fast local cache without the loading errors.
20428         (spam-cache-lookups): Set to t by default.
20429         (spam-find-spam): Don't try to guess spam-cache-lookups.
20430         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20431         spam-caches entry.
20432         (spam-filelist-build-cache, spam-filelist-check-cache):
20433         Fix caching of whitelist/blacklist entries.
20434         (spam-check-whitelist, spam-check-blacklist):
20435         Invoke spam-from-listed-p with a type, not a cache variable.
20436         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20437
20438 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20439
20440         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20441
20442         * nnmail.el (nnmail-split-fancy): do.
20443
20444         * mml.el (mml-parse): do.
20445
20446         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20447         (gnus-score-adaptive): do.
20448
20449 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20450
20451         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20452         (gnus-mime-button-map): Don't set keymap parent.
20453         (gnus-button-ctan-directory-regexp): Use shy grouping.
20454         (gnus-prev-page-map): Don't set keymap parent.
20455         (gnus-prev-page-map): Remove duplicated one.
20456         (gnus-next-page-map): Don't set keymap parent.
20457         (gnus-mime-security-button-map): Ditto.
20458
20459         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20460         version number.
20461
20462         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20463
20464 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20465
20466         * canlock.el (canlock-sha1-function): Remove.
20467         (canlock-sha1-function-for-verify): Remove.
20468         (canlock-openssl-program): Remove.
20469         (canlock-openssl-args): Remove.
20470         (canlock-ignore-errors): Remove.
20471         (canlock-sha1-with-openssl): Remove.
20472         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20473         (canlock-verify): Don't use canlock-ignore-errors.
20474
20475         * sha1-el.el (sha1-string-external): Make it can return a string
20476         in binary form.
20477         (sha1-region-external): Ditto.
20478         (sha1-string-internal): Ditto.
20479         (sha1-region-internal): Ditto.
20480         (sha1-region): Ditto.
20481         (sha1-string): Ditto.
20482         (sha1): Ditto.
20483
20484 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20485
20486         * spam.el (spam-report-articles-gmane): New command.
20487
20488 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20489
20490         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20491
20492         * run-at-time.el (run-at-time-saved): Remove.
20493         (run-at-time): Doc fix.
20494
20495 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20496
20497         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20498         (gnus-summary-limit-map): Add it.
20499         (gnus-summary-make-menu-bar): do.
20500
20501 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20502
20503         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20504         Make attempt at some caching support (done for BBDB only now).
20505         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20506         addresses to be checked.
20507         (spam-clear-cache-BBDB): Add function, to be invoked by
20508         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20509         (spam-check-BBDB): Check and use the caches, if
20510         spam-cache-lookups is on, remove superfluous (provide).
20511
20512 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20513
20514         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20515
20516 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20517
20518         * run-at-time.el (run-at-time-saved): Move to after the definition
20519         of `run-at-time'.
20520
20521         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20522
20523 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20524
20525         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20526         mm-w3m-local-map-property.
20527
20528         * mm-view.el (mm-w3m-mode-map): Remove.
20529         (mm-w3m-local-map-property): Remove.
20530         (mm-inline-text-html-render-with-w3m): Don't use
20531         mm-w3m-local-map-property.
20532
20533 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20534
20535         * run-at-time.el: New file.
20536
20537         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20538         under Emacs.
20539
20540         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20541         of gnus-set-text-properties.
20542
20543         * gnus-uu.el (gnus-uu-save-article): Ditto.
20544
20545         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20546
20547         * gnus-cite.el (gnus-cite-parse): Ditto.
20548
20549         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20550         of gnus-.
20551
20552         * gnus-xmas.el (run-at-time): Require run-at-time.
20553
20554         * gnus.el: Change calls to nnheader-run-at-time and
20555         password-run-at-time throughout to use run-at-time directly.
20556
20557         * password.el: Remove definition of run-at-time.
20558
20559         * nnheaderxm.el: Remove definition of run-at-time.
20560
20561 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20562
20563         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20564         in prompt.
20565
20566 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20567
20568         * messagexmas.el (message-xmas-redefine): Alias
20569         `message-make-caesar-translation-table' to
20570         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20571         version.
20572
20573         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20574         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20575         `gnus-xmas-set-text-properties'.
20576         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20577         `gnus-xmas-completing-read'.
20578         (gnus-xmas-completing-read): Removed.
20579         (gnus-xmas-open-network-stream): Removed.
20580
20581         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20582         XEmacs version.
20583
20584         * dns.el (dns-make-network-process): Use `open-network-stream'
20585         instead of `gnus-xmas-open-network-stream'.
20586
20587         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20588
20589         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20590
20591 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20592
20593         * gnus-art.el (gnus-mime-display-alternative)
20594         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20595         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20596         Don't use gnus-local-map-property.
20597
20598         * gnus-util.el (gnus-local-map-property): Remove.
20599
20600         * mm-view.el (mm-view-pkcs7-decrypt):
20601         Replace gnus-completing-read-maybe-default with completing-read.
20602
20603         * gnus-util.el (gnus-completing-read): do.
20604         (gnus-completing-read-maybe-default): Remove.
20605
20606 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20607
20608         * password.el: Only autoload `run-at-time' if not XEmacs.
20609         Only autoload the itimer functions if XEmacs.
20610
20611 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20612
20613         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20614         XEmacsen.
20615
20616         * dgnushack.el: Autoload executable-find for XEmacs.
20617
20618 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20619
20620         * gnus-art.el (gnus-read-string): Remove.
20621         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20622         read-string.
20623
20624 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20625
20626         * netrc.el: Autoload password-read.
20627         (netrc): Add configuration group.
20628         (netrc-encoding-method, netrc-openssl-path):
20629         Add variables for encoding and decoding of files with symmetric
20630         ciphers.
20631         (netrc-encode): Add assistant function to encode a file with
20632         netrc-encoding-method.
20633         (netrc-parse): Add interactive parameter, added optional
20634         decoding if netrc-encoding-method is non-nil but otherwise
20635         behavior is standard.
20636         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20637         Do s/encode/encrypt/ everywhere.
20638
20639         * spam.el: Remove executable-find autoload.
20640
20641 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20642
20643         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20644
20645         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20646
20647 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20648
20649         * gnus-art.el (gnus-treat-ansi-sequences)
20650         (article-treat-ansi-sequences): New variable and function.
20651         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20652
20653         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20654         Use it.
20655
20656 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20657
20658         * mm-util.el (mm-quote-arg): Remove.
20659
20660         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20661         shell-quote-argument.
20662
20663         * gnus-uu.el (gnus-uu-command): do.
20664
20665         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20666
20667         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20668         with make-char.
20669
20670         * mm-util.el (mm-make-char): Remove.
20671
20672         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20673         add-minor-mode.
20674
20675         * gnus-undo.el (gnus-undo-mode): do.
20676
20677         * gnus-topic.el (gnus-topic-mode): do.
20678
20679         * gnus-sum.el (gnus-dead-summary-mode): do.
20680
20681         * gnus-start.el (gnus-slave-mode): do.
20682
20683         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20684
20685         * gnus-ml.el (gnus-mailing-list-mode): do.
20686
20687         * gnus-gl.el (gnus-grouplens-mode): do.
20688
20689         * gnus-draft.el (gnus-draft-mode): do.
20690
20691         * gnus-dired.el (gnus-dired-mode): do.
20692
20693         * gnus-ems.el (gnus-add-minor-mode): Remove.
20694
20695         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20696         Replace gnus-char-width with char-width.
20697
20698         * gnus-ems.el (gnus-char-width): 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         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20706         definition.
20707         Remove Emacs 20 hash table compatibility code.
20708
20709         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20710         20 compatibility code.
20711
20712         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20713
20714         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20715
20716         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20717         Replace with point-at-{eol,bol}.
20718
20719         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20720
20721         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20722
20723         * flow-fill.el (fill-flowed-point-at-bol)
20724         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20725
20726         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20727         Replace with point-at-{eol,bol} throughout all files.
20728
20729 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20730
20731         * ntlm.el (ntlm-string-as-unibyte): New macro.
20732         (ntlm-build-auth-response): Use it.
20733
20734         Remove Emacs 20 stuff:
20735         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20736         (butlast, mapc, remove): Remove the compiler macros.
20737         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20738         of delq and copy-sequence.
20739         * gnus-art.el (popup-menu): Remove the compiler macro.
20740         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20741         Emacs 20.
20742
20743 2004-01-05  Simon Josefsson  <jas@extundo.com>
20744
20745         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20746         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20747         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20748         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20749         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20750         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20751         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20752         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20753         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20754         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20755         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20756         string-xor into ntlm-string-xor.
20757         Suggested by Jesper Harder <harder@myrealbox.com>.
20758
20759         * ntlm.el: Don't include poem.
20760
20761         * md4.el (print-int32, print-string-hexa): Remove.
20762         Suggested by Jesper Harder <harder@myrealbox.com>.
20763
20764         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20765
20766         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20767         probably breaks emacs with DL patch, but do we care? Is anyone
20768         still using the DL stuff?)
20769
20770         * sieve-manage.el: Use the password package.
20771         (sieve-manage-read-passwd): Remove.
20772         (sieve-manage-interactive-login): Use password.  Re-add
20773         condition-case around loop.
20774
20775         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20776         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20777         Use the password package.
20778
20779 2003-02-19  Simon Josefsson  <jas@extundo.com>
20780
20781         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20782         token.
20783
20784 2002-08-07  Simon Josefsson  <jas@extundo.com>
20785
20786         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20787         (sieve-manage-authenticators):
20788         (sieve-manage-authenticator-alist): Add some SASL mechs.
20789         (sieve-sasl-auth): New function.
20790         (sieve-manage-cram-md5-auth):
20791         (sieve-manage-plain-auth): Rewrite using SASL library.
20792         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20793         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20794         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20795         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20796
20797 2004-01-05  Simon Josefsson  <jas@extundo.com>
20798
20799         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20800         New files.
20801
20802 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20803
20804         * gnus-group.el (gnus-no-groups-message): Update.
20805
20806         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20807
20808 2003-11-09  Simon Josefsson  <jas@extundo.com>
20809
20810         * imap.el: Support for ID IMAP extension (RFC 2971).
20811         (imap-local-variables): Add imap-id.
20812         (imap-id): New variable.
20813         (imap-id): New function.
20814         (imap-parse-response): Parse untagged ID response.
20815         * nnimap.el (nnimap-id): New variable.
20816         (nnimap-open-connection): Use it.
20817
20818 2003-12-28  Simon Josefsson  <jas@extundo.com>
20819
20820         * gnus-score.el (gnus-score-edit-all-score): New.
20821         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20822
20823 2004-01-04  Simon Josefsson  <jas@extundo.com>
20824
20825         * password.el: Add.
20826
20827 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20828
20829         * dns.el (dns-query-types): Fix typo.
20830         (dns-query-types): New function.
20831         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20832         PTR and SOA replies, see RFC 1035.
20833
20834 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20835
20836         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20837
20838         * Move to Changelog.2.
20839
20840 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20841
20842         * gnus.el (gnus-version-number): Bump version.
20843
20844 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20845
20846         * gnus.el: No Gnus v0.1 is released.
20847
20848 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20849
20850         * gnus.el: No Gnus v0.0 is released.
20851
20852 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20853
20854         * gnus.el (gnus-version-number): Bump.
20855         (gnus-version): No.
20856
20857 See ChangeLog.2 for earlier changes.
20858
20859   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20860
20861   This file is part of GNU Emacs.
20862
20863   GNU Emacs is free software: you can redistribute it and/or modify
20864   it under the terms of the GNU General Public License as published by
20865   the Free Software Foundation, either version 3 of the License, or
20866   (at your option) any later version.
20867
20868   GNU Emacs is distributed in the hope that it will be useful,
20869   but WITHOUT ANY WARRANTY; without even the implied warranty of
20870   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20871   GNU General Public License for more details.
20872
20873   You should have received a copy of the GNU General Public License
20874   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20875
20876 ;; Local Variables:
20877 ;; coding: utf-8
20878 ;; fill-column: 79
20879 ;; add-log-time-zone-rule: t
20880 ;; End: