auth-source.el: Bind load-path when loading EIEIO from "gnus-fallback-lib/eieio".
[gnus] / lisp / ChangeLog
1 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * auth-source.el: Bind load-path when loading EIEIO from
4         "gnus-fallback-lib/eieio".
5
6 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
7
8         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
9         as EIEIO must also be loaded when auth-source.el is being
10         byte-compiled.
11
12 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13
14         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
15
16         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
17
18         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
19
20         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
21
22         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
23
24         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
25
26         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
27
28         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
29         necessary.
30
31 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
32
33         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
34         nil means that nnimap doesn't get updated.
35
36 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
37
38         * auth-source.el (auth-source-netrc-create): Return a synthetic search
39         result when the user doesn't want to write to the file.
40         (auth-source-netrc-search): Expect a synthetic result and proceed
41         accordingly.
42         (auth-source-cache-expiry): New variable to override
43         `password-cache-expiry'.
44         (auth-source-remember): Use it.
45
46         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
47         parameter.  Create entry if necessary by using :create t.
48         (nnimap-open-connection-1): Don't pass `inhibit-create'.
49
50 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
51
52         * auth-source.el (auth-source-debug): Enable by default and don't
53         mention the obsolete `auth-source-hide-passwords'.
54         (auth-source-do-warn): New function to debug unconditionally.
55         (auth-source-do-debug): Use it.
56         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
57         and for Secrets API entries when the secrets.el library is not
58         available.
59
60 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
61
62         * gnus-sum.el (gnus-propagate-marks): Default to nil.
63         (gnus-summary-exit): Kill the correct article buffer on exit from a
64         `C-d' group.
65
66         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
67         gnus-propagate-marks.
68
69         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
70         before killing the buffers so that a non-full window conf gets handled
71         correctly.
72         (gnus-summary-exit): Ditto.
73         (gnus-summary-read-group-1): Ditto.
74
75         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
76         async code again so that we can debug it properly.
77
78         * message.el (message-reply): Take an optional switch-buffer parameter
79         so that Gnus window confs are respected better.
80
81 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
82
83         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
84         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
85         docstring.
86         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
87         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
88         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
89         Login collection is "Login" and not "login".
90
91 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
92
93         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
94         multiple headers.
95
96         * nnimap.el (nnimap-inhibit-logging): New variable.
97         (nnimap-log-command): Don't log login commands.
98
99         * auth-source.el (auth-source-netrc-search): The asserts seem to want
100         to have more parameters.
101
102         * nnimap.el (nnimap-send-command): Mark the command time for each
103         command, so that we don't get NOOPs stepping on our toes.
104
105         * gnus-art.el (article-date-ut): Get the date from the Date header on
106         `t'.
107
108 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * auth-source.el (auth-source-search): Use copy-sequence instead of
111         the cl.el copy-list.
112
113 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
114
115         * imap.el: Bring it back (revert
116         84d800cd31de3064f0ed39617d725709a2f8f42f).
117
118 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
119
120         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
121         Improve prompt.
122
123 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
124
125         * gnus-art.el (gnus-article-mode-line-format): Remove the article
126         washing status from the default format.  It isn't very informative.
127
128 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
129
130         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
131         Gcc processing on imap.
132
133 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
134
135         * imap.el: Remove file.  All the functionality is in nnimap.el.
136
137 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
138
139         * message.el (message-bury): Don't pop up a new window when selected
140         window is dedicated.
141
142 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
143
144         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
145
146 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
147
148         * sieve-manage.el: Autoload `auth-source-search'.
149         (sieve-sasl-auth): Use it.
150
151 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
152
153         * nnimap.el: Autoload `auth-source-forget+'.
154         (nnimap-open-connection-1): Use it if the connection fails.
155
156         * auth-source.el: Require `password-cache'.
157         (auth-source-hide-passwords, auth-source-cache): Remove and mark
158         obsolete.
159         (auth-source-magic): Marker for `password-cache' keys.
160         (auth-source-do-cache): Update docstring.
161         (auth-source-search): Use and check cache.
162         (auth-source-forget-all-cached, auth-source-remember)
163         (auth-source-recall, auth-source-forget, auth-source-forget+)
164         (auth-source-specmatchp): Caching support functions.
165         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
166         Remove and obsolete.
167         (auth-source-user-or-password): Remove caching to further discourage
168         using it.  Always hide passwords.
169
170         * password-cache.el (password-cache-remove): Accept secrets that are
171         not strings.
172
173 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
174
175         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
176         code for now, since it doesn't work for all users.
177
178 2011-02-09  Julien Danjou  <julien@danjou.info>
179
180         * message.el (message-options): Make message-options really buffer
181         local.
182
183 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
184
185         * mail-source.el: Autoload `auth-source-search'.
186         (mail-source-keyword-map): Note order matters.
187         (mail-source-set-1): Get all the mail-source source values and
188         defaults and search auth-source on those if needed.  This can all
189         probably be simplified.
190
191         * nnimap.el: Autoload `auth-source-search'.
192         (nnimap-credentials): Use it.
193         (nnimap-open-connection-1): Ask for the virtual server and physical
194         address in one shot.
195
196         * nntp.el: Autoload `auth-source-search'.
197         (nntp-send-authinfo): Use it.  Note TODO.
198
199 2011-02-08  Julien Danjou  <julien@danjou.info>
200
201         * shr.el (shr-tag-body): Add support for text attribute in body
202         markups.
203
204         * message.el (message-options): Make message-options a local variable.
205
206 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
207
208         * auth-source.el (auth-source-secrets-search)
209         (auth-source-user-or-password): Use `append' instead of `nconc'.
210         (auth-source-user-or-password): Build return list better and protect
211         against nil :secret.
212
213 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
214
215         * nnimap.el (nnimap-update-info): Refactor slightly.
216         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
217         (nnimap-update-info): Clean up slightly.
218         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
219         characters.
220         (nnimap-process-quirk): Rename function to avoid collision.
221         (nnimap-update-info): Fix macrology bug-out.
222         (nnimap-update-info): Simplify split history test.
223
224 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
225
226         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
227         `secrets-get-attributes' instead of `secrets-get-attribute'.
228         (auth-source-secrets-search): Limit search when `max' is greater than
229         number of results.
230
231 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
232
233         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
234         part not returning any data.
235
236         * proto-stream.el (open-protocol-stream): Document the return value.
237
238 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
239
240         * auth-source.el (auth-source-secrets-search): Add examples.
241
242 2011-02-06  Julien Danjou  <julien@danjou.info>
243
244         * message.el (message-setup-1): Handle message-generate-headers-first
245         set to t.
246
247 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
248
249         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
250         API with a string "secrets:collection-name" and with 'default.
251         (auth-source-backend-parse): Parse "secrets:collection-name" and
252         'default.  Recurse on parses instead of repeating code.  Use the
253         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
254         message when ignoring a source.
255         (auth-source-search): List ignored search keys at the top level.
256         (auth-source-netrc-create): Use `case' instead of `cond'.
257         (auth-source-secrets-search): Created with TODOs.
258         (auth-source-secrets-create): Created with TODOs.
259         (auth-source-retrieve, auth-source-create, auth-source-delete)
260         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
261         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
262         (auth-source-user-or-password-sftp)
263         (auth-source-user-or-password-smtp): Removed.
264         (auth-source-user-or-password): Deprecated and modified to be a wrapper
265         around `auth-source-search'.  Not tested thoroughly.
266
267 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
268
269         * auth-source.el: Bring in assoc and eioeio libraries.
270         (secrets-enabled): New variable to track the status of the Secrets API.
271         (auth-source-backend): New EIOEIO class to represent a backend.
272         (auth-source-creation-defaults): New variable to set prompt defaults
273         during token creation (see the `auth-source-search' docstring for
274         details).
275         (auth-sources): Simplify to allow a simple string as a netrc backend
276         spec.
277         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
278         (auth-source-backend-parse-parameters): Fill in the backend parameters.
279         (auth-source-search): Main auth-source API entry point.
280         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
281         (auth-source-search-collection): Helper function for searching.
282         (auth-source-netrc-parse, auth-source-netrc-normalize)
283         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
284         Supports search, create, and delete.
285         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
286         backend stubs.
287         (auth-source-user-or-password): Call `auth-source-search' but it's not
288         ready yet.
289
290 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
291
292         * message.el (message-setup-1): Remove the read-only stuff, since it
293         doesn't work under XEmacs, for some reason.
294
295         * gnus-sum.el (gnus-user-date): Rename back from
296         gnus-summary-user-date since user code refers to it.
297
298         * shr.el (shr-render-td): Store the actual background colour used.
299
300         * message.el (message-setup-1): Don't bind the constant
301         -forbidden-properties.
302         (message-setup-1): Revert previous change, since it needs to bind the
303         props to insert them.
304         (message-resend): Allow removing the read-only separator line.
305
306 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
307
308         * nnimap.el (nnimap-request-accept-article): Give an error message if
309         the APPEND wasn't successful.
310
311 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
312
313         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
314         that have no groups.
315
316 2011-02-03  Julien Danjou  <julien@danjou.info>
317
318         * gnus-draft.el: Remove progn around gnus-draft-setup.
319
320 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
321
322         * gnus-start.el (gnus-read-active-for-groups): This function is never
323         called with a nil `infos', so clean that up.
324         (gnus-get-unread-articles): Request active files from primary/secondary
325         methods that have no groups (yet).
326
327 2011-02-03  Julien Danjou  <julien@danjou.info>
328
329         * message.el (message-setup-1): Always generate References first.
330         (message-mail): Return the return value of message-setup, not always t.
331         (message-setup-1): Insert mail-header-separator with read-only and
332         intangible properties set.
333
334         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
335         user-date in docstring.
336
337         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
338
339         * gnus.el (gnus-summary-line-format): Mention &user-date format in
340         docstring.
341
342         * gnus.el (gnus-user-date-format-alist): Change default value. Use
343         defcustom, with type and group. Move from gnus-util.el. Rename to
344         gnus-summary-user-date-format-alist.
345
346 2011-02-03  Glenn Morris  <rgm@gnu.org>
347
348         * nnimap.el (gnus-fetch-headers): Declare.
349
350         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
351
352 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
353
354         * message.el (message-forward-make-body-digest-plain)
355         (message-followup, message-reply): Clean up things noted by Stefan.
356
357         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
358         gnus-article-update-date-headers is nil.
359         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
360         it didn't really work with defcustom.
361         (article-update-date-lapsed): Make sure the window start doesn't move,
362         either.
363
364 2011-02-01  Julien Danjou  <julien@danjou.info>
365
366         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
367         format.
368
369         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
370         standard in Emacs nowadays.
371
372         * color.el (color-gradient): Add a color-gradient function.
373
374 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
375
376         * message.el (message-expand-name): Don't trust the return value of
377         bbdb-complete-name.
378         (message-check-news-header-syntax): Remove unused var `start'.
379         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
380         (message-inhibit-body-encoding): Move to before first use.
381         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
382         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
383         (Organization, Message-ID, Date, mh-previous-window-config):
384         Defvar the vars using dynamic scoping.
385
386 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
387
388         * shr.el (shr-render-td): Only do colours at the final rendering.
389         Should be slightly faster.
390         (shr-insert-table): Fix up TD background colours when doing the
391         vertical padding.
392
393         * gnus-art.el (article-date-ut): Protect against articles with no Date
394         header.
395         (article-update-date-lapsed): Don't use current-column to find the
396         horizontal position.  It's fragile in the presence of \003 characters.
397
398         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
399
400 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
401
402         * gnus-art.el (article-transform-date): Rewrite to still work when
403         there are several rfc2822 parts.
404         (article-transform-date): Fix infinite recursion.
405         (article-date-ut): Replace infinitely many Date headers with a single
406         one when called interactively.
407
408         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
409         secure manner.
410
411         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
412         move around by not using save-window-excursion.  It seems to work...
413
414 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-art.el (article-make-date-line): Work for user-defined format.
417
418 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
419
420         * nntp.el (nntp-retrieve-group-data-early)
421         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
422         fetching functions.
423
424         * gnus-start.el (gnus-read-active-for-groups): Read the active files
425         thoroughly for all backends that have no known groups.  This should
426         allow new nnml methods to retrieve mail.
427
428         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
429         that Gnus doesn't know exists again.
430
431         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
432         (gnus-treat-date-ut): Ditto.
433         (gnus-article-update-date-header): Renamed.
434         (gnus-treat-date-local): Removed.
435         (gnus-treat-date-english): Removed.
436         (gnus-treat-date-lapsed): Removed.
437         (gnus-treat-date-combined-lapsed): Removed.
438         (gnus-treat-date-original): Removed.
439         (gnus-treat-date-iso8601): Removed.
440         (gnus-treat-date-user-defined): Removed.
441         (gnus-article-date-headers): New variable to control all the date
442         header options.
443         (article-date-ut): Rewrite to allow using the new way to format date
444         headers(s).
445
446 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
447
448         * nnmail.el (nnmail-article-group): Check for a direct fancy split
449         method.
450         (nnmail-article-group): A better test for fanciness.
451
452         * nnimap.el (nnimap-request-head): Protect against not finding the
453         article by Message-ID.
454
455 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
456
457         * gnus-art.el (article-update-date-lapsed): Try a better way to really
458         keep point at the "same place".
459
460 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
461
462         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
463         data if the group is unactivated.
464
465 2011-01-28  Julien Danjou  <julien@danjou.info>
466
467         * gnus-win.el: Remove dead function gnus-window-configuration-element.
468         (gnus-all-windows-visible-p): Remove old compatibility code.
469         (gnus-window-top-edge): Add docstring.
470
471         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
472
473 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
474
475         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
476         older request-update-info.
477
478         * gnus-art.el (article-make-date-line): Limit the length a bit more.
479
480 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
481
482         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
483         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
484
485 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
486
487         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
488         groups.  This makes the nndraft:queue group pop up if it's not already
489         there.
490
491         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
492         messages" logic, which was reversed.
493
494         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
495         the "same place" even if point is on the line being replaced.
496         (article-update-date-lapsed): Allow updating both the combined lapsed
497         and the lapsed headers.
498         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
499         (article-make-date-line): Limit the number of segments dynamically to
500         avoid too-long lines.
501
502 2011-01-27  Julien Danjou  <julien@danjou.info>
503
504         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
505         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
506
507 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
508
509         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
510         Use plist-get instead of the cl function getf.
511
512 2011-01-27  Glenn Morris  <rgm@gnu.org>
513
514         * gnus-util.el (float-time): Get rid of compiler warning, again.
515
516 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
517
518         * shr.el (shr-put-color): Special-case background colours: Do put them
519         at the blank parts at the front of the lines.
520
521         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
522         exit hook to nix out all data on readedness on group exit.
523
524         * gnus-util.el (float-time): If float-time is bound, always use it on
525         all Emacsen.  It's unclear why the subrp check was there.
526         (time-date): Require to make some autoload issues on XEmacs go away.
527
528         * shr.el (shr-put-color): Don't do the box padding in tables, since
529         they're already padded.
530
531 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
532
533         * gnus-art.el (gnus-article-next-page): When the last line of the
534         article is displayed, scroll down once more instead of going to the
535         next article at once.
536         (article-lapsed-string): Refactor out and allow specifying how many
537         segments you want.
538         (gnus-article-setup-buffer): Start updating the lapsed header directly.
539         (gnus-article-update-lapsed-header): New variable.
540
541         * shr.el: Revert change that made headings use different-sized faces.
542         The Emacs display engine isn't advanced enough that, for instance,
543         tables can comfortably use differntly-sized faces.
544
545 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
546
547         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
548         used.
549         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
550         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
551         we're using an encrypted connection.
552
553         * proto-stream.el: Alter the interface functions to also return the
554         actual stream type used: network or tls.
555
556 2011-01-25  Julien Danjou  <julien@danjou.info>
557
558         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
559         (mm-display-javascript-inline): New function.
560
561         * mm-decode.el (mm-inline-media-tests): Add application/javascript
562         viewing function.
563
564 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
565
566         * shr.el (shr-expand-newlines): Fix variable name.
567
568 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
569
570         * shr.el (shr-expand-newlines): Make nested boxes work.
571
572 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
573
574         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
575         backgrounds.
576         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
577         in a more sensible manner.
578
579 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
580
581         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
582         if EPG is loaded.
583
584 2011-01-24  Julien Danjou  <julien@danjou.info>
585
586         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
587         tags.
588
589 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
590
591         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
592         commands.
593
594         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
595         in the article buffer.
596         (gnus-gravatar-insert): Use blank space from the current buffer to
597         avoid breaking text properties.  This makes X-Sent updating work again.
598
599         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
600
601 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
602
603         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
604         fix the bug in url-http.el instead.
605
606         * shr.el (shr-image-fetched): Ditto.
607
608         * shr.el (shr-image-fetched): Avoid having point move in the article
609         buffer.
610
611         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
612         buffer after being called.  It's apparently being killed by url.el, and
613         killing it made point move to end-of-buffer in a random buffer.
614
615         * shr.el (shr-image-fetched): Ditto.
616
617 2011-01-23  Julien Danjou  <julien@danjou.info>
618
619         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
620
621         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
622         text/x-org.
623
624 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
625
626         * gnus-sum.el (gnus-summary-move-article): Protect against backends
627         (i.e., nnimap) returning nil as the article number.
628
629 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
630
631         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
632         "DelSp" parameter in RFC3676.
633
634 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
635
636         * message.el (message-check-recipients): Display the encoded version of
637         the bogus address if they differ.
638
639         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
640         after sending.
641
642         * gnus-agent.el (gnus-agent-send-mail): Ditto.
643
644         * gnus-group.el (gnus-group-refresh-group): New convenience function.
645
646         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
647         group buffer after sending the queue.
648
649         * gnus-agent.el (gnus-agent-send-mail): Ditto.
650
651 2011-01-22  Julien Danjou  <julien@danjou.info>
652
653         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
654
655 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
656
657         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
658         nested related parts.
659
660         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
661         unexpired articles.  This fixes the regression that led expiry marks to
662         disappear from nnfolder groups.
663
664 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
665
666         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
667         Don't confuse the "ret" of "retrograde" with RET.
668
669 2011-01-21  Julien Danjou  <julien@danjou.info>
670
671         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
672         than mm-insert-inline.
673
674 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
675
676         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
677         Widen article buffer.
678
679 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
680
681         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
682         the temp buffer.
683         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
684
685 2011-01-20  Julien Danjou  <julien@danjou.info>
686
687         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
688
689         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
690         than mm-insert-inline to insert inline part: this respect
691         mm-inline-media-tests displayers.
692
693         * mm-view.el (mm-display-shell-script-inline): New function.
694
695         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
696
697         * mm-uu.el (mm-uu-type-alist): Add org block.
698         (mm-uu-org-src-code-block-extract): New function.
699
700         * mm-view.el (mm-display-org-inline): New function.
701
702         * mm-decode.el (mm-automatic-display): Add text/org.
703
704         * mailcap.el (mailcap-mime-extensions): Add .org.
705
706 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
707
708         * gnus-art.el (gnus-article-highlight): Remove argument passed to
709         gnus-article-add-buttons.
710
711 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
712
713         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
714         From header with a date and "nobody" as the sender.
715
716 2011-01-19  Julien Danjou  <julien@danjou.info>
717
718         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
719         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
720         if you have the same regexp several times.
721         (gnus-button-push): Fix matching when regexp is symbol.
722
723 2011-01-15  Glenn Morris  <rgm@gnu.org>
724
725         * message.el (message-mail): A compose-mail function should
726         accept headers as strings.
727
728 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
729
730         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
731         Add :vert-only tags.
732         (message-mail): New arg RETURN-ACTION.
733         (message-return-action): New var.
734         (message-bury): Use it.
735         (message-mode): Make it buffer-local.
736         (message-send-and-exit): Always call message-bury.
737
738         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
739         message-mail.
740
741 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * nnimap.el (nnimap-convert-partial-article): Protect against
744         zero-length body parts.
745
746         * mm-decode.el (mm-preferred-alternative-precedence):
747         Discourage showing empty parts.
748
749         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
750         and stuff if the backend didn't return the article number.  This fixes
751         an Exchange-related nnimap bug.
752
753         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
754         group window, because it does the wrong thing when a separate frame
755         displays the group buffer.
756
757         * proto-stream.el (open-protocol-stream): Protect against the low-level
758         transport functions returning nil.
759
760 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
761
762         * mml2015.el (epg-sub-key-fingerprint): Autoload.
763         (mml2015-epg-find-usable-secret-key): New function.
764         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
765         mml2015-epg-find-usable-key (Bug#7797).
766         (mml2015-epg-encrypt): Ditto.
767
768 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * dgnushack.el (rot13-string): Fix the way to get the argument.
771
772 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
775
776 2011-01-03  Glenn Morris  <rgm@gnu.org>
777
778         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
779
780         * sieve.el (sieve-open-server): Give a more explicit error if
781         sieve-manage-open returns nil.  (Bug#7720)
782
783 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
784
785         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
786
787 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
790         This avoids sending passwords in plain text over non-encrypted
791         channels.
792
793         * shr.el (shr-rescale-image): Display all GIF images as animated images.
794
795         * nnimap.el (nnimap-login): Refactored out into own function, and
796         implement CRAM-MD5.
797         (nnimap-wait-for-line): Refactored out.
798
799         * mm-view.el (mml-smime): Require.
800
801 2010-12-20  David Engster  <deng@eml.cc>
802
803         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
804         use EPG to decrypt S/MIME messages instead of openssl.
805
806 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
807
808         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
809
810         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
811         status is the group clearly is unreachable.
812
813         * auth-source.el (auth-source-create): Add the optional second
814         parameter to `local-variable-p' to be compatible with XEmacs.
815
816 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
817
818         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
819         work when using a compressed nnml folder.
820
821 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
824         backends after sanitising on entry, because this never makes sense:
825         If the articles have gone missing, then the data no longer exists on
826         the backend, and if they haven't, then Gnus is wrong, and shouldn't
827         overwrite anything anyway.
828
829         * shr.el (shr-insert-document): Bind shr-width dynamically to
830         window-width if it's nil.
831
832 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
833
834         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
835         with the meaning of using the full emacs window width for rendering.
836
837 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
838
839         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
840         case when sender is not given.
841
842 2010-12-23  Julien Danjou  <julien@danjou.info>
843
844         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
845         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
846         the addresses, otherwise we might misplaced the gravatar.
847
848 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
849
850         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
851         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
852         obsolete in Emacs.
853
854 2010-12-20  Julien Danjou  <julien@danjou.info>
855
856         * gnus-util.el (gnus-rescale-image): Revert last change.
857
858 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
859
860         * binhex.el: Improve commentary (Bug#7482).
861
862 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * gnus-group.el (gnus-group-delete-articles): New command.
865
866 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
867
868         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
869
870 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
873         here, since it's up to the backends to do CRLF removal if their
874         protocol has it.
875
876         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
877
878 2010-12-17  Julien Danjou  <julien@danjou.info>
879
880         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
881         they are from file. Can also scale up.
882
883 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
884
885         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
886         gnus-use-agent.
887         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
888
889         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
890
891 2010-12-17  Julien Danjou  <julien@danjou.info>
892
893         * gravatar.el (gravatar-retrieve-synchronously): New function.
894         (gravatar-get-data): Make more robust.
895
896 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
897
898         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
899
900 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
903         to really consider the last line.
904
905 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
906
907         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
908         list of recipient keys, or use symmetric encryption if not a list.
909         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
910         EPA override, replacing the call to `netrc-store-data'.
911
912 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
913
914         * gnus-srvr.el: Avoid passing nil regexp argument to
915         delete-matching-lines.
916
917 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
920         fetching stops when Gnus exits.
921
922         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
923         function.
924         (nnfolder-request-expire-articles): Save all the buffers after doing
925         expiry.
926
927         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
928         the last article", since that led to serious performance regressions
929         when expiring nnml groups.
930
931 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
932
933         * nnir.el: Improve customizations.
934
935 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
936
937         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
938
939         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
940         group has been killed.
941         (gnus-group-yank-group): Ditto.
942
943         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
944
945         * nnimap.el (nnimap-request-update-group-status): New function.
946
947         * gnus-int.el (gnus-request-update-group-status): New interface
948         function.
949
950         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
951         copying read-ness to the backends.
952
953         * nnimap.el (nnimap-quirk): New function.
954         (nnimap-retrieve-group-data-early): Use it.
955         (nnimap-quirks): New alist.
956
957 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
958
959         * shr.el (shr-insert): Set shr-start after deleting trailing space;
960         don't delete it within indentation.
961
962 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
963
964         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
965         previous line.
966
967 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
970         QRESYNC command by deleting a superfluous space which broke Cyrus
971         servers.  This change will break other servers that are buggy the other
972         way around.
973
974 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
975
976         * spam.el: Reindent and fix long lines.
977         (spam-copy-or-move-routine): Exclude invalid move destinations.
978
979 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
980
981         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
982         installed the registry.
983
984 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
985
986         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
987
988 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
989
990         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
991         groupname doesn't contain "gmane".
992
993 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
996         and netrc-bound-and-true-p bindings.
997         (netrc-parse): Cache the netrc contents.
998
999         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1000         (gnus-1): Don't create the nndrafts group twice.
1001         (gnus-setup-news): There's no need to read the active file here, since
1002         that's done again later on a per-backend basis.
1003         (gnus-start-draft-setup): Make sure that the new group is started out
1004         empty.
1005
1006         * gnus-agent.el (gnus-agentize): Don't create the queue group
1007         automatically on startup.  It'll be created later, if needed.
1008
1009         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1010         of automatically subscribed groups.
1011         (gnus-auto-subscribed-categories): New variable.
1012         (gnus-matches-options-n): Use it.
1013         (gnus-default-subscribed-newsgroups): Remove unused variable.
1014         (gnus-start-draft-setup): Message a bit less.
1015
1016 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1017
1018         * nnir.el (nnir-run-imap): Return article list in order of increasing
1019         UID.
1020
1021 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1022
1023         * gnus-sum.el (gnus-summary-enter-digest-group):
1024         Mention gnus-auto-select-on-ephemeral-exit.
1025
1026         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1027         convention of the network-only option.
1028
1029 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * proto-stream.el (proto-stream-open-network-only): New function to
1032         have a way to specify non-STARTTLS upgrade connections.
1033
1034 2010-12-10  Julien Danjou  <julien@danjou.info>
1035
1036         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1037         email address is nil.
1038
1039         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1040
1041 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1042
1043         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1044         deletion.
1045         (nnir-run-imap): Only need to parse list once.
1046
1047 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * shr.el (shr-tag-script): Ignore <script>.
1050         (shr-tag-label): Add <label> support.
1051
1052 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1055
1056         * shr.el (shr-image-displayer): Work for images lined side by side.
1057
1058 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1059
1060         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1061         parameter, since XEmacs doesn't accept t as a parameter.
1062
1063 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1064
1065         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1066         ids.
1067         (nnir-run-gmane): Simplify groupspec formatting.
1068         (nnir-request-expire-articles): New function.
1069
1070 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071
1072         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1073         overflow, possibly.
1074
1075         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1076         (shr-render-td): Handle td style="" better.
1077         (shr-tag-table): Use the color from the style sheet.
1078         (shr-render-td): Make sure we copy over all the overlays, too.
1079
1080 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1081
1082         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1083         (nnir-request-article): Improve article retrieval.
1084
1085 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1086
1087         * mm-util.el (mm-extra-numeric-entities): New variable.
1088
1089         * mm-url.el (mm-url-decode-entities):
1090         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1091
1092         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1093
1094 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1095
1096         * message.el: Use completion-at-point.
1097         (message-completion-function): New fun, extracted from message-tab.
1098         (message-mode): Use it for completion-at-point-functions.
1099         (message-tab): Use it and completion-at-point.
1100
1101 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1102
1103         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1104         character if a non-breakable character follows.
1105
1106 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1109         any stream.
1110
1111         * shr.el (shr-tag-font): Colorize the region.
1112         (shr-tag-body): Ditto.
1113         (shr-tag-font): Actually let the styles be inherited instead of
1114         overwriting them.
1115         (shr-tag-font): Get the background color right.
1116         (shr-tag-style): Ignore all <style> tags for the moment.
1117
1118         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1119         a Message-ID to avoid having nnimap depend on gnus-sum.
1120
1121         * shr.el (shr-descend): Only colorize something if we have a node that
1122         sets colors.
1123
1124 2010-12-06  Julien Danjou  <julien@danjou.info>
1125
1126         * shr.el (shr-render-td): Render td content with shr-descend, so style
1127         will be applied to <td> too.
1128         (shr-colorize-region): Colorize region even if we only have a background.
1129         (shr-tag-body): Fix color and background color inheritance.
1130         Do not recolorize after shr-generic.
1131         (shr-tag-font): Let shr-generic colorize via inheritance.
1132
1133 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1136
1137 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1138
1139         * nnir.el (nnir-request-move-article): Remove obsolete code.
1140
1141 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1144
1145 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1146
1147         * gnus-sum.el (gnus-summary-respool-article): The completion function
1148         expects a list instead of an alist.
1149
1150         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1151         string as the parameter.
1152
1153         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1154
1155         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1156         styles.
1157         (shr-colorize-region): New function.
1158         (shr-insert-background-overlay): Remove.
1159         (shr-render-td): Background setting should be taken care of on a higher
1160         level.
1161         (shr-tag-body): Use post-hoc colorizations.
1162         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1163         (shr-put-color-1): Don't overwrite old colors.
1164         (shr-colorize-region): When the background color isn't explicit, use
1165         a fixed background.
1166
1167         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1168         nnmail variables.
1169
1170 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1171
1172         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1173         unless necessary.
1174
1175 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1176
1177         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1178         server.
1179
1180 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1183         so that TAB works.
1184
1185         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1186         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1187
1188         * shr.el (shr-urlify): Show the URL before the title to avoid
1189         misleading URLs.
1190
1191 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1192
1193         * shr.el (shr-urlify): Display the title in <a> tags.
1194
1195 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1196
1197         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1198
1199 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1200
1201         * nnir.el: Rearrange code to allow macros to be autoloaded by
1202         gnus-sum.el.
1203         (nnir-retrieve-headers-override-function): Make this variable
1204         customizable.
1205         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1206
1207         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1208         from nnir.el.
1209
1210 2010-12-03  Julien Danjou  <julien@danjou.info>
1211
1212         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1213
1214 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1217         allow optional argument `environment'.
1218
1219 2010-12-03  Glenn Morris  <rgm@gnu.org>
1220
1221         * mm-extern.el (message-goto-body): Update declaration.
1222
1223 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1224
1225         * gnus-util.el (gnus-macroexpand-all): New function.
1226
1227         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1228         instead of macroexpand-all that is unavailable in XEmacs.
1229
1230 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1231
1232         * nnir.el (nnir-summary-line-format): New variable.
1233         (nnir-mode): Use it.
1234         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1235         (nnir-article-ids): Reimplement as defsubst.
1236         (nnir-retrieve-headers): Don't mangle the subject header.
1237         (nnir-run-imap): Use 100 as RSV score.
1238         (nnir-run-find-grep): Fix for full server searching.
1239         (nnir-run-gmane): Better restriction to gmane groups.
1240
1241         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1242         summary buffers.
1243
1244 2010-12-02  Julien Danjou  <julien@danjou.info>
1245
1246         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1247
1248         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1249
1250         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1251         support.
1252
1253 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1254
1255         * nnir.el: Update to handle the registry better.
1256         (autoload): Silence byte-compiler.
1257         (nnir-open-server): Add a hook for nnir groups.
1258         (nnir-request-move-article): Don't mangle the header. Better to use
1259         formating variables (which will be added in the future).
1260         (nnir-registry-action): Update the registry using the original article
1261         group name.
1262         (nnir-mode): Install nnir-specific hooks for updating the registry.
1263
1264         * gnus-sum.el
1265         (gnus-article-original-subject,gnus-newsgroup-original-name):
1266         Remove obsolete variables.
1267         (gnus-summary-move-article): Remove use of obsolete variables.
1268         (gnus-summary-local-variables): Make move and delete hooks local to
1269         summary buffers.
1270
1271 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * rtree.el: New file.
1274
1275 2010-12-01  Julien Danjou  <julien@danjou.info>
1276
1277         * message.el (message-user-organization): Do not use
1278         gnus-local-organization.
1279
1280         * gnus.el: Remove gnus-local-organization.
1281
1282         * gnus-msg.el: Remove nastygram thing.
1283
1284 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1285
1286         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1287         funcall.
1288
1289 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1290
1291         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1292         names.
1293
1294         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1295         characters.
1296
1297         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1298         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1299         Suggested by Štěpán Němec <stepnem@gmail.com>.
1300         (gnus-gravatar-transform-address): Use mail-extract-address-components
1301         that supports non-ASCII names rather than mail-header-parse-addresses.
1302
1303 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * proto-stream.el (open-protocol-stream): All starttls connections are
1306         handled by the network handler.
1307
1308 2010-11-30  Julien Danjou  <julien@danjou.info>
1309
1310         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1311         (nnimap-open-connection-1): Fix PREAUTH.
1312
1313         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1314
1315 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1318         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1319         (shr-insert): Use them.
1320         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1321
1322 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1323
1324         * nnir.el (nnir-request-move-article): Bail out if original group
1325         doesn't support article moves.
1326         (nnir-get-active): Improve active list retrieval.
1327
1328 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1329
1330         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1331
1332 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1333
1334         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1335         seem to accept strings-with-numbers as port numbers,
1336
1337 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1338
1339         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1340         change the registry.
1341
1342 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1345         delete-dups that is not available in XEmacs 21.4.
1346
1347         * mm-util.el (mm-delete-duplicates): Add comment.
1348
1349 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1350
1351         * nnir.el (nnir-ignored-newsgroups): New variable.
1352         (nnir-get-active): Use it.
1353
1354 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355
1356         * proto-stream.el (proto-stream-open-network): Add some comments.
1357
1358         * nntp.el (nntp-open-connection): Provide a :success condition.
1359
1360         * nnimap.el (nnimap-open-connection-1): Ditto.
1361
1362         * proto-stream.el (proto-stream-open-network): See what the response to
1363         the STARTTLS command is.
1364
1365         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1366         backwards compatibility).
1367         (nnimap-open-connection-1): Really respect nnimap-server-port.
1368
1369         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1370         TLS upgrades we don't really care about the identity of the peer.
1371         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1372         that what we've checked for.
1373         (proto-stream-always-use-starttls): Only default to t if
1374         open-gnutls-stream exists.
1375         (proto-stream-open-network): If STARTTLS failed, then just open a
1376         normal connection.
1377         (proto-stream-open-network): Wait until the greeting before doing
1378         STARTTLS.
1379
1380         * nntp.el (nntp-open-connection): Report what the connection error is.
1381
1382         * proto-stream.el (open-protocol-stream): Rename from
1383         open-proto-stream.
1384
1385 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * nnimap.el (nnimap-stream): Change default to `undecided'.
1388         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1389         first, and then network.
1390         (nnimap-open-connection-1): Respect nnimap-server-port.
1391         (nnimap-open-connection): Be more backwards-compatible.
1392
1393         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1394         (proto-stream-open-starttls): De-duplicate the starttls code.
1395         (proto-stream-open-starttls): Folded back into the main function.
1396         (proto-stream-open-network): Fix typo in the gnutls path.
1397         (proto-stream-command): Refactor out.
1398
1399         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1400
1401         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1402         starttls.el STARTTLS.
1403
1404         * color.el (color-lab->srgb): Fix function call name.
1405
1406         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1407         if we're using tls.el.
1408         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1409         built in, then don't try to establish a STARTTLS connection.
1410
1411         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1412         servers.
1413
1414         * proto-stream.el (open-proto-stream): Use network, not stream.
1415         (open-proto-stream): Add a way to specify what the end of a command is.
1416
1417         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1418         connections types.
1419         (nntp-open-network-stream): Remove.
1420         (nntp-open-ssl-stream): Remove.
1421         (nntp-open-tls-stream): Remove.
1422         (nntp-ssl-program): Remove.
1423
1424         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1425
1426 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1427
1428         * nnir.el: Fix typos.
1429         (nnir-retrieve-headers-override-function): Rename variable to reflect
1430         new semantics.
1431         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1432         macros.
1433         (nnir-request-article, nnir-request-move-article): Use them.
1434         (nnir-categorize): New function.
1435         (nnir-run-query): Use it.
1436         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1437         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1438         sorted.
1439         (nnir-group-full-name): Use gnus-group-full-name instead.
1440         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1441         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1442
1443 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1444
1445         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1446
1447         * proto-stream.el: New library to provide protocol-specific
1448         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1449         protocols.
1450         (open-proto-stream): Complete the documentation.
1451         (proto-stream-open-network): Fix some typos.
1452
1453         * nnimap.el (nnimap-open-connection): Use it.
1454
1455 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1456
1457         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1458         negotiation.
1459
1460 2010-11-26  Julien Danjou  <julien@danjou.info>
1461
1462         * color.el: Rename various rgb functions to srgb.
1463
1464 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1465
1466         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1467         names.
1468
1469 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * shr.el (shr-insert): Revert last change.
1472         (shr-find-fill-point): Never leave point being at bol;
1473         relax the kinsoku limitation when rendering tables.
1474
1475 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1478         results from -accept-article.
1479
1480         * shr-color.el: Require cl when compiling.
1481
1482         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1483         checkin.
1484
1485         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1486
1487         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1488
1489         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1490         'add and 'delete to set backend marks.
1491
1492         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1493
1494         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1495
1496         * nntp.el (nntp-request-set-mark): Use it.
1497
1498         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1499
1500         * nnml.el (nnml-request-set-mark): Ditto.
1501
1502         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1503         introduces regressions in article selection.
1504         (nnimap-find-uid-response): New function.
1505         (nnimap-request-accept-article): Use the UID returned, if any.
1506         (nnimap-request-move-article): Use the UID returned, if any.
1507         (nnimap-get-groups): Reimplement to work with folded lines.
1508         (nnimap-find-uid-response): The UID is the last element in the list.
1509         (nnimap-request-set-mark): Extend syntax with 'set.
1510
1511         * nnml.el (nnml-request-set-mark): Ditto.
1512
1513         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1514
1515         * nntp.el (nntp-request-set-mark): Ditto.
1516
1517 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * message.el (message-called-interactively-p): A temporary macro.
1520         (message-goto-body): Use it temporarily.
1521
1522 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1523
1524         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1525         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1526         (nnimap-last-response-string): Fix last unfolding fix.
1527
1528 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1529
1530         * shr.el (shr-insert): Fix the way to fold lines.
1531
1532 2010-11-25  Julien Danjou  <julien@danjou.info>
1533
1534         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1535
1536         * color.el: Rename from color-lab.el
1537         (color-rgb->hex): Add.
1538         (color-complement): Add.
1539         (color-complement-hex): Add.
1540
1541         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1542
1543 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1544
1545         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1546         don't exist.
1547
1548 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1551         assuming that article displaying or another mml-preview may be
1552         interrupted for an error or for the like.
1553
1554         * shr.el (shr-get-background): Fix argument name.
1555
1556 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557
1558         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1559
1560         * gnus-sum.el (gnus-summary-include-articles): New function.
1561
1562         * message.el (message-goto-body): called-interactively-p needs a
1563         parameter, so use `any'.
1564
1565         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1566         clear marks before moving, since they're synced from the Gnus side
1567         first.
1568
1569         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1570         (gnus-summary-move-article): Copy over all marks before moving, so that
1571         IMAP doesn't think a new article has arrived.
1572
1573 2010-11-24  Julien Danjou  <julien@danjou.info>
1574
1575         * shr.el (shr-insert-background-overlay): Fix typo.
1576         (shr-render-td): Copy the background before rendering.
1577
1578         * shr-color.el (shr-color-visible): Fix docstring.
1579
1580         * shr.el (shr-tag-table): Add bgcolor support.
1581         (shr-render-td): Add bgcolor support.
1582         (shr-get-background): Add.
1583         (shr-insert-foreground-overlay): Use shr-get-background.
1584
1585         * message.el (message-goto-body): Use called-interactively-p.
1586         (message-in-body-p): message-goto-body returns point.
1587
1588 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1591         Fixes something or other in Emacs 23, and is backwards compatible.
1592
1593         * message.el (message-goto-body): Remove the <#secure special-casing,
1594         which is too special.
1595
1596         * shr.el (shr-parse-style): Drop !important from styles.
1597
1598 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1599
1600         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1601         this function to return incorrect results when calling it with an
1602         explicit article argument different from
1603         (gnus-summary-article-number).
1604
1605 2010-11-24  Julien Danjou  <julien@danjou.info>
1606
1607         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1608         (shr-tag-body): Add background support.
1609         (shr-descend): Add background support.
1610         (shr-tag-title): Add.
1611
1612         * shr-color.el (shr-color-visible): Really return original background
1613         if fixed.
1614
1615 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * shr.el (shr-color-check): Protect against non-existant colour names.
1618
1619 2010-11-24  Julien Danjou  <julien@danjou.info>
1620
1621         * color-lab.el: Require 'cl when compiling.
1622
1623         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1624
1625         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1626         matched part.
1627
1628         * color-lab.el: Fix all expt calls to use float type.
1629
1630 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1633         expression to shr-color-check as is.
1634
1635         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1636
1637         * color-lab.el: Add coding cookie.
1638         (float-pi): Use eval-and-compile.
1639
1640         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1641         compiled for Emacsen having no `libxml-parse-html-region' support.
1642
1643 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1644
1645         * shr.el (shr-insert-color-overlay): Split stuff like
1646         "#444444 !important" to find the real colour.
1647         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1648         parse <font color="red"> entries.
1649
1650 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1651
1652         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1653         point when parsing headers.
1654
1655         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1656         is positioned properly when parsing headers.
1657
1658 2010-11-23  Julien Danjou  <julien@danjou.info>
1659
1660         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1661
1662         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1663
1664         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1665
1666         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1667         Use shr-color-hue-to-rgb.
1668         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1669
1670 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * shr.el (shr-color->hexadecimal): Autoload.
1673         (shr-descend): Add color to all tags.
1674
1675 2010-11-22  Julien Danjou  <julien@danjou.info>
1676
1677         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1678         shr-color->hexadecimal.
1679
1680         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1681         RGB() or HSL() color representation.
1682
1683         * shr.el (shr-tag-font): Add.
1684         (shr-tag-color-check): New function to get better colors.
1685         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1686         tag-span.
1687
1688         * shr-color.el: New file.
1689
1690         * color-lab.el: New file.
1691
1692         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1693
1694 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1695
1696         * nnir.el: Fix typo in comments.
1697         (nnir-run-imap): Simplify code. No need to reverse artlist.
1698         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1699
1700 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1703
1704         * nnimap.el (nnimap-get-capabilities): Refactor out.
1705         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1706
1707 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1708
1709         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1710         appearing when `mm-uu-hide-markers' is nil.
1711
1712 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * nnimap.el (nnimap-unselect-group): Make into its own function.
1715         (nnimap-request-rename-group): Unselect group before renaming.
1716         This had gotten lost somewhere.
1717         (nnimap-request-accept-article): Keep track of examined groups, and
1718         unselect the group before APPENDing to read-only groups.
1719         (nnimap-request-move-article): Clear flags before moving so that they
1720         can be re-set later.
1721
1722 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1723
1724         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1725         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1726
1727 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * gnus-art.el (gnus-mime-display-single)
1730         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1731         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1732         parameter.
1733
1734 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735
1736         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1737         (shr-table-vertical-line): New variable.
1738         (shr-insert-table): Use it.
1739
1740 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1741
1742         * gnus-html.el (gnus-html-wash-images): Don't display images if
1743         gnus-inhibit-images is non-nil; register displayer for cid images.
1744         (gnus-html-display-image): Work for cid image.
1745         (gnus-html-insert-image): Allow arguments.
1746         (gnus-html-put-image): Inhibit read-only.
1747         (gnus-html-prefetch-images): Don't prefetch images if
1748         gnus-inhibit-images is non-nil.
1749
1750 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751
1752         * shr.el (shr-put-image): Break lines when inserting big pictures.
1753
1754 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1755
1756         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1757         sender, thanks Katsumi Yamaoka.
1758
1759 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1760
1761         * nnir.el (nnir-run-imap): Reverse the article list for each group
1762         rather than the whole list.
1763
1764 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1765
1766         * shr.el (shr-image-displayer): Protect function against non-existent
1767         image source.
1768
1769         * gnus-art.el (gnus-inhibit-images): New user option.
1770         (gnus-mime-display-single): Don't display image if it is non-nil.
1771
1772         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1773         gnus-inhibit-images.
1774
1775         * shr.el (shr-image-displayer): New function.
1776         (shr-tag-img): Use it.
1777
1778 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1779
1780         * mml2015.el (mml2015-epg-sign): Use From header.
1781
1782 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1783
1784         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1785
1786         * gnus-util.el (gnus-find-text-property-region): Return markers.
1787
1788         * shr.el (shr-tag-img): Put a displayer in the text property.
1789
1790         * gnus-util.el (gnus-find-text-property-region): New utility function.
1791
1792         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1793         (gnus-html-show-images): Remove.
1794
1795         * gnus-art.el (gnus-article-show-images): New, more general function.
1796
1797         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1798         image url text properties.
1799
1800         * shr.el: Ditto.
1801
1802         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1803         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1804
1805 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1806
1807         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1808         work for two or more articles.
1809
1810 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1811
1812         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1813         divide an image that's in an html article to two or more when washing
1814         non-ASCII characters in alt text of it.
1815
1816 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1817
1818         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1819         smime-decrypt-region using function argument.
1820         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1821
1822         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1823
1824         * smime.el (smime-decrypt-region): Catch it.
1825
1826 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1827
1828         * smime.el (smime-mode-map): Move initialization into declaration.
1829         (gnus-run-mode-hooks): Don't autoload.
1830         (smime-mode): Use define-derived-mode.
1831
1832 2010-11-11  Glenn Morris  <rgm@gnu.org>
1833
1834         * smime.el (from): Restrict declaration to XEmacs.
1835
1836         * nnir.el (gnus-group-topic-name): Autoload.
1837
1838 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * shr.el (shr-insert): Don't break long line if it is because of
1841         kinsoku-bol characters in the line end.
1842
1843 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1844
1845         * nnir.el (nnir-request-move-article): Fix to provide original group
1846         and subject.
1847         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1848         been retrieved.
1849
1850         * gnus-sum.el (gnus-summary-move-article): Use original group and
1851         subject for virtual articles such as those in an nnir summary buffer.
1852
1853 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1854
1855         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1856         least 21.5).
1857
1858         * smime.el (from): Declare it again for XEmacs.
1859
1860 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1861
1862         * message.el (message-resend): Don't disable encoding unless it's
1863         already encoded.
1864
1865         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1866         low-numbered articles.
1867
1868 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * rfc2047.el (rfc2047-syntax-table): Simplify.
1871
1872         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1873
1874         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1875         set-char-table-range for XEmacs.
1876
1877 2010-11-10  Glenn Morris  <rgm@gnu.org>
1878
1879         * time-date.el (time-to-seconds): Always an alias on Emacs,
1880         never a real function.
1881         (with-no-warnings): Remove compat stub, now unused.
1882         (time-less-p): Doc fix.
1883         (time-to-number-of-days): Simplify.
1884
1885         * smime.el (from): Remove unused declaration.
1886
1887         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1888         (gnus-float-time): On Emacs, always an alias.
1889
1890         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1891         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1892
1893 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * dgnushack.el: Don't use ignore-errors in the top level form since it
1896         is unavailable in XEmacs even if cl is loaded.
1897
1898         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1899
1900 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1901
1902         * shr.el (browse-url-mailto): Autoload.
1903
1904         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1905
1906         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1907         regexp doesn't need quoting.
1908
1909 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1910
1911         * message.el (message-subject-trailing-was-ask-regexp)
1912         (message-subject-trailing-was-regexp): Match was: in addition to was.
1913
1914 2010-11-09  Glenn Morris  <rgm@gnu.org>
1915
1916         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1917         (nnbabyl-check-mbox): Use point-at-bol.
1918
1919 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920
1921         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1922
1923         * message.el (message-mailto): New function.
1924         (message-mailto): Should accept other parameters.
1925         (message-mailto): Remove since it duplicates browse-url-mailto
1926         functionality.
1927
1928 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929
1930         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1931         methods.
1932         (gnus-read-active-file): Ditto.
1933
1934         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1935         ": " from the prompt.
1936         (gnus-group-make-group): Ditto.
1937
1938 2010-11-07  Glenn Morris  <rgm@gnu.org>
1939
1940         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1941         (gnus-bookmark-kill-line): Use point-at-eol.
1942
1943 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1946         asterisks in From header.
1947
1948 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1951         string to avoid making the From headers syntactically invalid.
1952
1953         * message.el (message-send-mail): Don't insert courtesy messages if the
1954         message already has List-Post and List-ID messages.
1955
1956 2010-11-06  Glenn Morris  <rgm@gnu.org>
1957
1958         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1959         `condition', `type', `length' a prefix.
1960         (gnus-treat-predicate): Update for above name changes.
1961
1962 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1963
1964         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1965         binding.  Handled by `gnus-summary-refer-thread' instead.
1966         (nnir-warp-to-article): New backend function.
1967
1968         * nnimap.el (nnimap-request-thread): Force dependency updating.
1969
1970         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1971         (gnus-summary-refer-thread): Rework to improve thread-referral.
1972
1973         * gnus-int.el (gnus-warp-to-article): New function.
1974
1975         * gnus-sum.el (gnus-summary-article-map): Bind it.
1976
1977 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1978
1979         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1980         gnus-summary-refer-thread.
1981
1982         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1983         headers.
1984         (gnus-summary-limit-include-thread): Prevent articles in thread from
1985         being cut in gnus-cut-threads.
1986         (gnus-summary-refer-thread): Limit retrieved headers to those in
1987         thread.
1988
1989 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * message.el (message-send-mail): Use the value of
1992         message-courtesy-message from the message buffer.
1993
1994         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1995
1996         * shr.el (shr-browse-url): Implement mailto: URLs.
1997
1998         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1999         "raw".
2000
2001         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2002         if it's already selected.
2003
2004         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2005
2006 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2009         to measure the length and truncate alt text.
2010
2011 2010-11-03  Glenn Morris  <rgm@gnu.org>
2012
2013         * nndiary.el (nndiary-generate-nov-databases-1)
2014         (nndiary-generate-active-info): Rename dynamic variable `files' to
2015         something less generic.
2016
2017 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2018
2019         * nnir.el (nnir-request-move-article): Call the underlying backend to
2020         move articles from nnir.
2021
2022 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2025
2026 2010-11-02  Julien Danjou  <julien@danjou.info>
2027
2028         * nnir.el: Remove wais support.
2029
2030 2010-11-02  Glenn Morris  <rgm@gnu.org>
2031
2032         * gnus-html.el: Reorder requirements to quieten compiler.
2033
2034 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2035
2036         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2037         properly for XEmacs as well.
2038         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2039         (gnus-article-natural-long-line-p): Use window-width rather than
2040         frame-width.
2041
2042 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2043
2044         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2045         (nnir-read-parms): Don't modify query.
2046         (nnir-run-query): Add ability to search topic on current line.
2047         (nnir-get-active): Clean up.
2048
2049 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2050
2051         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2052         degenerate articles.
2053
2054         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2055         (gnus-print-buffer): Just print the buffer as is, without any copying
2056         to a buffer and then re-highlighting.
2057
2058         * nnimap.el (nnimap-request-group): Store the new updated info.
2059         (nnimap-request-group): Select the group when we don't know whether it
2060         exists or not.
2061
2062         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2063         groups.
2064
2065         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2066         groups.
2067
2068         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2069         groups.
2070
2071         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2072         long-lines case by only filling the long lines.
2073
2074         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2075         (bug #7311).
2076
2077 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * shr.el: No need to declare `declare-function' since shr.el is for
2080         only Emacsen that provide `libxml-parse-html-region'.
2081
2082         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2083         effective only in a file it is referred to.
2084
2085 2010-11-01  Glenn Morris  <rgm@gnu.org>
2086
2087         * mm-util.el (gnus-completing-read): Autoload.
2088         (mm-read-coding-system): Simplify Emacs definition.
2089
2090         * nnmail.el (gnus-activate-group):
2091         * nnimap.el (gnutls-negotiate):
2092         * nntp.el (netrc-parse): Fix declarations.
2093
2094 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2097         string-match-p in Emacs >=23.
2098
2099         * gnus-msg.el (gnus-configure-posting-styles)
2100         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2101
2102 2010-11-01  Glenn Morris  <rgm@gnu.org>
2103
2104         * nnir.el (declare-function): Add compat stub.
2105         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2106         (nnir-run-gmane): Require 'mm-url.
2107
2108         * mm-util.el (mm-string-to-multibyte): Simplify.
2109
2110         * shr.el (declare-function): Add compat stub.
2111         (url-cache-create-filename): Declare.
2112         (mm-disable-multibyte, widget-convert-button): Autoload.
2113
2114         * smime.el (ldap-search): Declare.
2115         (smime-cert-by-ldap-1): Require ldap on Emacs.
2116
2117         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2118         (nnimap-keepalive): Use gnus-float-time.
2119
2120         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2121         (mail-source-delete-crash-box): Use gnus-float-time.
2122
2123         * gnus-dired.el (gnus-completing-read): Autoload.
2124
2125         * mm-view.el (gnus-rescale-image): Autoload.
2126
2127         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2128
2129         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2130
2131         * sieve-manage.el: Require 'cl when compiling.
2132
2133         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2134         (gnus-iswitchb-completing-read): Require iswitchb.
2135         (gnus-select-frame-set-input-focus): Silence compiler.
2136
2137 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * message.el (message-subject-trailing-was-query): Change default to t,
2140         since I think that's what most people want.
2141
2142         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2143         appending for easier debugging.
2144         (nnimap-wait-for-connection): Take a regexp.
2145         (nnimap-request-accept-article): Wait for the continuation line before
2146         sending anything unless we're streaming.
2147
2148         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2149         leave the header washing to take place.
2150
2151 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2152
2153         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2154         regular expression match and replace in posting styles.
2155
2156 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2157
2158         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2159         an entire server.
2160         (nnir-get-active): New function.
2161         (nnir-run-imap): Use it.
2162         (nnir-run-gmane): Who knew, gmane search returns an article score!
2163
2164         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2165         server on the current line with nnir.
2166
2167 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2170         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2171         left edge.
2172         (gnus-article-foldable-buffer): Skip past the prefix when determining
2173         raggedness.
2174
2175         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2176         the raw article, and change `C-u g' to show the article without doing
2177         treatments.
2178
2179         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2180         on to `gnus-treat-article'.
2181         (gnus-inhibit-article-treatments): New variable.
2182
2183         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2184
2185         * gnus-art.el (gnus-treatment-function-alist): Have
2186         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2187         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2188         sections.
2189
2190         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2191         parameter.
2192         (gnus-article-fill-cited-long-lines): New function.
2193         (gnus-article-fill-cited-article): Allow filling only long sections.
2194
2195         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2196         and non-punctuation (like after the apostrophe in "'We").
2197
2198         * gnus-sum.el (gnus-summary-select-article): Make sure
2199         gnus-original-article-buffer is alive.
2200
2201         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2202         reflect the order they're in in the digest.
2203
2204         * gnus.el (gnus-group-startup-message): Move point to the start of the
2205         buffer.
2206
2207         * nnimap.el (nnimap-capability): New function.
2208         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2209         is set.
2210
2211 2010-10-31  David Engster  <dengste@eml.cc>
2212
2213         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2214         conform with changes to gnus-completing-read.
2215
2216 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217
2218         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2219
2220 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2221
2222         * nnir.el: Move defvar, defcustom around to keep file organized
2223         and keep byte-compiler quiet.
2224         (nnir-read-parms): Accept search-engine as arg.
2225         (nnir-run-query): Pass search-engine as arg.
2226         (nnir-search-engine): Remove.
2227
2228 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229
2230         * shr.el (shr-generic): The text nodes should be text, not :text.
2231
2232         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2233         later in the file.
2234
2235 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2236
2237         * nnir.el: General clean up.  Allow searching with multiple engines.
2238         Allow separate extra-parameters for each engine.
2239         Batch queries when possible.
2240         (nnir-imap-default-search-key,nnir-method-default-engines):
2241         Add customize interface.
2242         (nnir-run-gmane): New engine.
2243         (nnir-engines): Use it.  Qualify all prompts with engine name.
2244         (nnir-search-engine): Remove global variable.
2245         (nnir-run-hyrex): Restore for now.
2246         (nnir-extra-parms,nnir-search-history): New variables.
2247         (gnus-group-make-nnir-group): Use them.
2248         (nnir-group-server): Remove in favor of gnus-group-server.
2249         (nnir-request-group): Avoid searching twice.
2250         (nnir-sort-groups-by-server): New function.
2251
2252 2010-10-30  Julien Danjou  <julien@danjou.info>
2253
2254         * gnus-group.el: Remove gnus-group-fetch-control.
2255
2256         * gnus-start.el (gnus-find-new-newsgroups):
2257         Remove gnus-check-first-time-used.
2258
2259         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2260
2261 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2262
2263         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2264         set on groups that don't have \* permanentflags.
2265
2266 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267
2268         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2269         control the background color.
2270         (shr-tag-img): Ignore very small web bug type images.
2271         (shr-put-image): Add help-echo alt texts to the images.
2272         (shr-tag-video): Show the video poster image.
2273
2274 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2275
2276         * shr.el (shr-table-depth): New variable.
2277         (shr-tag-table-1): Only insert the images after the top-level table.
2278
2279         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2280
2281         * gnus-util.el (gnus-list-memq-of-list): New function.
2282
2283         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2284         selected.
2285         (nnimap-unsplittable-articles): New slot.
2286         (nnimap-new-articles): Use it.
2287
2288 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2289
2290         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2291         move to the previous line on `M-g'.
2292
2293 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2296         *-request-group, which seems unnecessary.
2297
2298         * nnimap.el (nnimap-quote-specials): Function copied over from
2299         imap.el.
2300         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2301         they support that.  Suggested by Tom Regner.
2302
2303 2010-10-29  Julien Danjou  <julien@danjou.info>
2304
2305         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2306         defalias.
2307         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2308
2309         * gnus.el: Remove `gnus-nntp-service' variable.
2310         (gnus-secondary-servers): Make obsolete.
2311         (gnus-nntp-server): Make obsolete.
2312
2313         * gnus-start.el (gnus-1): Remove x-splash calls.
2314
2315         * gnus-ems.el (gnus-x-splash): Remove.
2316
2317         * gnus.el (gnus-group-startup-message): Simplify/update code.
2318
2319         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2320         definition.
2321
2322         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2323         capability before doing anything.
2324         (gnus-group-insert-group-line): Remove useless
2325         gnus-group-remove-excess-properties.
2326
2327 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2328
2329         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2330
2331 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2334         config after reselecting.
2335
2336 2010-10-28  Julien Danjou  <julien@danjou.info>
2337
2338         * shr.el (shr-put-image): Use point even if only inserting text.
2339         (shr-put-image): Save excursion when inserting alt text on non-graphic
2340         display, so the behaviour is the same when we are on a graphic display.
2341
2342         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2343
2344 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2347         (gnus-mime-copy-part): Check coding system, not charset.
2348         (gnus-mime-view-part-externally): Never remove part.
2349         (gnus-mime-view-part-internally): Don't remove part here.
2350         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2351         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2352         multipart/alternative.
2353
2354         * mm-decode.el (mm-display-part): Take optional arg `force'.
2355
2356 2010-10-26  Julien Danjou  <julien@danjou.info>
2357
2358         * gnus-group.el (gnus-group-default-list-level): Add this function to
2359         compute the default list level.
2360         (gnus-group-default-list-level): Add possibility to use a function.
2361
2362 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2363
2364         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2365
2366         * gnus-group.el (gnus-group-completing-read)
2367         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2368         gnus-replace-in-string.
2369
2370 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * shr.el (shr-tag-div): Add.
2373
2374         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2375
2376 2010-10-25  Julien Danjou  <julien@danjou.info>
2377
2378         * gnus-util.el: Remove `gnus-with-local-quit'.
2379
2380         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2381
2382 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2383
2384         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2385         the original article buffer.
2386
2387 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * nnimap.el (nnimap-request-head): New function.
2390         (nnimap-request-move-article): Try to be slighly faster by not
2391         requesting the entire message when moving.
2392         (nnimap-transform-headers): Don't bug out on bodiless articles.
2393         (nnimap-send-command): Have no outstanding messages if the IMAP server
2394         doesn't support streaming.
2395         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2396
2397 2010-10-24  Julien Danjou  <julien@danjou.info>
2398
2399         * message.el (message-default-headers): Fix type.
2400
2401 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2404         prefetching images.
2405
2406         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2407         backend for unknown groups.  This is mainly useful for nnimap groups.
2408
2409         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2410         group isn't covered by the agent.
2411
2412 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2413
2414         * nnir.el (nnir-method-default-engines): New variable.
2415         (nnir-run-query): Use it.
2416         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2417         (gnus-summary-nnir-goto-thread): Change group if needed.
2418
2419         * gnus-group.el (gnus-group-group-map): Add key binding for
2420         gnus-group-make-nnir-group.
2421
2422 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * shr.el (shr-tag-object): Add.
2425
2426         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2427         original article buffer live.
2428         (gnus-summary-select-article-buffer):
2429         Mention gnus-widen-article-buffer.
2430
2431 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * shr.el (shr-tag-strong): Add.
2434
2435 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436
2437         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2438         group names.  They mess up the group buffer badly.
2439
2440         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2441
2442         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2443         instead of the summary one.
2444
2445 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * mml.el (mml-preview): Work properly when editing article.
2448
2449         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2450         gnus-have-read-active-file if it's already been in.
2451
2452 2010-10-22  Tom Tromey  <tromey@redhat.com>
2453
2454         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2455         gnus-group-completing-read.
2456
2457 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * message.el (message-mode-map): Don't bind M-; to comment region, to
2460         allow the global comment-dwim to work.
2461
2462 2010-10-21  Julien Danjou  <julien@danjou.info>
2463
2464         * message.el (message-setup-1): Allow message-default-headers to be a
2465         function.
2466
2467 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2468
2469         * shr.el (shr-tag-table): Simplify.
2470
2471 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472
2473         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2474         to avoid trying to snarf invalid stuff.
2475
2476         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2477
2478         * gnus.el (gnus-message-archive-group): Quote value.
2479         (gnus-message-archive-group): Mark as changed.
2480
2481         * shr.el (shr-add-font): Don't put the font properties on the newline
2482         or the indentation.
2483
2484         * message.el (message-fix-before-sending): Change options when sending
2485         non-printable characters.
2486
2487         * gnus.el (gnus-message-archive-method): Change the default to
2488         monthly outgoing groups.
2489
2490         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2491         that have gotten new numbers.
2492
2493         * nnimap.el (nnimap-request-replace-article): New function.
2494
2495 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2498         (nnrss-request-article): Don't use special html washing code.
2499
2500 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2501
2502         * shr.el (shr-tag-table): Remove useless nconc.
2503
2504 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2505
2506         * gnus-art.el (article-wash-html): Simplify and remove the charset
2507         stuff.  Use the normal html rendering code instead of the special html
2508         washing code.
2509
2510         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2511         `gnus-w3m' symbols.
2512         (mm-text-html-washer-alist): Remove.
2513
2514         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2515         (mm-inline-media-tests): Remove use.
2516         (mm-text-html-renderer): Change default to the `shr' symbol.
2517
2518         * mm-view.el (mm-inline-text-html): Remove use.
2519
2520         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2521         `gnus-blocked-images' to be a function.
2522         (gnus-article-wash-function): Remove.
2523
2524 2010-10-20  Julien Danjou  <julien@danjou.info>
2525
2526         * spam.el (spam-list-of-processors): Mark as obsolete.
2527
2528         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2529         (nnimap-insert-partial-structure): Fix boundary detection.
2530
2531 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2532
2533         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2534         run file-truename on remote files.  This can be expensive and even
2535         prevent one from editing drafts if some unrelated buffer has a stale
2536         connection.
2537
2538 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2541         kinsoku-eol regardless of shr-kinsoku-shorten.
2542         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2543         (shr-tag-table): Support caption, thead, and tfoot.
2544
2545 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2546
2547         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2548         lines.
2549         (shr-save-contents): New command and keystroke.
2550
2551         * nndoc.el (nndoc-type-alist): Add git support.
2552         (nndoc-git-type-p): New function.
2553         (nndoc-transform-git-article): Ditto.
2554         (nndoc-transform-git-headers): Ditto.
2555         (nndoc-transform-git-headers): Generate Subject headers.
2556
2557         * shr.el (shr-parse-style): New function.
2558         (shr-tag-span): Ditto.
2559
2560         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2561         to `G G' to avoid collisions.
2562
2563 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * shr.el: Load kinsoku if necessary.
2566         (shr-kinsoku-shorten): New internal variable.
2567         (shr-find-fill-point): Make kinsoku shorten text line if
2568         shr-kinsoku-shorten is bound to non-nil.
2569         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2570         shr-indentation too when testing if table is wider than frame width.
2571         (shr-insert-table): Use `string-width' instead of `length' to measure
2572         text width.
2573         (shr-insert-table-ruler): Make sure indentation is done at bol.
2574
2575 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2576
2577         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2578         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2579         undecoded network data.
2580
2581 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2582
2583         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2584         name in the mode line spec so that the mode line menu works
2585         (bug #2431).
2586
2587         * message.el (message-get-reply-headers): If we're fed `to-address',
2588         then always use that.
2589
2590         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2591         aren't so wide as to need to switch off the edit menu.
2592
2593         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2594         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2595
2596         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2597         `M-g'.
2598         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2599         the permanent marks.
2600
2601 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2602
2603         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2604         Splitting according to references/in-reply-to obeys the ignore-groups
2605         variable, while splitting by sender and subject do not.
2606
2607 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608
2609         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2610         alist, so that we can look for non-Unicode chars.
2611         (article-translate-strings): Allow both character and string maps.
2612
2613 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * shr.el (shr-insert): Don't insert space behind a wide character
2616         categorized as kinsoku-bol, or between characters both categorized as
2617         nospace.
2618
2619 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2620
2621         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2622         headers to gnus-newsgroup-headers.
2623
2624 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * shr.el (shr-tag-img): Don't align images -- since we're not
2627         rescaling, this often leads to ugly displays.
2628
2629 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2630
2631         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2632         duplicates.
2633
2634 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2635
2636         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2637         call.
2638
2639 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2640
2641         * gnus.el: Autoload gnus-html-show-images.
2642
2643         * nnimap.el: Use nnheader-message throughout.
2644
2645         * shr.el (shr-tag-img): Ignore images with no data.
2646
2647 2010-10-15  Julien Danjou  <julien@danjou.info>
2648
2649         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2650         a possibility to disable format=flow encoding when using hard newlines.
2651
2652 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * shr.el (shr-insert): Remove space inserted before or after a
2655         breakable character or at the beginning or the end of a line.
2656         (shr-find-fill-point): Do kinsoku; find the second best point or give
2657         it up if there's no breakable point.
2658
2659 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2660
2661         * nnimap.el (nnimap-open-connection): Message when opening connection
2662         for debugging purposes.
2663
2664         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2665         on every setup buffer call to allow this to change from article to
2666         article.
2667
2668         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2669         buffers where we have a wide table.
2670
2671 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2672
2673         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2674         uses *-request-thread.
2675
2676 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2677
2678         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2679         incantation, which is no longer valid.
2680
2681 2010-10-14  Julien Danjou  <julien@danjou.info>
2682
2683         * shr.el: Fix defcustom type (char -> character).
2684
2685 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686
2687         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2688         programs.
2689
2690 2010-10-14  Julien Danjou  <julien@danjou.info>
2691
2692         * shr.el (shr-tag-a): Use url-link as widget type.
2693
2694         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2695         `gnus-group-get-icon'.
2696
2697 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2700         This should make server editing work better.
2701
2702         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2703
2704         * tls.el (tls-program): Remove spurious %s from openssl.
2705
2706         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2707         (nnimap-parse-flags): Fix regexp.
2708
2709         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2710         probably work for CJVK text, too.
2711
2712         * nnimap.el (nnimap-extend-tls-programs): Remove.
2713         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2714
2715         * tls.el (tls-starttls-switches): Remove starttls hack.
2716         (open-tls-stream): Ditto.
2717         (tls-find-starttls-argument): Ditto.
2718
2719 2010-10-13  Julien Danjou  <julien@danjou.info>
2720
2721         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2722         responses.
2723
2724 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725
2726         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2727
2728         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2729         anything in Emacs.
2730
2731         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2732
2733 2010-10-13  Julien Danjou  <julien@danjou.info>
2734
2735         * shr.el (shr-width): Make shr-width a defcustom with default to
2736         fill-column.
2737         (shr-tag-img): Use shr-width rather than fill-column.
2738
2739 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2740
2741         * dgnushack.el (byte-optimize-apply)
2742         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2743
2744         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2745         position when (X-)Faces exist.
2746         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2747         avatars when called interactively.
2748
2749 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2750
2751         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2752         gnus-article-x-face-too-ugly is bound.
2753
2754 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2757
2758         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2759         mailbox that doesn't exist.
2760
2761 2010-10-12  Julien Danjou  <julien@danjou.info>
2762
2763         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2764         (shr-get-image-data): Encode URL properly when fetching from cache.
2765         (shr-tag-img): Use aligned-to spaces to align correctly images.
2766
2767         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2768         before inserting the Gravatar.
2769
2770         * shr.el (shr-tag-img): Add align attribute support for <img>.
2771
2772 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773
2774         * gnus-gravatar.el (gnus-art): Require.
2775
2776         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2777         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2778         Remove long obsoleted functions.
2779
2780 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2783
2784         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2785
2786         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2787         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2788         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2789         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2790         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2791         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2792         * sieve-manage.el, smime.el, spam.el:
2793         Fix comment for declare-function.
2794
2795 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2796
2797         * nnimap.el (nnimap-request-rename-group): Select group read-only
2798         before renaming it.
2799
2800         * shr.el (shr-insert): Fix up the white space only regexp.
2801
2802         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2803         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2804
2805         * shr.el (shr-current-column): New function.
2806         (shr-find-fill-point): New function.
2807
2808 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2809
2810         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2811         numbers.
2812
2813 2010-10-11  Julien Danjou  <julien@danjou.info>
2814
2815         * shr.el (shr-hr-line): Add.
2816         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2817         display hr lines.
2818         (shr-max-columns): Do not change state to nil if we just inserting
2819         spaces.
2820
2821 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822
2823         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2824         select the last group.
2825
2826 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2827
2828         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2829
2830 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2831
2832         * dig.el (dig-mode-map): Declare and define in one step.
2833
2834 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2837         for Gnus.
2838         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2839         (nnimap-update-qresync-info): Mark \Seen articles as read.
2840
2841         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2842         non-variable, too.
2843
2844         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2845         available.
2846         (nnimap-update-info): Rely more on the current active than the param
2847         active to avoid marking articles as read too much.
2848
2849         * auth-source.el (auth-source-create): Use (user-login-name) for the
2850         user name default.
2851
2852         * nnimap.el (nnimap-update-info): If the server doesn't return any
2853         useful info, just use the previous info.
2854         (nnimap-update-info): Prefer old info over start-article.
2855         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2856
2857 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2858
2859         * nnir.el (autoload): Clean up autoloads.
2860         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2861         Use key rather than value.
2862         (nnir-imap-search-other): New variable.
2863         (nnir-read-parm): Use it.
2864         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2865         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2866
2867 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2868
2869         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2870         the process, too.
2871
2872 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2873
2874         * spam.el (gnus-summary-mode-map): Bind to "$".
2875         Suggested by Russ Allbery.
2876
2877         * shr.el: Rework the way things are indented by <li> slightly.
2878
2879         * gnus.el (gnus-group-set-parameter): Fix typo.
2880
2881         * nnimap.el: Start implementing QRESYNC support.
2882
2883 2010-10-09  Julien Danjou  <julien@danjou.info>
2884
2885         * nnir.el (nnir-engines): Fix too many arguments.
2886
2887 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2888
2889         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2890         group is the "last", so that the backends like nnfolder actually save
2891         their folders.
2892
2893         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2894         try to use that for the tls stream.
2895         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2896         UIDVALIDITY and find out which groups are read-only and not.
2897         (nnimap-get-flags): Use the same marks parsing code as the rest of
2898         nnimap.
2899
2900 2010-10-09  Julien Danjou  <julien@danjou.info>
2901
2902         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2903
2904         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2905         retrieving gravatars.
2906
2907         * shr.el (shr-table-corner): Add.
2908         (shr-table-line): Add.
2909         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2910
2911 2010-10-08  Julien Danjou  <julien@danjou.info>
2912
2913         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2914
2915 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2916
2917         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2918
2919         * gnus-sum.el (gnus-mark-article-as-unread)
2920         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2921         (gnus-summary-set-bookmark): Use it.
2922
2923         * gnus-msg.el (gnus-setup-message): Use it.
2924
2925         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2926
2927         * gnus.el (gnus-group-remove-parameter): Use it.
2928
2929         * gnus-group.el (gnus-group-make-web-group): Use it.
2930
2931         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2932
2933         * nnregistry.el: Update docs to mention manual.
2934
2935         * gnus-registry.el: Update docs to mention nnregistry.el.
2936         (gnus-registry-initialize): Don't install nnregistry refer method
2937         automatically.
2938         (gnus-registry-install-nnregistry): Remove it.
2939
2940 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941
2942         * shr.el (shr-insert): Don't insert double spaces.
2943
2944 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2945
2946         * gnus-gravatar.el (gnus-treat-from-gravatar)
2947         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2948         called interactively.
2949
2950         * gnus-art.el (gnus-mime-view-part-externally)
2951         (gnus-mime-view-part-internally): Make predicate function passed to
2952         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2953         of a mime type.
2954
2955         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2956
2957 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2958
2959         * shr.el (require): Require cl when compiling.
2960         (shr-tag-hr): New function.
2961
2962         * nnimap.el (nnimap-update-info): Remove double setting of high.
2963         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2964         This makes nnimap work properly on Courier again.
2965
2966         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2967         the variable for backwards compatability.
2968
2969         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2970         the file name before using to avoid setting mm-default-directory to
2971         nil.
2972
2973         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2974         bidning gnus-agent variables.
2975
2976         * shr.el (shr-render-td): Use a cache for the table rendering function
2977         to avoid getting an exponential rendering behaviour in nested tables.
2978         (shr-insert): Rework the line-breaking algorithm.
2979         (shr-insert): Don't leave trailing spaces.
2980         (shr-insert-table): Also insert empty TDs.
2981         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2982
2983 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2984
2985         * gnus-sum.el (gnus-number): Rename from `number'.
2986         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2987         (gnus-summary-limit-children): Update uses correspondingly.
2988
2989 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2992         (gnus-gravatar-transform-address): Don't show avatars of people of
2993         which mail addresses match gnus-gravatar-too-ugly.
2994
2995 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996
2997         * shr.el (shr-table-widths): Expand TD elements to fill available
2998         space.
2999
3000 2010-10-07  Julien Danjou  <julien@danjou.info>
3001
3002         * nnimap.el (nnimap-request-rename-group): Add this method.
3003
3004 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3007         name from XEmacs' function-arglist.
3008
3009         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3010         gravatar under XEmacs.
3011
3012 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3013
3014         * auth-source.el: Update docs with TODO items.
3015
3016         * gnus-sync.el: Update docs to explain state and plans.
3017
3018         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3019         Hooks for mark updates.
3020         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3021
3022         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3023         hooks with arguments, which is needed for mark update hooks.
3024
3025 2010-10-06  Julien Danjou  <julien@danjou.info>
3026
3027         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3028         was matched.
3029
3030         * sieve-manage.el: Update example in `Commentary'.
3031
3032         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3033
3034         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3035         not 2000.
3036         (sieve-manage-authenticate): Re-add function.
3037
3038 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3039
3040         * shr.el (shr-insert): Get 'space transition right.
3041         (shr-render-td): Only delete space at the end of the TD.
3042
3043         * nnimap.el (nnimap-open-connection): Prepare to support
3044         open-gnutls-stream.
3045
3046         * shr.el: Rearrange function order to be more logical.
3047
3048 2010-10-06  Julien Danjou  <julien@danjou.info>
3049
3050         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3051         (nnrss-discover-feed): Remove 404 URL in docstring.
3052
3053         * nnir.el: Fix Swish-E URL.
3054         Fix Namazu URL.
3055
3056         * message.el (message-change-subject): Remove 404 URL in a comment.
3057
3058 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3059
3060         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3061         called interactively.
3062
3063         * gnus-util.el (gnus-remove-if): Allow hash table.
3064         (gnus-remove-if-not): New function.
3065
3066         * gnus-art.el (gnus-mime-view-part-as-type)
3067         * gnus-score.el (gnus-summary-score-effect)
3068         * gnus-sum.el (gnus-read-move-group-name):
3069         Replace remove-if-not with gnus-remove-if-not.
3070
3071         * gnus-group.el (gnus-group-completing-read):
3072         Regard collection as a hash table if it is not a list.
3073
3074 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3077
3078         * shr.el: Document the table-rendering algorithm.
3079
3080 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3083         for Emacsen having no `libxml-parse-html-region' support.
3084
3085 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3086
3087         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3088         invalid URLs.
3089
3090         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3091         line-broken.
3092         (shr-tag-img): Ignore image fetching errors.
3093         (shr-overlays-in-region): Compute overlay positions correctly.
3094
3095         * mm-decode.el (mm-shr): Require shr.
3096
3097         * gnus-art.el (gnus-blocked-images): Move variable here.
3098
3099         * shr.el (shr-insert-table): Bind free variable.
3100
3101         * mm-decode.el (mm-shr): Bind shr-content-function.
3102
3103         * shr.el (shr-content-function): New variable.
3104
3105         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3106         added for symmetry.
3107
3108         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3109
3110         * gnus-group.el (gnus-group-make-group): Doc fix.
3111
3112         * nnimap.el (nnimap-request-newgroups): Return success.
3113
3114         * shr.el (shr-find-elements): New function.
3115         (shr-tag-table): Put all the images after the table.
3116         (shr-tag-table): Really inhibit images inside the table.
3117         (shr-collect-overlays): Copy over overlays from the TD elements to the
3118         main document.
3119
3120         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3121         gnus-blocked-images.
3122
3123 2010-10-05  Julien Danjou  <julien@danjou.info>
3124
3125         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3126
3127         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3128         (gnus-html-maximum-image-size): Add this function.
3129         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3130
3131         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3132         server-value of the capability is nil.
3133
3134 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3135
3136         * shr.el (shr-tag-em): Add <EM> tag.
3137
3138 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3139
3140         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3141         customizable.
3142
3143         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3144         handing broken links to browse-url.
3145
3146 2010-10-05  Julien Danjou  <julien@danjou.info>
3147
3148         * gnus-util.el (gnus-emacs-completing-read)
3149         (gnus-iswitchb-completing-read): Use autoload rather than require.
3150
3151 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3154         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3155         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3156         iswitchb-temp-buflist for XEmacs.
3157
3158         * gnus-util.el (gnus-completing-read-function): Exclude
3159         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3160         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3161         XEmacs.
3162
3163         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3164         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3165
3166         * gnus-html.el: Don't require help-fns under XEmacs.
3167         (gnus-html-schedule-image-fetching): Work for XEmacs.
3168
3169         * mm-decode.el (mm-shr): Decode contents by charset.
3170
3171 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3174         unknown.
3175
3176         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3177         (shr-get-image-data): Ensure against the cache file missing.
3178
3179         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3180         for data.
3181
3182         * spam-report.el (spam-report-url-ping-plain): Don't query about
3183         killing the process.
3184
3185         * shr.el (shr-render-td): Protect against too-wide text.
3186
3187 2010-10-04  Julien Danjou  <julien@danjou.info>
3188
3189         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3190         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3191
3192         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3193         retrieved.
3194
3195 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3196
3197         * shr.el (browse-url): Require.
3198         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3199         lines.
3200         (shr-show-alt-text, shr-browse-image): New commands.
3201         (shr-browse-url, shr-copy-url): New commands.
3202
3203         * gnus-sum.el (gnus-widen-article-window): New variable.
3204         (gnus-summary-select-article-buffer): Use it.
3205
3206         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3207         without @ signs.
3208
3209 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3210
3211         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3212
3213 2010-10-04  Julien Danjou  <julien@danjou.info>
3214
3215         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3216         for XEmacs.
3217
3218 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219
3220         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3221
3222         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3223         (nnimap-close-server): Implement.
3224
3225         * dgnushack.el (iswitchb): Require to shut up the compiler.
3226
3227         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3228         (shr-insert): Tweak line breaking.
3229         (shr-insert): Handle <pre> better.
3230         (shr-tag-li): Get <li> indentation right.
3231         (shr-tag-li): Get <li> indentation even righter.
3232         (shr-tag-blockquote): Ensure paragraph start.
3233         (shr-make-table): Tweak table generation.
3234         (shr-make-table): Fix typo.
3235
3236         * shr.el: Implement table rendering.
3237
3238 2010-10-04  Julien Danjou  <julien@danjou.info>
3239
3240         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3241
3242 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3243
3244         * shr.el (shr-insert): Use string anchors instead of line anchors.
3245
3246 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3247
3248         * shr.el: Add headings.
3249         (shr-ensure-paragraph): Actually work.
3250         (shr-tag-li): Make <ul> prettier.
3251         (shr-insert): Get white space at the beginning/end of elements right.
3252         (shr-tag-p): Collapse subsequent <p>s.
3253         (shr-ensure-paragraph): Don't insert double line feeds after blank
3254         lines.
3255         (shr-insert): \t is also space.
3256         (shr-tag-s): Fix "s" tag name function.
3257         (shr-tag-s): Fix face prop name.
3258
3259 2010-10-03  Julien Danjou  <julien@danjou.info>
3260
3261         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3262
3263         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3264         gnus-window-inside-pixel-edges.
3265
3266         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3267         gnus-ems.
3268
3269         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3270
3271         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3272         function.
3273
3274         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3275         resize choice.
3276
3277 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3278
3279         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3280         beginning of the buffer.
3281
3282         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3283         article buffer again.
3284
3285         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3286
3287         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3288         when it's at the start of the buffer.
3289
3290         * shr.el (shr-tag-blockquote): Convert name.
3291         (shr-rescale-image): Use the right image-size variant.
3292
3293         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3294         buffer isn't shown, then select the current article first instead of
3295         bugging out.
3296         (gnus-summary-select-article-buffer): Show both the article and summary
3297         buffers again.
3298
3299         * shr.el (shr-fontize-cont): Protect against regions with no text.
3300         Rename tag functions to shr-tag-* for enhanced security.
3301         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3302
3303 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3304
3305         * shr.el (shr-insert):
3306         * pop3.el (pop3-movemail):
3307         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3308         loaded.
3309
3310 2010-10-03  Glenn Morris  <rgm@gnu.org>
3311
3312         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3313
3314         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3315
3316         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3317
3318         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3319
3320         * gnus-util.el (gnus-make-local-hook): Simplify.
3321
3322 2010-10-02  Julien Danjou  <julien@danjou.info>
3323
3324         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3325         (gnus-ido-completing-read): New function.
3326         (gnus-emacs-completing-read): New function.
3327         (gnus-completing-read): Use gnus-completing-read-function.
3328         Add gnus-completing-read-function.
3329
3330 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * shr.el (shr-insert-document): Autoload.
3333         (shr-img): Be silent.
3334         (shr-insert): Add a newline after every picture before text.
3335         (shr-add-font): Use overlays for combining faces.
3336         (shr-insert): Pass upwards the text start point.
3337
3338         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3339         possible.
3340         (mm-shr): New function.
3341
3342 2010-10-02  Julien Danjou  <julien@danjou.info>
3343
3344         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3345         should go backward.
3346
3347 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3348
3349         * shr.el (shr): Fix typo in provide call.
3350
3351 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * shr.el: New file.
3354
3355         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3356
3357         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3358         completing read.
3359
3360 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3361
3362         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3363         we're being queried about.  Suggested by Dan Jacobson.
3364
3365         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3366         Suggested by Jason Eisner.
3367
3368         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3369         table, too.  Suggested by Stefan Wiens.
3370         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3371         the table unnecessary.  Suggested by Stefan Wiens.
3372
3373         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3374         longer needed, and probably doesn't work either, as pointed out by
3375         Stefan Wiens.
3376         (gnus-summary-exit): Remove call to the clearing function.
3377         (gnus-summary-exit-no-update): Ditto.
3378
3379         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3380         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3381         Reported by Stefan Monnier.
3382         (gnus-summary-save-in-rmail): Ditto.
3383
3384         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3385         article buffer, instead of both the article buffer and the summary
3386         buffer.  Sort of suggested by Dan Jacobson.
3387
3388         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3389
3390         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3391         Suggested by Dan Jacobson.
3392
3393         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3394         documentation clearer.
3395
3396         * message.el (message-shorten-references): Comment on the number "21".
3397         Suggested by Stefan Monnier.
3398
3399         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3400         Suggested by Dan Jacobson.
3401
3402         * gnus.el (gnus-large-newsgroup):
3403         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3404
3405         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3406         externalize attachments.  Bug reported by Steve Wen.
3407
3408         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3409         really message anything to the user.
3410
3411         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3412         directly.
3413
3414         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3415         messages in empty groups.
3416
3417 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3418
3419         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3420         non-UIDNEXT group.
3421
3422 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3423
3424         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3425         not the value from the collection.
3426
3427         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3428         values.  This sometimes happens on some groups that have no info.
3429         (nnimap-request-newgroups): New function.
3430
3431 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3432
3433         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3434         check into `gnus-registry-initialize'.
3435         (gnus-registry-initialize): Ditto.
3436         Fix and extend header docs.
3437
3438 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3439
3440         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3441         regexp backtrace overflows.
3442
3443         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3444         for starttls that tls.el implements; i.e. openssl.
3445
3446         * tls.el (tls-starttls-switches): Give up on using starttls with
3447         gnutls-cli.
3448         (tls-program): Add --insecure to be consistent with the defaults from
3449         openssl s_client.  Now all three commands are insecure.
3450
3451 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3452
3453         * lpath.el: Bind completion-styles-alist for XEmacs.
3454
3455         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3456         (gravatar-create-image): New function that's an alias to
3457         gnus-xmas-create-image, gnus-create-image, or create-image.
3458         (gravatar-data->image): Use it.
3459
3460 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3461
3462         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3463         install the nnregistry refer method.
3464         (gnus-registry-install-hooks): Use it.
3465         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3466         unfollowed groups.
3467
3468 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3469
3470         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3471         expanding threads.
3472
3473 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3474
3475         * nnir.el: Use the server names without suffixes (bug #7009).
3476
3477         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3478         unencrypted to STARTTLS, if possible.
3479
3480 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3481
3482         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3483         headers before superseding.
3484
3485 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3486
3487         * nnrss.el (nnrss-use-local): Add documentation.
3488
3489         * nnimap.el (nnimap-extend-tls-programs): New function.
3490         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3491         (nnimap-wait-for-connection): Accept the greeting from the stupid
3492         output from openssl s_client -starttls, too.
3493
3494         * tls.el (tls-starttls-switches): New variable.
3495         (tls-find-starttls-argument): Use it.
3496         (open-tls-stream): Ditto.
3497
3498         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3499         (netrc-machine): Ditto.
3500
3501         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3502         article number.
3503         (nnimap-split-fancy): New variable.
3504         (nnimap-split-incoming-mail): Use it.
3505
3506         * nntp.el (nntp-server-list-active-group): Document.
3507
3508         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3509         SELECT to get the message-id.
3510
3511         * mail-source.el (mail-sources): Remove webmail support.
3512         (defvar): Ditto.
3513         (mail-source-fetcher-alist): Ditto.
3514         (mail-source-fetch-webmail): Remove.
3515
3516         * webmail.el: Remove -- doesn't seem relevant any more.
3517
3518         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3519
3520         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3521         the \r.
3522
3523 2010-09-30  Julien Danjou  <julien@danjou.info>
3524
3525         * gnus-agent.el (gnus-agent-add-group): Fix call to
3526         gnus-completing-read.
3527
3528 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * nndoc.el (nndoc-retrieve-groups): New function.
3531
3532         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3533         `default', use nnmail-split-methods.
3534         (nnimap-request-article): Downcase the NILs so that they are nil.
3535
3536         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3537         symbol.
3538
3539         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3540         code, since if the user has requested network, that's what they ought
3541         to get.
3542         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3543         (nnimap-split-rule): Mark as obsolete.
3544
3545         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3546         New variable.
3547
3548         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3549         correct slot, too.
3550
3551 2010-09-29  Julien Danjou  <julien@danjou.info>
3552
3553         * gnus.el (gnus-local-domain): Declare variable obsolete.
3554
3555         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3556         Fix history computing.
3557         (gnus-ido-completing-read): Require ido.
3558
3559 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3562         build Gnus.
3563
3564         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3565         when interpreting the structures.
3566         (nnimap-request-accept-article): Add \r\n to the lines to make this
3567         work with Cyrus.
3568
3569         * nndraft.el (nndraft-request-expire-articles): Use the group name
3570         instead if "nndraft".  Fix found by Nils Ackermann.
3571
3572 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3573
3574         * nnregistry.el: Add.
3575
3576 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3577
3578         * nnmail.el (group, group-art-list, group-art):
3579         Remove unneeded directives.
3580
3581 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3584         (mm-mime-charset)
3585         * rfc2047.el (rfc2047-syntax-table)
3586         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3587
3588         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3589         rather than `insert-file-contents' and `eval-region'.
3590
3591         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3592         construction.
3593
3594         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3595
3596         * time-date.el: No need to require cl for Emacs 21.
3597
3598 2010-09-29  Julien Danjou  <julien@danjou.info>
3599
3600         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3601         replacement of `gnus-gravatar-relief' to mimic
3602         `gnus-faces-properties-alist'.
3603         Add :version property.
3604
3605 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * mail-source.el (mail-source-report-new-mail)
3608         * message.el (message-default-mail-headers)
3609         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3610
3611         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3612
3613 2010-09-28  Julien Danjou  <julien@danjou.info>
3614
3615         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3616         mail-address contains the same string as real-name.
3617
3618         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3619         non-blank in header, otherwise it'll get stripped.
3620
3621         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3622         real-name, and then for mail address rather than doing : or , search.
3623
3624 2010-09-27  Julien Danjou  <julien@danjou.info>
3625
3626         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3627         right completing-read function.
3628         (gnus-use-ido): New variable
3629         (gnus-completing-read-with-default): Remove.
3630         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3631         (gnus-agent-add-group):
3632         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3633         * mm-view.el (mm-view-pkcs7-decrypt):
3634         * mm-util.el (mm-codepage-setup):
3635         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3636         * mml-smime.el (mml-smime-openssl-sign-query):
3637         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3638         (mml-insert-multipart):
3639         * gnus-msg.el (gnus-summary-yank-message):
3640         * gnus-int.el (gnus-start-news-server):
3641         * mm-decode.el (mm-interactively-view-part):
3642         * gnus-dired.el (gnus-dired-attach):
3643         * gnus.el (gnus-read-method):
3644         * gnus-bookmark.el (gnus-bookmark-jump):
3645         * gnus-art.el (gnus-mime-view-part-as-type)
3646         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3647         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3648         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3649         * nnmairix.el (nnmairix-create-server-and-default-group)
3650         (nnmairix-update-groups, nnmairix-get-server)
3651         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3652         (nnmairix-get-group-from-file-path):
3653         * nnrss.el (nnrss-find-rss-via-syndic8):
3654         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3655         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3656         (gnus-group-browse-foreign-server):
3657         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3658         (gnus-summary-execute-command, gnus-summary-respool-article)
3659         (gnus-read-move-group-name):
3660         * gnus-score.el (gnus-summary-increase-score)
3661         (gnus-summary-score-effect):
3662         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3663
3664 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3665
3666         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3667         x-focus-frame.
3668
3669         * nnimap.el (auth-source-forget-user-or-password)
3670         (auth-source-user-or-password): Autoload.
3671
3672         * message.el (message-from-style, message-interactive)
3673         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3674         (message-yank-prefix, message-indentation-spaces, message-signature)
3675         (message-signature-file): Add comment.
3676
3677 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3678
3679         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3680         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3681         new articles.
3682
3683         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3684         parts.
3685         (nnimap-request-article): Work with the t setting, too.
3686
3687         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3688         that you don't get flashes of other buffers.
3689         (gnus-summary-show-complete-article): Intern before setting.
3690
3691 2010-09-27  David Engster  <dengste@eml.cc>
3692
3693         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3694         well as HEADERS.
3695         (nnmairix-retrieve-headers): Provide new argument for the above.
3696
3697 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3698
3699         * gnus-sum.el (gnus-summary-move-article): Don't alter
3700         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3701         group.
3702
3703         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3704
3705         * message.el (message-cite-prefix-regexp): Revert my last edit.
3706
3707         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3708         variable instead of the Gnus variable.
3709
3710         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3711
3712         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3713
3714         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3715         since some servers don't like it.
3716         (nnimap-open-connection): Forget credentials if the server says the
3717         password was wrong.
3718         (nnimap-parse-line): Protect against invalid data.
3719
3720         * gnus-sum.el (gnus-summary-move-article): Add comment.
3721         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3722         nothing alters it while scanning for new messages.
3723
3724         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3725         which may or may not help.
3726         (nnimap-open-connection): If we're doing a stream connection, and then
3727         discover we're on a STARTTLS-capable server, then open a STARTTLS
3728         connection instead.
3729
3730 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3731
3732         * nnimap.el (utf7): Require.
3733
3734         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3735         prefix.
3736
3737 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3738
3739         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3740
3741 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3742
3743         * nnimap.el (nnimap-request-accept-article): Message the error on
3744         error.
3745
3746 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3749
3750 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * nndoc.el (nndoc-request-list): Return success always.
3753
3754         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3755         `fetch-old' -- we only want to fetch the articles we've requested.
3756         The rest are in the agent, probably.
3757         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3758         disappeared server" to something low.  It's not important.
3759
3760         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3761         arrived before the FETCH data.
3762
3763         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3764         target here, because we don't know the Gnus name of the group.
3765
3766         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3767         for the correct group.
3768
3769         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3770
3771         * gnus.el (gnus): Give a final warning after startup.
3772
3773         * gnus-util.el (gnus-action-message-log): New variable.
3774         (gnus-message): Use it.
3775         (gnus-final-warning): New function.
3776
3777         * nnimap.el (nnimap-open-connection): Record the greeting.
3778         (nnimap): Add greeting.
3779
3780 2010-09-26  Julien Danjou  <julien@danjou.info>
3781
3782         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3783         arguments.
3784         (gnus-html-wash-images): Fix spec computing to include start/end.
3785
3786         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3787
3788 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789
3790         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3791         deletion.
3792         (nnimap-retrieve-headers): Don't select the group, because that's
3793         already done by nnimap-possibly-change-group.
3794
3795         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3796         (gnus-picon-transform-address): Use it.
3797
3798         * mail-source.el (mail-source-value): Revert previous patch.
3799
3800         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3801         on failure.
3802         (nnimap-open-connection): Look up both virtual and physical server name
3803         credentials.
3804
3805         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3806
3807 2009-02-07  Dave Love  <fx@gnu.org>
3808
3809         * tls.el (open-tls-stream): Don't query killing process.
3810
3811 2009-02-08  Dave Love  <fx@gnu.org>
3812
3813         * gnus-win.el (gnus-window-to-buffer-helper)
3814         (gnus-all-windows-visible-p): Function needn't be a symbol.
3815
3816         * mail-source.el (mail-source-value): Function needn't be a symbol.
3817
3818 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3819
3820         * message.el (message-cite-prefix-regexp): Remove } from the cite
3821         prefix.
3822
3823         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3824         highlight again, so that the highlight is correct.
3825
3826         * gnus-picon.el (gnus-picon): Remove again.
3827         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3828
3829         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3830         doing the header highlightling, so that the background colour of the
3831         picon is correct.
3832
3833         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3834         (gnus-picon): Ditto.
3835         (gnus-picon): Reinstate.  The background colour for picons is white.
3836         (gnus-picon-insert-glyph): Make the background white.
3837
3838         * nnml.el (nnml-open-nov): Don't return dead buffers.
3839
3840         * auth-source.el (auth-source-create): Query the user for whether to
3841         store the credentials.
3842
3843         * netrc.el (netrc-store-data): New function.
3844
3845         * auth-source.el (auth-source-user-or-password): Use the existing auth
3846         sources, if any, for creation.
3847
3848         * gnus.el (gnus-group-fast-parameter): Return the last matching
3849         parameter instead of the first matching parameter.
3850
3851 2010-09-26  Julien Danjou  <julien@danjou.info>
3852
3853         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3854
3855 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3856
3857         * mml2015.el (mml2015-use): Remove gpg support.
3858
3859         * mml1991.el (mml1991-function-alist): Remove gpg function.
3860         (mml1991-gpg-sign): Remove.
3861
3862 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3863
3864         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3865         (gnus-browse-unsubscribe-current-group): Document it.
3866         (gnus-browse-unsubscribe-group): Use it.
3867
3868 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3869
3870         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3871         address to the To list for easier response.
3872
3873         * gnus.el (gnus-play-startup-jingle): Remove.
3874         (gnus-splash): Don't play jingle.
3875         (gnus): Silence gnus-load message.
3876
3877         * gnus-art.el (gnus-treat-play-sounds): Remove.
3878
3879         * gnus.el (gnus-play-jingle): Remove audio support.
3880
3881         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3882
3883         * earcon.el: Remove -- no users.
3884
3885         * gnus-audio.el: Remove -- no users of this package.
3886
3887         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3888
3889         * gnus-start.el (gnus-setup-news): Remove nocem support.
3890
3891         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3892
3893         * gnus.el (gnus-use-nocem): Remove.
3894
3895         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3896         Remove.
3897
3898         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3899         uses NoCeM any more.
3900
3901         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3902         (gnus-button-ctan-handler): Ditto.
3903         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3904         (gnus-button-ctan-directory-regexp): Ditto.
3905         (gnus-button-handle-ctan): Ditto.
3906         (gnus-button-tex-level): Ditto.
3907         (gnus-button-alist): Remove CTAN stuff.
3908
3909 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3910
3911         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3912         nnimap-streaming test.
3913
3914         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3915         servers twice.
3916
3917         * nnimap.el (nnimap-open-connection): Add more error reporting when
3918         nnimap fails early.
3919
3920         * nnheader.el (nnheader-get-report-string): New function.
3921         (nnheader-get-report): Use it.
3922
3923         * gnus-int.el (gnus-check-server): Say what the error was when opening
3924         failed.
3925
3926         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3927         using streaming.
3928
3929 2010-09-25  Julien Danjou  <julien@danjou.info>
3930
3931         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3932         gnus-window-inside-pixel-edges.
3933
3934 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935
3936         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3937
3938         * mm-decode.el (mm-save-part): Allow saving to other directories the
3939         normal Emacs way.
3940
3941         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3942         Suggested by Jay Berkenbilt.
3943
3944         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3945         there isn't a single byte.
3946
3947         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3948         just do it.  It doesn't really seem to matter what the user responds
3949         here, I think, so it's just a confusing question.
3950
3951         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3952         non-streaming case.
3953
3954         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3955         (gnus-article-encrypt-body): Use it.
3956
3957         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3958         keystroke.
3959
3960         * nnimap.el (nnimap-find-wanted-parts-1):
3961         Use gnus-fetch-partial-articles.
3962
3963         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3964
3965         * nnimap.el (nnimap-insert-partial-structure): New function.
3966         (nnimap-get-partial-article): New function.
3967         (nnimap-request-article): Use it.
3968         (nnimap-wait-for-response): Return whether the wait was successful.
3969         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3970         retrieval wasn't successful.
3971         (nnimap-retrieve-group-data-early): Allow throttling servers.
3972         (nnimap-streaming): New variable.
3973         (nnimap-fetch-partial-articles): Remove.
3974
3975         * mm-decode.el (mm-with-part): Protect against killed buffers.
3976
3977         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3978         for prettier summary display.
3979
3980 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3981
3982         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3983
3984 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3985
3986         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3987         apparently third-party libraries depend on it.
3988
3989         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3990         before starting negotiation.
3991
3992         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3993         privacy reasons.
3994         (gnus-treat-mail-gravatar): Ditto.
3995
3996         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3997         buffer when inserting images.  Inserting text into the headers, for
3998         instance, can make them invalid.
3999
4000 2010-09-25  Julien Danjou  <julien@danjou.info>
4001
4002         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4003         variables.
4004
4005         * nnheader.el: Remove useless variables news-reply-yank-from and
4006         news-reply-yank-message-id.
4007
4008         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4009         variables.
4010
4011         * mml1991.el: Remove useless mml1991-verbose.
4012
4013         * gnus.el: Remove useless variable gnus-use-generic-from.
4014         Remove obsolete variable gnus-topic-indentation.
4015
4016         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4017
4018         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4019
4020         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4021
4022         * gnus-group.el: Remove useless gnus-group-icon-cache.
4023         Remove useless gnus-ephemeral-group-server.
4024
4025         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4026
4027         * mml2015.el: Remove useless mml2015-verbose.
4028
4029         * mml-smime.el: Remove useless mml-smime-verbose.
4030
4031         * gnus.el: Remove useless gnus-local-domain.
4032
4033         * gnus-gravatar.el (gnus-gravatar-transform-address):
4034         Use gnus-gravatar-size.
4035
4036         * gnus-art.el: Remove useless gnus-treat-translate.
4037
4038 2010-09-24  Julien Danjou  <julien@danjou.info>
4039
4040         * gnus-sum.el: Add support for Gravatars.
4041
4042         * gnus-art.el: Add support for Gravatars.
4043
4044         * gnus-gravatar.el: Add this file.
4045
4046         * gravatar.el: Add this file.
4047
4048 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4049
4050         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4051
4052         * gnus-group.el (gnus-group-fetch-faq): Remove.
4053
4054         * gnus.el (gnus-group-faq-directory): Remove.
4055
4056         * gnus-group.el (gnus-group-fetch-charter): Remove.
4057
4058         * gnus.el (gnus-group-charter-alist): Remove.
4059
4060         * gnus-group.el (gnus-group-archive-directory): Remove.
4061         (gnus-group-recent-archive-directory): Ditto.
4062         (gnus-group-make-archive-group): Remove.
4063
4064         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4065
4066         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4067         use the same article number for all the cached articles.
4068
4069         * nnimap.el (nnimap-command): Register the last command time so
4070         that we can use it for idling NOOPs.
4071         (nnimap-open-connection): Start the keeplive timer.
4072         (nnimap-make-process-buffer): Store all the process buffers.
4073         (nnimap-keepalive): New function.
4074
4075         * starttls.el (starttls-open-stream): Add autoload cookie.
4076
4077 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4078
4079         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4080         handling.
4081
4082 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083
4084         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4085         its data structures.
4086
4087         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4088         instead of the cl.el copy-list.
4089         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4090         equalp.
4091
4092 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4093
4094         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4095         and tool-bar-local-item-from-menu.
4096
4097         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4098         mode-line-highlight face for Emacs.
4099
4100         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4101         loading gnus-sum.elc; fix comment for canlock-verify.
4102         (gnus-article-jump-to-part): Use read-number.
4103         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4104         Remove Emacs pre-21 compatible code for help-echo.
4105         (gnus-article-next-page-1): No need to adjust the number of lines.
4106         (gnus-article-describe-bindings): Always use help-buffer.
4107
4108         * gnus-audio.el (gnus-audio-inline-sound)
4109         * gnus-cus.el (gnus-custom-mode)
4110         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4111
4112         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4113
4114         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4115         compatible code.
4116
4117 2010-09-24  Glenn Morris  <rgm@gnu.org>
4118
4119         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4120         visiting the fcc file in rmail-mode.
4121
4122         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4123
4124 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4125
4126         * nnir.el: Silence the byte compiler.
4127
4128         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4129         alias to browse-url-url-encode-chars if any.
4130         (gnus-html-encode-url): Use it.
4131
4132 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4133
4134         * gnus-start.el (gnus-use-backend-marks): New variable.
4135         (gnus-get-unread-articles-in-group): Use it.
4136
4137         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4138         makeover.
4139
4140 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4141
4142         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4143
4144 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4145
4146         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4147         Remove.
4148         (gnus-setup-news-hook):
4149         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4150
4151         * gnus-int.el (gnus-request-update-info): Protect against backends not
4152         having the function.
4153
4154         * nnimap.el (nnimap-stream): Mention starttls.
4155         (nnimap-open-connection): Add starttls support.
4156
4157 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4158
4159         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4160
4161 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4162
4163         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4164         BODYSTRUCTUREs.
4165         (nnimap-transform-headers): Unfold quoted {42} headers.
4166
4167         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4168         the info.
4169         (gnus-get-unread-articles): Only call updatep on backends that support
4170         it.
4171
4172         * nnweb.el (nnweb-request-update-info): NOOP.
4173
4174         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4175
4176         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4177         since it only deals with marks.
4178
4179         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4180         gnus-request-marks, and make a new gnus-request-update-info.
4181
4182         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4183         the active instead of the high number, which is usually too low.
4184
4185 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4186
4187         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4188         * encrypt.el: Remove.
4189
4190 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4193         server in symbolic form.
4194
4195         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4196
4197 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4198
4199         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4200         (nnimap-update-info): Fix up code slightly.
4201
4202         * gnus-int.el (gnus-open-server): Add tracing for performance
4203         debugging.
4204
4205         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4206         (gnus-group-insert-group-line): Pass the real group name so that it
4207         gets the right data.
4208
4209         * gnus-start.el (gnus-get-unread-articles): Don't have
4210         `gnus-get-unread-articles-in-group' update info, since that can be
4211         really slow and doesn't seem to be needed?
4212
4213 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4214
4215         * time-date.el (date-to-time): Try using parse-time-string first before
4216         using the slower timezone-make-date-arpa-standard.
4217
4218 2010-09-22  Julien Danjou  <julien@danjou.info>
4219
4220         * gnus-group.el (gnus-group-insert-group-line):
4221         Call gnus-group-highlight-line.
4222         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4223         default hook list.
4224         (gnus-group-update-eval-form): Add new function.
4225         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4226         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4227
4228 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4229
4230         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4231         immediate, then expire all articles.
4232         (nnimap-update-info): Fix off-by-one errors.
4233         (nnimap-flags-to-marks): Would return no marks lists for group with no
4234         flags.  Instead return the other data.
4235
4236 2010-09-22  Julien Danjou  <julien@danjou.info>
4237
4238         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4239         Only return an icon.
4240         (gnus-group-insert-group-line): Compute icon to return.
4241
4242         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4243         (gnus-html-image-fetched): Only cache if
4244         gnus-html-image-automatic-caching is set.
4245         (gnus-html-image-fetched): Check for errors.
4246
4247 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4248
4249         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4250         once per method on `g'.  This ensures that backends like nnfolder don't
4251         open all their folders.
4252
4253         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4254         (nnimap-request-list): Nix out group in the correct buffer.
4255         (nnimap-parse-flags): Implement by using `read' instead of
4256         hand-parsing.
4257         (nnimap-flags-to-marks): Pass on permanent-flags.
4258         (nnimap-make-process-buffer): Record the server name.
4259         (nnimap-parse-flags): Fix typo.
4260         (nnimap-request-scan): Run split on the server in general, not just a
4261         single group.
4262
4263         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4264         parameter, and propagate this downwards.
4265
4266         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4267         since EXAMINE changes it on the server.
4268
4269         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4270         this command might take a while.
4271
4272 2010-09-22  Julien Danjou  <julien@danjou.info>
4273
4274         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4275         harmful if you have 2 images side-by-side, they can't be properly
4276         update on text deletion.  Using text-property is safer here.
4277         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4278         data.
4279
4280 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4281
4282         * nnimap.el (nnimap-expunge-inbox): Remove.
4283         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4284         (nnimap-expunge): Flip default to t.
4285
4286         * gnus.el (gnus-method-to-server): Don't push things to the cache
4287         unless it's unique.
4288         (gnus-server-to-method): Ditto.
4289
4290 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4291
4292         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4293
4294 2010-09-22  Julien Danjou  <julien@danjou.info>
4295
4296         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4297         get the start of data.
4298         (gnus-html-encode-url): Add this function to encode special chars in
4299         URL.
4300         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4301         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4302
4303         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4304         default.
4305         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4306
4307         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4308         images alt-text.
4309         (gnus-html-put-image): Put alt-text as help-echo.
4310
4311 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4314         * mm-util.el (mm-decompress-buffer)
4315         * nnir.el (nnir-run-find-grep)
4316         * pop3.el (pop3-list): Use 3rd arg of split-string.
4317
4318         * time-date.el (format-seconds): Comment fix.
4319
4320         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4321         and byte-optimize-form-code-walker.
4322         (dgnushack-make-auto-load): Don't advise make-autoload.
4323
4324         * lpath.el: Remove Emacs 21 stuff.
4325
4326 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4327
4328         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4329         outside the active range.  Suggested by Dan Christensen.
4330
4331         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4332         slightly later to avoid double-getting it.
4333
4334         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4335         previous patch.
4336
4337         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4338
4339 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4340
4341         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4342
4343 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4344
4345         * gnus-int.el (gnus-open-server): Give a better error message in the
4346         "go offline" case.
4347
4348         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4349         marks for nnimap, which is seldom the right thing to do.
4350
4351         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4352         (gnus-same-method-different-name): New function.
4353
4354         * nnimap.el (parse-time): Require.
4355
4356         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4357         method in the presence of many similar methods.
4358
4359         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4360
4361         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4362         nnml-inhibit-expiry.
4363
4364         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4365         find out whether methods are equal.
4366
4367         * nnimap.el (nnimap-find-expired-articles): New function.
4368         (nnimap-process-expiry-targets): New function.
4369         (nnimap-request-move-article): Request the article before looking at
4370         what the Message-ID is.  Fix found by Andrew Cohen.
4371         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4372
4373         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4374         for oldness in addition to being a predicate.
4375
4376         * nnimap.el (nnimap-request-group): When we have zero articles, return
4377         the right data to Gnus.
4378         (nnimap-request-expire-articles): Only delete articles immediately if
4379         the target is 'delete.
4380
4381         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4382         method, this would bug out.
4383
4384         * gnus-group.el (gnus-group-expunge-group): Rename from
4385         gnus-group-nnimap-expunge, and implemented as a normal interface
4386         function.
4387
4388         * gnus-int.el (gnus-request-expunge-group): New function.
4389
4390         * nnimap.el (nnimap-request-create-group): Implement.
4391         (nnimap-request-expunge-group): New function.
4392
4393 2010-09-21  Julien Danjou  <julien@danjou.info>
4394
4395         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4396         (gnus-html-cache-expired): Add new function.
4397         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4398         wethever we should display image for fetch it.
4399         Compute alt-text earlier to pass it to the fetching function too.
4400         (gnus-html-schedule-image-fetching): Change function argument to only
4401         get one image at a time, not a list.
4402         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4403         cache.
4404         (gnus-html-get-image-data): New function to retrieve image data from
4405         cache.
4406         (gnus-html-put-image): Change buffer argument to use image data rather
4407         than file, and place image above region rather than inserting a new
4408         one.  Do not take alt-text as argument, since it's useless now: we place
4409         the image above alt-text.
4410         (gnus-html-prune-cache): Remove.
4411         (gnus-html-show-images): Start to fetch image when we find one, do not
4412         push into a temporary list.
4413         (gnus-html-prefetch-images): Only fetch image if they have expired.
4414         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4415         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4416
4417 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4420
4421 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422
4423         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4424         spec inser "*" if the group isn't active instead of 0.
4425
4426         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4427         opening the server.
4428         (nnimap-request-delete-group): Implement group deletion.
4429         (nnimap-transform-headers): Return the size of the entire message in
4430         the Bytes header, not just the size of the first part.
4431         (nnimap-request-move-article): When moving an article from nnimap,
4432         request the article first so the accepting form has an article to
4433         accept.  Reported by Dan Christensen.
4434         (nnimap-command): Make sure that the error message doesn't error out.
4435
4436 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4437
4438         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4439         we haven't requested anything.
4440
4441 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442
4443         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4444         "".  Fix found by Andrew Cohen.
4445
4446         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4447         instead of -encode-string.
4448
4449 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4450
4451         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4452
4453         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4454         by mm-subst-char-in-string.
4455
4456 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4457
4458         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4459         waiting for the connection string.
4460
4461         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4462         arriving.
4463
4464         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4465         bogus characters.  This allows selecting certain Gmail groups.
4466
4467         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4468         (nnimap-fetch-partial-articles): New variable.
4469         (nnimap-open-connection): When looking for credentials, also use the
4470         nnimap-server-port.
4471         (nnimap-request-article): Return the group/article number, so that Gnus
4472         `^' works as expected.
4473         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4474
4475         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4476         comments.
4477         (gnus-methods-sloppily-equal): New function.
4478         (gnus): When using the development version of Gnus, load the gnus-load
4479         file.
4480
4481         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4482         `gnus-open-server' on each method before trying to scan them etc.
4483         This ensures that all the backend parameters are set correctly.
4484
4485         * nnimap.el (nnimap-authenticator): New variable.
4486         (nnimap-open-connection): Allow anonymous login.
4487         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4488         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4489
4490         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4491         patch, found by Knut Anders Hatlen.
4492
4493 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4494
4495         * gnus-agent.el (gnus-agent-batch-confirmation)
4496         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4497         to gnus-message.
4498         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4499         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4500         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4501         * gnus-int.el (gnus-open-server): Likewise.
4502         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4503         (gnus-score-check-syntax): Likewise.
4504         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4505         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4506         Likewise.
4507         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4508
4509 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4510
4511         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4512         calling conventions so that prefetch doesn't bug out.
4513
4514 2010-09-19  Julien Danjou  <julien@danjou.info>
4515
4516         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4517         rather than `subst-char-in-region' in order to be able to replace ASCII
4518         char by UTF-8 ones.
4519
4520         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4521         than curl.
4522         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4523         the right URL and ALT text on images.
4524         (gnus-html-wash-tags): Fix tag case.
4525         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4526         (gnus-article-html): Add -o display_ins_del=2 option.
4527         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4528
4529 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4530
4531         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4532         the extra mail headers, which sometimes seem to happen for unknown
4533         reasons.
4534
4535         * mail-parse.el (mail-header-encode-parameter): Define as
4536         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4537         (or most, perhaps?) mail readers don't understand the latter, but do
4538         understand the former.
4539
4540         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4541         to nil, so that no methods are automatically agentized.  I think this
4542         is probably what most users want.
4543
4544         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4545         from url-retrieve, for instance about invalid URLs.
4546
4547         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4548         groups that have no articles.
4549         (nnimap-request-article): Check that we really got an article when we
4550         requested one.
4551
4552         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4553         doesn't exist.
4554
4555         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4556         nntp buffer so the agent can save it.
4557         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4558         that CRLF doesn't get translated to \n.
4559         (nnimap-open-connection): Don't make 'shell commands only send \n.
4560
4561 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4562
4563         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4564         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4565         Update var name.
4566         (nnml-generate-nov-file): Use dolist.
4567         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4568         Use with-current-buffer.
4569
4570 2010-09-18  Julien Danjou  <julien@danjou.info>
4571
4572         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4573         parallel.
4574
4575 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4576
4577         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4578         the range update right.
4579         (nnimap-request-group): Don't make `M-g' bug out on group with no
4580         marks.
4581         (nnoo): Require, so that other packages can require nnimap.
4582         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4583         command we're looking for.  This helps when the server sends more
4584         responses after we've gotten everything we expected.
4585         (nnimap): Add a `newlinep' field to keep track of end-of-line
4586         conventions.
4587         Don't send CRLF to things that don't want it.
4588         (nnimap-request-accept-article): Ditto.
4589
4590 2010-09-18  Julien Danjou  <julien@danjou.info>
4591
4592         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4593         than curl to retrieve images.
4594
4595 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4596
4597         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4598         the marks.
4599         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4600         (nnimap-wait-for-connection): New function.
4601         (nnimap-open-connection): If we have PREAUTH, don't query for login
4602         credentials.
4603         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4604         when doing a partial update.
4605
4606 2010-09-18  Julien Danjou  <julien@danjou.info>
4607
4608         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4609         tags.
4610
4611 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4612
4613         * nnimap.el (nnimap-credentials): New function.
4614         (nnimap-open-connection): Use the new function to look for credentials
4615         also on the numeric equivalents of "imap" and "imaps".
4616
4617         * gnus-start.el (gnus-activate-group): Send the info to
4618         gnus-request-group.
4619
4620         * nnimap.el (nnimap-request-group): Have the "check" version of the
4621         function parse flags and update the info, so that a `M-g' get a total
4622         resync of all flags from the group.
4623
4624         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4625         to allow backends to alter the info on group selection.  Also alter all
4626         the backend -request-group functions to take the parameter.
4627
4628         * nnimap.el (nnimap-store-info): New function.
4629         (nnimap-update-info): Store the info for later usage.
4630         (nnimap-request-group): Use the stored info for the dont-check case, so
4631         that we don't retrieve all marks when we enter a group.
4632
4633         * nnimap.el: Use deffoo instead of defun for interface functions.
4634
4635         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4636         update the group info.  This makes the nndraft groups, for instance, go
4637         back to their old behaviour.
4638
4639         * gnus-sum.el (gnus-select-newsgroup): Indent.
4640
4641         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4642         in.
4643         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4644         nothing.
4645
4646         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4647         from methods that are denied.
4648
4649         * gnus-int.el (gnus-method-denied-p): New function.
4650
4651         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4652         store the password instead of netrc.
4653         (nnimap-open-connection): Don't error out when we can't make a
4654         connections.
4655
4656         * auth-source.el (auth-source-create): In the password prompt, say what
4657         we're querying for.  Also prompt for user name if that hasn't been
4658         given.
4659
4660         * nnimap.el (nnimap-with-process-buffer): Remove.
4661
4662 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4665         method when we're reading from the agent.
4666
4667         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4668
4669         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4670         that's probably most useful for users.
4671
4672         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4673         "failed" all the time.
4674
4675         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4676         ...)) with (with-current-buffer ... ).
4677
4678         * nntp.el (nntp-open-server): Return whether the open was successful or
4679         not.
4680
4681         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4682         select an unread unseen article first.
4683
4684         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4685         /etc/services, supply some sensible port defaults.
4686
4687         * dgnushack.el: Define netrc-credentials.
4688
4689 2010-09-17  Julien Danjou  <julien@danjou.info>
4690
4691         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4692
4693 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4694
4695         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4696         doesn't have any parameters.
4697
4698 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4699
4700         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4701         only upcased checks.
4702
4703         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4704
4705         * nnimap.el (nnimap-open-shell-stream): New function.
4706         (nnimap-open-connection): Use it.
4707         (nnimap-transform-headers): Get the number of lines in each message.
4708         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4709         number of lines.
4710         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4711         problem.
4712
4713         * utf7.el (utf7-encode): Autoload.
4714
4715         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4716         to allow the mail splitting to not return a default group.  This is
4717         useful for nnimap, which will leave unmatched mail in the inbox.
4718
4719         * nnimap.el: Rewritten.
4720
4721         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4722         nnimap usage.
4723
4724         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4725         if the move is internal, so that nnimap can do fast internal moves.
4726
4727         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4728         data.
4729         (gnus-read-active-for-groups): Support finishing the early retrieval of
4730         data.
4731
4732         * gnus-range.el (gnus-range-nconcat): New function.
4733
4734         * gnus-int.el (gnus-finish-retrieve-group-infos)
4735         (gnus-retrieve-group-data-early): New functions.
4736
4737 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4738
4739         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4740         (nnrss-retrieve-groups):
4741         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4742         (pop3-quit): Use with-current-buffer.
4743
4744 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4747         instead of nnheader-accept-process-output.
4748
4749         * dgnushack.el (dgnushack-compile): Add comment.
4750
4751         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4752
4753         * gnus-html.el (gnus-html-schedule-image-fetching)
4754         (gnus-html-prefetch-images): Replace process-kill-without-query by
4755         gnus-set-process-query-on-exit-flag.
4756
4757 2010-09-16  Romain Francoise  <romain@orebokech.com>
4758
4759         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4760
4761 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4762
4763         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4764         parameter to unintern is mandatory-ish in Emacs 24.
4765
4766         * gnus-html.el (gnus-html-schedule-image-fetching)
4767         (gnus-html-prefetch-images): Check for curl before using it.
4768
4769         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4770         depend on curl, which isn't essential.
4771
4772         * imap.el: Revert back to version
4773         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4774         seem problematic.
4775
4776 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4777
4778         * gnus-registry.el (gnus-registry-install-shortcuts):
4779         Explicitly pass `obarray' to `unintern' to avoid a warning.
4780
4781 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4782
4783         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4784         change.
4785
4786         * nnrss.el (nnrss-request-list): Remove this function and related
4787         functions, including the moreover stuff.
4788
4789 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4790
4791         * nnrss.el (nnrss-retrieve-groups): New function.
4792
4793 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4794
4795         * .dir-locals.el: Add no-byte-compile cookie.
4796
4797 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4798
4799         * time-date.el (format-seconds): Comment fix.
4800
4801         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4802         for back end that doesn't support request-scan.
4803
4804 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4805
4806         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4807         then do request scans from the backends.
4808
4809         * netrc.el (netrc-credentials): New conveniency function.
4810
4811         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4812         avoid running a hook per line, since this takes a lot of time,
4813         profiling shows.
4814         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4815         directly if gnus-visual-p is true.
4816
4817 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4820         groups; replace mapcar with dolist which is a bit faster; pass groups
4821         info to gnus-read-active-file-1.
4822         (gnus-read-active-file-1): Scan only specified groups if the new
4823         optional arg `infos' is given.
4824
4825 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4826
4827         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4828
4829         * pop3.el (pop3-movemail): Remove.
4830         (pop3-streaming-movemail): Rename to pop3-movemail.
4831
4832         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4833         don't restrict end-tag searches to the end of the line.
4834
4835 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4838         articles of every unchecked group to t, which means unknown since the
4839         server has never been opened.
4840
4841 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842
4843         * gnus-html.el (gnus-html-show-alt-text): New command.
4844         (gnus-html-browse-image): Ditto.
4845         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4846         to browse the image directly.
4847         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4848         better.
4849
4850         * gnus-async.el (gnus-async-article-callback):
4851         Call `gnus-html-prefetch-images' unconditionally.
4852
4853         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4854         before feeding URLs to curl.
4855
4856 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4859         internal images as deletable by `W D D'.
4860
4861         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4862         (gnus-async-article-callback): Fix typo.
4863
4864 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4865
4866         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4867         current line to work around bugs in the output from w3m.
4868
4869         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4870         for groups that want that.
4871
4872         * nntp.el (nntp-wait-for-string): Supply a timeout for
4873         accept-process-output to ensure progress.
4874
4875         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4876         level to get unread articles from, then use that for foreign groups,
4877         too.
4878
4879         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4880         confuses the rest of the function.
4881
4882         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4883         for the methods that support -retrieve-groups, too.
4884
4885         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4886
4887 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4890         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4891
4892         * pop3.el: Require cl when compiling.
4893         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4894
4895 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4898         that aren't going to be activated.
4899         (gnus-get-unread-articles): Fix up the last commit.
4900
4901         * gnus-html.el (gnus-article-html): Allow calling without specifying
4902         the handle.  In that case, dissect the buffer first.
4903
4904         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4905
4906         * nnimap.el (nnimap-open-connection): Revert the change that would look
4907         into authinfo for imaps instead of imap.
4908
4909         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4910         say that you don't want to call gnus-request-group with don-check, but
4911         do check the reponse.  This is for virtual groups only.
4912         (gnus-get-unread-articles): Count the archive groups as secondary, so
4913         that they're activated the same way as before.
4914
4915         * imap.el (imap-message-map): Removed optional buffer parameter, since
4916         no callers use it.
4917         (imap-message-get): Ditto.
4918         (imap-message-put): Ditto.
4919         (imap-mailbox-map): Ditto.
4920         (imap-mailbox-put): Ditto.
4921         (imap-mailbox-get): Ditto.
4922         (imap-mailbox-get): Revert last change for this function.
4923
4924         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4925         case-insensitively.
4926         (nnimap-debug): Remove.
4927
4928         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4929         to use `imap-fetch' instead.  According to the comments, this should be
4930         safe, since all other IMAP clients use the 1:* syntax.
4931         (imap-enable-exchange-bug-workaround): Removed.
4932         (imap-debug): Removed -- doesn't seem very useful.
4933
4934         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4935         mail from a file, and the file doesn't exist.
4936
4937         * imap.el (imap-log): New convenience function used throughout instead
4938         of repeating the same code all over the place.
4939
4940         * pop3.el (pop3-streaming-movemail): Return t for success.
4941
4942         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4943         .authinfo if we're using ssl connection.
4944
4945         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4946         already have if we're in a main Gnus `g' run.
4947
4948         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4949
4950 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4951
4952         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4953
4954         * nnmh.el (nnmh-request-list-1): Bind `file'.
4955
4956         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4957         alias to set-process-query-on-exit-flag or process-kill-without-query.
4958         (pop3-open-server): Use it.
4959
4960 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4961
4962         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4963         box to the Incoming file.  Fixes mistake in previous checkin.
4964
4965         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4966         request loop (for debugging purposes) removed.
4967
4968         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4969         culprit is more visible.
4970         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4971         (nnml-add-incremental-nov): New functions to do "incremental" nov
4972         updates, where we just append to the end of the existing nov files
4973         without reading/writing them in full.
4974
4975         * mail-source.el (mail-source-delete-crash-box): Really only check the
4976         incoming files once in a while.
4977
4978         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4979
4980         * mail-source.el (mail-source-delete-crash-box): Only check the
4981         incoming files for deletion once per day to save a lot of file
4982         accesses.
4983
4984         * pop3.el (pop3-logon): Fix up unbound variable typo.
4985
4986         * mail-source.el (pop3-streaming-movemail): Autoload.
4987
4988         * pop3.el (pop3-streaming-movemail):
4989         Respect pop3-leave-mail-on-server.
4990
4991         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4992         retrieval.
4993
4994         * pop3.el (pop3-process-filter): Remove unused function.
4995         (pop3-streaming-movemail, pop3-send-streaming-command)
4996         (pop3-wait-for-messages, pop3-write-to-file)
4997         (pop3-number-of-responses): New functions for streaming pop3
4998         retrieval.
4999
5000         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5001         come from no known methods.
5002         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5003         list.
5004
5005         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5006         message sizes.
5007         (pop3-movemail): Use erase-buffer instead of looping and deleting
5008         regions, which seems rather odd.
5009
5010         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5011         file once per `g' run.
5012
5013         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5014         directories.  This makes the draft queue directory work.
5015
5016         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5017         data from the backends, so that we only request the list of groups from
5018         each method once.  This should speed things up considerably.
5019
5020         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5021         detect that it's not implemented.
5022
5023         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5024         we actually do recurse down into the tree, but don't stat all leaf
5025         nodes.
5026
5027         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5028         then say so instead of bugging out.
5029
5030         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5031         files exist before trying to read them.
5032
5033         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5034         around <pre_int>.
5035
5036         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5037
5038         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5039
5040 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5041
5042         * mm-util.el (mm-image-load-path): Just return the image directories,
5043         not all directories in the path in addition to the image directories.
5044         (mm-image-load-path): Maintain a cache of the image directories so that
5045         the `g' command in Gnus doesn't have to stat dozens of directories each
5046         time.
5047
5048         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5049         (gnus-html-wash-tags): Add a new `i' command to insert images.
5050         (gnus-html-insert-image): New command and keystroke.
5051         (gnus-html-redisplay-with-images): New command and keystroke.
5052         (gnus-html-show-images): Rename command.
5053         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5054         spacers.
5055         (gnus-html-wash-tags): Decode entities at the end, so that entities
5056         inside the tags don't mess up the rest of the "parsing".
5057
5058         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5059         so that nnimap methods aren't agentized by default.  There's apparently
5060         many problems related to agent/imap behaviour.
5061
5062         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5063
5064         * gnus-html.el: Doc fix.
5065
5066 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5069         specifier-spec-list for Emacs 21.
5070
5071         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5072         glyph-width and glyph-height instead of display-graphic-p and
5073         image-size; make avoidance of displaying small images work for XEmacs.
5074
5075         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5076         for XEmacs.
5077
5078         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5079         of symbol that holds plist data.
5080         (gnus-process-plist): Remove plist of process after getting it.
5081
5082 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083
5084         * message.el (message-generate-hashcash): Change default to
5085         'opportunistic if hashcash is installed.
5086
5087         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5088         (gnus-html-put-image): Only call image-size once, since it's somewhat
5089         time-consuming on remote X servers.
5090
5091 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5094         type on data, not a file name.
5095
5096         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5097         window-pixel-edges for Emacs 21.
5098
5099         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5100         decoded contents.
5101         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5102
5103 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5104
5105         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5106         group line format, since it isn't very interesting.
5107
5108         * gnus-agent.el (gnus-agent-short-article),
5109         (gnus-agent-long-article): Increase values for these two variables,
5110         since most people are likely to have more network connection and
5111         storage than before.
5112
5113         * gnus.el (gnus-refer-article-method): Change default to 'current.
5114         When referring an article, the common behaviour is to refer it from the
5115         current select method, not the native select method.  The chances of
5116         the native select method having the message in question is rather slim
5117         these days.
5118
5119         * gnus-sum.el (gnus-auto-select-subject): Change default to
5120         `unseen-or-unread'.  I think it's likely that most people want to
5121         select an unseen article over a previously seen, but unread one.
5122
5123         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5124         means that in the article buffer none of the minor mode elements will
5125         be shown, usually, and this is not desirable in most cases.
5126
5127         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5128         that commands like `d' (and the like) go to the next line in the
5129         buffer, instead of the next unread article.  I think this is the
5130         behaviour that is most natural for most users.
5131         (gnus-single-article-buffer): Change default to nil, so that people can
5132         have as many article buffers open as they have summary buffer.  I think
5133         this is the most natural way for the groups to behave.
5134
5135         * message.el (message-generate-new-buffers): Change default to
5136         `unsent', so that all new message buffers start their names with the
5137         string "*unsent", and it's easier to find the buffers if you move from
5138         them.
5139
5140 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5141
5142         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5143         small.  They're probably tracking images.
5144         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5145         (gnus-html-rescale-image): Yet another try at getting the image sizing
5146         right.
5147
5148         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5149         nntp-marks-file-name is nil.
5150
5151 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5152
5153         * gnus-html.el (gnus-html-wash-tags)
5154         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5155         Better logging.
5156
5157 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5158
5159         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5160
5161         * gnus-html.el (gnus-html-wash-tags): Check the value of
5162         gnus-blocked-images in the summary buffer.
5163
5164 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5165
5166         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5167
5168 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5169
5170         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5171         like "a", it seems like.
5172         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5173         since it needs to be picked from the correct buffer.
5174
5175         * nnwfm.el: Remove.
5176
5177         * nnlistserv.el: Remove.
5178
5179 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5180
5181         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5182         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5183
5184 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5185
5186         * nnkiboze.el: Remove.
5187
5188         * nndb.el: Remove.
5189
5190         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5191         alt text.
5192         (gnus-html-rescale-image): Try to get the rescaling logic right for
5193         images that are just wide and not tall.
5194
5195         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5196         overshadow variable bindings.
5197
5198 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5199
5200         * gnus-html.el (gnus-html-wash-tags)
5201         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5202         Add extra logging.
5203
5204 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5205
5206         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5207         (gnus-max-image-proportion): New variable.
5208         (gnus-html-rescale-image): New function.
5209         (gnus-html-put-image): Rescale images.
5210
5211 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5212
5213         Fix up some byte-compiler warnings.
5214         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5215         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5216         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5217         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5218         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5219         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5220         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5221
5222 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * gnus-html.el (gnus-article-html): Decode contents by charset.
5225
5226 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5229         (gnus-html-frame-width, gnus-blocked-images)
5230         * message.el (message-prune-recipient-rules): Add custom version.
5231         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5232
5233         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5234         functions.
5235
5236         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5237         gnus-process-get.
5238
5239 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5240
5241         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5242         instead of lsub directly.
5243
5244 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5245
5246         * nnwarchive.el: Remove.
5247
5248         * gnus-soup.el: Remove.
5249
5250         * nnsoup.el: Remove.
5251
5252         * nnultimate.el: Remove.
5253
5254         * gnus-html.el (gnus-blocked-images): New variable.
5255
5256         * message.el (message-prune-recipients): New function.
5257         (message-prune-recipient-rules): New variable.
5258
5259         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5260         guess whether a long line is natural text or not.
5261
5262         * gnus-html.el (gnus-html-schedule-image-fetching):
5263         Use gnus-process-plist and friends for compatibility.
5264
5265 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5266
5267         * gnus-html.el: Require packages that define macros used in this file.
5268         (gnus-article-mouse-face): Declare to silence byte-compiler.
5269         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5270         process-get.
5271         (gnus-html-put-image): Use plist-get to avoid getf.
5272         (gnus-html-prefetch-images): Use with-current-buffer.
5273
5274 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-ems.el: Provide compatibility functions for
5277         gnus-set-process-plist.
5278
5279         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5280         header-line-format for XEmacs 21.4.
5281
5282         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5283         * gnus.el (gnus-valid-select-methods)
5284         * message.el (message-send-mail-partially-limit)
5285         * mm-decode.el (mm-text-html-renderer)
5286         * mml.el (mml-insert-mime-headers-always)
5287         * smiley.el (smiley-regexp-alist): Bump custom version.
5288
5289 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * gnus-html.el: require mm-url.
5292         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5293         with the url to `url'.
5294         (gnus-html-wash-tags): Support cid: URLs/images.
5295
5296 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5297
5298         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5299         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5300         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5301
5302         * gnus-move.el: Remove file, since it doesn't really work.
5303
5304         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5305         UTF-8.  This seems to fix problems with some German web feeds.
5306
5307         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5308         at the top so that the proper colours are applied.
5309
5310         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5311         don't have dots in their names.
5312
5313         * gnus-art.el (gnus-article-view-part): Doc fix.
5314
5315         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5316         XEmacs-compatible.
5317         (gnus-html-put-image): Don't do images on non-graphic displays.
5318
5319         * nnslashdot.el: Remove this unused backend.
5320
5321         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5322         actions.
5323         (gnus-undo-register-1): Revert last change.
5324
5325         * gnus-group.el (gnus-group-completing-read): Protect against not
5326         having completion-styles bound.
5327
5328         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5329         make broken recipients happier.
5330
5331         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5332
5333         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5334         point parameter.
5335
5336         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5337
5338         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5339         completion-styles for group selection.
5340
5341 2009-02-04  Andreas Schwab  <schwab@suse.de>
5342
5343         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5344         headers and regexp-quote the match if necessary.
5345
5346 2009-03-24  Miles Bader  <miles@gnu.org>
5347
5348         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5349         the blinking smiley.
5350
5351 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5352
5353         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5354         blink smiley.
5355
5356 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5357
5358         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5359         where the dribbel file lives exists.
5360
5361         * message.el (message-send-mail-partially-limit): Change the default to
5362         nil, since most people don't want this.
5363
5364         * mm-url.el (mm-url-decode-entities): Also decode entities like
5365         &#x3212.
5366
5367 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5368
5369         * gnus-sum.el (gnus-summary-idna-message):
5370         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5371         Hyperlink urls in docstrings with URL `...'.
5372
5373 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5374
5375         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5376         functions.
5377
5378 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5379
5380         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5381         say what the mouseover text should be.
5382
5383         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5384         version of the mm-w3m-safe-url-regexp variable to only download images
5385         in the groups where we want that to happen.
5386
5387         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5388
5389         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5390         easier debugging.
5391         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5392         big pictures in the article buffer.
5393
5394         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5395         gnus-article-html.
5396         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5397         w3m.
5398
5399         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5400
5401 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5402
5403         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5404         which doesn't exist.
5405
5406         * message.el (message-inhibit-ecomplete): New variable to allow some
5407         function to inhibit ecomplete address storage.
5408         (message-resend): Disable ecomplete message storage when resending
5409         messages.
5410
5411         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5412
5413 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5416         Save excursion while copying, moving, and deleting articles in order to
5417         prevent the cursor from jumping to unforeseen place.
5418
5419 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * lpath.el: No need to bind bookmark-current-buffer,
5422         bookmark-yank-point and bookmark-make-record-function.
5423
5424 2010-08-17  Glenn Morris  <rgm@gnu.org>
5425
5426         * gnus-sync.el: Require gnus components whose functions are used.
5427
5428         * gnus-art.el (bookmark-make-record-function):
5429         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5430         Declare for compiler.
5431
5432         * mm-url.el (mml-compute-boundary): Autoload.
5433
5434 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5437
5438 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5439
5440         Typo fix "hoo4a" -> "hook".
5441
5442         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5443
5444 2010-08-14  Glenn Morris  <rgm@gnu.org>
5445
5446         * gnus-sync.el (gnus-sync): Fix defgroup version.
5447
5448 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5449
5450         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5451
5452         * gnus-sync.el: Fix docs.
5453         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5454         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5455
5456 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5457
5458         Optimizations for gnus-sync.el.
5459
5460         * gnus-sync.el: Add docs about gnus-sync-backend
5461         possibilities.
5462         (gnus-sync-save): Remove unnecessary message.
5463         (gnus-sync-read): Optimize and show what groups were skipped.
5464
5465 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5466
5467         Minor bug fixes for gnus-sync.el.
5468
5469         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5470         Don't read the sync on get-new-news.
5471
5472         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5473         quiet.
5474
5475         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5476         (fix typo).
5477
5478 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5479
5480         Make saving and restoring of hidden threads work with overlays.
5481         Patch applied by Ted Zlatanov.
5482
5483         * gnus-sum.el (gnus-hidden-threads-configuration)
5484         (gnus-restore-hidden-threads-configuration): Update to deal with text
5485         properties, rather than searching for a magic character.
5486
5487 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5488
5489         New gnus-sync.el library for synchronization of marks.
5490
5491         * gnus-sync.el: New library for synchronization of marks.
5492
5493         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5494         renamed from `gnus-registry-grep-in-list'.
5495
5496         * gnus-registry.el (gnus-registry-follow-group-p):
5497         Use `gnus-grep-in-list'.
5498
5499         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5500
5501 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5504         determining charset of text fails.
5505
5506 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * nnmail.el (nnmail-get-new-mail-1): Revert.
5509
5510         * nnml.el (nnml-active-number): Make sure names of newly created groups
5511         in nnml-group-alist are encoded.
5512
5513 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5516         containing non-ASCII characters in active file for nnml back end.
5517
5518 2010-07-24  David Engster  <dengste@eml.cc>
5519
5520         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5521         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5522
5523 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5524
5525         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5526         tag (Bug#6654).
5527
5528 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5531         the article buffer, not the summary buffer.
5532
5533 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5536         Emacs 23 as well.
5537
5538 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5541         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5542
5543 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5544
5545         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5546         Patch applied by Karl Fogel.
5547
5548         * gnus-sum.el (gnus-summary-bookmark-make-record):
5549         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5550
5551 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5552
5553         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5554         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5555         C-w still not working correctly from Article buffers; Thierry's
5556         patch to fix that will be applied after this.
5557
5558         * gnus-art.el (bookmark-make-record-function): New local variable.
5559
5560         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5561         article buffer.
5562         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5563
5564 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5565
5566         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5567         on changes in bookmark.el.
5568
5569 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5572         `no-log' instead of message not to log prompt string.
5573
5574 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5575
5576         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5577         the *other* type of HTML form submission.
5578
5579 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5580
5581         * auth-source.el (auth-source-pick): If choice does not contain a
5582         questioned keyword, set the check to t.
5583
5584 2010-06-12  Romain Francoise  <romain@orebokech.com>
5585
5586         * gnus-util.el (gnus-date-get-time): Move up before first use.
5587
5588 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5591         (gnus-article-edit-part): Bind it to make last part that is substituted
5592         or deleted visible.
5593         (gnus-mime-display-single): Buttonize part of which id equals to
5594         gnus-mime-buttonized-part-id.
5595
5596 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5597
5598         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5599         (gnus-dd-mmm): Use gnus-date-get-time.
5600         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5601         simplify logic.
5602         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5603         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5604
5605 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5606
5607         * auth-source.el (top): Autoload `secrets-list-collections',
5608         `secrets-create-item', `secrets-delete-item'.
5609         (auth-sources): Fix tag string.
5610         (auth-get-source, auth-source-retrieve, auth-source-create)
5611         (auth-source-delete): New defuns.
5612         (auth-source-pick): Rewrite in order to avoid 2 passes.
5613         (auth-source-forget-user-or-password): New parameter USERNAME.
5614         (auth-source-user-or-password): New parameters CREATE-MISSING and
5615         DELETE-EXISTING.  Retrieve password interactively, if needed.
5616
5617 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5618
5619         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5620         deleting unused directories when gnus-expert-user is t.
5621
5622 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5625         for each temp file when gnus-article-browse-delete-temp is ask.
5626
5627 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5628
5629         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5630         Lisp calls to delete-backward-char by calls to delete-char.
5631
5632 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5633
5634         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5635
5636 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5637
5638         * password-cache.el (password-cache-remove): Fix docstring.
5639
5640 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5643         article unless decoding article to be saved.
5644
5645 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5648         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5649         generated within the mm-with-unibyte-current-buffer macro.
5650
5651 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5654         to nil when we're in a mml-preview buffer and no group is selected.
5655
5656 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5657
5658         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5659         when catching the `C-g'.  Reported by "Leo".
5660
5661 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * message.el (message-forward-make-body-plain)
5664         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5665         multibyte-string-p.
5666
5667         * lpath.el: Revert.
5668
5669 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * message.el (message-forward-make-body-mml): Assume original message
5672         is multibyte string; error on unibyte.
5673         (message-forward-make-body-plain): Ditto; don't add excessive newline
5674         in body end.
5675
5676         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5677
5678 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5679
5680         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5681         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5682
5683 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * mm-extern.el (mm-extern-url): Don't use
5686         mm-with-unibyte-current-buffer.
5687         (mm-extern-cache-contents): Use with-current-buffer instead of
5688         save-excursion + set-buffer.
5689
5690 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * mm-util.el (mm-emacs-mule): Remove.
5693
5694 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5695
5696         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5697         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5698         change.
5699
5700 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5703         bind the default value of enable-multibyte-characters to nil.
5704
5705 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * message.el (message-forward-make-body-plain)
5708         (message-forward-make-body-mml):
5709         Don't use mm-with-unibyte-current-buffer.
5710
5711 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5712
5713         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5714
5715 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5716
5717         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5718         (Bug#5592).
5719
5720 2010-05-07  Julien Danjou  <julien@danjou.info>
5721
5722         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5723         it to mm-pipe-part.
5724
5725         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5726         it is given.
5727
5728 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * binhex.el (binhex-decode-region-internal)
5731         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5732         (dns-query)
5733         * nnweb.el (nnweb-gmane-search)
5734         * pgg-parse.el (pgg-parse-armor)
5735         * pgg.el (pgg-verify-region)
5736         * sha1.el (sha1-string-external)
5737         * uudecode.el (uudecode-decode-region-internal)
5738         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5739         XEmacs.
5740
5741         * gnus-art.el (gnus-article-browse-html-parts)
5742         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5743         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5744         make-temp-file.
5745
5746         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5747         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5748         compiling.
5749
5750         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5751         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5752         XEmacs when compiling.
5753
5754         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5755         gnus-pick-mode-off-hook for XEmacs when compiling.
5756         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5757         gnus-binary-mode-off-hook for XEmacs when compiling.
5758
5759         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5760         Return nil if char-charset is not available.
5761
5762         * imap.el (imap-disable-multibyte)
5763         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5764         macros.
5765
5766         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5767         instead of encode-coding-string.
5768
5769         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5770         'xemacs) instead of mm-emacs-mule to switch function definitions.
5771         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5772
5773         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5774         bind temporary-file-directory for XEmacs;
5775         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5776         timer-set-function for XEmacs 21.4 and SXEmacs;
5777         bind timer-list for XEmacs 21.4 and SXEmacs;
5778         fbind char-charset and find-charset-region for non-Mule XEmacs;
5779         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5780         encode-coding-region and encode-coding-string for XEmacs having no
5781         file-coding feature.
5782
5783 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5784
5785         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5786
5787 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5790         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5791
5792 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5793
5794         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5795         alias `jka-compr-delete-temp-file' no longer exists.
5796
5797 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5798
5799         Use define-minor-mode in Gnus where applicable.
5800         * mml.el (mml-mode): Use define-minor-mode.
5801         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5802         (gnus-undo-mode): Use define-minor-mode.
5803         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5804         (gnus-dead-summary-mode): Use define-minor-mode.
5805         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5806         Initialize in declaration.
5807         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5808         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5809         (gnus-mailing-list-mode): Use define-minor-mode.
5810         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5811         (gnus-draft-mode): Use define-minor-mode.
5812         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5813         (gnus-dired-mode): Use define-minor-mode.
5814
5815 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5816
5817         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5818         handles on recursive mml-to-mime translation and check them for
5819         boundary delimiter collisions.  Reported by Greg Troxel.
5820
5821 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5822
5823         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5824
5825 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5826
5827         * mm-util.el (mm-find-buffer-file-coding-system):
5828         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5829
5830 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5831
5832         * message.el (message-generate-headers): Record insertion of optional
5833         headers as well.  Otherwise the check to prevent repeated insertion of
5834         optional headers is a no-op.
5835
5836 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5837
5838         * smime.el: Don't mention CVS.
5839
5840         * nnrss.el (nnrss-fetch): Don't mention CVS.
5841
5842         * nnir.el: Don't mention CVS.
5843
5844 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5845
5846         * gnus-sum.el (gnus-summary-bookmark-make-record):
5847         Add `location' field.
5848
5849 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * lpath.el: Fbind bookmark-default-handler,
5852         bookmark-get-bookmark-record, bookmark-make-record-default,
5853         bookmark-prop-get for Emacs <23 and XEmacs.
5854
5855 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5856
5857         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5858         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5859         Use with-current-buffer to silence the byte-compiler.
5860         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5861         bother to require `gnus'.
5862         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5863
5864 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5865
5866         * gnus-sum.el (gnus-summary-bookmark-make-record)
5867         (gnus-summary-bookmark-jump): New functions.
5868         (gnus-summary-mode): Setup bookmark support.
5869
5870 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5871
5872         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5873         if set.
5874
5875 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5878         gnus-article-browse-html-save-cid-image; make it work recursively for
5879         forwarded messages as well.
5880         (gnus-article-browse-html-parts): Work when prefix arg is given.
5881         (gnus-article-browse-html-article): Doc fix.
5882
5883 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5884
5885         * message.el (message-default-mail-headers):
5886         (message-default-headers): Carry the value mail-default-headers over
5887         into message-default-mail-headers, rather than message-default-headers.
5888
5889 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5890
5891         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5892         charset.
5893
5894         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5895         charset into the <meta> tag when the article is encoded to utf-8.
5896
5897 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * gnus-art.el (gnus-article-browse-delete-temp-files):
5900         Delete directories as well.
5901         (gnus-article-browse-html-parts): Work for images that do not specify
5902         file names; delete temp directory when quitting; insert header at the
5903         right place; use file: scheme for image files.
5904
5905 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5906
5907         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5908         (gnus-article-browse-html-parts): Use it to make temporary cid image
5909         files in addition to html file so that browser may display them.
5910
5911 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5914
5915 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5916
5917         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5918
5919 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5920
5921         * auth-source.el (auth-sources): Change default to be simpler.
5922         Explain about Secret Service API sources.  Improve Customize options.
5923         (auth-source-pick): Change to accept any number of search parameters.
5924         Implement fallbacks iteratively, not recursively.  Add scoring on the
5925         second pass and sort by score.  Call Secret Service API when needed.
5926         (auth-source-user-or-password): Use it.  Call Secret Service API
5927         directly when needed to get the user name and the password.
5928
5929 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5930
5931         * message.el (message-interactive): Doc fix.
5932         (message-qmail-inject-args): Reflow.
5933         (message-kill-to-signature): Fix typo in docstring.
5934
5935         * smiley.el (smiley-buffer): Fix typo in docstring.
5936
5937 2010-03-24  Glenn Morris  <rgm@gnu.org>
5938
5939         * mail-source.el (gnus-message): Declare.
5940         (mail-source-delete-old-incoming): Require gnus-util.
5941
5942 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5945
5946         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5947
5948         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5949         password-cache's default if it is not bound.
5950         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5951         password-cache-expiry's default if it is not bound.
5952
5953         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5954         available in Emacs 21.
5955
5956         * lpath.el: Suppress compiler warnings for:
5957         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5958         XEmacs;
5959         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5960         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5961         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5962
5963 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5964
5965         * auth-source.el (auth-sources): Fix up definition so extra parameters
5966         are always inline.
5967
5968 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5969
5970         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5971         wasn't updated after mismatch.  Clear cached mailbox info correctly
5972         when uidvalidity changes.
5973         (nnimap-group-prefixed-name): New function to avoid some code
5974         duplication.
5975         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5976         (nnimap-request-group): Use it.
5977         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5978         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5979         with many imap folders.  This is done by caching the group status from
5980         the imap server persistently in a group parameter `imap-status'.  (This
5981         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5982         but not persistently, so every Gnus startup was still very slow.)
5983
5984 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5985
5986         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5987         delete the extra newline.  Otherwise editing of :string and :number
5988         types don't work.
5989
5990 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5991
5992         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5993         secrets.el dependency.
5994         (auth-sources): Add optional user name.  Add secrets.el configuration
5995         choice (unused right now).
5996
5997 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5998
5999         * gnus-sum.el (gnus-summary-make-menu-bar):
6000         Let `gnus-registry-install-shortcuts' fill in the functions.
6001
6002         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6003         warnings.
6004         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6005         (gnus-registry-install-shortcuts): Populate and use it in a
6006         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6007
6008 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6009
6010         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6011         In-place substitutions for the group name encoding/decoding.
6012         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6013         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6014         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6015         (nnimap-update-unseen, nnimap-request-list)
6016         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6017         (nnimap-request-set-mark, nnimap-split-to-groups)
6018         (nnimap-split-articles, nnimap-request-newgroups)
6019         (nnimap-request-create-group, nnimap-request-accept-article)
6020         (nnimap-request-delete-group, nnimap-request-rename-group)
6021         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6022         `encoded-mbx' for consistency.
6023         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6024         variable `imap-current-mailbox'.
6025
6026         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6027         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6028
6029 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6030
6031         * pop3.el (pop3-display-message-size-flag): Display message size byte
6032         counts during POP3 download.
6033         (pop3-movemail): Use it.
6034         (pop3-list): Implement listing of available messages.
6035
6036 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6037
6038         * nnir.el (nnir-get-article-nov-override-function): New function to
6039         override the normal NOV retrieval.
6040         (nnir-retrieve-headers): Use it.
6041
6042 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6043
6044         * auth-source.el (netrc-machine-user-or-password): Autoload.
6045
6046 2010-03-19  Glenn Morris  <rgm@gnu.org>
6047
6048         Stop message.el from loading about 40 libraries it doesn't always need.
6049         The general approach is to autoload rather than require, and to
6050         require in the specific functions rather than the file.  (Bug#5642)
6051
6052         * gmm-utils.el: Don't require wid-edit.
6053         (widget-create-child-value, widget-convert, widget-default-get):
6054         Autoload.
6055
6056         * gnus-util.el: Don't require time-date, netrc.
6057         (message-fetch-field, gnus-group-name-decode): Declare rather than
6058         autoloading.
6059         (gnus-fetch-field): Require message.
6060         (gnus-decode-newsgroups): Require gnus-group.
6061
6062         * ietf-drums.el: Don't require time-date.
6063
6064         * message.el: Don't require hashcash, canlock, ecomplete.
6065         Do require mail-utils.  Require nnheader only when compiling.
6066         (smtpmail-default-smtp-server): Remove declaration.
6067         (message-send-mail-function): Check smtpmail-default-smtp-server
6068         is bound rather than requiring smtpmail.
6069         (message-auto-save-directory, message-insert-signature):
6070         Use expand-file-name rather than nnheader-concat.
6071         (nnheader-insert-file-contents): Autoload.
6072         (hashcash-wait-async): Declare.
6073         (message-send-mail): Only call gnus-setup-posting-charset if
6074         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6075         (message-send-mail-with-sendmail): Require sendmail.
6076         (canlock-password, canlock-password-for-verify): Declare.
6077         (message-canlock-password): Require canlock.
6078         (nnheader-get-report): Autoload.
6079         (gnus-setup-posting-charset): Declare.
6080         (message-send-news): Require gnus-msg.
6081         (message-make-references, message-make-in-reply-to): Use mail-header-id
6082         rather than the alias mail-header-message-id.
6083         (ecomplete-add-item, ecomplete-save): Declare.
6084         (message-put-addresses-in-ecomplete): Require ecomplete.
6085         (ecomplete-display-matches): Autoload.
6086
6087         * mm-decode.el: Don't require mailcap, gnus-util.
6088         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6089         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6090         Autoload.
6091         (mailcap-mime-extensions): Declare.
6092
6093         * mm-encode.el: Don't require mailcap.
6094         (mailcap-extension-to-mime): Autoload.
6095
6096         * mml-sec.el: Don't require password-cache.
6097
6098         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6099         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6100         (mml-minibuffer-read-type): Require mailcap.
6101         (mml-preview): Require gnus-msg.
6102
6103         * mml1991.el: Require password-cache.
6104         (password-cache-expiry): Remove declaration.
6105
6106         * mml2015.el: Require password-cache.
6107         (password-cache-expiry): Remove declaration.
6108
6109         * nneething.el (mailcap): Require mailcap.
6110
6111         * nnheader.el (declare-function): Add compatibility stub.
6112         (message-remove-header): Declare rather than autoload.
6113         (nnheader-replace-header): Require message.
6114
6115         * nnimap.el (declare-function): Add compatibility stub.
6116         (netrc-parse, netrc-machine-user-or-password): Declare.
6117         (nnimap-open-connection): Require netrc.
6118
6119         * nntp.el (declare-function): Add compatibility stub.
6120         (netrc-parse, netrc-machine, netrc-get): Declare.
6121         (nntp-send-authinfo): Require netrc.
6122
6123         * rfc2047.el: Don't require qp.
6124         (quoted-printable-encode-region, quoted-printable-decode-string):
6125         Autoload.
6126
6127         * sieve-mode.el: Don't require easymenu.
6128         (easy-menu-add-item): Autoload it.
6129
6130         * spam-stat.el (time-to-number-of-days): Autoload it.
6131
6132 2010-03-19  Glenn Morris  <rgm@gnu.org>
6133
6134         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6135
6136 2010-03-18  Glenn Morris  <rgm@gnu.org>
6137
6138         * hashcash.el (declare-function): Remove duplicate definition.
6139
6140 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6141
6142         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6143         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6144         value if any backslash escapes).
6145
6146 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6149         if it is available.  (bug#5647)
6150
6151         * lpath.el: Suppress compiler warning for coding-system-from-name for
6152         Emacs 21 and XEmacs.
6153
6154 2010-03-14  Juri Linkov  <juri@jurta.org>
6155
6156         * hmac-def.el:
6157         * hmac-md5.el:
6158         * netrc.el: Fix keywords.
6159
6160 2010-02-26  Glenn Morris  <rgm@gnu.org>
6161
6162         * message.el (message-send-mail-function): Change the default, so that
6163         it inherits from a customized send-mail-function.  (Bug#5643)
6164
6165 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6166
6167         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6168         shell-command-to-string signals an error (bug#5299).
6169
6170 2010-02-24  Glenn Morris  <rgm@gnu.org>
6171
6172         * message.el (message-smtpmail-send-it)
6173         (message-send-mail-with-mailclient): Doc fixes.
6174
6175 2010-02-16  Glenn Morris  <rgm@gnu.org>
6176
6177         * message.el (message-default-mail-headers): Change the default value
6178         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6179
6180 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6181
6182         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6183         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6184
6185 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6186
6187         * time-date.el (date-to-time): Doc fix (Bug#5408).
6188
6189 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6190
6191         * message.el (message-mail): Just pass yank-action on to message-setup.
6192         (message-setup): Handle (FUN . ARGS) form of yank-action.
6193         (message-with-reply-buffer, message-widen-reply)
6194         (message-yank-original): Handle non-buffer values of
6195         message-reply-buffer (Bug#4080).
6196         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6197
6198 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6199
6200         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6201         Fix typo in docstring.
6202
6203 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6204
6205         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6206         response.
6207
6208 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6211
6212         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6213
6214         * message.el (message-check-news-header-syntax): Protect against a
6215         string that `rfc822-addresses' returns when parsing fails.
6216
6217 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6220         (gnus-previous-char-property-change): New functions.
6221
6222         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6223
6224 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6225
6226         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6227         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6228
6229 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6230
6231         * message.el (message-exchange-point-and-mark): Rework last change to
6232         avoid using optional arg of exchange-point-and-mark, for backward
6233         compatibility.
6234
6235 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6236
6237         * message.el (message-exchange-point-and-mark):
6238         Call exchange-point-and-mark with an argument rather than setting
6239         mark-active by hand (Bug#5175).
6240
6241 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * nntp.el (nntp-service-to-port): Work for service expressed with
6244         numeric string; replace [:digit:] with [0-9] for XEmacs.
6245
6246 2009-12-17  Glenn Morris  <rgm@gnu.org>
6247
6248         * gnus-group.el (gnus-bug-group-download-format-alist):
6249         Change emacs entry to debbugs.gnu.org.  Bump :version.
6250
6251 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6252
6253         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6254
6255 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6256
6257         * message.el (message-info): Explain why we use `Info-goto-node'.
6258
6259 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6262
6263 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6264
6265         * message.el (message-completion-in-region): New compatibility function.
6266         (message-expand-group): Use it.
6267
6268 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6271         with no unread article should be listed if the 2nd arg `predicate' is
6272         given.
6273
6274 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6275
6276         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6277
6278 2009-11-29  Juri Linkov  <juri@jurta.org>
6279
6280         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6281         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6282         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6283
6284 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6285
6286         * sha1.el (sha1-string-external): default-directory "/" in case
6287         otherwise non-existent.  process-connection-type pipe for touch of
6288         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6289
6290 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6291
6292         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6293         it's comms related and sgml-mode.el has "comm" on that basis too.
6294
6295 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6298         containing tspecial characters if they have been already quoted.
6299
6300 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6301
6302         * dns-mode.el (auto-mode-alist): Purecopy string.
6303
6304 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6305
6306         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6307
6308 2009-10-24  Glenn Morris  <rgm@gnu.org>
6309
6310         * gnus-art.el (help-xref-stack-item): Define for compiler.
6311
6312 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6313
6314         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6315
6316 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6317
6318         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6319
6320 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6323         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6324
6325 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6326
6327         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6328         (gnus-overlays-in): New alias to overlays-in.
6329
6330         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6331         gnus-overlay-get, and gnus-delete-overlay.
6332         (gnus-summary-show-thread): Make it work as well for systems in which
6333         next-single-char-property-change is not available.
6334         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6335
6336         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6337         (gnus-overlay-get): New alias to extent-property.
6338         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6339
6340         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6341         SXEmacs.
6342
6343         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6344         SXEmacs.
6345
6346 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6347
6348         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6349
6350 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6351
6352         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6353         and XEmacs that don't have `remove-overlays'.
6354
6355 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6356
6357         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6358         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6359         selective display.  Use overlays instead.
6360
6361 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6362
6363         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6364
6365 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6366
6367         * spam-stat.el (spam-stat-load): Fix typo in message.
6368
6369 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6370
6371         * dig.el (dig-invoke): Fix typo in docstring.
6372         (query-dig): Reflow docstring.
6373
6374 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6375
6376         * gnus-art.el (gnus-article-encrypt-body):
6377         * message.el (message-check-recipients):
6378         * mm-util.el (mm-codepage-setup):
6379         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6380         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6381
6382 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6383
6384         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6385         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6386         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6387         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6388         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6389
6390 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6391
6392         * dig.el: Add "Keywords: comm", as per net-utils.el.
6393
6394 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6395
6396         * dig.el (dig-mode): Use define-derived-mode.
6397
6398 2009-09-19  Glenn Morris  <rgm@gnu.org>
6399
6400         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6401
6402 2009-09-18  Glenn Morris  <rgm@gnu.org>
6403
6404         * gnus-diary.el (gnus-diary-check-message):
6405         * message.el (message-insert-formatted-citation-line):
6406         * nnbabyl.el (top-level):
6407         * nndiary.el (nndiary-schedule):
6408         Fix typos in condition-case handlers.
6409
6410 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6413         configuration that provides the sole article window in a frame;
6414         position point correctly after deleting a part.
6415
6416 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6417
6418         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6419         (spam-resolve-registrations-routine): Use it to unregister articles
6420         that change status.
6421
6422 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6423
6424         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6425         with XEmacs.
6426         (parse-time-string-chars): Use it.
6427
6428 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6429
6430         * imap.el (imap-interactive-login): Better messages.
6431         (imap-open): Fix bug with renamed buffer on reconnect.
6432         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6433         for easier debugging and cleaner code.  On successful (guessed based on
6434         server capabilities) secondary authentication, set imap-state
6435         correctly.
6436         (imap-last-authenticator): Define imap-last-authenticator as a variable
6437         to avoid warnings.
6438
6439 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * nnrss.el (nnrss-request-article): Remove binding of
6442         default-enable-multibyte-characters that has gotten needless by
6443         the 2007-07-13 change in rfc2047-encode-message-header.
6444
6445         * mml.el (mml-insert-multipart): Error on the message header.
6446         (mml-insert-part): Error on the message header; position point at
6447         the end of a MIME tag.
6448
6449 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * time-date.el (autoload): Expand define-obsolete-function-alias into
6452         defalias and make-obsolete for old Emacsen that Gnus supports.
6453         (with-no-warnings): Define it for old Emacsen.
6454         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6455         is available.
6456         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6457         float-time is available; suppress compile warning for time-to-seconds.
6458
6459         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6460         (gnus-float-time): Alias to float-time if it exists.
6461
6462         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6463         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6464         float-time is available; suppress compile warning for time-to-seconds.
6465
6466         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6467         XEmacs.
6468
6469 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6470
6471         * imap.el (imap-message-map): Docstring fix.
6472
6473 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6476         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6477         Add the optional argument `encoding' that overrides the default.
6478
6479         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6480         mm-encode-buffer.
6481
6482 2009-09-04  Glenn Morris  <rgm@gnu.org>
6483
6484         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6485         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6486         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6487         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6488         * mm-util.el (mm-with-unibyte-current-buffer)
6489         (mm-find-buffer-file-coding-system):
6490         * yenc.el (yenc-decode-region): Use default-value rather than
6491         default-enable-multibyte-characters.
6492
6493 2009-09-03  Glenn Morris  <rgm@gnu.org>
6494
6495         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6496         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6497         than default-enable-multibyte-characters.
6498
6499 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6500
6501         * gnus-art.el (gnus-article-read-summary-keys):
6502         Fix gnus-buffer-configuration's value temporarily used.
6503
6504 2009-09-02  Glenn Morris  <rgm@gnu.org>
6505
6506         * gnus-util.el (gnus-float-time): New function.
6507         * gnus-delay.el (gnus-delay-article):
6508         * gnus-sum.el (gnus-thread-latest-date):
6509         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6510         * nnspool.el (nnspool-request-newgroups):
6511         Use gnus-float-time rather than time-to-seconds.
6512         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6513
6514         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6515         (gnus-header-subject-face, gnus-header-newsgroups-face)
6516         (gnus-header-name-face, gnus-header-content-face):
6517         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6518         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6519         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6520         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6521         (gnus-cite-face-11):
6522         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6523         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6524         (gnus-server-closed-face, gnus-server-denied-face)
6525         (gnus-server-offline-face):
6526         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6527         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6528         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6529         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6530         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6531         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6532         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6533         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6534         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6535         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6536         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6537         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6538         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6539         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6540         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6541         (gnus-summary-high-undownloaded-face)
6542         (gnus-summary-low-undownloaded-face)
6543         (gnus-summary-normal-undownloaded-face)
6544         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6545         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6546         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6547         (gnus-splash-face):
6548         * message.el (message-header-to-face, message-header-cc-face)
6549         (message-header-subject-face, message-header-newsgroups-face)
6550         (message-header-other-face, message-header-name-face)
6551         (message-header-xheader-face, message-separator-face)
6552         (message-cited-text-face, message-mml-face):
6553         * sieve-mode.el (sieve-control-commands-face)
6554         (sieve-action-commands-face, sieve-test-commands-face)
6555         (sieve-tagged-arguments-face):
6556         * spam.el (spam-face):
6557         Mark face aliases with "-face" in the name as obsolete.
6558
6559 2009-09-01  Glenn Morris  <rgm@gnu.org>
6560
6561         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6562         than goto-line.
6563
6564 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6567         Don't move point if the command is invoked inside the message header.
6568
6569 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6570
6571         * imap.el (imap-send-command): Simplify.
6572         (imap-wait-for-tag): point-max -> buffer-size.
6573
6574 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6575
6576         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6577         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6578         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6579         * nnir.el (nnir-swish-e-index-file):
6580         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6581         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6582         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6583         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6584         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6585         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6586
6587 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6590         Don't save excursion.
6591
6592 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6593
6594         * nnheader.el (nnheader-find-file-noselect):
6595         * mm-util.el (mm-insert-file-contents):
6596         Use (default-value 'major-mode) instead of default-major-mode.
6597
6598 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6599
6600         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6601
6602 2009-08-26  Glenn Morris  <rgm@gnu.org>
6603
6604         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6605         than placing in files.el.
6606
6607 2009-08-25  Glenn Morris  <rgm@gnu.org>
6608
6609         * nnir.el (top-level): Don't require cl at run-time.
6610         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6611         Replace cl-function substitute with gnus-replace-in-string.
6612         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6613         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6614         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6615         simplified expansions.
6616
6617 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6618
6619         * dig.el (dig): Add autoload cookie.
6620
6621 2009-08-22  Glenn Morris  <rgm@gnu.org>
6622
6623         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6624         goto-line.
6625
6626 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6627
6628         * parse-time.el (parse-time-string-chars): Save match data.
6629
6630 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6631
6632         * parse-time.el (parse-time-string-chars): Compute using character
6633         classes, to handle non-ascii characters (Bug#3190).
6634
6635 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6638
6639         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6640         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6641         (gnus-mm-display-part, gnus-mime-display-single)
6642         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6643         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6644
6645         * gnus-sum.el
6646         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6647         (gnus-summary-move-article): Add expirable mark to articles copied or
6648         moved to group that has auto-expire turned on if the option is non-nil.
6649
6650 2009-07-24  Glenn Morris  <rgm@gnu.org>
6651
6652         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6653         Fix typo.  (Bug#3903)
6654
6655 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6658         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6659         that should not be used for draft articles.
6660         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6661         that has no concern in minor mode keys.
6662         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6663         Abolish.
6664
6665 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6668         article without making inquiry to a user for unknown encoding.
6669
6670         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6671         (nnmaildir--scan): Assume i-node and device number that file-attributes
6672         returns might be cons-cell.
6673
6674         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6675
6676         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6677
6678 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6679
6680         * auth-source.el: Remove docs now in auth.texi.  Don't use
6681         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6682         `auth-source-hide-passwords' and use them.
6683
6684 2009-07-15  Glenn Morris  <rgm@gnu.org>
6685
6686         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6687
6688 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6691         excessive whitespace from the default values of title and description.
6692
6693 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6694
6695         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6696         mail-fetch-field to fetch Content-Description header in order to
6697         exclude newlines.
6698
6699 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6700
6701         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6702         format used by GnuPG 2.0.11.
6703
6704 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6707         to deleted part.
6708
6709 2009-05-30  David Engster  <dengste@eml.cc>
6710
6711         * nnmairix.el: Remove old documentation in the commentary block.
6712         (nnmairix-request-group): Do not update active file for nnml back ends.
6713         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6714         end so that overview files are ignored.
6715         (nnmairix-update-groups): Make updating the groups more robust by using
6716         marks.
6717         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6718         with dollar characters in message-id.
6719
6720 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6721
6722         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6723         2008-12-25 in dns.el.
6724
6725 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6726
6727         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6728         could happen if the text is only composed of spaces and/or tabs.
6729
6730 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6731
6732         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6733         when sending a queued message to avoid extra mml tags.
6734
6735 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6738
6739 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6742         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6743         rmail-toggle-header for XEmacs;
6744         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6745
6746 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6747
6748         * gnus-dired.el: Remove autoload for gnus-setup-message.
6749         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6750         displaying Gnus logo; always use compose-mail.
6751
6752 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6755
6756 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6757
6758         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6759         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6760         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6761         available.
6762         (gnus-nocem-epg-verify): New function.
6763
6764 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6765
6766         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6767
6768 2009-02-15  Glenn Morris  <rgm@gnu.org>
6769
6770         * gnus-util.el (rmail-insert-rmail-file-header)
6771         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6772         autoloads.
6773         (rmail-default-rmail-file): Remove unnecessary declaration.
6774         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6775
6776 2009-02-14  Glenn Morris  <rgm@gnu.org>
6777
6778         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6779         variable (only used in gnus-util, which declares it anyway).
6780         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6781         which was only needed by gnus-art (changed to not use it any more).
6782         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6783         only used in gnus-util, which autoloads it itself.
6784         (rmail-update-summary): Fix autoload.
6785
6786         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6787         rather than rmail-output-to-rmail-file.
6788
6789 2009-02-07  Glenn Morris  <rgm@gnu.org>
6790
6791         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6792         autoload of function that no longer exists.
6793         (rmail-toggle-header): Declare.
6794         (message-forward-rmail-make-body): Handle mbox Rmail.
6795
6796 2009-01-31  Glenn Morris  <rgm@gnu.org>
6797
6798         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6799         2009-01-09 change.
6800
6801 2009-01-31  Dave Love  <fx@gnu.org>
6802
6803         * imap.el (imap-fetch-safe): Bind debug-on-error.
6804         (imap-debug): Add imap-fetch-safe.
6805
6806 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6807
6808         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6809         (auth-source-forget-all-cached): New convenience function.
6810         (auth-source-user-or-password): Accept list of modes or a single mode.
6811
6812         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6813         auth-source modes.
6814
6815         * netrc.el (netrc-machine-user-or-password): Use list of
6816         auth-source modes.
6817
6818         * nnimap.el (nnimap-open-connection): Use list of
6819         auth-source modes.
6820
6821         * nntp.el (nntp-send-authinfo): Use list of
6822         auth-source modes.
6823
6824 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6825
6826         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6827         now.
6828
6829 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6832         coding system in XEmacs; add a workaround for XEmacs.
6833
6834         * lpath.el: Fbind coding-system-aliasee.
6835
6836 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6839         of current-language-environment.
6840
6841 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6842
6843         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6844         available at runtime.
6845
6846 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6849
6850 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6851
6852         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6853         the greatest positive fixnum value doesn't work under an XEmacs with
6854         bignum support; use the most-positive-fixnum constant instead,
6855         available since Emacs 21.1 with cl and XEmacs 21.1.
6856
6857 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6860         XEmacs gets not to work.
6861
6862 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * mm-util.el (mm-coding-system-priorities): Allow the value like
6865         "Japanese (UTF-8)" of current-language-environment.
6866
6867 2009-01-09  Glenn Morris  <rgm@gnu.org>
6868
6869         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6870         with last-command-event.
6871
6872 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6875         in the doc string.
6876
6877         * message.el (message-fix-before-sending): Amend comment.
6878
6879 2009-01-08  Dave Love  <fx@gnu.org>
6880
6881         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6882
6883 2009-01-07  David Engster  <dengste@eml.cc>
6884
6885         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6886         simplified server definitions by converting it via
6887         gnus-server-to-method.
6888
6889 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6892         parameter's operands.
6893
6894 2009-01-06  David Engster  <dengste@eml.cc>
6895
6896         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6897         primary select method (for gnus-group-mark-article-as-read).
6898
6899 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6900
6901         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6902         `(gnus)Face', not `(gnus)X-Face'.
6903
6904 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * mm-util.el (mm-ucs-to-char): New function.
6907
6908         * mm-url.el (mm-url-decode-entities): Use it.
6909
6910         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6911         unicode-to-char.
6912
6913 2009-01-05  Dave Love  <fx@gnu.org>
6914
6915         * time-date.el: Require cl for `declare'.
6916
6917 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6920         Dave Love.
6921
6922 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * message.el (message-fix-before-sending): Add `eight-bit' to
6925         illegible-text check.
6926
6927 2009-01-03  Michael Olson  <mwolson@gnu.org>
6928
6929         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6930         `headers' is nil.  This can occur if the IMAP server does not have
6931         permissions to read messages from a folder, but can write new messages
6932         to the folder.
6933         (nnimap-request-article-part): Do not insert `data' if it is nil.
6934
6935         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6936         characters which will confuse `read', so skip past them.
6937
6938 2009-01-01  Dave Love  <fx@gnu.org>
6939
6940         * imap.el (imap-string-to-integer): Fix typo.
6941         (imap-fetch-safe): New function.
6942         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6943
6944         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6945
6946         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6947         (imap-parse-greeting): Fix doc strings.
6948         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6949         (imap-parse-flag-list): Make messages unique.
6950         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6951
6952         * nnimap.el: Fix author email.
6953         (nnimap-split-rule): Add FIXME comment.
6954         (nnimap-debug): Fix doc string.
6955
6956 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6957
6958         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6959
6960 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6961
6962         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6963         nslookup if resolv.conf isn't available.
6964         (dns-query): Rename from query-dns.
6965         (dns-query-cached): Rename from query-dns-cached.
6966
6967 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6968
6969         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6970         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6971         to check if those variables exist (first appeared in Emacs 18.50).
6972
6973 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * mm-util.el (mm-line-number-at-pos): New function.
6976
6977         * spam-report.el (spam-report-process-queue): Use it.
6978
6979 2008-12-24  David Engster  <dengste@eml.cc>
6980
6981         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6982         parameters that haven't existed as variables as buffer-local variables.
6983
6984 2008-12-23  Dave Love  <fx@gnu.org>
6985
6986         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6987         cadar.
6988
6989         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6990         imap-starttls-p.
6991         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6992
6993 2008-12-22  Dave Love  <fx@gnu.org>
6994
6995         * imap.el: Fix author email.  Doc fixes.
6996         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6997         reply.
6998
6999 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7000
7001         * spam-report.el (spam-report-gmane-max-requests): New constant.
7002         (spam-report-gmane-wait): New variable.
7003         (spam-report-gmane-ham, spam-report-gmane-spam)
7004         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7005         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7006         the server.
7007
7008         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7009         Add explanations.
7010
7011         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7012         nnheader-accept-process-output and nnheader-read-timeout if available.
7013         (pop3-movemail): Use it.
7014
7015         * message.el (message-check-news-body-syntax): Fix signature check if
7016         there's an attachment.
7017
7018 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * mm-util.el: Add comments to the mm- emulating functions.
7021
7022 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7023
7024         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7025         Reported by Stephen Berman <stephen.berman@gmx.net>.
7026
7027 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * mm-util.el (mm-substring-no-properties): New function.
7030         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7031         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7032         (mm-string-to-multibyte): Doc fix.
7033
7034         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7035
7036 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7037
7038         * mml.el (mml-attach-file): Strip text properties from file name.
7039         (Bug#1574)
7040
7041 2008-12-16  Glenn Morris  <rgm@gnu.org>
7042
7043         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7044
7045 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7048         knows since the charset specified might be a bogus alias that
7049         mm-charset-synonym-alist provides.
7050
7051 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7052
7053         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7054         "ISO_8859-1".
7055
7056         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7057
7058 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * mm-util.el (mm-charset-eval-alist):
7061         Define it before mm-charset-to-coding-system.
7062         (mm-charset-to-coding-system): Add optional argument `silent';
7063         define it before mm-charset-override-alist.
7064         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7065         default value if it can be used in Emacs currently running;
7066         silence mm-charset-to-coding-system.
7067
7068 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7069
7070         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7071         `allow-override' which says whether to use `mm-charset-override-alist'.
7072         (rfc2047-decode-encoded-words): Use it.
7073
7074         * mm-util.el (mm-charset-override-alist): Fix custom type;
7075         add `(gb2312 . gbk)' to choices.
7076
7077 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7078
7079         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7080         fast.
7081
7082         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7083
7084         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7085
7086 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7087
7088         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7089         on links.
7090
7091         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7092
7093 2008-12-03  Lute Kamstra  <lute@gnu.org>
7094
7095         * sha1.el: Remove leading * from docstrings of defcustoms,
7096         deffaces, defconsts and defuns.
7097
7098 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7101         users' addresses that don't have domain parts.
7102         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7103         rather than message-narrow-to-head since there will be the message
7104         header separator.
7105
7106 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7107
7108         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7109         since the result is inserted in a unibyte buffer anyway.
7110         (nnimap-demule-use-string-to-multibyte): Remove.
7111         (nnimap-demule): Alias it to mm-string-to-multibyte.
7112
7113 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7116         variable for debugging bug#464 and bug#1174.
7117         (nnimap-demule): Use it.
7118
7119 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7120
7121         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7122         score calculation correctly.
7123
7124 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7125
7126         * message.el (message-send-mail): Just set the buffer to unibyte
7127         rather than use mm-with-unibyte-current-buffer which does a lot more.
7128         (message-send-mail-partially): Don't bother with
7129         mm-with-unibyte-current-buffer since it's already been made unibyte by
7130         message-send-mail.
7131
7132 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7133
7134         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7135
7136 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7137
7138         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7139
7140 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7143         require itself and to remove `with-no-warnings'.
7144
7145 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7146
7147         * starttls.el (starttls-any-program-available): Get the name of the
7148         available TLS layer program.
7149         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7150         well as the host name in the "opening" message.
7151
7152         * auth-source.el (auth-source-cache, auth-source-do-cache)
7153         (auth-source-user-or-password): Cache passwords and logins by default,
7154         allow override with `auth-source-do-cache'.
7155         (auth-source-forget-user-or-password): Allow users to remove cache
7156         entries if needed.
7157
7158 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7159
7160         * md4.el (md4-buffer): Fix typo in docstring.
7161         (md4, md4-64): Doc fixes.
7162         (md4-pack-int32): Reflow docstring.
7163
7164 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7165
7166         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7167         condition-case to only the forward-sexp call.
7168
7169 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7170
7171         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7172         quotes contained.  Make it more robust regardless by an extra
7173         condition-case wrapper.
7174
7175 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7178
7179 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * nnml.el (nnml-request-expire-articles): Check if the function set to
7182         `nnmail-expiry-target' returns the symbol `delete'.
7183
7184         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7185
7186         * nnmail.el (nnmail-expiry-target): Fix custom type.
7187
7188 2008-10-02  Glenn Morris  <rgm@gnu.org>
7189
7190         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7191         Silence compiler warning.
7192
7193 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7194
7195         * tls.el (open-tls-stream): Show the actual command being
7196         executed, instead of the format string.
7197
7198 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * lpath.el: Fbind codepage-setup for Emacs 23.
7201
7202 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7203
7204         * mml.el (mml-menu): Don't assume mml2015 is bound.
7205
7206 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7209         exists.
7210
7211 2008-09-27  Glenn Morris  <rgm@gnu.org>
7212
7213         * gnus-util.el (mail-header-remove-comments): Autoload it.
7214
7215 2008-09-27  Andreas Schwab  <schwab@suse.de>
7216
7217         * gnus-util.el (gnus-split-references): Strip comments.
7218         (gnus-parent-id): Likewise.
7219
7220 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7221
7222         * message.el (message-confirm-send): Fix version.
7223
7224 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7225
7226         * message.el (message-idna-to-ascii-rhs-1): Use
7227         mail-extract-address-components rather than mail-header-parse-addresses
7228         that is an alias by default to ietf-drums-parse-addresses that does not
7229         support non-ASCII names in headers' contents.
7230
7231 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7232
7233         * message.el (message-confirm-send): Fix variable documentation to
7234         avoid the "y/n" wording.
7235
7236 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7237
7238         * message.el (message-set-auto-save-file-name): Save to a different
7239         filename so multiple messages (especially drafts) can be recovered.
7240
7241 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7242
7243         * message.el (message-confirm-send): Add appropriate version.
7244
7245 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7246
7247         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7248         defvar.
7249
7250 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7251
7252         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7253         (mm-pkcs7-enveloped-magic): Ditto.
7254
7255 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7256
7257         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7258         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7259
7260 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7261
7262         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7263         default, it's better.
7264
7265 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7266
7267         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7268         summary line gnus-number property and ignore them (with a warning
7269         message).
7270
7271 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7274         macro caddr in the interactive form since it won't be expanded.
7275
7276 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7279         `charset'; fix name of function called recursively.
7280         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7281
7282 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7285         (gnus-mime-set-charset-parameters): New function.
7286         (gnus-mime-view-part-as-charset): Use it to correctly display part
7287         specifying wrong charset.
7288
7289 2008-09-08  David Engster  <dengste@eml.cc>
7290
7291         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7292         in completing-read for back end server.
7293
7294 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7295
7296         * message.el (message-confirm-send): New variable to confirm sending a
7297         message.
7298         (message-send): Use it.
7299
7300 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7301
7302         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7303
7304 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7307
7308 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7309
7310         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7311         prevent tracking too many groups.
7312         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7313         Use it.
7314
7315 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7316
7317         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7318         moving point to the bottom of the window in order to avoid recentering.
7319
7320 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7323
7324         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7325         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7326         (gnus-article-beginning-of-window): Fix calculation.
7327
7328 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * gnus-msg.el (gnus-summary-supersede-article)
7331         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7332         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7333         message header.
7334
7335 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7336
7337         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7338         pending output coming after the status change.
7339
7340 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7341
7342         * message.el:
7343         * gnus-start.el:
7344         * gnus-registry.el: Remove VMS support.
7345
7346 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7349         macro.
7350         (rfc2104-hash): Use it.
7351
7352 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7353
7354         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7355         (gnus-summary-sort-by-most-recent-date): New commands.
7356         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7357         and menu entries.
7358
7359 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7362         don't redisplay article for raw contents; remove plural articles stuff.
7363
7364         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7365         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7366         on gnus-summary-save-article; display results properly.
7367
7368 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7369
7370         * lpath.el: No need to fbind ns-focus-frame.
7371
7372 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7375
7376 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * gnus-art.el (gnus-summary-save-in-pipe):
7379         Consider gnus-save-all-headers.
7380
7381 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7382
7383         * gnus-util.el (ns-focus-frame): Remove declaration.
7384         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7385         like x.
7386
7387 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7388
7389         * rfc2104.el (rfc2104-zero): Delete defconst.
7390         (rfc2104-hex-alist): Likewise.
7391         (rfc2104-hex-to-int): Delete func.
7392         (rfc2104-hexstring-to-bitstring): Likewise.
7393         (rfc2104-nybbles): New defconst.
7394         (rfc2104-hash): Rewrite for speed.
7395
7396 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * tls.el (open-tls-stream): Make it work with the 2nd argument
7399         BUFFER that is a string but does not exist as a buffer object, as
7400         mentioned in the doc-string.
7401
7402 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7405         SXEmacs.
7406
7407 2008-07-16  Glenn Morris  <rgm@gnu.org>
7408
7409         * gnus-util.el (ns-focus-frame): Declare for compiler.
7410
7411 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7414         set as a group parameter.
7415         (gnus-summary-save-in-pipe): Work when it is called independently.
7416         (gnus-summary-pipe-to-muttprint): Don't modify
7417         gnus-summary-pipe-output-default-command.
7418
7419 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7420
7421         * message.el (message-send-mail-with-sendmail):
7422         Display the error message.
7423
7424 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * gnus-art.el (gnus-default-article-saver):
7427         Add gnus-summary-save-in-pipe to choices.
7428         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7429         gnus-summary-pipe-output-default-command as the default command.
7430         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7431         instead of gnus-last-shell-command.
7432
7433         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7434         New user option.
7435         (gnus-summary-muttprint-program): Mention the value will be changed.
7436         (gnus-summary-save-article): Force showing of all headers.
7437         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7438
7439 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7440
7441         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7442
7443 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7444
7445         * nnimap.el (nnimap-id):
7446         * sieve-manage.el (sieve-manage-open): Doc fixes.
7447
7448 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7449
7450         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7451         if available.
7452
7453 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7454
7455         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7456
7457         * nnkiboze.el (nnkiboze-generate-group):
7458         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7459
7460         * nnmairix.el: Require CL.
7461
7462 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * dgnushack.el: Autoload get-display-table and put-display-table for
7465         XEmacs 21.5.
7466
7467         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7468         21.4 and SXEmacs.
7469
7470 2008-06-15  David Engster  <dengste@eml.cc>
7471
7472         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7473
7474 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7475
7476         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7477         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7478         runtime choice under XEmacs.
7479
7480         * gnus-sum.el (gnus-summary-set-display-table):
7481         Use `gnus-put-display-table', `gnus-get-display-table',
7482         `gnus-set-display-table' for the display table, instead of `aset'.
7483
7484         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7485         Use `gnus-put-display-table', `gnus-get-display-table',
7486         `gnus-set-display-table' for the display table.
7487
7488 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7489
7490         * nnmairix.el: Add autoloads.
7491
7492 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7493
7494         * nnmairix.el (nnmairix-delete-recreate-group)
7495         (nnmairix-update-and-clear-marks): Fix error messages.
7496
7497 2008-06-14  David Engster  <dengste@eml.cc>
7498
7499         * nnmairix.el: Upgrade to version 0.6.
7500         (nnmairix-group-toggle-propmarks-this-group)
7501         (nnmairix-group-toggle-readmarks-this-group)
7502         (nnmairix-group-delete-recreate-this-group)
7503         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7504         (nnmairix-remove-tick-mark-original-article): New commands.
7505         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7506         (nnmairix-propagate-marks-to-nnmairix-groups)
7507         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7508         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7509         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7510         functions needed for marks propagation and manipulation of read marks.
7511         (nnmairix-update-groups): New function.
7512         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7513         (nnmairix-determine-original-group-from-registry)
7514         (nnmairix-determine-original-group-from-path)
7515         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7516         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7517         New helper functions.
7518         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7519         keystrokes for new commands.
7520         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7521         (nnmairix-request-group): Check allow-fast group parameter.
7522         (nnmairix-request-create-group): Set allow-fast group parameter if
7523         nnmairix-allowfast-default is set.
7524         (nnmairix-close-group): Propagate marks upon closing if needed.
7525         (nnmairix-group-toggle-threads-this-group): Use new.
7526         nnmairix-group-toggle-parameter helper function.
7527         (nnmairix-search): Better check for empty search result.
7528         (nnmairix-goto-original-article): Use new helper functions for
7529         determining original article.
7530         (nnmairix-show-original-article): Make sure message-id is in brackets.
7531         (nnmairix-call-mairix-binary): Change variable name.
7532         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7533         helper function.
7534         (nnmairix-widget-toggle-activate): Fix doc string.
7535
7536 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * nnir.el: Require edmacro when compiling with XEmacs.
7539         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7540         available in Emacs 21.
7541
7542 2008-06-11  Glenn Morris  <rgm@gnu.org>
7543
7544         * gnus-util.el (x-focus-frame):
7545         * gnus.el (image-size):
7546         * mm-decode.el (image-size): Declare.
7547
7548         * gnus-picon.el (declare-function): Add compat definition.
7549         (image-size): Declare.
7550
7551         * gnus-group.el (tool-bar-map):
7552         * gnus-sum.el (tool-bar-map): Define for compiler.
7553
7554         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7555
7556         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7557
7558         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7559         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7560         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7561         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7562         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7563         * sieve-manage.el, spam-report.el, spam.el:
7564         Remove unnecessary eval-and-compile of autoloads.
7565
7566 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7567
7568         * auth-source.el: Precise Tramp doc.
7569
7570 2008-06-07  Glenn Morris  <rgm@gnu.org>
7571
7572         * nnmairix.el: Remove unnecessary eval-when-compile.
7573
7574 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * lpath.el: Fbind propertize for XEmacs 21.4.
7577
7578 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7579
7580         * nnir.el: Move here from ../contrib.
7581
7582 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7583
7584         * gnus-util.el (gnus-read-shell-command): New function.
7585         * mm-decode.el (mm-pipe-part):
7586         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7587
7588 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7591
7592 2008-06-03  Glenn Morris  <rgm@gnu.org>
7593
7594         * pop3.el (nnheader-accept-process-output): Autoload it.
7595
7596 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7597
7598         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7599         are not 2-digit hexadecimal characters that follow `%'s.
7600
7601 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7602
7603         * message.el (message-bogus-recipient-p): Fix type in doc string.
7604         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7605         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7606         Improve custom options.
7607         (message-bogus-recipient-p): Adjust accordingly.
7608
7609 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7610
7611         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7612         long-form month and day names.
7613
7614 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * dgnushack.el: Autoload debug, eudc-expand-inline and
7617         pgg-snarf-keys-region for XEmacs.
7618
7619         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7620
7621         * nnmairix.el: Require edmacro when compiling with XEmacs.
7622
7623 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7624
7625         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7626         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7627
7628 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7629
7630         * auth-source.el: Add more docs.
7631
7632         * netrc.el (netrc-machine): Always match if the port is not given.
7633
7634 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7635
7636         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7637         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7638         retrieval faster in some cases, but might make CPU usage larger.
7639         If this has any bad side effects, we might revert this change.
7640
7641         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7642         seems to make mail retrieval much, much faster.
7643         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7644         unconditionally.
7645
7646         * gnus-draft.el (gnus-group-send-queue):
7647         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7648
7649 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7652
7653         * message.el (message-bogus-address-regexp): Fix and improve custom
7654         type.
7655         (message-setup-hook): Add message-check-recipients as custom option.
7656
7657 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7658
7659         * message.el (message-cite-function): Remove bogus autoload which crept
7660         in during merge from v5-10.
7661
7662 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7663
7664         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7665
7666         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7667
7668         * auth-source.el: Preliminary Tramp docs.
7669         (auth-sources): Change the default auth-sources to use
7670         EPA .gpg files.
7671
7672 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7673
7674         * nntp.el: Autoload `auth-source-user-or-password'.
7675         (nntp-send-authinfo): Use it.
7676
7677         * nnimap.el: Autoload `auth-source-user-or-password'.
7678         (nnimap-open-connection): Use it.
7679
7680         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7681         for the gnus-message function.
7682         (auth-source-user-or-password): Use it.
7683
7684 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7685
7686         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7687         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7688         (rfc2104-hash): Use it.
7689
7690 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7691
7692         * gnus-art.el (gnus-article-toggle-truncate-lines):
7693         Don't use `iff' in docstring.
7694
7695 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7696
7697         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7698
7699         * gnus-util.el (gnus-extract-address-component-name)
7700         (gnus-extract-address-component-email): Convenience functions around
7701         `gnus-extract-address-components'.
7702
7703         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7704         Use `gnus-extract-address-component-email' to fix bug of comparing full
7705         sender name to `user-mail-address'.
7706
7707 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7708
7709         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7710         catch/throw to optimize.
7711         (gnus-registry-find-keywords): Just use member to find a keyword.
7712
7713 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7714
7715         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7716         is current before calling gnus-server-prepare.
7717         (gnus-server-setup-buffer, gnus-server-update-server)
7718         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7719
7720 2008-05-04  Juri Linkov  <juri@jurta.org>
7721
7722         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7723         (mailcap-file-default-commands): Use mailcap-replace-in-string
7724         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7725         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7726
7727 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7728
7729         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7730
7731 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7732
7733         * gnus.el: Bump version to 0.11.
7734
7735 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7736
7737         * gnus.el: No Gnus v0.10 is released.
7738
7739 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7740
7741         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7742         hooks.
7743         (gnus-update-read-articles): Speed up non-marks-using users.
7744         (gnus-use-marks): Define gnus-use-marks.
7745         (gnus-propagate-marks): Rename variable to something more sensible.
7746
7747 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7748
7749         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7750         (gmm-image-load-path-for-library): Fix typos in docstrings.
7751         (gmm-message): Reflow docstring.
7752
7753 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7754
7755         * mail-source.el (mail-source-set-1, mail-source-bind):
7756         Move auth-source code out of the macro to clean it up and fix bugs.
7757
7758 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7759
7760         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7761         by sender if it's equal to user-mail-address, it's likely to be
7762         useless.
7763
7764         * mail-source.el (mail-source-bind): Don't use user or password if they
7765         are not bound.  Unintern them if they are nil.  Don't use server unless
7766         it's bound, and default it to empty string otherwise.
7767
7768 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7769
7770         * mail-source.el: Load auth-source.el.
7771         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7772         get user name or password, if auth-sources is set up.
7773
7774         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7775         strategy of splitting with parent.
7776         (gnus-registry-split-fancy-with-parent)
7777         (gnus-registry-post-process-groups): Use it and fix prior
7778         bug (returning a list as the split result).
7779
7780         * auth-source.el (auth-sources): Remove server parameter.
7781         (auth-source-pick, auth-source-user-or-password)
7782         (auth-source-user-or-password-imap)
7783         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7784         (auth-source-user-or-password-sftp)
7785         (auth-source-user-or-password-smtp): Remove server parameter.
7786
7787 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7788
7789         * smime.el (smime-sign-region, smime-encrypt-region)
7790         (smime-decrypt-region):
7791         Remove redundant calls to `generate-new-buffer-name'.
7792
7793 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7794
7795         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7796         Don't use QP for message/rfc822.
7797         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7798
7799 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7800
7801         * sieve-manage.el (sieve-string-bytes): Remove.
7802         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7803         correct byte-length only if the process's coding-system is the same as
7804         the one used internally by Emacs to represent strings.
7805
7806 2008-04-22  Juri Linkov  <juri@jurta.org>
7807
7808         * mailcap.el (mailcap-file-default-commands): New function.
7809
7810 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * message.el (message-signature-separator, message-cite-function):
7813         Change custom version.
7814
7815 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7816
7817         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7818         commands.
7819         (tls-checktrust): Ditto.
7820
7821 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * mm-decode.el (mm-display-external): Make temp file read-only.
7824
7825 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7826
7827         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7828         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7829         `C-c C-f d'.
7830
7831 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7832
7833         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7834
7835 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7836
7837         * gnus.el: Bump version to 0.9.
7838
7839 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7840
7841         * gnus.el: No Gnus v0.8 is released.
7842
7843 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7844
7845         * mail-source.el (mail-source-value):
7846         Prefer fboundp to functionp so it works with macros as well.
7847
7848 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7849
7850         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7851         Fix last change in case the element is not even a symbol.
7852
7853 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7854
7855         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7856         Prefer fboundp to functionp so it works with macros as well.
7857
7858 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7859
7860         * auth-source.el: Add docs.
7861         (auth-sources): Modify format to support server.
7862         (auth-source-pick, auth-source-user-or-password)
7863         (auth-source-user-or-password-imap)
7864         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7865         (auth-source-user-or-password-sftp)
7866         (auth-source-user-or-password-smtp): Add server parameter.
7867
7868 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7869
7870         * gnus-registry.el: Initialize the registry when gnus-registry-install
7871         is t.
7872
7873 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * compface.el (uncompface): Make buffer unibyte.
7876
7877 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7878
7879         * mail-source.el (mail-source-value):
7880         Prefer fboundp to functionp so it works with macros as well.
7881
7882 2008-04-05  Glenn Morris  <rgm@gnu.org>
7883
7884         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7885
7886 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7887
7888         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7889         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7890
7891         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7892         multibyteness after rather than before erasing it.
7893
7894         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7895         mm-with-multibyte.
7896         (gnus-request-article-this-buffer): Make sure the proper decoding is
7897         used if gnus-original-article-buffer happens to be unibyte.
7898
7899         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7900         default-enable-multibyte-characters.
7901
7902         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7903         default-enable-multibyte-characters.
7904
7905         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7906
7907         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7908
7909 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7910
7911         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7912         Fix last change in case the element is not even a symbol.
7913
7914 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7915
7916         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7917         (imap-message-copyuid-1): Use it.
7918         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7919         J. Williams in
7920         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7921
7922         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7923         imap-enable-exchange-bug-workaround.
7924         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7925
7926 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7927
7928         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7929         a 100 byte status-checks into a 2-3MB transfer for each group.
7930         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7931         to enable bug workaround or not.
7932         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7933
7934 2008-03-31  Glenn Morris  <rgm@gnu.org>
7935
7936         * message.el (mml2015-use): Declare for compiler.
7937         (message-info): Require mml2015 when appropriate.
7938
7939 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7940
7941         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7942         whitespace.
7943
7944 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7945
7946         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7947         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7948         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7949         (nntp-service-to-port): New function.
7950         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7951         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7952         (nntp-open-netcat-stream): New function.
7953         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7954
7955 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7956
7957         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7958
7959 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7960
7961         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7962
7963 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7964
7965         * dns.el (dns-write): Use set-buffer-multibyte.
7966
7967 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7968
7969         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7970
7971 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7972
7973         * message.el (message-signature-separator): Change default.
7974         Improve custom type.
7975         (message-cite-function): Change default to
7976         message-cite-original-without-signature.
7977
7978         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7979         toggle.
7980
7981         * message.el (message-check-news-body-syntax): Fix signature check.
7982         (message-setup-1): Mark buffer as unmodified _after_ running
7983         message-setup-hook and handling message-alternative-emails.
7984         (message-shorten-references): Be more strict when building list of
7985         valid references to comply with GNKSA.
7986
7987         * gnus-group.el (gnus-read-ephemeral-bug-group)
7988         (gnus-read-ephemeral-debian-bug-group)
7989         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7990
7991         * message.el (message-info): Don't use booleanp which isn't supported
7992         in Emacs 21 and XEmacs.
7993
7994 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7995
7996         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7997         gnus-group-gmane-group-download-format.
7998         (gnus-group-read-ephemeral-gmane-group): Rename from
7999         gnus-group-read-ephemeral-gmane-group.
8000         (gnus-read-ephemeral-gmane-group-url): Rename from
8001         gnus-group-read-ephemeral-gmane-group-url.
8002         (gnus-bug-group-download-format-alist): New variable.
8003         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8004         (gnus-read-ephemeral-emacs-bug-group): New commands.
8005
8006 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8007
8008         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8009         (gnus-visible-headers): Improve custom type.
8010
8011 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * mml.el (mml-menu): Add workarounds for XEmacs.
8014
8015         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8016         X-Boundary header.
8017
8018         * message.el (message-simplify-recipients): Fix previous commit.
8019
8020 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8021
8022         * mm-util.el (mm-set-buffer-multibyte): New function.
8023         * mm-decode.el (mm-copy-to-buffer): Use it.
8024
8025         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8026         Prefer fboundp to functionp so it works with macros as well.
8027
8028 2008-03-19  Glenn Morris  <rgm@gnu.org>
8029
8030         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8031         Accidentally removed in the sync process with Emacs.
8032
8033 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * message.el (message-alter-recipients-discard-bogus-full-name):
8036         New function.
8037         (message-alter-recipients-function): New variable.
8038         (message-get-reply-headers): Use it.
8039         (message-replace-header): New helper function.
8040         (message-recipients-without-full-name): New variable.
8041         (message-simplify-recipients): New command.
8042
8043         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8044
8045         * message.el (message-info): Handle EasyPG manual.
8046
8047         * mml.el (mml-menu): Add entry for EasyPG.
8048
8049 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8050
8051         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8052         parameter.
8053
8054         * message.el (message-disassociate-draft): Specify drafts group name
8055         fully.
8056
8057 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8058
8059         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8060         Eliminate unnecessary duplicates from the match list.
8061
8062 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8065
8066         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8067
8068         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8069         args of `how-many' of which the XEmacs version doesn't take; declare
8070         Info-index-next as function.
8071
8072 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * gnus-score.el (gnus-score-headers): Fix handling of
8075         gnus-inhibit-slow-scoring.
8076
8077         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8078         string.
8079         (gnus-button-url-regexp): Improve handling of parenthesis.
8080         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8081         (gnus-button-handle-info-keystrokes): Handle index entries.
8082
8083 2008-03-15  Glenn Morris  <rgm@gnu.org>
8084
8085         * parse-time.el (parse-time-string): Simplify.
8086
8087 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8090         Incoming* files.
8091
8092 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8093
8094         * auth-source.el (auth-sources): Rename from auth-source-choices.
8095         (auth-source-pick): Use it.
8096
8097 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8098
8099         * binhex.el (binhex-decode-region-internal):
8100         * uudecode.el (uudecode-decode-region-internal):
8101         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8102         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8103         setting default-enable-multibyte-characters.
8104
8105 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8106
8107         * auth-source.el (auth-source-protocols)
8108         (auth-source-protocols-customize, auth-source-choices): Add and
8109         modified variable customizations and defaults.
8110         (auth-source-pick, auth-source-user-or-password)
8111         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8112         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8113         (auth-source-user-or-password-sftp)
8114         (auth-source-user-or-password-smtp): Use new variables and provide an
8115         interface to netrc.el.
8116
8117 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8120         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8121         Make sure the nntp port to specify is a string.
8122
8123 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8124
8125         * nntp.el: Use with-current-buffer.
8126         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8127         dubious mm-with-unibyte-current-buffer.
8128         (nntp-with-open-group-function): New function extracted from
8129         nntp-with-open-group macro.
8130         (nntp-with-open-group): Use the function, so it's easier to debug.
8131         Add indentation and debugging info.
8132         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8133         Recommend the use of the netcat alternatives.
8134
8135         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8136         Avoid mm-string-as-multibyte as well.
8137
8138         * nnweb.el (nnweb-insert-html):
8139         Remove use of nnheader-string-as-multibyte.
8140
8141         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8142         (nnheader-string-as-multibyte): Remove.
8143
8144         * mm-view.el: Use inhibit-read-only.
8145         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8146         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8147         or unibyte-string.
8148
8149         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8150         (mm-uu-yenc-extract): Use with-current-buffer.
8151
8152         * gnus-soup.el (gnus-soup-send-packet): Don't use
8153         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8154
8155         * nnmh.el: Use with-current-buffer.
8156         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8157         mm-string-as-multibyte on the output of mm-encode-coding-string.
8158
8159         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8160         (nnimap-request-move-article): Use with-current-buffer.
8161
8162         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8163         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8164         conversion uses string-make-unibyte rather than string-as-unibyte.
8165
8166         * gnus-msg.el: Use with-current-buffer.
8167
8168         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8169
8170 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8171
8172         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8173         string for caching if it is 'PIN.
8174
8175 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * lpath.el: Consider the case without Emacs/W3.
8178
8179 2008-03-08  Glenn Morris  <rgm@gnu.org>
8180
8181         * time-date.el (date-to-time, time-subtract, time-add)
8182         (safe-date-to-time): Doc fixes.
8183
8184 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8185
8186         * mail-source.el (mail-source-delete-old-incoming-confirm):
8187         Change default to nil.
8188         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8189
8190 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * lpath.el: Rearrange.
8193
8194         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8195         (gnus-article-goto-prev-page): Work for articles having ^L's.
8196
8197         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8198
8199         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8200
8201 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8202
8203         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8204         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8205         (gnus-bookmark-jump): Adjust some variable names.
8206
8207 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8208
8209         * auth-source.el: New package.
8210         (auth-source-choices): Add customization entry point variable.
8211
8212         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8213         bug.
8214
8215 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8216
8217         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8218         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8219         (gnus-registry-install-shortcuts): Rename from
8220         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8221         the `gnus-registry-mark-map' keymap dynamically from
8222         `gnus-registry-marks'.  The generated functions update the summary line
8223         when a registry mark is added or deleted, and will call
8224         `gnus-registry-install-p' (see the comments in the code).
8225         (gnus-registry-user-format-function-M): Use concat intelligently.
8226
8227         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8228         the registry mark functions.
8229
8230 2008-03-05  Glenn Morris  <rgm@gnu.org>
8231
8232         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8233         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8234         gnus-art.
8235         (top-level): No need to load own source when compiling.
8236
8237 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8238
8239         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8240         Suggested by <chris.anderton@zetnet.co.uk>.
8241
8242 2008-03-04  Glenn Morris  <rgm@gnu.org>
8243
8244         * gnus-sum.el (top-level): No need to require gnus when compiling,
8245         since unconditionally required near start of file.
8246         (gnus-summary-display-while-building): Move definition before use.
8247
8248 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8249
8250         * gnus-registry.el (gnus-registry-user-format-function-M):
8251         Add formatting function.
8252
8253 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8254
8255         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8256         with plists.
8257         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8258         Use new format.
8259
8260 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8263         `where-is-internal' that returns a range of key sequences.
8264
8265 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8266
8267         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8268
8269         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8270         (gnus-summary-jump-to-group): Consider windows on other displayed
8271         frames as well.  Similar changes might be needed elsewhere, but that's
8272         the one I've bumped into during my use.
8273
8274         * nndoc.el (nndoc-oe-dbx-type-p):
8275         * gnus-msg.el (gnus-debug):
8276         * gnus-group.el (gnus-update-group-mark-positions):
8277         Use mm-string-to-multibyte.
8278
8279 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8280
8281         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8282         doesn't handle NotDashEscaped.
8283
8284         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8285         (mml-dnd-attach-options): Fix typo in custom choice.
8286
8287         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8288         Change nndoc-article-type to mbox.
8289         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8290
8291         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8292         to nil, instead of html2text.
8293
8294         * imap.el (imap-debug): Add `imap-ping-server'.
8295
8296         * gnus-bookmark.el: Add FIXMEs.
8297
8298         * message.el (message-form-letter-separator)
8299         (message-send-form-letter-delay): New variables.
8300         (message-send-form-letter): Use them.  New command to send form
8301         letters.  Requested by Uwe Siart.
8302         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8303
8304 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8305
8306         * Update copyright years.
8307
8308 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8309
8310         Sync from EMACS_22_BASE.
8311
8312         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8313
8314 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8315
8316         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8317         empty author.
8318
8319 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8320
8321         * gnus-registry.el (gnus-registry-marks): Add variable for
8322         customization of marks and their appearance.
8323         (gnus-registry-read-mark): Use it.
8324         (gnus-registry-do-marks): Add utility function to loop through
8325         `gnus-registry-marks'.
8326         (gnus-registry-install-shortcuts-and-menus): Add function to install
8327         shortcuts and menus.
8328         (gnus-registry-initialize): Use it.
8329         (gnus-registry-default-mark): Clarify documentation.
8330
8331 2008-02-29  Glenn Morris  <rgm@gnu.org>
8332
8333         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8334         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8335         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8336         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8337         Change defcustom :version from 23.0 to 23.1.
8338
8339 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8340
8341         * gnus-registry.el (gnus-registry-follow-group-p)
8342         (gnus-registry-post-process-groups): Add functions to aid registry
8343         splitting and improve logging.  Clarify behavior in function
8344         documentation.
8345         (gnus-registry-split-fancy-with-parent): Use them.
8346
8347 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8348
8349         * gnus-art.el: Use with-current-buffer.
8350
8351 2008-02-27  David Engster  <dengste@eml.cc>
8352
8353         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8354         Express real group name in the response.
8355
8356 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8359         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8360         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8361         autoload gnus-registry-fetch-group when compiling.
8362         (nnmairix-request-group-with-article-number-correction):
8363         Remove unreferenced argument passed to nnmairix-call-backend.
8364
8365 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8366
8367         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8368         (mm-uu-extract): Improve face for low color ttys.
8369         Reported by Sascha Wilde.
8370
8371 2008-02-27  Glenn Morris  <rgm@gnu.org>
8372
8373         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8374         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8375         variables to defconsts.  Convert comments to doc-strings.
8376         (nnmairix-last-server, nnmairix-current-server): Convert from free
8377         variables to defvars.  Convert comments to doc-strings.
8378         (gnus-registry-fetch-group): Autoload.
8379         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8380         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8381         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8382         caddr.
8383         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8384         nnmairix-request-group-with-article-number-correction call.
8385         (nnmairix-fast, nnmairix-group): New, less general names, for free
8386         variables passed from nnmairix-request-group to
8387         nnmairix-request-group-with-article-number-correction.  Declare.
8388         (nnmairix-request-group-with-article-number-correction):
8389         Use nnmairix-fast, nnmairix-group rather than fast, group.
8390
8391 2008-02-26  David Engster  <dengste@eml.cc>
8392
8393         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8394         version 0.5.
8395
8396 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8397
8398         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8399         instead of making an extra function call.  Don't add the current group
8400         to articles only when they have the group.  Use
8401         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8402         Reported by David <de_bb@arcor.de>.
8403
8404 2008-02-24  Miles Bader  <miles@gnu.org>
8405
8406         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8407         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8408         (mm-find-mime-charset-region):
8409         * mm-bodies.el (mm-encode-body):
8410         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8411
8412 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8415         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8416
8417 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * mail-source.el (mail-source-delete-incoming): Change default.
8420         Supplement doc string.
8421
8422         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8423
8424 2008-02-14  Glenn Morris  <rgm@gnu.org>
8425
8426         * time-date.el (format-seconds): New function.
8427
8428 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8429
8430         * nnmail.el (nnmail-message-id-cache-file): Derive from
8431         `gnus-home-directory'.
8432
8433 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8434
8435         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8436         Document negative prefix.
8437
8438         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8439
8440 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8441
8442         * message.el (message-unsent-separator): Add the Exim bounce
8443         separator.
8444
8445 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8446
8447         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8448         list.
8449         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8450         recipient/signer list.
8451
8452 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * Makefile.in (datarootdir): Define.
8455         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8456         name that might contain whitespace.
8457
8458 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8459
8460         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8461         fbound (Emacs 23 unicode), signal an error.
8462
8463 2008-02-08  Glenn Morris  <rgm@gnu.org>
8464
8465         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8466
8467 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8468
8469         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8470         ports to the calls to `netrc-machine-user-or-password' in addition to
8471         "imap" and "imaps".
8472
8473 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8474
8475         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8476
8477         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8478
8479 2008-02-01  Kenichi Handa  <handa@m17n.org>
8480
8481         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8482         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8483         (rfc2104-hash): Convert the result of concat to unibyte string.
8484
8485 2008-02-01  Dave Love  <fx@gnu.org>
8486
8487         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8488         coding-system-for-read.
8489         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8490
8491 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8494         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8495         <hanche@math.ntnu.no>.
8496
8497 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8500
8501         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8502
8503 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8504
8505         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8506         * message.el (message-beginning-of-line): Use featurep instead of bound
8507         tests in order to resolve conditionals at compile time.
8508
8509 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8510
8511         * mail-source.el (mail-sources): Add `group' choice.
8512
8513         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8514         parameter `in-group' to control into which group the articles go.
8515         Add treatment of `group' mail-source.
8516
8517 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8520
8521         * mm-decode.el (mm-dissect-buffer): Decode description.
8522
8523         * mml.el (mml-to-mime): Encode message header first.
8524
8525 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8528         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8529
8530         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8531         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8532
8533 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8534
8535         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8536
8537 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8540         prefix keys.
8541         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8542         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8543         gnus-xmas.el.
8544
8545         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8546         (gnus-xmas-article-describe-bindings): New function.
8547         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8548         gnus-xmas-article-describe-bindings.
8549
8550         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8551
8552 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8553
8554         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8555         Add new variables for article mark management.
8556         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8557         list of extra data entries which, when present, will indicate that the
8558         article ID should not be trimmed from the registry.
8559         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8560         functions.
8561         (gnus-registry-read-mark): New function to read a mark name from the
8562         user.
8563         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8564         (gnus-registry-set-article-mark-internal): New functions to add and
8565         remove marks.
8566         (gnus-registry-get-article-marks): New function to show the marks for
8567         an article, or retrieve them for further use.
8568
8569 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8572         keys when no argument is given.
8573
8574 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8575
8576         * imap.el (imap-ping-server): New variable.
8577         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8578         (imap-ping-server): Minor doc string fixes.
8579
8580 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8581
8582         * imap.el (imap-ping-server): New function.
8583         (imap-opened): Call imap-ping-server.
8584
8585 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8586
8587         * gnus-sum.el (gnus-article-sort-by-random)
8588         (gnus-thread-sort-by-random): Fix doc strings.
8589         Reported by jidanni@jidanni.org.
8590
8591 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * gnus-art.el (gnus-article-describe-bindings): New function.
8594         (gnus-article-read-summary-keys): Use it.
8595         (gnus-article-mode-map): Bind `C-h b' to it.
8596
8597 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8600         XEmacs.
8601         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8602         Protect against non-character events.
8603
8604         * lpath.el: Fbind map-keymap for Emacs 21.
8605
8606 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8607
8608         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8609         New command.
8610         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8611         instead of END.  Change name of the temp file.
8612         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8613         customizable.
8614
8615 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8618         bind `S W' to gnus-article-wide-reply-with-original; set default
8619         binding to gnus-article-read-summary-send-keys.
8620         (gnus-article-read-summary-keys): Fix the order of keys; display
8621         continuation keys correctly in the echo area; describe bindings
8622         correctly when keys end with `C-h'.
8623         (gnus-article-read-summary-send-keys): New function.
8624         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8625         Work for gnus-article-read-summary-send-keys; display continuation keys
8626         correctly in the echo area.
8627         (gnus-article-reply-with-original): Ignore prefix argument.
8628         (gnus-article-wide-reply-with-original): New function.
8629
8630         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8631         Emacs 21.
8632
8633 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8634
8635         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8636         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8637
8638 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8639
8640         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8641         (gnus-group-read-ephemeral-gmane-group): New command.
8642
8643 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8644
8645         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8646
8647 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8648
8649         * message.el (message-send-mail-function): Increase custom version.
8650
8651         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8652         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8653
8654 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8655
8656         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8657         for the cases where imap-authenticate is called with a nil buffer
8658         parameter.
8659
8660 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8663         html parts correctly; support forwarded messages.
8664         (gnus-article-browse-html-article): Remove work buffers.
8665
8666         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8667         compiling.
8668         (netrc-bound-and-true-p): New macro.
8669         (netrc-parse): Use it instead of bound-and-true-p that is not available
8670         in XEmacs 21.4.
8671
8672 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8673
8674         * gnus-registry.el (gnus-registry-mark-article)
8675         (gnus-registry-article-marks): Add functionality to mark articles
8676         through the Gnus registry.
8677
8678         * encrypt.el: Clarify documentation for the new pgg method.
8679         (encrypt-file-alist): Add PGG option.
8680         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8681         functionality.  Abstract password key and messaging to external
8682         functions.
8683         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8684         (encrypt-message-method-and-cipher): Add new convenience external
8685         functions.
8686         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8687         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8688
8689         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8690         (netrc-parse): Use encrypt-file-alist to determine if
8691         encrypt-find-model or encrypt-insert-file-contents should be used.
8692
8693         * encrypt.el: Clarify documentation.  Load password-cache or
8694         password, whichever one is found first, instead of autoloading.
8695
8696 2007-12-19  Glenn Morris  <rgm@gnu.org>
8697
8698         * mml.el (message-options-set, message-narrow-to-head)
8699         (message-in-body-p, message-mail-p, message-encode-message-body):
8700         Autoload.
8701         (message-remove-header, message-narrow-to-headers-or-head)
8702         (message-subscribed-p, message-make-mail-followup-to)
8703         (message-position-on-field, message-news-p)
8704         (message-options-set-recipient, message-generate-headers)
8705         (message-sort-headers): Declare as functions.
8706
8707 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8708
8709         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8710         convention in doc string.
8711
8712 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8713
8714         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8715         title to html parts.
8716         (gnus-article-browse-html-article): Pass message header to it.
8717
8718         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8719
8720 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8721
8722         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8723         or password compatible with XEmacs.
8724
8725 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8726
8727         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8728         format document.
8729         (gnus-mime-delete-part): Don't write description line if empty.
8730         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8731
8732 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8733
8734         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8735         (gnus-summary-mark-read-and-unread-as-read)
8736         (gnus-summary-mark-current-read-and-unread-as-read)
8737         (gnus-summary-mark-unread-as-ticked): Doc fix.
8738         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8739
8740 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8741
8742         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8743         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8744
8745 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8746
8747         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8748         yes-or-no-p.
8749
8750 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * mm-decode.el (mm-add-meta-html-tag): New function.
8753         (mm-save-part-to-file, mm-pipe-part): Use it.
8754
8755         * gnus-art.el (gnus-article-browse-delete-temp-files):
8756         Use gnus-y-or-n-p instead of y-or-n-p.
8757         (gnus-article-browse-html-parts): Work with message/external-body; use
8758         mm-add-meta-html-tag.
8759
8760 2007-12-11  Glenn Morris  <rgm@gnu.org>
8761
8762         * gnus-cache.el: Require gnus-sum not just when compiling.
8763
8764         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8765
8766         * gnus-int.el (gnus-server-opened, gnus-status-message):
8767         Move definitions before use.
8768
8769         * mm-decode.el: Require gnus-util.
8770         (mm-remove-part): Only call delete-annotation on XEmacs.
8771
8772         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8773
8774         * nnmail.el: Require gnus-int.
8775
8776         * spam.el: Move `require's before `eval-when-compile's.
8777
8778         * gnus-ems.el (gnus-alive-p):
8779         * gnus-fun.el (message-goto-eoh):
8780         * gnus-util.el (gnus-group-name-decode):
8781         * mail-source.el (gnus-compress-sequence):
8782         * message.el (Info-goto-node, format-spec):
8783         * mm-bodies.el (message-options-get):
8784         * mm-decode.el (mm-view-pkcs7):
8785         * mm-util.el (gmm-write-region):
8786         * mml-smime.el (mml-compute-boundary)
8787         (gnus-completing-read-with-default):
8788         * mml.el (widget-button-press, gnus-make-hashtable):
8789         * mml1991.el (mm-decode-content-transfer-encoding)
8790         (mm-encode-content-transfer-encoding)
8791         (message-options-get, message-options-set):
8792         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8793         * nnfolder.el (gnus-request-group):
8794         * nnheader.el (ietf-drums-unfold-fws):
8795         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8796         * smime.el (gnus-run-mode-hooks):
8797         * spam-stat.el (gnus-message): Autoload.
8798
8799         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8800         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8801         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8802         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8803         Add declare-function compatibility definition.
8804
8805         * gnus-cache.el (nnvirtual-find-group-art):
8806         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8807         (gnus-add-image, gnus-add-wash-type):
8808         * gnus-group.el (nnkiboze-score-file):
8809         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8810         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8811         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8812         (message-tokenize-header, gnus-get-buffer-create)
8813         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8814         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8815         * gnus.el (gnus-group-decoded-name):
8816         * mail-source.el (imap-capability):
8817         * mm-bodies.el (message-options-set):
8818         * mm-decode.el (gnus-configure-windows):
8819         * mm-extern.el (message-goto-body):
8820         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8821         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8822         (epg-sub-key-validity, message-options-set):
8823         * mml.el (widget-event-point, gnus-configure-windows):
8824         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8825         * mml2015.el (epg-check-configuration, epg-configuration)
8826         (message-options-set):
8827         * nndb.el (nndb-request-article):
8828         * nnfolder.el (gnus-request-create-group):
8829         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8830         * nnmaildir.el (gnus-group-mark-article-read):
8831         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8832         * rfc1843.el (message-fetch-field):
8833         * spam.el (gnus-extract-address-components):
8834         Declare as functions.
8835
8836 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8839
8840         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8841
8842         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8843         bind show-trailing-whitespace for XEmacs.
8844
8845 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8846
8847         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8848         new no-op macro for backward compatibility.
8849
8850         * imap.el (imap-string-to-integer): New function.
8851
8852 2007-12-09  Glenn Morris  <rgm@gnu.org>
8853
8854         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8855
8856         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8857         * message.el, mm-view.el, sieve-manage.el, smime.el:
8858         Add declare-function compatibility definition.
8859
8860         * gnus-art.el (w3-region, w3m-region, Info-menu):
8861         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8862         * gnus-sum.el (gnus-get-predicate):
8863         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8864         * message.el (mail-abbrev-in-expansion-header-p):
8865         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8866         (w3m-detect-meta-charset, w3m-region):
8867         * sieve-manage.el (password-read, password-cache-add)
8868         (password-cache-remove):
8869         * smime.el (password-read-and-add): Declare as functions.
8870
8871 2007-12-08  David Kastrup  <dak@gnu.org>
8872
8873         * gnus-sum.el (gnus-summary-simplify-subject-query):
8874         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8875         `message'.
8876
8877 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8880         it to bind idna-program, installation-directory, defined-colors, and
8881         face-attribute for XEmacs of the version that compiles defcustom forms.
8882
8883 2007-12-07  Glenn Morris  <rgm@gnu.org>
8884
8885         * gnus-art.el (article-make-date-line): Revert previous change.
8886
8887 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8888
8889         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8890
8891 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8892
8893         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8894         Call gnus-add-to-range ranges only once with a prepared article-list.
8895
8896 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8897
8898         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8899         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8900         group names with backslashes.
8901         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8902
8903 2007-12-06  Deepak Goel  <deego3@gmail.com>
8904
8905         * gnus-art.el (article-make-date-line):
8906         * gnus-start.el (gnus-load):
8907         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8908
8909 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8910
8911         * gnus-art.el (gnus-use-idna)
8912         * gnus-start.el (gnus-site-init-file)
8913         * message.el (message-use-idna)
8914         * mm-uu.el (mm-uu-hide-markers)
8915         * smiley.el (smiley-style): Revert changes that suppress warnings.
8916
8917 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8920         specify charset to html source.
8921         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8922
8923 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8926         idna-program in order to suppress byte compile warning issued by XEmacs
8927         that came to byte compile the default value section of defcustom forms
8928         recently.
8929
8930         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8931         value of installation-directory.
8932
8933         * message.el (message-use-idna): Don't directly refer to the value of
8934         idna-program.
8935
8936         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8937
8938         * smiley.el (smiley-style): Don't directly call face-attribute.
8939
8940 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8941
8942         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8943
8944         * gnus-dired.el: Reduce Gnus dependencies.
8945         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8946         Don't require.  Use autoloads instead.
8947         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8948         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8949         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8950         (gnus-dired-mode): Adjust doc string.
8951         (gnus-dired-mail-mode): New variable.
8952         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8953         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8954         (gnus-dired-mail-buffers): New function.  Return mail or message
8955         composition buffers.
8956         (gnus-dired-attach): Use it.
8957         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8958         NO-DECODE.
8959         (gnus-dired-print): Use `gnus-print-buffer' depending on
8960         `gnus-dired-mail-mode'.
8961
8962 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8963
8964         * rfc2047.el (rfc2047-encoded-word-regexp)
8965         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8966         explaining what regexp patterns are for.
8967
8968 2007-12-04  Glenn Morris  <rgm@gnu.org>
8969
8970         * password.el: Move to password-cache.el.
8971
8972         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8973         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8974         * mml-smime.el (password-read, password-cache-add)
8975         (password-cache-remove):
8976         No need to autoload, since mml-sec requires password.
8977
8978         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8979         * message.el (gnus-extract-address-components):
8980         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8981
8982         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8983         password.
8984
8985 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8986
8987         * mailcap.el: Reduce dependencies.
8988         (mail-header-parse-content-type): Autoload.
8989         (mailcap-delete-duplicates): New alias.
8990         (mailcap-mime-info): Add optional argument NO-DECODE.
8991         (mailcap-mime-types): Use mailcap-delete-duplicates.
8992
8993         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8994
8995 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8996
8997         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8998         (imap-parse-status): Upcase status-att for servers that sends them
8999         lower-case (e.g., MS Exchange 2007).
9000
9001 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9002
9003         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9004         function.
9005
9006         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9007         (gnus-uu-yenc-article): New function.
9008
9009         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9010
9011         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9012
9013 2007-12-02  Glenn Morris  <rgm@gnu.org>
9014
9015         * binhex.el (binhex): New custom group.
9016         (binhex-decoder-program, binhex-decoder-switches)
9017         (binhex-use-external): Move to the binhex custom group.
9018
9019         * uudecode.el (uudecode): New custom group.
9020         (uudecode-decoder-program, uudecode-decoder-switches)
9021         (uudecode-use-external): Move to the uudecode custom group.
9022
9023         * netrc.el (top-level): Don't load `encrypt' features.
9024         (netrc-parse): Don't use encrypt.
9025         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9026
9027         * encrypt.el: Remove file.
9028
9029 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9032         matches on patches.
9033
9034         * gnus-art.el (gnus-article-browse-html-article):
9035         Mention `mm-text-html-renderer' in the doc string.
9036
9037         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9038         string.  Add comments.
9039
9040         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9041         if rhs is ASCII.
9042
9043 2007-12-01  Glenn Morris  <rgm@gnu.org>
9044
9045         * mail-source.el (top-level): Require format-spec before
9046         eval-when-compile.
9047
9048 2007-11-30  Glenn Morris  <rgm@gnu.org>
9049
9050         * encrypt.el: Require password, rather than autoloading password-read.
9051
9052 2007-11-29  Glenn Morris  <rgm@gnu.org>
9053
9054         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9055         (sasl-make-client, sasl-next-step, sasl-step-data)
9056         (sasl-step-set-data): Declare as functions.
9057
9058 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9061
9062 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9063
9064         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9065         certs should be verified and what is to be done in the event of a
9066         verification failure.
9067
9068         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9069         caller can indicate whether the cache should be disregarded for this
9070         call.  This way the result of the call is reproducible at all times and
9071         can be considered a canonical server name for the supplied method.
9072         (gnus-agent-method-p): Canonicalize server names by pushing their
9073         method through `gnus-method-to-server' using the no-cache argument.
9074
9075         * gnus-srvr.el (gnus-server-insert-server-line):
9076         Call `gnus-method-to-server' with `no-cache' argument.
9077
9078         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9079         gnus-agent-possibly-synchronize-flags as this should be called when the
9080         server is actually being opened.
9081         (gnus-agent-possibly-synchronize-flags)
9082         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9083         flags file of an agentized server to the latter function.
9084
9085         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9086         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9087         after a connection has been established successfully.
9088
9089 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * gnus-art.el (article-display-face): Force to display face if called
9092         interactively; check if gnus-article-x-face-too-ugly matches author.
9093         (article-display-x-face): Display face even if From header is missing
9094         as article-display-face does.
9095
9096 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9097
9098         * hashcash.el (message-narrow-to-headers-or-head)
9099         (message-fetch-field, message-goto-eoh)
9100         (message-narrow-to-headers): Declare as functions.
9101
9102 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9103
9104         * mail-source.el (mail-sources): Default to fetch from file for
9105         compatibility with default of nnmail-spool-file.
9106
9107 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9108
9109         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9110         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9111         to look for encoded word that should be encoded again.
9112         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9113         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9114         encoding pattern.
9115         (rfc2047-decode-region): Switch strict regexp and loose one according
9116         to rfc2047-allow-irregular-q-encoded-words.
9117
9118 2007-11-25  Romain Francoise  <romain@orebokech.com>
9119
9120         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9121
9122 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9123
9124         * tls.el (tls-program): Provide more custom choices from
9125         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9126         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9127
9128 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9129
9130         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9131         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9132
9133         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9134         `nnmail-spool-file'.
9135
9136         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9137         `nnmail-spool-file'.
9138
9139         * gnus-move.el (gnus-change-server): Ditto.
9140
9141         * gnus-kill.el (gnus-batch-score): Ditto.
9142
9143         * gnus-cache.el (gnus-jog-cache): Ditto.
9144
9145         * gnus-msg.el (gnus-summary-reply):
9146         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9147
9148 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9149
9150         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9151         version.  Minor improvement to doc strings.
9152         (tls-program): Add comment.
9153
9154 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9155
9156         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9157         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9158         mismatch between the hostname provided in the certificate and the name
9159         of the host connnecting to.
9160         (open-tls-stream): Use them.  Check certificates against trusted root
9161         certificates.
9162
9163 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9164
9165         * gnus-cache.el (gnus-cache-generate-nov-databases):
9166         Use nnml-generate-nov-databases-directory instead of
9167         nnml-generate-nov-databases-1.
9168
9169 2007-11-24  Glenn Morris  <rgm@gnu.org>
9170
9171         * message.el (message-tool-bar-retro): Update for rename
9172         mail_send.xpm->mail-send.xpm.
9173
9174 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9175
9176         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9177         `smime-ldap-search' for Emacs 22 and up.
9178
9179 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9180
9181         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9182
9183         * message.el (message-send-mail-function): Fix error convention.
9184         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9185         (message-widen-reply, message-send-mail, message-talkative-question)
9186         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9187         (message-clone-locals, message-send-news): Use with-current-buffer.
9188         (message-insert-or-toggle-importance): Remove unused var `valid'.
9189         (message-make-references): Remove unused var `new-references'.
9190         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9191
9192 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9193
9194         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9195         (spam-split-symbolic-return-positive): Reflow docstring.
9196         (spam-backends, spam-summary-exit-behavior)
9197         (spam-mark-ham-unread-before-move-from-spam-group)
9198         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9199         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9200         (spam-clear-cache, spam-backend-check, spam-install-backend)
9201         (spam-install-statistical-backend, spam-list-of-processors)
9202         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9203         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9204         (spam-check-crm114, spam-initialize, spam-unload-hook):
9205         Fix typos in docstrings.
9206
9207 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9208
9209         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9210         been checked if they have never been read and those group levels are
9211         higher than the one that a user specified.
9212
9213 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9214
9215         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9216         foreign groups unless a group level is specified by a user.
9217         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9218
9219 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9220
9221         * message.el (message-send-mail-function): Require sendmail.
9222
9223 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9224
9225         * message.el (message-send-mail-function): Check for smtpmail too.
9226
9227         * utf7.el (utf7-encode, utf7-decode): Use coding system
9228         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9229
9230         * message.el (message-send-mail-function): New function.
9231         (message-send-mail-function): Set default using
9232         message-send-mail-function.  Adjust doc string.
9233         (message-send-mail-with-mailclient): New function.
9234
9235 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9236
9237         * smime.el (from):
9238         * rfc2047.el (message-posting-charset):
9239         * qp.el (mm-use-ultra-safe-encoding):
9240         * pop3.el (parse-time-months):
9241         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9242         * nnml.el (files):
9243         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9244         (jka-compr-compression-info-list, ange-ftp-path-format)
9245         (efs-path-regexp):
9246         * nndiary.el (files):
9247         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9248         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9249         (epg-digest-algorithm-alist, inhibit-redisplay)
9250         (password-cache-expiry):
9251         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9252         (pgg-output-buffer, password-cache-expiry):
9253         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9254         (efs-path-regexp):
9255         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9256         (inhibit-redisplay):
9257         * mm-uu.el (file-name, start-point, end-point, entry)
9258         (gnus-newsgroup-name, gnus-newsgroup-charset):
9259         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9260         (latin-unity-ucs-list):
9261         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9262         (mm-uu-binhex-decode-function):
9263         * message.el (gnus-message-group-art, gnus-list-identifiers)
9264         (rmail-enable-mime-composing, gnus-local-organization)
9265         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9266         (gnus-read-active-file, facemenu-add-face-function)
9267         (facemenu-remove-face-function, gnus-article-decoded-p)
9268         (tool-bar-mode):
9269         * mail-source.el (display-time-mail-function):
9270         * gnus-util.el (nnmail-pathname-coding-system)
9271         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9272         (gnus-original-article-buffer, gnus-user-agent)
9273         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9274         (xemacs-codename, sxemacs-codename, emacs-program-version):
9275         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9276         * gnus-start.el (gnus-agent-covered-methods)
9277         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9278         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9279         (gnus-newsgroup-headers, gnus-group-list-mode)
9280         (gnus-group-mark-positions, gnus-newsgroup-data)
9281         (gnus-newsgroup-unreads, nnoo-state-alist)
9282         (gnus-current-select-method, mail-sources)
9283         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9284         (nnmail-spool-file, gnus-cache-active-hashtb):
9285         * gnus-mh.el (mh-lib-progs):
9286         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9287         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9288         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9289         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9290         (gnus-group-buffer):
9291         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9292         (font-lock-set-defaults):
9293         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9294         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9295         (gnus-summary-post-menu, total-parts, type, condition, length):
9296         * gnus-agent.el (gnus-agent-read-agentview):
9297         * flow-fill.el (show-trailing-whitespace):
9298         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9299         eval-and-compile wrappers for byte compiler pacifiers.
9300
9301         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9302         (mm-display-inline-fontify): Check for featurep 'xemacs not
9303         extent-list.
9304
9305         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9306         itimer-list.
9307         (mm-create-image-xemacs): Only do something for XEmacs.
9308         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9309
9310         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9311
9312         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9313         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9314
9315 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9316
9317         * nnimap.el (nnimap-split-download-body):
9318         * gnus-demon.el (gnus-demon):
9319         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9320
9321 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9324         New macros.
9325         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9326         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9327         copy data from unibyte buffer to multibyte current buffer.
9328         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9329         to copy data from unibyte current buffer to multibyte buffer.
9330         (nntp-make-process-buffer): Make process buffer unibyte.
9331
9332         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9333
9334 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9335
9336         * pop3.el (pop3-open-server): Accept and process data more robustly at
9337         connexion start to avoid spurious "POP SSL connexion failed" errors.
9338
9339 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9340
9341         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9342         read group names.
9343
9344 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9347
9348 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9351         (nnmail-save-active): Use a unibyte buffer when saving active file,
9352         which may contain non-ASCII group names.
9353
9354         * nnml.el (nnml-request-group): Decode group names in messages.
9355
9356 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9357
9358         * message.el (message-citation-line-function)
9359         (message-insert-formatted-citation-line): Fix spelling of
9360         `message-insert-formated-citation-line'.
9361
9362 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9363
9364         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9365
9366 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9369         nnmail-pathname-coding-system.
9370
9371         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9372         that a user enters; decode group names in messages.
9373
9374         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9375
9376 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9379
9380         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9381
9382         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9383         risky local variable.
9384
9385         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9386
9387 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9388
9389         * encrypt.el: Improve documentation to fix function name typo.
9390         Reported by Daiki Ueno <ueno@unixuser.org>.
9391
9392 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9393
9394         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9395         even if the point is not in the last page of an article.
9396         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9397         back to the previous page.
9398
9399 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9400
9401         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9402
9403 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9406
9407 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9408
9409         * message.el (message-check-news-body-syntax):
9410         Avoid mm-string-as-multibyte.
9411         (message-hide-headers): Don't assume (point-min)==1.
9412
9413 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9414
9415         * message.el (message-remove-blank-cited-lines): Fix if remove is
9416         given.
9417         (message-bogus-address-regexp): New variable.
9418         (message-bogus-recipient-p): New function.
9419         (message-check-recipients): New command.
9420         (message-syntax-checks): Add `bogus-recipient'.
9421         (message-fix-before-sending): Add `bogus-recipient'.
9422
9423         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9424         (gnus-treat-body-boundary): Don't test window-system.
9425
9426 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9427
9428         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9429
9430 2007-10-28  Miles Bader  <miles@gnu.org>
9431
9432         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9433         at compile-time too.
9434
9435 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * gnus-msg.el (gnus-message-setup-hook):
9438         Add `message-remove-blank-cited-lines' to options.
9439
9440 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9441
9442         * message.el (message-remove-blank-cited-lines): New function.
9443         Suggested by Karl Plästerer.
9444
9445 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9448         mapc.
9449
9450         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9451         (top-level): Use mapc to set functions to be traced for debugging.
9452
9453         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9454         called for effect with while loop.
9455
9456         * message.el (message-talkative-question): Replace mapcar called for
9457         effect with mapc.
9458
9459         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9460         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9461         called for effect with dolist.
9462
9463         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9464
9465         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9466         gnus-extra-headers and nnmail-extra-headers.
9467
9468         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9469         called for effect with dolist.
9470         (top-level): Use mapc to set functions to be traced for debugging.
9471
9472         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9473         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9474         dolist.
9475
9476         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9477         Replace mapcar called for effect with mapc.
9478         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9479         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9480         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9481         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9482
9483         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9484         remove-if that's a cl function.
9485
9486         * webmail.el (webmail-debug): Replace mapcar called for effect with
9487         dolist.
9488
9489         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9490         with mapc.
9491
9492 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9493
9494         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9495         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9496         with while loop.
9497
9498         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9499         functions from article-* functions.
9500         (gnus-multi-decode-header): Replace mapcar called for effect with
9501         dolist.
9502
9503         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9504         (gnus-bookmark-show-details): Replace mapcar called for effect with
9505         while loop.
9506
9507         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9508         called for effect with while loop.
9509
9510         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9511         with dolist.
9512
9513         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9514         Replace mapcar called for effect with dolist.
9515
9516         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9517
9518         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9519         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9520         Replace mapcar called for effect with dolist.
9521         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9522         mapc.
9523
9524         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9525         Replace mapcar called for effect with dolist.
9526         (gnus-topic-list): Replace mapcar called for effect with mapc.
9527
9528         * gnus.el: Use mapc instead of mapcar to add autoloads.
9529
9530 2007-10-23  Richard Stallman  <rms@gnu.org>
9531
9532         * gnus-group.el (gnus-group-highlight): Mark as risky.
9533
9534 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * gnus.el (gnus-server-to-method): Return method found first in
9537         gnus-newsrc-alist.
9538
9539         * gnus-art.el (gnus-article-highlight-signature)
9540         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9541         button overlay without the front stickiness.
9542
9543 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9544
9545         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9546         overview buffer needed a catch to receive its throw.
9547         (gnus-agent-flush-cache): Declare as interactive to make this function
9548         easier to use.
9549
9550 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9553         `next-line'.
9554
9555 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9558         exclude address matching message-dont-reply-to-names.
9559
9560 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * gnus-util.el (gnus-string<): New function.
9563
9564         * gnus-sum.el (gnus-article-sort-by-author)
9565         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9566
9567 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9570         the frame-focus tag is set in gnus-buffer-configuration.
9571
9572 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9575         the front stickiness.
9576
9577 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9580         url pattern; remove duplicate one.
9581         (gnus-article-extend-url-button): New function.
9582         (gnus-article-add-buttons): Use it.
9583         (gnus-button-push): Use concatenated url that it makes.
9584
9585 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9586
9587         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9588
9589 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9590
9591         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9592         Don't hardcode point-min==1.
9593
9594 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9597         Fix comment about "iso8859-1".
9598
9599 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9600
9601         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9602         ones returned from the verify-function.
9603
9604         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9605         Call mml2015-extract-cleartext-signature if extraction failed.
9606
9607 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9608
9609         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9610         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9611         failed.
9612
9613 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9616
9617 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9620         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9621         recommends to use EasyPG instead of PGG.
9622
9623         * pgg.el: Revert to revision 6.23.2.16.
9624
9625         * pgg-def.el: Revert to revision 6.6.2.14.
9626
9627         * pgg-gpg.el: Revert to revision 6.23.2.34.
9628
9629 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9630
9631         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9632         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9633         thread for both the null and zero (kill/expire thread) universal prefix
9634         cases.
9635         (gnus-summary-expire-thread): Add new function to expire a thread,
9636         using gnus-summary-kill-thread.
9637         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9638         shortcuts for gnus-summary-expire-thread.
9639         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9640         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9641
9642 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9643
9644         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9645         extras value, so an extras entry can be deleted.
9646         (gnus-registry-delete-extra-entry): Use it.
9647         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9648         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9649         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9650         storage through the gnus-registry, and provide an appropriate API for
9651         it.
9652
9653 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9654
9655         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9656         Suggested by Leo <sdl.web@gmail.com>.
9657
9658         * gnus.el: Do.
9659
9660 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9661
9662         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9663         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9664
9665         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9666
9667         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9668         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9669
9670 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9671
9672         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9673         newline.
9674         (nnmbox-request-accept-article): Don't change article in source buffer;
9675         narrow to header to use message-fetch-field rather than
9676         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9677         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9678         as delimiters; make sure article ends with newline.
9679         (nnmbox-delete-mail): Correct last position of article to be deleted;
9680         ignore X-Gnus-Newsgroup header in article body.
9681         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9682         positions; make sure article ends with newline.
9683
9684         * message.el (message-display-abbrev): Don't infloop when a user
9685         inserts SPC in the beginning of header.
9686
9687         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9688         coding-system-for-read and coding-system-for-write for XEmacs having no
9689         file-coding feature.
9690
9691         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9692
9693 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9694
9695         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9696         list of groups not followed by default.  Fix type to be regexp.
9697         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9698
9699 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9700
9701         * hmac-def.el (define-hmac-function): Switch from old-style to
9702         new-style backquotes.
9703
9704         * md4.el (md4-make-step): Likewise.
9705
9706 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9707
9708         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9709         raw-text coding system when saving .newsrc file, which may contain
9710         non-ASCII group names.
9711
9712 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9713
9714         * gnus-cus.el (gnus-score-extra): New widget.
9715         (gnus-score-extra-convert): New function.
9716         (gnus-score-customize): Use it for Extra.
9717
9718 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9719
9720         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9721         (mml2015-mailcrypt-clear-verify): Use it.
9722         (mml2015-gpg-clear-verify): Use it.
9723         (mml2015-pgg-clear-verify): Use it.
9724         (mml2015-epg-clear-verify): Replace the current part with the output
9725         from GnuPG; don't extract the plaintext by itself.
9726
9727         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9728         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9729         mml2015-clear-verify-function; don't touch the armor headers or
9730         dash-escaped text here.
9731
9732 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9735         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9736         parts, or application/octet-stream as a last resort.
9737         (gnus-mime-view-part-as-type): Don't toggle display.
9738         (gnus-mime-view-part-as-charset): Don't turn off display before
9739         querying charset.
9740
9741         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9742         stuff to undisplayer function in Emacs.
9743         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9744
9745         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9746         text/calendar parts.
9747
9748 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9751         decoding text/calendar parts.
9752
9753         * message.el (message-forward-make-body-mime): Always mark body as
9754         having no illegible text; remove signed-or-encrypted argument.
9755         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9756
9757         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9758         (mml-generate-mime-1): Don't encode body if it is specified to be in
9759         raw form; don't make buffer be unibyte when inserting multibyte string.
9760
9761 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9762
9763         * sha1.el: Fix up comment style.
9764         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9765         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9766
9767         * hex-util.el: Fix up comment style.
9768         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9769
9770         * gnus-salt.el: Use with-current-buffer.
9771         (gnus-pick-setup-message): Fix long-standing typo.
9772
9773 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * imap.el (imap-logout-timeout): New variable.
9776         (imap-logout, imap-logout-wait): New functions.
9777         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9778
9779         * nnimap.el (nnimap-logout-timeout): New server variable.
9780         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9781         nnimap-logout-timeout.
9782
9783         * gnus-art.el (gnus-article-summary-command-nosave)
9784         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9785
9786 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * gnus.el (gnus-maximum-newsgroup): New variable.
9789
9790         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9791         according to gnus-maximum-newsgroup.
9792
9793         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9794         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9795         Limit the range of articles according to gnus-maximum-newsgroup.
9796
9797 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9798
9799         * gnus-art.el (gnus-sticky-article): Fix problems described in
9800         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9801         Don't perform gnus-configure-windows here; reuse existing sticky
9802         article buffer.
9803
9804         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9805         it doesn't exist in gnus-article-mode.
9806
9807 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9810         (gnus-agent-decoded-group-name): New function.
9811         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9812         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9813
9814 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9815
9816         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9817         Add binding for gnus-sticky-article.
9818         (gnus-summary-exit): Don't kill sticky article buffers.
9819
9820         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9821         article buffer.
9822         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9823         (gnus-kill-sticky-article-buffers): New commands.
9824
9825 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * nntp.el (nntp-xref-number-is-evil): New server variable.
9828         (nntp-find-group-and-number): If it is non-nil, don't trust article
9829         numbers in the Xref header.
9830
9831 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9832
9833         * gnus-agent.el (gnus-agent-read-group): New function.
9834         (gnus-agent-flush-group, gnus-agent-expire-group)
9835         (gnus-agent-regenerate-group): Use it.
9836         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9837         nnmail-pathname-coding-system.
9838
9839 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9840
9841         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9842
9843         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9844         that are unread as unread, and also as selected so that information of
9845         marks having been changed by a user may be updated when exiting group.
9846
9847 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9848
9849         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9850
9851 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9854         calculated ignoring signature parts to gnus-treat-article.
9855
9856 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9859         a point here in order to keep the window start.
9860         (gnus-insert-mime-security-button): Make a button overlay without the
9861         front stickiness.
9862         (gnus-mime-display-security): Goto the end of a button.
9863
9864         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9865
9866 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9869         group-name-at-point.
9870         (gnus-group-completing-read): New function that offers decoded
9871         non-ASCII group names for completion.
9872         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9873         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9874         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9875         (gnus-group-fetch-control): Use it.
9876         (gnus-fetch-group): Use group-name-at-point for the initial value
9877         rather than the default value; use gnus-alive-p.
9878
9879         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9880         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9881         (gnus-summary-post-news): Use gnus-group-completing-read.
9882
9883         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9884         (gnus-read-move-group-name): Decode group name for completion.
9885
9886 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9887
9888         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9889         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9890         Yamaoka slightly modified the code).
9891
9892 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9895         (nnmail-split-incoming): Bind it.
9896
9897         * nnml.el (nnml-group-name-charset): New function.
9898         (nnml-decoded-group-name): Use it; don't decode group name if
9899         nnmail-group-names-not-encoded-p is non-nil.
9900         (nnml-encoded-group-name): New function.
9901         (nnml-group-pathname): Inline nnml-decoded-group-name.
9902         (nnml-request-expire-articles): Decode group name in message.
9903         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9904         nnmail-pathname-coding-system.
9905         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9906         not decoded ones according to nnmail-group-names-not-encoded-p.
9907         (nnml-generate-active-info): Use nnml-encoded-group-name.
9908
9909 2007-08-08  Glenn Morris  <rgm@gnu.org>
9910
9911         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9912         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9913         doc-strings and comments.
9914
9915 2007-07-25  Glenn Morris  <rgm@gnu.org>
9916
9917         * Relicense all FSF files to GPLv3 or later.
9918
9919 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * gnus-sum.el (gnus-summary-move-article):
9922         Make gnus-summary-respool-article work.
9923
9924 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9925
9926         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9927         string.
9928
9929 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9930
9931         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9932         that should be ignored when comparing distant RSS articles with local
9933         ones.
9934         (nnrss-make-hash-index): New function.  Create a hash index according
9935         to the ignored fields.
9936         (nnrss-check-group): Use it.
9937
9938 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9941
9942         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9943
9944         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9945         the new optional argument ENCODED is non-nil.
9946         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9947         coding system for encoding group name.
9948         (gnus-group-make-rss-group): Pass un-encoded group name to
9949         gnus-group-make-group.
9950         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9951         encoded.
9952
9953         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9954         Encode group name to which articles are moved or copied.
9955         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9956         coding system for encoding Newsgroup, Followup-To and Xref headers.
9957
9958         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9959         marks; use nnheader-file-coding-system to write a file.
9960         (nnagent-retrieve-headers): Bind file-name-coding-system to
9961         nnmail-pathname-coding-system.
9962
9963         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9964
9965         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9966         (nnml-request-article, nnml-request-create-group)
9967         (nnml-request-rename-group, nnml-find-id)
9968         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9969         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9970         (nnml-save-marks): Use nnml-group-pathname instead of
9971         nnmail-group-pathname.
9972
9973         (nnml-request-create-group, nnml-request-expire-articles)
9974         (nnml-request-move-article, nnml-request-delete-group)
9975         (nnml-deletable-article-p, nnml-possibly-create-directory)
9976         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9977         (nnml-open-marks): Bind file-name-coding-system to
9978         nnmail-pathname-coding-system.
9979
9980         (nnml-request-article): Pass server argument to nnml-find-group-number.
9981         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9982         Pass server argument to nnml-possibly-create-directory.
9983         (nnml-request-accept-article): Pass server argument to
9984         nnml-active-number and nnml-save-mail.
9985         (nnml-find-group-number): Pass server argument to nnml-find-id.
9986         (nnml-request-update-info): Pass server argument to
9987         nnml-marks-changed-p.
9988
9989         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9990         (nnml-save-mail, nnml-active-number): Add server argument.
9991
9992         (nnml-request-delete-group): Warn if group is missing.
9993         (nnml-get-nov-buffer): Decode group name.
9994         (nnml-generate-active-info): Encode group name.
9995         (nnml-open-marks): Decode group name in messages.
9996
9997 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10000         if it is not specified.
10001         (gnus-article-pipe-part, gnus-article-save-part)
10002         (gnus-article-interactively-view-part, gnus-article-copy-part)
10003         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10004         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10005         (gnus-article-replace-part, gnus-article-delete-part)
10006         (gnus-article-view-part-as-type): Pass raw prefix argument to
10007         gnus-article-part-wrapper.
10008
10009 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * gnus-agent.el (gnus-agent-save-active):
10012         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10013
10014         * gnus-cache.el (gnus-cache-save-buffers)
10015         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10016         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10017         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10018         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10019         (gnus-cache-generate-active, gnus-cache-rename-group)
10020         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10021         (gnus-cache-update-overview-total-fetched-for):
10022         Bind file-name-coding-system to nnmail-pathname-coding-system.
10023         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10024         New variables.
10025         (gnus-cache-decoded-group-name): New function.
10026         (gnus-cache-file-name): Use it.
10027         (gnus-cache-generate-active): Use non-decoded group name for active.
10028
10029         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10030         right place.
10031         (gnus-write-active-file): Don't break non-ASCII group names.
10032
10033         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10034         nnmail-pathname-coding-system.
10035
10036         * lpath.el: Bind default-file-name-coding-system,
10037         file-name-coding-system and language-info-alist for XEmacs.
10038
10039         * gnus-uu.el (gnus-uu-decode-save): Typo.
10040
10041 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10044
10045 2007-07-14  David Kastrup  <dak@gnu.org>
10046
10047         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10048         finishing actions if we did not edit the article.
10049
10050 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10051
10052         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10053         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10054         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10055         (gnus-agent-flush-group, gnus-agent-flush-cache)
10056         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10057         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10058         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10059         (gnus-agent-regenerate-group)
10060         (gnus-agent-update-files-total-fetched-for)
10061         (gnus-agent-update-view-total-fetched-for):
10062         Bind file-name-coding-system to nnmail-pathname-coding-system.
10063         (gnus-agent-group-pathname): Don't encode file names by
10064         nnmail-pathname-coding-system.
10065         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10066         coding-system-for-write instead of buffer-file-coding-system to
10067         gnus-agent-file-coding-system.
10068
10069         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10070         Decode group name.
10071
10072         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10073
10074         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10075         (gnus-read-newsrc-el-file): Make group names unibyte.
10076
10077         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10078         nnmail-pathname-coding-system.
10079
10080         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10081         (nnrss-request-delete-group): Bind file-name-coding-system to
10082         nnmail-pathname-coding-system.
10083         (nnrss-read-server-data, nnrss-read-group-data):
10084         Bind file-name-coding-system correctly.
10085         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10086
10087         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10088         (nntp-server-to-method-cache): New variable.
10089         (nntp-group-pathname): New function that decodes non-ASCII group names.
10090         (nntp-possibly-create-directory, nntp-marks-changed-p)
10091         (nntp-save-marks, nntp-open-marks): Use it.
10092         (nntp-possibly-create-directory, nntp-open-marks):
10093         Bind file-name-coding-system to nnmail-pathname-coding-system.
10094         (nntp-open-marks): Decode group names when bootstrapping marks.
10095
10096         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10097         Newsgroups and Folowup-To headers.
10098
10099 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10102         (gnus-server-closed-face, gnus-server-denied-face)
10103         (gnus-server-offline-face): Remove variable.
10104         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10105
10106         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10107         of modifying message-stack directly for XEmacs.
10108
10109         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10110         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10111         if the coding-system argument is nil for XEmacs.
10112
10113         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10114         mm-charset-override-alist.
10115
10116         * rfc2047.el: Don't require base64; require rfc2045 for the function
10117         rfc2045-encode-string.
10118         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10119         to quote the parameter value.
10120
10121 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10122
10123         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10124         form in gnus-group-name-charset-method-alist.
10125
10126         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10127         overrides the default layout edit-form.
10128
10129         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10130
10131         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10132
10133 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10136         as unfetched articles.
10137
10138 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10139
10140         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10141
10142 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10143
10144         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10145         original back end that keeps marks in the local system.
10146
10147 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10150         arg of pop-to-buffer for XEmacs.
10151         (gnus-article-read-summary-keys): Ditto; don't restore window
10152         configuration if summary command ends up with neither article buffer
10153         nor summary buffer; describe bindings if summary keys end with C-h.
10154
10155 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * message.el (message-fix-before-sending): Skip raw message part to be
10158         forwarded while checking illegible text.
10159         (message-forward-make-body-mime, message-forward-make-body):
10160         Mark signed or encrypted raw message as having no illegible text.
10161
10162 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10165         (gnus-message-with-timestamp-1): New macro.
10166         (gnus-message-with-timestamp): New function.
10167         (gnus-message): Use them.
10168
10169         * nnheader.el (nnheader-message): Use them.
10170
10171 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10172
10173         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10174         .newsrc.eld file.
10175
10176 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * gnus-agent.el (gnus-agent-fetch-headers)
10179         (gnus-agent-retrieve-headers):
10180         Bind gnus-decode-encoded-address-function to identity.
10181
10182         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10183         available also when the server returns simply a dot.
10184
10185         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10186
10187 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10190
10191 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10192
10193         * gnus-ems.el (gnus-x-splash): Make it work.
10194
10195         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10196         from being used.
10197
10198         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10199
10200 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10201
10202         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10203         4th and the 5th arguments.
10204
10205         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10206         the front stickiness.
10207         (gnus-article-summary-command-nosave): Correct the order of the
10208         arguments passed to pop-to-buffer.
10209         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10210         summary command ends up with the article buffer.
10211
10212         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10213         the same faces.
10214
10215 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10216
10217         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10218
10219 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10220
10221         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10222         * gnus-sum.el (gnus-summary-highlight):
10223         * pgg.el (pgg-sign-region, pgg-sign):
10224         * mail-source.el (mail-source-delete-old-incoming-confirm):
10225         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10226
10227 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * gnus-art.el (gnus-mime-view-part-externally)
10230         (gnus-mime-view-part-internally): Fix predicate function passed to
10231         completing-read.
10232
10233         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10234
10235         * gnus.el (gnus-update-message-archive-method): Add :version.
10236
10237 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * gnus.el (gnus-update-message-archive-method): New variable.
10240
10241         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10242         according to gnus-message-archive-method if
10243         gnus-update-message-archive-method is non-nil.
10244
10245 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10248         Suggested by Loic Dachary <loic@dachary.org>.
10249         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10250
10251 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * message.el (message-pop-to-buffer): Add switch-function argument.
10254         (message-mail): Pass switch-function argument to it.
10255
10256 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10257
10258         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10259         Improve doc string.
10260
10261 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10262
10263         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10264         (gnus-header-content)
10265         * gnus-cite.el (gnus-cite-10)
10266         * gnus-srvr.el (gnus-server-closed)
10267         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10268         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10269         (gnus-group-mail-3-empty, gnus-group-mail-low)
10270         (gnus-group-mail-low-empty, gnus-splash)
10271         * message.el (message-header-to, message-header-cc)
10272         (message-header-subject, message-header-other, message-header-name)
10273         (message-header-xheader, message-separator, message-cited-text)
10274         (message-mml): Lighten colors of faces used for dark background.
10275
10276 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10277
10278         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10279         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10280
10281 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10282
10283         * message.el (message-narrow-to-headers-or-head):
10284         Ignore mail-header-separator in the body.
10285
10286 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10289         same as window size.
10290
10291 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10292
10293         * message.el (message-font-lock-keywords): Use message-header-xheader
10294         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10295         ahead of the anything pattern, to get it recognised.
10296
10297 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10300         spam.el loads uses it in the compiled defadvice form.
10301
10302 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10303
10304         * gnus-sum.el (gnus-articles-to-read)
10305         (gnus-summary-insert-old-articles): Don't truncate group name for
10306         `read-string'.
10307
10308         * gnus-util.el (gnus-limit-string): Delete this function.
10309
10310         * gnus-sum.el (gnus-simplify-subject-fully):
10311         Use `truncate-string-to-width' instead.
10312
10313 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10314
10315         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10316         Tell if, on summary exit, the next group has to be selected.
10317         (gnus-summary-exit): Use it.
10318
10319 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10320
10321         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10322         non-break space.
10323
10324 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10327         Check if group is not a directory.
10328         (nnfolder-request-expire-articles): Don't delete articles if the target
10329         group is not available.
10330
10331         * nnml.el (nnml-request-create-group): Properly check if group is not a
10332         file.
10333         (nnml-request-expire-articles): Don't delete articles if the target
10334         group is not available.
10335
10336         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10337         Don't quote characters that are within parentheses.
10338
10339 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10342         (gnus-handle-ephemeral-exit): Select article according to it.
10343
10344 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10345
10346         * message.el (message-insert-formated-citation-line): Remove newline.
10347         (message-citation-line-format): Add final \n here so that the user can
10348         avoid a blank line.
10349
10350 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10351
10352         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10353         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10354         Update lanl/arXiv support.
10355
10356 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10357
10358         * gnus.el: Bump version number.
10359
10360 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10361
10362         * gnus.el (gnus-version-number): Bump version.
10363
10364 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10365
10366         * gnus.el: No Gnus v0.6 is released.
10367
10368 2007-04-27  Didier Verna  <didier@xemacs.org>
10369
10370         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10371         * gmm-utils.el (gmm-regexp-concat): ... here.
10372         * message.el: Don't require 'gnus-util.
10373         (message-dont-reply-to-names): Handle name change above.
10374         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10375
10376 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10379         since the initial value varies according to the system.
10380
10381 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10384
10385 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10386
10387         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10388
10389 2007-04-24  Didier Verna  <didier@xemacs.org>
10390
10391         Improve the type of gnus-ignored-from-addresses.
10392         * gnus-util.el (gnus-orify-regexp): New function.
10393         * message.el (gnus-util): Require it.
10394         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10395         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10396         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10397
10398 2007-04-24  Didier Verna  <didier@xemacs.org>
10399
10400         * gnus-sum.el:
10401         * gnus-utils.el: Fix some trailing whitespaces.
10402
10403 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10404
10405         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10406         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10407         article's Message-ID; refer parent article in summary buffer.
10408
10409         * message.el (message-bounce): Call mime-to-mml.
10410
10411         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10412         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10413         optimize and/or forms properly.
10414
10415 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10416
10417         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10418         URL.
10419
10420 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10423
10424 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10427         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10428         displayed of multipart/alternative part if it is invoked from summary
10429         buffer.
10430
10431         * mm-view.el (mm-inline-text-html-render-with-w3m)
10432         (mm-inline-text-html-render-with-w3m-standalone)
10433         (mm-inline-render-with-function): Use mail-parse-charset by default.
10434
10435 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10436
10437         * parse-time.el (parse-time-string-chars): Check if CHAR
10438         is less than the length of parse-time-syntax.
10439
10440 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10443         from gnus-newsgroup-processable.
10444
10445 2007-04-16  Didier Verna  <didier@xemacs.org>
10446
10447         * gnus-msg.el (gnus-configure-posting-styles):
10448         Handle message-signature-directory properly with :file syntax.
10449         Reported by "Leo".
10450
10451 2007-04-11  Didier Verna  <didier@xemacs.org>
10452
10453         New user option: message-signature-directory.
10454         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10455         * message.el (message-insert-signature): Ditto.
10456         * message.el (message-signature-file): Doc update.
10457         * message.el (message-signature-directory): New.
10458
10459 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * gnus-msg.el (gnus-inews-yank-articles):
10462         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10463
10464 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * message.el (message-yank-original): Make sure cited text ends with
10467         newline; don't exchange point and mark.
10468
10469 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10470
10471         * tls.el (open-tls-stream): Properly handle case where there
10472         is no associated buffer.
10473
10474 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10475
10476         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10477         message-yank-original, make sure (< mark TEXT point).
10478
10479 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * message.el (message-fill-column): New variable.
10482         (message-mode): Use it.  Add comment on a possible new hook.
10483
10484         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10485         (nnmail-get-new-mail): Reformat.
10486
10487         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10488
10489         * gmm-utils.el: Fix Commentary.
10490         (gmm-tool-bar-from-list): Fix typo in doc string.
10491
10492 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10493
10494         * message.el (message-yank-original): Don't switch point and mark
10495         unnecessarily to put point and mark as documented.
10496
10497 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10498
10499         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10500         from the message heads.
10501
10502 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10503
10504         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10505         article buffer does not have a window.  This may not be the best
10506         solution but is certainly better than setting the start of the null,
10507         that is the current, window.
10508
10509 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10512         (gnus-draft-setup): Run it.
10513
10514         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10515         gnus-score-fast-scoring.  Allow regexp.
10516         (gnus-score-headers): Use it.
10517
10518         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10519         XEmacs.
10520
10521         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10522         string.
10523         (gnus-button-alist): Also catch `<f1> k ...'.
10524         (gnus-treat-display-x-face): Fix doc string.
10525
10526 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10527
10528         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10529         evaluation of gnus-extended-version to ensure correct generation of the
10530         User-Agent header when message-generate-headers-first is used.
10531
10532 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10533
10534         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10535         hashcash-path is nil.  Don't call callback with incorrect number of
10536         parameters if val is 0.
10537
10538 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10539
10540         * message.el (message-required-news-headers):
10541         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10542
10543 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10544
10545         * tls.el (open-tls-stream): In handshake-waiting loop,
10546         don't wait more if there is output available to process.
10547
10548 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10549
10550         * tls.el (tls-program): Doc fix.
10551
10552 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * message.el (message-generate-new-buffers): Change the meaning of the
10555         nil value; add `standard' to the choices; treat t as `unique'; improve
10556         doc string.
10557         (gnus-select-frame-set-input-focus): Autoload.
10558         (message-buffer-name): Search for the existing message buffer if
10559         message-generate-new-buffers is nil or `standard'; treat the value t of
10560         message-generate-new-buffers as `unique'.
10561         (message-pop-to-buffer): Raise the frame already displaying the message
10562         buffer; clear the echo area after querying.
10563         (message-setup): Pass the `continue' argument to compose-mail.
10564         (message-mail): Prefer `switch-function' if it is given; search for the
10565         existing message buffer if the `continue' argument is non-nil; pass
10566         continue and switch-function arguments to compose-mail by way of
10567         message-setup.
10568         (message-mail-other-window): Adjust argument of message-setup.
10569         (message-mail-other-frame): Ditto.
10570
10571 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10574         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10575         to turn font-lock on when turning gnus-message-citation-mode on.
10576
10577 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10578
10579         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10580         (mml-smime-function-alist): New variable; add epg as the backend.
10581         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10582         mml-smime- functions instead.
10583         * mm-view.el: Require smime.
10584
10585 2007-03-05  Didier Verna  <didier@xemacs.org>
10586
10587         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10588         instead of just inheritance for posting styles.
10589         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10590
10591 2007-02-24  Chris Moore  <dooglus@gmail.com>
10592
10593         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10594         * pgg-pgp.el (pgg-pgp-encrypt-region):
10595         * pgg-gpg.el (pgg-gpg-encrypt-region):
10596         Check pgg-encrypt-for-me if no other recipients.
10597
10598 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10599
10600         * tls.el (tls-certtool-program): Fix custom type.
10601
10602 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10605         and point-at-eol instead of line-(beginning|end)-position.
10606
10607         * assistant.el (assistant-parse-buffer): Ditto.
10608
10609         * netrc.el (netrc-parse-services): Ditto.
10610
10611 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10612
10613         * mml2015.el (mml2015-epg-find-usable-key): New function.
10614         (mml2015-epg-sign): Use it.
10615         (mml2015-epg-encrypt): Use it.
10616
10617 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * message.el (message-make-in-reply-to): Quote name containing
10620         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10621         if there are special characters.  Reported by NAKAJI Hiroyuki
10622         <nakaji@jp.freebsd.org>.
10623
10624 2007-02-27  Didier Verna  <didier@xemacs.org>
10625
10626         Include the group parameters as well as the topic ones in the
10627         inheritance filter process.
10628         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10629         argument GROUP-PARAMS-LIST.
10630         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10631
10632 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10633
10634         * nntp.el (nntp-never-echoes-commands)
10635         (nntp-open-connection-functions-never-echo-commands): New variables.
10636         (nntp-send-command): Use them.
10637
10638 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10639
10640         * mml2015.el (mml2015-epg-verify): Simplify.
10641
10642 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * mml.el (mml-content-disposition-alist): New user option.
10645         (mml-content-disposition): New function.
10646         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10647         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10648
10649 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10650
10651         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10652         verification.
10653
10654 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10655
10656         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10657         articles posted in the last 24 hours.
10658
10659 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10660
10661         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10662
10663 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10664
10665         * nntp.el (nntp-send-command): Don't wait for echoes when
10666         nntp-open-ssl-stream is used.
10667
10668 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10671         (gnus-message-add-citation-keywords)
10672         (gnus-message-remove-citation-keywords): Remove.
10673         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10674         directly, make the variables in font-lock-defaults buffer-local, add
10675         gnus-message-citation-keywords to them and then update the value of
10676         font-lock-keywords.
10677
10678 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * message.el (message-cite-original-1): Don't call
10681         gnus-article-highlight-citation.
10682
10683         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10684         citations; fix line count.
10685
10686 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10687
10688         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10689         (gnus-message-add-citation-keywords)
10690         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10691         versions of font-lock-add-keywords and font-lock-remove-keywords to
10692         work with XEmacs correctly.
10693
10694 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * gnus-cite.el (gnus-cite-face-list): Set the values of
10697         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10698         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10699         (gnus-message-cite-prefix-regexp): New variable.
10700         (gnus-message-search-citation-line): Use it; protect against long
10701         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10702         the 0th match data for Emacs.
10703         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10704         (gnus-message-add-citation-keywords): Append keywords rather than
10705         prepending; emulate font-lock-add-keywords if it is not available.
10706         (gnus-message-remove-citation-keywords):
10707         Emulate font-lock-remove-keywords if it is not available.
10708
10709         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10710
10711         * message.el (message-cite-prefix-regexp): Set the value of
10712         gnus-message-cite-prefix-regexp.
10713
10714 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10715
10716         * nnweb.el (nnweb-google-parse-1): Update parser.
10717
10718 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10719
10720         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10721
10722 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10723
10724         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10725         regexp.
10726
10727 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10730         string-to-multibyte.
10731         (uudecode-decode-region-internal): Use it.
10732
10733         * lpath.el: Fbind string-as-multibyte for XEmacs.
10734
10735 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10736
10737         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10738         Fix custom choice.
10739
10740         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10741
10742 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10743
10744         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10745
10746         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10747         `write-region' to respect `mm-inhibit-file-name-handlers'.
10748
10749 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10750
10751         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10752         Use gnus-home-directory instead of "~/" or "$HOME".
10753
10754 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10755
10756         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10757         to mention filename.
10758         Add comments at beginning regarding usage.
10759         (encrypt-write-file-contents): Change interactive so a string is
10760         acceptable.  If the file has no associated model, show an error instead
10761         of a nonsense prompt.
10762
10763 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10764
10765         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10766         Thanks to Yoshihiko Yamada for kind notification of this typo.
10767
10768 2007-01-12  Kenichi Handa  <handa@m17n.org>
10769
10770         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10771         multibyte buffer.
10772
10773 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10774
10775         * gnus-score.el (gnus-score-fast-scoring): New variable.
10776         (gnus-score-headers): Use it.
10777
10778         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10779
10780         * message.el (message-cite-original-1):
10781         Call gnus-article-highlight-citation if requested.
10782         (message-make-from): Allow name and address as optional arguments.
10783
10784         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10785
10786         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10787         bugs to doc string.
10788         (gnus-button-alist): Add mid\\|message-id.
10789         (gnus-button-fetch-group): Extend for use in
10790         `browse-url-browser-function'.
10791         (gnus-button-url-regexp): Try to catch paired parentheses like in
10792         Wikipedia URLs.
10793
10794         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10795         Suggested by Simon Krahnke <overlord@gmx.li>.
10796
10797 2007-01-13  Romain Francoise  <romain@orebokech.com>
10798
10799         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10800         Update copyright.
10801
10802 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10803
10804         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10805
10806 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10807
10808         * gnus-registry.el (gnus-registry-unfollowed-groups)
10809         (gnus-registry-split-fancy-with-parent): Fix documentation.
10810
10811 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10812
10813         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10814         from nnweb groups.
10815
10816 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10817
10818         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10819         Xref urls.  Erase buffer before requesting head.
10820
10821         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10822
10823 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10824
10825         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10826         customizable.
10827
10828 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10829
10830         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10831         no signing key is found.
10832         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10833         no encrypting and/or signing key is found.
10834
10835 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10836
10837         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10838
10839 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10840
10841         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10842         headers read from disk with the ones newly found in the current search.
10843         This should no longer cause problems, because the article numbers in
10844         Gmane's `nov.php' output are ignored since the previous change.
10845
10846 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10847
10848         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10849
10850 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10853         replace-regexp-in-string; bind url-version; fbind display-images-p and
10854         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10855         find-face and set-itimer-function for Emacs; bind itimer-list for
10856         Emacs.
10857
10858         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10859
10860 2007-01-01  Romain Francoise  <romain@orebokech.com>
10861
10862         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10863
10864 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10865
10866         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10867         `define-minor-mode' macro definition expanded properly.
10868         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10869         exclude it there.
10870
10871         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10872         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10873         `fboundp' test.
10874         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10875         This is OK to autoload in (S)XEmacs now.
10876
10877 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10878
10879         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10880         keystroke.
10881         (gnus-summary-limit-to-singletons): Fix typo.
10882
10883         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10884         else fails.
10885
10886 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10887
10888         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10889         docstring.
10890
10891         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10892         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10893         (gnus-summary-insert-dormant-articles): Fix typo in message.
10894
10895 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10896
10897         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10898         nil for XEmacs.
10899         (gnus-message-citation-mode): Don't autoload in XEmacs.
10900
10901         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10902
10903 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10904
10905         * nnimap.el (nnimap-expunge-search-string):
10906         Mention nnimap-search-uids-not-since-is-evil in docstring.
10907
10908 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10909
10910         * spam.el: Revert to make-obsolete-variable because
10911         define-obsolete-variable-alias is not supported in Emacs 21.
10912
10913         * spam.el (spam-ifile-path, spam-ifile-database-path)
10914         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10915         make-obsolete-variable.
10916         (spam-bsfilter-path, spam-bsfilter-program)
10917         (spam-spamassassin-path, spam-spamassassin-program)
10918         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10919         Don't use "path" inappropriately.
10920         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10921         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10922         variable names.
10923
10924 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10925
10926         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10927         summary buffer.
10928
10929         * password.el (password-cache-remove): Use clear-string to burn
10930         password, if available.
10931
10932 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10933
10934         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10935
10936         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10937
10938         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10939         (gnus-message-highlight-citation): Move defcustom here from
10940         gnus-cite.el.
10941         (gnus-message-citation-mode): Autoload.
10942
10943         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10944         checks to make it compile with XEmacs.
10945         (gnus-message-citation-mode): New minor mode.
10946         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10947         (gnus-message-highlight-citation): New variables.
10948         (gnus-message-search-citation-line)
10949         (gnus-message-add-citation-keywords)
10950         (gnus-message-remove-citation-keywords)
10951         (turn-on-gnus-message-citation-mode)
10952         (turn-off-gnus-message-citation-mode): New functions.
10953
10954 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10955
10956         * gnus-cite.el: Enable highlighting of different citation levels in
10957         message-mode.
10958
10959 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10960
10961         * message.el (message-make-fqdn): Fix comment.
10962         (message-bogus-system-names): Add ".local".
10963
10964         * spam.el (spam-ifile-path, spam-ifile-program)
10965         (spam-ifile-database-path, spam-ifile-database)
10966         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10967         Don't use "path" inappropriately.
10968         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10969         strings.
10970         (spam-check-ifile, spam-ifile-register-with-ifile)
10971         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10972         Use new variable names.
10973
10974         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10975         (gnus-treat-display-smileys): Simplify using
10976         gnus-image-type-available-p.
10977
10978         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10979         available.
10980
10981         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10982         Use `display-images-p' if available.
10983
10984 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10985
10986         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10987         one after turning on the buffer's multibyteness instead of decoding
10988         them directly in the unibyte buffer that causes unexpected conversion
10989         in Emacs 23 (unicode).
10990
10991 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10992
10993         * message.el (message-generate-hashcash): Fix custom type.
10994
10995 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10996
10997         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10998
10999 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11002         disconnect icons.  Add help text.
11003
11004 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11005
11006         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11007         negated to be consistent with the others we handle.
11008
11009 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11010
11011         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11012         version of gnus-summary-buffer to something, so that we can use two
11013         article buffers at the same time.
11014
11015 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11016
11017         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11018         trigger all the extra headers.
11019         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11020         sorting.
11021
11022 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11023
11024         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11025         solid groups.
11026
11027 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11028
11029         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11030
11031 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11032
11033         * legacy-gnus-agent.el: Add Copyright notice.
11034
11035 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11036
11037         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11038
11039 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11040
11041         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11042
11043         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11044         to make it work reliably in CVS Emacs.
11045         (gnus-summary-limit-strange-charsets-predicate)
11046         (gnus-summary-limit-to-predicate): New functions.
11047
11048 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11049
11050         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11051         specifying array size.
11052         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11053         array if it is too small.
11054         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11055         (gnus-sort-threads-loop): New function.
11056
11057 2006-12-06  Chris Moore  <dooglus@gmail.com>
11058
11059         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11060         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11061
11062 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11063
11064         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11065         options.
11066
11067 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068
11069         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11070         DOS-ing the recipient.
11071
11072         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11073         the headers when creating the mapping to avoid mismappings.
11074         (nnweb-gmane-create-mapping): Always nix out old mapping.
11075
11076 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11077
11078         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11079         and mm-verify-option to never.
11080
11081 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * message.el (message-signed-or-encrypted-p): New function.
11084         (message-forward-make-body): Use it.
11085
11086         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11087         Replace encode-coding-string with mm-encode-coding-string.
11088
11089 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * nneething.el (nneething-decode-file-name):
11092         Replace decode-coding-string with mm-decode-coding-string.
11093
11094         * gnus-int.el (gnus-open-server): Say failed server's name.
11095
11096 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11097
11098         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11099         strings to a single string.  Quote `errors-file-name'.
11100         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11101         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11102         Adjust calls.  Use `shell-quote-argument'.
11103
11104 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11105
11106         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11107         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11108
11109         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11110         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11111         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11112         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11113         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11114         (gnus-subscribe-newsgroup, gnus-1):
11115         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11116         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11117         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11118         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11119
11120 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11121
11122         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11123         keystroke.
11124         (gnus-summary-limit-to-bodies): Implement headersp.
11125
11126 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11127
11128         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11129
11130 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11133
11134 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11135
11136         * message.el (message-generate-hashcash): Expand range of values to
11137         include `opportunistic'.
11138         (message-send-mail): Use it.
11139
11140 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11141
11142         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11143         and comment it.
11144
11145         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11146
11147 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * gnus-util.el (gnus-extract-address-components): Improve comment.
11150
11151 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * gnus-util.el (gnus-extract-address-components): Work with address in
11154         which the name portion contains @.
11155
11156         * lpath.el: Fbind custom-autoload.
11157
11158 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11159
11160         * gnus.el (gnus-start): Move custom group up.
11161         (gnus-select-method): Don't autoload, but make it available for
11162         `customize-variable'.
11163         (gnus-getenv-nntpserver): Don't autoload.
11164
11165 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11166
11167         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11168
11169 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11170
11171         * message.el (message-sendmail-extra-arguments): New variable.
11172         (message-send-mail-with-sendmail): Use it.
11173
11174 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11177         mm-with-unibyte-current-buffer to make string unibyte.
11178
11179         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11180         mm-string-as-multibyte.
11181
11182 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11183
11184         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11185         Reported by Werner Koch <wk@gnupg.org>.
11186
11187 2006-11-14  Daiki Ueno  <ueno@p360>
11188
11189         * mml2015.el: Autoload epa-select-keys when compiling.
11190
11191 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11192
11193         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11194         message-options.
11195         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11196
11197 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11198
11199         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11200         EasyPG (< 0.0.6).
11201         (mml2015-always-trust): New user option.
11202         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11203         prompt.
11204
11205 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * nntp.el (nntp-authinfo-force): New variable.
11208         (nntp-send-authinfo): Use it.
11209
11210 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11211
11212         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11213         decode encoded words.  Improve prompt.  Add comment about forwarding.
11214         (message-replacement-char): Move up.
11215
11216 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11217
11218         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11219         instead of gnus-intersection because arguments of gnus-sorted-nunion
11220         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11221
11222 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11223
11224         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11225         (message-simplify-subject-functions):
11226         Enable message-strip-subject-encoded-words by default.
11227
11228 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * message.el (message-strip-subject-encoded-words): New function.
11231         (message-simplify-subject-functions): New variable.
11232         (message-simplify-subject): Use it.  Fix typo in doc string.
11233         Support message-strip-subject-encoded-words.
11234
11235 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11236
11237         * gnus-diary.el (gnus-diary-delay-format-function):
11238         * nndiary.el (nndiary-reminders):
11239         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11240
11241 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11242
11243         * gnus-art.el (article-hide-boring-headers): Fetch date from
11244         gnus-original-article-buffer to avoid problems with localized date
11245         strings.
11246
11247 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11248
11249         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11250
11251 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11252
11253         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11254         New variables.
11255         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11256         (mm-charset-synonym-alist): Move some entries to
11257         mm-codepage-iso-8859-list.
11258         (mm-charset-synonym-alist, mm-charset-override-alist):
11259         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11260
11261 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11262
11263         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11264
11265 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11266
11267         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11268         with Emacs 21 and XEmacs.
11269
11270 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11271
11272         * spam.el (spam-parse-address): New function for better parsing,
11273         catching errors, etc.
11274         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11275
11276 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * mm-view.el: Add interactive arg to html2text autoload.
11279
11280 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11281
11282         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11283
11284 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11285
11286         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11287         New variables.
11288         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11289         (mm-charset-synonym-alist): Move some entries to
11290         mm-codepage-iso-8859-list.
11291
11292         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11293
11294 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * message.el (message-citation-line-format)
11297         (message-insert-formated-citation-line): Fix implementation of %E, %N
11298         and %n according to the doc string.
11299
11300 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11301
11302         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11303         Use car-safe to avoid bad parses.
11304
11305 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11308         names.
11309
11310         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11311
11312 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11315         header.
11316
11317         * message.el (message-draft-headers): Add Date.
11318         (message-headers-to-generate): Fix typo in docstring.
11319
11320         * nndraft.el (nndraft-required-headers): New variable.
11321         (nndraft-generate-headers): Use it.
11322
11323         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11324
11325 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11326
11327         * gnus-registry.el (gnus-registry-wash-for-keywords)
11328         (gnus-registry-find-keywords): New functions to allow easy searching of
11329         articles that are in the registry.
11330
11331 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11332
11333         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11334         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11335         Reported by Damien Elmes <damien@repose.cx>.
11336
11337 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * gnus.el (gnus-mime): Remove unused custom group.
11340
11341 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11342
11343         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11344         "blank line" when searching for end of armor headers.
11345
11346 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11347
11348         * gmm-utils.el (gmm-write-region): Fix variable name.
11349
11350 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11351
11352         * gmm-utils.el (gmm-write-region): New function based on compatibility
11353         code from `mm-make-temp-file'.
11354
11355         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11356
11357         * nnmaildir.el (nnmaildir--update-nov)
11358         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11359         Use `gmm-write-region'.
11360
11361 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11362
11363         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11364         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11365
11366         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11367
11368         * message.el (message-replacement-char): New variable.
11369         (message-fix-before-sending): Use it.
11370         (message-simplify-subject): New function to remove duplicate code.
11371         (message-reply, message-followup): Use it.
11372
11373         * gnus-sum.el (gnus-summary-make-menu-bar):
11374         Clarify gnus-summary-limit-to-articles.
11375
11376 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * gnus-util.el (gnus-with-local-quit): New macro.
11379
11380         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11381
11382 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11383
11384         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11385         ignore non-string data.
11386
11387 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11388
11389         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11390         non-string data (needs to be done in the registry too).
11391
11392 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11393
11394         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11395         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11396         (gnus-registry-split-fancy-with-parent)
11397         (gnus-registry-fetch-simplified-message-subject-fast)
11398         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11399         Remove text properties on ingress into the registry and when it's saved.
11400         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11401         registry from entries with no groups.
11402
11403 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11404
11405         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11406         function to remove string properties.
11407
11408 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11409
11410         * gmm-utils.el (gmm): Adjust custom version.
11411
11412         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11413         Adjust custom version.
11414
11415         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11416
11417 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11418
11419         * gnus-art.el (gnus-insert-prev-page-button)
11420         (gnus-insert-next-page-button): Simplify.  Reformat.
11421
11422 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11423
11424         * gnus-art.el (gnus-insert-prev-page-button)
11425         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11426
11427 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11428
11429         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11430
11431 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11432
11433         * gnus-art.el (gnus-insert-mime-button)
11434         (gnus-insert-mime-security-button):
11435         Apply gnus-article-button-face to MIME and security buttons.
11436
11437 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11440         readable.
11441
11442 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11445
11446 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11447
11448         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11449         `browse-url-of-file' instead of `browse-url'.
11450
11451 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11452
11453         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11454         regexp.  Articles containing quotation were cut prematurely.
11455
11456 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * message.el (message-cite-original-1): Use nobody by default for the
11459         value of From header.
11460         (message-reply): Ditto.
11461
11462 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11463
11464         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11465         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11466         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11467
11468 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11469
11470         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11471         mails in the doc string.  Add some URLs in comment.
11472         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11473
11474 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11475
11476         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11477         backslashes handling and the way to find boundaries of quoted strings.
11478
11479 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11480
11481         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11482         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11483         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11484         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11485
11486 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11487
11488         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11489         doc string.
11490         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11491
11492 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11493
11494         * lpath.el: Fbind epg-check-configuration.
11495
11496 2006-09-06  Simon Josefsson  <jas@extundo.com>
11497
11498         * mml2015.el (mml2015-use): Doc fix, mention epg.
11499
11500 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11501
11502         * mml2015.el (mml2015-use): Default to epg, if available.
11503
11504 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11505
11506         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11507         message-sender.
11508         (mml1991-epg-encrypt): Ditto.
11509         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11510         message-sender.
11511         (mml2015-epg-encrypt): Ditto.
11512
11513 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11514
11515         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11516         several common directories.
11517
11518 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11519
11520         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11521         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11522
11523 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * gnus-art.el (article-decode-encoded-words): Make it fast.
11526
11527 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11530
11531         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11532         in quoted string into `\'.
11533
11534 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11537         Use standard-syntax-table.
11538
11539 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11540
11541         * gnus-art.el (gnus-decode-address-function): New variable.
11542         (article-decode-encoded-words): Use it to decode headers which are
11543         assumed to contain addresses.
11544         (gnus-mime-delete-part): Remove useless `or'.
11545
11546         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11547         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11548         (gnus-nov-parse-line): Use it to decode From header.
11549         (gnus-get-newsgroup-headers): Ditto.
11550         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11551
11552         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11553         (mail-decode-encoded-address-string): New alias.
11554
11555         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11556         New function.
11557         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11558         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11559         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11560         (rfc2047-decode-string): Ditto.
11561         (rfc2047-decode-address-region): New function.
11562         (rfc2047-decode-address-string): New function.
11563
11564 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11565
11566         * message.el (message-caesar-buffer-body): Allow rotating headers.
11567
11568         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11569
11570         * message.el (message-insert-formated-citation-line): Fix %f.
11571         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11572
11573 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11574
11575         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11576         (gnus-bookmark-mouse-available-p): New macro.
11577         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11578         (gnus-bookmark-bmenu-show-infos): Use it.
11579         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11580         (gnus-bookmark-bmenu-hide-infos): Ditto.
11581         (gnus-bookmark-remove-properties): New function.
11582         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11583         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11584         (gnus-bookmark-write-file): Bind coding-system-for-write.
11585         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11586         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11587         group before selecting it.
11588         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11589         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11590         quit-window if it is not available; use gnus-mouse-2 and bind it to
11591         gnus-bookmark-bmenu-select-by-mouse.
11592         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11593         (gnus-bookmark-bmenu-select-by-mouse): New function.
11594
11595 2006-08-13  Romain Francoise  <romain@orebokech.com>
11596
11597         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11598         space.
11599
11600 2006-08-10  Romain Francoise  <romain@orebokech.com>
11601
11602         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11603         (dns-mode-soa-auto-increment-serial): New user option.
11604         (dns-mode-soa-maybe-increment-serial): New function.
11605         (dns-mode): Add the latter to `write-contents-functions'.
11606
11607 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * compface.el (uncompface): Use binary rather than raw-text-unix.
11610
11611 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11612
11613         * compface.el (uncompface): Make sure the eol conversion doesn't take
11614         place when communicating with the external programs.
11615         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11616
11617 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11618
11619         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11620
11621 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11622
11623         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11624         Make it more robust by parsing author and date independently.
11625
11626 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11627
11628         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11629
11630 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11631
11632         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11633         first matching secret key.
11634         (mml2015-epg-encrypt): Ditto.
11635
11636         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11637         first matching secret key.
11638         (mml1991-epg-encrypt): Ditto.
11639
11640         * mml2015.el (mml2015-encrypt-to-self): New user option.
11641         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11642         mml2015-epg-encrypt-to-self is set.
11643
11644         * mml1991.el (mml1991-encrypt-to-self): New variable.
11645         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11646         mml1991-epg-encrypt-to-self is set.
11647
11648         * mml2015.el (mml2015-signers): New user option.
11649         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11650         (mml2015-epg-encrypt): Allow to select signing keys.
11651
11652         * mml1991.el (mml1991-signers): New variable.
11653         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11654         (mml1991-epg-encrypt): Allow to select signing keys.
11655
11656 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * nnheader.el (nnheader-insert-head): Make it work even if the file
11659         uses CRLF for the line-break code.
11660
11661 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11662
11663         * mml2015.el: Require mml-sec instead of password.
11664         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11665         (mml2015-cache-passphrase): Inherit the default value from
11666         mml-secure-cache-passphrase.
11667         (mml2015-passphrase-cache-expiry): Inherit the default value from
11668         mml-secure-passphrase-cache-expiry.
11669
11670         * mml1991.el: Require mml-sec instead of password.
11671         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11672         (mml1991-cache-passphrase): Inherit the default value from
11673         mml-secure-cache-passphrase.
11674         (mml1991-passphrase-cache-expiry): Inherit the default value from
11675         mml-secure-passphrase-cache-expiry.
11676
11677         * mml-sec.el: Require password.
11678         (mml-secure-verbose): New user option.
11679         (mml-secure-cache-passphrase): New user option.
11680         (mml-secure-passphrase-cache-expiry): New user option.
11681
11682 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11683
11684         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11685         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11686         andreas@altroot.de (Andreas Vögele).
11687
11688         FIXME: Use `tiny change'?
11689
11690 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11691
11692         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11693         workaround for the url package included with Emacs.
11694
11695         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11696
11697 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11698
11699         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11700         correctly.  This fixes a bug caused by the 2006-05-12 change.
11701
11702 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11703
11704         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11705         some information about the error when saying that the `bogus' mail
11706         group will be used.
11707
11708 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11709
11710         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11711         string.
11712
11713 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11714
11715         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11716
11717 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11718
11719         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11720
11721 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11722
11723         * mml1991.el (mml1991-function-alist): Add epg.
11724         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11725         (mml1991-epg-encrypt): New functions.
11726
11727 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11728
11729         * mml2015.el (mml2015-verbose): New variable.
11730         (mml2015-cache-passphrase): Ditto.
11731         (mml2015-passphrase-cache-expiry): Ditto.
11732         (mml2015-function-alist): Add epg.
11733         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11734         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11735         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11736         New functions.
11737
11738 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11739
11740         * message.el (message-cite-original-1): Preserve region when removing
11741         quoted text due to X-No-Archive in order to avoid bogus attribution
11742         when citing multiple messages.
11743
11744 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11745
11746         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11747         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11748
11749 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11750
11751         * gnus-diary.el (gnus-user-format-function-d)
11752         (gnus-user-format-function-D): Autoload.
11753
11754         * imap.el (Commentary): Fix typo.
11755
11756         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11757         2006-04-22 contribution.
11758
11759 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11760
11761         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11762         It didn't really fix the bogosity I'm seeing with solid web groups.
11763
11764 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11765
11766         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11767         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11768         created using server names.  If we use the feature without declaring
11769         it, Gnus does not properly manage server and group state.
11770
11771         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11772         bound.
11773
11774 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11775
11776         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11777         looking up the method using GROUP's prefix before inventing a new one.
11778         It is used on killed/unknown groups in various places where returning
11779         an all-new method isn't expected by the caller.
11780
11781         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11782         and match semantics of gnus-group-real-prefix.
11783
11784 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * nnmail.el (nnmail-broken-references-mailers): New variable.
11787         (nnmail-ignore-broken-references): New function generalizing
11788         nnmail-fix-eudora-headers.
11789         (nnmail-fix-eudora-headers): Now obsolete.
11790
11791         * gnus-art.el (gnus-button-handle-custom):
11792         Support `customize-apropos*'.
11793
11794 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11795
11796         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11797
11798         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11799         articles.
11800
11801 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11802
11803         * message.el (message-cite-reply-above): New variable.
11804         (message-yank-original): Use it.
11805
11806 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11809
11810 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11811
11812         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11813         as read.
11814
11815         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11816
11817 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11820         (gnus-bookmark-default-file): Use gnus-directory.
11821         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11822         Remove "*" in doc string.
11823         (gnus-bookmark-write-file): Simplify.
11824         (gnus-bookmark-maybe-sort-alist): Use `when'.
11825         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11826         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11827         Add FIXME about Emacs 21 and XEmacs compatibility.
11828         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11829         compatibility.
11830         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11831         compatibility.
11832         (gnus-bookmark-menu-heading): Fix version.
11833
11834 2006-06-19  Bastien Guerry  <bzg@altern.org>
11835
11836         * gnus-bookmark.el: New file.
11837
11838 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11839
11840         * message.el (message-syntax-checks): Doc fix.
11841
11842 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11843
11844         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11845         unsubscribed groups as if they were killed ones.  It causes duplicate
11846         entries in gnus-newsrc-alist.
11847
11848 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11849
11850         * message.el (message-syntax-checks): Doc fix.
11851         (message-send-mail): Add check for continuation headers.
11852         (message-check-news-header-syntax): Fix regexp used to check for
11853         continuation headers.
11854
11855 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11858
11859 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11860
11861         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11862
11863 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11866         default-truncate-lines.
11867
11868 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11871         to fill the utf-8 entry.
11872
11873         * lpath.el: Fbind unicode-precedence-list.
11874
11875 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11876
11877         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11878
11879 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11880
11881         * gnus-agent.el (directory-files-and-attributes): Move all the way
11882         forward (the third and final move).
11883         (gnus-agent-read-agentview): Trap reconstruction errors due to
11884         nonexistent directory.  Handle by returning nil.
11885
11886 2006-05-30  Didier Verna  <didier@xemacs.org>
11887
11888         * message.el (message-dont-reply-to-names): Update the custom type.
11889         * message.el (message-dont-reply-to-names): New defsubst: potentially
11890         convert a list of regexps into a single one.
11891         * message.el (message-get-reply-headers): Use it.
11892         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11893
11894 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11895
11896         * gnus-agent.el (directory-files-and-attributes): Move forward.
11897
11898 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11899
11900         * gnus-ml.el (gnus-mailing-list-subscribe)
11901         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11902         (gnus-mailing-list-message): Fix doc strings.
11903
11904 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11905
11906         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11907         of doing it manually.
11908
11909 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11910
11911         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11912         comment.
11913
11914 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11915
11916         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11917         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11918         (gnus-agent-read-local): All symbols allocated in my-obarray.
11919         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11920         (gnus-agent-regenerate-group): Check numeric names to see if they are
11921         messages or groups.
11922         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11923         better way of do this...)
11924
11925         * gnus-cache.el (gnus-agent-total-fetched-for):
11926         Ignore 'dummy.group' (there should be a better way of do this...)
11927
11928 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11931         (gnus-saved-headers): Ditto.
11932         (gnus-default-article-saver): Mention functions may have properties.
11933         (gnus-article-save): Override gnus-save-all-headers and
11934         gnus-saved-headers by :headers property which saver function may have.
11935         (gnus-summary-save-in-file): Add :headers property.
11936         (gnus-summary-write-to-file): Ditto.
11937
11938         * gnus-sum.el (gnus-summary-save-article): Bind
11939         gnus-prompt-before-saving to t when saving many articles in a file;
11940         always show all headers.
11941
11942         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11943
11944 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11945
11946         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11947         marks.
11948
11949         * message.el (message-indent-citation): Add optional arguments to allow
11950         using it outside of message buffers.
11951
11952         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11953         (gnus-article-treat-unfold-headers): Use it.
11954         (gnus-article-truncate-lines): New variable.
11955         (gnus-article-mode): Use it.
11956         (gnus-article-toggle-truncate-lines): New function.
11957
11958         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11959         Add gnus-article-toggle-truncate-lines.
11960
11961         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11962         coding system in XEmacs, use binary.
11963
11964 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11967         after-load-alist.
11968
11969         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11970         this function should save decoded articles.
11971         (gnus-summary-write-to-file): Use property to specify this function
11972         should save decoded articles and specify gnus-summary-save-in-file
11973         should be used to save articles other than the first one when saving
11974         many articles.
11975         (gnus-summary-save-body-in-file): Use property to specify this
11976         function should save decoded articles.
11977         (gnus-summary-write-body-to-file): Use property to specify this
11978         function should save decoded articles and specify
11979         gnus-summary-save-body-in-file should be used to save articles other
11980         than the first one when saving many articles.
11981
11982         * gnus-sum.el (gnus-summary-save-article): Simplify.
11983
11984 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * gnus-art.el (gnus-default-article-saver):
11987         Add gnus-summary-write-body-to-file.
11988         (gnus-article-save-coding-system): Don't use coding system object
11989         in XEmacs.
11990         (gnus-read-save-file-name): Add optional `dir-var' argument which
11991         specifies directory in which files are saved; work even if optional
11992         `variable' argument is not specified.
11993         (gnus-summary-write-to-file): Read file name.
11994         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11995         (gnus-summary-write-body-to-file): New function.
11996
11997         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11998         (gnus-summary-local-variables): Add it.
11999         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12000         (gnus-summary-save-article): Remove optional `decode' argument;
12001         determine whether to decode articles by the value of
12002         gnus-default-article-saver; when saving many files using
12003         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12004         it first and use gnus-summary-save-in-file or
12005         gnus-summary-save-body-in-file thereafter unless
12006         gnus-prompt-before-saving is always; move point to article which
12007         will be saved.
12008         (gnus-summary-save-article-file): Revert.
12009         (gnus-summary-write-article-file): Revert.
12010         (gnus-summary-save-article-body-file): Revert.
12011         (gnus-summary-write-article-body-file): New function.
12012
12013 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * gnus-art.el (gnus-default-article-saver): Doc fix.
12016         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12017         from gnus-summary-save-article-coding-system, and default to a
12018         certain coding system.
12019         (gnus-output-to-file): Add coding cookie and encode text according
12020         to gnus-article-save-coding-system; don't use mm-append-to-file.
12021
12022         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12023         gnus-art.el and rename to gnus-article-save-coding-system.
12024         (gnus-summary-save-article): Require gnus-art; don't show all
12025         headers if it decodes articles; don't add coding cookie here;
12026         don't bind mm-text-coding-system-for-write.
12027         (gnus-summary-save-article-file): Save decoded articles.
12028         (gnus-summary-write-article-file): When saving many files, use
12029         gnus-summary-write-to-file first and gnus-summary-save-in-file
12030         thereafter unless gnus-prompt-before-saving is always.
12031         (gnus-summary-save-article-body-file): Save decoded articles.
12032
12033         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12034
12035 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12036
12037         * nnrss.el (nnrss-check-group): Bind hash-index.
12038
12039 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12040
12041         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12042         its hash index.  Store this hash in `nnrss-group-data'.
12043         (nnrss-read-group-data): Update accordingly.
12044
12045 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12048         entry.
12049
12050         * gnus-sum.el (gnus-summary-make-menu-bar):
12051         Add gnus-article-browse-html-article.
12052
12053 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12054
12055         * gnus-sum.el (gnus-summary-mime-map):
12056         Add gnus-article-browse-html-article.
12057
12058         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12059
12060 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12061
12062         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12063         suitable coding systems in customize.
12064
12065 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12066
12067         * mail-source.el (mail-sources): Fix custom type.
12068
12069 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12070
12071         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12072         (gnus-summary-expire-articles-now): Shorten prompt.
12073
12074         * gmm-utils.el (wid-edit): Require.
12075         (defun-gmm): Rename from `gmm-defun-compat'.
12076         (gmm-image-search-load-path): Use it.
12077         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12078
12079 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * gnus-sum.el (gnus-summary-save-article-coding-system):
12082         New variable.
12083         (gnus-summary-save-article): Add optional `decode' argument.
12084         If it is set and gnus-summary-save-article-coding-system is non-nil,
12085         save decoded article.
12086         (gnus-summary-write-article-file): Save decoded article if
12087         gnus-summary-save-article-coding-system is non-nil.
12088
12089         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12090         type.
12091
12092 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12095
12096 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12099         first to test gnus-single-article-buffer which may be buffer-local.
12100
12101         * gnus-sum.el (gnus-summary-setup-buffer):
12102         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12103         group; make gnus-article-buffer, gnus-article-current, and
12104         gnus-original-article-buffer always buffer-local.
12105         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12106         group.
12107         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12108
12109 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12110
12111         * nnml.el (nnml-request-compact-group): Compressed files might not
12112         have .gz extension.
12113
12114 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12115
12116         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12117         (mm-copy-to-buffer): Use with-current-buffer.
12118         (mm-display-part): Simplify.
12119         (mm-inlinable-p): Add optional arg `type'.
12120
12121 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12122
12123         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12124         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12125         Try harder to show the attachment internally or externally using
12126         gnus-mime-view-part-as-type.
12127
12128 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12129
12130         * message.el (message-from-style, message-signature-separator)
12131         (message-user-organization-file, message-send-mail-function)
12132         (message-citation-line-function, message-yank-prefix)
12133         (message-indent-citation-function, message-signature)
12134         (message-signature-file, message-signature-insert-empty-line):
12135         Remove autoloads.
12136
12137         * gnus-art.el (gnus-buttonized-mime-types):
12138         Remove "multipart/signed".  Revert 2006-04-26 change.
12139
12140 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12141
12142         * gnus.el (gnus-version-number): Bump version.
12143
12144 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12145
12146         * gnus.el: No Gnus v0.5 is released.
12147
12148 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12149
12150         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12151         fetching articles by message-id.
12152
12153 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12154
12155         * message.el (hashcash): Require hashcash as normal.
12156
12157         * ecomplete.el (ecomplete-highlight-match-line):
12158         Use point-at-eol.
12159         (ecomplete-highlight-match-line): Use `highlight', because that
12160         face exists in both Emacs and XEmacs.
12161
12162         * message.el (message-display-abbrev): Use point-at-bol.
12163
12164         * mail-source.el: Don't require timer/timer-funcs.
12165
12166         * gnus-async.el: Ditto.
12167
12168         * password.el: Ditto.
12169
12170         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12171
12172         * mm-url.el: Ditto.
12173
12174         * gnus-xmas.el: Don't require timer-funcs.
12175
12176         * mm-util.el: Require timer/timer-funcs.
12177
12178 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12179
12180         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12181         Close.
12182
12183 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12184
12185         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12186         unibyte after clear-decrypt function runs.
12187
12188         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12189         returns as a unibyte string.
12190
12191 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * lpath.el: Revert.
12194
12195         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12196         (pgg-gpg-process-sentinel): Revert.
12197
12198         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12199         (pgg-pgp-lookup-key): Revert.
12200
12201         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12202         (pgg-pgp5-lookup-key): Revert.
12203
12204         * pgg.el (pgg-fetch-key): Revert.
12205
12206 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * lpath.el: Fbind string-as-multibyte for XEmacs.
12209
12210         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12211         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12212         (mml1991-pgg-encrypt): Ditto.
12213
12214         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12215         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12216         a multibyte buffer.
12217
12218         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12219         (pgg-pgp-lookup-key): Ditto.
12220
12221         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12222         (pgg-pgp5-lookup-key): Ditto.
12223
12224         * pgg.el (pgg-fetch-key): Ditto.
12225
12226 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12227
12228         * message.el (message-user-organization-file): Check several
12229         locations of the organization file.
12230
12231         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12232         Add gnus-article-view-part-as-type.
12233
12234         * gnus-art.el (gnus-article-view-part-as-type): New function.
12235
12236         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12237         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12238
12239         * mml.el: Simplify autoload.
12240         (mml-mode): defvar dnd-protocol-alist instead of using
12241         symbol-value.
12242         (mml-default-directory): New variable.
12243         (mml-minibuffer-read-file): Use it.
12244         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12245
12246         * message.el (message-citation-line-format): New variable.
12247         (message-insert-formated-citation-line): New function.
12248         (message-citation-line-function):
12249         Add `message-insert-formated-citation-line' to custom type.
12250
12251         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12252         to doc string.
12253
12254         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12255         depending on mm-verify-option.
12256
12257 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12258
12259         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12260         binding pgg-* variables; reimplement the section which prevents
12261         MIME header from being signed.
12262         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12263         pgg-text-mode; remove a blank line at the top of body.
12264
12265         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12266         lines at the top of body; use gnus-newsgroup-charset if there's no
12267         Charset header.
12268
12269 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * message.el (message-self-insert-commands): Doc fix.
12272
12273         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12274         (mm-uu-pgp-encrypted-test): Ditto.
12275         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12276         between header and body; return application/pgp-encrypted handle
12277         if decryption failed; decode decrypted body by charset.
12278
12279         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12280         element match to application/pgp-*.
12281
12282 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12283
12284         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12285         HTML.
12286
12287 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12288
12289         * mail-source.el (mail-source-call-script): Message the error
12290         string.
12291
12292 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12293
12294         * gnus-util.el (gnus-byte-compile): Use it.
12295
12296 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12297
12298         * gnus-util.el (kill-empty-logs): New function.
12299
12300 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12301
12302         * message.el (message-mail-alias-type): Doc fix.
12303         (message-mail-alias-type-p): New function.
12304         (message-send): Use it.
12305         (message-mode): Ditto.
12306         (message-strip-forbidden-properties): Ditto.
12307
12308         * ecomplete.el (ecomplete-database-file-coding-system):
12309         New variable.
12310         (ecomplete-save): Use it.
12311         (ecomplete-setup): Use it.
12312
12313 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * message.el (message-self-insert-commands): New variable.
12316         (message-strip-forbidden-properties): Use it.
12317
12318 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12319
12320         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12321         that doesn't make XEmacs choke.
12322
12323 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12324
12325         * gnus-util.el (gnus-replace-in-string):
12326         Prefer replace-regexp-in-string over of replace-in-string.
12327
12328 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12329
12330         * gnus-util.el (gnus-select-frame-set-input-focus):
12331         Use select-frame-set-input-focus if it is available in XEmacs; use
12332         definition defined in Emacs 22 for old Emacsen.
12333
12334         * dgnushack.el: Autoload unmorse-region for XEmacs.
12335
12336         * lpath.el: Bind cursor-in-non-selected-windows and
12337         select-frame-set-input-focus for XEmacs.
12338
12339 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12342
12343 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12344
12345         * gnus-registry.el (gnus-registry-cache-save): Remove text
12346         properties when saving via the temp buffer.
12347
12348 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12349
12350         * message.el (message-generate-hashcash): Honor custom type.
12351
12352 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12353
12354         * message.el (message-generate-hashcash): Default to non-nil when
12355         hashcash is found.
12356
12357         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12358         (gnus-refer-thread-limit): Increase default to 500.
12359
12360         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12361
12362         * flow-fill.el (fill-flowed): Allow delete-space.
12363
12364 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12365
12366         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12367         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12368         Remove autoloads.
12369
12370 2006-04-18  Simon Josefsson  <jas@extundo.com>
12371
12372         * message.el (message-generate-hashcash): Default to.
12373
12374 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12377         concatenating segments rather than before concatenating them.
12378
12379 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12380
12381         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12382
12383 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12384
12385         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12386
12387         * message.el (message-forward-make-body-plain):
12388         Allow message-forward-ignored-headers to be a list.
12389         (message-remove-ignored-headers): Factor out into function.
12390         (message-forward-make-body-mml): Use it.
12391
12392         * imap.el (imap-quote-specials): New function.
12393         (imap-login-auth): Quote specials.
12394
12395         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12396         (rfc2231-parse-string): Allow concatanation of parameters that
12397         aren't contiguous.  The test case is
12398           (mail-header-parse-content-type "message/external-body;
12399             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12400             access-type=LOCAL-FILE;
12401             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12402
12403 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12404
12405         * nntp.el (nntp-accept-process-output): Return the value of
12406         `nnheader-accept-process-output'.
12407
12408 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12409
12410         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12411         (gnus-button-alist): Recognize more diff formats.
12412         (gnus-button-patch): Strip directory.
12413
12414 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12415
12416         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12417         Emacs 22 when setting focus.
12418
12419 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12420
12421         * gnus-art.el (gnus-article-treat-types): Do treatment of
12422         text/x-verbatim parts.
12423         (gnus-button-patch): New command.
12424
12425         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12426         addresses that contain invalid characters.
12427
12428 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12429
12430         * message.el (message-put-addresses-in-ecomplete):
12431         Use gnus-replace-in-string.
12432         (message-is-yours-p): Use the more correct
12433         mail-header-parse-address instead of
12434         mail-extract-address-components.
12435         (message-put-addresses-in-ecomplete): Fix typo.
12436
12437         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12438         keystroke.
12439
12440         * gnus-art.el (gnus-treatment-function-alist): Change order of
12441         newsgroups/generic header folding to avoid double-folding.
12442
12443         * message.el (message-hidden-headers): Add X-Draft-From.
12444
12445         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12446         New command.
12447         (gnus-summary-repeat-search-article-backward): New command.
12448
12449         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12450         groups in the parent topic.
12451
12452 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12453
12454         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12455         (spam-extra-header-to-number): Return the CRM114 number as a
12456         number instead of a string.
12457
12458 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12459
12460         * gnus-art.el (gnus-face-properties-alist): Move here from
12461         gnus-fun.
12462
12463         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12464
12465 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12466
12467         * message.el (message-strip-forbidden-properties): Only display on
12468         self-insert-command.
12469
12470         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12471         reindent.
12472         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12473
12474 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12475
12476         * smiley.el (smiley-style): Fix typo.
12477
12478 2006-03-23  Kenichi Handa  <handa@m17n.org>
12479
12480         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12481         instead of set-buffer-multibyte.
12482
12483 2006-03-23  Kenichi Handa  <handa@m17n.org>
12484
12485         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12486         buffer and then decode the buffer text if necessary.
12487         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12488         first, and after mm-encode-body, change the buffer to unibyte.
12489
12490 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12491
12492         * hashcash.el (hashcash-insert-payment-async-2):
12493         Use message-goto-eoh instead of doing it manually.
12494         (mail-add-payment): Use message-narrow-to-header instead of trying
12495         to do the same itself.
12496
12497         * message.el (message-hidden-headers): Add Face.
12498
12499         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12500         reparenting code.
12501         (gnus-summary-reparent-children): Refactored out code.
12502         (gnus-summary-thread-map): New keystroke.
12503         (gnus-summary-reparent-children): Make into command.
12504
12505         * smiley.el (smiley-style): Default to `medium' if using a large
12506         font.
12507
12508         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12509         does it itself.
12510
12511         * message.el (message-point-in-header-p): Simplify definition.
12512
12513 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12514
12515         * nnagent.el (nnagent-request-set-mark): Silence log file
12516         writing.
12517         (nnagent-request-set-mark): Use write-region instead of
12518         append-to-file.
12519
12520         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12521         strange select method.
12522
12523         * ecomplete.el (ecomplete-display-matches): Get highlightling
12524         right.
12525         (ecomplete-display-matches): Use literals.
12526         (ecomplete-display-matches): Disable message logging.
12527
12528         * message.el (message-display-abbrev): Small optimization.
12529
12530         * ecomplete.el (ecomplete-display-matches): Allow automatic
12531         display.
12532
12533         * message.el (message-strip-forbidden-properties):
12534         Display abbrevs.
12535         (message-display-abbrev): Get automatic display right.
12536
12537         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12538         keystrokes.
12539
12540 2006-04-13  Romain Francoise  <romain@orebokech.com>
12541
12542         TODO: Backport to v5-10!
12543
12544         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12545         Move here (and rename) from gnus-registry.el.
12546
12547         * gnus-registry.el: Require gnus-util.
12548         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12549
12550 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12551
12552         * gnus-group.el (gnus-group-catchup-current):
12553         Change if-then-else-if-then-else into cond.
12554         (gnus-group-catchup): Indent.
12555         (group-name-at-point): New function.
12556         (gnus-fetch-group): Provide default from thing at point.
12557
12558 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12559
12560         * message.el (message-display-abbrev): Fix regexp.
12561
12562         * ecomplete.el (ecomplete-highlight-match-line):
12563         Reimplement choosing.
12564         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12565         dead variables.
12566
12567         * message.el (message-newline-and-indent): Remove debugging.
12568         (message-display-abbrev): Use new implementation.
12569
12570 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12571
12572         * gnus-art.el (gnus-article-mode):
12573         Set cursor-in-non-selected-windows to nil.
12574
12575         * smiley.el: Revert previous change.
12576         (smiley-data-directory): defvar it before using it in the
12577         defcustom of `smiley-style'.
12578
12579 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12580
12581         * message.el (message-newline-and-indent): New function.
12582
12583         * ecomplete.el: Implement more bits.
12584
12585         * message.el (message-put-addresses-in-ecomplete): Clean up the
12586         string.
12587
12588         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12589
12590         * gnus-sum.el (gnus-summary-save-parts):
12591         Bind gnus-summary-save-parts-counter and use it to make unique file
12592         names.
12593
12594         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12595
12596         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12597         parameter to say whether to actually parse the individual
12598         addresses.
12599
12600         * message.el (message-put-addresses-in-ecomplete): New function.
12601         (ecomplete): Require.
12602         (message-mail-alias-type): Add ecomplete as an option.
12603
12604 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12605
12606         * flow-fill.el (fill-flowed): Remove trailing space from blank
12607         quoted lines.
12608
12609 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12610
12611         * smiley.el (smiley-style): Move definition later to avoid a
12612         compilation warning.
12613
12614 2006-04-12  Kenichi Handa  <handa@m17n.org>
12615
12616         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12617         buffer and then decode the buffer text if necessary.
12618         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12619         first, and after mm-encode-body, change the buffer to unibyte.
12620         Use mm-disable-multibyte instead of set-buffer-multibyte.
12621
12622 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12623
12624         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12625         Content-Type header instead of Content-Disposition header.
12626         (gnus-mime-inline-part): Ditto.
12627         (gnus-mime-view-part-as-charset): Ignore charset that the part
12628         specifies.
12629
12630         * mm-decode.el (mm-display-part): Work with external parts and
12631         usual parts similarly.
12632
12633         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12634         instead of gnus-display-mime.
12635
12636         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12637         instead of with-temp-buffer.
12638
12639         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12640         tag to summarized topics part in order to encode non-ASCII text.
12641
12642 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12643
12644         * smiley.el (smiley-style): New variable.
12645         (smiley-directory): New function.
12646         (smiley-data-directory): Derive from `smiley-style' using
12647         `smiley-directory'.
12648         (smiley-regexp-alist): Add new entries.
12649
12650         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12651         (gnus-article-browse-delete-temp): Add :version.
12652
12653 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12654
12655         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12656         the sieve region.
12657
12658 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12659
12660         * gnus.el (gnus-version-number): Bump version.
12661
12662 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12663
12664         * gnus.el: No Gnus v0.4 is released.
12665
12666 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12667
12668         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12669         layout.
12670
12671         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12672         unknown charset.
12673
12674         * message.el (message-header-synonyms): Add Original-To to the
12675         default.
12676
12677         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12678         optional parameter.
12679
12680 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12681
12682         * gnus-fun.el (gnus): Require it for gnus-directory.
12683
12684 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12687
12688 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12689
12690         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12691
12692 2006-04-05  Simon Josefsson  <jas@extundo.com>
12693
12694         * password.el (password-reset): New function.
12695
12696 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12697
12698         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12699         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12700
12701 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12702
12703         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12704         Some whitespace was matched into the url, which broke browsing hits
12705         > 100 when mm-url-use-external was nil.
12706
12707 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12708
12709         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12710         Check gnus-extra-headers for 'Newsgroups.
12711
12712         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12713         bound.
12714
12715 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12716
12717         * pgg-gpg.el: Clean up process buffers every time gpg processes
12718         complete.
12719
12720 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12721
12722         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12723         doc string.
12724
12725 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12726
12727         * pgg-gpg.el (pgg-gpg-process-filter)
12728         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12729
12730         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12731         lines, temporary fix.
12732
12733 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12736
12737 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12738
12739         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12740         default-enable-multibyte-characters.  This reverts the change from
12741         revision 6.17 which is no longer necessary because the passphrase
12742         is sent separately now.  GnuPG messages are unreadable under
12743         multibyte locales with default-enable-multibyte-characters set to
12744         nil.
12745
12746 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12747
12748         * message.el (message-tool-bar-gnome): Move "spell".
12749
12750 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12751
12752         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12753         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12754         instead.
12755
12756 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12757
12758         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12759         Improve newsgroups handling for NNTP overviews which don't include
12760         Newsgroups.
12761
12762 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12763
12764         * message.el (message-resend): Bind message-generate-hashcash to nil.
12765
12766 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12767
12768         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12769         when searching for already-paid recipients.
12770
12771 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12772
12773         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12774         passphrases when it is not needed.
12775         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12776         passphrase stuff from gpg, should only be necessary when you use
12777         gpg with a smartcard.
12778
12779 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * mml.el (mml-insert-mime): Ignore cached contents of
12782         message/external-body part.
12783
12784         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12785         (mm-insert-part): Ditto.
12786
12787 2006-03-23  Simon Josefsson  <jas@extundo.com>
12788
12789         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12790         Reiner.
12791         (pgg-gpg-use-agent-p): Use it again.
12792
12793 2006-03-23  Simon Josefsson  <jas@extundo.com>
12794
12795         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12796         older emacsen.
12797         (pgg-gpg-use-agent-p): Don't use it.
12798
12799 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12800
12801         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12802         if we can.
12803
12804 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12805
12806         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12807         (pgg-gpg-update-agent): New function.
12808         (pgg-gpg-use-agent-p): New function.
12809         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12810         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12811         (pgg-gpg-sign-region): Use it.
12812
12813 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12816         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12817
12818 2006-03-21  Simon Josefsson  <jas@extundo.com>
12819
12820         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12821         <wilde@sha-bang.de>.
12822         (pgg-gpg-use-agent): New variable.
12823         (pgg-gpg-process-region): Use it.
12824         (pgg-gpg-encrypt-region): Likewise.
12825         (pgg-gpg-encrypt-symmetric-region): Likewise.
12826         (pgg-gpg-decrypt-region): Likewise.
12827         (pgg-gpg-sign-region): Likewise.
12828         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12829
12830 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12831
12832         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12833
12834         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12835         Add comment on version.
12836
12837 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * smiley.el: Add missing test smiley.
12840
12841 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * mm-decode.el (mm-with-part): New macro.
12844         (mm-get-part): Use it; work with message/external-body as well.
12845         (mm-save-part): Treat name and filename equally.
12846
12847         * mm-extern.el (mm-extern-cache-contents): New function.
12848         (mm-inline-external-body): Use it; force the part to be displayed;
12849         move undisplayer added to the cached handle to the parent.
12850
12851         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12852         (gnus-mime-view-part-as-type): Work with message/external-body.
12853
12854         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12855
12856 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12857
12858         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12859         images in image-load-path.  [Sync with image.el, revision 1.60, in
12860         Emacs.]
12861
12862 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12863
12864         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12865         path rather than symbol.  Always return list of directories.
12866         Guarantee that image directory comes first.  [Sync with image.el,
12867         revision 1.59, in Emacs.]
12868
12869         * message.el (message-make-tool-bar): Adjust to new API of
12870         `gmm-image-load-path-for-library'.
12871
12872         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12873
12874         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12875
12876 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12877
12878         * gnus-art.el (gnus-article-only-boring-p):
12879         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12880         intangible text.
12881         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12882
12883 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12884
12885         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12886         Use `defun' instead of `gmm-defun-compat'.
12887
12888 2006-03-14  Simon Josefsson  <jas@extundo.com>
12889
12890         * message.el (message-unique-id): Don't use message-number-base36
12891         if (user-uid) is a float.
12892         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12893
12894 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12895
12896         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12897
12898         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12899         empty line between a part and a message part.
12900
12901 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * smiley.el: Add more test smileys.
12904         (smiley-data-directory, smiley-regexp-alist)
12905         (gnus-smiley-file-types): Fix doc strings.
12906         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12907         adding new elements.
12908         (smiley-mouse-map): Unused code.  Make it a comment.
12909
12910 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12913         scan latest NoCeM messages instead of old ones.
12914         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12915         delimiters that are recently used.
12916         (gnus-nocem-load-cache): Add autoload cookie.
12917
12918         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12919
12920         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12921         level which is larger than gnus-use-nocem is specified.
12922
12923         * gnus-group.el (gnus-group-get-new-news): Ditto.
12924
12925 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12926
12927         * gnus-util.el (gnus-tool-bar-update): New function.
12928
12929         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12930         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12931
12932         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12933
12934         * gnus-group.el (gnus-group-redraw-when-idle)
12935         (gnus-group-redraw-check): Remove.
12936         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12937
12938 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12941         if optional last element is specified in splits (FIELD VALUE...).
12942
12943 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12944
12945         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12946         to gmm-image-load-path-for-library.  Call with no-error argument.
12947         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12948
12949         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12950
12951         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12952
12953         * gmm-utils.el (gmm-image-load-path): Remove alias.
12954
12955 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12956
12957         * gmm-utils.el (gmm-image-load-path): Add alias.
12958
12959         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12960         nnml-generate-nov-databases-1.
12961         (nnml-generate-nov-databases): Use it.
12962         (nnml-generate-nov-databases-directory): Document no-active
12963         argument.
12964
12965         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12966         directory if path is t.  Add no-error.
12967
12968         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12969         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12970
12971         * gnus-art.el (gnus-article-browse-delete-temp-files):
12972         Simplify resetting gnus-article-browse-html-temp-list.
12973
12974         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12975         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12976         Add example to docstring.  Rename local variables.  Move error
12977         checks to default case in cond and simplify.
12978
12979 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12982         handle is multipart when calling it recursively.
12983         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12984
12985 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12986
12987         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12988         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12989
12990 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12993         is loaded.
12994
12995         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12996         loaded.
12997
12998 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12999
13000         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13001         to "Emacs 23 (unicode)" in doc string.
13002
13003         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13004         "Emacs 23 (unicode)" in comment.
13005
13006 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13009
13010         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13011         characters 160 through 255 in Emacs 23.
13012
13013 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13014
13015         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13016         gnus-article-browse-html-temp.
13017         (gnus-article-browse-delete-temp): Make it customizable.
13018         Add `file'.  Adjust doc string.
13019         (gnus-article-browse-delete-temp-files): Add argument.
13020         Allow query for each file.  Adjust doc string.
13021         (gnus-article-browse-html-parts):
13022         Add `gnus-article-browse-delete-temp-files' to
13023         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13024
13025 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13026
13027         * gnus-art.el (gnus-article-browse-html-temp)
13028         (gnus-article-browse-delete-temp): New variables.
13029         (gnus-article-browse-delete-temp-files): New function.
13030         (gnus-article-browse-html-parts): Use it.
13031
13032 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13033
13034         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13035
13036         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13037         string.
13038
13039         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13040         gnus-summary-insert-new-articles when unplugged.
13041         Remove gnus-summary-search-article-forward.
13042
13043         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13044         display-visual-class instead of display-color-cells.
13045
13046 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * dgnushack.el: Autoload customize-group for XEmacs.
13049
13050         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13051         message/* containing non-ASCII text properly.
13052
13053 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13054
13055         * message.el: Require gmm-utils, remove autoloads.
13056         (message-tool-bar): Set default based on
13057         gmm-tool-bar-style.
13058         (message-tool-bar-gnome): Add gmm-customize-mode.
13059
13060         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13061         gmm-tool-bar-style.
13062         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13063
13064         * gnus-group.el (gnus-group-tool-bar): Set default based on
13065         gmm-tool-bar-style.
13066         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13067
13068         * gmm-utils.el (gmm-image-directory): Rename variable from
13069         gmm-image-load-path.
13070         (gmm-image-load-path): Use gmm-image-directory.
13071         (gmm-customize-mode): New function.
13072         (gmm-tool-bar-style): New variable.
13073
13074         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13075         gnus-group-redraw-line-number.
13076         (gnus-group-redraw-check): Simplify.
13077         (gnus-group-tool-bar-update): Remove redraw check.
13078         (gnus-group-make-tool-bar): Add redraw check.
13079
13080 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13081
13082         * gnus-art.el (gnus-button): Add missing parentheses.
13083
13084 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * lpath.el: Fbind line-number-at-pos.
13087
13088 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13091
13092 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13093
13094         * gnus-art.el (gnus-button): New face.
13095         (gnus-article-button-face): Use it.
13096
13097         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13098         Add gnus-summary-next-page.  Re-order.
13099
13100         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13101         next-node are now included.
13102         (gnus-group-redraw-line-number): New internal variable.
13103         (gnus-group-redraw-check): Helper function for updating the tool
13104         bar.
13105         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13106
13107         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13108
13109         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13110         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13111         Use it to match format of Spamassassin 3.0 and later.
13112         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13113         (spam-check-bogofilter)
13114         (spam-bogofilter-register-with-bogofilter): Fix args of
13115         `gnus-error' calls.
13116
13117 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13120         unnecessary interaction when sending queued mails.
13121         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13122
13123 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13124
13125         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13126         first or last are nil.
13127
13128 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13129
13130         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13131
13132 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13133
13134         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13135
13136 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13137
13138         * dns.el (query-dns): Protect more against buggy tcp output.
13139
13140 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13141
13142         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13143         nov.php.
13144
13145 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13146
13147         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13148         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13149         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13150         output on the server side.
13151         (nnweb-google-create-mapping): Update regexps and add some
13152         progress indication.
13153
13154 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13155
13156         * gnus-group.el (gnus-group-tool-bar-gnome):
13157         Fix gnus-agent-toggle-plugged.  Re-order icons.
13158         (gnus-group-tool-bar-gnome):
13159         Add gnus-group-{prev,next}-unread-group.
13160         (gnus-group-tool-bar-gnome): Re-order icons.
13161
13162         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13163         Move gnus-summary-insert-new-articles.
13164
13165         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13166         Fix comments.
13167
13168         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13169         also available in Emacs 21.3.
13170
13171         * message.el (message-fix-before-sending): Change "Emacs 22" to
13172         "Emacs 23 (unicode)" in comment.
13173
13174         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13175         "Emacs 23 (unicode)" in comment.
13176
13177         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13178         comment.
13179         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13180
13181         * mm-view.el (mm-fill-flowed): Add :version.
13182
13183 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13186         and load-path.
13187
13188 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13189
13190         * message.el: Autoload gmm-image-load-path.
13191         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13192         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13193         consitency.
13194
13195         * gmm-utils.el (gmm-image-load-path): Also search in
13196         "../etc/images".  Don't set gmm-image-load-path if we don't find
13197         the image.
13198
13199 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * gmm-utils.el (gmm-image-load-path): Don't make
13202         `gmm-image-load-path' include subdirectories which the second arg
13203         `image' might specify.
13204
13205         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13206         subdirectory to icon file names.
13207
13208         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13209
13210 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13211
13212         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13213         gmm-image-load-path calls.
13214
13215         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13216
13217         * message.el (message-make-tool-bar): Ditto.
13218
13219         * mml.el (mml-preview): Add comment concerning tool bar icons.
13220
13221         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13222         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13223
13224         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13225         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13226
13227         * message.el (message-tool-bar-gnome): Use new icon names.
13228         (message-make-tool-bar): Use `gmm-image-load-path'.
13229
13230         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13231         New functions from MH-E.
13232         (gmm-image-load-path): New variable from MH-E.
13233         (gmm-image-load-path): New function from MH-E.  Add arguments
13234         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13235         *-image-load-path-called-flag.
13236
13237 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13238
13239         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13240
13241 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13242
13243         * nnimap.el (nnimap-request-move-article): Change folder back to
13244         source group before deleting.
13245
13246 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13247
13248         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13249
13250         * gnus-art.el (mm-url-insert-file-contents-external):
13251         Autoload mm-url.
13252
13253         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13254
13255 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13258         coding system which mm-charset-to-coding-system returns for a
13259         given charset is valid.
13260
13261 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13262
13263         * html2text.el (html2text-remove-tag-list):
13264         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13265
13266 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13267
13268         * gnus-cus.el: Revert 2005-10-17 change.
13269
13270 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13271
13272         * gnus-art.el (article-strip-banner):
13273         Call article-really-strip-banner only when the regexp match is made.
13274
13275 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13276
13277         * gnus-art.el (article-strip-banner):
13278         Use gnus-extract-address-components instead of
13279         mail-header-parse-addresses to make it work with non-ASCII text;
13280         remove mail-encode-encoded-word-string.
13281
13282         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13283         values which are surrounded with \"...\"; make it never cause a
13284         Lisp error; give up parsing of parameters if it failed in
13285         extracting type.
13286
13287 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13288
13289         * smime.el (smime-cert-by-ldap-1): Fix bug where
13290         `smime-ldap-search' returns results without userCertificates.
13291
13292 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13295
13296 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13297
13298         * spam.el (spam-check-spamassassin-headers): Adapt format for
13299         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13300         <ari@mbf.ocn.ne.jp>.
13301         (spam-list-of-processors): Add spam-use-gmane.
13302
13303 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13304
13305         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13306         make-temp-file; make it work with XEmacs as well.
13307
13308         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13309         mm-make-temp-file.
13310
13311         * mm-decode.el (mm-display-external): Use the 3rd arg of
13312         mm-make-temp-file.
13313         (mm-create-image-xemacs): Ditto.
13314
13315 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13318         with message-narrow-to-headers.
13319         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13320         (gnus-draft-check-draft-articles): New function.
13321         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13322
13323 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13324
13325         * gnus-art.el (gnus-article-browse-html-parts):
13326         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13327         Don't use suffix argument for mm-make-temp-file for Emacs 21
13328         compatibility.  Remove useless `format'.
13329
13330 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13331
13332         * nnweb.el (nnweb-google-wash-article): Update regexps.
13333         (nnweb-group-alist): Use defvoo instead of defvar.
13334
13335 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13338         re-loading nn* modules.
13339
13340 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13341
13342         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13343         for `tool-bar-mode' and don't check it's default-value.
13344
13345         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13346
13347         * message.el (message-make-tool-bar): Ditto.
13348
13349         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13350         `substring'.  Shorten tmp-file name.
13351
13352         * gnus.el: Remove bogus comment.
13353
13354 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13355
13356         * gnus-art.el (gnus-article-browse-html-parts): New function.
13357         (gnus-article-browse-html-article): New function for viewing html
13358         articles with a browser.
13359
13360 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13361
13362         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13363         in elisp.
13364         (pgg-gpg-encrypt-symmetric-region): Ditto.
13365         (pgg-gpg-sign-region): Ditto.
13366
13367         * pgg-def.el (pgg-text-mode): New variable.
13368
13369         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13370         (mml2015-pgg-encrypt): Ditto.
13371
13372         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13373         (mml1991-pgg-encrypt): Ditto.
13374
13375 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13376
13377         * nnfolder.el (nnfolder-insert-newsgroup-line):
13378         Use message-make-date instead of current-time-string.
13379
13380         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13381         to gnus-decoded which mm-uu might set.
13382
13383 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13386         don't decode quoted parameters; remove misimported Emacs code.
13387         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13388         (rfc2231-decode-encoded-string): Don't use split-string which
13389         behaves differently according to Emacs version; use
13390         mm-decode-coding-region to convert charset to coding-system.
13391         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13392         (rfc2231-encode-string): Remove misimported Emacs code.
13393
13394 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13397         when calling mail-header-parse-content-type.
13398         (article-de-quoted-unreadable): Ditto.
13399         (article-de-base64-unreadable): Ditto.
13400         (article-wash-html): Ditto.
13401
13402         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13403         calling mail-header-parse-content-type and
13404         mail-header-parse-content-disposition.
13405         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13406         mail-header-parse-content-type.
13407
13408         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13409         insert charset and format parameters; encode description after
13410         inserting it to buffer.
13411         (mml-insert-parameter): Fold lines properly even if a parameter is
13412         segmented into two or more lines; change the max column to 76.
13413
13414         * rfc1843.el (rfc1843-decode-article-body): Don't use
13415         ignore-errors when calling mail-header-parse-content-type.
13416
13417         * rfc2231.el (rfc2231-parse-string): Return at least type if
13418         possible; don't cause an error even if it fails in parsing of
13419         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13420         (rfc2231-encode-string): Don't break lines at the beginning, leave
13421         it to mml-insert-parameter.
13422
13423         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13424         calling mail-header-parse-content-type.
13425
13426 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13427
13428         * spam-report.el (spam-report-gmane-use-article-number):
13429         Improve doc string.
13430         (spam-report-gmane-internal): Check if a suitable header was found
13431         in the article.
13432
13433 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13436         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13437
13438 2006-02-05  Romain Francoise  <romain@orebokech.com>
13439
13440         Update copyright notices of all files in the gnus directory.
13441
13442 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13443
13444         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13445
13446 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13449         segmented lines of parameter value to cope with Thunderbird 1.5
13450         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13451         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13452         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13453
13454 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13455
13456         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13457         parts.
13458
13459 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13460
13461         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13462         there's only one active file for all servers.
13463         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13464         solid groups.  Gnus might have used a FAST request to select the group.
13465         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13466         and nnweb-search redundantly in the active file.
13467         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13468         (nnweb-request-create-group): Don't use ARGS.
13469         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13470         initialisations.  Let nnoo do the work.
13471
13472 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13475         Say the part has been decoded.
13476
13477         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13478
13479 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13480
13481         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13482         mailcap-viewer-test-cache when there's no 'test clause, since that
13483         will invert the meaning of a "nil" test previously determined by
13484         mailcap-mailcap-entry-passes-test.
13485
13486 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13487
13488         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13489         compiling.
13490
13491         * gnus-sum.el: Ditto.
13492
13493         * message.el: Don't bind tool-bar-map when compiling.
13494
13495 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13496
13497         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13498
13499 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13500
13501         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13502         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13503         current Google Groups.
13504
13505 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13506
13507         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13508         and tool-bar-mode.
13509
13510         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13511         and tool-bar-mode.
13512
13513         * message.el (message-tool-bar-update): Simplify.
13514         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13515
13516         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13517         gnus-summary-buffer.
13518         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13519         gnus-summary-reply.
13520
13521         * gmm-utils.el (gmm): Add :version.
13522
13523 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13524
13525         * Makefile.in (clean): New rule.
13526         (distclean): Use it.
13527
13528 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13529
13530         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13531         Don't autoload.
13532
13533 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * gmm-utils.el (gmm-verbose): Add :group.
13536
13537 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13538
13539         * message.el: Change some comments WRT tool-bars.
13540
13541         * gnus-sum.el (gnus-summary-tool-bar)
13542         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13543         (gnus-summary-tool-bar-zap-list): New variables.
13544         (gnus-summary-make-tool-bar): Complete rewrite using
13545         `gmm-tool-bar-from-list'.
13546
13547         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13548         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13549         New variables.
13550         (gnus-group-make-tool-bar): Complete rewrite using
13551         `gmm-tool-bar-from-list'.
13552         (gnus-group-tool-bar-update): New function.
13553
13554         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13555
13556 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13557
13558         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13559         is dissected into a single part of which the type is the same as
13560         the given one; decode charset.
13561
13562 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13563
13564         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13565         into alists as symbol not string, since that's what
13566         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13567         look for.
13568
13569 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13570
13571         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13572         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13573
13574         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13575
13576 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13577
13578         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13579         (gnus-xmas-mime-security-button-menu): New function.
13580
13581         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13582         (gnus-mime-security-button-menu): New definition.
13583         (gnus-mime-security-button-map): Use them.
13584         (gnus-mime-security-button-menu): New function.
13585         (gnus-insert-mime-security-button): Addition to help echo.
13586         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13587         (gnus-mime-security-pipe-part): New functions.
13588
13589         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13590         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13591
13592         * mm-decode.el (mm-handle-set-disposition): Remove.
13593         (mm-handle-set-description): Remove.
13594
13595 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13596
13597         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13598         (mm-w3m-standalone-supports-m17n-p): New function.
13599         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13600         w3m usage.
13601
13602         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13603         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13604
13605 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13606
13607         * message.el (message-tool-bar-zap-list):
13608         Use gmm-tool-bar-zap-list as custom type.
13609         (message-tool-bar-update): New function.
13610         (message-tool-bar, message-tool-bar-gnome)
13611         (message-tool-bar-retro): Add message-tool-bar-update.
13612         (message-tool-bar-gnome): Add flyspell-buffer.
13613
13614         * gnus-util.el (gnus-error): Describe `args'.
13615
13616         * gmm-utils.el (gmm-error): Describe `args'.
13617         (gmm-tool-bar-zap-list): New widget.
13618         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13619
13620 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13623         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13624         the number of recursive calls.
13625
13626         * mm-decode.el (mm-handle-set-disposition): New macro.
13627         (mm-handle-set-description): New macro.
13628
13629 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13632         encoding.
13633
13634 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13635
13636         * message.el (message-tool-bar-zap-list, message-tool-bar)
13637         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13638         (message-tool-bar-local-item-from-menu): Remove.
13639         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13640         (message-make-tool-bar): New function.
13641         (message-mode): Use `message-make-tool-bar'.
13642
13643         * gmm-utils.el: New file.
13644         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13645         (gmm-lazy): New widget copied from `nnmail.el'.
13646         (gmm-tool-bar-from-list): New function for creating customizable
13647         tool bars.
13648         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13649         output.
13650         (gmm): Add :prefix to defgroup.
13651
13652 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13653
13654         * gmm-utils.el (gmm-widget-p): New function.
13655
13656 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13657
13658         * mml.el (mml-attach-file): Describe `description' in doc string.
13659         (mml-menu): Add Emacs MIME manual and PGG manual.
13660
13661 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13662
13663         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13664
13665 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13666
13667         * nntp.el (nntp-end-of-line): Doc fix.
13668
13669 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13670
13671         * imap.el (imap-open): Handle case where buffer is a buffer
13672         object.
13673
13674 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13675
13676         * gnus-delay.el (gnus-delay): Don't autoload.
13677         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13678         to be re-loaded when customizing the `gnus-delay' group.
13679
13680 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13681
13682         * message.el (message-insert-citation-line): Use newlines.
13683
13684 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13685
13686         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13687         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13688         these routines, so the passphrase can be managed externally and
13689         passed in to the system.
13690         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13691         pgg-add-passphrase-to-cache function.
13692
13693         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13694         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13695         these routines, so the passphrase can be managed externally and
13696         passed in to the system.
13697         (pgg-pgp5-sign-region): Use new name of
13698         pgg-add-passphrase-to-cache function.
13699
13700 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13701
13702         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13703         part of the decoded armor to find the key-identifier.
13704         (pgg-gpg-lookup-key-owner): New function to return the
13705         human-readable identifier of a key owner.
13706         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13707         itself.
13708         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13709         the key value) if we have a key and can match it against a secret
13710         key.  Also, added a note pointing out fact that the prompt only
13711         indicates the first matching key.
13712
13713         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13714         pgg-decrypt-region.
13715         (pgg-add-passphrase-to-cache): Rename from
13716         `pgg-add-passphrase-cache' to reduce confusion (all callers
13717         changed).
13718         (pgg-remove-passphrase-from-cache): Rename from
13719         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13720         changed).
13721         (pgg-read-passphrase, pgg-add-passphrase-cache)
13722         (pgg-remove-passphrase-cache): Add informative docstrings.
13723         (pgg-decrypt): Convey provided passphrase in subordinate call to
13724         pgg-decrypt-region.
13725
13726 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13727
13728         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13729         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13730         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13731         'passphrase' argument, so the passphrase can be managed externally
13732         and then passed in to the system.
13733
13734         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13735         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13736         so the passphrase cache can be used reliably with identifiers
13737         besides a pgp packet's key id.
13738
13739         * pgg-gpg.el (pgg-gpg-encrypt-region)
13740         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13741         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13742         these routines, so the passphrase can be managed externally and
13743         passed in to the system.
13744
13745         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13746         'notruncate' argument, so the passphrase cache can be used
13747         reliably with identifiers besides a pgp packet's key id.
13748
13749 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13750
13751         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13752         symmetric encryption.
13753         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13754         encrypted session key.
13755         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13756         message ask for the passphrase in a proper way.
13757
13758         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13759         New user commands for symmetric encryption.
13760
13761 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13762
13763         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13764
13765         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13766
13767 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13768
13769         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13770
13771 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * mm-decode.el (mm-inlined-types): Add application/pgp.
13774         (mm-automatic-display): Ditto.
13775
13776         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13777         part as text.
13778
13779 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13780
13781         * nnrss.el: Update copyright.
13782         (nnrss-opml-import): Query whether to subscribe to each entry.
13783
13784         * gnus-art.el:
13785         * gnus-sum.el:
13786         * gnus-xmas.el:
13787         * messagexmas.el:
13788         * mm-uu.el:
13789         * mm-view.el: Update copyright.
13790
13791 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13792
13793         * message.el (message-info): New function.
13794         (message-mode-menu): Add it.
13795         Update copyright.
13796
13797         * ChangeLog: Fix and update copyright.
13798
13799 2006-01-13  Romain Francoise  <romain@orebokech.com>
13800
13801         * message.el (message-forward-subject-name-subject): Prefer the
13802         address to 'nowhere' if the sender has no name.
13803         Fix typo.  Update copyright year.
13804
13805 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13806
13807         * gnus-art.el (article-wash-html):
13808         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13809         (gnus-article-wash-html-with-w3m-standalone): New function.
13810
13811         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13812         mm-inline-text-html-render-with-w3m-standalone.
13813         (mm-text-html-washer-alist): Map w3m-standalone to
13814         gnus-article-wash-html-with-w3m-standalone.
13815         (mm-inline-text-html-render-with-w3m-standalone): New function.
13816
13817 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13818
13819         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13820         Improve LaTeX.
13821
13822 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13825         (nnrss-request-article): Render text/plain parts as HTML.
13826
13827         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13828         the buffer.
13829
13830 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13831
13832         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13833         custom definition of `gnus-posting-styles'.
13834
13835         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13836         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13837
13838 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13839
13840         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13841         Use nntp for bug archive.
13842
13843 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13844
13845         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13846         parts.
13847         (nnrss-normalize-date): New function converts ISO 8601 date into
13848         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13849         (nnrss-check-group): Use it.
13850
13851 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13854
13855         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13856         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13857         (nnrss-insert-w3): Ditto.
13858
13859 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13860
13861         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13862         the articles to be forwarded including the case where neither a
13863         number of articles nor a region is specified.
13864
13865 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * nnrss.el (nnrss-request-article): Fix last change; fill
13868         text/plain parts.
13869
13870 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13873         in text/plain part.
13874         (nnrss-check-group): Don't add excessive newline to dc:subject.
13875
13876 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13877
13878         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13879         article.
13880
13881 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13882
13883         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13884         (nnml-use-compressed-files, nnml-save-mail): Support other
13885         comression programs such as bzip2.
13886
13887 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13888
13889         * dns.el (query-dns): Make sure we check the buffer size before
13890         removing tcp headers.
13891
13892 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13895         remove MIME buttons associated with multipart/alternative parts.
13896         (gnus-mime-display-alternative): Tag buttons using `article-type'
13897         text property.
13898
13899         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13900         associated with multipart/alternative parts.
13901
13902         * gnus-art.el (gnus-signature-separator): Fix custom type.
13903
13904         * mm-decode.el (mm-inlined-types): Fix custom type.
13905         (mm-keep-viewer-alive-types): Ditto.
13906         (mm-automatic-display): Ditto.
13907         (mm-attachment-override-types): Ditto.
13908         (mm-inline-override-types): Ditto.
13909         (mm-automatic-external-display): Ditto.
13910
13911 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13912
13913         * spam-report.el (spam-report-user-mail-address)
13914         (spam-report-user-agent): New variables.
13915         (spam-report-url-ping-plain): Use spam-report-user-agent.
13916
13917 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13918
13919         * gnus-art.el (gnus-button-handle-custom): Do not just use
13920         `customize-apropos' for any "M-x customize-*" button but the
13921         function called for.  Accept both the function name and its
13922         argument in order to achieve this.
13923         (gnus-button-alist): Remove support for "custom:" URL's.
13924         Pass function name to `gnus-button-handle-custom' in case of "M-x
13925         customize-*" buttons.
13926
13927 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13930         multipart/alternative and add xref to mm-discouraged-alternatives
13931         in doc string.
13932
13933         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13934         gnus-buttonized-mime-types in doc string.
13935
13936 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13937
13938         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13939         Suggest image/.* in the doc string.
13940
13941 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13942
13943         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13944         message-marks (Debian bug #342521).
13945
13946 2005-12-12  Simon Josefsson  <jas@extundo.com>
13947
13948         * password.el (password-read-from-cache): Add.
13949         (password-read): Use it.
13950
13951 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * rfc2047.el (rfc2047-charset-to-coding-system):
13954         Recognize us-ascii as a MIME charset.
13955
13956         * mm-bodies.el (mm-decode-content-transfer-encoding):
13957         Protect against the case where the 2nd arg TYPE is nil.
13958
13959 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13960
13961         * pop3.el (pop3-stream-type): Fix custom version.
13962
13963         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13964
13965 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13966
13967         * mm-decode.el (mm-display-external): Add missing cdr.
13968
13969 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13972         RFC1524) if it is in mailcap or add a suffix according to
13973         mailcap-mime-extensions when generating a temp filename; postpone
13974         deleting a temp file for 2 seconds for some wrappers, shell
13975         scripts, and so on, which might exit right after having started a
13976         viewer command as a background job.
13977
13978 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13979
13980         * nntp.el (nntp-marks-directory): Fix custom group.
13981
13982         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13983         steps when < 10.
13984
13985         * gnus-start.el (gnus-no-server-1):
13986         Mention `gnus-level-default-subscribed' in doc string.
13987
13988 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13989
13990         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13991         parens.
13992
13993 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * gnus-xmas.el (gnus-use-toolbar): Revert.
13996         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13997         gnus-use-toolbar is default.
13998
13999         * messagexmas.el (message-use-toolbar): Revert.
14000         (message-setup-toolbar): Use global default-toolbar if
14001         message-use-toolbar is default.
14002
14003 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14006         according to default-toolbar-visible-p.
14007
14008         * messagexmas.el (message-use-toolbar): Ditto.
14009
14010 2005-11-26  Dave Love  <fx@gnu.org>
14011
14012         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14013         (tls-program, tls-success): Provide openssl alternative.
14014
14015         * starttls.el: Doc fixes.
14016         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14017         SERVICE to PORT.
14018
14019         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14020         port null or service name.
14021         (starttls-negotiate): Autoload.
14022
14023 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14024
14025         * message.el (message-kill-to-signature): Fix interactive spec.
14026
14027 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14028
14029         * pop3.el (pop3-open-server): Recognize a string as a service name.
14030
14031 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14032
14033         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14034
14035 2005-11-23  Dave Love  <fx@gnu.org>
14036
14037         Add pop3s, pop3/starttls.
14038
14039         * pop3.el (pop3-authentication-scheme): Clarify doc.
14040         (open-tls-stream, starttls-open-stream): Autoload.
14041         (pop3-stream-type): New.
14042         (pop3-open-server): Use it.
14043
14044         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14045         for POP.
14046         (mail-source-keyword-map): Add :stream for POP.
14047         (mail-source-fetch-pop): Use pop3-stream-type.
14048
14049 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14052         of current-time-string.
14053
14054 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14055
14056         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14057         date header.
14058
14059 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14060
14061         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14062         it can seriously impact performance as it bypasses the agent's
14063         local caches.
14064
14065 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14066
14067         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14068         must be explicitly online rather than "not explicitly offline" for
14069         its flags to be synchronized.
14070
14071         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14072         that gnus-uu-unmark-thread will function correctly.
14073
14074         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14075         1024K is instead displayed as 1M.
14076
14077 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14078
14079         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14080
14081 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14082
14083         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14084
14085 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14086
14087         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14088         error message to display actual error condition.
14089         (gnus-agent-save-local): Avoid saving symbols that are bound to
14090         nil as they simply result in a warning message in
14091         gnus-agent-read-local.
14092
14093 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14096         rather than make-variable-buffer-local for file-precious-flag.
14097
14098 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14099
14100         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14101         for duplicates which are removed.  The invalid sort check then
14102         triggers a rescan after the sort as sorting may have moved
14103         duplicate entries such that they can be cheaply detected.
14104
14105 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14106
14107         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14108
14109 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14110
14111         * gnus-agent.el (gnus-agent-article-alist-save-format):
14112         Change internal variable to a custom variable.  Change default value
14113         from compressed(2) to uncompressed(1).
14114         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14115         support for uncompressed agentview files.  Taken together, reading
14116         the agentview file should now be 6-7 times faster.
14117
14118 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14119
14120         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14121         as a buffer-local variable.  This avoids creating truncated
14122         dribble files as a result of a hang up, eg.
14123
14124 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14125
14126         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14127         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14128         XEmacs.
14129
14130 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14131
14132         * gnus-start.el (gnus-start-draft-setup):
14133         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14134
14135         * gnus.el (gnus-splash): Change custom group.
14136         (gnus-group-get-parameter, gnus-group-parameter-value):
14137         Describe allow-list argument.
14138
14139         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14140         string.
14141
14142 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14143
14144         * gnus-art.el (gnus-default-article-saver): Add user-defined
14145         `function' to custom type.
14146
14147 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14148
14149         * imap.el (imap-open): Handle case where buffer is a buffer
14150         object.
14151
14152 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14153
14154         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14155         long lines.
14156         (gnus-cache-delete-group): Wrap doc strings.
14157
14158         * gnus-agent.el (gnus-agent-rename-group)
14159         (gnus-agent-delete-group): Wrap doc strings.
14160
14161 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14162
14163         * messagexmas.el (message-use-toolbar): Change the valid values
14164         into default, top, bottom, left, and right.
14165         (message-toolbar-thickness): New variable.
14166         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14167         well.
14168         (message-setup-toolbar): Make it work.
14169
14170         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14171         (gnus-use-toolbar): Change the valid values into default, top,
14172         bottom, left, and right.
14173         (gnus-toolbar-thickness): New variable.
14174         (gnus-xmas-setup-toolbar): New function.
14175         (gnus-xmas-setup-group-toolbar): Use it.
14176         (gnus-xmas-setup-summary-toolbar): Use it.
14177
14178 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14179
14180         * gnus-start.el (gnus-1): Add "native" to
14181         gnus-predefined-server-alist.
14182
14183         * gnus.el (gnus-method-to-server): Don't add "native" to the
14184         lists here, because that leads to problems when
14185         gnus-select-method is bound.
14186
14187 2005-11-09  Simon Josefsson  <jas@extundo.com>
14188
14189         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14190         use (not sort-by-date) instead.
14191
14192 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14193
14194         * gnus-delay.el (gnus-delay-group): Don't autoload.
14195         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14196         to be re-loaded when customizing the `gnus-delay' group.
14197
14198 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14199
14200         * message.el: Revert last changes.
14201         (message-insert-citation-line): Use newlines.
14202
14203 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14204
14205         * message.el (message-courtesy-message)
14206         (message-mark-insert-begin, message-mark-insert-end)
14207         (message-elide-ellipsis, message-cancel-message)
14208         (message-add-header, message-change-subject)
14209         (message-cross-post-followup-to-header)
14210         (message-cross-post-insert-note, message-reduce-to-to-cc)
14211         (message-widen-reply, message-delete-not-region)
14212         (message-kill-to-signature, message-insert-signature)
14213         (message-insert-importance-high, message-insert-importance-low)
14214         (message-insert-or-toggle-importance)
14215         (message-insert-disposition-notification-to)
14216         (message-indent-citation, message-yank-original)
14217         (message-cite-original-without-signature, message-cite-original)
14218         (message-insert-citation-line, message-position-on-field)
14219         (message-fix-before-sending, message-send-mail-partially)
14220         (message-send-mail, message-send-mail-with-sendmail)
14221         (message-send-mail-with-qmail, message-send-news)
14222         (message-check-news-header-syntax, message-generate-headers)
14223         (message-insert-courtesy-copy, message-fill-address)
14224         (message-fill-header, message-shorten-references)
14225         (message-setup-1, message-cancel-news)
14226         (message-forward-make-body-plain, message-forward-make-body-mime)
14227         (message-forward-make-body-mml, message-encode-message-body)
14228         (message-forward-make-body-digest-plain)
14229         (message-forward-make-body-digest-mime)
14230         (message-use-alternative-email-as-from): Insert `hard-newline'
14231         instead of ordinary newlines.
14232
14233 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * message.el (message-generate-headers): Downcase the argument
14236         given to message-check-element.
14237
14238 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14239
14240         * nntp.el (nntp-authinfo-rejected): New error condition.
14241         (nntp-wait-for): Use new error condition to signal authentication
14242         error.
14243         (nntp-retrieve-data): Rethrow new error condition to break out of
14244         recursive call to nntp-send-authinfo.
14245
14246 2005-11-08  Romain Francoise  <romain@orebokech.com>
14247
14248         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14249         (gnus-summary-exit-map): Bind to `Z p'.
14250         (gnus-summary-make-menu-bar): Add menu item.
14251
14252 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14253
14254         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14255         (gnus-treat-*): Add `first' in all doc strings.
14256
14257         * gnus-group.el (gnus-group-compact-group): Fix typo.
14258
14259 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14260
14261         * gnus.el (gnus-parameters-case-fold-search): New variable.
14262         (gnus-parameters-get-parameter): Use it.
14263
14264         * gnus-score.el (gnus-home-score-file): Doc fix.
14265
14266 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14267
14268         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14269
14270 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * mm-util.el (mm-special-display-p): New function.
14273
14274         * mml.el (mml-preview): Use it; doc fix.
14275
14276 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14277
14278         * imap.el (imap-open): Handle case where buffer is a buffer object.
14279
14280 2005-10-29  Romain Francoise  <romain@orebokech.com>
14281
14282         * message.el (message-fix-before-sending): Fix comment.
14283
14284 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14285
14286         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14287
14288 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14289
14290         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14291         Used in gnus-score.el.
14292
14293 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14294
14295         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14296
14297 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14298
14299         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14300         whitespace removed in revision 7.8.  Use concatenated string to
14301         protect trailing whitespace.
14302
14303 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14304
14305         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14306         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14307         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14308         Courier IMAP ("some version from 2004").  Mostly based on similar
14309         code in the same function.
14310
14311 2005-10-26  Didier Verna  <didier@xemacs.org>
14312
14313         * gnus-group.el (gnus-group-compact-group): Invalidate original
14314         article buffer.
14315         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14316         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14317         NOV database and in article itself.
14318         Invalidate article backlog.
14319
14320 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14321
14322         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14323
14324 2005-10-26  Simon Josefsson  <jas@extundo.com>
14325
14326         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14327         part of 2004-07-25 change.
14328
14329 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14330
14331         * message.el (message-display-completion-list): New function.
14332         (message-expand-group): Use it; make sure the Completions buffer
14333         is modifiable.
14334 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14335
14336         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14337         user-mail-name is an empty string.
14338
14339 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14340
14341         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14342         depending on gnus-score-decay-constant.
14343
14344         * encrypt.el (encrypt-insert-file-contents)
14345         (encrypt-write-file-contents): Don't use `gnus-message'.
14346
14347         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14348         arguments.
14349         (mm-uu-type-alist): Add message-marks and insert-marks.
14350         Pass arguments to mm-uu-verbatim-marks-extract.
14351         (mm-uu-hide-markers): New variable.
14352         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14353
14354         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14355         (gnus-convert-image-to-face-command): Use "convert" by default to
14356         allow other input image formats.
14357         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14358         accordingly.
14359
14360 2005-10-23  Simon Josefsson  <jas@extundo.com>
14361
14362         * imap.el (imap-gssapi-program): Align command line parameters
14363         with latest GNU SASL.
14364         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14365
14366 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14367
14368         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14369         HTML.
14370         (nnslashdot-request-article): Ditto.
14371
14372         * lpath.el (featurep): Add nobreak-char-display.
14373
14374 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14375
14376         * mail-source.el (mail-source-fetch-pop): Require pop3.
14377         (mail-source-check-pop): Ditto.
14378
14379 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14380
14381         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14382         errors.
14383
14384 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14385
14386         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14387         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14388
14389         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14390
14391         * mm-bodies.el (mm-decode-string):
14392         Call `mm-charset-to-coding-system' with allow-override argument.
14393
14394 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14395
14396         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14397         (rfc2047-charset-to-coding-system): New function.
14398         (rfc2047-decode-encoded-words): New function.
14399         (rfc2047-decode-region): Use them.
14400         (rfc2047-decode-cte): Remove.
14401         (rfc2047-parse-and-decode): Remove.
14402         (rfc2047-decode): Remove.
14403
14404 2005-10-15  Kenichi Handa  <handa@m17n.org>
14405
14406         * rfc2047.el (rfc2047-decode-cte): New function.
14407         (rfc2047-decode-region): Change the way to decode successive
14408         encoded-words: decode B- or Q-encoding in each encoded-word,
14409         concatenate them, and decode it as charset.
14410
14411 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * lpath.el: Fbind codepage-setup for XEmacs.
14414
14415 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14416
14417         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14418         widget-move-and-invoke.
14419         (gnus-custom-mode): Use gnus-custom-map.
14420
14421 2005-10-15  Bill Wohler  <wohler@newt.com>
14422
14423         * message.el (message-tool-bar-map): Rename image file from
14424         mail_send to mail/send.
14425
14426 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14427
14428         * message.el (message-expand-group): Pass the common
14429         prefix substring of completion to `display-completion-list'.
14430
14431 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14432
14433         * mml-sec.el (mml-secure-method): New internal variable.
14434         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14435         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14436         New functions using mml-secure-method.
14437
14438         * mml.el (mml-mode-map): Add key bindings for those functions.
14439         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14440         Harder <harder@myrealbox.com>.
14441         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14442         Goto end of message if point is the headers of the message.
14443
14444         * message.el (message-in-body-p): New function.
14445
14446         * assistant.el: Autoload gnus-util and netrc.
14447
14448         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14449         Use `mm-charset-override-alist' only when decoding.
14450
14451         * mm-bodies.el (mm-decode-body):
14452         Call `mm-charset-to-coding-system' with allow-override argument.
14453
14454         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14455         `filename' from Content-Disposition if Content-Type doesn't
14456         provide `name'.
14457         (gnus-mime-view-part-as-type): Set default instead of
14458         initial-input.
14459
14460 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14461
14462         * format-spec.el (format-spec): Propagate text properties of % spec.
14463
14464 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14465
14466         * gnus-art.el (gnus-treat-predicate): Add `first'.
14467
14468 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14469
14470         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14471         (mm-charset-override-alist): New variable.
14472         (mm-charset-to-coding-system): Use it.
14473         (mm-codepage-setup): New helper function.
14474         (mm-charset-eval-alist): New variable.
14475         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14476         Warn about unknown charsets.
14477
14478         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14479
14480 2005-10-04  David Hansen  <david.hansen@gmx.net>
14481
14482         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14483         (nnrss-check-group): Ditto.
14484
14485 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14486
14487         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14488         Rename x-gnus-verbatim to x-verbatim.
14489         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14490
14491         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14492         x-verbatim.
14493
14494         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14495
14496         * gnus-util.el (gnus-remove-duplicates): Remove.
14497
14498         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14499         instead of gnus-remove-duplicates.
14500
14501         * message.el (message-remove-duplicates): Remove.
14502         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14503         message-remove-duplicates.
14504
14505         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14506         available, else use implementation from `delete-dups'.
14507
14508         * message.el (message-insert-expires): New function.
14509         (message-mode-map): Add key binding.
14510         (message-mode-field-menu): Add menu entry.
14511         (message-mode): Document it.
14512         (message-make-expires-date): Use `message-make-date'.
14513
14514 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14515
14516         * message.el (message-make-expires-date): New function.
14517
14518 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14519
14520         * Makefile.in (list-installed-shadows): New entry.
14521         (install): Use it.
14522         (remove-installed-shadows): New entry.
14523
14524         * dgnushack.el (dgnushack-default-load-path): New variable.
14525         (dgnushack-find-lisp-shadows): New function.
14526         (dgnushack-remove-lisp-shadows): New function.
14527
14528 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * Makefile.in (install-el-elc): New entry.
14531         (install): Use it so that .el files are necessarily installed.
14532
14533 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14536
14537 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14538
14539         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14540         function rather than the diff-mode.el package.
14541         (mm-display-external): Use with-current-buffer.
14542         (mm-viewer-completion-map, mm-viewer-completion-map):
14543         Move initialization inside declaration.
14544
14545 2005-09-29  Simon Josefsson  <jas@extundo.com>
14546
14547         * spam.el: Load hashcash when compiling, to avoid warnings.
14548         Don't autoload mail-check-payment.
14549         (spam-check-hashcash): Define unconditionally, since hashcash.el
14550         is part of Gnus now.  Ignore errors from payment checking.
14551
14552 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14553
14554         * message.el (message-bold-region, message-unbold-region):
14555         Rename from `bold-region' and `unbold-region'.
14556
14557         * message.el: Remove useless autoloads.
14558
14559 2005-09-28  Simon Josefsson  <jas@extundo.com>
14560
14561         * message.el (message-use-idna): Default to t.
14562         (message-use-idna): Test whether encoding works too.  Doc fix.
14563
14564 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * nntp.el (nntp-warn-about-losing-connection): Remove.
14567
14568 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14569
14570         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14571         customizable.  Change default value.
14572         (mm-uu-diff-groups-regexp): Change default value.
14573         (mm-uu-type-alist): Add doc string.
14574         (mm-uu-configure): Add doc string.  Make it interactive.
14575         (mm-uu-tex-groups-regexp): New variable.
14576         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14577         (mm-uu-type-alist): Add LaTeX documents.
14578         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14579         of "text/verbatim".
14580         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14581
14582         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14583         instead of "text/verbatim".
14584
14585         * message.el (message-mark-inserted-region)
14586         (message-mark-insert-file): Use slrn style marks when called with
14587         prefix argument.
14588
14589 2005-09-27  Simon Josefsson  <jas@extundo.com>
14590
14591         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14592
14593 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14594
14595         * message.el (message-remove-duplicates): New function.
14596         Implementation borrowed from `gnus-remove-duplicates'.
14597         (message-idna-to-ascii-rhs): Also encode idna addresses in
14598         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14599         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14600         only ask about the same idna domain once per header and also tell
14601         in what header to replace the idna domain.
14602
14603         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14604         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14605         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14606         a header is decoded and not just the last one.
14607
14608 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14609
14610         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14611         has been decoded.
14612
14613         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14614         (mm-insert-part): Don't modify text if it has been decoded.
14615
14616         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14617         decoded.
14618
14619         * mm-view.el (mm-inline-text): Don't strip text props unless
14620         decoding enriched or richtext parts.
14621
14622 2005-09-25  Romain Francoise  <romain@orebokech.com>
14623
14624         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14625         * gnus-start.el (gnus-subscribe-interactively):
14626         * gnus-uu.el (gnus-uu-grab-articles):
14627         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14628         space.
14629
14630 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14631
14632         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14633         * mm-view.el (mm-view-pkcs7-decrypt):
14634         * gnus-sum.el (gnus-summary-limit-to-extra)
14635         (gnus-summary-respool-article, gnus-read-move-group-name):
14636         * gnus-score.el (gnus-summary-increase-score):
14637         * gnus-util.el (gnus-completing-read-with-default):
14638         * gnus-art.el (gnus-read-save-file-name)
14639         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14640         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14641         * message.el (message-check-news-header-syntax):
14642         Follow convention for reading with the minibuffer.
14643
14644 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14645
14646         * spam-report.el (spam-report-url-ping-plain):
14647         Use gnus-extended-version as User-Agent.
14648
14649         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14650         default value is nil.
14651
14652         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14653         (mm-uu-verbatim-marks-extract): New function.
14654         (mm-uu-extract): New face.
14655         (mm-uu-copy-to-buffer): Use it.
14656
14657         * spam-report.el (spam-report-gmane-ham): Rename from
14658         `spam-report-gmane-unspam'.
14659         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14660         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14661
14662         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14663         Autoload.
14664         (spam-report-gmane-unregister-routine):
14665         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14666
14667 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14668
14669         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14670         (spam-report-gmane-unregister-routine): Add support for gmane
14671         unregistration.
14672
14673         * spam-report.el (spam-report-gmane-unspam)
14674         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14675         (spam-report-gmane): Change to take a single article and do unspam
14676         registration.
14677
14678 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14679
14680         * mm-url.el (mm-url-decode-entities): Fix regexp.
14681
14682 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14683
14684         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14685         default to nil, to be able to use Gnus at all.  If the default
14686         switches to something else, then the function should be fixed not
14687         be exceedingly slow.
14688
14689 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14690
14691         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14692         fail hard.
14693
14694         * spam-report.el: Add better Keywords line.
14695
14696         * spam.el: Add Maintainer and better Keywords line.
14697
14698 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14699
14700         * gnus-art.el (gnus-article-replace-part)
14701         (gnus-mime-replace-part): New functions.
14702         (gnus-mime-action-alist, gnus-mime-button-commands)
14703         (gnus-mime-save-part-and-strip): Add file argument.
14704         (gnus-article-part-wrapper): Add interactive argument.
14705
14706         * gnus-sum.el (gnus-summary-mime-map):
14707         Add `gnus-article-replace-part'.
14708
14709 2005-09-19  Didier Verna  <didier@xemacs.org>
14710
14711         The nnml compaction feature:
14712         * nnml.el (nnml-request-compact-group): New function.
14713         * nnml.el (nnml-request-compact): New function.
14714         * gnus-int.el (gnus-request-compact-group): New function.
14715         * gnus-int.el (gnus-request-compact): New function.
14716         * gnus-group.el (gnus-group-compact-group): New function.
14717         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14718         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14719         * gnus-srvr.el (gnus-server-compact-server): New function.
14720         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14721         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14722
14723 2005-09-18  Deepak Goel  <deego@gnufans.org>
14724
14725         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14726         format spec.
14727
14728 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14731
14732 2005-09-15  Romain Francoise  <romain@orebokech.com>
14733
14734         * message.el (message-fill-paragraph): Clarify docstring.
14735
14736 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * gnus-art.el (gnus-mime-display-part): Protect against broken
14739         MIME messages.
14740
14741 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14744         before parsing header.
14745
14746 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14747
14748         * html2text.el (html2text-replace-list): Add new entities.
14749
14750 2005-09-11  Romain Francoise  <romain@orebokech.com>
14751
14752         * message.el (message-alternative-emails): Improve docstring.
14753         (message-setup-1): Call `message-use-alternative-email-as-from'
14754         after `message-setup-hook' to give it precedence over posting
14755         styles, etc.
14756         (message-use-alternative-email-as-from): Add docstring.
14757         Remove the original From header if present.
14758
14759         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14760         (nnml-save-mail): Use it.
14761
14762         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14763         articles.  Add new argument `silent'.
14764         (gnus-uu-mark-all): Report the total number of marked articles.
14765
14766 2005-09-10  Romain Francoise  <romain@orebokech.com>
14767
14768         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14769         (gnus-uu-mark-series): Likewise.
14770
14771 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * spam-report.el (spam-report-gmane): Fix generation of spam
14774         report URL.
14775
14776 2005-09-10  Simon Josefsson  <jas@extundo.com>
14777
14778         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14779         t, based on discussion on the ding list with Robert Epprecht
14780         <epprecht@solnet.ch>.
14781
14782 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14783
14784         * spam-report.el (spam-report-gmane): Make it work without
14785         X-Report-Spam header.  Gmane now only provides Archived-At.
14786         This is only used if `spam-report-gmane-use-article-number' is nil.
14787         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14788
14789         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14790         make `gnus-summary-sort-by-recipient' work with threading.
14791
14792         * nnweb.el (nnweb-google-wash-article): Print a message if article
14793         is not available.
14794
14795 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14796
14797         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14798         change.  Decode text/* parts content before displaying.
14799
14800 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14801
14802         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14803
14804 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14807
14808         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14809         url-package-name, url-package-version,
14810         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14811         w3m-display-inline-images, and w3m-minor-mode-map.
14812
14813 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14814
14815         * message.el (message-tab-body-function): Fix mismatched custom type.
14816
14817         * gnus.el (gnus-group-change-level-function): Ditto.
14818
14819         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14820
14821         * gnus-art.el (gnus-signature-limit)
14822         (gnus-article-mime-part-function): Ditto.
14823
14824 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14825
14826         * mml.el (mml-mode): Silence the byte compiler.
14827
14828         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14829         using `(sit-for 0)' before moving the point to the specified part;
14830         skip unbuttonized parts.
14831         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14832         return to the summary window if gnus-auto-select-part is non-nil.
14833
14834 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14835
14836         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14837         New variables.
14838         (mml-dnd-attach-file, mml-mode): Use them.
14839
14840         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14841         Make fetching article by MID work again for Google Groups.
14842         Add FIXME concerning gnus-group-make-web-group.
14843
14844         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14845         Don't depend on Gnus by using mail-extract-address-components if
14846         gnus-extract-address-components is not bound.
14847
14848 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14849
14850         * gnus-art.el (gnus-mime-display-security): Don't display the
14851         signature, but only the signed part.
14852
14853 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14854
14855         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14856
14857         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14858         list, not listp.
14859
14860 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14861
14862         * mm-encode.el (mm-encode-content-transfer-encoding):
14863         Likewise when encoding.
14864
14865         * mm-bodies.el (mm-decode-content-transfer-encoding):
14866         De-canonicalize CRLF for all text content types, not just
14867         text/plain.
14868
14869 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14872         valid article; point arrow and cursor at the MIME button.
14873
14874 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14877         Suggested by Dan Christensen <jdc@uwo.ca>.
14878
14879         * mm-decode.el (mm-save-part): Enable change of prompt.
14880
14881 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14882
14883         * gnus-msg.el (gnus-inews-add-send-actions):
14884         Make `message-post-method' lambda parameter ARG `&optional'.
14885
14886 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14887
14888         * gnus-sum.el (gnus-summary-mime-map):
14889         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14890         gnus-article-jump-to-part.
14891
14892         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14893         (gnus-article-edit-part): Use it.
14894         (gnus-article-part-wrapper): Add no-handle argument.
14895         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14896         New functions.
14897
14898 2005-08-29  Romain Francoise  <romain@orebokech.com>
14899
14900         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14901         docstring.
14902         (gnus-face-from-file): Likewise.
14903
14904 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14905
14906         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14907         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14908         non-nil.
14909         (gnus-auto-select-part): New variable.
14910         (gnus-article-jump-to-part): New function.
14911         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14912         (gnus-mime-delete-part): Allow selecting specified part after
14913         deleting or stripping parts.
14914         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14915         part if argument is bogus.
14916
14917 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14918
14919         * gnus-art.el (w3m-minor-mode-map):
14920         * gnus-spec.el (gnus-newsrc-file-version):
14921         * gnus-util.el (nnmail-active-file-coding-system)
14922         (gnus-original-article-buffer, gnus-user-agent):
14923         * gnus.el (gnus-ham-process-destinations)
14924         (gnus-parameter-ham-marks-alist)
14925         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14926         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14927         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14928         * mm-decode.el (gnus-current-window-configuration):
14929         * mm-extern.el (gnus-article-mime-handles):
14930         * mm-url.el (url-current-object, url-package-name)
14931         (url-package-version):
14932         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14933         (smime-keys, w3m-cid-retrieve-function-alist)
14934         (w3m-current-buffer, w3m-display-inline-images)
14935         (w3m-minor-mode-map):
14936         * mml-smime.el (gnus-extract-address-components):
14937         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14938         (gnus-newsrc-hashtb, message-default-charset)
14939         (message-deletable-headers, message-options)
14940         (message-posting-charset, message-required-mail-headers)
14941         (message-required-news-headers):
14942         * mml1991.el (mc-pgp-always-sign):
14943         * mml2015.el (mc-pgp-always-sign):
14944         * nnheader.el (nnmail-extra-headers):
14945         * rfc1843.el (gnus-decode-encoded-word-function)
14946         (gnus-decode-header-function, gnus-newsgroup-name):
14947         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14948
14949 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14950
14951         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14952         the end of the date treatments.
14953
14954 2005-08-15  Simon Josefsson  <jas@extundo.com>
14955
14956         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14957         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14958         Capello and Romain Francoise.
14959         (pgg-fetch-key-function): Remove, not used?
14960         (pgg-insert-url-with-w3): Require url, to get
14961         url-insert-file-contents regardless of where it is defined.
14962
14963 2005-08-13  Romain Francoise  <romain@orebokech.com>
14964
14965         * message.el (message-cite-original-1): New function.
14966         (message-cite-original): Use it.
14967         (message-cite-original-without-signature): Ditto.
14968
14969 2005-08-08  Romain Francoise  <romain@orebokech.com>
14970
14971         * message.el (message-yank-empty-prefix): New variable.
14972         (message-indent-citation): Use it.
14973         (message-cite-original-without-signature): Respect X-No-Archive.
14974
14975 2005-08-08  Simon Josefsson  <jas@extundo.com>
14976
14977         * pgg.el: Autoload url-insert-file-contents instead of loading
14978         w3/url.
14979         (pgg-insert-url-with-w3): Don't load url here.
14980
14981 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14982
14983         * message.el (message-kill-to-signature): Don't insert newline at
14984         bol.
14985         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14986
14987 2005-08-06  Romain Francoise  <romain@orebokech.com>
14988
14989         * message.el (message-user-fqdn): Fix typo in docstring.
14990
14991 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14992
14993         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14994
14995         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14996
14997 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * mm-bodies.el (mm-encode-body): Use coding system rather than
15000         charset to encode text.
15001
15002         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15003         number of charsets if utf-8 is available (XEmacs).
15004
15005 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15006
15007         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15008         taken from `gnus-button-mid-or-mail-regexp'.
15009         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15010         (gnus-button-alist): Improve regexp for domain part of the MIDs
15011         for news:localpart@domain buttons.
15012         (gnus-button-ctan-directory-regexp): Update.
15013
15014 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * sieve-manage.el (sieve-manage-interactive-login):
15017         Use make-local-variable rather than make-variable-buffer-local.
15018         (sieve-manage-open): Ditto.
15019         (sieve-manage-authenticate): Ditto.
15020
15021         * mml.el (mml-generate-mime-1): Make the content type default to
15022         text/plain if the filename is not specified.
15023
15024 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15027         instead of insert-buffer.
15028
15029         * message.el (message-yank-original): Ditto; set the mark at the
15030         end of the yanked message.
15031
15032 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15035         lines to scroll rather than to stop it.
15036
15037         * mml.el (mml-generate-default-type): Add doc string.
15038         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15039         default to application/octet-stream when determining the content
15040         type if it is not specified for the part or the mml contents; add
15041         a comment about mml-generate-default-type.
15042
15043 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15046         make it default to application/octet-stream when determining the
15047         content type if it is not specified for the external contents.
15048
15049 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15050
15051         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15052         segmented parameter but also other parameters might be there.
15053
15054 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * mm-decode.el (mm-display-external): Delete temp file, directory
15057         and buffer immediately if the external process is exited.
15058
15059 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15062         fewer lines than that of scroll-margin.
15063         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15064
15065 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * gnus-art.el (gnus-article-next-page): Revert.
15068         (gnus-article-beginning-of-window): New macro.
15069         (gnus-article-next-page-1): Use it.
15070         (gnus-article-prev-page): Ditto.
15071         (gnus-article-edit-part): Use insert-buffer-substring instead of
15072         insert-buffer.
15073         (gnus-article-edit-exit): Ditto.
15074
15075         * gnus-util.el (gnus-beginning-of-window): Remove.
15076         (gnus-end-of-window): Remove.
15077
15078         * lpath.el: Don't bind header-line-format and scroll-margin.
15079
15080 2005-07-25  Simon Josefsson  <jas@extundo.com>
15081
15082         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15083         to have the url package without w3.  Reported by Daiki Ueno
15084         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15085
15086 2005-07-20  Didier Verna  <didier@xemacs.org>
15087
15088         * gnus-diary.el: Remove the description comment (nndiary is now
15089         properly documented in the Gnus manual).
15090         Fix the spelling of "Back End".
15091         * nndiary.el: Ditto.
15092         Fix the copyright notice.
15093
15094 2005-07-18  Romain Francoise  <romain@orebokech.com>
15095
15096         * gnus-sum.el (gnus-summary-to-prefix)
15097         (gnus-summary-newsgroup-prefix): New variables.
15098         (gnus-summary-from-or-to-or-newsgroups): Use them.
15099
15100 2005-07-17  Romain Francoise  <romain@orebokech.com>
15101
15102         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15103         space as it's generally not especially interesting to the user.
15104
15105 2005-07-16  Romain Francoise  <romain@orebokech.com>
15106
15107         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15108         nil to avoid prompting and file modification if one of the
15109         messages at the top of the nnfolder file contains a copyright
15110         notice.
15111         Update copyright notice.
15112
15113         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15114         instead of `current-time-string' as the latter creates a time
15115         string that is not RFC 2822 compliant (it lacks the zone).
15116         Update copyright notice.
15117
15118 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15119
15120         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15121         for text/rtf.  Display default in prompt.  Pass default for M-n.
15122
15123         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15124
15125 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15126
15127         * gnus-msg.el (gnus-button-mailto):
15128         Remove save-selected-window-window hackery because it relies on
15129         save-selected-window internals.
15130
15131 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15134         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15135         (gnus-article-prev-page): Ditto.
15136
15137         * gnus-util.el (gnus-beginning-of-window): New function.
15138         (gnus-end-of-window): New function.
15139
15140         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15141
15142 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15143
15144         * gnus-score.el (gnus-score-edit-all-score):
15145         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15146         gnus-message.
15147
15148 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15149
15150         * gnus-msg.el (gnus-button-mailto):
15151         Remove save-selected-window-window hackery because it relies on
15152         save-selected-window internals.
15153
15154 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15157         add-minor-mode.
15158         (gnus-binary-mode): Ditto.
15159
15160         * gnus-topic.el (gnus-topic-mode): Ditto.
15161
15162 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15163
15164         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15165         (gnus-article-prev-page): Take scroll-margin into consideration.
15166
15167 2005-07-04  Lute Kamstra  <lute@gnu.org>
15168
15169         Update FSF's address in GPL notices.
15170
15171 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15172
15173         * gnus.el (gnus-exit):
15174         * gnus-group.el (gnus-group-icons):
15175         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15176
15177         * gnus-nocem.el (gnus-nocem):
15178         * message.el (message-various, message-buffers, message-sending)
15179         (message-interface, message-forwarding, message-insertion)
15180         (message-headers, message-news, message-mail):
15181         * pgg-gpg.el (pgg-gpg):
15182         * pgg-parse.el (pgg-parse):
15183         * pgg-pgp.el (pgg-pgp):
15184         * pgg-pgp5.el (pgg-pgp5):
15185         * pop3.el (pop3): Finish `defgroup' description with period.
15186
15187 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * gnus-art.el (article-display-face): Improve the efficiency.
15190         (article-display-x-face): Ditto; remove grey x-face stuff.
15191
15192 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * gnus-art.el (article-display-face): Correct the position in
15195         which Faces are inserted.
15196
15197 2005-06-29  Didier Verna  <didier@xemacs.org>
15198
15199         * gnus-art.el (article-display-face): Display faces in correct
15200         order.
15201
15202 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15205         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15206         (gnus-nocem-check-article): Fetch the Type header.
15207         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15208         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15209         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15210         make sure gnus-nocem-hashtb is initialized.
15211         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15212         (gnus-nocem-unwanted-article-p): Ditto.
15213
15214         * pgg.el (pgg-verify): Return the verification result.
15215
15216 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15217
15218         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15219         is ascii.
15220
15221 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15222
15223         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15224         `show-nonbreak-escape'.
15225
15226 2005-06-23  Lute Kamstra  <lute@gnu.org>
15227
15228         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15229
15230         * dig.el (dig-mode):
15231         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15232
15233 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15234
15235         * nnimap.el (nnimap-split-download-body): Fix spellings.
15236
15237 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15238
15239         * gnus-art.el (gnus-article-encrypt-body):
15240         * gnus-cus.el (gnus-score-customize):
15241         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15242         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15243
15244 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15245
15246         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15247         header by looking for magic "MII" at the beginnig.
15248
15249 2005-06-16  Miles Bader  <miles@gnu.org>
15250
15251         * gnus-xmas.el (gnus-xmas-group-startup-message):
15252         Use renamed gnus-splash face.
15253
15254         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15255         (assistant-field-face): New backward-compatibility alias for renamed
15256         face.
15257         (assistant-render-text): Use renamed assistant-field face.
15258
15259         * spam.el (spam): Remove "-face" suffix from face name.
15260         (spam-face): New backward-compatibility alias for renamed face.
15261         (spam-face, spam-initialize): Use renamed spam face.
15262
15263         * message.el (message-header-to, message-header-cc)
15264         (message-header-subject, message-header-newsgroups)
15265         (message-header-other, message-header-name)
15266         (message-header-xheader, message-separator, message-cited-text)
15267         (message-mml): Remove "-face" suffix from face names.
15268         (message-header-to-face, message-header-cc-face)
15269         (message-header-subject-face, message-header-newsgroups-face)
15270         (message-header-other-face, message-header-name-face)
15271         (message-header-xheader-face, message-separator-face)
15272         (message-cited-text-face, message-mml-face):
15273         New backward-compatibility aliases for renamed faces.
15274         (message-font-lock-keywords): Use renamed message faces.
15275
15276         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15277         (sieve-test-commands, sieve-tagged-arguments):
15278         Remove "-face" suffix from face names.
15279         (sieve-control-commands-face, sieve-action-commands-face)
15280         (sieve-test-commands-face, sieve-tagged-arguments-face):
15281         New backward-compatibility aliases for renamed faces.
15282         (sieve-control-commands-face, sieve-action-commands-face)
15283         (sieve-test-commands-face, sieve-tagged-arguments-face):
15284         Use renamed sieve faces.
15285
15286         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15287         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15288         (gnus-group-news-3-empty, gnus-group-news-4)
15289         (gnus-group-news-4-empty, gnus-group-news-5)
15290         (gnus-group-news-5-empty, gnus-group-news-6)
15291         (gnus-group-news-6-empty, gnus-group-news-low)
15292         (gnus-group-news-low-empty, gnus-group-mail-1)
15293         (gnus-group-mail-1-empty, gnus-group-mail-2)
15294         (gnus-group-mail-2-empty, gnus-group-mail-3)
15295         (gnus-group-mail-3-empty, gnus-group-mail-low)
15296         (gnus-group-mail-low-empty, gnus-summary-selected)
15297         (gnus-summary-cancelled, gnus-summary-high-ticked)
15298         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15299         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15300         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15301         (gnus-summary-low-undownloaded)
15302         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15303         (gnus-summary-low-unread, gnus-summary-normal-unread)
15304         (gnus-summary-high-read, gnus-summary-low-read)
15305         (gnus-summary-normal-read, gnus-splash):
15306         Remove "-face" suffix from face names.
15307         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15308         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15309         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15310         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15311         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15312         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15313         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15314         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15315         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15316         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15317         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15318         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15319         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15320         (gnus-summary-normal-ticked-face)
15321         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15322         (gnus-summary-normal-ancient-face)
15323         (gnus-summary-high-undownloaded-face)
15324         (gnus-summary-low-undownloaded-face)
15325         (gnus-summary-normal-undownloaded-face)
15326         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15327         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15328         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15329         (gnus-splash-face):
15330         New backward-compatibility aliases for renamed faces.
15331         (gnus-group-startup-message): Use renamed gnus faces.
15332
15333         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15334         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15335         (gnus-server-agent): Remove "-face" suffix from face names.
15336         (gnus-server-agent-face, gnus-server-opened-face)
15337         (gnus-server-closed-face, gnus-server-denied-face)
15338         (gnus-server-offline-face):
15339         New backward-compatibility aliases for renamed faces.
15340         (gnus-server-agent-face, gnus-server-opened-face)
15341         (gnus-server-closed-face, gnus-server-denied-face)
15342         (gnus-server-offline-face): Use renamed gnus faces.
15343
15344         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15345         Remove "-face" suffix from face names.
15346         (gnus-picon-xbm-face, gnus-picon-face):
15347         New backward-compatibility aliases for renamed faces.
15348
15349         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15350         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15351         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15352         (gnus-cite-11): Remove "-face" suffix from face names.
15353         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15354         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15355         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15356         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15357         New backward-compatibility aliases for renamed faces.
15358         (gnus-cite-attribution-face, gnus-cite-face-list)
15359         (gnus-article-boring-faces): Use renamed gnus faces.
15360
15361         * gnus-art.el (gnus-signature, gnus-header-from)
15362         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15363         (gnus-header-content): Remove "-face" suffix from face names.
15364         (gnus-signature-face, gnus-header-from-face)
15365         (gnus-header-subject-face, gnus-header-newsgroups-face)
15366         (gnus-header-name-face, gnus-header-content-face):
15367         New backward-compatibility aliases for renamed faces.
15368         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15369
15370         * gnus-sum.el (gnus-summary-selected-face)
15371         (gnus-summary-highlight): Use renamed gnus faces.
15372         * gnus-group.el (gnus-group-highlight): Likewise.
15373
15374 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15375
15376         * gnus-sieve.el (gnus-sieve-article-add-rule):
15377         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15378         * spam-stat.el (spam-stat-buffer-change-to-spam)
15379         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15380
15381         * message.el (message-is-yours-p):
15382         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15383
15384 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15385
15386         * mm-view.el (mm-inline-text): Withdraw the last change.
15387
15388 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15391         executing enriched-decode.
15392
15393 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15396         charset of tar files.
15397
15398 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15399
15400         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15401
15402 2005-06-04  Lute Kamstra  <lute@gnu.org>
15403
15404         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15405         information is never recorded.
15406
15407 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15408
15409         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15410
15411 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * pop3.el (pop3-apop): Run md5 in the binary mode.
15414
15415         * starttls.el (starttls-set-process-query-on-exit-flag):
15416         Use eval-and-compile.
15417
15418 2005-05-31  Simon Josefsson  <jas@extundo.com>
15419
15420         * smime.el (smime-replace-in-string): Define.
15421         (smime-cert-by-ldap-1): Use it.
15422
15423 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15424
15425         * gnus-art.el (article-display-x-face): Replace
15426         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15427
15428         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15429         set-process-query-on-exit-flag or process-kill-without-query.
15430
15431         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15432         loop instead of replace-regexp.
15433
15434         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15435         instead of process-kill-without-query if it is available.
15436
15437         * lpath.el: Fbind ldap-search-entries.
15438
15439         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15440         instead of find-file-hooks if it is available.
15441
15442         * mml1991.el: Bind pgg-default-user-id when compiling.
15443
15444         * mml2015.el: Bind pgg-default-user-id when compiling.
15445
15446         * nndraft.el (nndraft-request-associate-buffer):
15447         Use write-contents-functions instead of write-contents-hooks if it is
15448         available.
15449
15450         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15451         instead of find-file-hooks if it is available.
15452
15453         * nntp.el (nntp-open-connection): Replace
15454         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15455         (nntp-open-ssl-stream): Ditto.
15456         (nntp-open-tls-stream): Ditto.
15457
15458         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15459         set-process-query-on-exit-flag or process-kill-without-query.
15460         (starttls-open-stream-gnutls): Use it instead of
15461         process-kill-without-query.
15462         (starttls-open-stream): Ditto.
15463
15464 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15465
15466         * smime.el (smime-cert-by-ldap-1): Don't use
15467         replace-regexp-in-string.
15468
15469 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15470
15471         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15472
15473         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15474         in PEM format.  Adjust to the XEmacs compability.
15475
15476 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15477
15478         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15479         by `string-to-number'.
15480         * gnus-agent.el (gnus-agent-regenerate-group)
15481         (gnus-agent-fetch-articles): Ditto.
15482         * gnus-art.el (gnus-button-fetch-group): Ditto.
15483         * gnus-cache.el (gnus-cache-generate-active)
15484         (gnus-cache-articles-in-group): Ditto.
15485         * gnus-group.el (gnus-group-set-current-level)
15486         (gnus-group-insert-group-line): Ditto.
15487         * gnus-score.el (gnus-score-set-expunge-below)
15488         (gnus-score-set-mark-below, gnus-summary-score-effect)
15489         (gnus-summary-score-entry): Ditto.
15490         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15491         (gnus-soup-pack): Ditto.
15492         * gnus-spec.el (gnus-xmas-format): Ditto.
15493         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15494         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15495         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15496         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15497         * nndb.el (nndb-get-remote-expire-response): Ditto.
15498         * nndiary.el (nndiary-parse-schedule-value)
15499         (nndiary-string-to-number, nndiary-request-replace-article)
15500         (nndiary-request-article): Ditto.
15501         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15502         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15503         * nneething.el (nneething-make-head): Ditto.
15504         * nnfolder.el (nnfolder-request-article)
15505         (nnfolder-retrieve-headers): Ditto.
15506         * nnheader.el (nnheader-file-to-number): Ditto.
15507         * nnkiboze.el (nnkiboze-request-article): Ditto.
15508         * nnmail.el (nnmail-process-unix-mail-format)
15509         (nnmail-process-babyl-mail-format): Ditto.
15510         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15511         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15512         (nnmh-request-create-group, nnmh-request-list-1)
15513         (nnmh-request-group, nnmh-request-article): Ditto.
15514         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15515         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15516         * nnsoup.el (nnsoup-make-active): Ditto.
15517         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15518         * nntp.el (nntp-find-group-and-number)
15519         (nntp-retrieve-headers-with-xover): Ditto.
15520         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15521         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15522         (pgg-format-key-identifier): Ditto.
15523         * pop3.el (pop3-last, pop3-stat): Ditto.
15524         * qp.el (quoted-printable-decode-region): Ditto.
15525
15526         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15527         of concat.
15528
15529 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15530
15531         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15532
15533         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15534
15535         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15536
15537         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15538
15539         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15540
15541         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15542
15543         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15544         (gnus-carpal-mode): Ditto.
15545
15546         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15547         (gnus-browse-mode): Ditto.
15548
15549         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15550
15551         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15552
15553 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15554
15555         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15556
15557 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15558
15559         * gnus-util.el (gnus-run-mode-hooks): New function.
15560
15561         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15562
15563         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15564         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15565
15566 2005-05-27  Lute Kamstra  <lute@gnu.org>
15567
15568         * dns-mode.el (dns-mode): Specify customization group.
15569
15570 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15571
15572         * gnus-agent.el (gnus-agent-make-mode-line-string):
15573         Use mode-line-highlight as mouse-face.
15574
15575 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15576
15577         * canlock.el (canlock): Change the parent group to news.
15578
15579         * deuglify.el (gnus-outlook-deuglify): Add :group.
15580
15581         * dig.el (dig): Add :group.
15582
15583         * dns-mode.el (dns-mode): Add :group.
15584
15585         * encrypt.el (encrypt): Add :group.
15586
15587         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15588         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15589         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15590         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15591         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15592
15593         * gnus-diary.el (gnus-diary): Add :group.
15594
15595         * gnus.el (gnus-group-news-1-face): Add :group.
15596         (gnus-group-news-1-empty-face): Ditto.
15597         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15598         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15599         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15600         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15601         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15602         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15603         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15604         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15605         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15606         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15607         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15608         (gnus-summary-high-ticked-face): Ditto.
15609         (gnus-summary-low-ticked-face): Ditto.
15610         (gnus-summary-normal-ticked-face): Ditto.
15611         (gnus-summary-high-ancient-face): Ditto.
15612         (gnus-summary-low-ancient-face): Ditto.
15613         (gnus-summary-normal-ancient-face): Ditto.
15614         (gnus-summary-high-undownloaded-face): Ditto.
15615         (gnus-summary-low-undownloaded-face): Ditto.
15616         (gnus-summary-normal-undownloaded-face): Ditto.
15617         (gnus-summary-high-unread-face): Ditto.
15618         (gnus-summary-low-unread-face): Ditto.
15619         (gnus-summary-normal-unread-face): Ditto.
15620         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15621         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15622
15623         * hashcash.el (hashcash): New custom group.
15624         (hashcash-default-payment): Add :group.
15625         (hashcash-payment-alist): Ditto.
15626         (hashcash-default-accept-payment): Ditto.
15627         (hashcash-accept-resources): Ditto.
15628         (hashcash-path): Ditto.
15629         (hashcash-extra-generate-parameters): Ditto.
15630         (hashcash-double-spend-database): Ditto.
15631         (hashcash-in-news): Ditto.
15632
15633         * message.el (message-minibuffer-local-map): Add :group.
15634
15635         * netrc.el (netrc): Add :group.
15636
15637         * sieve-manage.el (sieve-manage-log): Add :group.
15638         (sieve-manage-default-user): Diito.
15639         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15640         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15641         (sieve-manage-authenticators): Ditto.
15642         (sieve-manage-authenticator-alist): Ditto.
15643         (sieve-manage-default-port): Ditto.
15644
15645         * sieve-mode.el (sieve-control-commands-face): Add :group.
15646         (sieve-action-commands-face): Ditto.
15647         (sieve-test-commands-face): Ditto.
15648         (sieve-tagged-arguments-face): Ditto.
15649
15650         * smime.el (smime): Add :group.
15651
15652         * spam-report.el (spam-report): Add :group.
15653
15654         * spam.el (spam, spam-face): Add :group.
15655
15656 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15657
15658         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15659         return \n.\n.\n at the end of articles.  Protect against that.
15660         (nntp-with-open-group): Allow debugging.
15661
15662         * nnheader.el (mail-header-set-extra): Make into a function
15663         because I just could't understand how to quote the list properly.
15664
15665         * dns.el (query-dns-cached): New function.
15666
15667 2005-05-26  Lute Kamstra  <lute@gnu.org>
15668
15669         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15670
15671 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15674
15675         * gnus-art.el: Don't autoload mail-extract-address-components.
15676
15677         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15678         eval-and-compile to evaluate it.
15679
15680         * hashcash.el: Don't autoload executable-find.
15681
15682         * nndb.el: Don't declare the nndb back end two or more times; don't
15683         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15684
15685         * nntp.el: Autoload format-spec instead of format; use
15686         eval-and-compile to evaluate autoload forms.
15687
15688 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15689
15690         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15691
15692 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15693
15694         * gnus.el (gnus-version-number): Bump version.
15695
15696 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15697
15698         * gnus.el: No Gnus v0.3 is released.
15699
15700 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15701
15702         * lpath.el (featurep): Bind show-nonbreak-escape.
15703
15704 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15705
15706         * gnus-art.el (gnus-article-edit-part): Disable undo.
15707
15708 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15711         gnus-article-date-lapsed-new-header is t if date timer is active;
15712         skip headers in which the original date value is empty.
15713         (gnus-article-save-original-date): Redefine it as a macro.
15714         (gnus-display-mime): Use it.
15715
15716 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * gnus-art.el (article-date-ut): Support converting date in
15719         forwarded parts as well.
15720         (gnus-article-save-original-date): New function.
15721         (gnus-display-mime): Use it.
15722
15723 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15724
15725         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15726         enclosure element of <item>.
15727
15728 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15729
15730         * message.el (message-kill-buffer-query): Rename from
15731         `message-kill-buffer-query-if-modified'.  Add :version.
15732
15733 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15734
15735         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15736         window layout.
15737
15738 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15739
15740         * mml.el: Autoload dnd when compiling.
15741
15742 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15743
15744         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15745         x-dnd-*.
15746
15747 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * qp.el (quoted-printable-encode-region): Save excursion.
15750
15751 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15752
15753         * message.el (message-kill-buffer-query-if-modified): Add new variable
15754         so the user can kill a modified message buffer quickly.
15755         (message-kill-buffer): Use it.
15756
15757 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15758
15759         * lpath.el: Fbind display-time-event-handler; don't fbind
15760         string-to-multibyte.
15761
15762         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15763
15764 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15765
15766         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15767         contained in text because xml.el decodes entities) with LFs.
15768
15769 2005-04-11  Lute Kamstra  <lute@gnu.org>
15770
15771         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15772         differently.
15773
15774 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15775
15776         * mm-util.el (mm-detect-coding-region): Typo.
15777
15778 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15779
15780         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15781
15782 2005-04-06  Deepak Goel  <deego@gnufans.org>
15783
15784         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15785         user-function allow user modifications of the scores.
15786         (spam-stat-score-buffer-user): New function, to allow
15787         user-computed modifications to the score.
15788         (spam-stat-score-buffer-user-functions): List of additional
15789         scoring functions.
15790         (spam-stat-error-holder): Global temporary error holder.
15791         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15792         variable.
15793
15794 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15795
15796         * gnus-registry.el (gnus-registry-clean-empty-function)
15797         (gnus-registry-trim, gnus-registry-fetch-groups)
15798         (gnus-registry-delete-group): Groups that match
15799         `gnus-registry-ignored-groups' are removed from the registry
15800         entries, not just ignored for splitting.  This helps clean up the
15801         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15802         to get all the groups a message ID is in.
15803
15804         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15805         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15806         (spam-stat-score-buffer-user-functions): Add :number custom type.
15807
15808 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15811         argument in XEmacs.
15812
15813         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15814         (nnrss-request-group): Decode group name first.
15815         (nnrss-request-article): Make a text/plain article if mml-to-mime
15816         failed.
15817         (nnrss-get-encoding): Return a compatible encoding according to
15818         nnrss-compatible-encoding-alist.
15819         (nnrss-find-el): Use consp instead of listp.
15820         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15821
15822 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15823
15824         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15825         which Emacs 20 doesn't support.
15826         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15827
15828 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15829
15830         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15831         silence the byte compiler inside the defun.
15832
15833         * gnus-demon.el (parse-time-string): Add autoload.
15834
15835         * gnus-delay.el (parse-time-string): Add autoload.
15836
15837         * gnus-art.el (parse-time-string): Add autoload.
15838
15839         * nnultimate.el (parse-time): Require for `parse-time-string'.
15840
15841 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15842
15843         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15844
15845         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15846
15847         * smime.el (smime-ldap-host-list): Add :version.
15848
15849 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15850
15851         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15852         pass it to `gnus-browse-read-group'.
15853         (gnus-browse-read-group): Add NUMBER argument and pass it to
15854         `gnus-group-read-ephemeral-group'.
15855
15856         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15857         argument and pass it to `gnus-group-read-group'.
15858
15859 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15860
15861         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15862         mm-xemacs-find-mime-charset-1 if we have the mule feature
15863         available at runtime.
15864
15865 2005-03-25  Werner Lemberg  <wl@gnu.org>
15866
15867         * nnmaildir.el: Replace `illegal' with `invalid'.
15868
15869 2005-03-23  Lute Kamstra  <lute@gnu.org>
15870
15871         * time-date.el: Add comment on time value formats.
15872         Don't require parse-time.
15873         (with-decoded-time-value): New macro.
15874         (encode-time-value): New function.
15875         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15876         (days-to-time): Return a valid time value when arg is huge.
15877         (time-since): Use time-subtract.
15878         (time-to-number-of-days): Use time-to-seconds.
15879
15880 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15881
15882         * gnus-start.el (gnus-display-time-event-handler):
15883         Check display-time-timer at runtime rather than only at load time
15884         in case display-time-mode is turned off in the mean time.
15885
15886 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15887
15888         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15889         used.
15890
15891         * nneething.el (nneething-map-file-directory): Derive from
15892         `gnus-directory'.
15893
15894         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15895         the To/Cc button.
15896
15897 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15898
15899         * nnmaildir.el (nnmaildir-request-accept-article):
15900         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15901
15902 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15903
15904         * gnus-async.el: Require timer-funcs at compile time when in
15905         XEmacs for `run-with-idle-timer'.
15906
15907 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15908
15909         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15910         autoloaded function.
15911
15912 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15913
15914         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15915
15916 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15917
15918         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15919
15920 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15921
15922         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15923         Add gnus-expert-user to default.
15924
15925 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15926
15927         * nnimap.el (nnimap-open-server): Ditto.
15928
15929         * imap.el (imap-authenticate): Fix typo.
15930
15931 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15932
15933         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15934         buffer (since IMAP server might return FETCH response out of
15935         order, and the nntp buffer must be sorted).
15936
15937 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15938
15939         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15940         comparison on string.
15941
15942         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15943         (gnus-agent-score): Rename category keywords to match gnus-cus.
15944         (gnus-agent-summary-fetch-series): Modify to protect against
15945         gnus-agent-summary-fetch-group clearing processable flags.
15946         (gnus-agent-synchronize-group-flags): Update live group buffer as
15947         synchronization may occur due to the user toggle the plugged
15948         status.
15949         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15950         successfully downloaded.
15951         (gnus-agent-expire-group-1): Avoid using markers when the overview
15952         is in ascending order; greatly improves performance.
15953         (gnus-agent-regenerate-group):
15954         Use gnus-agent-synchronize-group-flags to reset read status in both
15955         gnus and server.
15956         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15957
15958 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15959
15960         * message.el: Don't autoload former message-utils variables.
15961         (message-strip-subject-trailing-was): Change doc string.
15962
15963         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15964         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15965         (nnweb-google-search): Add "hl=en" here.
15966         (nnweb-google-parse-1, nnweb-google-create-mapping):
15967         Don't hardcode URL.
15968
15969 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15970
15971         * message.el (message-get-reply-headers, message-followup):
15972         Mention related variables `message-use-followup-to' and
15973         `message-use-mail-followup-to', in the information buffer.
15974
15975         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15976         of broken groups(-beta).google.com.
15977
15978 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15979
15980         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15981         parameter to invoked gnus-request-move-article; remove the
15982         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15983         all at once instead of once per article.
15984         (gnus-summary-remove-process-mark): Accept a list of articles as
15985         well as a single article for processing.
15986
15987         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15988         parameter.
15989
15990         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15991
15992         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15993
15994         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15995         parameter.
15996
15997         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15998         parameter.
15999
16000         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16001         parameter and remove the gnus-sum-hint-move-is-internal variable.
16002
16003         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16004         parameter.
16005
16006         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16007         parameter.
16008
16009         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16010         parameter.
16011
16012         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16013
16014         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16015         parameter.
16016
16017         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16018         parameter.
16019
16020 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16021
16022         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16023         a more conservative way.
16024
16025 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16026
16027         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16028         buffer, so it moves the window's cursor.
16029
16030 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16031
16032         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16033         `mm-dissect-multipart' and receive the from field as an (optional)
16034         argument from `mm-dissect-multipart'.
16035         (mm-dissect-multipart): Receive the from field as an argument and
16036         pass it on when we call `mm-dissect-buffer' on MIME parts.
16037         Fixes verification/decryption of signed/encrypted MIME parts.
16038
16039 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16040
16041         * gnus-sum.el (gnus-summary-move-article):
16042         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16043         whatever it calls (right now, only nnimap-request-move article
16044         respects it).
16045
16046         * nnimap.el (nnimap-request-move-article):
16047         When gnus-sum-hint-move-is-internal is set, don't do the extra
16048         nnimap-request-article.
16049
16050 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16051
16052         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16053
16054         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16055         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16056
16057         * gnus-sum.el (gnus-summary-caesar-message):
16058         Apply `gnus-treat-article' after rotation.
16059
16060         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16061         doc string.
16062
16063 2005-02-22  Simon Josefsson  <jas@extundo.com>
16064
16065         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16066         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16067         <arne@arnested.dk>.
16068         (encrypt): Add password-cache and password-cache-expiry as group
16069         members.
16070
16071 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16072
16073         * smime.el (smime-ldap-host-list): Doc fix.
16074         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16075         cache) password.
16076         (smime-sign-region): Use it.
16077         (smime-decrypt-region): Use it.
16078         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16079         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16080         fails.
16081         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16082         certificate from DER to PEM format rather than calling openssl.
16083
16084         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16085
16086         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16087         for signing/encryption.
16088
16089         * mml.el (mml-parse-1): Use them.
16090
16091 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16092
16093         * nnrss.el (nnrss-verbose): Remove.
16094         (nnrss-request-group): Use `nnheader-message' instead.
16095
16096 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16097
16098         * nnrss.el (nnrss-verbose): New variable.
16099         (nnrss-request-group): Make it say nnrss is requesting a group.
16100
16101 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16102
16103         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16104         Handle news URL with given port correctly.
16105
16106 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16109         containing special characters.
16110
16111         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16112
16113         * mml.el (mime-to-mml): Ditto.
16114
16115         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16116         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16117         (rfc2047-decode-region): Quote decoded words containing special
16118         characters when rfc2047-quote-decoded-words-containing-tspecials
16119         is non-nil.
16120
16121 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16122
16123         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16124
16125         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16126
16127 2005-02-15  Simon Josefsson  <jas@extundo.com>
16128
16129         * nnimap.el (nnimap-debug): Doc fix.
16130
16131         * imap.el (imap-debug): Doc fix.
16132
16133 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16136
16137 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16138
16139         * gnus.el (spam-contents): Improve docs for spam-contents
16140         parameter in its variable incarnation.
16141
16142 2005-02-14  Simon Josefsson  <jas@extundo.com>
16143
16144         * smime-ldap.el: Use require instead of load-library for ldap.
16145         (smime-ldap-search): Indent.
16146         (smime-ldap-search-internal): Shorten line.
16147
16148         * smime.el (smime-cert-by-dns): Add doc-string.
16149         (smime-cert-by-ldap-1): Indent.
16150
16151         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16152         mml-smime-get-dns-ldap.
16153         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16154
16155 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16156
16157         * smime.el: Require smime-ldap.
16158         (smime-ldap-host-list): New variable.
16159         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16160
16161         * mml-smime.el (mml-smime-encrypt-query): New function.
16162         (mml-smime-encrypt-query): Use it.
16163
16164         * smime-ldap.el: New file.
16165
16166 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16169
16170 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16171
16172         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16173         argument in doc string.  Make query for type more clear.
16174
16175 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16176
16177         * gnus.el (gnus-group-startup-message): Search for gnus images in
16178         etc/images/gnus.
16179         * mm-util.el (mm-image-load-path): Likewise.
16180         * smiley.el (smiley-data-directory): Search for smilies in
16181         etc/images/smilies.
16182
16183 2005-02-09  Kim F. Storm  <storm@cua.dk>
16184
16185         Change Emacs release version from 21.4 to 22.1 throughout.
16186         Change Emacs development version from 21.3.50 to 22.0.50.
16187
16188 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16191
16192         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16193         non-Mule XEmacs as well.
16194         (mm-decompress-buffer): Signal an error intentionally if it does
16195         not decompress compressed data because auto-compression-mode is
16196         disabled.
16197
16198 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16199
16200         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16201         an ID in the registry even if it has no groups.
16202
16203 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16206         merge it into mm-decompress-buffer.
16207         (gnus-mime-copy-part): Use the MIME part charset, the value which
16208         a user specified or gnus-newsgroup-charset for decoding, like
16209         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16210         save-buffer what was used.  Suggested by Kevin Ryde
16211         <user42@zip.com.au>.
16212         (gnus-mime-inline-part): Allow the name parameter as well as the
16213         filename parameter; force decompressing of compressed data; always
16214         display contents being not decoded as unibyte.
16215
16216         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16217         as well as the filename parameter.
16218
16219         * mm-util.el (mm-decompress-buffer):
16220         Merge gnus-mime-jka-compr-maybe-uncompress.
16221         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16222         of compressed data.
16223
16224 2005-02-08  Simon Josefsson  <jas@extundo.com>
16225
16226         * imap.el (imap-log): Doc fix.
16227
16228 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16229
16230         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16231         the coding cookies; decompress compressed parts.
16232
16233         * mml.el (mml-generate-mime-1): Add the charset parameter according
16234         to the value which a user specified manually or the coding cookie.
16235
16236         * mm-util.el (mm-string-to-multibyte): New function.
16237         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16238         (mm-coding-system-to-mime-charset): New function.
16239         (mm-decompress-buffer): New function.
16240         (mm-find-buffer-file-coding-system): New function.
16241
16242         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16243         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16244         parts.
16245
16246 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16247
16248         * mm-view.el (mm-display-inline-fontify): Decode a part according
16249         to the charset parameter.
16250
16251 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16254         prefix arg is neither nil nor a number, as info specifies.
16255
16256 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16257
16258         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16259         timestamps.
16260
16261 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16262
16263         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16264         groups error checking and notify user.
16265
16266 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16267
16268         * message.el (message-send-mail-function): Check existence of
16269         sendmail-program first before using default value
16270         `message-send-mail-with-sendmail'.  Otherwise use more generic
16271         `smtpmail-send-it'.
16272
16273 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16274
16275         * nntp.el (nntp-request-update-info): Always return nil.
16276
16277 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16278
16279         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16280
16281 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16282
16283         * message.el (message-beginning-of-line): Change the behavior when
16284         invoked between BOL and : so that it first moves backward.
16285
16286 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16287
16288         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16289         article buffer when editing of the article is discarded.
16290         (gnus-article-prepare): Revert.
16291
16292 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16293
16294         * gnus-art.el (gnus-article-prepare):
16295         Remove message-strip-forbidden-properties from the local hook.
16296
16297 2005-01-27  Simon Josefsson  <jas@extundo.com>
16298
16299         * password.el (password-cache-add): Only start one timer per key.
16300         Reported by Derek Atkins <warlord@MIT.EDU>.
16301
16302 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16303
16304         * run-at-time.el: Remove.  It is no longer needed as
16305         timer-funcs.el in the xemacs-base package has a working version of
16306         `run-at-time'.
16307
16308         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16309
16310         * password.el: Require timer-funcs instead of run-at-time in
16311         XEmacs.
16312         Remove `password-run-at-time' macro.
16313         (password-cache-add): Use `run-at-time' instead of
16314         `password-run-at-time'.
16315
16316         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16317         Remove `nnheader-cancel-function-timers' alias,
16318         `cancel-function-timers' exists in XEmacs in timer-funcs.
16319
16320         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16321         for `run-with-idle-timer'.
16322
16323         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16324         for `run-at-time'.
16325
16326         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16327         for `with-timeout'.
16328
16329         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16330         the same as for XEmacs 21.4.
16331         No need to ignore `run-with-idle-timer', this function exists in
16332         XEmacs now in timer-funcs.el in the xemacs-base package.
16333         (dgnushack-compile): No need to delete
16334         run-at-time.el from the list of files to compile because it
16335         doesn't exist anymore.
16336
16337 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16338
16339         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16340         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16341
16342 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16343
16344         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16345         sensitively.
16346
16347 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16348
16349         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16350
16351 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16352
16353         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16354         which will be inserted according to the multibyteness of a buffer
16355         rather than the type of contents.  Suggested by ARISAWA Akihiro
16356         <ari@mbf.ocn.ne.jp>.
16357
16358         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16359         of string which old xml.el may return rather than a string.
16360
16361 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16362
16363         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16364
16365 2005-01-16  Simon Josefsson  <jas@extundo.com>
16366
16367         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16368         idn/idna.el isn't available.
16369         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16370         <michael@waxrat.com>.
16371
16372         * hashcash.el: Remove non-FSF copyright header.
16373
16374         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16375         (hashcash-generate-payment): Use it.
16376         (hashcash-generate-payment-async): Use it.
16377
16378 2005-01-15  Simon Josefsson  <jas@extundo.com>
16379
16380         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16381         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16382
16383         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16384         gnus-summary-idna-message.
16385         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16386         (gnus-summary-idna-message): New function.
16387
16388 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16391         gnus-novice-user.
16392
16393 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16394
16395         * nnrss.el (nnrss-request-delete-group): Delete entries in
16396         nnrss-group-alist as well.
16397         (nnrss-save-server-data): Insert newline.
16398
16399 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16400
16401         * gnus.el (gnus-user-agent): Use list of symbols instead of
16402         symbols.  Display full version number for (S)XEmacs.
16403         Optionally display (S)XEmacs codename.
16404
16405         * gnus-util.el (gnus-emacs-version): Update for new
16406         `gnus-user-agent'.
16407
16408         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16409         Gnus version.
16410
16411 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16412
16413         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16414         which is unreadable in some setups.
16415
16416 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * gnus-spec.el (gnus-update-format-specifications): Flush the
16419         group format spec cache if it doesn't support decoded group names.
16420
16421 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16422
16423         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16424         Allow to apply decay on score files matching a regexp.
16425
16426 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16429         compatibility in %g and %c.
16430
16431 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16432
16433         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16434         name for only %g and %c.
16435         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16436         of gnus-tmp-group to decoded group name.
16437         (gnus-group-make-rss-group): Exclude `/'s from group names.
16438
16439 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16440
16441         * nnrss.el (nnrss-get-encoding): Fix regexp.
16442
16443 2004-12-27  Simon Josefsson  <jas@extundo.com>
16444
16445         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16446         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16447         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16448
16449 2004-12-17  Kim F. Storm  <storm@cua.dk>
16450
16451         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16452
16453         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16454
16455 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16456
16457         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16458
16459 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16460
16461         * nnrss.el: Require rfc2047 and mml.
16462         (nnrss-file-coding-system): New variable.
16463         (nnrss-format-string): Redefine it as an inline function.
16464         (nnrss-decode-group-name): New function.
16465         (nnrss-string-as-multibyte): Remove.
16466         (nnrss-retrieve-headers): Decode group name; don't use
16467         nnrss-format-string.
16468         (nnrss-request-group): Decode group name.
16469         (nnrss-request-article): Decode group name; allow a Message-ID as
16470         well as an article number; don't use nnrss-format-string; encode a
16471         Message-ID string which may contain non-ASCII characters; use
16472         mml-to-mime to compose a MIME article.
16473         (nnrss-request-expire-articles): Decode group name.
16474         (nnrss-request-delete-group): Decode group name.
16475         (nnrss-fetch): Clarify error message.
16476         (nnrss-read-server-data): Use insert-file-contents instead of load;
16477         bind file-name-coding-system; use multibyte buffer.
16478         (nnrss-save-server-data): Bind coding-system-for-write to the
16479         value of nnrss-file-coding-system; bind file-name-coding-system;
16480         add coding cookie.
16481         (nnrss-read-group-data): Use insert-file-contents instead of load;
16482         bind file-name-coding-system; use multibyte buffer.
16483         (nnrss-save-group-data): Bind coding-system-for-write to the
16484         value of nnrss-file-coding-system; bind file-name-coding-system.
16485         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16486         make it work with non-ASCII text.
16487         (nnrss-find-el): Make it work with old xml.el as well.
16488
16489 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16490
16491         * nnrss.el (nnrss-get-encoding): New function.
16492         (nnrss-fetch): Use unibyte buffer initially; bind
16493         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16494         decode contents according to the encoding attribute.
16495         (nnrss-save-group-data): Add coding cookie.
16496         (nnrss-mime-encode-string): New function.
16497         (nnrss-check-group): Use it to encode subject and author.
16498
16499 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16500
16501         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16502         imaginary variable.
16503
16504 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16507         correctly even if there are wide characters.
16508
16509 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16510
16511         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16512         downcased symbol names; make a new cache instead of reusing
16513         bbdb-hashtable.
16514
16515 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16518         concatenating segments rather than before concatenating them.
16519         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16520
16521         * message.el (message-get-reply-headers): Bind `extra'.
16522
16523 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16524
16525         * message.el (message-extra-wide-headers): New variable.
16526         (message-get-reply-headers): Use it.
16527
16528 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16529
16530         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16531         (gnus-agent-group-pathname): Ditto.
16532
16533         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16534
16535         * gnus-group.el (gnus-group-make-group): Decode group name.
16536         (gnus-group-make-rss-group): Register the group data after opening
16537         the nnrss group.
16538
16539 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16540
16541         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16542         by expiry now get marked as read.
16543
16544 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16547
16548 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16549
16550         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16551         unify Latin characters in XEmacs.
16552         (mm-find-mime-charset-region): Use it.
16553
16554 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * gnus-util.el (gnus-delete-directory): New function.
16557
16558         * gnus-agent.el (gnus-agent-delete-group): Use it.
16559
16560         * gnus-cache.el (gnus-cache-delete-group): Use it.
16561
16562 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16565         names.
16566
16567 2004-12-16  Simon Josefsson  <jas@extundo.com>
16568
16569         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16570
16571 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16574
16575         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16576         (gnus-group-set-current-level): Decode group name.
16577
16578 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16579
16580         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16581         failed.
16582
16583 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16584
16585         * gnus-group.el (gnus-group-delete-group): Decode group name.
16586         (gnus-group-make-rss-group): Encode group name.
16587         (gnus-group-catchup-current): Decode group name.
16588         (gnus-group-kill-group): Decode group name.
16589
16590 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16591
16592         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16593
16594 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * gnus-group.el (gnus-group-make-rss-group):
16597         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16598
16599         * gnus-start.el (gnus-setup-news): Honor user's setting to
16600         gnus-message-archive-method.  Suggested by Lute Kamstra
16601         <lute@gnu.org>.
16602
16603 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16604
16605         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16606         global counterparts of the buffer-local variables.
16607
16608 2004-11-16  Romain Francoise  <romain@orebokech.com>
16609
16610         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16611         counterparts of the buffer-local variables.
16612
16613 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16614
16615         * message.el (message-forbidden-properties): Fix typo in doc
16616         string.
16617
16618 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16619
16620         * gnus-util.el (gnus-replace-in-string): Add doc string.
16621
16622         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16623         to avoid problems when splitting mails with many recipients.
16624
16625 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16626
16627         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16628         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16629
16630 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16631
16632         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16633         if there is no hashtable in memory or file modification time is
16634         newer than cached timestamp.
16635
16636 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16637
16638         * gnus-sum.el (gnus-summary-limit-to-recipient):
16639         Implement not-matching option.
16640
16641 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16642
16643         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16644         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16645         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16646         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16647         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16648         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16649
16650 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16651
16652         * message.el (message-forward-make-body-mml): Remove headers
16653         according to message-forward-ignored-headers if a message is decoded.
16654
16655 2004-12-02  Romain Francoise  <romain@orebokech.com>
16656
16657         * message.el (message-forward-make-body-plain): Always remove
16658         headers according to message-forward-ignored-headers.
16659
16660 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16661
16662         * spam.el (spam-summary-prepare-exit): Remove the
16663         gnus-summary-limit pop for now, it has problems with ham marks for
16664         me.
16665
16666 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16667
16668         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16669         correctly.
16670
16671 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16672
16673         * format-spec.el (format-spec): Message the char.
16674
16675 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16676
16677         * gnus-art.el (gnus-split-methods): Reformat comments.
16678
16679         * spam.el (spam-summary-prepare-exit): Remove article limits
16680         before exiting the summary buffer.
16681
16682 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16683
16684         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16685         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16686
16687         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16688         order to silence the byte compiler.
16689
16690         * spam.el: Fix the way to silence the byte compiler, which
16691         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16692         bbdb-search-simple, spam-BBDB-register-routine,
16693         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16694         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16695         spam-stat-buffer-is-spam, spam-stat-load,
16696         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16697         spam-stat-save and spam-stat-split-fancy.
16698
16699 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16702         which may confuse users.
16703         (canlock-password-for-verify): Ditto.
16704
16705         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16706
16707         * gnus-art.el (gnus-emphasis-alist): Ditto.
16708
16709         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16710
16711         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16712
16713         * gnus-start.el (gnus-save-killed-list): Ditto.
16714
16715         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16716         (gnus-sum-thread-tree-root): Ditto.
16717         (gnus-sum-thread-tree-false-root): Ditto.
16718         (gnus-sum-thread-tree-single-indent): Ditto.
16719
16720         * message.el (message-courtesy-message): Ditto.
16721         (message-archive-note): Ditto.
16722         (message-subscribed-address-file): Ditto.
16723         (message-user-fqdn): Ditto.
16724
16725         * spam-report.el (spam-report-gmane-regex): Ditto.
16726
16727         * spam.el (spam-blackhole-good-server-regex): Ditto.
16728
16729 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16730
16731         * mml.el (mml-preview): Widen the message buffer before copying
16732         the contents to the preview buffer; sort headers before previewing.
16733
16734         * message.el (message-hidden-headers): Fix the way to avoid a bug
16735         in the `repeat' widget in Emacs 21.3 or earlier.
16736
16737 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * message.el (message-hidden-headers): Default to "^References:".
16740         Improve customization type.  Suggested by Reiner Steib
16741         <Reiner.Steib@gmx.de>.
16742
16743 2004-11-25  Romain Francoise  <romain@orebokech.com>
16744
16745         * message.el (message-strip-forbidden-properties): Remove check for
16746         obsolete `message-hidden' text property, hidden headers are not
16747         accessible in the buffer anymore.
16748
16749 2004-11-22  Romain Francoise  <romain@orebokech.com>
16750
16751         * message.el (message-header-format-alist): Add `From' in list
16752         so that it can be sorted.
16753         (message-fix-before-sending): Widen and sort headers before
16754         sending.
16755         (message-hide-headers): Use narrowing to hide headers by moving
16756         them to the top of the buffer and narrowing to the region
16757         underneath.
16758
16759 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16760
16761         * message.el (message-strip-forbidden-properties):
16762         Bind buffer-read-only (etc) to nil.
16763
16764 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16767         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16768
16769 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16770
16771         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16772
16773 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16774
16775         * dns.el (query-dns): Use sit-for to time instead of
16776         accept-process-output, since that doesn't seem to work on udp
16777         sockets.
16778
16779 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16780
16781         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16782
16783 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16784
16785         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16786         doc string.  Improve doc string.
16787
16788 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16789
16790         * nntp.el (nntp-request-update-info): Return nil if
16791         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16792         may not call gnus-activate-group which uselessly issues the GROUP
16793         commands for all nntp groups and wastes time.  Reported by Romain
16794         Francoise <romain@orebokech.com>.
16795
16796         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16797
16798 2004-11-15  Simon Josefsson  <jas@extundo.com>
16799
16800         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16801         headers separately.
16802         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16803         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16804
16805 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16806
16807         * gnus-start.el (gnus-convert-old-newsrc):
16808         Assign legacy-gnus-agent to 5.10.7.
16809
16810 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16811
16812         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16813         start of the lines.
16814
16815 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16816
16817         * hashcash.el (hashcash-default-payment): Change default to 20.
16818         (hashcash-default-accept-payment): Change default to 20.
16819         (hashcash-process-alist): New variable.
16820         (hashcash-generate-payment-async): Add.
16821         (hashcash-already-paid-p): Add.
16822         (hashcash-insert-payment): Don't generate payments twice.
16823         (hashcash-insert-payment-async): Add.
16824         (hashcash-insert-payment-async-2): Add.
16825         (hashcash-cancel-async): Add.
16826         (hashcash-wait-async): Add.
16827         (hashcash-processes-running-p): Add.
16828         (hashcash-wait-or-cancel): Add.
16829         (mail-add-payment): New optional argument.  Conditionally start
16830         asynchronous calculation.
16831         (mail-add-payment-async): Add.
16832
16833         * message.el (message-send-mail): Wait for asynchronous hashcash
16834         results.  Don't clobber existing X-Hashcash headers.
16835         (message-setup-1): Call mail-add-payment-async when
16836         message-generate-hashcash is non-nil.
16837
16838 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16839
16840         * message.el (message-use-alternative-email-as-from): Examine the
16841         From header as well; use message-make-from in order to include a
16842         user's full name.
16843
16844 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16845
16846         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16847         default; improve customization type.
16848         (gnus-emphasis-custom-with-format): New macro.
16849         (gnus-emphasis-custom-value-to-external): New function.
16850         (gnus-emphasis-custom-value-to-internal): New function.
16851
16852 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16853
16854         * dns.el (query-dns): Resolve reverse addresses.
16855
16856 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16857
16858         * gnus-group.el (gnus-group-get-new-news): Use it.
16859
16860         * gnus-start.el (gnus-check-reasonable-setup): New function.
16861
16862 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16865         "Args out of range" error.  Reported by Arnaud Giersch
16866         <arnaud.giersch@free.fr>.
16867
16868 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16869
16870         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16871
16872 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16873
16874         * spam.el (spam group): Add :version.
16875
16876         * pgg-def.el (pgg group): Add :version.
16877
16878 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16879
16880         * gnus-art.el (gnus-article-edit-article): Don't associate the
16881         article buffer with a draft file.  This is a temporary measure
16882         against the 2004-08-22 change to gnus-article-edit-mode.
16883
16884 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16887         (html2text-format-tags): Remove unused variable `attr'.
16888
16889 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16890
16891         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16892
16893         * tls.el (tls-process-connection-type, tls-success)
16894         (tls-certtool-program): Add :version.
16895
16896         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16897         (starttls-extra-arguments, starttls-process-connection-type)
16898         (starttls-connect, starttls-failure, starttls-success): Add :version.
16899
16900         * spam-stat.el (spam-stat): Add :version.
16901
16902         * sieve.el (sieve): Add :version.
16903
16904         * sha1.el (sha1): Add :version.
16905         (sha1-use-external): Remove redundant version.
16906
16907         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16908         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16909         (nnmail-split-fancy-match-partial-words)
16910         (nnmail-split-lowercase-expanded): Add :version.
16911
16912         * nndiary.el (nndiary): Add :version.
16913
16914         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16915
16916         * mml-sec.el (mml-default-sign-method)
16917         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16918         Add :version.
16919
16920         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16921
16922         * mm-url.el (mm-url-use-external, mm-url-program)
16923         (mm-url-arguments): Add :version.
16924
16925         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16926         (mm-attachment-file-modes, mm-decrypt-option)
16927         (mm-w3m-safe-url-regexp): Add :version.
16928
16929         * message.el (message-cite-prefix-regexp)
16930         (message-sendmail-envelope-from, message-minibuffer-local-map)
16931         (message-user-fqdn, message-completion-alist): Add :version.
16932
16933         * gnus-win.el (gnus-configure-windows-hook)
16934         (gnus-use-frames-on-any-display): Add :version.
16935
16936         * gnus-art.el (gnus-article-address-banner-alist)
16937         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16938         (gnus-treat-from-picon, gnus-treat-mail-picon)
16939         (gnus-treat-x-pgp-sig): Add :version.
16940
16941         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16942         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16943         (gnus-summary-article-delete-hook)
16944         (gnus-summary-display-while-building): Add :version.
16945
16946         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16947         (gnus-get-top-new-news-hook): Add :version.
16948
16949         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16950         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16951
16952         * gnus-registry.el (gnus-registry): Add :version.
16953
16954         * gnus-spec.el (gnus-use-correct-string-widths)
16955         (gnus-make-format-preserve-properties): Add :version.
16956
16957         * gnus.el (gnus-group-charter-alist)
16958         (gnus-group-fetch-control-use-browse-url)
16959         (gnus-install-group-spam-parameters): Add :version.
16960
16961         * gnus-diary.el (gnus-diary): Add :version.
16962
16963         * gnus-delay.el (gnus-delay): Add :version.
16964
16965         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16966         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16967         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16968         Add :version.
16969
16970         * gnus-agent.el (gnus-agent-max-fetch-size)
16971         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16972         (gnus-agent-prompt-send-queue): Add :version.
16973
16974         * deuglify.el (gnus-outlook-deuglify): Add :version.
16975
16976         * html2text.el: Beautify code.  Improve doc strings.
16977         Some checkdoc cleanup.
16978         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16979
16980 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16981
16982         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16983
16984 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16985
16986         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16987         when package is loaded.
16988
16989         * spam.el (spam-summary-score-preferred-header): Add global preference
16990         for people who want to override the default SpamAssassin over
16991         Bogofilter preference (when both are set).
16992         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16993         (spam-user-format-function-S):
16994         Check spam-summary-score-preferred-header.
16995         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16996         (spam-user-format-function-S): Format the score correctly.
16997
16998 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17001         signature file.  Suggested by Manoj Srivastava
17002         <srivasta@golden-gryphon.com>.
17003
17004         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17005         iso-2022-jp even in the Japanese language environment.
17006         Suggested by Jason Rumney <jasonr@gnu.org>.
17007
17008 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17009
17010         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17011         use the same characters as the dummy marks; make it free from
17012         getting affected by the language environment.
17013         (gnus-summary-read-group-1): Update mark positions only when the
17014         format spec is updated.
17015
17016         * gnus-spec.el (gnus-update-format-specifications): Return a list
17017         of updated types.
17018
17019 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17022         of boundp to check if display-warning is available.
17023
17024 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17025
17026         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17027
17028 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17029
17030         * nnspool.el (nnspool-spool-directory): Use news-path if the
17031         news-directory variable is not bound.
17032
17033         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17034         function instead of display-warning if it is not available.
17035
17036 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17037
17038         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17039         v5-10: Use `point-at-bol'.
17040
17041 2004-10-26  Simon Josefsson  <jas@extundo.com>
17042
17043         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17044         <chenggao@gmail.com>.
17045
17046 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17047
17048         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17049         instead.
17050
17051 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17052
17053         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17054         to remove a server from the nnimap-server-buffer-alist.
17055         (nnimap-open-connection, nnimap-close-server): Use it.
17056
17057         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17058
17059 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17060
17061         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17062         running the major-mode function.
17063
17064 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17065
17066         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17067         dummy marks in the right way.
17068
17069 2004-10-18  David Edmondson  <dme@dme.org>
17070
17071         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17072         excessively.
17073
17074 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17075
17076         * gnus-util.el (gnus-split-references): Accept a nil references
17077         string and go on blissfully.
17078
17079         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17080         cases where the references string is non-nil but has no references.
17081
17082         * encrypt.el: Add autoload tags.
17083
17084         * spam.el (spam-resolve-registrations-routine): Remove article
17085         from unregistration list too.  Reported by David Hanak
17086         <dhanak@isis.vanderbilt.edu>
17087
17088 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17089
17090         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17091         nil.  Change custom type.
17092
17093 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17094
17095         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17096
17097         * gnus-sum.el (gnus-summary-move-article): Use it.
17098
17099 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17100
17101         * encrypt.el: Add autoload cookies.
17102
17103         * spam.el (spam-backend-article-list-property)
17104         (spam-backend-get-article-todo-list)
17105         (spam-backend-put-article-todo-list)
17106         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17107         Resolve registrations separately.
17108         (spam-register-routine): Format comments.
17109         (spam-unregister-routine, spam-register-routine): Always call with
17110         specific-articles, no default list.
17111         (spam-summary-prepare-exit): Use the spam-classifications function.
17112
17113         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17114         gnus-encrypt.el.
17115
17116         * encrypt.el: Copied from gnus-encrypt.el.
17117
17118         * gnus-encrypt.el: Commented that it's obsolete.
17119
17120 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17121
17122         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17123         (gnus-score-save): Use it.
17124
17125         * message.el (message-bury): Use `window-dedicated-p'.
17126
17127 2004-10-15  Simon Josefsson  <jas@extundo.com>
17128
17129         * pop3.el (top-level): Don't require nnheader.
17130         (pop3-read-timeout): Add.
17131         (pop3-accept-process-output): Add.
17132         (pop3-read-response, pop3-retr): Use it.
17133
17134 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17135
17136         * spam.el (spam-register-routine): Move comment.
17137         (spam-verify-bogofilter): Use 'unknown for the initial
17138         spam-bogofilter-valid state, not 'never.
17139
17140         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17141         for netrc-machine.
17142
17143         * nnimap.el (nnimap-open-connection):
17144         Use netrc-machine-user-or-password.
17145
17146 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17147
17148         * gnus-registry.el (gnus-registry-unload-hook):
17149         Set as a variable with add-hook.
17150
17151         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17152         of news-path.
17153
17154         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17155
17156         * spam.el: Delete duplicate `provide'.
17157         (spam-unload-hook): Set as a variable with add-hook.
17158
17159 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17160
17161         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17162         in the doc string.
17163
17164         * message.el (message-ignored-news-headers)
17165         (message-ignored-supersedes-headers)
17166         (message-ignored-resent-headers)
17167         (message-forward-ignored-headers): Improve custom type.
17168
17169 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17170
17171         * message.el (message-tokenize-header): Fix 2004-09-06 change
17172         which used point-min in the wrong place.
17173
17174 2004-10-12  Simon Josefsson  <jas@extundo.com>
17175
17176         * tls.el (tls-certtool-program): New variable.
17177         (tls-certificate-information): New function, based on
17178         ssl-certificate-information.
17179
17180 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17181
17182         * compface.el: Move the version of ELisp-based uncompface program
17183         to the contrib directory because of the copyright problem.
17184
17185 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17186
17187         * message.el (message-kill-buffer): Raise the current frame.
17188
17189 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17190
17191         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17192
17193         * gnus.el (message-y-or-n-p): Autoload.
17194
17195         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17196         (pop3-password-required, pop3-authentication-scheme)
17197         (pop3-leave-mail-on-server): Make customizable.
17198         (pop3): New custom group.
17199         (pop3-retr): Remove `sleep-for' statements.
17200         Suggested by Dave Love <fx@gnu.org>.
17201
17202         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17203         Windows/DOS.
17204
17205         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17206         (imap-parse-body): Fix incorrect use of `assert'.
17207         Suggested by Dave Love <fx@gnu.org>.
17208
17209         * mml.el (mml-minibuffer-read-disposition): Require match.
17210         Suggested by Dave Love <fx@gnu.org>.
17211
17212 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17213
17214         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17215         doc string.
17216
17217 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17220
17221 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17222
17223         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17224         instead of calling `mm-insert-inline', to decode text/* parts
17225         before displaying them.
17226
17227 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17228
17229         * mm-uu.el (mm-uu-text-plain-type): New variable.
17230         (mm-uu-pgp-signed-extract-1): Use it.
17231         (mm-uu-pgp-encrypted-extract-1): Use it.
17232         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17233         bind mm-uu-text-plain-type with that value.
17234         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17235         mm-uu-dissect.
17236
17237 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17238
17239         * gnus-group.el (gnus-update-group-mark-positions):
17240         * gnus-sum.el (gnus-update-summary-mark-positions):
17241         * message.el (message-check-news-body-syntax):
17242         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17243         of string-as-multibyte.
17244
17245 2004-10-05  Juri Linkov  <juri@jurta.org>
17246
17247         * gnus-group.el (gnus-update-group-mark-positions):
17248         * gnus-sum.el (gnus-update-summary-mark-positions):
17249         * message.el (message-check-news-body-syntax):
17250         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17251         8-bit unibyte values to a multibyte string for search functions.
17252
17253 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17254
17255         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17256         (mm-uu-dissect-text-parts): New function.
17257
17258         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17259         dissect text parts.
17260
17261         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17262         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17263
17264         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17265
17266         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17267         Use gnus-current-topics instead of gnus-current-topic.
17268
17269 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17270
17271         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17272
17273 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17274
17275         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17276         where approriate.
17277
17278         * nnml.el (nnml-generate-active-info): do.
17279
17280         * nndiary.el (nndiary-generate-active-info): do.
17281
17282         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17283         (gnus-topic-move): do.
17284
17285         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17286         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17287
17288         * gnus-srvr.el (gnus-server-prepare)
17289         (gnus-server-open-all-servers): do.
17290
17291         * gnus-msg.el (gnus-summary-cancel-article)
17292         (gnus-summary-resend-message)
17293         (gnus-summary-mail-crosspost-complaint): do.
17294
17295         * gnus-move.el (gnus-change-server): do.
17296
17297         * gnus-group.el (gnus-group-unmark-all-groups)
17298         (gnus-group-set-current-level): do.
17299
17300 2004-10-04  Simon Josefsson  <jas@extundo.com>
17301
17302         * message.el (message-generate-hashcash): Doc fix.
17303
17304 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17305
17306         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17307         avoid infinite recursion via gnus-get-function.
17308
17309 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17310
17311         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17312
17313         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17314
17315         * nnmail.el (nnmail-split-history): do.
17316
17317         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17318         (nnml-request-delete-group): do.
17319
17320         * nnslashdot.el (nnslashdot-read-groups): do.
17321
17322         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17323         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17324
17325         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17326         (nnspool-sift-nov-with-sed): Use last.
17327         (nnspool-retrieve-headers-with-nov): Use mapc.
17328         (nnspool-request-newgroups): Use dolist.
17329         (nnspool-request-group): Use last.
17330
17331         * nntp.el (nntp-read-server-type): Use dolist.
17332
17333         * nnvirtual.el (nnvirtual-create-mapping)
17334         (nnvirtual-update-read-and-marked): Use dolist.
17335         (nnvirtual-convert-headers): Simplify.
17336
17337 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17338
17339         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17340         Add support for sync'ing tick marks.
17341
17342 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17345         there's no visible header.
17346
17347 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17348
17349         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17350         When necessary, pass full group name to gnus-request-set-marks.
17351
17352 2004-10-01  Simon Josefsson  <jas@extundo.com>
17353
17354         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17355         acroread.
17356
17357 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17358
17359         * spam-report.el (spam-report-gmane): Fix interactive.
17360
17361         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17362
17363         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17364         when writing file.
17365         (gnus-agent-synchronize-flags): Don't default to being
17366         interactive.
17367
17368 2004-09-30  Simon Josefsson  <jas@extundo.com>
17369
17370         * message.el (message-generate-hashcash): Add.
17371         (message-send-mail): Use it, call mail-add-payment.
17372
17373 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17374
17375         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17376
17377 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17378
17379         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17380         gnus-requst-update-info with explicit code to sync the in-memory
17381         info read flags with the marks being sync'd to the backend.
17382
17383         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17384
17385 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17386
17387         * spam.el (spam-verify-bogofilter): Add new function.
17388         (spam-check-bogofilter)
17389         (spam-bogofilter-register-with-bogofilter): Use it.
17390         (spam-verify-bogofilter): Add small fixes.
17391
17392 2004-09-28  Simon Josefsson  <jas@extundo.com>
17393
17394         * hashcash.el (hashcash-generate-payment): Revert.
17395
17396 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17397
17398         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17399         Use gnus-extract-references instead of gnus-split-references.
17400
17401         * gnus-util.el (gnus-extract-references): Add new function, analogous
17402         to gnus-split-references but extracts only the message-ID without
17403         anything extra.
17404
17405         * hashcash.el (hashcash-generate-payment)
17406         (hashcash-check-payment): Do the right thing if hashcash-path is
17407         nil (because the hashcash program could not be found).
17408
17409         * spam.el (spam-use-hashcash): Remove comment.
17410
17411 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17412
17413         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17414         (gnus-cache-enter-article, gnus-cache-remove-article)
17415         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17416
17417         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17418
17419         * gnus-art.el (article-hide-boring-headers)
17420         (article-translate-strings, article-display-face)
17421         (gnus-article-mime-match-handle-first)
17422         (gnus-article-highlight-headers)
17423         (gnus-article-add-buttons-to-head): do.
17424
17425 2004-09-27  Simon Josefsson  <jas@extundo.com>
17426
17427         * hashcash.el: New version, from
17428         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17429         ../contrib/.
17430
17431 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17432
17433         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17434
17435 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17436
17437         * gnus-dup.el (gnus-dup-open): Use mapc.
17438         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17439
17440         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17441         Reported by Stefan Wiens <s.wi@gmx.net>.
17442
17443         * gnus.el (gnus-shutdown): Use dolist.
17444
17445         * gnus-undo.el (gnus-undo): Use mapc.
17446
17447         * nnrss.el (nnrss-generate-active): do.
17448
17449         * message.el (message-cite-original-without-signature)
17450         (message-cite-original): Use mapc.
17451         (message-do-actions, message-make-forward-subject): Use dolist.
17452
17453 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17454
17455         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17456         deletion to remove entire duplicate line.  Fixes merged article
17457         number bug.
17458
17459 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17460
17461         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17462         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17463         first ask if you want to open a server and then, even when you
17464         responded with no, asking if you want to synchronize the server's
17465         flags.
17466         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17467         multi-line expressions.
17468         (gnus-agent-synchronize-group-flags): New internal function.
17469         Updates marks in memory (in the info structure) AND in the
17470         backend.
17471
17472         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17473
17474         * nnagent.el (nnagent-request-set-mark):
17475         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17476         method, to ensure that synchronization updates marks in the
17477         backend and in the info (in memory) structure.
17478
17479 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17480
17481         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17482         convention fully; don't miss the root article of a thread; make
17483         the X-Draft-From header with correct article numbers.
17484
17485 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17486
17487         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17488         unless plugged.  Disable the agent so that an open failure causes
17489         an error.
17490
17491         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17492         Revert 2004-09-21 change.  The backend must be opened while
17493         synchronizing flags even when the backend stores the flags
17494         locally.
17495
17496 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17497
17498         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17499         in `header' match.  Reported by Svend Tollak Munkejord.
17500
17501         * message.el (message-cite-original): Fix use of
17502         `message-cite-articles-with-x-no-archive'.
17503
17504 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17505
17506         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17507         (gnus-window-to-buffer): Ditto.
17508
17509         * mml.el (mml-preview-buffer): New variable.
17510         (mml-preview): Manage window layout with gnus-buffer-configuration.
17511
17512         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17513         X-Draft-From header even if those articles aren't quoted.
17514
17515 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17516
17517         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17518         (gnus-request-set-mark, gnus-request-update-mark): Use new
17519         g-s-t-u-l-m to decide to use backend even when unplugged.
17520
17521 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17522
17523         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17524         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17525
17526 2004-09-20  Simon Josefsson  <jas@extundo.com>
17527
17528         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17529         "utf-16-le".
17530
17531 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17532
17533         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17534
17535 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17536
17537         * uudecode.el (uudecode-use-external): Add :version.
17538
17539         * smime.el (smime-CA-file, smime-encrypt-cipher)
17540         (smime-dns-server): Add :version.
17541
17542         * smiley.el (gnus-smiley-file-types): Add :version.
17543
17544         * sha1.el (sha1-use-external): Add :version.
17545
17546         * pgg-def.el (pgg-query-keyserver): Add :version.
17547
17548         * nnmail.el (nnmail-fancy-expiry-targets)
17549         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17550         Add :version.
17551
17552         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17553         (nnimap-retrieve-groups-asynchronous): Add :version.
17554         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17555
17556         * mml.el (mml-content-disposition-parameters)
17557         (mml-insert-mime-headers-always): Add :version.
17558
17559         * mm-util.el (mm-coding-system-priorities): Add :version.
17560
17561         * mm-decode.el (mm-inline-text-html-with-images)
17562         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17563         (mm-verify-option): Add :version.
17564         (mm-text-html-renderer): Change :version.
17565
17566         * message.el (message-fcc-externalize-attachments)
17567         (message-required-headers, message-draft-headers)
17568         (message-subject-trailing-was-query)
17569         (message-subject-trailing-was-ask-regexp)
17570         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17571         (message-mark-insert-end, message-archive-header)
17572         (message-archive-note, message-cross-post-default)
17573         (message-cross-post-note, message-followup-to-note)
17574         (message-cross-post-note-function, message-use-mail-followup-to)
17575         (message-subscribed-address-functions)
17576         (message-subscribed-address-file, message-subscribed-addresses)
17577         (message-subscribed-regexps, message-allow-no-recipients)
17578         (message-yank-cited-prefix, message-signature-insert-empty-line)
17579         (message-hidden-headers, message-hierarchical-addresses)
17580         (message-mail-user-agent, message-use-idna)
17581         (message-valid-fqdn-regexp)
17582         (message-strip-special-text-properties, message-header-synonyms)
17583         (message-beginning-of-line, message-tab-body-function): Add :version.
17584         (message-insert-canlock, message-wide-reply-confirm-recipients):
17585         Change :version.
17586
17587         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17588         and :version.
17589         (mail-source-delete-old-incoming-confirm)
17590         (mail-source-movemail-program): Add :version.
17591
17592         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17593         (gnus-agent-cache, gnus-agent): Change :version.
17594
17595         * gnus-util.el (gnus-use-byte-compile): Change :version.
17596
17597         * gnus-sum.el (gnus-summary-make-false-root-always)
17598         (gnus-summary-default-high-score)
17599         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17600         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17601         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17602         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17603         (gnus-sum-thread-tree-single-indent)
17604         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17605         (gnus-sum-thread-tree-leaf-with-other)
17606         (gnus-sum-thread-tree-single-leaf): Add :version.
17607         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17608         (gnus-article-loose-mime): Change :version.
17609
17610         * gnus-start.el (gnus-backup-startup-file)
17611         (gnus-save-startup-file-via-temp-buffer): Add :version.
17612
17613         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17614         (gnus-server-offline-face): Add :version.
17615
17616         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17617
17618         * gnus-msg.el (gnus-gcc-externalize-attachments)
17619         (gnus-debug-files, gnus-debug-exclude-variables)
17620         (gnus-discouraged-post-methods): Change :version.
17621         (gnus-confirm-mail-reply-to-news)
17622         (gnus-confirm-treat-mail-like-news): Add :version.
17623
17624         * gnus-int.el (gnus-server-unopen-status): Add :version.
17625
17626         * gnus-group.el (gnus-group-jump-to-group-prompt)
17627         (gnus-large-ephemeral-newsgroup)
17628         (gnus-fetch-old-ephemeral-headers): Add :version.
17629
17630         * gnus-fun.el (gnus-x-face-directory)
17631         (gnus-convert-pbm-to-x-face-command)
17632         (gnus-convert-image-to-x-face-command)
17633         (gnus-convert-image-to-face-command): Add :version.
17634
17635         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17636
17637         * gnus-cite.el (gnus-cite-blank-line-after-header)
17638         (gnus-article-boring-faces): Add :version.
17639
17640         * gnus-art.el (gnus-buttonized-mime-types)
17641         (gnus-inhibit-mime-unbuttonizing)
17642         (gnus-treat-display-face)
17643         (gnus-treat-body-boundary): Change :version.
17644         (gnus-body-boundary-delimiter, gnus-picon-databases)
17645         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17646         (gnus-treat-date-english, gnus-treat-fold-headers)
17647         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17648         (gnus-treat-mail-picon, gnus-treat-wash-html)
17649         (gnus-article-encrypt-protocol)
17650         (gnus-use-idna, gnus-article-over-scroll)
17651         (gnus-mime-display-multipart-alternative-as-mixed)
17652         (gnus-mime-display-multipart-related-as-mixed)
17653         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17654         (gnus-ctan-url, gnus-button-ctan-handler)
17655         (gnus-button-handle-ctan-bogus-regexp)
17656         (gnus-button-ctan-directory-regexp)
17657         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17658         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17659         (gnus-button-man-level, gnus-button-emacs-level)
17660         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17661
17662         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17663         (gnus-agent-go-online): Change :version.
17664         (gnus-agent-expire-unagentized-dirs)
17665         (gnus-agent-auto-agentize-methods): Add :version.
17666
17667         * flow-fill.el (fill-flowed-display-column)
17668         (fill-flowed-encode-column): Add :version.
17669
17670         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17671         (gnus-outlook-deuglify-unwrap-max)
17672         (gnus-outlook-deuglify-cite-marks)
17673         (gnus-outlook-deuglify-unwrap-stop-chars)
17674         (gnus-outlook-deuglify-no-wrap-chars)
17675         (gnus-outlook-deuglify-attrib-cut-regexp)
17676         (gnus-outlook-deuglify-attrib-verb-regexp)
17677         (gnus-outlook-deuglify-attrib-end-regexp)
17678         (gnus-outlook-display-hook): Add :version.
17679
17680         * binhex.el (binhex-use-external): Add :version.
17681
17682 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17683
17684         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17685         and `invisible'.
17686
17687 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17688
17689         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17690         in gnus-registry-trim.
17691
17692 2004-09-13  Simon Josefsson  <jas@extundo.com>
17693
17694         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17695
17696         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17697
17698         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17699         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17700         <yamaoka@jpl.org>.
17701         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17702         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17703         <yamaoka@jpl.org>.
17704
17705         * sieve.el (sieve-manage-mode): Ditto.
17706
17707 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17708
17709         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17710
17711 2004-09-11  Simon Josefsson  <jas@extundo.com>
17712
17713         * dns-mode.el: Add.
17714
17715         * mm-view.el (mm-display-dns-inline): Add.
17716
17717         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17718         (mm-automatic-display): Ditto.
17719
17720         * mailcap.el (mailcap-mime-data): Add text/dns.
17721         (mailcap-mime-extensions): Map .soa to text/dns.
17722
17723 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17724
17725         * gnus-art.el (article-decode-mime-words, article-babel)
17726         (gnus-article-highlight-signature, gnus-article-add-buttons)
17727         (gnus-signature-toggle): Remove unnecessary bindings of
17728         `inhibit-read-only' inherited from v5.10 merge.
17729
17730 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17731
17732         * nntp.el (nntp): New customization group.
17733         (nntp-authinfo-file): Add customization group.
17734
17735         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17736
17737         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17738
17739         * gnus.el (to-address, to-list, subscribed)
17740         (large-newsgroup-initial): Ditto.
17741
17742         * flow-fill.el (fill-flowed-display-column)
17743         (fill-flowed-encode-column): Ditto.
17744
17745 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17746
17747         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17748         Use point-min rather than 1.
17749         (message-send-mail): Use buffer-size rather than point-max.
17750
17751         * gnus-sum.el (gnus-summary-search-article-forward):
17752         Signal a specific `search-failed' rather than a generic `error'.
17753
17754         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17755         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17756         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17757
17758 2004-09-10  Simon Josefsson  <jas@extundo.com>
17759
17760         * nndb.el (require): Remove tcp and duplicate cl.
17761
17762 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17763
17764         * gnus-agent.el (directory-files-and-attributes): Move forward.
17765
17766 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17767
17768         * gnus-agent.el (directory-files-and-attributes):
17769         Optionally defined to support XEmacs.
17770
17771 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17772
17773         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17774         to avoid run-time CL dependencies.
17775         (gnus-agent-unfetch-articles): New function.
17776         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17777         article numbers even when local .overview file is missing.
17778         (gnus-agent-read-article-number): New function.  Only accepts
17779         27-bit article numbers.
17780         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17781         Use gnus-agent-read-article-number.
17782         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17783         from backend while recognizing that article numbers in .overview
17784         must be valid.
17785         (gnus-agent-update-files-total-fetched-for):
17786         Use directory-files-and-attributes to improve performance.
17787         * gnus-int.el (gnus-request-move-article):
17788         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17789         improve performance.
17790
17791         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17792         some users confused by references to .newsrc when they only have a
17793         .newsrc.eld file.
17794         (gnus-convert-mark-converter-prompt)
17795         (gnus-convert-converter-needs-prompt): Fix use of property list.
17796         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17797         New function.  Used internally to only display 'gnus converting
17798         files' message when actually necessary.
17799
17800         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17801         methods now autoloaded.
17802
17803 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17804
17805         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17806         identifiers.
17807
17808 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17809
17810         * gnus-picon.el: Fix indentation and closing parenthesis.
17811
17812 2004-09-01  Simon Josefsson  <jas@extundo.com>
17813
17814         * message.el (message-canlock-generate): Require sha1, not
17815         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17816         to require within a function.  Sadly, if sha1.el isn't loaded, the
17817         let binding in m-c-g will hide the defcustom definition, which is
17818         bad.)
17819
17820         * canlock.el: Require sha1, not sha1-el.
17821
17822         * message.el: Don't autoload sha1 (there is a autoload cookie in
17823         sha1.el).
17824
17825         * sha1-el.el: Rename to sha1.el.
17826
17827 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17828
17829         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17830
17831 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17832
17833         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17834
17835 2004-08-30  Kim F. Storm  <storm@cua.dk>
17836
17837         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17838
17839         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17840         Add :group 'nnimap.
17841
17842 2004-08-30  Andreas Schwab  <schwab@suse.de>
17843
17844         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17845         ?* and ?\;.
17846
17847         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17848         and ?\' to symbol instead of whitespace.
17849
17850 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17851
17852         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17853
17854         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17855         instead of re-search-forward.
17856
17857         * gnus-uu.el (gnus-uu-save-article): Ditto.
17858         (gnus-uu-post-encode-uuencode): Ditto.
17859
17860         * html2text.el (html2text-clean-list-items): Ditto.
17861         (html2text-clean-dtdd): Ditto.
17862         (html2text-format-tags): Ditto.
17863
17864         * message.el (message-send-mail-with-sendmail): Fix regexp.
17865         (message-fill-field-general): Use search-forward instead of
17866         re-search-forward.
17867         (unbold-region): Ditto.
17868
17869         * nnrss.el (nnrss-request-article): Ditto.
17870
17871         * nnslashdot.el (nnslashdot-request-article): Ditto.
17872
17873         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17874
17875         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17876         "Unrecognized menu descriptor" error in XEmacs.
17877
17878 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17879
17880         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17881         parent article of a sparse article in the thread hashtb.
17882
17883 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17884
17885         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17886         (nnmail-expand-newtext): Lowercase expanded entries if
17887         nnmail-split-lowercase-expanded is non-nil.
17888
17889 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17890
17891         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17892
17893         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17894         of gnus-tmp-news-method into string under XEmacs.  It will be
17895         passed to gnus-correct-length which takes only a string argument.
17896
17897 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17898
17899         * gnus-util.el (gnus-bind-print-variables): New macro.
17900         (gnus-prin1): Use it.
17901         (gnus-prin1-to-string): Use it.
17902         (gnus-pp): New function.
17903         (gnus-pp-to-string): New function.
17904
17905         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17906         Replace pp-to-string with gnus-pp-to-string.
17907         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17908         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17909         * gnus-msg.el (gnus-debug): Ditto.
17910         * gnus-score.el (gnus-score-save): Ditto.
17911         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17912         gnus-pp-to-string.
17913         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17914         with gnus-pp.
17915         * score-mode.el (gnus-score-pretty-print): Ditto.
17916         * webmail.el (webmail-debug): Ditto.
17917
17918 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * gnus-art.el (article-display-face, article-display-x-face):
17921         Use buffer-read-only.
17922
17923 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17924
17925         * gnus-art.el (article-hide-list-identifiers):
17926         Bind inhibit-read-only as t.
17927
17928 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17929
17930         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17931
17932 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17933
17934         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17935         (gnus-narrow-to-page): Don't assume point-min == 1.
17936         (gnus-article-edit-mode): Derive from message-mode.
17937
17938         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17939         point-min == 1.
17940
17941         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17942         Disable incorrect use of `assert'.
17943
17944         * message.el (message-mode): Set comment-start-skip.
17945
17946
17947 2004-08-22  Sam Steingold  <sds@gnu.org>
17948
17949         * pop3.el (pop3-leave-mail-on-server): New user variable.
17950         (pop3-movemail): Delete mail only when it is nil.
17951
17952 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17953
17954         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17955
17956         * mml.el (mml-preview): Use `pop-to-buffer'.
17957
17958         * message.el (message-goto-mail-followup-to): Insert after "To".
17959         (message-carefully-insert-headers): Add comment.
17960
17961         * gnus.el: Remove unused variable `gnus-article-check-size'.
17962
17963         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17964
17965         * gnus-art.el (gnus-button-alist):
17966         Improve `gnus-button-handle-library' entry.
17967
17968 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17969
17970         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17971         Use downcase, since XEmacs capitalizes error messages differently.
17972
17973 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17974
17975         * nntp.el: Add (require 'gnus) due to reference to
17976         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17977
17978 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17979
17980         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17981         Bind `mm-fill-flowed'.
17982
17983         * mm-decode.el (mm-dissect-singlepart): Check it.
17984
17985 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17986
17987         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17988         'imap' for netrc parsing.
17989
17990 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17991
17992         * mailcap.el (mailcap-mime-data): Mark as risky.
17993
17994 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17995
17996         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17997         may be included in the encoded word.
17998         (rfc2047-encode): Don't append a space if the encoded word
17999         includes close parenthesis.
18000
18001 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18004         of text within parentheses.
18005
18006 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18007
18008         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18009         (gnus-encrypt-write-file-contents): Make the password key the file
18010         name PLUS the cipher, not just the cipher.  Also remove failed
18011         passwords from the cache.
18012
18013 2004-08-06  Simon Josefsson  <jas@extundo.com>
18014
18015         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18016         Doc fix.
18017
18018 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18019
18020         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18021         LWSP.
18022
18023 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18024
18025         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18026         Try to append in-reply-to: data to the references: header.
18027
18028         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18029         (netrc-parse): Use gnus-encrypt.el functions.
18030
18031         * gnus-encrypt.el: Add new file for encryption support; currently
18032         does only a few GPG ciphers and an internal XOR cipher.
18033
18034         * password.el: Add comments on using password-read-and-add.
18035         (password-read-and-add): Add function to read and add the
18036         password to the cache at once.
18037
18038 2004-07-28  Simon Josefsson  <jas@extundo.com>
18039
18040         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18041         parameter (but don't use it, for now).
18042
18043         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18044         instead of hard coding to nil.
18045
18046 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18047
18048         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18049         as mm-inline-image-xemacs does.
18050
18051 2004-07-26  Simon Josefsson  <jas@extundo.com>
18052
18053         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18054         Revert part of 2004-07-17 change below.
18055
18056 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18059         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18060
18061 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18062
18063         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18064         quotes that actually start with ">" at the beginning of the
18065         lines.
18066
18067 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18068
18069         * rfc2047.el (rfc2047-encode-region): Fix last change.
18070         (rfc2047-encode-parameter): Remove useless concat.
18071
18072 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18073
18074         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18075         encode special characters; fix some kind of misconfigured headers;
18076         signal a real error if debug-on-quit or debug-on-error is non-nil.
18077         (rfc2047-encode-max-chars): New variable.
18078         (rfc2047-encode-1): Use it.
18079         (rfc2047-encode-parameter): New function.
18080
18081         * mml.el (mml-insert-parameter): Remove an excessive space.
18082
18083 2004-07-17  Simon Josefsson  <jas@extundo.com>
18084
18085         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18086         Kai Grossjohann <kai@emptydomain.de>.
18087         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18088         (gnus-group-make-menu-bar): Ditto.
18089
18090         * gnus-util.el (gnus-group-server): Add.
18091
18092 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18093
18094         * message.el (message-clone-locals): Clone sendmail and smtp
18095         variables.
18096
18097 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18098
18099         * rfc2047.el (rfc2047-encode-region): Fix last change.
18100
18101 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18102
18103         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18104         characters as non-special.
18105
18106 2004-07-09  Simon Josefsson  <jas@extundo.com>
18107
18108         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18109         Users will lose all flag changes made while unplugged with
18110         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18111         good default.  See numerous reports on ding mailing list.
18112
18113 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18114
18115         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18116         add generate-head-function and generate-article-function to the
18117         rfc822-forward entry.
18118         (nndoc-rfc822-forward-generate-article): New function.
18119         (nndoc-rfc822-forward-generate-head): New function.
18120
18121         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18122
18123 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18124
18125         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18126         respect display group parameter and gnus-summary-expunge-below.
18127         (gnus-articles-to-read): Remove unused reference to display group
18128         parameter.
18129
18130 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18131
18132         * nnheader.el (nnheader-uniquify-message-id): New experimental
18133         variable.
18134         (nnheader-nov-read-message-id): Use it.
18135
18136         * spam-report.el (spam-report-gmane): Add interactive.
18137
18138 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * mm-encode.el (mm-content-transfer-encoding-defaults):
18141         Use qp-or-base64 for the application/* types.
18142
18143 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18144
18145         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18146
18147 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18148
18149         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18150         trim value.
18151
18152 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18153
18154         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18155         New macro and function.
18156         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18157
18158 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18161         after-load-alist.
18162
18163 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18164
18165         * gnus-group.el (gnus-group-get-new-news-this-group):
18166         Don't update info that isn't there.
18167
18168 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18169
18170         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18171         entry.
18172
18173 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18174
18175         * mm-view.el (mm-inline-render-with-function): Use multibyte
18176         buffer; decode html source by charset.
18177
18178         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18179
18180         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18181         Mule-UCS is loaded under XEmacs.
18182         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18183
18184 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18185
18186         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18187
18188 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18189
18190         * mm-util.el (mm-coding-system-p): Return a coding-system.
18191         (mm-mime-mule-charset-alist): Use shift_jis instead of
18192         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18193         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18194         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18195         instead of japanese-shift-jis and iso-latin-1 respectively in
18196         order to share the default value with both Emacs and XEmacs-mule.
18197         (mm-mule-charset-to-mime-charset):
18198         Make mm-coding-system-priorities effective.
18199         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18200         while predicating of candidates upon the priorities.
18201
18202 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18203
18204         * gnus-sum.el (gnus-summary-make-menu-bar):
18205         Add gnus-uu-invert-processable.
18206
18207         * gnus.el: Autoload gnus-uu-invert-processable.
18208
18209 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18210
18211         * mm-util.el (mm-with-multibyte-buffer): New macro.
18212
18213         * rfc2047.el (rfc2047-encode-string): Use it.
18214         (rfc2047-encode-region): Move point to the end of the region after
18215         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18216
18217 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18218
18219         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18220         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18221
18222 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18223
18224         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18225         (gnus-cite-parse): Ignore quoted envelope From_.
18226         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18227
18228 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18229
18230         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18231         invalid addresses.
18232
18233 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18234
18235         * spam.el: Change section markers, revise TODO list.
18236         (spam-backends): Make new master list of all installed backends.
18237         (spam-summary-exit-behavior): Add new variable to determine how
18238         messages moves are done at summary exit.
18239         (spam-move-spam-nonspam-groups-only)
18240         (spam-process-ham-in-nonham-groups)
18241         (spam-process-ham-in-spam-groups): Remove variables, the
18242         spam-summary-exit-behavior variable should be used to manage this
18243         behavior.
18244         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18245         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18246         and spam-old-spam-articles.
18247         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18248         Add empty variables, placeholders for the backends they represent.
18249         (spam-set-difference): Move, unchanged.
18250         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18251         unless the user has a processor variable.
18252         (spam-classifications, spam-classification-valid-p)
18253         (spam-backend-properties, spam-backend-property-valid-p)
18254         (spam-backend-function-type-valid-p)
18255         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18256         (spam-report-articles-gmane, spam-report-articles-resend):
18257         Remove functions, they are not needed.
18258         (spam-install-backend-super, spam-backend-list)
18259         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18260         (spam-backend-function, spam-backend-ham-registration-function)
18261         (spam-backend-spam-registration-function)
18262         (spam-backend-ham-unregistration-function)
18263         (spam-backend-spam-unregistration-function)
18264         (spam-backend-statistical-p, spam-backend-mover-p)
18265         (spam-install-backend-alias, spam-install-checkonly-backend)
18266         (spam-install-mover-backend, spam-install-nocheck-backend)
18267         (spam-install-backend, spam-install-statistical-backend)
18268         (spam-install-statistical-checkonly-backend): Add backend installation
18269         support.
18270         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18271         (spam-group-processor-p): Use the new backend code and respect the
18272         summary exit behavior.
18273         (spam-mark-spam-as-expired-and-move-routine): Remove.
18274         (spam-summary-prepare): Change to use the new spam-old-articles
18275         variable.
18276         (spam-copy-or-move-routine, spam-copy-spam-routine)
18277         (spam-move-spam-routine, spam-copy-ham-routine)
18278         (spam-move-ham-routine): Add code to copy/move ham or spam.
18279         (spam-fetch-field-fast): Improve doc and code, plus allow the
18280         'number request.
18281         (spam-list-of-checks, spam-list-of-statistical-checks):
18282         Remove variables.
18283         (spam-split, spam-find-spam): Use the new backend code.
18284         (spam-registration-functions): Remove variable.
18285         (spam-unregister-routine): Add convenience wrapper.
18286         (spam-log-undo-registration, spam-register-routine)
18287         (spam-log-processing-to-registry)
18288         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18289         where possible.
18290         (spam-check-gmane-xref, spam-check-regex-headers)
18291         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18292         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18293         (spam-check-bogofilter-headers, spam-check-spamoracle)
18294         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18295         (spam-check-crm114-headers): Use the spam-split-group that
18296         spam-split prepares, no need to determine it every time.
18297
18298         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18299         to the nnheader-parse-naked-head call.
18300
18301         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18302
18303         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18304         the nnheader-nov-read-message-id call.
18305
18306 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18309         gnus-activate-group twice.  Suggested by Markus Peter
18310         <warp@spin.de>.
18311
18312 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18313
18314         * gnus-art.el (gnus-article-time-format): Exchange the order of
18315         day and month in the default value; fix customization type.
18316         (article-date-ut): Use add-text-properties.
18317         (article-make-date-line): Use message-make-date instead of
18318         current-time-string.
18319
18320         * message.el (message-fetch-field): Don't use set-text-properties.
18321         (message-make-date): Simplify.
18322
18323         * messagexmas.el (message-xmas-make-date): New function.
18324         (message-xmas-redefine): Defalias message-make-date to it.
18325
18326 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18327
18328         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18329         (rfc2047-encode-region): Treat text within parentheses as special;
18330         show the original text when error has occurred.
18331
18332         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18333         already-computed method to gnus-activate-group.
18334
18335         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18336         same select-methods identical Lisp objects.
18337
18338         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18339         object when modifying the info.
18340
18341 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18342
18343         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18344         gnus-opened-servers since it has never been opened with the new
18345         configuration yet.
18346
18347 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18348
18349         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18350         arg to nnheader-generate-fake-message-id.
18351
18352 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18353
18354         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18355         number and build a fake message ID localized to a group and
18356         article number (so it's repeatable from that point on).
18357         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18358         ID format.
18359
18360         * gnus-sum.el (gnus-get-newsgroup-headers):
18361         Call nnheader-generate-fake-message-id with the article number.
18362
18363 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18364
18365         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18366         end-of-buffer.
18367
18368 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18369
18370         * message.el (message-ignored-supersedes-headers): Add Approved.
18371
18372 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18373
18374         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18375         goto-char.
18376         (rfc2047-encode): Fold the line before encoding.
18377
18378 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18379
18380         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18381         folding -- not all headers can be folded, and this should be done
18382         by the message composition mode.  Probably.  I think.
18383
18384 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18385
18386         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18387         fast.
18388
18389         * gnus-ems.el (gnus-remove-image): Don't use
18390         message-text-with-property; remove only the image found first.
18391
18392         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18393         found first.
18394
18395 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18396
18397         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18398
18399 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * message.el (message-text-with-property): Make it fast and accept
18402         optional arguments.
18403         (message-strip-forbidden-properties): Use it.
18404         (message-fix-before-sending): Follow the m-t-w-p change.
18405
18406         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18407
18408 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18409
18410         * gnus-art.el (article-hide-headers): Don't change the buffer
18411         mistakenly when performing mml-preview even if
18412         gnus-single-article-buffer is nil.
18413
18414 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18415
18416         * message.el (message-expand-name-databases): New user option.
18417         (message-expand-name): Use it.
18418
18419 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18420
18421         * spam.el (spam-report-articles-resend)
18422         (spam-report-resend-register-routine): Allow ham reporting.
18423         (spam-report-resend-register-ham-routine): Add wrapper.
18424         (spam-registration-functions): Add ham resending functions.
18425         (spam-list-of-processors): Add ham resend processor.
18426
18427         * gnus.el (ham-resend-to): Add new group parameter.
18428         (spam-process): Add ham resend option.
18429
18430         * spam-report.el (spam-report-resend): Allow reporting ham.
18431         (spam-report-resend-ham): Add wrapper.
18432
18433 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18434
18435         * message.el (message-cite-articles-with-x-no-archive):
18436         New variable.
18437         (message-cite-original): Use it.
18438
18439 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18440
18441         * message.el (message-cite-original): Respect X-No-Archive.
18442
18443 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18444
18445         * gnus-art.el (article-hide-headers): Refer to the values for
18446         gnus-ignored-headers and gnus-visible-headers in the summary
18447         buffer since a user may have set them as group parameters.
18448
18449 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18450
18451         * assistant.el (assistant-node-name): Add convenience function.
18452         (assistant-render-text, assistant-render-node): Add error handling,
18453         plus handle multiple next nodes.
18454         (assistant-find-next-node): Comment out for now.
18455         (assistant-find-next-nodes): Add function, returns list of next
18456         nodes.
18457
18458 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18459
18460         * mail-source.el (mail-source-directory): Fix doc-string.
18461
18462 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18463
18464         * assistant.el (assistant-render-text, assistant-eval): Add :set
18465         widget type, which is different because it takes and returns a
18466         list.  Much hilarity ensues.
18467
18468 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18469
18470         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18471
18472         * gnus-group.el (gnus-group-get-new-news-this-group):
18473         Add doc-string.
18474
18475         * gnus-start.el (gnus-activate-group): Add doc-string.
18476
18477 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18478
18479         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18480
18481 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18482
18483         * assistant.el (assistant-render-text): Try to add a :set
18484         widget, more to come.
18485
18486         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18487         strings.
18488         (spam-report-articles-resend)
18489         (spam-register-routine): Do registration iff any articles warrant
18490         it.
18491         (spam-summary-prepare-exit): Change log message for nil group
18492         destinations.
18493
18494 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18495
18496         * spam.el (spam-report-resend-register-routine):
18497         Allow spam-report-resend-to to be a group parameter or a global value.
18498
18499 2004-05-26  Simon Josefsson  <jas@extundo.com>
18500
18501         * starttls.el: Merge with my GNUTLS based starttls.el.
18502         (starttls-gnutls-program, starttls-use-gnutls)
18503         (starttls-extra-arguments, starttls-process-connection-type)
18504         (starttls-connect, starttls-failure, starttls-success):
18505         New variables.
18506         (starttls-program, starttls-extra-args): Doc fix.
18507         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18508         New functions.
18509         (starttls-negotiate, starttls-open-stream):
18510         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18511         function if it is set.
18512
18513 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18514
18515         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18516         structured fields.
18517
18518 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18519
18520         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18521
18522 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18523
18524         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18525         Add variable.
18526         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18527         assigning the spam-mark to new messages.
18528
18529 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18530
18531         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18532
18533 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18534
18535         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18536
18537         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18538         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18539         default.
18540
18541 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18542
18543         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18544         correct data.
18545
18546 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18547
18548         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18549         (spam-group-processor-p): Fix function.
18550         (spam-group-processor-multiple-p)
18551         (spam-group-spam-processor-report-gmane-p)
18552         (spam-group-spam-processor-report-resend-p)
18553         (spam-group-spam-processor-bogofilter-p)
18554         (spam-group-spam-processor-blacklist-p)
18555         (spam-group-spam-processor-ifile-p)
18556         (spam-group-ham-processor-ifile-p)
18557         (spam-group-spam-processor-spamoracle-p)
18558         (spam-group-spam-processor-crm114-p)
18559         (spam-group-ham-processor-bogofilter-p)
18560         (spam-group-spam-processor-stat-p)
18561         (spam-group-ham-processor-stat-p)
18562         (spam-group-ham-processor-whitelist-p)
18563         (spam-group-ham-processor-BBDB-p)
18564         (spam-group-ham-processor-spamoracle-p)
18565         (spam-group-ham-processor-copy-p): Remove functions with some
18566         prejudice against unneeded code.
18567         (spam-report-articles-resend)
18568         (spam-report-resend-register-routine): Allow the group/topic
18569         spam-resend-to value to override spam-report-resend-to.
18570         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18571         properly now.
18572
18573         * gnus.el (spam-resend-to): Add group/topic parameter.
18574         (spam-process): Move the OBSOLETE processors to the end of the
18575         choices.
18576
18577 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18578
18579         * spam-report.el (spam-report-resend-to, spam-report-resend):
18580         Start with resend-to set to nil, and then ask the user if necessary.
18581         (spam-report-resend): spam-report-resend takes a list of articles, not
18582         separate article numbers.
18583
18584 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18585
18586         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18587         addition to emacs-w3m.
18588
18589 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18590
18591         * assistant.el (assistant-authinfo-data): New function.
18592         (assistant-eval): Eval for entire assistant.
18593
18594         * netrc.el (netrc-services-file): New variable.
18595         (netrc-parse-services): New function.
18596         (netrc-find-service-name): New function.
18597         (netrc-find-service-number): New function.
18598         (netrc-port-equal): New function.
18599         (netrc-machine): Use it.
18600
18601         * nnimap.el (nnimap-open-connection): Use netrc.
18602
18603         * gnus-util.el (gnus-netrc-get): Remove aliases.
18604
18605         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18606
18607         * assistant.el (wid-edit): Fix compilation.
18608
18609         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18610
18611 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18612
18613         * gnus-util.el (gnus-set-file-modes): New function.  (small
18614         patch).
18615
18616 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18617
18618         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18619
18620         * assistant.el (assistant-render-node): Fix up rendering and
18621         read-only text.
18622         (assistant-render-node): Reset.
18623         (assistant-make-read-only): Not sticky.
18624
18625 2004-05-20  Danny Siu  <dsiu@adobe.com>
18626
18627         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18628         centered even when gnus-auto-center-summary is t.
18629
18630 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18631
18632         * dns.el (dns-get-txt-answer): New function.
18633         (dns-read-txt): Ditto.
18634         (query-dns): Use it.
18635
18636 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18637
18638         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18639         active for foreign groups even if the group level is higher than
18640         the specified value.
18641
18642 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18643
18644         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18645         non-active groups.
18646
18647         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18648
18649 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18650
18651         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18652
18653 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18654
18655         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18656         (spam-crm114-header, spam-crm114-spam-switch)
18657         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18658         (spam-crm114-positive-spam-header)
18659         (spam-crm114-database-directory, spam-list-of-processors)
18660         (spam-group-spam-processor-crm114-p)
18661         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18662         (spam-generic-score, spam-list-of-checks)
18663         (spam-list-of-statistical-checks, spam-registration-functions)
18664         (spam-check-crm114-headers, spam-crm114-score)
18665         (spam-check-crm114, spam-crm114-register-with-crm114)
18666         (spam-crm114-register-spam-routine)
18667         (spam-crm114-unregister-spam-routine)
18668         (spam-crm114-register-ham-routine)
18669         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18670         From asjo@koldfront.dk (Adam Sjøgren).
18671
18672         * gnus.el: Add spam-use-crm114.
18673
18674         * spam.el (spam-list-of-processors, spam-registration-functions):
18675         Add spam-use-resend.
18676         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18677         (spam-report-articles-gmane): Add doc fix.
18678         (spam-report-articles-resend, spam-report-resend-register-routine):
18679         Add wrappers around spam-report-resend-to.
18680
18681         * spam-report.el (spam-report-resend-to, spam-report-resend):
18682         Add support for resending spam.
18683         (spam-report-gmane): Fix line length >80.
18684
18685         * gnus.el (spam-process): Add spam-use-resend.
18686
18687 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18688
18689         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18690         number of processed spam messages.
18691         (spam-ham-copy-or-move-routine): Return the number of processed
18692         ham messages.
18693         (spam-summary-prepare-exit): Use the above values to decide
18694         whether status messages shouled be displayed.
18695
18696 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18697
18698         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18699         `rfc2047-encoding-function-alist' in order to avoid conflicting
18700         with the old version.
18701         (rfc2047-encode-region): Concatenate words containing non-ASCII
18702         characters in structured fields; don't encode space-delimited
18703         ASCII words even in unstructured fields; don't break words at
18704         char-category boundaries.
18705         (rfc2047-encode-1): New function.
18706         (rfc2047-encode): Use it; encode text so that it occupies the
18707         maximum width within 76-column; work correctly on Q encoding for
18708         iso-2022-* charsets.
18709         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18710         sure not to break a line just after the header name.
18711         (rfc2047-b-encode-region): Remove.
18712         (rfc2047-b-encode-string): New function.
18713         (rfc2047-q-encode-region): Remove.
18714         (rfc2047-q-encode-string): New function.
18715
18716         * mm-util.el (mm-replace-in-string): New function.
18717
18718 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18719
18720         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18721         Really get it right.
18722         (gnus-inews-make-draft): Really.
18723
18724 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18725
18726         * nnmh.el (nnmh-request-list-1): Don't check the link count
18727         before descending.  (small patch)
18728
18729 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18730
18731         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18732         stuff.
18733
18734         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18735         Match on real group name.
18736
18737         * gnus-art.el (gnus-signature-limit): Doc fix.
18738
18739         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18740
18741         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18742
18743 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18744
18745         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18746         isn't a string.
18747
18748 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18749
18750         * gnus-draft.el (gnus-draft-send):
18751         Bind rfc2047-encode-encoded-words.
18752
18753         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18754         (rfc2047-encodable-p): Say that =? needs encoding.
18755         (rfc2047-encode-encoded-words): New variable.
18756
18757         * gnus-group.el (gnus-group-select-group): Doc fix.
18758
18759         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18760
18761         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18762         to nil.
18763
18764         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18765
18766         * nnheader.el (nnheader-get-lines-and-char): New function.
18767
18768 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18769
18770         * gnus-msg.el (gnus-summary-followup-with-original):
18771         Document yanking of region when active.
18772
18773 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18774
18775         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18776         groups if the group level is higher than the specified value.
18777
18778 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18779
18780         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18781         (gnus-group-jump-to-group): Add prefix argument using
18782         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18783         non-active group.
18784
18785         * compface.el (uncompface): Be verbose when changing
18786         `uncompface-use-external'.
18787
18788         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18789         handle manual section.
18790
18791 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18792
18793         * gnus-art.el (gnus-button-alist): Revert previous change.
18794
18795 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18796
18797         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18798
18799 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18800
18801         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18802         whether backend can accept message.
18803
18804         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18805
18806 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18807
18808         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18809         Avoid creating directory when nntp-marks-is-evil is true.
18810         Reported by Reiner Steib.
18811
18812 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18813
18814         * gnus-picon.el (gnus-picon-style): New variable.
18815         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18816         (gnus-picon-transform-address): Support `gnus-picon-style'.
18817         From Jesper Harder <harder@ifa.au.dk>.
18818
18819 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18820
18821         * message.el (message-fill-field): Return point.
18822         (message-generate-headers): Go to end of field.
18823
18824         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18825         stuff for non-living groups.
18826
18827 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18828
18829         * gnus-art.el (gnus-article-followup-with-original)
18830         (gnus-article-reply-with-original): gnus-mark-active-p ->
18831         gnus-region-active-p.
18832
18833 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18834
18835         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18836         only when there is spam or ham to be processed.
18837
18838 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18839
18840         * mail-source.el (mail-source-delete-crash-box): Refactor.
18841         (mail-source-fetch): Use it.
18842         (mail-source-fetch-file): Ditto.
18843         (mail-source-fetch-directory): Run postscript in loop.
18844         (mail-source-fetch-pop): Delete.
18845         (mail-source-fetch-maildir): Ditto.
18846         (mail-source-fetch-imap): Ditto.
18847
18848         * imap.el (imap-authenticators): Comment out sasl.
18849
18850         * message.el (message-skip-to-next-address): New function.
18851         (message-fill-header-address): Refactor.
18852         (message-fill-address): Use it.
18853         (message-delete-address): Use it.
18854         (message-fill-header-general): Refactor.
18855         (message-fill-field-address): Rename.
18856         (message-narrow-to-field): Find the start of the header.
18857         (message-header-format-alist): Don't pre-fill.
18858         (message-fill-header): Remove.
18859         (message-insert-header): New function.
18860         (message-shorten-references): Use it.
18861
18862         * rfc2047.el (rfc2047-field-value): Strip props.
18863
18864         * mail-parse.el (mail-header-make-address): New alias.
18865
18866         * ietf-drums.el (ietf-drums-make-address): New function.
18867
18868         * imap.el: Add compiler directives.
18869
18870         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18871
18872         * gnus-art.el (article-decode-idna-rhs): Don't use
18873         message-idna-inside-rhs-p.
18874
18875 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18876
18877         * message.el (message-idna-inside-rhs-p): Remove.
18878         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18879
18880         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18881         false positives.
18882
18883 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18884
18885         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18886
18887 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18888
18889         * nneething.el (nneething-file-name): Don't create spurious
18890         files.
18891
18892         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18893         (gnus-inews-do-gcc): Remove sleep.
18894
18895         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18896         part under point.
18897
18898         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18899         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18900
18901 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18902
18903         * spam.el (spam-summary-prepare-exit): Fix (length).
18904
18905 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18906
18907         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18908         as expired without moving it" message when there are spam
18909         messages left.
18910
18911 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18912
18913         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18914         header is not nil.
18915
18916 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18917
18918         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18919         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18920         (nntp-marks-changed-p): New arg SERVER.
18921         (nntp-request-update-info): Adjust caller.
18922
18923 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18924
18925         * nntp.el (nntp-save-marks): Pass missing arg.
18926
18927 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18928
18929         * nntp.el: Support marks.
18930         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18931         (nntp-marks-modtime, nntp-marks-directory): New variables.
18932         (nntp-request-set-mark, nntp-request-update-info)
18933         (nntp-possibly-create-directory, nntp-marks-changed-p)
18934         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18935         New functions.
18936
18937 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18938
18939         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18940         (gnus-xmas-redefine): Rename.
18941
18942         * gnus-score.el (gnus-score-insert-help):
18943         Use gnus-select-lowest-window.
18944
18945         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18946         appt-select-lowest-window and rename to gnus-select-lowest-window.
18947
18948         * gnus.el: do.
18949
18950 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18951
18952         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18953         encodings of MIME-encoded words, in order to improve
18954         interoperability with several broken MUAs.
18955
18956 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18957
18958         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18959         tags, only when charsets are not specified in headers.
18960         (mm-inline-text-html-render-with-w3m): Ditto.
18961
18962         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18963         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18964
18965 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18966
18967         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18968         instead of MIME-decoded from fields when checking
18969         `gnus-article-address-banner-alist'.
18970
18971 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18972
18973         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18974         description rather than subject.
18975
18976 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18977
18978         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18979
18980 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18981
18982         * gnus.el (gnus-version-number): Bump.
18983
18984 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18985
18986         * gnus.el: No Gnus v0.2 is released.
18987
18988 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18989
18990         * gnus-agent.el (gnus-agent-read-agentview):
18991         Inline gnus-uncompress-range.
18992
18993 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18994
18995         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18996         `exec-installed-p'.
18997
18998 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18999
19000         * gnus.el (spam-process, spam-autodetect-methods):
19001         Add bsfilter and bsfilter-headers.
19002
19003         * spam.el (spam-bsfilter): New customize group.
19004         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19005         (spam-bsfilter-header, spam-bsfilter-probability-header)
19006         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19007         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19008         (spam-bsfilter-database-directory): New options.
19009         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19010         (spam-list-of-statistical-checks, spam-registration-functions):
19011         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19012         (spam-bsfilter-score): New command.
19013         (spam-check-bsfilter-headers, spam-check-bsfilter)
19014         (spam-bsfilter-register-with-bsfilter)
19015         (spam-bsfilter-register-spam-routine)
19016         (spam-bsfilter-unregister-spam-routine)
19017         (spam-bsfilter-register-ham-routine)
19018         (spam-bsfilter-unregister-ham-routine): New functions.
19019         (spam-generic-score): Support bsfilter; Accept an optional argument
19020         to recalcurate spam score even if scoring header has already been
19021         added.
19022         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19023         optional argument to recalcurate spam score even if scoring header
19024         has already been added.
19025
19026 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19027
19028         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19029         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19030         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19031         link is missing.
19032
19033 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19034
19035         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19036         (html2text-get-attr): Rewrite.
19037
19038         * message.el (message-setup-1): Remove redundant put-text-property
19039         on mail-header-separator.
19040
19041 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19042
19043         * gnus-registry.el (gnus-registry-cache-whitespace)
19044         (gnus-registry-action, gnus-registry-spool-action)
19045         (gnus-registry-split-fancy-with-parent): Change message levels
19046         from 5 to 3 or 7, as needed.
19047
19048         * spam.el (spam-summary-prepare-exit)
19049         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19050         (spam-split, spam-find-spam, spam-log-undo-registration)
19051         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19052         level from 5 to 6.
19053
19054 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19055
19056         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19057         2004-03-04 change).
19058
19059 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19060
19061         * sieve-manage.el (sieve-manage-open):
19062         * nnweb.el (nnweb-insert-html):
19063         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19064         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19065         * nnspool.el (nnspool-request-group):
19066         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19067         * nnml.el (nnml-request-update-info):
19068         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19069         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19070         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19071         (nnimap-request-set-mark):
19072         * nnfolder.el (nnfolder-request-update-info):
19073         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19074         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19075         * gnus-uu.el (gnus-uu-find-articles-matching):
19076         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19077         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19078         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19079         * gnus-nocem.el (gnus-nocem-scan-groups):
19080         * gnus-int.el (gnus-start-news-server):
19081         * gnus-group.el (gnus-group-make-kiboze-group)
19082         (gnus-group-browse-foreign-server):
19083         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19084         Use mapc when appropriate.
19085
19086 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19087
19088         FIXME: Make separate entries for each person.
19089
19090         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19091         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19092         <shields@msrl.com>:
19093
19094         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19095         may need for spam sorting and scoring.
19096         (spam-user-format-function-S): Add user format function suitable for
19097         general use.
19098         (spam-article-sort-by-spam-status): Add sorting function for summary
19099         sorting.
19100         (spam-extra-header-to-number): Add function to get a score from a
19101         header.
19102         (spam-summary-score): Add function to get a numeric score from the
19103         headers.
19104         (spam-generic-score): Fix function doc, was in wrong place.
19105         (spam-initialize): Take symbols when it's run, and install the
19106         extra headers that spam-necessary-extra-headers thinks we need.
19107
19108 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19109
19110         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19111         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19112
19113 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19114
19115         * gnus-sum.el (gnus-set-global-variables)
19116         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19117         (gnus-article-get-xrefs, gnus-summary-best-group)
19118         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19119         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19120         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19121         Use with-current-buffer.
19122
19123 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19124
19125         * spam.el (spam-summary-prepare-exit): Simplify logic.
19126         (spam-fetch-article-header): Read the article header if it's not
19127         available.
19128         (spam-list-articles): Simplify logic.
19129         (spam-filelist-register-routine): Fix bug with unregister-list.
19130
19131         * gnus-registry.el: Fix comments at beginning.
19132
19133 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19134
19135         * message.el (message-cater-to-broken-inn): Remove.
19136         (message-shorten-references): Make sure the total folded length of
19137         References is shorter than 998 characters to cater to a bug in INN
19138         2.3.  Also, don't pretend that references aren't folded -- this
19139         hasn't worked for a while.
19140
19141 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19142
19143         * gnus-agent.el (gnus-agentize):
19144         gnus-agent-send-mail-real-function no longer set to current value
19145         of message-send-mail-function but rather a lambda that calls
19146         message-send-mail-function.  The change makes the agent real-time
19147         responsive to user changes to message-send-mail-function.
19148
19149 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19150
19151         * legacy-gnus-agent.el
19152         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19153         help from Florian Weimer <fw@deneb.enyo.de>
19154
19155 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19156
19157         * nnmail.el (nnmail-cache-insert): Revert last change.
19158
19159 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19160
19161         * nnmail.el (nnmail-cache-insert): Always check whether
19162         nnmail-cache-ignore-groups matches a group name.
19163
19164 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19165
19166         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19167         (spam-find-spam, spam-log-processing-to-registry)
19168         (spam-log-registered-p, spam-log-unregistration-needed-p)
19169         (spam-log-undo-registration): Use gnus-message instead of
19170         gnus-error, none of these errors are fatal.
19171
19172         * gnus-registry.el (gnus-registry-clean-empty-function)
19173         (gnus-registry-clean-empty): Remove only empty entries without
19174         extra data.
19175
19176 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19177
19178         * spam-stat.el (spam-stat-buffer-change-to-spam)
19179         (spam-stat-buffer-change-to-non-spam): Change (error) to
19180         (gnus-message 8) invocation.
19181
19182 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19183
19184         * nntp.el (nntp-via-netcat-command): New variable.
19185         (nntp-via-netcat-switches): New variable.
19186         (nntp-open-via-rlogin-and-netcat): New function.
19187         (nntp-open-connection-function): Doc fix.
19188         (nntp-telnet-command): Doc fix.
19189         (nntp-end-of-line): Doc fix.
19190         (nntp-via-rlogin-command): Doc fix.
19191         (nntp-via-user-name): Doc fix.
19192         (nntp-via-address): Doc fix.
19193
19194 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19195
19196         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19197         error in Emacs 21.1.
19198
19199 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19200
19201         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19202
19203 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19204
19205         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19206         (gnus-agent-with-refreshed-group): New macro.
19207         (gnus-agent-rename-group): New function.
19208         (gnus-agent-delete-group): New function.
19209         (gnus-agent-save-group-info): Use gnus-command-method when
19210         `method' parameter is nil.  Don't write nil entries into the
19211         active file.
19212         (gnus-agent-get-group-info): New function.
19213         (gnus-agent-fetch-articles):
19214         Use gnus-agent-update-files-total-fetched-for to increment disk space
19215         used.
19216         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19217         Use gnus-agent-update-view-total-fetched-for to increment disk space
19218         used.
19219         (gnus-agent-get-local): Add optional parameters to avoid calling
19220         gnus-group-real-name and gnus-find-method-for-group.
19221         (gnus-agent-set-local): Delete stored entry if either min, or max,
19222         are nil.
19223         (gnus-agent-fetch-session): Reworded error/quit messages.
19224         On quit, use gnus-agent-regenerate-group to record existance of any
19225         articles fetched to disk before the quit occurred.
19226         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19227         gnus-agent-update-view-total-fetched-for, and
19228         gnus-agent-update-files-total-fetched-for to decrement disk space
19229         used.
19230         (gnus-agent-retrieve-headers):
19231         Use gnus-agent-update-view-total-fetched-for to increment disk space
19232         used.
19233         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19234         with gnus-agent-update-files-total-fetched-for to decrement disk
19235         space and fresh group buffer.
19236         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19237         (gnus-agent-need-update-total-fetched-for): New variable.
19238         (gnus-agent-update-files-total-fetched-for): New function.
19239         (gnus-agent-update-view-total-fetched-for): New function.
19240         (gnus-agent-total-fetched-for): New function.
19241
19242         * gnus-cache.el (gnus-cache-save-buffers):
19243         Use gnus-cache-update-overview-total-fetched-for to change disk space
19244         used by this group.
19245         (gnus-cache-possibly-enter-article):
19246         Use gnus-cache-update-file-total-fetched-for to increment disk space
19247         used by this group.
19248         (gnus-cache-possibly-remove-article):
19249         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19250         used by this group.
19251         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19252         (gnus-cache-rename-group): New function.
19253         (gnus-cache-delete-group): New function.
19254         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19255         (gnus-cache-need-update-total-fetched-for): New variable.
19256         (gnus-cache-with-refreshed-group): New macro.
19257         (gnus-cache-update-file-total-fetched-for): New function.
19258         (gnus-cache-update-overview-total-fetched-for): New function.
19259         (gnus-cache-rename-group-total-fetched-for): New function.
19260         (gnus-cache-delete-group-total-fetched-for): New function.
19261         (gnus-cache-total-fetched-for): New function.
19262
19263         * gnus-group.el: Require gnus-sum and autoload functions to
19264         resolve warnings when gnus-group.el compiled alone.
19265         (gnus-group-line-format): Documented new %F.
19266         (size of Fetched data) group line format; identifies disk space
19267         used by agent and cache.
19268         (gnus-group-line-format-alist): Defined new F format.
19269         (gnus-total-fetched-for): New function.
19270         (gnus-group-delete-group): No longer update
19271         gnus-cache-active-altered as gnus-request-delete-group now keeps
19272         the cache in sync.
19273         (gnus-group-list-active): Let the agent store a server's active
19274         list if currently plugged.
19275
19276         * gnus-int.el (gnus-request-delete-group):
19277         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19278         local disk in sync with the server.
19279         (gnus-request-rename-group):
19280         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19281         local disk in sync with the server.
19282
19283         * gnus-start.el (gnus-get-unread-articles):
19284         Cosmetic simplification to logic.
19285
19286         * gnus-util.el (gnus-rename-file): New function.
19287
19288 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19289
19290         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19291
19292 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19293
19294         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19295         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19296
19297 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19298
19299         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19300         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19301
19302 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19303
19304         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19305
19306 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19307
19308         * spam.el (spam-set-difference): Add function to replace
19309         gnus-set-difference in spam.el.
19310         (spam-summary-prepare-exit): Use spam-set-difference.
19311
19312 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19313
19314         * gnus-registry.el (gnus-registry-cache-file): Update to use
19315         gnus-dribble-directory OR gnus-home-directory OR ~.
19316         (gnus-registry-split-fancy-with-parent): Fix doc.
19317
19318 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19319
19320         * message.el (message-exchange-point-and-mark):
19321         Use message-mark-active-p.  Suggested by Jesper Harder
19322         <harder@ifa.au.dk>.
19323
19324 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19325
19326         * message.el (message-exchange-point-and-mark): Don't activate
19327         region if it was inactive.  Suggested by Hiroshi Fujishima
19328         <pooh@nature.tsukuba.ac.jp>.
19329
19330 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19331
19332         * gnus-art.el (article-display-face): Display Faces in the same
19333         order as X-Faces.
19334
19335 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19336
19337         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19338
19339 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19340
19341         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19342         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19343         (gnus-article-mime-hierarchy): Remove.
19344         (gnus-article-mime-hierarchy-next): Remove.
19345         (gnus-article-mode): Revert 2004-03-19 change.
19346         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19347         (gnus-insert-mime-button): Revert 2004-03-19 change.
19348         (gnus-mime-accumulate-hierarchy): Remove.
19349         (gnus-mime-enter-multipart): Remove.
19350         (gnus-mime-leave-multipart): Remove.
19351         (gnus-mime-display-part): Revert 2004-03-19 change.
19352         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19353
19354         * mml.el (mml-preview): Revert 2004-03-19 change.
19355
19356 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19357
19358         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19359
19360 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19361
19362         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19363         t while entering a file name using the mm-with-multibyte macro.
19364         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19365
19366         * mm-util.el (mm-with-multibyte): New macro.
19367
19368 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19369
19370         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19371         New user option.
19372         (gnus-mime-multipart-functions): Doc and customization fix.
19373         (gnus-article-mime-hierarchy): New variable.
19374         (gnus-article-mime-hierarchy-next): New variable.
19375         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19376         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19377         gnus-article-mime-hierarchy-next to nil.
19378         (gnus-insert-mime-button): Show hierarchy numbers.
19379         (gnus-mime-accumulate-hierarchy): New function.
19380         (gnus-mime-enter-multipart): New function.
19381         (gnus-mime-leave-multipart): New function.
19382         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19383         (gnus-mime-display-alternative): Show hierarchy numbers.
19384
19385         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19386         gnus-article-mime-hierarchy-next to nil.
19387
19388 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19389
19390         * dns.el: Don't require gnus-xmas.
19391
19392 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19393
19394         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19395         inline PGP.
19396         (mml-menu): Disable mml-quote-region if mark is inactive.
19397
19398 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19399
19400         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19401         when the group's active is not available.
19402
19403 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19404
19405         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19406         error.
19407
19408 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19409
19410         * imap.el (imap-store-password): New variable.
19411         (imap-interactive-login): Use it.
19412         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19413
19414 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19415
19416         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19417         window-start and hscroll to summary window.
19418
19419 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19420
19421         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19422         conversion message to newsrc-dribble when an actual conversion is
19423         performed.
19424
19425 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19426
19427         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19428
19429 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19430
19431         * mm-decode.el (mm-complicated-handles): New function reviving
19432         former definition of mm-multiple-handles.
19433
19434         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19435         (gnus-mime-delete-part): Use it.
19436
19437 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19438
19439         * gnus-agent.el (gnus-agent-read-local):
19440         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19441         avoid the implicit assumption that they will always be equal.
19442         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19443         coding-system-for-write, as the with-temp-file macro first prints
19444         to a buffer then saves the buffer.
19445
19446 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19447
19448         * gnus-art.el (gnus-article-edit-part): New function.
19449         (gnus-mime-save-part-and-strip): Use it; do query instead of
19450         signaling an error; don't use mm-multiple-handles.
19451         (gnus-mime-delete-part): Ditto.
19452
19453 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19454
19455         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19456         old file versions.
19457         (gnus-group-prepare-hook): Remove function that converted list
19458         form of gnus-agent-expire-days to group properties.
19459
19460         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19461         (gnus-request-accept-article): Re-indented.
19462
19463         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19464         converters to handle old agent file formats.  Add logic for a
19465         "backup before upgrading warning".
19466         (gnus-convert-mark-converter-prompt): Developers can mark
19467         functions as needing (default), or not needing,
19468         gnus-convert-old-newsrc's "backup before upgrading warning".
19469         (gnus-convert-converter-needs-prompt): Tests whether the user
19470         should be protected from potentially irreversable changes by the
19471         function.
19472
19473         * legacy-gnus-agent.el: New.  Provides converters that are only
19474         loaded when gnus-convert-old-newsrc needs to call them.
19475
19476 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19477
19478         * mail-source.el (mail-source-touch-pop): Doc fix.
19479
19480         * message.el (message-smtpmail-send-it): Doc fix.
19481
19482 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19483
19484         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19485
19486         * nnmail.el (nnmail-split-fancy): do.
19487
19488         * gnus-kill.el (gnus-kill, gnus-execute): do.
19489
19490 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19491
19492         * gnus-sum.el (gnus-widget-reversible-match)
19493         (gnus-widget-reversible-to-internal)
19494         (gnus-widget-reversible-to-external): New functions.
19495         (gnus-widget-reversible): New widget.
19496         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19497
19498 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19499
19500         * gnus-sum.el (gnus-thread-sort-functions)
19501         (gnus-article-sort-functions): Document `(not F)' items.
19502
19503 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19504
19505         * spam.el (spam-use-gmane-xref): Add new backend.
19506         (spam-gmane-xref-spam-group): Add variable to control the name of the
19507         Gmane spam group.
19508         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19509         (spam-regex-headers-spam, spam-regex-headers-ham)
19510         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19511         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19512         backends and checks.
19513         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19514
19515         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19516         an autodetect method.
19517
19518 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19519
19520         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19521         articles are being added to a group.
19522         (gnus-request-replace-article): Inform the agent that articles
19523         need to be uncached as the cached contents are no longer valid.
19524
19525 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19526
19527         * binhex.el: Don't autoload executable-find.
19528
19529         * canlock.el: Don't autoload mail-fetch-field.
19530
19531         * dgnushack.el: Autoload c-mode for XEmacs.
19532
19533         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19534
19535         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19536         rmail-dont-reply-to and rmail-output.
19537
19538         * gnus-score.el: Don't autoload ffap-string-at-point.
19539
19540         * gnus-setup.el: Don't autoload sc-cite-original.
19541
19542         * imap.el: Don't autoload base64-decode-string,
19543         base64-encode-string and md5.
19544
19545         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19546         and rmail-msg-restore-non-pruned-header.
19547
19548         * mm-decode.el: Don't autoload executable-find.
19549
19550         * mm-url.el: Don't autoload executable-find.
19551
19552         * mm-view.el: Don't autoload diff-mode.
19553
19554         * nndb.el: Don't autoload news-reply-mode, news-setup,
19555         cancel-timer and telnet.
19556
19557         * password.el: Don't autoload run-at-time for Emacs.
19558
19559         * sha1-el.el: Don't autoload executable-find.
19560
19561         * sieve-mode.el: Don't autoload c-mode.
19562
19563         * uudecode.el: Don't autoload executable-find.
19564
19565 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19566
19567         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19568         (gnus-agent-possibly-alter-active): Avoid null in numeric
19569         comparison.
19570         (gnus-agent-set-local): Refuse to save null in local object table.
19571         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19572         list of articles that will be marked as unread.
19573
19574 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19575
19576         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19577
19578 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19579
19580         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19581         language tags.
19582
19583 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19584
19585         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19586         Don't bind "obarray".
19587
19588         * gnus-sum.el (gnus-thread-sort-functions):
19589         Add `gnus-thread-sort-by-most-recent-number' and
19590         `gnus-thread-sort-by-most-recent-date'.
19591         Reported by Kai Grossjohann <kai@emptydomain.de>.
19592
19593 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19594
19595         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19596
19597 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19598
19599         * gnus-cus.el (gnus-agent-customize-category):
19600         Remove ignore-errors macro reference that required cl to be loaded at
19601         run-time.
19602
19603         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19604         single-interval range of the form (min . max).  Previously the
19605         range had to look like ((min . max)).  Likewise, return
19606         (min . max) rather than ((min . max)).
19607         (gnus-range-map): Use gnus-range-normalize to accept
19608         single-interval range.
19609
19610         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19611         the cache, but not the agent, now appear with their usual face.
19612
19613         * dgnushack.el (loaddir): New variable that is bound to the
19614         directory containing the dgnushack.el file. Use loaddir, rather
19615         than srcdir, to update load-path. Change lets dgnushack compile
19616         code in directories other than GNUS/lisp.
19617
19618 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19619
19620         * lpath.el: Don't bind w3m-safe-url-regexp.
19621
19622         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19623         w3m-safe-url-regexp variable buffer-local.
19624
19625         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19626
19627 2004-02-27  Simon Josefsson  <jas@extundo.com>
19628
19629         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19630         gnus-group-real-prefix.
19631         (gnus-summary-move-article): Use it, instead of
19632         gnus-group-real-prefix.
19633
19634 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19635
19636         * lpath.el: Bind w3m-safe-url-regexp.
19637
19638         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19639         w3m-safe-url-regexp variable buffer-local and set it as the value
19640         of mm-w3m-safe-url-regexp.
19641
19642         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19643
19644         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19645         parsing gnus-posting-styles when the message is not for replying.
19646
19647         * dgnushack.el: Autoload sgml-mode for XEmacs.
19648
19649         * nnrss.el (nnrss-opml-export):
19650         Use mm-set-buffer-file-coding-system instead of
19651         set-buffer-file-coding-system.
19652
19653 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19654
19655         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19656         of checkdoc.el).
19657         * nnrss.el: do.
19658         * gnus-mlspl.el: do.
19659         * gnus-ml.el: do.
19660         * gnus-srvr.el: do.
19661
19662         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19663
19664 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19665
19666         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19667         Corrections to custom-manual links.
19668
19669         * gnus-art.el (gnus-article): Ditto.
19670
19671         * mm-decode.el (mime-display, mime-security): Ditto.
19672
19673 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19674
19675         * flow-fill.el: Typo.
19676
19677 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19678
19679         * spam-wash.el: New file.
19680
19681 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19682
19683         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19684
19685 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19686
19687         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19688         to be run with new-articles as LIST1, not LIST2.
19689         (spam-registration-functions): Add spam-use-ham-copy as a nil
19690         registration backend.
19691
19692 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19693
19694         * spam-stat.el (spam-stat-washing-hook): New option.
19695         (spam-stat-buffer-words): Use it.
19696         (spam-stat-process-directory, spam-stat-test-directory):
19697         Use insert-file-contents-literally.
19698         (spam-stat-coding-system): New variable.
19699         (spam-stat-load, spam-stat-save): Use it.
19700
19701 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19702
19703         * spam-report.el (spam-report-plug-agent):
19704         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19705
19706 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19707
19708         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19709         Allow / in mailto URLs.
19710
19711 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19712
19713         * spam-report.el (spam-report-process-queue): Fix interactive use.
19714         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19715         (spam-report-unplug-agent): Doc fixes.
19716         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19717         (spam-report-agentize, spam-report-deagentize): Autoload.
19718
19719 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19720
19721         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19722
19723         * message.el (message-setup-fill-variables): Add mml tags to
19724         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19725         <ajk@iu.edu>.
19726         (message-mode): Don't modify paragraph-separate there.
19727
19728 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19729
19730         * compface.el (uncompface-use-external): Default to undecided.
19731         (uncompface-use-external-threshold): New variable.
19732         (uncompface-float-time): New macro.
19733         (uncompface): Determine whether to use the external decoder if
19734         uncompface-use-external is undecided.
19735
19736 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19737
19738         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19739         after images.
19740
19741         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19742
19743 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19744
19745         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19746
19747         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19748
19749         * gnus-sum.el (gnus-summary-limit-to-age)
19750         (gnus-summary-limit-children): do.
19751
19752         * gnus-int.el (gnus-request-scan): do.
19753
19754         * gnus-group.el (gnus-group-suspend): do.
19755
19756         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19757
19758         * gnus-cite.el (gnus-cite-parse-attributions): do.
19759
19760         * gnus-agent.el (gnus-summary-set-agent-mark)
19761         (gnus-agent-regenerate-group): do.
19762
19763         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19764
19765         * binhex.el (binhex-decode-region-internal): do.
19766
19767 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19768
19769         * gnus-fun.el (gnus-face-properties-alist): New user option.
19770         (gnus-display-x-face-in-from): Use it.
19771
19772         * gnus-art.el (article-display-face): Ditto.
19773
19774         * compface.el (uncompface-use-external): Default to nil.
19775
19776 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19777
19778         * nntp.el (nntp-erase-buffer): New function.
19779         (nntp-retrieve-data, nntp-send-command)
19780         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19781         (nntp-possibly-change-group): Use it.
19782
19783         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19784         Use with-current-buffer.
19785
19786 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19787
19788         * compface.el: Merge the ELisp-based uncompface program.
19789         (compface): New customization group.
19790         (uncompface-use-external): New user option.
19791         (uncompface): Call uncompface-internal if uncompface-use-external
19792         is nil.
19793         (uncompface-internal): New function.  Note that there are also
19794         some other functions and variables added for this function.
19795
19796 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19797
19798         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19799         if necessary.
19800
19801 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19802
19803         * spam-report.el (spam-report-unplug-agent)
19804         (spam-report-plug-agent, spam-report-deagentize)
19805         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19806         Add support for the Agent in spam-report: when unplugged, report to a
19807         file; when plugged, submit all the requests.
19808
19809         * spam.el (spam-register-routine): Fix message about
19810         registration.
19811
19812 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19813
19814         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19815         dependencies.
19816         (rfc2047-encode): Use it.
19817
19818         * gnus-art.el (gnus-button-marker-list): Move before first
19819         reference.
19820
19821         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19822         (imap-parse-body): Fix format string mismatch.
19823
19824         * gnus-score.el (gnus-summary-increase-score): do.
19825
19826         * nnrss.el (nnrss-close): New function.
19827
19828 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19829
19830         * nnrss.el (nnrss-make-filename): New function.
19831         (nnrss-request-delete-group, nnrss-read-server-data)
19832         (nnrss-save-server-data, nnrss-read-group-data)
19833         (nnrss-save-group-data): Use it.
19834         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19835         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19836         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19837
19838 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19839
19840         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19841
19842 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19843
19844         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19845         files.
19846
19847         * message.el (message-generate-headers-first): Don't quote nil
19848         and t in docstrings.
19849
19850         * imap.el (imap-id): do.
19851
19852         * gnus-agent.el (gnus-agent-consider-all-articles)
19853         (gnus-agent-queue-mail): do.
19854
19855 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19856
19857         * spam-report.el (spam-report-process-queue): New function.
19858         Process requests from `spam-report-requests-file'.
19859         (spam-report-process-queue): Doc fix.
19860
19861 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19862
19863         * spam.el (spam-register-routine)
19864         (spam-log-processing-to-registry, spam-log-registered-p)
19865         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19866         Change "check" to "spam-check" for semi-clarity.
19867
19868 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19869
19870         * pop3.el: Require nnheader.
19871
19872         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19873
19874         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19875
19876         * gnus-picon.el: Require cl.
19877
19878         * gnus-fun.el: Require gnus-ems and gnus-util.
19879
19880         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19881
19882         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19883
19884         * gnus-art.el (gnus-article-edit-mode): Define before first
19885         reference.
19886
19887 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19888
19889         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19890         (gnus-uu-post-encoded): Use point-at-bol.
19891
19892         * gnus-topic.el (gnus-group-active-topic-p): do.
19893
19894         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19895
19896         * gnus-group.el (gnus-group-kill-region): do.
19897
19898         * gnus-art.el (article-date-ut): do.
19899
19900         * message.el (message-fetch-field): Remove redundant
19901         case-fold-search binding.
19902         (message-narrow-to-field): Simplify.
19903
19904 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19905
19906         * spam.el (spam-directory): Derive from `gnus-directory'.
19907
19908         * spam-report.el (spam-report-url-to-file)
19909         (spam-report-requests-file): New function and variable for offline
19910         reporting.
19911         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19912         and user defined function.
19913         (spam-report-url-ping-mm-url): Remove doubled slash.
19914
19915 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19916
19917         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19918
19919 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19920
19921         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19922         Fix format string mismatch.
19923
19924         * sieve.el (sieve-deactivate-all): do.
19925
19926         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19927
19928         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19929
19930         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19931
19932         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19933
19934 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19935
19936         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19937         the list of checks.
19938
19939 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19940
19941         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19942         padding.
19943
19944 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19945
19946         * mm-view.el (mm-fill-flowed): New variable.
19947         (mm-inline-text): Use it.
19948
19949 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19950
19951         * spam.el (spam-spamassassin-register-ham-routine)
19952         (spam-spamassassin-register-spam-routine): Fix function names.
19953
19954 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19955
19956         * gnus.el (gnus-tmp-grouplens): Remove.
19957         (gnus-summary-line-format): Remove grouplens.
19958
19959         * gnus-group.el (gnus-group-line-format): Ditto.
19960
19961         * gnus-spec.el (gnus-format-specs): Ditto.
19962         (gnus-update-format-specifications): Flush the group format spec
19963         cache if there's the grouplens stuff.
19964         (gnus-parse-simple-format): Replace %l with the empty string.
19965
19966 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19967
19968         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19969         omission.
19970
19971 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19972
19973         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19974         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19975
19976 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19977
19978         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19979         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19980         New macros and functions.
19981         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19982         Handle > NLINK_MAX messages.
19983         * nnmaildir.el (nnmaildir-request-set-mark):
19984         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19985
19986 2004-01-25  Alex Schroeder  <alex@gnu.org>
19987
19988         * spam-stat.el (spam-stat-process-directory-age): New option.
19989         (spam-stat-process-directory): Use it.
19990
19991 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19992
19993         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19994         (spam-stat-save): Accept prefix argument.
19995
19996 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19997
19998         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19999         links" error.
20000
20001 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20002
20003         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20004         the rest of the and/or forms.
20005
20006 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20007
20008         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20009         compatibility with old .newsrc.eld files.
20010
20011         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20012
20013         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20014
20015         * gnus-start.el (gnus-1): do.
20016
20017         * gnus-group.el (gnus-group-line-format-alist): do.
20018
20019         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20020
20021         * gnus-gl.el: Remove.
20022
20023 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20024
20025         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20026         marks consisting of a single range {for example, (3 . 5)} rather
20027         than a list of a single range { ((3 . 5)) }.
20028
20029 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20030
20031         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20032         Use with-current-buffer.
20033         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20034         avoid consing a string.
20035
20036         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20037         Remove obsolete entries for big5 and gb2312.
20038
20039 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20040
20041         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20042         uncompressed list.
20043
20044 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20045
20046         * spam-stat.el (spam-stat-strip-xref): New function.
20047         (spam-stat-process-directory): Use it.
20048
20049         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20050         here -- it's done in message-fetch-field.
20051
20052 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20053
20054         * gnus-agent.el (gnus-agent-queue-mail)
20055         (gnus-agent-prompt-send-queue): New variables.
20056         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20057         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20058         "nndraft:queue" along to gnus-draft-send.
20059         Use gnus-agent-prompt-send-queue.
20060         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20061         is "nndraft:queue".  Suggested by Gaute Strokkenes
20062         <gs234@srcf.ucam.org>
20063
20064         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20065         (agent-enable-undownloaded-faces): Add.
20066         (gnus-agent-cat-groups): Use eval-and-compile, not
20067         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20068         method of gnus-agent-cat-groups even when the buffer has been
20069         evaled.
20070         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20071         delete gnus-agent-save-active-1.
20072         (gnus-agent-save-groups): Delete.  Identical to
20073         gnus-agent-save-active.
20074         (gnus-agent-write-active): No longer adjust agent's copy of active
20075         file as agent's adjustments are now stored in their own
20076         file.  Remove optional parameter.
20077         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20078         servers.  Add use of min/max range limits from server's local
20079         file.
20080         (gnus-agent-save-alist): Remove unused optional argument.
20081         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20082         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20083         (gnus-agent-set-local): A per-server file that keeps min/max range
20084         limits for articles known to the agent.  Provides a fast mechanism
20085         for altering many active ranges.
20086         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20087         active file (local makes it unnecessary).
20088         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20089
20090         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20091         (agent-enable-undownloaded-faces): Add.
20092
20093         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20094         disable it when sending to "nndraft:queue".
20095         (gnus-group-send-queue): Add safety check to avoid sending queue
20096         when unplugged.
20097
20098         * gnus-group.el (gnus-group-catchup): Use new
20099         gnus-sequence-of-unread-articles, not
20100         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20101         numbers of articles.  Use gnus-range-map to avoid having to
20102         uncompress the unread list.
20103         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20104         Fix invalid ange-ftp reference.
20105
20106         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20107         (gnus-sorted-range-intersection): Intersection of two ranges
20108         without requiring that they first be uncompressed.
20109
20110         * gnus-start.el (gnus-activate-group): Unless blocked by the
20111         caller, possibly expand the active range to include both cached
20112         and agentized articles.
20113         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20114         multiple version-dependent converters.
20115         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20116         gnus-agent-save-active.
20117         (gnus-save-newsrc-file): Save dirty agent range limits.
20118
20119         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20120         gnus-agent-possibly-alter-active.
20121         (gnus-adjust-marked-articles): Faster handling of simple lists.
20122
20123 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20124
20125         * spam-stat.el (spam-stat-test-directory): New optional argument
20126         displays a list of files detected.  Suggested by Andrew Cohen
20127         <cohen@andy.bu.edu>.
20128         (spam-stat-buffer-words-with-scores): Don't narrow and change
20129         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20130
20131 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20132
20133         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20134         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20135         (spam-spamassassin-arguments)
20136         (spam-spamassassin-spam-flag-header)
20137         (spam-spamassassin-positive-spam-flag-header)
20138         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20139         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20140         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20141         (spam-list-of-processors, spam-list-of-checks)
20142         (spam-list-of-statistical-checks, spam-registration-functions)
20143         (spam-check-spamassassin-headers, spam-check-spamassassin)
20144         (spam-spamassassin-score)
20145         (spam-spamassassin-register-with-sa-learn)
20146         (spam-spamassassin-register-spam-routine)
20147         (spam-spamassassin-register-ham-routine)
20148         (spam-assassin-register-spam-routine)
20149         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20150         (spam-bogofilter-score): Fix to show article before scoring.
20151
20152 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20153
20154         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20155         default scoring function.
20156         (spam-generic-score): Call spam-spamassassin-score if
20157         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20158         spam-bogofilter-score otherwise.
20159
20160         * gnus.el (spam-process, spam-autodetect-methods):
20161         Add spamassassin and spamassassin-headers.
20162
20163 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20164
20165         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20166         Suppress unnecessary messages.
20167
20168 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20169
20170         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20171         make-hash-table.
20172
20173 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20174
20175         * canlock.el (base64-encode-string): Don't autoload it.
20176
20177 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20178
20179         * run-at-time.el: Remove useless (require 'itimer),
20180         eval-and-compile and (featurep 'xemacs).
20181
20182 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20183
20184         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20185         GROUP is a virtual group.
20186
20187 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20188
20189         * gnus.el: Autoload `message-y-or-n-p'.
20190
20191 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20192
20193         * pgg-parse.el: Remove unnecessary (require 'custom).
20194
20195         * pgg-def.el: do.
20196
20197         * nnmail.el: do.
20198
20199         * gnus-undo.el: do.
20200
20201         * gnus-picon.el: do.
20202
20203         * gnus-util.el: do.
20204
20205 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20206
20207         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20208
20209 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20210
20211         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20212         handle, as well as a list.
20213
20214         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20215         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20216         (mm-w3m-cid-retrieve): Simplify.
20217
20218 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20219
20220         * message.el (message-kill-to-signature): Allow prefix arg to
20221         specify number of lines to keep before signature.
20222
20223 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20224
20225         * message.el (message-kill-to-signature): Change docstring.
20226
20227 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20228
20229         * canlock.el: Always require sha1-el.
20230         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20231
20232         * message.el: Autoload sha1 only when compiling.
20233
20234         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20235         eudc-expand-inline for XEmacs.
20236
20237 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20238
20239         * message.el (message-canlock-generate): Require sha1-el.
20240
20241 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20242
20243         * message.el (message-expand-name): Silence the byte compiler.
20244
20245         * lpath.el: Add detect-coding-system.
20246
20247         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20248         cus-edit.
20249
20250 2004-01-13  Simon Josefsson  <jas@extundo.com>
20251
20252         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20253         Invoke gnus-score-mode.
20254         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20255
20256         * gnus-range.el (gnus-compress-sequence): Doc fix.
20257         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20258
20259 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20260
20261         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20262
20263 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20264
20265         * spam.el (spam-get-article-as-string): Update to use
20266         gnus-request-article-this-buffer, much simpler.
20267         (spam-get-article-as-buffer): Remove.
20268
20269 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20270
20271         * message.el (message-expand-name): Use EUDC if the user uses that.
20272
20273 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20274
20275         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20276         character for the encoding to avoid consing a string.
20277
20278         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20279         unnecessarily.
20280
20281         * mm-util.el (mm-replace-chars-in-string): Remove.
20282
20283         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20284         of mm-replace-chars-in-string.
20285
20286 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20287
20288         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20289
20290         * mm-util.el (mm-subst-char-in-string): Support inplace.
20291
20292         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20293         a new string in every iteration.  Use shy groups.
20294
20295 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20296
20297         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20298         * gnus-soup.el (gnus-soup-group-brew):
20299         * gnus-msg.el (gnus-put-message):
20300         * gnus-move.el (gnus-group-move-group-to-server):
20301         * gnus-kill.el (gnus-batch-score):
20302         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20303         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20304         (gnus-group-update-group, gnus-group-read-group)
20305         (gnus-group-make-group, gnus-group-make-help-group)
20306         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20307         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20308         (gnus-group-sort-by-unread, gnus-group-catchup)
20309         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20310         (gnus-group-yank-group, gnus-group-set-info)
20311         (gnus-group-list-groups):
20312         * gnus.el (gnus-generate-new-group-name):
20313         * gnus-delay.el (gnus-delay-send-queue):
20314         * nnvirtual.el (nnvirtual-catchup-group):
20315         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20316         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20317         (gnus-group-prepare-topics, gnus-topic-check-topology):
20318         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20319         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20320         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20321         (gnus-group-make-articles-read):
20322         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20323         (gnus-group-change-level, gnus-kill-newsgroup)
20324         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20325         (gnus-get-unread-articles, gnus-make-articles-unread)
20326         (gnus-make-ascending-articles-unread): Use accessor
20327         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20328         to get group information for improved readability.
20329
20330
20331 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20332
20333         * gnus-art.el (article-decode-mime-words, article-babel)
20334         (gnus-article-highlight-signature, gnus-article-add-buttons)
20335         (gnus-signature-toggle): Use gnus-with-article-buffer.
20336
20337         * gnus-art.el (gnus-article-highlight-headers)
20338         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20339
20340         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20341         (gnus-article-set-globals, gnus-request-article-this-buffer)
20342         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20343         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20344         (gnus-mime-display-alternative): Use with-current-buffer.
20345
20346 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20347
20348         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20349         also under 80 char limit, and call gnus-error if needed.
20350         (spam-fetch-article-header): Fix - it was a
20351         buffer-local variable (gnus-newsgroup-data).
20352         (spam-find-spam): Use spam-generate-fake-headers, forget about
20353         spam-insert-fake-headers.
20354         (spam-insert-fake-headers): Remove.
20355
20356 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20357
20358         * deuglify.el (gnus-article-outlook-unwrap-lines)
20359         (gnus-outlook-rearrange-article)
20360         (gnus-outlook-repair-attribution-outlook)
20361         (gnus-outlook-repair-attribution-block)
20362         (gnus-outlook-repair-attribution-other): Remove redundant
20363         save-excursion.
20364
20365 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20366
20367         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20368         (spam-fetch-field-subject-fast)
20369         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20370         (spam-fetch-article-header): Add functions to deal with Gnus
20371         internals for fast retrieval of article header data.
20372         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20373
20374 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20375
20376         * pop3.el (pop3-md5): Remove.
20377         (pop3-apop): Replace pop3-md5 with md5.
20378
20379         * mm-bodies.el: base64 is always built-in.
20380
20381         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20382         Use with-current-buffer.
20383
20384 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20385
20386         * canlock.el (canlock-insert-header): Remove excessive grouping in
20387         regexp.
20388
20389         * gnus-sum.el (gnus-summary-read-document): Ditto.
20390
20391         * gnus-uu.el (gnus-uu-part-number): Ditto.
20392
20393         * html2text.el (html2text-remove-tags): Ditto.
20394         (html2text-format-tags): Ditto.
20395         (html2text-format-single-elements): Ditto.
20396
20397         * mml.el (mml-parse-1): Ditto.
20398
20399 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20400
20401         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20402
20403         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20404
20405         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20406
20407         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20408
20409 2003-11-15  Simon Josefsson  <jas@extundo.com>
20410
20411         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20412         (pgg-gpg-lookup-key): Use regexp match instead of
20413         split-string (split-string is different between emacs 21.2 and
20414         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20415
20416 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20417
20418         * gnus-art.el (gnus-mime-view-all-parts)
20419         (gnus-article-part-wrapper, gnus-article-view-part):
20420         Use with-current-buffer.
20421
20422 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20423
20424         * spam.el (spam-disable-spam-split-during-ham-respool)
20425         (spam-spamoracle-database, spam-cache-lookups)
20426         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20427         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20428         (spam-group-ham-marks, spam-group-spam-marks)
20429         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20430         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20431         also add spam-use-blackholes to the statistical checks.
20432         (spam-fetch-field-fast): Add interface to fetching fields, may
20433         become a macro.
20434         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20435         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20436         (spam-insert-fake-headers): Fake an article when needed.
20437         (spam-find-spam): Fake article when possible.
20438         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20439         (spam-check-bogofilter-headers): Use message-fetch-field instead
20440         of nnmail-fetch-field.
20441
20442 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20443
20444         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20445
20446 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20447
20448         * spam.el (spam-split): Do not require spam-use-CHECK to be
20449         enabled if that check is passed to spam-split explicitly; also
20450         fix so 'spam doesn't get converted to spam-split-group when
20451         spam-split-symbolic-return is t.
20452         (spam-find-spam): Find registrations of the article and use those
20453         instead of re-running spam-split to find the spam/ham
20454         classification of the article.
20455         (spam-log-processing-to-registry, spam-log-registered-p)
20456         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20457         Use gnus-error instead of gnus-message.
20458         (spam-log-registration-type): Add function to determine the
20459         classification of a message based on registry entries; will
20460         return nil if both 'spam and 'ham are found.
20461         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20462         a reasonably fast local cache without the loading errors.
20463         (spam-cache-lookups): Set to t by default.
20464         (spam-find-spam): Don't try to guess spam-cache-lookups.
20465         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20466         spam-caches entry.
20467         (spam-filelist-build-cache, spam-filelist-check-cache):
20468         Fix caching of whitelist/blacklist entries.
20469         (spam-check-whitelist, spam-check-blacklist):
20470         Invoke spam-from-listed-p with a type, not a cache variable.
20471         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20472
20473 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20474
20475         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20476
20477         * nnmail.el (nnmail-split-fancy): do.
20478
20479         * mml.el (mml-parse): do.
20480
20481         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20482         (gnus-score-adaptive): do.
20483
20484 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20485
20486         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20487         (gnus-mime-button-map): Don't set keymap parent.
20488         (gnus-button-ctan-directory-regexp): Use shy grouping.
20489         (gnus-prev-page-map): Don't set keymap parent.
20490         (gnus-prev-page-map): Remove duplicated one.
20491         (gnus-next-page-map): Don't set keymap parent.
20492         (gnus-mime-security-button-map): Ditto.
20493
20494         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20495         version number.
20496
20497         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20498
20499 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20500
20501         * canlock.el (canlock-sha1-function): Remove.
20502         (canlock-sha1-function-for-verify): Remove.
20503         (canlock-openssl-program): Remove.
20504         (canlock-openssl-args): Remove.
20505         (canlock-ignore-errors): Remove.
20506         (canlock-sha1-with-openssl): Remove.
20507         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20508         (canlock-verify): Don't use canlock-ignore-errors.
20509
20510         * sha1-el.el (sha1-string-external): Make it can return a string
20511         in binary form.
20512         (sha1-region-external): Ditto.
20513         (sha1-string-internal): Ditto.
20514         (sha1-region-internal): Ditto.
20515         (sha1-region): Ditto.
20516         (sha1-string): Ditto.
20517         (sha1): Ditto.
20518
20519 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20520
20521         * spam.el (spam-report-articles-gmane): New command.
20522
20523 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20524
20525         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20526
20527         * run-at-time.el (run-at-time-saved): Remove.
20528         (run-at-time): Doc fix.
20529
20530 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20531
20532         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20533         (gnus-summary-limit-map): Add it.
20534         (gnus-summary-make-menu-bar): do.
20535
20536 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20537
20538         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20539         Make attempt at some caching support (done for BBDB only now).
20540         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20541         addresses to be checked.
20542         (spam-clear-cache-BBDB): Add function, to be invoked by
20543         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20544         (spam-check-BBDB): Check and use the caches, if
20545         spam-cache-lookups is on, remove superfluous (provide).
20546
20547 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20548
20549         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20550
20551 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20552
20553         * run-at-time.el (run-at-time-saved): Move to after the definition
20554         of `run-at-time'.
20555
20556         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20557
20558 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20559
20560         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20561         mm-w3m-local-map-property.
20562
20563         * mm-view.el (mm-w3m-mode-map): Remove.
20564         (mm-w3m-local-map-property): Remove.
20565         (mm-inline-text-html-render-with-w3m): Don't use
20566         mm-w3m-local-map-property.
20567
20568 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20569
20570         * run-at-time.el: New file.
20571
20572         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20573         under Emacs.
20574
20575         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20576         of gnus-set-text-properties.
20577
20578         * gnus-uu.el (gnus-uu-save-article): Ditto.
20579
20580         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20581
20582         * gnus-cite.el (gnus-cite-parse): Ditto.
20583
20584         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20585         of gnus-.
20586
20587         * gnus-xmas.el (run-at-time): Require run-at-time.
20588
20589         * gnus.el: Change calls to nnheader-run-at-time and
20590         password-run-at-time throughout to use run-at-time directly.
20591
20592         * password.el: Remove definition of run-at-time.
20593
20594         * nnheaderxm.el: Remove definition of run-at-time.
20595
20596 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20597
20598         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20599         in prompt.
20600
20601 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20602
20603         * messagexmas.el (message-xmas-redefine): Alias
20604         `message-make-caesar-translation-table' to
20605         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20606         version.
20607
20608         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20609         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20610         `gnus-xmas-set-text-properties'.
20611         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20612         `gnus-xmas-completing-read'.
20613         (gnus-xmas-completing-read): Removed.
20614         (gnus-xmas-open-network-stream): Removed.
20615
20616         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20617         XEmacs version.
20618
20619         * dns.el (dns-make-network-process): Use `open-network-stream'
20620         instead of `gnus-xmas-open-network-stream'.
20621
20622         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20623
20624         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20625
20626 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20627
20628         * gnus-art.el (gnus-mime-display-alternative)
20629         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20630         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20631         Don't use gnus-local-map-property.
20632
20633         * gnus-util.el (gnus-local-map-property): Remove.
20634
20635         * mm-view.el (mm-view-pkcs7-decrypt):
20636         Replace gnus-completing-read-maybe-default with completing-read.
20637
20638         * gnus-util.el (gnus-completing-read): do.
20639         (gnus-completing-read-maybe-default): Remove.
20640
20641 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20642
20643         * password.el: Only autoload `run-at-time' if not XEmacs.
20644         Only autoload the itimer functions if XEmacs.
20645
20646 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20647
20648         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20649         XEmacsen.
20650
20651         * dgnushack.el: Autoload executable-find for XEmacs.
20652
20653 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20654
20655         * gnus-art.el (gnus-read-string): Remove.
20656         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20657         read-string.
20658
20659 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20660
20661         * netrc.el: Autoload password-read.
20662         (netrc): Add configuration group.
20663         (netrc-encoding-method, netrc-openssl-path):
20664         Add variables for encoding and decoding of files with symmetric
20665         ciphers.
20666         (netrc-encode): Add assistant function to encode a file with
20667         netrc-encoding-method.
20668         (netrc-parse): Add interactive parameter, added optional
20669         decoding if netrc-encoding-method is non-nil but otherwise
20670         behavior is standard.
20671         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20672         Do s/encode/encrypt/ everywhere.
20673
20674         * spam.el: Remove executable-find autoload.
20675
20676 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20677
20678         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20679
20680         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20681
20682 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20683
20684         * gnus-art.el (gnus-treat-ansi-sequences)
20685         (article-treat-ansi-sequences): New variable and function.
20686         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20687
20688         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20689         Use it.
20690
20691 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20692
20693         * mm-util.el (mm-quote-arg): Remove.
20694
20695         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20696         shell-quote-argument.
20697
20698         * gnus-uu.el (gnus-uu-command): do.
20699
20700         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20701
20702         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20703         with make-char.
20704
20705         * mm-util.el (mm-make-char): Remove.
20706
20707         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20708         add-minor-mode.
20709
20710         * gnus-undo.el (gnus-undo-mode): do.
20711
20712         * gnus-topic.el (gnus-topic-mode): do.
20713
20714         * gnus-sum.el (gnus-dead-summary-mode): do.
20715
20716         * gnus-start.el (gnus-slave-mode): do.
20717
20718         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20719
20720         * gnus-ml.el (gnus-mailing-list-mode): do.
20721
20722         * gnus-gl.el (gnus-grouplens-mode): do.
20723
20724         * gnus-draft.el (gnus-draft-mode): do.
20725
20726         * gnus-dired.el (gnus-dired-mode): do.
20727
20728         * gnus-ems.el (gnus-add-minor-mode): Remove.
20729
20730         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20731         Replace gnus-char-width with char-width.
20732
20733         * gnus-ems.el (gnus-char-width): Remove.
20734
20735         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20736         Replace gnus-char-width with char-width.
20737
20738         * gnus-ems.el (gnus-char-width): Remove.
20739
20740         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20741         definition.
20742         Remove Emacs 20 hash table compatibility code.
20743
20744         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20745         20 compatibility code.
20746
20747         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20748
20749         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20750
20751         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20752         Replace with point-at-{eol,bol}.
20753
20754         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20755
20756         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20757
20758         * flow-fill.el (fill-flowed-point-at-bol)
20759         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20760
20761         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20762         Replace with point-at-{eol,bol} throughout all files.
20763
20764 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20765
20766         * ntlm.el (ntlm-string-as-unibyte): New macro.
20767         (ntlm-build-auth-response): Use it.
20768
20769         Remove Emacs 20 stuff:
20770         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20771         (butlast, mapc, remove): Remove the compiler macros.
20772         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20773         of delq and copy-sequence.
20774         * gnus-art.el (popup-menu): Remove the compiler macro.
20775         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20776         Emacs 20.
20777
20778 2004-01-05  Simon Josefsson  <jas@extundo.com>
20779
20780         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20781         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20782         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20783         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20784         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20785         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20786         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20787         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20788         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20789         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20790         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20791         string-xor into ntlm-string-xor.
20792         Suggested by Jesper Harder <harder@myrealbox.com>.
20793
20794         * ntlm.el: Don't include poem.
20795
20796         * md4.el (print-int32, print-string-hexa): Remove.
20797         Suggested by Jesper Harder <harder@myrealbox.com>.
20798
20799         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20800
20801         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20802         probably breaks emacs with DL patch, but do we care? Is anyone
20803         still using the DL stuff?)
20804
20805         * sieve-manage.el: Use the password package.
20806         (sieve-manage-read-passwd): Remove.
20807         (sieve-manage-interactive-login): Use password.  Re-add
20808         condition-case around loop.
20809
20810         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20811         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20812         Use the password package.
20813
20814 2003-02-19  Simon Josefsson  <jas@extundo.com>
20815
20816         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20817         token.
20818
20819 2002-08-07  Simon Josefsson  <jas@extundo.com>
20820
20821         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20822         (sieve-manage-authenticators):
20823         (sieve-manage-authenticator-alist): Add some SASL mechs.
20824         (sieve-sasl-auth): New function.
20825         (sieve-manage-cram-md5-auth):
20826         (sieve-manage-plain-auth): Rewrite using SASL library.
20827         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20828         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20829         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20830         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20831
20832 2004-01-05  Simon Josefsson  <jas@extundo.com>
20833
20834         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20835         New files.
20836
20837 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20838
20839         * gnus-group.el (gnus-no-groups-message): Update.
20840
20841         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20842
20843 2003-11-09  Simon Josefsson  <jas@extundo.com>
20844
20845         * imap.el: Support for ID IMAP extension (RFC 2971).
20846         (imap-local-variables): Add imap-id.
20847         (imap-id): New variable.
20848         (imap-id): New function.
20849         (imap-parse-response): Parse untagged ID response.
20850         * nnimap.el (nnimap-id): New variable.
20851         (nnimap-open-connection): Use it.
20852
20853 2003-12-28  Simon Josefsson  <jas@extundo.com>
20854
20855         * gnus-score.el (gnus-score-edit-all-score): New.
20856         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20857
20858 2004-01-04  Simon Josefsson  <jas@extundo.com>
20859
20860         * password.el: Add.
20861
20862 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20863
20864         * dns.el (dns-query-types): Fix typo.
20865         (dns-query-types): New function.
20866         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20867         PTR and SOA replies, see RFC 1035.
20868
20869 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20870
20871         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20872
20873         * Move to Changelog.2.
20874
20875 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20876
20877         * gnus.el (gnus-version-number): Bump version.
20878
20879 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20880
20881         * gnus.el: No Gnus v0.1 is released.
20882
20883 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20884
20885         * gnus.el: No Gnus v0.0 is released.
20886
20887 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20888
20889         * gnus.el (gnus-version-number): Bump.
20890         (gnus-version): No.
20891
20892 See ChangeLog.2 for earlier changes.
20893
20894   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20895
20896   This file is part of GNU Emacs.
20897
20898   GNU Emacs is free software: you can redistribute it and/or modify
20899   it under the terms of the GNU General Public License as published by
20900   the Free Software Foundation, either version 3 of the License, or
20901   (at your option) any later version.
20902
20903   GNU Emacs is distributed in the hope that it will be useful,
20904   but WITHOUT ANY WARRANTY; without even the implied warranty of
20905   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20906   GNU General Public License for more details.
20907
20908   You should have received a copy of the GNU General Public License
20909   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20910
20911 ;; Local Variables:
20912 ;; coding: utf-8
20913 ;; fill-column: 79
20914 ;; add-log-time-zone-rule: t
20915 ;; End: