3b01f95034899d181119d14d91109b9e95afdd81
[gnus] / lisp / ChangeLog
1 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4         value, show the raw article.
5
6 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7
8         * gnus.el: No Gnus v0.13 is released.
9
10 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
11
12         * nnimap.el (nnimap-open-connection-1): Revert last change, since
13         auth-source now accepts numbers.
14
15         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
16         spec, too.
17         (auth-source-ensure-strings): New function.
18
19         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
20         (gnus-article-setup-buffer): Always restart the date timer so that user
21         changes to the frequency is respected.
22
23         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
24         port numbers, so make sure it gets that if nnimap-server-port is
25         explicit.
26
27 2011-02-21  Simon Josefsson  <simon@josefsson.org>
28
29         * nnimap.el (nnimap-inbox): Doc fix.
30
31 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
32
33         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
34         Autoload.  Add optional arg FRAME, and pass it to color-values.
35         (color-complement): Caller changed.  Doc fix.
36         (color-gradient): Rewrite for better clarity and efficiency.
37
38 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
39
40         * shr-color.el (shr-color->hexadecimal): Use renamed function names
41         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
42         color-lab-to-srgb.
43
44 2011-02-20  Drew Adams  <drew.adams@oracle.com>
45
46         * color.el: First part of merge from hexrgb.el.
47         (color-rgb-to-hex): Rename from color-rgb->hex.
48         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
49         saturation to zero if the value is too small.
50         (color-rgb-to-hsl): Rename from color-rgb->hsl.
51         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
52         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
53         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
54         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
55         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
56         (color-cie-de2000): Doc fix.
57
58 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
59
60         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
61         given method as in the group name if we're using an extended method.
62         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
63         command, if we're using that, instead of waiting for the beginning.
64
65         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
66         we're sure to get unique server names, and we don't output two async
67         commands in the same buffer.  This fixes an NNTP hang for some users.
68
69 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
70
71         * gnus.el: No Gnus v0.11 is released.
72
73 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
74
75         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
76         summary buffer before reading going to the next buffer.  This avoids
77         putting the point in the group buffer if you `C-g' the command.
78
79         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
80         cache (for now) to make ~/.authinfo.gpg files usable.
81
82         * nnfolder.el (copyright-update): Define for the compiler.
83
84         * auth-source.el (auth-source-search): Fix unbound variable.
85
86 2011-02-19  Glenn Morris  <rgm@gnu.org>
87
88         * gnus.el (gnus-meta): Doc fix.
89
90 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
91
92         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
93         in case it's not yet loaded.
94
95 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
96
97         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
98         line we're waiting for.
99
100 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
101
102         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
103         face with line-width greater than zero will cause RET in gnus summary
104         buffer to scroll down article page-wise because auto vscroll happens,
105         it should be temporalily disabled when doing a scroll-up.
106
107 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
108
109         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
110         outputs from the server.
111
112 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
113
114         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
115         later so that bbdb can hook in easier.
116
117 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
118
119         * auth-source.el (auth-source-search): Don't try to create credentials
120         if the caller doesn't want that.
121         (auth-source-search): If we don't find a match, don't bug out on
122         non-bound variables.
123         (auth-source-search): Only ask a single backend to create the
124         credentials.
125
126         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
127         logging.
128         (nnimap-credentials): Protect against auth-source-search returning nil.
129         (nnimap-request-list): Protect against not being able to open the
130         server.
131
132 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
133
134         * auth-source.el (auth-source-search): Do a two-phase search, one with
135         no :create to get the responses from all backends.
136
137         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
138         when getting credentials.
139
140         * gnus-util.el (gnus-delete-duplicates): New function.
141
142 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
143
144         * nnimap.el (nnimap-credentials): Instead of picking the first port as
145         a creation default, pass the whole port list down.  It will be
146         completed.
147
148         * auth-source.el (auth-source-search): Updated docs to talk about
149         multiple creation choices.
150         (auth-source-netrc-create): Accept a list as a value (from the search
151         parameters) and do completion on that list.  Keep a separate netrc line
152         with the password obscured for showing the user.
153
154         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
155         first choice to `auth-source-search' so it will be used for entry
156         creation instead of the server's Gnus-specific name.
157         (nnimap-credentials): Rely on the auth-source library to select which
158         port is actually wanted in the new netrc entry, so don't override
159         `auth-source-creation-defaults'.
160
161         * auth-source.el (auth-source-netrc-parse): Use :port instead of
162         :protocol and accept a missing user, host, or port as a wildcard match.
163         (auth-source-debug): Default to off.
164
165         (auth-source-netrc-search, auth-source-netrc-create)
166         (auth-source-secrets-search, auth-source-secrets-create)
167         (auth-source-user-or-password, auth-source-backend, auth-sources)
168         (auth-source-backend-parse-parameters, auth-source-search): Use :port
169         instead of :protocol.
170
171         * nnimap.el (nnimap-credentials): Pass a port default to
172         `auth-source-search' in case an entry needs to be created.
173         (nnimap-open-connection-1): Use :port instead of :protocol.
174
175 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
176
177         * auth-source.el: Bind load-path when loading EIEIO from
178         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
179         21.4 doesn't support, to `require'.
180         (auth-source-secrets-search): Use mm-delete-duplicates instead of
181         delete-dups that is not available in XEmacs 21.4.
182
183 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
184
185         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
186         as EIEIO must also be loaded when auth-source.el is being
187         byte-compiled.
188
189 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
190
191         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
192
193         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
194
195         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
196
197         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
198
199         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
200
201         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
202
203         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
204
205         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
206         necessary.
207
208 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
209
210         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
211         nil means that nnimap doesn't get updated.
212
213 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
214
215         * auth-source.el (auth-source-netrc-create): Return a synthetic search
216         result when the user doesn't want to write to the file.
217         (auth-source-netrc-search): Expect a synthetic result and proceed
218         accordingly.
219         (auth-source-cache-expiry): New variable to override
220         `password-cache-expiry'.
221         (auth-source-remember): Use it.
222
223         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
224         parameter.  Create entry if necessary by using :create t.
225         (nnimap-open-connection-1): Don't pass `inhibit-create'.
226
227 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
228
229         * auth-source.el (auth-source-debug): Enable by default and don't
230         mention the obsolete `auth-source-hide-passwords'.
231         (auth-source-do-warn): New function to debug unconditionally.
232         (auth-source-do-debug): Use it.
233         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
234         and for Secrets API entries when the secrets.el library is not
235         available.
236
237 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
238
239         * gnus-sum.el (gnus-propagate-marks): Default to nil.
240         (gnus-summary-exit): Kill the correct article buffer on exit from a
241         `C-d' group.
242
243         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
244         gnus-propagate-marks.
245
246         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
247         before killing the buffers so that a non-full window conf gets handled
248         correctly.
249         (gnus-summary-exit): Ditto.
250         (gnus-summary-read-group-1): Ditto.
251
252         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
253         async code again so that we can debug it properly.
254
255         * message.el (message-reply): Take an optional switch-buffer parameter
256         so that Gnus window confs are respected better.
257
258 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
259
260         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
261         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
262         docstring.
263         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
264         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
265         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
266         Login collection is "Login" and not "login".
267
268 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
269
270         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
271         multiple headers.
272
273         * nnimap.el (nnimap-inhibit-logging): New variable.
274         (nnimap-log-command): Don't log login commands.
275
276         * auth-source.el (auth-source-netrc-search): The asserts seem to want
277         to have more parameters.
278
279         * nnimap.el (nnimap-send-command): Mark the command time for each
280         command, so that we don't get NOOPs stepping on our toes.
281
282         * gnus-art.el (article-date-ut): Get the date from the Date header on
283         `t'.
284
285 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * auth-source.el (auth-source-search): Use copy-sequence instead of
288         the cl.el copy-list.
289
290 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
291
292         * imap.el: Bring it back (revert
293         84d800cd31de3064f0ed39617d725709a2f8f42f).
294
295 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
296
297         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
298         Improve prompt.
299
300 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
301
302         * gnus-art.el (gnus-article-mode-line-format): Remove the article
303         washing status from the default format.  It isn't very informative.
304
305 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
306
307         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
308         Gcc processing on imap.
309
310 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
311
312         * imap.el: Remove file.  All the functionality is in nnimap.el.
313
314 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
315
316         * message.el (message-bury): Don't pop up a new window when selected
317         window is dedicated.
318
319 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
320
321         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
322
323 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
324
325         * sieve-manage.el: Autoload `auth-source-search'.
326         (sieve-sasl-auth): Use it.
327
328 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
329
330         * nnimap.el: Autoload `auth-source-forget+'.
331         (nnimap-open-connection-1): Use it if the connection fails.
332
333         * auth-source.el: Require `password-cache'.
334         (auth-source-hide-passwords, auth-source-cache): Remove and mark
335         obsolete.
336         (auth-source-magic): Marker for `password-cache' keys.
337         (auth-source-do-cache): Update docstring.
338         (auth-source-search): Use and check cache.
339         (auth-source-forget-all-cached, auth-source-remember)
340         (auth-source-recall, auth-source-forget, auth-source-forget+)
341         (auth-source-specmatchp): Caching support functions.
342         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
343         Remove and obsolete.
344         (auth-source-user-or-password): Remove caching to further discourage
345         using it.  Always hide passwords.
346
347         * password-cache.el (password-cache-remove): Accept secrets that are
348         not strings.
349
350 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
351
352         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
353         code for now, since it doesn't work for all users.
354
355 2011-02-09  Julien Danjou  <julien@danjou.info>
356
357         * message.el (message-options): Make message-options really buffer
358         local.
359
360 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
361
362         * mail-source.el: Autoload `auth-source-search'.
363         (mail-source-keyword-map): Note order matters.
364         (mail-source-set-1): Get all the mail-source source values and
365         defaults and search auth-source on those if needed.  This can all
366         probably be simplified.
367
368         * nnimap.el: Autoload `auth-source-search'.
369         (nnimap-credentials): Use it.
370         (nnimap-open-connection-1): Ask for the virtual server and physical
371         address in one shot.
372
373         * nntp.el: Autoload `auth-source-search'.
374         (nntp-send-authinfo): Use it.  Note TODO.
375
376 2011-02-08  Julien Danjou  <julien@danjou.info>
377
378         * shr.el (shr-tag-body): Add support for text attribute in body
379         markups.
380
381         * message.el (message-options): Make message-options a local variable.
382
383 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
384
385         * auth-source.el (auth-source-secrets-search)
386         (auth-source-user-or-password): Use `append' instead of `nconc'.
387         (auth-source-user-or-password): Build return list better and protect
388         against nil :secret.
389
390 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
391
392         * nnimap.el (nnimap-update-info): Refactor slightly.
393         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
394         (nnimap-update-info): Clean up slightly.
395         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
396         characters.
397         (nnimap-process-quirk): Rename function to avoid collision.
398         (nnimap-update-info): Fix macrology bug-out.
399         (nnimap-update-info): Simplify split history test.
400
401 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
402
403         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
404         `secrets-get-attributes' instead of `secrets-get-attribute'.
405         (auth-source-secrets-search): Limit search when `max' is greater than
406         number of results.
407
408 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
409
410         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
411         part not returning any data.
412
413         * proto-stream.el (open-protocol-stream): Document the return value.
414
415 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
416
417         * auth-source.el (auth-source-secrets-search): Add examples.
418
419 2011-02-06  Julien Danjou  <julien@danjou.info>
420
421         * message.el (message-setup-1): Handle message-generate-headers-first
422         set to t.
423
424 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
425
426         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
427         API with a string "secrets:collection-name" and with 'default.
428         (auth-source-backend-parse): Parse "secrets:collection-name" and
429         'default.  Recurse on parses instead of repeating code.  Use the
430         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
431         message when ignoring a source.
432         (auth-source-search): List ignored search keys at the top level.
433         (auth-source-netrc-create): Use `case' instead of `cond'.
434         (auth-source-secrets-search): Created with TODOs.
435         (auth-source-secrets-create): Created with TODOs.
436         (auth-source-retrieve, auth-source-create, auth-source-delete)
437         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
438         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
439         (auth-source-user-or-password-sftp)
440         (auth-source-user-or-password-smtp): Removed.
441         (auth-source-user-or-password): Deprecated and modified to be a wrapper
442         around `auth-source-search'.  Not tested thoroughly.
443
444 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
445
446         * auth-source.el: Bring in assoc and eioeio libraries.
447         (secrets-enabled): New variable to track the status of the Secrets API.
448         (auth-source-backend): New EIOEIO class to represent a backend.
449         (auth-source-creation-defaults): New variable to set prompt defaults
450         during token creation (see the `auth-source-search' docstring for
451         details).
452         (auth-sources): Simplify to allow a simple string as a netrc backend
453         spec.
454         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
455         (auth-source-backend-parse-parameters): Fill in the backend parameters.
456         (auth-source-search): Main auth-source API entry point.
457         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
458         (auth-source-search-collection): Helper function for searching.
459         (auth-source-netrc-parse, auth-source-netrc-normalize)
460         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
461         Supports search, create, and delete.
462         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
463         backend stubs.
464         (auth-source-user-or-password): Call `auth-source-search' but it's not
465         ready yet.
466
467 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
468
469         * message.el (message-setup-1): Remove the read-only stuff, since it
470         doesn't work under XEmacs, for some reason.
471
472         * gnus-sum.el (gnus-user-date): Rename back from
473         gnus-summary-user-date since user code refers to it.
474
475         * shr.el (shr-render-td): Store the actual background colour used.
476
477         * message.el (message-setup-1): Don't bind the constant
478         -forbidden-properties.
479         (message-setup-1): Revert previous change, since it needs to bind the
480         props to insert them.
481         (message-resend): Allow removing the read-only separator line.
482
483 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
484
485         * nnimap.el (nnimap-request-accept-article): Give an error message if
486         the APPEND wasn't successful.
487
488 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
489
490         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
491         that have no groups.
492
493 2011-02-03  Julien Danjou  <julien@danjou.info>
494
495         * gnus-draft.el: Remove progn around gnus-draft-setup.
496
497 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
498
499         * gnus-start.el (gnus-read-active-for-groups): This function is never
500         called with a nil `infos', so clean that up.
501         (gnus-get-unread-articles): Request active files from primary/secondary
502         methods that have no groups (yet).
503
504 2011-02-03  Julien Danjou  <julien@danjou.info>
505
506         * message.el (message-setup-1): Always generate References first.
507         (message-mail): Return the return value of message-setup, not always t.
508         (message-setup-1): Insert mail-header-separator with read-only and
509         intangible properties set.
510
511         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
512         user-date in docstring.
513
514         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
515
516         * gnus.el (gnus-summary-line-format): Mention &user-date format in
517         docstring.
518
519         * gnus.el (gnus-user-date-format-alist): Change default value. Use
520         defcustom, with type and group. Move from gnus-util.el. Rename to
521         gnus-summary-user-date-format-alist.
522
523 2011-02-03  Glenn Morris  <rgm@gnu.org>
524
525         * nnimap.el (gnus-fetch-headers): Declare.
526
527         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
528
529 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
530
531         * message.el (message-forward-make-body-digest-plain)
532         (message-followup, message-reply): Clean up things noted by Stefan.
533
534         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
535         gnus-article-update-date-headers is nil.
536         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
537         it didn't really work with defcustom.
538         (article-update-date-lapsed): Make sure the window start doesn't move,
539         either.
540
541 2011-02-01  Julien Danjou  <julien@danjou.info>
542
543         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
544         format.
545
546         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
547         standard in Emacs nowadays.
548
549         * color.el (color-gradient): Add a color-gradient function.
550
551 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
552
553         * message.el (message-expand-name): Don't trust the return value of
554         bbdb-complete-name.
555         (message-check-news-header-syntax): Remove unused var `start'.
556         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
557         (message-inhibit-body-encoding): Move to before first use.
558         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
559         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
560         (Organization, Message-ID, Date, mh-previous-window-config):
561         Defvar the vars using dynamic scoping.
562
563 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
564
565         * shr.el (shr-render-td): Only do colours at the final rendering.
566         Should be slightly faster.
567         (shr-insert-table): Fix up TD background colours when doing the
568         vertical padding.
569
570         * gnus-art.el (article-date-ut): Protect against articles with no Date
571         header.
572         (article-update-date-lapsed): Don't use current-column to find the
573         horizontal position.  It's fragile in the presence of \003 characters.
574
575         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
576
577 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
578
579         * gnus-art.el (article-transform-date): Rewrite to still work when
580         there are several rfc2822 parts.
581         (article-transform-date): Fix infinite recursion.
582         (article-date-ut): Replace infinitely many Date headers with a single
583         one when called interactively.
584
585         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
586         secure manner.
587
588         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
589         move around by not using save-window-excursion.  It seems to work...
590
591 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
592
593         * gnus-art.el (article-make-date-line): Work for user-defined format.
594
595 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
596
597         * nntp.el (nntp-retrieve-group-data-early)
598         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
599         fetching functions.
600
601         * gnus-start.el (gnus-read-active-for-groups): Read the active files
602         thoroughly for all backends that have no known groups.  This should
603         allow new nnml methods to retrieve mail.
604
605         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
606         that Gnus doesn't know exists again.
607
608         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
609         (gnus-treat-date-ut): Ditto.
610         (gnus-article-update-date-header): Renamed.
611         (gnus-treat-date-local): Removed.
612         (gnus-treat-date-english): Removed.
613         (gnus-treat-date-lapsed): Removed.
614         (gnus-treat-date-combined-lapsed): Removed.
615         (gnus-treat-date-original): Removed.
616         (gnus-treat-date-iso8601): Removed.
617         (gnus-treat-date-user-defined): Removed.
618         (gnus-article-date-headers): New variable to control all the date
619         header options.
620         (article-date-ut): Rewrite to allow using the new way to format date
621         headers(s).
622
623 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
624
625         * nnmail.el (nnmail-article-group): Check for a direct fancy split
626         method.
627         (nnmail-article-group): A better test for fanciness.
628
629         * nnimap.el (nnimap-request-head): Protect against not finding the
630         article by Message-ID.
631
632 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
633
634         * gnus-art.el (article-update-date-lapsed): Try a better way to really
635         keep point at the "same place".
636
637 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
638
639         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
640         data if the group is unactivated.
641
642 2011-01-28  Julien Danjou  <julien@danjou.info>
643
644         * gnus-win.el: Remove dead function gnus-window-configuration-element.
645         (gnus-all-windows-visible-p): Remove old compatibility code.
646         (gnus-window-top-edge): Add docstring.
647
648         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
649
650 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
651
652         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
653         older request-update-info.
654
655         * gnus-art.el (article-make-date-line): Limit the length a bit more.
656
657 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
658
659         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
660         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
661
662 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
663
664         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
665         groups.  This makes the nndraft:queue group pop up if it's not already
666         there.
667
668         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
669         messages" logic, which was reversed.
670
671         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
672         the "same place" even if point is on the line being replaced.
673         (article-update-date-lapsed): Allow updating both the combined lapsed
674         and the lapsed headers.
675         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
676         (article-make-date-line): Limit the number of segments dynamically to
677         avoid too-long lines.
678
679 2011-01-27  Julien Danjou  <julien@danjou.info>
680
681         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
682         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
683
684 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
687         Use plist-get instead of the cl function getf.
688
689 2011-01-27  Glenn Morris  <rgm@gnu.org>
690
691         * gnus-util.el (float-time): Get rid of compiler warning, again.
692
693 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
694
695         * shr.el (shr-put-color): Special-case background colours: Do put them
696         at the blank parts at the front of the lines.
697
698         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
699         exit hook to nix out all data on readedness on group exit.
700
701         * gnus-util.el (float-time): If float-time is bound, always use it on
702         all Emacsen.  It's unclear why the subrp check was there.
703         (time-date): Require to make some autoload issues on XEmacs go away.
704
705         * shr.el (shr-put-color): Don't do the box padding in tables, since
706         they're already padded.
707
708 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
709
710         * gnus-art.el (gnus-article-next-page): When the last line of the
711         article is displayed, scroll down once more instead of going to the
712         next article at once.
713         (article-lapsed-string): Refactor out and allow specifying how many
714         segments you want.
715         (gnus-article-setup-buffer): Start updating the lapsed header directly.
716         (gnus-article-update-lapsed-header): New variable.
717
718         * shr.el: Revert change that made headings use different-sized faces.
719         The Emacs display engine isn't advanced enough that, for instance,
720         tables can comfortably use differntly-sized faces.
721
722 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
723
724         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
725         used.
726         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
727         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
728         we're using an encrypted connection.
729
730         * proto-stream.el: Alter the interface functions to also return the
731         actual stream type used: network or tls.
732
733 2011-01-25  Julien Danjou  <julien@danjou.info>
734
735         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
736         (mm-display-javascript-inline): New function.
737
738         * mm-decode.el (mm-inline-media-tests): Add application/javascript
739         viewing function.
740
741 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
742
743         * shr.el (shr-expand-newlines): Fix variable name.
744
745 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
746
747         * shr.el (shr-expand-newlines): Make nested boxes work.
748
749 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
750
751         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
752         backgrounds.
753         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
754         in a more sensible manner.
755
756 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
757
758         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
759         if EPG is loaded.
760
761 2011-01-24  Julien Danjou  <julien@danjou.info>
762
763         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
764         tags.
765
766 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
767
768         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
769         commands.
770
771         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
772         in the article buffer.
773         (gnus-gravatar-insert): Use blank space from the current buffer to
774         avoid breaking text properties.  This makes X-Sent updating work again.
775
776         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
777
778 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
779
780         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
781         fix the bug in url-http.el instead.
782
783         * shr.el (shr-image-fetched): Ditto.
784
785         * shr.el (shr-image-fetched): Avoid having point move in the article
786         buffer.
787
788         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
789         buffer after being called.  It's apparently being killed by url.el, and
790         killing it made point move to end-of-buffer in a random buffer.
791
792         * shr.el (shr-image-fetched): Ditto.
793
794 2011-01-23  Julien Danjou  <julien@danjou.info>
795
796         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
797
798         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
799         text/x-org.
800
801 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
802
803         * gnus-sum.el (gnus-summary-move-article): Protect against backends
804         (i.e., nnimap) returning nil as the article number.
805
806 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
807
808         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
809         "DelSp" parameter in RFC3676.
810
811 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
812
813         * message.el (message-check-recipients): Display the encoded version of
814         the bogus address if they differ.
815
816         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
817         after sending.
818
819         * gnus-agent.el (gnus-agent-send-mail): Ditto.
820
821         * gnus-group.el (gnus-group-refresh-group): New convenience function.
822
823         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
824         group buffer after sending the queue.
825
826         * gnus-agent.el (gnus-agent-send-mail): Ditto.
827
828 2011-01-22  Julien Danjou  <julien@danjou.info>
829
830         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
831
832 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
833
834         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
835         nested related parts.
836
837         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
838         unexpired articles.  This fixes the regression that led expiry marks to
839         disappear from nnfolder groups.
840
841 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
842
843         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
844         Don't confuse the "ret" of "retrograde" with RET.
845
846 2011-01-21  Julien Danjou  <julien@danjou.info>
847
848         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
849         than mm-insert-inline.
850
851 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
854         Widen article buffer.
855
856 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
857
858         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
859         the temp buffer.
860         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
861
862 2011-01-20  Julien Danjou  <julien@danjou.info>
863
864         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
865
866         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
867         than mm-insert-inline to insert inline part: this respect
868         mm-inline-media-tests displayers.
869
870         * mm-view.el (mm-display-shell-script-inline): New function.
871
872         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
873
874         * mm-uu.el (mm-uu-type-alist): Add org block.
875         (mm-uu-org-src-code-block-extract): New function.
876
877         * mm-view.el (mm-display-org-inline): New function.
878
879         * mm-decode.el (mm-automatic-display): Add text/org.
880
881         * mailcap.el (mailcap-mime-extensions): Add .org.
882
883 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * gnus-art.el (gnus-article-highlight): Remove argument passed to
886         gnus-article-add-buttons.
887
888 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
889
890         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
891         From header with a date and "nobody" as the sender.
892
893 2011-01-19  Julien Danjou  <julien@danjou.info>
894
895         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
896         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
897         if you have the same regexp several times.
898         (gnus-button-push): Fix matching when regexp is symbol.
899
900 2011-01-15  Glenn Morris  <rgm@gnu.org>
901
902         * message.el (message-mail): A compose-mail function should
903         accept headers as strings.
904
905 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
906
907         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
908         Add :vert-only tags.
909         (message-mail): New arg RETURN-ACTION.
910         (message-return-action): New var.
911         (message-bury): Use it.
912         (message-mode): Make it buffer-local.
913         (message-send-and-exit): Always call message-bury.
914
915         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
916         message-mail.
917
918 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * nnimap.el (nnimap-convert-partial-article): Protect against
921         zero-length body parts.
922
923         * mm-decode.el (mm-preferred-alternative-precedence):
924         Discourage showing empty parts.
925
926         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
927         and stuff if the backend didn't return the article number.  This fixes
928         an Exchange-related nnimap bug.
929
930         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
931         group window, because it does the wrong thing when a separate frame
932         displays the group buffer.
933
934         * proto-stream.el (open-protocol-stream): Protect against the low-level
935         transport functions returning nil.
936
937 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
938
939         * mml2015.el (epg-sub-key-fingerprint): Autoload.
940         (mml2015-epg-find-usable-secret-key): New function.
941         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
942         mml2015-epg-find-usable-key (Bug#7797).
943         (mml2015-epg-encrypt): Ditto.
944
945 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * dgnushack.el (rot13-string): Fix the way to get the argument.
948
949 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
950
951         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
952
953 2011-01-03  Glenn Morris  <rgm@gnu.org>
954
955         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
956
957         * sieve.el (sieve-open-server): Give a more explicit error if
958         sieve-manage-open returns nil.  (Bug#7720)
959
960 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
961
962         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
963
964 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
965
966         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
967         This avoids sending passwords in plain text over non-encrypted
968         channels.
969
970         * shr.el (shr-rescale-image): Display all GIF images as animated images.
971
972         * nnimap.el (nnimap-login): Refactored out into own function, and
973         implement CRAM-MD5.
974         (nnimap-wait-for-line): Refactored out.
975
976         * mm-view.el (mml-smime): Require.
977
978 2010-12-20  David Engster  <deng@eml.cc>
979
980         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
981         use EPG to decrypt S/MIME messages instead of openssl.
982
983 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
986
987         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
988         status is the group clearly is unreachable.
989
990         * auth-source.el (auth-source-create): Add the optional second
991         parameter to `local-variable-p' to be compatible with XEmacs.
992
993 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
994
995         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
996         work when using a compressed nnml folder.
997
998 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
999
1000         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1001         backends after sanitising on entry, because this never makes sense:
1002         If the articles have gone missing, then the data no longer exists on
1003         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1004         overwrite anything anyway.
1005
1006         * shr.el (shr-insert-document): Bind shr-width dynamically to
1007         window-width if it's nil.
1008
1009 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1010
1011         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1012         with the meaning of using the full emacs window width for rendering.
1013
1014 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1015
1016         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1017         case when sender is not given.
1018
1019 2010-12-23  Julien Danjou  <julien@danjou.info>
1020
1021         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1022         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1023         the addresses, otherwise we might misplaced the gravatar.
1024
1025 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1026
1027         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1028         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1029         obsolete in Emacs.
1030
1031 2010-12-20  Julien Danjou  <julien@danjou.info>
1032
1033         * gnus-util.el (gnus-rescale-image): Revert last change.
1034
1035 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1036
1037         * binhex.el: Improve commentary (Bug#7482).
1038
1039 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1040
1041         * gnus-group.el (gnus-group-delete-articles): New command.
1042
1043 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1044
1045         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1046
1047 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1050         here, since it's up to the backends to do CRLF removal if their
1051         protocol has it.
1052
1053         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1054
1055 2010-12-17  Julien Danjou  <julien@danjou.info>
1056
1057         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1058         they are from file. Can also scale up.
1059
1060 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1061
1062         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1063         gnus-use-agent.
1064         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1065
1066         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1067
1068 2010-12-17  Julien Danjou  <julien@danjou.info>
1069
1070         * gravatar.el (gravatar-retrieve-synchronously): New function.
1071         (gravatar-get-data): Make more robust.
1072
1073 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1076
1077 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1080         to really consider the last line.
1081
1082 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1083
1084         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1085         list of recipient keys, or use symmetric encryption if not a list.
1086         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1087         EPA override, replacing the call to `netrc-store-data'.
1088
1089 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1090
1091         * gnus-srvr.el: Avoid passing nil regexp argument to
1092         delete-matching-lines.
1093
1094 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1097         fetching stops when Gnus exits.
1098
1099         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1100         function.
1101         (nnfolder-request-expire-articles): Save all the buffers after doing
1102         expiry.
1103
1104         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1105         the last article", since that led to serious performance regressions
1106         when expiring nnml groups.
1107
1108 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1109
1110         * nnir.el: Improve customizations.
1111
1112 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1115
1116         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1117         group has been killed.
1118         (gnus-group-yank-group): Ditto.
1119
1120         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1121
1122         * nnimap.el (nnimap-request-update-group-status): New function.
1123
1124         * gnus-int.el (gnus-request-update-group-status): New interface
1125         function.
1126
1127         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1128         copying read-ness to the backends.
1129
1130         * nnimap.el (nnimap-quirk): New function.
1131         (nnimap-retrieve-group-data-early): Use it.
1132         (nnimap-quirks): New alist.
1133
1134 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1137         don't delete it within indentation.
1138
1139 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1142         previous line.
1143
1144 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1147         QRESYNC command by deleting a superfluous space which broke Cyrus
1148         servers.  This change will break other servers that are buggy the other
1149         way around.
1150
1151 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1152
1153         * spam.el: Reindent and fix long lines.
1154         (spam-copy-or-move-routine): Exclude invalid move destinations.
1155
1156 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1157
1158         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1159         installed the registry.
1160
1161 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1164
1165 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1166
1167         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1168         groupname doesn't contain "gmane".
1169
1170 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1173         and netrc-bound-and-true-p bindings.
1174         (netrc-parse): Cache the netrc contents.
1175
1176         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1177         (gnus-1): Don't create the nndrafts group twice.
1178         (gnus-setup-news): There's no need to read the active file here, since
1179         that's done again later on a per-backend basis.
1180         (gnus-start-draft-setup): Make sure that the new group is started out
1181         empty.
1182
1183         * gnus-agent.el (gnus-agentize): Don't create the queue group
1184         automatically on startup.  It'll be created later, if needed.
1185
1186         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1187         of automatically subscribed groups.
1188         (gnus-auto-subscribed-categories): New variable.
1189         (gnus-matches-options-n): Use it.
1190         (gnus-default-subscribed-newsgroups): Remove unused variable.
1191         (gnus-start-draft-setup): Message a bit less.
1192
1193 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1194
1195         * nnir.el (nnir-run-imap): Return article list in order of increasing
1196         UID.
1197
1198 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * gnus-sum.el (gnus-summary-enter-digest-group):
1201         Mention gnus-auto-select-on-ephemeral-exit.
1202
1203         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1204         convention of the network-only option.
1205
1206 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * proto-stream.el (proto-stream-open-network-only): New function to
1209         have a way to specify non-STARTTLS upgrade connections.
1210
1211 2010-12-10  Julien Danjou  <julien@danjou.info>
1212
1213         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1214         email address is nil.
1215
1216         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1217
1218 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1219
1220         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1221         deletion.
1222         (nnir-run-imap): Only need to parse list once.
1223
1224 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1225
1226         * shr.el (shr-tag-script): Ignore <script>.
1227         (shr-tag-label): Add <label> support.
1228
1229 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1232
1233         * shr.el (shr-image-displayer): Work for images lined side by side.
1234
1235 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1236
1237         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1238         parameter, since XEmacs doesn't accept t as a parameter.
1239
1240 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1241
1242         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1243         ids.
1244         (nnir-run-gmane): Simplify groupspec formatting.
1245         (nnir-request-expire-articles): New function.
1246
1247 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1250         overflow, possibly.
1251
1252         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1253         (shr-render-td): Handle td style="" better.
1254         (shr-tag-table): Use the color from the style sheet.
1255         (shr-render-td): Make sure we copy over all the overlays, too.
1256
1257 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1258
1259         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1260         (nnir-request-article): Improve article retrieval.
1261
1262 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * mm-util.el (mm-extra-numeric-entities): New variable.
1265
1266         * mm-url.el (mm-url-decode-entities):
1267         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1268
1269         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1270
1271 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1272
1273         * message.el: Use completion-at-point.
1274         (message-completion-function): New fun, extracted from message-tab.
1275         (message-mode): Use it for completion-at-point-functions.
1276         (message-tab): Use it and completion-at-point.
1277
1278 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1279
1280         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1281         character if a non-breakable character follows.
1282
1283 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284
1285         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1286         any stream.
1287
1288         * shr.el (shr-tag-font): Colorize the region.
1289         (shr-tag-body): Ditto.
1290         (shr-tag-font): Actually let the styles be inherited instead of
1291         overwriting them.
1292         (shr-tag-font): Get the background color right.
1293         (shr-tag-style): Ignore all <style> tags for the moment.
1294
1295         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1296         a Message-ID to avoid having nnimap depend on gnus-sum.
1297
1298         * shr.el (shr-descend): Only colorize something if we have a node that
1299         sets colors.
1300
1301 2010-12-06  Julien Danjou  <julien@danjou.info>
1302
1303         * shr.el (shr-render-td): Render td content with shr-descend, so style
1304         will be applied to <td> too.
1305         (shr-colorize-region): Colorize region even if we only have a background.
1306         (shr-tag-body): Fix color and background color inheritance.
1307         Do not recolorize after shr-generic.
1308         (shr-tag-font): Let shr-generic colorize via inheritance.
1309
1310 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1313
1314 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1315
1316         * nnir.el (nnir-request-move-article): Remove obsolete code.
1317
1318 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1321
1322 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * gnus-sum.el (gnus-summary-respool-article): The completion function
1325         expects a list instead of an alist.
1326
1327         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1328         string as the parameter.
1329
1330         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1331
1332         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1333         styles.
1334         (shr-colorize-region): New function.
1335         (shr-insert-background-overlay): Remove.
1336         (shr-render-td): Background setting should be taken care of on a higher
1337         level.
1338         (shr-tag-body): Use post-hoc colorizations.
1339         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1340         (shr-put-color-1): Don't overwrite old colors.
1341         (shr-colorize-region): When the background color isn't explicit, use
1342         a fixed background.
1343
1344         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1345         nnmail variables.
1346
1347 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1348
1349         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1350         unless necessary.
1351
1352 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1353
1354         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1355         server.
1356
1357 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358
1359         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1360         so that TAB works.
1361
1362         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1363         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1364
1365         * shr.el (shr-urlify): Show the URL before the title to avoid
1366         misleading URLs.
1367
1368 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1369
1370         * shr.el (shr-urlify): Display the title in <a> tags.
1371
1372 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1373
1374         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1375
1376 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1377
1378         * nnir.el: Rearrange code to allow macros to be autoloaded by
1379         gnus-sum.el.
1380         (nnir-retrieve-headers-override-function): Make this variable
1381         customizable.
1382         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1383
1384         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1385         from nnir.el.
1386
1387 2010-12-03  Julien Danjou  <julien@danjou.info>
1388
1389         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1390
1391 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1392
1393         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1394         allow optional argument `environment'.
1395
1396 2010-12-03  Glenn Morris  <rgm@gnu.org>
1397
1398         * mm-extern.el (message-goto-body): Update declaration.
1399
1400 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * gnus-util.el (gnus-macroexpand-all): New function.
1403
1404         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1405         instead of macroexpand-all that is unavailable in XEmacs.
1406
1407 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1408
1409         * nnir.el (nnir-summary-line-format): New variable.
1410         (nnir-mode): Use it.
1411         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1412         (nnir-article-ids): Reimplement as defsubst.
1413         (nnir-retrieve-headers): Don't mangle the subject header.
1414         (nnir-run-imap): Use 100 as RSV score.
1415         (nnir-run-find-grep): Fix for full server searching.
1416         (nnir-run-gmane): Better restriction to gmane groups.
1417
1418         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1419         summary buffers.
1420
1421 2010-12-02  Julien Danjou  <julien@danjou.info>
1422
1423         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1424
1425         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1426
1427         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1428         support.
1429
1430 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1431
1432         * nnir.el: Update to handle the registry better.
1433         (autoload): Silence byte-compiler.
1434         (nnir-open-server): Add a hook for nnir groups.
1435         (nnir-request-move-article): Don't mangle the header. Better to use
1436         formating variables (which will be added in the future).
1437         (nnir-registry-action): Update the registry using the original article
1438         group name.
1439         (nnir-mode): Install nnir-specific hooks for updating the registry.
1440
1441         * gnus-sum.el
1442         (gnus-article-original-subject,gnus-newsgroup-original-name):
1443         Remove obsolete variables.
1444         (gnus-summary-move-article): Remove use of obsolete variables.
1445         (gnus-summary-local-variables): Make move and delete hooks local to
1446         summary buffers.
1447
1448 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1449
1450         * rtree.el: New file.
1451
1452 2010-12-01  Julien Danjou  <julien@danjou.info>
1453
1454         * message.el (message-user-organization): Do not use
1455         gnus-local-organization.
1456
1457         * gnus.el: Remove gnus-local-organization.
1458
1459         * gnus-msg.el: Remove nastygram thing.
1460
1461 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1462
1463         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1464         funcall.
1465
1466 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1467
1468         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1469         names.
1470
1471         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1472         characters.
1473
1474         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1475         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1476         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1477         (gnus-gravatar-transform-address): Use mail-extract-address-components
1478         that supports non-ASCII names rather than mail-header-parse-addresses.
1479
1480 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * proto-stream.el (open-protocol-stream): All starttls connections are
1483         handled by the network handler.
1484
1485 2010-11-30  Julien Danjou  <julien@danjou.info>
1486
1487         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1488         (nnimap-open-connection-1): Fix PREAUTH.
1489
1490         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1491
1492 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1495         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1496         (shr-insert): Use them.
1497         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1498
1499 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1500
1501         * nnir.el (nnir-request-move-article): Bail out if original group
1502         doesn't support article moves.
1503         (nnir-get-active): Improve active list retrieval.
1504
1505 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1506
1507         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1508
1509 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1510
1511         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1512         seem to accept strings-with-numbers as port numbers,
1513
1514 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1515
1516         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1517         change the registry.
1518
1519 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1522         delete-dups that is not available in XEmacs 21.4.
1523
1524         * mm-util.el (mm-delete-duplicates): Add comment.
1525
1526 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1527
1528         * nnir.el (nnir-ignored-newsgroups): New variable.
1529         (nnir-get-active): Use it.
1530
1531 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * proto-stream.el (proto-stream-open-network): Add some comments.
1534
1535         * nntp.el (nntp-open-connection): Provide a :success condition.
1536
1537         * nnimap.el (nnimap-open-connection-1): Ditto.
1538
1539         * proto-stream.el (proto-stream-open-network): See what the response to
1540         the STARTTLS command is.
1541
1542         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1543         backwards compatibility).
1544         (nnimap-open-connection-1): Really respect nnimap-server-port.
1545
1546         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1547         TLS upgrades we don't really care about the identity of the peer.
1548         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1549         that what we've checked for.
1550         (proto-stream-always-use-starttls): Only default to t if
1551         open-gnutls-stream exists.
1552         (proto-stream-open-network): If STARTTLS failed, then just open a
1553         normal connection.
1554         (proto-stream-open-network): Wait until the greeting before doing
1555         STARTTLS.
1556
1557         * nntp.el (nntp-open-connection): Report what the connection error is.
1558
1559         * proto-stream.el (open-protocol-stream): Rename from
1560         open-proto-stream.
1561
1562 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * nnimap.el (nnimap-stream): Change default to `undecided'.
1565         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1566         first, and then network.
1567         (nnimap-open-connection-1): Respect nnimap-server-port.
1568         (nnimap-open-connection): Be more backwards-compatible.
1569
1570         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1571         (proto-stream-open-starttls): De-duplicate the starttls code.
1572         (proto-stream-open-starttls): Folded back into the main function.
1573         (proto-stream-open-network): Fix typo in the gnutls path.
1574         (proto-stream-command): Refactor out.
1575
1576         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1577
1578         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1579         starttls.el STARTTLS.
1580
1581         * color.el (color-lab->srgb): Fix function call name.
1582
1583         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1584         if we're using tls.el.
1585         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1586         built in, then don't try to establish a STARTTLS connection.
1587
1588         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1589         servers.
1590
1591         * proto-stream.el (open-proto-stream): Use network, not stream.
1592         (open-proto-stream): Add a way to specify what the end of a command is.
1593
1594         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1595         connections types.
1596         (nntp-open-network-stream): Remove.
1597         (nntp-open-ssl-stream): Remove.
1598         (nntp-open-tls-stream): Remove.
1599         (nntp-ssl-program): Remove.
1600
1601         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1602
1603 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1604
1605         * nnir.el: Fix typos.
1606         (nnir-retrieve-headers-override-function): Rename variable to reflect
1607         new semantics.
1608         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1609         macros.
1610         (nnir-request-article, nnir-request-move-article): Use them.
1611         (nnir-categorize): New function.
1612         (nnir-run-query): Use it.
1613         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1614         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1615         sorted.
1616         (nnir-group-full-name): Use gnus-group-full-name instead.
1617         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1618         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1619
1620 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621
1622         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1623
1624         * proto-stream.el: New library to provide protocol-specific
1625         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1626         protocols.
1627         (open-proto-stream): Complete the documentation.
1628         (proto-stream-open-network): Fix some typos.
1629
1630         * nnimap.el (nnimap-open-connection): Use it.
1631
1632 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1633
1634         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1635         negotiation.
1636
1637 2010-11-26  Julien Danjou  <julien@danjou.info>
1638
1639         * color.el: Rename various rgb functions to srgb.
1640
1641 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1642
1643         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1644         names.
1645
1646 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * shr.el (shr-insert): Revert last change.
1649         (shr-find-fill-point): Never leave point being at bol;
1650         relax the kinsoku limitation when rendering tables.
1651
1652 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653
1654         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1655         results from -accept-article.
1656
1657         * shr-color.el: Require cl when compiling.
1658
1659         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1660         checkin.
1661
1662         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1663
1664         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1665
1666         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1667         'add and 'delete to set backend marks.
1668
1669         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1670
1671         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1672
1673         * nntp.el (nntp-request-set-mark): Use it.
1674
1675         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1676
1677         * nnml.el (nnml-request-set-mark): Ditto.
1678
1679         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1680         introduces regressions in article selection.
1681         (nnimap-find-uid-response): New function.
1682         (nnimap-request-accept-article): Use the UID returned, if any.
1683         (nnimap-request-move-article): Use the UID returned, if any.
1684         (nnimap-get-groups): Reimplement to work with folded lines.
1685         (nnimap-find-uid-response): The UID is the last element in the list.
1686         (nnimap-request-set-mark): Extend syntax with 'set.
1687
1688         * nnml.el (nnml-request-set-mark): Ditto.
1689
1690         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1691
1692         * nntp.el (nntp-request-set-mark): Ditto.
1693
1694 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1695
1696         * message.el (message-called-interactively-p): A temporary macro.
1697         (message-goto-body): Use it temporarily.
1698
1699 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1700
1701         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1702         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1703         (nnimap-last-response-string): Fix last unfolding fix.
1704
1705 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * shr.el (shr-insert): Fix the way to fold lines.
1708
1709 2010-11-25  Julien Danjou  <julien@danjou.info>
1710
1711         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1712
1713         * color.el: Rename from color-lab.el
1714         (color-rgb->hex): Add.
1715         (color-complement): Add.
1716         (color-complement-hex): Add.
1717
1718         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1719
1720 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1723         don't exist.
1724
1725 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1728         assuming that article displaying or another mml-preview may be
1729         interrupted for an error or for the like.
1730
1731         * shr.el (shr-get-background): Fix argument name.
1732
1733 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1736
1737         * gnus-sum.el (gnus-summary-include-articles): New function.
1738
1739         * message.el (message-goto-body): called-interactively-p needs a
1740         parameter, so use `any'.
1741
1742         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1743         clear marks before moving, since they're synced from the Gnus side
1744         first.
1745
1746         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1747         (gnus-summary-move-article): Copy over all marks before moving, so that
1748         IMAP doesn't think a new article has arrived.
1749
1750 2010-11-24  Julien Danjou  <julien@danjou.info>
1751
1752         * shr.el (shr-insert-background-overlay): Fix typo.
1753         (shr-render-td): Copy the background before rendering.
1754
1755         * shr-color.el (shr-color-visible): Fix docstring.
1756
1757         * shr.el (shr-tag-table): Add bgcolor support.
1758         (shr-render-td): Add bgcolor support.
1759         (shr-get-background): Add.
1760         (shr-insert-foreground-overlay): Use shr-get-background.
1761
1762         * message.el (message-goto-body): Use called-interactively-p.
1763         (message-in-body-p): message-goto-body returns point.
1764
1765 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1766
1767         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1768         Fixes something or other in Emacs 23, and is backwards compatible.
1769
1770         * message.el (message-goto-body): Remove the <#secure special-casing,
1771         which is too special.
1772
1773         * shr.el (shr-parse-style): Drop !important from styles.
1774
1775 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1776
1777         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1778         this function to return incorrect results when calling it with an
1779         explicit article argument different from
1780         (gnus-summary-article-number).
1781
1782 2010-11-24  Julien Danjou  <julien@danjou.info>
1783
1784         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1785         (shr-tag-body): Add background support.
1786         (shr-descend): Add background support.
1787         (shr-tag-title): Add.
1788
1789         * shr-color.el (shr-color-visible): Really return original background
1790         if fixed.
1791
1792 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * shr.el (shr-color-check): Protect against non-existant colour names.
1795
1796 2010-11-24  Julien Danjou  <julien@danjou.info>
1797
1798         * color-lab.el: Require 'cl when compiling.
1799
1800         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1801
1802         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1803         matched part.
1804
1805         * color-lab.el: Fix all expt calls to use float type.
1806
1807 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1810         expression to shr-color-check as is.
1811
1812         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1813
1814         * color-lab.el: Add coding cookie.
1815         (float-pi): Use eval-and-compile.
1816
1817         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1818         compiled for Emacsen having no `libxml-parse-html-region' support.
1819
1820 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1821
1822         * shr.el (shr-insert-color-overlay): Split stuff like
1823         "#444444 !important" to find the real colour.
1824         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1825         parse <font color="red"> entries.
1826
1827 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1828
1829         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1830         point when parsing headers.
1831
1832         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1833         is positioned properly when parsing headers.
1834
1835 2010-11-23  Julien Danjou  <julien@danjou.info>
1836
1837         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1838
1839         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1840
1841         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1842
1843         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1844         Use shr-color-hue-to-rgb.
1845         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1846
1847 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1848
1849         * shr.el (shr-color->hexadecimal): Autoload.
1850         (shr-descend): Add color to all tags.
1851
1852 2010-11-22  Julien Danjou  <julien@danjou.info>
1853
1854         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1855         shr-color->hexadecimal.
1856
1857         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1858         RGB() or HSL() color representation.
1859
1860         * shr.el (shr-tag-font): Add.
1861         (shr-tag-color-check): New function to get better colors.
1862         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1863         tag-span.
1864
1865         * shr-color.el: New file.
1866
1867         * color-lab.el: New file.
1868
1869         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1870
1871 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1872
1873         * nnir.el: Fix typo in comments.
1874         (nnir-run-imap): Simplify code. No need to reverse artlist.
1875         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1876
1877 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1880
1881         * nnimap.el (nnimap-get-capabilities): Refactor out.
1882         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1883
1884 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1885
1886         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1887         appearing when `mm-uu-hide-markers' is nil.
1888
1889 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1890
1891         * nnimap.el (nnimap-unselect-group): Make into its own function.
1892         (nnimap-request-rename-group): Unselect group before renaming.
1893         This had gotten lost somewhere.
1894         (nnimap-request-accept-article): Keep track of examined groups, and
1895         unselect the group before APPENDing to read-only groups.
1896         (nnimap-request-move-article): Clear flags before moving so that they
1897         can be re-set later.
1898
1899 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1902         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1903
1904 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * gnus-art.el (gnus-mime-display-single)
1907         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1908         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1909         parameter.
1910
1911 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912
1913         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1914         (shr-table-vertical-line): New variable.
1915         (shr-insert-table): Use it.
1916
1917 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * gnus-html.el (gnus-html-wash-images): Don't display images if
1920         gnus-inhibit-images is non-nil; register displayer for cid images.
1921         (gnus-html-display-image): Work for cid image.
1922         (gnus-html-insert-image): Allow arguments.
1923         (gnus-html-put-image): Inhibit read-only.
1924         (gnus-html-prefetch-images): Don't prefetch images if
1925         gnus-inhibit-images is non-nil.
1926
1927 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928
1929         * shr.el (shr-put-image): Break lines when inserting big pictures.
1930
1931 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1932
1933         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1934         sender, thanks Katsumi Yamaoka.
1935
1936 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1937
1938         * nnir.el (nnir-run-imap): Reverse the article list for each group
1939         rather than the whole list.
1940
1941 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * shr.el (shr-image-displayer): Protect function against non-existent
1944         image source.
1945
1946         * gnus-art.el (gnus-inhibit-images): New user option.
1947         (gnus-mime-display-single): Don't display image if it is non-nil.
1948
1949         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1950         gnus-inhibit-images.
1951
1952         * shr.el (shr-image-displayer): New function.
1953         (shr-tag-img): Use it.
1954
1955 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1956
1957         * mml2015.el (mml2015-epg-sign): Use From header.
1958
1959 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1962
1963         * gnus-util.el (gnus-find-text-property-region): Return markers.
1964
1965         * shr.el (shr-tag-img): Put a displayer in the text property.
1966
1967         * gnus-util.el (gnus-find-text-property-region): New utility function.
1968
1969         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1970         (gnus-html-show-images): Remove.
1971
1972         * gnus-art.el (gnus-article-show-images): New, more general function.
1973
1974         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1975         image url text properties.
1976
1977         * shr.el: Ditto.
1978
1979         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1980         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1981
1982 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1985         work for two or more articles.
1986
1987 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1990         divide an image that's in an html article to two or more when washing
1991         non-ASCII characters in alt text of it.
1992
1993 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1996         smime-decrypt-region using function argument.
1997         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1998
1999         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2000
2001         * smime.el (smime-decrypt-region): Catch it.
2002
2003 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2004
2005         * smime.el (smime-mode-map): Move initialization into declaration.
2006         (gnus-run-mode-hooks): Don't autoload.
2007         (smime-mode): Use define-derived-mode.
2008
2009 2010-11-11  Glenn Morris  <rgm@gnu.org>
2010
2011         * smime.el (from): Restrict declaration to XEmacs.
2012
2013         * nnir.el (gnus-group-topic-name): Autoload.
2014
2015 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * shr.el (shr-insert): Don't break long line if it is because of
2018         kinsoku-bol characters in the line end.
2019
2020 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2021
2022         * nnir.el (nnir-request-move-article): Fix to provide original group
2023         and subject.
2024         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2025         been retrieved.
2026
2027         * gnus-sum.el (gnus-summary-move-article): Use original group and
2028         subject for virtual articles such as those in an nnir summary buffer.
2029
2030 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2033         least 21.5).
2034
2035         * smime.el (from): Declare it again for XEmacs.
2036
2037 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038
2039         * message.el (message-resend): Don't disable encoding unless it's
2040         already encoded.
2041
2042         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2043         low-numbered articles.
2044
2045 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * rfc2047.el (rfc2047-syntax-table): Simplify.
2048
2049         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2050
2051         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2052         set-char-table-range for XEmacs.
2053
2054 2010-11-10  Glenn Morris  <rgm@gnu.org>
2055
2056         * time-date.el (time-to-seconds): Always an alias on Emacs,
2057         never a real function.
2058         (with-no-warnings): Remove compat stub, now unused.
2059         (time-less-p): Doc fix.
2060         (time-to-number-of-days): Simplify.
2061
2062         * smime.el (from): Remove unused declaration.
2063
2064         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2065         (gnus-float-time): On Emacs, always an alias.
2066
2067         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2068         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2069
2070 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2071
2072         * dgnushack.el: Don't use ignore-errors in the top level form since it
2073         is unavailable in XEmacs even if cl is loaded.
2074
2075         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2076
2077 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * shr.el (browse-url-mailto): Autoload.
2080
2081         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2082
2083         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2084         regexp doesn't need quoting.
2085
2086 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2087
2088         * message.el (message-subject-trailing-was-ask-regexp)
2089         (message-subject-trailing-was-regexp): Match was: in addition to was.
2090
2091 2010-11-09  Glenn Morris  <rgm@gnu.org>
2092
2093         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2094         (nnbabyl-check-mbox): Use point-at-bol.
2095
2096 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097
2098         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2099
2100         * message.el (message-mailto): New function.
2101         (message-mailto): Should accept other parameters.
2102         (message-mailto): Remove since it duplicates browse-url-mailto
2103         functionality.
2104
2105 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2108         methods.
2109         (gnus-read-active-file): Ditto.
2110
2111         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2112         ": " from the prompt.
2113         (gnus-group-make-group): Ditto.
2114
2115 2010-11-07  Glenn Morris  <rgm@gnu.org>
2116
2117         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2118         (gnus-bookmark-kill-line): Use point-at-eol.
2119
2120 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2121
2122         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2123         asterisks in From header.
2124
2125 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2128         string to avoid making the From headers syntactically invalid.
2129
2130         * message.el (message-send-mail): Don't insert courtesy messages if the
2131         message already has List-Post and List-ID messages.
2132
2133 2010-11-06  Glenn Morris  <rgm@gnu.org>
2134
2135         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2136         `condition', `type', `length' a prefix.
2137         (gnus-treat-predicate): Update for above name changes.
2138
2139 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2140
2141         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2142         binding.  Handled by `gnus-summary-refer-thread' instead.
2143         (nnir-warp-to-article): New backend function.
2144
2145         * nnimap.el (nnimap-request-thread): Force dependency updating.
2146
2147         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2148         (gnus-summary-refer-thread): Rework to improve thread-referral.
2149
2150         * gnus-int.el (gnus-warp-to-article): New function.
2151
2152         * gnus-sum.el (gnus-summary-article-map): Bind it.
2153
2154 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2155
2156         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2157         gnus-summary-refer-thread.
2158
2159         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2160         headers.
2161         (gnus-summary-limit-include-thread): Prevent articles in thread from
2162         being cut in gnus-cut-threads.
2163         (gnus-summary-refer-thread): Limit retrieved headers to those in
2164         thread.
2165
2166 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2167
2168         * message.el (message-send-mail): Use the value of
2169         message-courtesy-message from the message buffer.
2170
2171         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2172
2173         * shr.el (shr-browse-url): Implement mailto: URLs.
2174
2175         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2176         "raw".
2177
2178         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2179         if it's already selected.
2180
2181         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2182
2183 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2186         to measure the length and truncate alt text.
2187
2188 2010-11-03  Glenn Morris  <rgm@gnu.org>
2189
2190         * nndiary.el (nndiary-generate-nov-databases-1)
2191         (nndiary-generate-active-info): Rename dynamic variable `files' to
2192         something less generic.
2193
2194 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2195
2196         * nnir.el (nnir-request-move-article): Call the underlying backend to
2197         move articles from nnir.
2198
2199 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2200
2201         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2202
2203 2010-11-02  Julien Danjou  <julien@danjou.info>
2204
2205         * nnir.el: Remove wais support.
2206
2207 2010-11-02  Glenn Morris  <rgm@gnu.org>
2208
2209         * gnus-html.el: Reorder requirements to quieten compiler.
2210
2211 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2214         properly for XEmacs as well.
2215         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2216         (gnus-article-natural-long-line-p): Use window-width rather than
2217         frame-width.
2218
2219 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2220
2221         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2222         (nnir-read-parms): Don't modify query.
2223         (nnir-run-query): Add ability to search topic on current line.
2224         (nnir-get-active): Clean up.
2225
2226 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2229         degenerate articles.
2230
2231         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2232         (gnus-print-buffer): Just print the buffer as is, without any copying
2233         to a buffer and then re-highlighting.
2234
2235         * nnimap.el (nnimap-request-group): Store the new updated info.
2236         (nnimap-request-group): Select the group when we don't know whether it
2237         exists or not.
2238
2239         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2240         groups.
2241
2242         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2243         groups.
2244
2245         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2246         groups.
2247
2248         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2249         long-lines case by only filling the long lines.
2250
2251         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2252         (bug #7311).
2253
2254 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * shr.el: No need to declare `declare-function' since shr.el is for
2257         only Emacsen that provide `libxml-parse-html-region'.
2258
2259         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2260         effective only in a file it is referred to.
2261
2262 2010-11-01  Glenn Morris  <rgm@gnu.org>
2263
2264         * mm-util.el (gnus-completing-read): Autoload.
2265         (mm-read-coding-system): Simplify Emacs definition.
2266
2267         * nnmail.el (gnus-activate-group):
2268         * nnimap.el (gnutls-negotiate):
2269         * nntp.el (netrc-parse): Fix declarations.
2270
2271 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2274         string-match-p in Emacs >=23.
2275
2276         * gnus-msg.el (gnus-configure-posting-styles)
2277         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2278
2279 2010-11-01  Glenn Morris  <rgm@gnu.org>
2280
2281         * nnir.el (declare-function): Add compat stub.
2282         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2283         (nnir-run-gmane): Require 'mm-url.
2284
2285         * mm-util.el (mm-string-to-multibyte): Simplify.
2286
2287         * shr.el (declare-function): Add compat stub.
2288         (url-cache-create-filename): Declare.
2289         (mm-disable-multibyte, widget-convert-button): Autoload.
2290
2291         * smime.el (ldap-search): Declare.
2292         (smime-cert-by-ldap-1): Require ldap on Emacs.
2293
2294         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2295         (nnimap-keepalive): Use gnus-float-time.
2296
2297         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2298         (mail-source-delete-crash-box): Use gnus-float-time.
2299
2300         * gnus-dired.el (gnus-completing-read): Autoload.
2301
2302         * mm-view.el (gnus-rescale-image): Autoload.
2303
2304         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2305
2306         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2307
2308         * sieve-manage.el: Require 'cl when compiling.
2309
2310         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2311         (gnus-iswitchb-completing-read): Require iswitchb.
2312         (gnus-select-frame-set-input-focus): Silence compiler.
2313
2314 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2315
2316         * message.el (message-subject-trailing-was-query): Change default to t,
2317         since I think that's what most people want.
2318
2319         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2320         appending for easier debugging.
2321         (nnimap-wait-for-connection): Take a regexp.
2322         (nnimap-request-accept-article): Wait for the continuation line before
2323         sending anything unless we're streaming.
2324
2325         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2326         leave the header washing to take place.
2327
2328 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2329
2330         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2331         regular expression match and replace in posting styles.
2332
2333 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2334
2335         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2336         an entire server.
2337         (nnir-get-active): New function.
2338         (nnir-run-imap): Use it.
2339         (nnir-run-gmane): Who knew, gmane search returns an article score!
2340
2341         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2342         server on the current line with nnir.
2343
2344 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2347         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2348         left edge.
2349         (gnus-article-foldable-buffer): Skip past the prefix when determining
2350         raggedness.
2351
2352         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2353         the raw article, and change `C-u g' to show the article without doing
2354         treatments.
2355
2356         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2357         on to `gnus-treat-article'.
2358         (gnus-inhibit-article-treatments): New variable.
2359
2360         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2361
2362         * gnus-art.el (gnus-treatment-function-alist): Have
2363         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2364         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2365         sections.
2366
2367         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2368         parameter.
2369         (gnus-article-fill-cited-long-lines): New function.
2370         (gnus-article-fill-cited-article): Allow filling only long sections.
2371
2372         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2373         and non-punctuation (like after the apostrophe in "'We").
2374
2375         * gnus-sum.el (gnus-summary-select-article): Make sure
2376         gnus-original-article-buffer is alive.
2377
2378         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2379         reflect the order they're in in the digest.
2380
2381         * gnus.el (gnus-group-startup-message): Move point to the start of the
2382         buffer.
2383
2384         * nnimap.el (nnimap-capability): New function.
2385         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2386         is set.
2387
2388 2010-10-31  David Engster  <dengste@eml.cc>
2389
2390         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2391         conform with changes to gnus-completing-read.
2392
2393 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2396
2397 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2398
2399         * nnir.el: Move defvar, defcustom around to keep file organized
2400         and keep byte-compiler quiet.
2401         (nnir-read-parms): Accept search-engine as arg.
2402         (nnir-run-query): Pass search-engine as arg.
2403         (nnir-search-engine): Remove.
2404
2405 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2406
2407         * shr.el (shr-generic): The text nodes should be text, not :text.
2408
2409         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2410         later in the file.
2411
2412 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2413
2414         * nnir.el: General clean up.  Allow searching with multiple engines.
2415         Allow separate extra-parameters for each engine.
2416         Batch queries when possible.
2417         (nnir-imap-default-search-key,nnir-method-default-engines):
2418         Add customize interface.
2419         (nnir-run-gmane): New engine.
2420         (nnir-engines): Use it.  Qualify all prompts with engine name.
2421         (nnir-search-engine): Remove global variable.
2422         (nnir-run-hyrex): Restore for now.
2423         (nnir-extra-parms,nnir-search-history): New variables.
2424         (gnus-group-make-nnir-group): Use them.
2425         (nnir-group-server): Remove in favor of gnus-group-server.
2426         (nnir-request-group): Avoid searching twice.
2427         (nnir-sort-groups-by-server): New function.
2428
2429 2010-10-30  Julien Danjou  <julien@danjou.info>
2430
2431         * gnus-group.el: Remove gnus-group-fetch-control.
2432
2433         * gnus-start.el (gnus-find-new-newsgroups):
2434         Remove gnus-check-first-time-used.
2435
2436         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2437
2438 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2439
2440         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2441         set on groups that don't have \* permanentflags.
2442
2443 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2444
2445         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2446         control the background color.
2447         (shr-tag-img): Ignore very small web bug type images.
2448         (shr-put-image): Add help-echo alt texts to the images.
2449         (shr-tag-video): Show the video poster image.
2450
2451 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2452
2453         * shr.el (shr-table-depth): New variable.
2454         (shr-tag-table-1): Only insert the images after the top-level table.
2455
2456         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2457
2458         * gnus-util.el (gnus-list-memq-of-list): New function.
2459
2460         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2461         selected.
2462         (nnimap-unsplittable-articles): New slot.
2463         (nnimap-new-articles): Use it.
2464
2465 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2466
2467         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2468         move to the previous line on `M-g'.
2469
2470 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2473         *-request-group, which seems unnecessary.
2474
2475         * nnimap.el (nnimap-quote-specials): Function copied over from
2476         imap.el.
2477         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2478         they support that.  Suggested by Tom Regner.
2479
2480 2010-10-29  Julien Danjou  <julien@danjou.info>
2481
2482         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2483         defalias.
2484         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2485
2486         * gnus.el: Remove `gnus-nntp-service' variable.
2487         (gnus-secondary-servers): Make obsolete.
2488         (gnus-nntp-server): Make obsolete.
2489
2490         * gnus-start.el (gnus-1): Remove x-splash calls.
2491
2492         * gnus-ems.el (gnus-x-splash): Remove.
2493
2494         * gnus.el (gnus-group-startup-message): Simplify/update code.
2495
2496         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2497         definition.
2498
2499         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2500         capability before doing anything.
2501         (gnus-group-insert-group-line): Remove useless
2502         gnus-group-remove-excess-properties.
2503
2504 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2507
2508 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2511         config after reselecting.
2512
2513 2010-10-28  Julien Danjou  <julien@danjou.info>
2514
2515         * shr.el (shr-put-image): Use point even if only inserting text.
2516         (shr-put-image): Save excursion when inserting alt text on non-graphic
2517         display, so the behaviour is the same when we are on a graphic display.
2518
2519         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2520
2521 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2524         (gnus-mime-copy-part): Check coding system, not charset.
2525         (gnus-mime-view-part-externally): Never remove part.
2526         (gnus-mime-view-part-internally): Don't remove part here.
2527         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2528         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2529         multipart/alternative.
2530
2531         * mm-decode.el (mm-display-part): Take optional arg `force'.
2532
2533 2010-10-26  Julien Danjou  <julien@danjou.info>
2534
2535         * gnus-group.el (gnus-group-default-list-level): Add this function to
2536         compute the default list level.
2537         (gnus-group-default-list-level): Add possibility to use a function.
2538
2539 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2540
2541         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2542
2543         * gnus-group.el (gnus-group-completing-read)
2544         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2545         gnus-replace-in-string.
2546
2547 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2548
2549         * shr.el (shr-tag-div): Add.
2550
2551         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2552
2553 2010-10-25  Julien Danjou  <julien@danjou.info>
2554
2555         * gnus-util.el: Remove `gnus-with-local-quit'.
2556
2557         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2558
2559 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2560
2561         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2562         the original article buffer.
2563
2564 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * nnimap.el (nnimap-request-head): New function.
2567         (nnimap-request-move-article): Try to be slighly faster by not
2568         requesting the entire message when moving.
2569         (nnimap-transform-headers): Don't bug out on bodiless articles.
2570         (nnimap-send-command): Have no outstanding messages if the IMAP server
2571         doesn't support streaming.
2572         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2573
2574 2010-10-24  Julien Danjou  <julien@danjou.info>
2575
2576         * message.el (message-default-headers): Fix type.
2577
2578 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579
2580         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2581         prefetching images.
2582
2583         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2584         backend for unknown groups.  This is mainly useful for nnimap groups.
2585
2586         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2587         group isn't covered by the agent.
2588
2589 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2590
2591         * nnir.el (nnir-method-default-engines): New variable.
2592         (nnir-run-query): Use it.
2593         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2594         (gnus-summary-nnir-goto-thread): Change group if needed.
2595
2596         * gnus-group.el (gnus-group-group-map): Add key binding for
2597         gnus-group-make-nnir-group.
2598
2599 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * shr.el (shr-tag-object): Add.
2602
2603         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2604         original article buffer live.
2605         (gnus-summary-select-article-buffer):
2606         Mention gnus-widen-article-buffer.
2607
2608 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * shr.el (shr-tag-strong): Add.
2611
2612 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613
2614         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2615         group names.  They mess up the group buffer badly.
2616
2617         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2618
2619         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2620         instead of the summary one.
2621
2622 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2623
2624         * mml.el (mml-preview): Work properly when editing article.
2625
2626         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2627         gnus-have-read-active-file if it's already been in.
2628
2629 2010-10-22  Tom Tromey  <tromey@redhat.com>
2630
2631         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2632         gnus-group-completing-read.
2633
2634 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2635
2636         * message.el (message-mode-map): Don't bind M-; to comment region, to
2637         allow the global comment-dwim to work.
2638
2639 2010-10-21  Julien Danjou  <julien@danjou.info>
2640
2641         * message.el (message-setup-1): Allow message-default-headers to be a
2642         function.
2643
2644 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * shr.el (shr-tag-table): Simplify.
2647
2648 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2649
2650         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2651         to avoid trying to snarf invalid stuff.
2652
2653         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2654
2655         * gnus.el (gnus-message-archive-group): Quote value.
2656         (gnus-message-archive-group): Mark as changed.
2657
2658         * shr.el (shr-add-font): Don't put the font properties on the newline
2659         or the indentation.
2660
2661         * message.el (message-fix-before-sending): Change options when sending
2662         non-printable characters.
2663
2664         * gnus.el (gnus-message-archive-method): Change the default to
2665         monthly outgoing groups.
2666
2667         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2668         that have gotten new numbers.
2669
2670         * nnimap.el (nnimap-request-replace-article): New function.
2671
2672 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2675         (nnrss-request-article): Don't use special html washing code.
2676
2677 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * shr.el (shr-tag-table): Remove useless nconc.
2680
2681 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682
2683         * gnus-art.el (article-wash-html): Simplify and remove the charset
2684         stuff.  Use the normal html rendering code instead of the special html
2685         washing code.
2686
2687         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2688         `gnus-w3m' symbols.
2689         (mm-text-html-washer-alist): Remove.
2690
2691         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2692         (mm-inline-media-tests): Remove use.
2693         (mm-text-html-renderer): Change default to the `shr' symbol.
2694
2695         * mm-view.el (mm-inline-text-html): Remove use.
2696
2697         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2698         `gnus-blocked-images' to be a function.
2699         (gnus-article-wash-function): Remove.
2700
2701 2010-10-20  Julien Danjou  <julien@danjou.info>
2702
2703         * spam.el (spam-list-of-processors): Mark as obsolete.
2704
2705         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2706         (nnimap-insert-partial-structure): Fix boundary detection.
2707
2708 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2709
2710         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2711         run file-truename on remote files.  This can be expensive and even
2712         prevent one from editing drafts if some unrelated buffer has a stale
2713         connection.
2714
2715 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2718         kinsoku-eol regardless of shr-kinsoku-shorten.
2719         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2720         (shr-tag-table): Support caption, thead, and tfoot.
2721
2722 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2725         lines.
2726         (shr-save-contents): New command and keystroke.
2727
2728         * nndoc.el (nndoc-type-alist): Add git support.
2729         (nndoc-git-type-p): New function.
2730         (nndoc-transform-git-article): Ditto.
2731         (nndoc-transform-git-headers): Ditto.
2732         (nndoc-transform-git-headers): Generate Subject headers.
2733
2734         * shr.el (shr-parse-style): New function.
2735         (shr-tag-span): Ditto.
2736
2737         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2738         to `G G' to avoid collisions.
2739
2740 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2741
2742         * shr.el: Load kinsoku if necessary.
2743         (shr-kinsoku-shorten): New internal variable.
2744         (shr-find-fill-point): Make kinsoku shorten text line if
2745         shr-kinsoku-shorten is bound to non-nil.
2746         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2747         shr-indentation too when testing if table is wider than frame width.
2748         (shr-insert-table): Use `string-width' instead of `length' to measure
2749         text width.
2750         (shr-insert-table-ruler): Make sure indentation is done at bol.
2751
2752 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2753
2754         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2755         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2756         undecoded network data.
2757
2758 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2761         name in the mode line spec so that the mode line menu works
2762         (bug #2431).
2763
2764         * message.el (message-get-reply-headers): If we're fed `to-address',
2765         then always use that.
2766
2767         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2768         aren't so wide as to need to switch off the edit menu.
2769
2770         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2771         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2772
2773         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2774         `M-g'.
2775         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2776         the permanent marks.
2777
2778 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2779
2780         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2781         Splitting according to references/in-reply-to obeys the ignore-groups
2782         variable, while splitting by sender and subject do not.
2783
2784 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2787         alist, so that we can look for non-Unicode chars.
2788         (article-translate-strings): Allow both character and string maps.
2789
2790 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * shr.el (shr-insert): Don't insert space behind a wide character
2793         categorized as kinsoku-bol, or between characters both categorized as
2794         nospace.
2795
2796 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2797
2798         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2799         headers to gnus-newsgroup-headers.
2800
2801 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2802
2803         * shr.el (shr-tag-img): Don't align images -- since we're not
2804         rescaling, this often leads to ugly displays.
2805
2806 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2807
2808         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2809         duplicates.
2810
2811 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2812
2813         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2814         call.
2815
2816 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * gnus.el: Autoload gnus-html-show-images.
2819
2820         * nnimap.el: Use nnheader-message throughout.
2821
2822         * shr.el (shr-tag-img): Ignore images with no data.
2823
2824 2010-10-15  Julien Danjou  <julien@danjou.info>
2825
2826         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2827         a possibility to disable format=flow encoding when using hard newlines.
2828
2829 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * shr.el (shr-insert): Remove space inserted before or after a
2832         breakable character or at the beginning or the end of a line.
2833         (shr-find-fill-point): Do kinsoku; find the second best point or give
2834         it up if there's no breakable point.
2835
2836 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2837
2838         * nnimap.el (nnimap-open-connection): Message when opening connection
2839         for debugging purposes.
2840
2841         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2842         on every setup buffer call to allow this to change from article to
2843         article.
2844
2845         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2846         buffers where we have a wide table.
2847
2848 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2849
2850         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2851         uses *-request-thread.
2852
2853 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2854
2855         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2856         incantation, which is no longer valid.
2857
2858 2010-10-14  Julien Danjou  <julien@danjou.info>
2859
2860         * shr.el: Fix defcustom type (char -> character).
2861
2862 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2863
2864         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2865         programs.
2866
2867 2010-10-14  Julien Danjou  <julien@danjou.info>
2868
2869         * shr.el (shr-tag-a): Use url-link as widget type.
2870
2871         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2872         `gnus-group-get-icon'.
2873
2874 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2875
2876         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2877         This should make server editing work better.
2878
2879         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2880
2881         * tls.el (tls-program): Remove spurious %s from openssl.
2882
2883         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2884         (nnimap-parse-flags): Fix regexp.
2885
2886         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2887         probably work for CJVK text, too.
2888
2889         * nnimap.el (nnimap-extend-tls-programs): Remove.
2890         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2891
2892         * tls.el (tls-starttls-switches): Remove starttls hack.
2893         (open-tls-stream): Ditto.
2894         (tls-find-starttls-argument): Ditto.
2895
2896 2010-10-13  Julien Danjou  <julien@danjou.info>
2897
2898         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2899         responses.
2900
2901 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902
2903         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2904
2905         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2906         anything in Emacs.
2907
2908         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2909
2910 2010-10-13  Julien Danjou  <julien@danjou.info>
2911
2912         * shr.el (shr-width): Make shr-width a defcustom with default to
2913         fill-column.
2914         (shr-tag-img): Use shr-width rather than fill-column.
2915
2916 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2917
2918         * dgnushack.el (byte-optimize-apply)
2919         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2920
2921         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2922         position when (X-)Faces exist.
2923         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2924         avatars when called interactively.
2925
2926 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2929         gnus-article-x-face-too-ugly is bound.
2930
2931 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2932
2933         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2934
2935         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2936         mailbox that doesn't exist.
2937
2938 2010-10-12  Julien Danjou  <julien@danjou.info>
2939
2940         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2941         (shr-get-image-data): Encode URL properly when fetching from cache.
2942         (shr-tag-img): Use aligned-to spaces to align correctly images.
2943
2944         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2945         before inserting the Gravatar.
2946
2947         * shr.el (shr-tag-img): Add align attribute support for <img>.
2948
2949 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2950
2951         * gnus-gravatar.el (gnus-art): Require.
2952
2953         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2954         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2955         Remove long obsoleted functions.
2956
2957 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2958
2959         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2960
2961         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2962
2963         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2964         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2965         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2966         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2967         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2968         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2969         * sieve-manage.el, smime.el, spam.el:
2970         Fix comment for declare-function.
2971
2972 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * nnimap.el (nnimap-request-rename-group): Select group read-only
2975         before renaming it.
2976
2977         * shr.el (shr-insert): Fix up the white space only regexp.
2978
2979         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2980         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2981
2982         * shr.el (shr-current-column): New function.
2983         (shr-find-fill-point): New function.
2984
2985 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2986
2987         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2988         numbers.
2989
2990 2010-10-11  Julien Danjou  <julien@danjou.info>
2991
2992         * shr.el (shr-hr-line): Add.
2993         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2994         display hr lines.
2995         (shr-max-columns): Do not change state to nil if we just inserting
2996         spaces.
2997
2998 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3001         select the last group.
3002
3003 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3004
3005         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3006
3007 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3008
3009         * dig.el (dig-mode-map): Declare and define in one step.
3010
3011 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3014         for Gnus.
3015         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3016         (nnimap-update-qresync-info): Mark \Seen articles as read.
3017
3018         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3019         non-variable, too.
3020
3021         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3022         available.
3023         (nnimap-update-info): Rely more on the current active than the param
3024         active to avoid marking articles as read too much.
3025
3026         * auth-source.el (auth-source-create): Use (user-login-name) for the
3027         user name default.
3028
3029         * nnimap.el (nnimap-update-info): If the server doesn't return any
3030         useful info, just use the previous info.
3031         (nnimap-update-info): Prefer old info over start-article.
3032         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3033
3034 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3035
3036         * nnir.el (autoload): Clean up autoloads.
3037         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3038         Use key rather than value.
3039         (nnir-imap-search-other): New variable.
3040         (nnir-read-parm): Use it.
3041         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3042         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3043
3044 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3045
3046         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3047         the process, too.
3048
3049 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * spam.el (gnus-summary-mode-map): Bind to "$".
3052         Suggested by Russ Allbery.
3053
3054         * shr.el: Rework the way things are indented by <li> slightly.
3055
3056         * gnus.el (gnus-group-set-parameter): Fix typo.
3057
3058         * nnimap.el: Start implementing QRESYNC support.
3059
3060 2010-10-09  Julien Danjou  <julien@danjou.info>
3061
3062         * nnir.el (nnir-engines): Fix too many arguments.
3063
3064 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3065
3066         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3067         group is the "last", so that the backends like nnfolder actually save
3068         their folders.
3069
3070         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3071         try to use that for the tls stream.
3072         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3073         UIDVALIDITY and find out which groups are read-only and not.
3074         (nnimap-get-flags): Use the same marks parsing code as the rest of
3075         nnimap.
3076
3077 2010-10-09  Julien Danjou  <julien@danjou.info>
3078
3079         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3080
3081         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3082         retrieving gravatars.
3083
3084         * shr.el (shr-table-corner): Add.
3085         (shr-table-line): Add.
3086         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3087
3088 2010-10-08  Julien Danjou  <julien@danjou.info>
3089
3090         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3091
3092 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3093
3094         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3095
3096         * gnus-sum.el (gnus-mark-article-as-unread)
3097         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3098         (gnus-summary-set-bookmark): Use it.
3099
3100         * gnus-msg.el (gnus-setup-message): Use it.
3101
3102         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3103
3104         * gnus.el (gnus-group-remove-parameter): Use it.
3105
3106         * gnus-group.el (gnus-group-make-web-group): Use it.
3107
3108         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3109
3110         * nnregistry.el: Update docs to mention manual.
3111
3112         * gnus-registry.el: Update docs to mention nnregistry.el.
3113         (gnus-registry-initialize): Don't install nnregistry refer method
3114         automatically.
3115         (gnus-registry-install-nnregistry): Remove it.
3116
3117 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3118
3119         * shr.el (shr-insert): Don't insert double spaces.
3120
3121 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3122
3123         * gnus-gravatar.el (gnus-treat-from-gravatar)
3124         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3125         called interactively.
3126
3127         * gnus-art.el (gnus-mime-view-part-externally)
3128         (gnus-mime-view-part-internally): Make predicate function passed to
3129         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3130         of a mime type.
3131
3132         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3133
3134 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3135
3136         * shr.el (require): Require cl when compiling.
3137         (shr-tag-hr): New function.
3138
3139         * nnimap.el (nnimap-update-info): Remove double setting of high.
3140         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3141         This makes nnimap work properly on Courier again.
3142
3143         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3144         the variable for backwards compatability.
3145
3146         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3147         the file name before using to avoid setting mm-default-directory to
3148         nil.
3149
3150         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3151         bidning gnus-agent variables.
3152
3153         * shr.el (shr-render-td): Use a cache for the table rendering function
3154         to avoid getting an exponential rendering behaviour in nested tables.
3155         (shr-insert): Rework the line-breaking algorithm.
3156         (shr-insert): Don't leave trailing spaces.
3157         (shr-insert-table): Also insert empty TDs.
3158         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3159
3160 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3161
3162         * gnus-sum.el (gnus-number): Rename from `number'.
3163         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3164         (gnus-summary-limit-children): Update uses correspondingly.
3165
3166 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3169         (gnus-gravatar-transform-address): Don't show avatars of people of
3170         which mail addresses match gnus-gravatar-too-ugly.
3171
3172 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * shr.el (shr-table-widths): Expand TD elements to fill available
3175         space.
3176
3177 2010-10-07  Julien Danjou  <julien@danjou.info>
3178
3179         * nnimap.el (nnimap-request-rename-group): Add this method.
3180
3181 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3184         name from XEmacs' function-arglist.
3185
3186         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3187         gravatar under XEmacs.
3188
3189 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3190
3191         * auth-source.el: Update docs with TODO items.
3192
3193         * gnus-sync.el: Update docs to explain state and plans.
3194
3195         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3196         Hooks for mark updates.
3197         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3198
3199         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3200         hooks with arguments, which is needed for mark update hooks.
3201
3202 2010-10-06  Julien Danjou  <julien@danjou.info>
3203
3204         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3205         was matched.
3206
3207         * sieve-manage.el: Update example in `Commentary'.
3208
3209         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3210
3211         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3212         not 2000.
3213         (sieve-manage-authenticate): Re-add function.
3214
3215 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * shr.el (shr-insert): Get 'space transition right.
3218         (shr-render-td): Only delete space at the end of the TD.
3219
3220         * nnimap.el (nnimap-open-connection): Prepare to support
3221         open-gnutls-stream.
3222
3223         * shr.el: Rearrange function order to be more logical.
3224
3225 2010-10-06  Julien Danjou  <julien@danjou.info>
3226
3227         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3228         (nnrss-discover-feed): Remove 404 URL in docstring.
3229
3230         * nnir.el: Fix Swish-E URL.
3231         Fix Namazu URL.
3232
3233         * message.el (message-change-subject): Remove 404 URL in a comment.
3234
3235 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3236
3237         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3238         called interactively.
3239
3240         * gnus-util.el (gnus-remove-if): Allow hash table.
3241         (gnus-remove-if-not): New function.
3242
3243         * gnus-art.el (gnus-mime-view-part-as-type)
3244         * gnus-score.el (gnus-summary-score-effect)
3245         * gnus-sum.el (gnus-read-move-group-name):
3246         Replace remove-if-not with gnus-remove-if-not.
3247
3248         * gnus-group.el (gnus-group-completing-read):
3249         Regard collection as a hash table if it is not a list.
3250
3251 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3254
3255         * shr.el: Document the table-rendering algorithm.
3256
3257 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3258
3259         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3260         for Emacsen having no `libxml-parse-html-region' support.
3261
3262 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263
3264         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3265         invalid URLs.
3266
3267         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3268         line-broken.
3269         (shr-tag-img): Ignore image fetching errors.
3270         (shr-overlays-in-region): Compute overlay positions correctly.
3271
3272         * mm-decode.el (mm-shr): Require shr.
3273
3274         * gnus-art.el (gnus-blocked-images): Move variable here.
3275
3276         * shr.el (shr-insert-table): Bind free variable.
3277
3278         * mm-decode.el (mm-shr): Bind shr-content-function.
3279
3280         * shr.el (shr-content-function): New variable.
3281
3282         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3283         added for symmetry.
3284
3285         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3286
3287         * gnus-group.el (gnus-group-make-group): Doc fix.
3288
3289         * nnimap.el (nnimap-request-newgroups): Return success.
3290
3291         * shr.el (shr-find-elements): New function.
3292         (shr-tag-table): Put all the images after the table.
3293         (shr-tag-table): Really inhibit images inside the table.
3294         (shr-collect-overlays): Copy over overlays from the TD elements to the
3295         main document.
3296
3297         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3298         gnus-blocked-images.
3299
3300 2010-10-05  Julien Danjou  <julien@danjou.info>
3301
3302         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3303
3304         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3305         (gnus-html-maximum-image-size): Add this function.
3306         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3307
3308         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3309         server-value of the capability is nil.
3310
3311 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312
3313         * shr.el (shr-tag-em): Add <EM> tag.
3314
3315 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3316
3317         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3318         customizable.
3319
3320         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3321         handing broken links to browse-url.
3322
3323 2010-10-05  Julien Danjou  <julien@danjou.info>
3324
3325         * gnus-util.el (gnus-emacs-completing-read)
3326         (gnus-iswitchb-completing-read): Use autoload rather than require.
3327
3328 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3329
3330         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3331         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3332         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3333         iswitchb-temp-buflist for XEmacs.
3334
3335         * gnus-util.el (gnus-completing-read-function): Exclude
3336         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3337         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3338         XEmacs.
3339
3340         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3341         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3342
3343         * gnus-html.el: Don't require help-fns under XEmacs.
3344         (gnus-html-schedule-image-fetching): Work for XEmacs.
3345
3346         * mm-decode.el (mm-shr): Decode contents by charset.
3347
3348 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3349
3350         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3351         unknown.
3352
3353         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3354         (shr-get-image-data): Ensure against the cache file missing.
3355
3356         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3357         for data.
3358
3359         * spam-report.el (spam-report-url-ping-plain): Don't query about
3360         killing the process.
3361
3362         * shr.el (shr-render-td): Protect against too-wide text.
3363
3364 2010-10-04  Julien Danjou  <julien@danjou.info>
3365
3366         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3367         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3368
3369         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3370         retrieved.
3371
3372 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * shr.el (browse-url): Require.
3375         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3376         lines.
3377         (shr-show-alt-text, shr-browse-image): New commands.
3378         (shr-browse-url, shr-copy-url): New commands.
3379
3380         * gnus-sum.el (gnus-widen-article-window): New variable.
3381         (gnus-summary-select-article-buffer): Use it.
3382
3383         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3384         without @ signs.
3385
3386 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3387
3388         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3389
3390 2010-10-04  Julien Danjou  <julien@danjou.info>
3391
3392         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3393         for XEmacs.
3394
3395 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3396
3397         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3398
3399         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3400         (nnimap-close-server): Implement.
3401
3402         * dgnushack.el (iswitchb): Require to shut up the compiler.
3403
3404         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3405         (shr-insert): Tweak line breaking.
3406         (shr-insert): Handle <pre> better.
3407         (shr-tag-li): Get <li> indentation right.
3408         (shr-tag-li): Get <li> indentation even righter.
3409         (shr-tag-blockquote): Ensure paragraph start.
3410         (shr-make-table): Tweak table generation.
3411         (shr-make-table): Fix typo.
3412
3413         * shr.el: Implement table rendering.
3414
3415 2010-10-04  Julien Danjou  <julien@danjou.info>
3416
3417         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3418
3419 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3420
3421         * shr.el (shr-insert): Use string anchors instead of line anchors.
3422
3423 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * shr.el: Add headings.
3426         (shr-ensure-paragraph): Actually work.
3427         (shr-tag-li): Make <ul> prettier.
3428         (shr-insert): Get white space at the beginning/end of elements right.
3429         (shr-tag-p): Collapse subsequent <p>s.
3430         (shr-ensure-paragraph): Don't insert double line feeds after blank
3431         lines.
3432         (shr-insert): \t is also space.
3433         (shr-tag-s): Fix "s" tag name function.
3434         (shr-tag-s): Fix face prop name.
3435
3436 2010-10-03  Julien Danjou  <julien@danjou.info>
3437
3438         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3439
3440         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3441         gnus-window-inside-pixel-edges.
3442
3443         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3444         gnus-ems.
3445
3446         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3447
3448         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3449         function.
3450
3451         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3452         resize choice.
3453
3454 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3455
3456         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3457         beginning of the buffer.
3458
3459         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3460         article buffer again.
3461
3462         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3463
3464         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3465         when it's at the start of the buffer.
3466
3467         * shr.el (shr-tag-blockquote): Convert name.
3468         (shr-rescale-image): Use the right image-size variant.
3469
3470         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3471         buffer isn't shown, then select the current article first instead of
3472         bugging out.
3473         (gnus-summary-select-article-buffer): Show both the article and summary
3474         buffers again.
3475
3476         * shr.el (shr-fontize-cont): Protect against regions with no text.
3477         Rename tag functions to shr-tag-* for enhanced security.
3478         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3479
3480 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3481
3482         * shr.el (shr-insert):
3483         * pop3.el (pop3-movemail):
3484         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3485         loaded.
3486
3487 2010-10-03  Glenn Morris  <rgm@gnu.org>
3488
3489         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3490
3491         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3492
3493         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3494
3495         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3496
3497         * gnus-util.el (gnus-make-local-hook): Simplify.
3498
3499 2010-10-02  Julien Danjou  <julien@danjou.info>
3500
3501         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3502         (gnus-ido-completing-read): New function.
3503         (gnus-emacs-completing-read): New function.
3504         (gnus-completing-read): Use gnus-completing-read-function.
3505         Add gnus-completing-read-function.
3506
3507 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * shr.el (shr-insert-document): Autoload.
3510         (shr-img): Be silent.
3511         (shr-insert): Add a newline after every picture before text.
3512         (shr-add-font): Use overlays for combining faces.
3513         (shr-insert): Pass upwards the text start point.
3514
3515         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3516         possible.
3517         (mm-shr): New function.
3518
3519 2010-10-02  Julien Danjou  <julien@danjou.info>
3520
3521         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3522         should go backward.
3523
3524 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3525
3526         * shr.el (shr): Fix typo in provide call.
3527
3528 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * shr.el: New file.
3531
3532         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3533
3534         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3535         completing read.
3536
3537 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3540         we're being queried about.  Suggested by Dan Jacobson.
3541
3542         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3543         Suggested by Jason Eisner.
3544
3545         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3546         table, too.  Suggested by Stefan Wiens.
3547         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3548         the table unnecessary.  Suggested by Stefan Wiens.
3549
3550         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3551         longer needed, and probably doesn't work either, as pointed out by
3552         Stefan Wiens.
3553         (gnus-summary-exit): Remove call to the clearing function.
3554         (gnus-summary-exit-no-update): Ditto.
3555
3556         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3557         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3558         Reported by Stefan Monnier.
3559         (gnus-summary-save-in-rmail): Ditto.
3560
3561         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3562         article buffer, instead of both the article buffer and the summary
3563         buffer.  Sort of suggested by Dan Jacobson.
3564
3565         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3566
3567         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3568         Suggested by Dan Jacobson.
3569
3570         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3571         documentation clearer.
3572
3573         * message.el (message-shorten-references): Comment on the number "21".
3574         Suggested by Stefan Monnier.
3575
3576         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3577         Suggested by Dan Jacobson.
3578
3579         * gnus.el (gnus-large-newsgroup):
3580         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3581
3582         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3583         externalize attachments.  Bug reported by Steve Wen.
3584
3585         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3586         really message anything to the user.
3587
3588         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3589         directly.
3590
3591         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3592         messages in empty groups.
3593
3594 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3595
3596         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3597         non-UIDNEXT group.
3598
3599 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600
3601         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3602         not the value from the collection.
3603
3604         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3605         values.  This sometimes happens on some groups that have no info.
3606         (nnimap-request-newgroups): New function.
3607
3608 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3609
3610         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3611         check into `gnus-registry-initialize'.
3612         (gnus-registry-initialize): Ditto.
3613         Fix and extend header docs.
3614
3615 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3618         regexp backtrace overflows.
3619
3620         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3621         for starttls that tls.el implements; i.e. openssl.
3622
3623         * tls.el (tls-starttls-switches): Give up on using starttls with
3624         gnutls-cli.
3625         (tls-program): Add --insecure to be consistent with the defaults from
3626         openssl s_client.  Now all three commands are insecure.
3627
3628 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * lpath.el: Bind completion-styles-alist for XEmacs.
3631
3632         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3633         (gravatar-create-image): New function that's an alias to
3634         gnus-xmas-create-image, gnus-create-image, or create-image.
3635         (gravatar-data->image): Use it.
3636
3637 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3638
3639         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3640         install the nnregistry refer method.
3641         (gnus-registry-install-hooks): Use it.
3642         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3643         unfollowed groups.
3644
3645 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3646
3647         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3648         expanding threads.
3649
3650 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * nnir.el: Use the server names without suffixes (bug #7009).
3653
3654         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3655         unencrypted to STARTTLS, if possible.
3656
3657 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3658
3659         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3660         headers before superseding.
3661
3662 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3663
3664         * nnrss.el (nnrss-use-local): Add documentation.
3665
3666         * nnimap.el (nnimap-extend-tls-programs): New function.
3667         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3668         (nnimap-wait-for-connection): Accept the greeting from the stupid
3669         output from openssl s_client -starttls, too.
3670
3671         * tls.el (tls-starttls-switches): New variable.
3672         (tls-find-starttls-argument): Use it.
3673         (open-tls-stream): Ditto.
3674
3675         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3676         (netrc-machine): Ditto.
3677
3678         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3679         article number.
3680         (nnimap-split-fancy): New variable.
3681         (nnimap-split-incoming-mail): Use it.
3682
3683         * nntp.el (nntp-server-list-active-group): Document.
3684
3685         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3686         SELECT to get the message-id.
3687
3688         * mail-source.el (mail-sources): Remove webmail support.
3689         (defvar): Ditto.
3690         (mail-source-fetcher-alist): Ditto.
3691         (mail-source-fetch-webmail): Remove.
3692
3693         * webmail.el: Remove -- doesn't seem relevant any more.
3694
3695         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3696
3697         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3698         the \r.
3699
3700 2010-09-30  Julien Danjou  <julien@danjou.info>
3701
3702         * gnus-agent.el (gnus-agent-add-group): Fix call to
3703         gnus-completing-read.
3704
3705 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3706
3707         * nndoc.el (nndoc-retrieve-groups): New function.
3708
3709         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3710         `default', use nnmail-split-methods.
3711         (nnimap-request-article): Downcase the NILs so that they are nil.
3712
3713         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3714         symbol.
3715
3716         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3717         code, since if the user has requested network, that's what they ought
3718         to get.
3719         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3720         (nnimap-split-rule): Mark as obsolete.
3721
3722         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3723         New variable.
3724
3725         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3726         correct slot, too.
3727
3728 2010-09-29  Julien Danjou  <julien@danjou.info>
3729
3730         * gnus.el (gnus-local-domain): Declare variable obsolete.
3731
3732         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3733         Fix history computing.
3734         (gnus-ido-completing-read): Require ido.
3735
3736 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3739         build Gnus.
3740
3741         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3742         when interpreting the structures.
3743         (nnimap-request-accept-article): Add \r\n to the lines to make this
3744         work with Cyrus.
3745
3746         * nndraft.el (nndraft-request-expire-articles): Use the group name
3747         instead if "nndraft".  Fix found by Nils Ackermann.
3748
3749 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3750
3751         * nnregistry.el: Add.
3752
3753 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3754
3755         * nnmail.el (group, group-art-list, group-art):
3756         Remove unneeded directives.
3757
3758 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3761         (mm-mime-charset)
3762         * rfc2047.el (rfc2047-syntax-table)
3763         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3764
3765         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3766         rather than `insert-file-contents' and `eval-region'.
3767
3768         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3769         construction.
3770
3771         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3772
3773         * time-date.el: No need to require cl for Emacs 21.
3774
3775 2010-09-29  Julien Danjou  <julien@danjou.info>
3776
3777         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3778         replacement of `gnus-gravatar-relief' to mimic
3779         `gnus-faces-properties-alist'.
3780         Add :version property.
3781
3782 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * mail-source.el (mail-source-report-new-mail)
3785         * message.el (message-default-mail-headers)
3786         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3787
3788         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3789
3790 2010-09-28  Julien Danjou  <julien@danjou.info>
3791
3792         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3793         mail-address contains the same string as real-name.
3794
3795         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3796         non-blank in header, otherwise it'll get stripped.
3797
3798         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3799         real-name, and then for mail address rather than doing : or , search.
3800
3801 2010-09-27  Julien Danjou  <julien@danjou.info>
3802
3803         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3804         right completing-read function.
3805         (gnus-use-ido): New variable
3806         (gnus-completing-read-with-default): Remove.
3807         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3808         (gnus-agent-add-group):
3809         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3810         * mm-view.el (mm-view-pkcs7-decrypt):
3811         * mm-util.el (mm-codepage-setup):
3812         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3813         * mml-smime.el (mml-smime-openssl-sign-query):
3814         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3815         (mml-insert-multipart):
3816         * gnus-msg.el (gnus-summary-yank-message):
3817         * gnus-int.el (gnus-start-news-server):
3818         * mm-decode.el (mm-interactively-view-part):
3819         * gnus-dired.el (gnus-dired-attach):
3820         * gnus.el (gnus-read-method):
3821         * gnus-bookmark.el (gnus-bookmark-jump):
3822         * gnus-art.el (gnus-mime-view-part-as-type)
3823         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3824         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3825         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3826         * nnmairix.el (nnmairix-create-server-and-default-group)
3827         (nnmairix-update-groups, nnmairix-get-server)
3828         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3829         (nnmairix-get-group-from-file-path):
3830         * nnrss.el (nnrss-find-rss-via-syndic8):
3831         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3832         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3833         (gnus-group-browse-foreign-server):
3834         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3835         (gnus-summary-execute-command, gnus-summary-respool-article)
3836         (gnus-read-move-group-name):
3837         * gnus-score.el (gnus-summary-increase-score)
3838         (gnus-summary-score-effect):
3839         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3840
3841 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3842
3843         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3844         x-focus-frame.
3845
3846         * nnimap.el (auth-source-forget-user-or-password)
3847         (auth-source-user-or-password): Autoload.
3848
3849         * message.el (message-from-style, message-interactive)
3850         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3851         (message-yank-prefix, message-indentation-spaces, message-signature)
3852         (message-signature-file): Add comment.
3853
3854 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3855
3856         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3857         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3858         new articles.
3859
3860         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3861         parts.
3862         (nnimap-request-article): Work with the t setting, too.
3863
3864         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3865         that you don't get flashes of other buffers.
3866         (gnus-summary-show-complete-article): Intern before setting.
3867
3868 2010-09-27  David Engster  <dengste@eml.cc>
3869
3870         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3871         well as HEADERS.
3872         (nnmairix-retrieve-headers): Provide new argument for the above.
3873
3874 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3875
3876         * gnus-sum.el (gnus-summary-move-article): Don't alter
3877         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3878         group.
3879
3880         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3881
3882         * message.el (message-cite-prefix-regexp): Revert my last edit.
3883
3884         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3885         variable instead of the Gnus variable.
3886
3887         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3888
3889         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3890
3891         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3892         since some servers don't like it.
3893         (nnimap-open-connection): Forget credentials if the server says the
3894         password was wrong.
3895         (nnimap-parse-line): Protect against invalid data.
3896
3897         * gnus-sum.el (gnus-summary-move-article): Add comment.
3898         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3899         nothing alters it while scanning for new messages.
3900
3901         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3902         which may or may not help.
3903         (nnimap-open-connection): If we're doing a stream connection, and then
3904         discover we're on a STARTTLS-capable server, then open a STARTTLS
3905         connection instead.
3906
3907 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3908
3909         * nnimap.el (utf7): Require.
3910
3911         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3912         prefix.
3913
3914 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3915
3916         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3917
3918 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3919
3920         * nnimap.el (nnimap-request-accept-article): Message the error on
3921         error.
3922
3923 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3926
3927 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3928
3929         * nndoc.el (nndoc-request-list): Return success always.
3930
3931         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3932         `fetch-old' -- we only want to fetch the articles we've requested.
3933         The rest are in the agent, probably.
3934         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3935         disappeared server" to something low.  It's not important.
3936
3937         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3938         arrived before the FETCH data.
3939
3940         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3941         target here, because we don't know the Gnus name of the group.
3942
3943         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3944         for the correct group.
3945
3946         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3947
3948         * gnus.el (gnus): Give a final warning after startup.
3949
3950         * gnus-util.el (gnus-action-message-log): New variable.
3951         (gnus-message): Use it.
3952         (gnus-final-warning): New function.
3953
3954         * nnimap.el (nnimap-open-connection): Record the greeting.
3955         (nnimap): Add greeting.
3956
3957 2010-09-26  Julien Danjou  <julien@danjou.info>
3958
3959         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3960         arguments.
3961         (gnus-html-wash-images): Fix spec computing to include start/end.
3962
3963         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3964
3965 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3966
3967         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3968         deletion.
3969         (nnimap-retrieve-headers): Don't select the group, because that's
3970         already done by nnimap-possibly-change-group.
3971
3972         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3973         (gnus-picon-transform-address): Use it.
3974
3975         * mail-source.el (mail-source-value): Revert previous patch.
3976
3977         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3978         on failure.
3979         (nnimap-open-connection): Look up both virtual and physical server name
3980         credentials.
3981
3982         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3983
3984 2009-02-07  Dave Love  <fx@gnu.org>
3985
3986         * tls.el (open-tls-stream): Don't query killing process.
3987
3988 2009-02-08  Dave Love  <fx@gnu.org>
3989
3990         * gnus-win.el (gnus-window-to-buffer-helper)
3991         (gnus-all-windows-visible-p): Function needn't be a symbol.
3992
3993         * mail-source.el (mail-source-value): Function needn't be a symbol.
3994
3995 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3996
3997         * message.el (message-cite-prefix-regexp): Remove } from the cite
3998         prefix.
3999
4000         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4001         highlight again, so that the highlight is correct.
4002
4003         * gnus-picon.el (gnus-picon): Remove again.
4004         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4005
4006         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4007         doing the header highlightling, so that the background colour of the
4008         picon is correct.
4009
4010         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4011         (gnus-picon): Ditto.
4012         (gnus-picon): Reinstate.  The background colour for picons is white.
4013         (gnus-picon-insert-glyph): Make the background white.
4014
4015         * nnml.el (nnml-open-nov): Don't return dead buffers.
4016
4017         * auth-source.el (auth-source-create): Query the user for whether to
4018         store the credentials.
4019
4020         * netrc.el (netrc-store-data): New function.
4021
4022         * auth-source.el (auth-source-user-or-password): Use the existing auth
4023         sources, if any, for creation.
4024
4025         * gnus.el (gnus-group-fast-parameter): Return the last matching
4026         parameter instead of the first matching parameter.
4027
4028 2010-09-26  Julien Danjou  <julien@danjou.info>
4029
4030         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4031
4032 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * mml2015.el (mml2015-use): Remove gpg support.
4035
4036         * mml1991.el (mml1991-function-alist): Remove gpg function.
4037         (mml1991-gpg-sign): Remove.
4038
4039 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4040
4041         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4042         (gnus-browse-unsubscribe-current-group): Document it.
4043         (gnus-browse-unsubscribe-group): Use it.
4044
4045 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4046
4047         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4048         address to the To list for easier response.
4049
4050         * gnus.el (gnus-play-startup-jingle): Remove.
4051         (gnus-splash): Don't play jingle.
4052         (gnus): Silence gnus-load message.
4053
4054         * gnus-art.el (gnus-treat-play-sounds): Remove.
4055
4056         * gnus.el (gnus-play-jingle): Remove audio support.
4057
4058         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4059
4060         * earcon.el: Remove -- no users.
4061
4062         * gnus-audio.el: Remove -- no users of this package.
4063
4064         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4065
4066         * gnus-start.el (gnus-setup-news): Remove nocem support.
4067
4068         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4069
4070         * gnus.el (gnus-use-nocem): Remove.
4071
4072         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4073         Remove.
4074
4075         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4076         uses NoCeM any more.
4077
4078         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4079         (gnus-button-ctan-handler): Ditto.
4080         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4081         (gnus-button-ctan-directory-regexp): Ditto.
4082         (gnus-button-handle-ctan): Ditto.
4083         (gnus-button-tex-level): Ditto.
4084         (gnus-button-alist): Remove CTAN stuff.
4085
4086 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087
4088         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4089         nnimap-streaming test.
4090
4091         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4092         servers twice.
4093
4094         * nnimap.el (nnimap-open-connection): Add more error reporting when
4095         nnimap fails early.
4096
4097         * nnheader.el (nnheader-get-report-string): New function.
4098         (nnheader-get-report): Use it.
4099
4100         * gnus-int.el (gnus-check-server): Say what the error was when opening
4101         failed.
4102
4103         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4104         using streaming.
4105
4106 2010-09-25  Julien Danjou  <julien@danjou.info>
4107
4108         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4109         gnus-window-inside-pixel-edges.
4110
4111 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4112
4113         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4114
4115         * mm-decode.el (mm-save-part): Allow saving to other directories the
4116         normal Emacs way.
4117
4118         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4119         Suggested by Jay Berkenbilt.
4120
4121         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4122         there isn't a single byte.
4123
4124         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4125         just do it.  It doesn't really seem to matter what the user responds
4126         here, I think, so it's just a confusing question.
4127
4128         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4129         non-streaming case.
4130
4131         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4132         (gnus-article-encrypt-body): Use it.
4133
4134         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4135         keystroke.
4136
4137         * nnimap.el (nnimap-find-wanted-parts-1):
4138         Use gnus-fetch-partial-articles.
4139
4140         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4141
4142         * nnimap.el (nnimap-insert-partial-structure): New function.
4143         (nnimap-get-partial-article): New function.
4144         (nnimap-request-article): Use it.
4145         (nnimap-wait-for-response): Return whether the wait was successful.
4146         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4147         retrieval wasn't successful.
4148         (nnimap-retrieve-group-data-early): Allow throttling servers.
4149         (nnimap-streaming): New variable.
4150         (nnimap-fetch-partial-articles): Remove.
4151
4152         * mm-decode.el (mm-with-part): Protect against killed buffers.
4153
4154         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4155         for prettier summary display.
4156
4157 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4158
4159         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4160
4161 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4162
4163         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4164         apparently third-party libraries depend on it.
4165
4166         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4167         before starting negotiation.
4168
4169         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4170         privacy reasons.
4171         (gnus-treat-mail-gravatar): Ditto.
4172
4173         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4174         buffer when inserting images.  Inserting text into the headers, for
4175         instance, can make them invalid.
4176
4177 2010-09-25  Julien Danjou  <julien@danjou.info>
4178
4179         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4180         variables.
4181
4182         * nnheader.el: Remove useless variables news-reply-yank-from and
4183         news-reply-yank-message-id.
4184
4185         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4186         variables.
4187
4188         * mml1991.el: Remove useless mml1991-verbose.
4189
4190         * gnus.el: Remove useless variable gnus-use-generic-from.
4191         Remove obsolete variable gnus-topic-indentation.
4192
4193         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4194
4195         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4196
4197         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4198
4199         * gnus-group.el: Remove useless gnus-group-icon-cache.
4200         Remove useless gnus-ephemeral-group-server.
4201
4202         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4203
4204         * mml2015.el: Remove useless mml2015-verbose.
4205
4206         * mml-smime.el: Remove useless mml-smime-verbose.
4207
4208         * gnus.el: Remove useless gnus-local-domain.
4209
4210         * gnus-gravatar.el (gnus-gravatar-transform-address):
4211         Use gnus-gravatar-size.
4212
4213         * gnus-art.el: Remove useless gnus-treat-translate.
4214
4215 2010-09-24  Julien Danjou  <julien@danjou.info>
4216
4217         * gnus-sum.el: Add support for Gravatars.
4218
4219         * gnus-art.el: Add support for Gravatars.
4220
4221         * gnus-gravatar.el: Add this file.
4222
4223         * gravatar.el: Add this file.
4224
4225 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226
4227         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4228
4229         * gnus-group.el (gnus-group-fetch-faq): Remove.
4230
4231         * gnus.el (gnus-group-faq-directory): Remove.
4232
4233         * gnus-group.el (gnus-group-fetch-charter): Remove.
4234
4235         * gnus.el (gnus-group-charter-alist): Remove.
4236
4237         * gnus-group.el (gnus-group-archive-directory): Remove.
4238         (gnus-group-recent-archive-directory): Ditto.
4239         (gnus-group-make-archive-group): Remove.
4240
4241         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4242
4243         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4244         use the same article number for all the cached articles.
4245
4246         * nnimap.el (nnimap-command): Register the last command time so
4247         that we can use it for idling NOOPs.
4248         (nnimap-open-connection): Start the keeplive timer.
4249         (nnimap-make-process-buffer): Store all the process buffers.
4250         (nnimap-keepalive): New function.
4251
4252         * starttls.el (starttls-open-stream): Add autoload cookie.
4253
4254 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4255
4256         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4257         handling.
4258
4259 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4260
4261         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4262         its data structures.
4263
4264         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4265         instead of the cl.el copy-list.
4266         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4267         equalp.
4268
4269 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4272         and tool-bar-local-item-from-menu.
4273
4274         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4275         mode-line-highlight face for Emacs.
4276
4277         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4278         loading gnus-sum.elc; fix comment for canlock-verify.
4279         (gnus-article-jump-to-part): Use read-number.
4280         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4281         Remove Emacs pre-21 compatible code for help-echo.
4282         (gnus-article-next-page-1): No need to adjust the number of lines.
4283         (gnus-article-describe-bindings): Always use help-buffer.
4284
4285         * gnus-audio.el (gnus-audio-inline-sound)
4286         * gnus-cus.el (gnus-custom-mode)
4287         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4288
4289         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4290
4291         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4292         compatible code.
4293
4294 2010-09-24  Glenn Morris  <rgm@gnu.org>
4295
4296         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4297         visiting the fcc file in rmail-mode.
4298
4299         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4300
4301 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * nnir.el: Silence the byte compiler.
4304
4305         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4306         alias to browse-url-url-encode-chars if any.
4307         (gnus-html-encode-url): Use it.
4308
4309 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310
4311         * gnus-start.el (gnus-use-backend-marks): New variable.
4312         (gnus-get-unread-articles-in-group): Use it.
4313
4314         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4315         makeover.
4316
4317 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4318
4319         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4320
4321 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322
4323         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4324         Remove.
4325         (gnus-setup-news-hook):
4326         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4327
4328         * gnus-int.el (gnus-request-update-info): Protect against backends not
4329         having the function.
4330
4331         * nnimap.el (nnimap-stream): Mention starttls.
4332         (nnimap-open-connection): Add starttls support.
4333
4334 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4335
4336         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4337
4338 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4341         BODYSTRUCTUREs.
4342         (nnimap-transform-headers): Unfold quoted {42} headers.
4343
4344         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4345         the info.
4346         (gnus-get-unread-articles): Only call updatep on backends that support
4347         it.
4348
4349         * nnweb.el (nnweb-request-update-info): NOOP.
4350
4351         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4352
4353         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4354         since it only deals with marks.
4355
4356         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4357         gnus-request-marks, and make a new gnus-request-update-info.
4358
4359         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4360         the active instead of the high number, which is usually too low.
4361
4362 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4363
4364         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4365         * encrypt.el: Remove.
4366
4367 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4368
4369         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4370         server in symbolic form.
4371
4372         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4373
4374 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4375
4376         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4377         (nnimap-update-info): Fix up code slightly.
4378
4379         * gnus-int.el (gnus-open-server): Add tracing for performance
4380         debugging.
4381
4382         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4383         (gnus-group-insert-group-line): Pass the real group name so that it
4384         gets the right data.
4385
4386         * gnus-start.el (gnus-get-unread-articles): Don't have
4387         `gnus-get-unread-articles-in-group' update info, since that can be
4388         really slow and doesn't seem to be needed?
4389
4390 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4391
4392         * time-date.el (date-to-time): Try using parse-time-string first before
4393         using the slower timezone-make-date-arpa-standard.
4394
4395 2010-09-22  Julien Danjou  <julien@danjou.info>
4396
4397         * gnus-group.el (gnus-group-insert-group-line):
4398         Call gnus-group-highlight-line.
4399         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4400         default hook list.
4401         (gnus-group-update-eval-form): Add new function.
4402         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4403         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4404
4405 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4406
4407         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4408         immediate, then expire all articles.
4409         (nnimap-update-info): Fix off-by-one errors.
4410         (nnimap-flags-to-marks): Would return no marks lists for group with no
4411         flags.  Instead return the other data.
4412
4413 2010-09-22  Julien Danjou  <julien@danjou.info>
4414
4415         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4416         Only return an icon.
4417         (gnus-group-insert-group-line): Compute icon to return.
4418
4419         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4420         (gnus-html-image-fetched): Only cache if
4421         gnus-html-image-automatic-caching is set.
4422         (gnus-html-image-fetched): Check for errors.
4423
4424 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4425
4426         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4427         once per method on `g'.  This ensures that backends like nnfolder don't
4428         open all their folders.
4429
4430         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4431         (nnimap-request-list): Nix out group in the correct buffer.
4432         (nnimap-parse-flags): Implement by using `read' instead of
4433         hand-parsing.
4434         (nnimap-flags-to-marks): Pass on permanent-flags.
4435         (nnimap-make-process-buffer): Record the server name.
4436         (nnimap-parse-flags): Fix typo.
4437         (nnimap-request-scan): Run split on the server in general, not just a
4438         single group.
4439
4440         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4441         parameter, and propagate this downwards.
4442
4443         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4444         since EXAMINE changes it on the server.
4445
4446         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4447         this command might take a while.
4448
4449 2010-09-22  Julien Danjou  <julien@danjou.info>
4450
4451         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4452         harmful if you have 2 images side-by-side, they can't be properly
4453         update on text deletion.  Using text-property is safer here.
4454         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4455         data.
4456
4457 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4458
4459         * nnimap.el (nnimap-expunge-inbox): Remove.
4460         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4461         (nnimap-expunge): Flip default to t.
4462
4463         * gnus.el (gnus-method-to-server): Don't push things to the cache
4464         unless it's unique.
4465         (gnus-server-to-method): Ditto.
4466
4467 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4468
4469         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4470
4471 2010-09-22  Julien Danjou  <julien@danjou.info>
4472
4473         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4474         get the start of data.
4475         (gnus-html-encode-url): Add this function to encode special chars in
4476         URL.
4477         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4478         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4479
4480         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4481         default.
4482         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4483
4484         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4485         images alt-text.
4486         (gnus-html-put-image): Put alt-text as help-echo.
4487
4488 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4491         * mm-util.el (mm-decompress-buffer)
4492         * nnir.el (nnir-run-find-grep)
4493         * pop3.el (pop3-list): Use 3rd arg of split-string.
4494
4495         * time-date.el (format-seconds): Comment fix.
4496
4497         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4498         and byte-optimize-form-code-walker.
4499         (dgnushack-make-auto-load): Don't advise make-autoload.
4500
4501         * lpath.el: Remove Emacs 21 stuff.
4502
4503 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4504
4505         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4506         outside the active range.  Suggested by Dan Christensen.
4507
4508         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4509         slightly later to avoid double-getting it.
4510
4511         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4512         previous patch.
4513
4514         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4515
4516 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4517
4518         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4519
4520 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4521
4522         * gnus-int.el (gnus-open-server): Give a better error message in the
4523         "go offline" case.
4524
4525         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4526         marks for nnimap, which is seldom the right thing to do.
4527
4528         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4529         (gnus-same-method-different-name): New function.
4530
4531         * nnimap.el (parse-time): Require.
4532
4533         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4534         method in the presence of many similar methods.
4535
4536         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4537
4538         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4539         nnml-inhibit-expiry.
4540
4541         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4542         find out whether methods are equal.
4543
4544         * nnimap.el (nnimap-find-expired-articles): New function.
4545         (nnimap-process-expiry-targets): New function.
4546         (nnimap-request-move-article): Request the article before looking at
4547         what the Message-ID is.  Fix found by Andrew Cohen.
4548         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4549
4550         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4551         for oldness in addition to being a predicate.
4552
4553         * nnimap.el (nnimap-request-group): When we have zero articles, return
4554         the right data to Gnus.
4555         (nnimap-request-expire-articles): Only delete articles immediately if
4556         the target is 'delete.
4557
4558         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4559         method, this would bug out.
4560
4561         * gnus-group.el (gnus-group-expunge-group): Rename from
4562         gnus-group-nnimap-expunge, and implemented as a normal interface
4563         function.
4564
4565         * gnus-int.el (gnus-request-expunge-group): New function.
4566
4567         * nnimap.el (nnimap-request-create-group): Implement.
4568         (nnimap-request-expunge-group): New function.
4569
4570 2010-09-21  Julien Danjou  <julien@danjou.info>
4571
4572         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4573         (gnus-html-cache-expired): Add new function.
4574         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4575         wethever we should display image for fetch it.
4576         Compute alt-text earlier to pass it to the fetching function too.
4577         (gnus-html-schedule-image-fetching): Change function argument to only
4578         get one image at a time, not a list.
4579         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4580         cache.
4581         (gnus-html-get-image-data): New function to retrieve image data from
4582         cache.
4583         (gnus-html-put-image): Change buffer argument to use image data rather
4584         than file, and place image above region rather than inserting a new
4585         one.  Do not take alt-text as argument, since it's useless now: we place
4586         the image above alt-text.
4587         (gnus-html-prune-cache): Remove.
4588         (gnus-html-show-images): Start to fetch image when we find one, do not
4589         push into a temporary list.
4590         (gnus-html-prefetch-images): Only fetch image if they have expired.
4591         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4592         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4593
4594 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4597
4598 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599
4600         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4601         spec inser "*" if the group isn't active instead of 0.
4602
4603         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4604         opening the server.
4605         (nnimap-request-delete-group): Implement group deletion.
4606         (nnimap-transform-headers): Return the size of the entire message in
4607         the Bytes header, not just the size of the first part.
4608         (nnimap-request-move-article): When moving an article from nnimap,
4609         request the article first so the accepting form has an article to
4610         accept.  Reported by Dan Christensen.
4611         (nnimap-command): Make sure that the error message doesn't error out.
4612
4613 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4614
4615         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4616         we haven't requested anything.
4617
4618 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4619
4620         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4621         "".  Fix found by Andrew Cohen.
4622
4623         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4624         instead of -encode-string.
4625
4626 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4627
4628         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4629
4630         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4631         by mm-subst-char-in-string.
4632
4633 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4634
4635         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4636         waiting for the connection string.
4637
4638         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4639         arriving.
4640
4641         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4642         bogus characters.  This allows selecting certain Gmail groups.
4643
4644         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4645         (nnimap-fetch-partial-articles): New variable.
4646         (nnimap-open-connection): When looking for credentials, also use the
4647         nnimap-server-port.
4648         (nnimap-request-article): Return the group/article number, so that Gnus
4649         `^' works as expected.
4650         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4651
4652         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4653         comments.
4654         (gnus-methods-sloppily-equal): New function.
4655         (gnus): When using the development version of Gnus, load the gnus-load
4656         file.
4657
4658         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4659         `gnus-open-server' on each method before trying to scan them etc.
4660         This ensures that all the backend parameters are set correctly.
4661
4662         * nnimap.el (nnimap-authenticator): New variable.
4663         (nnimap-open-connection): Allow anonymous login.
4664         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4665         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4666
4667         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4668         patch, found by Knut Anders Hatlen.
4669
4670 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4671
4672         * gnus-agent.el (gnus-agent-batch-confirmation)
4673         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4674         to gnus-message.
4675         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4676         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4677         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4678         * gnus-int.el (gnus-open-server): Likewise.
4679         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4680         (gnus-score-check-syntax): Likewise.
4681         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4682         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4683         Likewise.
4684         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4685
4686 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4689         calling conventions so that prefetch doesn't bug out.
4690
4691 2010-09-19  Julien Danjou  <julien@danjou.info>
4692
4693         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4694         rather than `subst-char-in-region' in order to be able to replace ASCII
4695         char by UTF-8 ones.
4696
4697         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4698         than curl.
4699         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4700         the right URL and ALT text on images.
4701         (gnus-html-wash-tags): Fix tag case.
4702         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4703         (gnus-article-html): Add -o display_ins_del=2 option.
4704         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4705
4706 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707
4708         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4709         the extra mail headers, which sometimes seem to happen for unknown
4710         reasons.
4711
4712         * mail-parse.el (mail-header-encode-parameter): Define as
4713         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4714         (or most, perhaps?) mail readers don't understand the latter, but do
4715         understand the former.
4716
4717         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4718         to nil, so that no methods are automatically agentized.  I think this
4719         is probably what most users want.
4720
4721         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4722         from url-retrieve, for instance about invalid URLs.
4723
4724         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4725         groups that have no articles.
4726         (nnimap-request-article): Check that we really got an article when we
4727         requested one.
4728
4729         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4730         doesn't exist.
4731
4732         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4733         nntp buffer so the agent can save it.
4734         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4735         that CRLF doesn't get translated to \n.
4736         (nnimap-open-connection): Don't make 'shell commands only send \n.
4737
4738 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4739
4740         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4741         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4742         Update var name.
4743         (nnml-generate-nov-file): Use dolist.
4744         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4745         Use with-current-buffer.
4746
4747 2010-09-18  Julien Danjou  <julien@danjou.info>
4748
4749         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4750         parallel.
4751
4752 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4753
4754         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4755         the range update right.
4756         (nnimap-request-group): Don't make `M-g' bug out on group with no
4757         marks.
4758         (nnoo): Require, so that other packages can require nnimap.
4759         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4760         command we're looking for.  This helps when the server sends more
4761         responses after we've gotten everything we expected.
4762         (nnimap): Add a `newlinep' field to keep track of end-of-line
4763         conventions.
4764         Don't send CRLF to things that don't want it.
4765         (nnimap-request-accept-article): Ditto.
4766
4767 2010-09-18  Julien Danjou  <julien@danjou.info>
4768
4769         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4770         than curl to retrieve images.
4771
4772 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4773
4774         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4775         the marks.
4776         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4777         (nnimap-wait-for-connection): New function.
4778         (nnimap-open-connection): If we have PREAUTH, don't query for login
4779         credentials.
4780         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4781         when doing a partial update.
4782
4783 2010-09-18  Julien Danjou  <julien@danjou.info>
4784
4785         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4786         tags.
4787
4788 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4789
4790         * nnimap.el (nnimap-credentials): New function.
4791         (nnimap-open-connection): Use the new function to look for credentials
4792         also on the numeric equivalents of "imap" and "imaps".
4793
4794         * gnus-start.el (gnus-activate-group): Send the info to
4795         gnus-request-group.
4796
4797         * nnimap.el (nnimap-request-group): Have the "check" version of the
4798         function parse flags and update the info, so that a `M-g' get a total
4799         resync of all flags from the group.
4800
4801         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4802         to allow backends to alter the info on group selection.  Also alter all
4803         the backend -request-group functions to take the parameter.
4804
4805         * nnimap.el (nnimap-store-info): New function.
4806         (nnimap-update-info): Store the info for later usage.
4807         (nnimap-request-group): Use the stored info for the dont-check case, so
4808         that we don't retrieve all marks when we enter a group.
4809
4810         * nnimap.el: Use deffoo instead of defun for interface functions.
4811
4812         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4813         update the group info.  This makes the nndraft groups, for instance, go
4814         back to their old behaviour.
4815
4816         * gnus-sum.el (gnus-select-newsgroup): Indent.
4817
4818         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4819         in.
4820         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4821         nothing.
4822
4823         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4824         from methods that are denied.
4825
4826         * gnus-int.el (gnus-method-denied-p): New function.
4827
4828         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4829         store the password instead of netrc.
4830         (nnimap-open-connection): Don't error out when we can't make a
4831         connections.
4832
4833         * auth-source.el (auth-source-create): In the password prompt, say what
4834         we're querying for.  Also prompt for user name if that hasn't been
4835         given.
4836
4837         * nnimap.el (nnimap-with-process-buffer): Remove.
4838
4839 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4840
4841         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4842         method when we're reading from the agent.
4843
4844         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4845
4846         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4847         that's probably most useful for users.
4848
4849         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4850         "failed" all the time.
4851
4852         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4853         ...)) with (with-current-buffer ... ).
4854
4855         * nntp.el (nntp-open-server): Return whether the open was successful or
4856         not.
4857
4858         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4859         select an unread unseen article first.
4860
4861         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4862         /etc/services, supply some sensible port defaults.
4863
4864         * dgnushack.el: Define netrc-credentials.
4865
4866 2010-09-17  Julien Danjou  <julien@danjou.info>
4867
4868         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4869
4870 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4871
4872         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4873         doesn't have any parameters.
4874
4875 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4876
4877         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4878         only upcased checks.
4879
4880         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4881
4882         * nnimap.el (nnimap-open-shell-stream): New function.
4883         (nnimap-open-connection): Use it.
4884         (nnimap-transform-headers): Get the number of lines in each message.
4885         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4886         number of lines.
4887         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4888         problem.
4889
4890         * utf7.el (utf7-encode): Autoload.
4891
4892         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4893         to allow the mail splitting to not return a default group.  This is
4894         useful for nnimap, which will leave unmatched mail in the inbox.
4895
4896         * nnimap.el: Rewritten.
4897
4898         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4899         nnimap usage.
4900
4901         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4902         if the move is internal, so that nnimap can do fast internal moves.
4903
4904         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4905         data.
4906         (gnus-read-active-for-groups): Support finishing the early retrieval of
4907         data.
4908
4909         * gnus-range.el (gnus-range-nconcat): New function.
4910
4911         * gnus-int.el (gnus-finish-retrieve-group-infos)
4912         (gnus-retrieve-group-data-early): New functions.
4913
4914 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4915
4916         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4917         (nnrss-retrieve-groups):
4918         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4919         (pop3-quit): Use with-current-buffer.
4920
4921 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4924         instead of nnheader-accept-process-output.
4925
4926         * dgnushack.el (dgnushack-compile): Add comment.
4927
4928         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4929
4930         * gnus-html.el (gnus-html-schedule-image-fetching)
4931         (gnus-html-prefetch-images): Replace process-kill-without-query by
4932         gnus-set-process-query-on-exit-flag.
4933
4934 2010-09-16  Romain Francoise  <romain@orebokech.com>
4935
4936         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4937
4938 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4941         parameter to unintern is mandatory-ish in Emacs 24.
4942
4943         * gnus-html.el (gnus-html-schedule-image-fetching)
4944         (gnus-html-prefetch-images): Check for curl before using it.
4945
4946         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4947         depend on curl, which isn't essential.
4948
4949         * imap.el: Revert back to version
4950         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4951         seem problematic.
4952
4953 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4954
4955         * gnus-registry.el (gnus-registry-install-shortcuts):
4956         Explicitly pass `obarray' to `unintern' to avoid a warning.
4957
4958 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4959
4960         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4961         change.
4962
4963         * nnrss.el (nnrss-request-list): Remove this function and related
4964         functions, including the moreover stuff.
4965
4966 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * nnrss.el (nnrss-retrieve-groups): New function.
4969
4970 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4971
4972         * .dir-locals.el: Add no-byte-compile cookie.
4973
4974 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * time-date.el (format-seconds): Comment fix.
4977
4978         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4979         for back end that doesn't support request-scan.
4980
4981 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4982
4983         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4984         then do request scans from the backends.
4985
4986         * netrc.el (netrc-credentials): New conveniency function.
4987
4988         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4989         avoid running a hook per line, since this takes a lot of time,
4990         profiling shows.
4991         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4992         directly if gnus-visual-p is true.
4993
4994 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4997         groups; replace mapcar with dolist which is a bit faster; pass groups
4998         info to gnus-read-active-file-1.
4999         (gnus-read-active-file-1): Scan only specified groups if the new
5000         optional arg `infos' is given.
5001
5002 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003
5004         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5005
5006         * pop3.el (pop3-movemail): Remove.
5007         (pop3-streaming-movemail): Rename to pop3-movemail.
5008
5009         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5010         don't restrict end-tag searches to the end of the line.
5011
5012 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5015         articles of every unchecked group to t, which means unknown since the
5016         server has never been opened.
5017
5018 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5019
5020         * gnus-html.el (gnus-html-show-alt-text): New command.
5021         (gnus-html-browse-image): Ditto.
5022         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5023         to browse the image directly.
5024         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5025         better.
5026
5027         * gnus-async.el (gnus-async-article-callback):
5028         Call `gnus-html-prefetch-images' unconditionally.
5029
5030         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5031         before feeding URLs to curl.
5032
5033 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5036         internal images as deletable by `W D D'.
5037
5038         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5039         (gnus-async-article-callback): Fix typo.
5040
5041 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5042
5043         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5044         current line to work around bugs in the output from w3m.
5045
5046         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5047         for groups that want that.
5048
5049         * nntp.el (nntp-wait-for-string): Supply a timeout for
5050         accept-process-output to ensure progress.
5051
5052         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5053         level to get unread articles from, then use that for foreign groups,
5054         too.
5055
5056         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5057         confuses the rest of the function.
5058
5059         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5060         for the methods that support -retrieve-groups, too.
5061
5062         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5063
5064 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5067         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5068
5069         * pop3.el: Require cl when compiling.
5070         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5071
5072 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5073
5074         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5075         that aren't going to be activated.
5076         (gnus-get-unread-articles): Fix up the last commit.
5077
5078         * gnus-html.el (gnus-article-html): Allow calling without specifying
5079         the handle.  In that case, dissect the buffer first.
5080
5081         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5082
5083         * nnimap.el (nnimap-open-connection): Revert the change that would look
5084         into authinfo for imaps instead of imap.
5085
5086         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5087         say that you don't want to call gnus-request-group with don-check, but
5088         do check the reponse.  This is for virtual groups only.
5089         (gnus-get-unread-articles): Count the archive groups as secondary, so
5090         that they're activated the same way as before.
5091
5092         * imap.el (imap-message-map): Removed optional buffer parameter, since
5093         no callers use it.
5094         (imap-message-get): Ditto.
5095         (imap-message-put): Ditto.
5096         (imap-mailbox-map): Ditto.
5097         (imap-mailbox-put): Ditto.
5098         (imap-mailbox-get): Ditto.
5099         (imap-mailbox-get): Revert last change for this function.
5100
5101         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5102         case-insensitively.
5103         (nnimap-debug): Remove.
5104
5105         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5106         to use `imap-fetch' instead.  According to the comments, this should be
5107         safe, since all other IMAP clients use the 1:* syntax.
5108         (imap-enable-exchange-bug-workaround): Removed.
5109         (imap-debug): Removed -- doesn't seem very useful.
5110
5111         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5112         mail from a file, and the file doesn't exist.
5113
5114         * imap.el (imap-log): New convenience function used throughout instead
5115         of repeating the same code all over the place.
5116
5117         * pop3.el (pop3-streaming-movemail): Return t for success.
5118
5119         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5120         .authinfo if we're using ssl connection.
5121
5122         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5123         already have if we're in a main Gnus `g' run.
5124
5125         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5126
5127 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5128
5129         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5130
5131         * nnmh.el (nnmh-request-list-1): Bind `file'.
5132
5133         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5134         alias to set-process-query-on-exit-flag or process-kill-without-query.
5135         (pop3-open-server): Use it.
5136
5137 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5138
5139         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5140         box to the Incoming file.  Fixes mistake in previous checkin.
5141
5142         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5143         request loop (for debugging purposes) removed.
5144
5145         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5146         culprit is more visible.
5147         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5148         (nnml-add-incremental-nov): New functions to do "incremental" nov
5149         updates, where we just append to the end of the existing nov files
5150         without reading/writing them in full.
5151
5152         * mail-source.el (mail-source-delete-crash-box): Really only check the
5153         incoming files once in a while.
5154
5155         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5156
5157         * mail-source.el (mail-source-delete-crash-box): Only check the
5158         incoming files for deletion once per day to save a lot of file
5159         accesses.
5160
5161         * pop3.el (pop3-logon): Fix up unbound variable typo.
5162
5163         * mail-source.el (pop3-streaming-movemail): Autoload.
5164
5165         * pop3.el (pop3-streaming-movemail):
5166         Respect pop3-leave-mail-on-server.
5167
5168         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5169         retrieval.
5170
5171         * pop3.el (pop3-process-filter): Remove unused function.
5172         (pop3-streaming-movemail, pop3-send-streaming-command)
5173         (pop3-wait-for-messages, pop3-write-to-file)
5174         (pop3-number-of-responses): New functions for streaming pop3
5175         retrieval.
5176
5177         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5178         come from no known methods.
5179         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5180         list.
5181
5182         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5183         message sizes.
5184         (pop3-movemail): Use erase-buffer instead of looping and deleting
5185         regions, which seems rather odd.
5186
5187         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5188         file once per `g' run.
5189
5190         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5191         directories.  This makes the draft queue directory work.
5192
5193         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5194         data from the backends, so that we only request the list of groups from
5195         each method once.  This should speed things up considerably.
5196
5197         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5198         detect that it's not implemented.
5199
5200         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5201         we actually do recurse down into the tree, but don't stat all leaf
5202         nodes.
5203
5204         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5205         then say so instead of bugging out.
5206
5207         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5208         files exist before trying to read them.
5209
5210         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5211         around <pre_int>.
5212
5213         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5214
5215         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5216
5217 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5218
5219         * mm-util.el (mm-image-load-path): Just return the image directories,
5220         not all directories in the path in addition to the image directories.
5221         (mm-image-load-path): Maintain a cache of the image directories so that
5222         the `g' command in Gnus doesn't have to stat dozens of directories each
5223         time.
5224
5225         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5226         (gnus-html-wash-tags): Add a new `i' command to insert images.
5227         (gnus-html-insert-image): New command and keystroke.
5228         (gnus-html-redisplay-with-images): New command and keystroke.
5229         (gnus-html-show-images): Rename command.
5230         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5231         spacers.
5232         (gnus-html-wash-tags): Decode entities at the end, so that entities
5233         inside the tags don't mess up the rest of the "parsing".
5234
5235         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5236         so that nnimap methods aren't agentized by default.  There's apparently
5237         many problems related to agent/imap behaviour.
5238
5239         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5240
5241         * gnus-html.el: Doc fix.
5242
5243 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5244
5245         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5246         specifier-spec-list for Emacs 21.
5247
5248         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5249         glyph-width and glyph-height instead of display-graphic-p and
5250         image-size; make avoidance of displaying small images work for XEmacs.
5251
5252         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5253         for XEmacs.
5254
5255         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5256         of symbol that holds plist data.
5257         (gnus-process-plist): Remove plist of process after getting it.
5258
5259 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * message.el (message-generate-hashcash): Change default to
5262         'opportunistic if hashcash is installed.
5263
5264         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5265         (gnus-html-put-image): Only call image-size once, since it's somewhat
5266         time-consuming on remote X servers.
5267
5268 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5269
5270         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5271         type on data, not a file name.
5272
5273         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5274         window-pixel-edges for Emacs 21.
5275
5276         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5277         decoded contents.
5278         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5279
5280 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5281
5282         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5283         group line format, since it isn't very interesting.
5284
5285         * gnus-agent.el (gnus-agent-short-article),
5286         (gnus-agent-long-article): Increase values for these two variables,
5287         since most people are likely to have more network connection and
5288         storage than before.
5289
5290         * gnus.el (gnus-refer-article-method): Change default to 'current.
5291         When referring an article, the common behaviour is to refer it from the
5292         current select method, not the native select method.  The chances of
5293         the native select method having the message in question is rather slim
5294         these days.
5295
5296         * gnus-sum.el (gnus-auto-select-subject): Change default to
5297         `unseen-or-unread'.  I think it's likely that most people want to
5298         select an unseen article over a previously seen, but unread one.
5299
5300         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5301         means that in the article buffer none of the minor mode elements will
5302         be shown, usually, and this is not desirable in most cases.
5303
5304         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5305         that commands like `d' (and the like) go to the next line in the
5306         buffer, instead of the next unread article.  I think this is the
5307         behaviour that is most natural for most users.
5308         (gnus-single-article-buffer): Change default to nil, so that people can
5309         have as many article buffers open as they have summary buffer.  I think
5310         this is the most natural way for the groups to behave.
5311
5312         * message.el (message-generate-new-buffers): Change default to
5313         `unsent', so that all new message buffers start their names with the
5314         string "*unsent", and it's easier to find the buffers if you move from
5315         them.
5316
5317 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5318
5319         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5320         small.  They're probably tracking images.
5321         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5322         (gnus-html-rescale-image): Yet another try at getting the image sizing
5323         right.
5324
5325         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5326         nntp-marks-file-name is nil.
5327
5328 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5329
5330         * gnus-html.el (gnus-html-wash-tags)
5331         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5332         Better logging.
5333
5334 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5335
5336         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5337
5338         * gnus-html.el (gnus-html-wash-tags): Check the value of
5339         gnus-blocked-images in the summary buffer.
5340
5341 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5342
5343         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5344
5345 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5346
5347         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5348         like "a", it seems like.
5349         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5350         since it needs to be picked from the correct buffer.
5351
5352         * nnwfm.el: Remove.
5353
5354         * nnlistserv.el: Remove.
5355
5356 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5357
5358         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5359         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5360
5361 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5362
5363         * nnkiboze.el: Remove.
5364
5365         * nndb.el: Remove.
5366
5367         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5368         alt text.
5369         (gnus-html-rescale-image): Try to get the rescaling logic right for
5370         images that are just wide and not tall.
5371
5372         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5373         overshadow variable bindings.
5374
5375 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5376
5377         * gnus-html.el (gnus-html-wash-tags)
5378         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5379         Add extra logging.
5380
5381 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382
5383         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5384         (gnus-max-image-proportion): New variable.
5385         (gnus-html-rescale-image): New function.
5386         (gnus-html-put-image): Rescale images.
5387
5388 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5389
5390         Fix up some byte-compiler warnings.
5391         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5392         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5393         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5394         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5395         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5396         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5397         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5398
5399 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5400
5401         * gnus-html.el (gnus-article-html): Decode contents by charset.
5402
5403 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5406         (gnus-html-frame-width, gnus-blocked-images)
5407         * message.el (message-prune-recipient-rules): Add custom version.
5408         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5409
5410         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5411         functions.
5412
5413         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5414         gnus-process-get.
5415
5416 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5417
5418         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5419         instead of lsub directly.
5420
5421 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5422
5423         * nnwarchive.el: Remove.
5424
5425         * gnus-soup.el: Remove.
5426
5427         * nnsoup.el: Remove.
5428
5429         * nnultimate.el: Remove.
5430
5431         * gnus-html.el (gnus-blocked-images): New variable.
5432
5433         * message.el (message-prune-recipients): New function.
5434         (message-prune-recipient-rules): New variable.
5435
5436         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5437         guess whether a long line is natural text or not.
5438
5439         * gnus-html.el (gnus-html-schedule-image-fetching):
5440         Use gnus-process-plist and friends for compatibility.
5441
5442 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5443
5444         * gnus-html.el: Require packages that define macros used in this file.
5445         (gnus-article-mouse-face): Declare to silence byte-compiler.
5446         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5447         process-get.
5448         (gnus-html-put-image): Use plist-get to avoid getf.
5449         (gnus-html-prefetch-images): Use with-current-buffer.
5450
5451 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5452
5453         * gnus-ems.el: Provide compatibility functions for
5454         gnus-set-process-plist.
5455
5456         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5457         header-line-format for XEmacs 21.4.
5458
5459         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5460         * gnus.el (gnus-valid-select-methods)
5461         * message.el (message-send-mail-partially-limit)
5462         * mm-decode.el (mm-text-html-renderer)
5463         * mml.el (mml-insert-mime-headers-always)
5464         * smiley.el (smiley-regexp-alist): Bump custom version.
5465
5466 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5467
5468         * gnus-html.el: require mm-url.
5469         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5470         with the url to `url'.
5471         (gnus-html-wash-tags): Support cid: URLs/images.
5472
5473 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5474
5475         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5476         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5477         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5478
5479         * gnus-move.el: Remove file, since it doesn't really work.
5480
5481         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5482         UTF-8.  This seems to fix problems with some German web feeds.
5483
5484         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5485         at the top so that the proper colours are applied.
5486
5487         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5488         don't have dots in their names.
5489
5490         * gnus-art.el (gnus-article-view-part): Doc fix.
5491
5492         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5493         XEmacs-compatible.
5494         (gnus-html-put-image): Don't do images on non-graphic displays.
5495
5496         * nnslashdot.el: Remove this unused backend.
5497
5498         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5499         actions.
5500         (gnus-undo-register-1): Revert last change.
5501
5502         * gnus-group.el (gnus-group-completing-read): Protect against not
5503         having completion-styles bound.
5504
5505         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5506         make broken recipients happier.
5507
5508         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5509
5510         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5511         point parameter.
5512
5513         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5514
5515         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5516         completion-styles for group selection.
5517
5518 2009-02-04  Andreas Schwab  <schwab@suse.de>
5519
5520         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5521         headers and regexp-quote the match if necessary.
5522
5523 2009-03-24  Miles Bader  <miles@gnu.org>
5524
5525         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5526         the blinking smiley.
5527
5528 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5529
5530         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5531         blink smiley.
5532
5533 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5534
5535         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5536         where the dribbel file lives exists.
5537
5538         * message.el (message-send-mail-partially-limit): Change the default to
5539         nil, since most people don't want this.
5540
5541         * mm-url.el (mm-url-decode-entities): Also decode entities like
5542         &#x3212.
5543
5544 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5545
5546         * gnus-sum.el (gnus-summary-idna-message):
5547         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5548         Hyperlink urls in docstrings with URL `...'.
5549
5550 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5551
5552         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5553         functions.
5554
5555 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5556
5557         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5558         say what the mouseover text should be.
5559
5560         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5561         version of the mm-w3m-safe-url-regexp variable to only download images
5562         in the groups where we want that to happen.
5563
5564         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5565
5566         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5567         easier debugging.
5568         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5569         big pictures in the article buffer.
5570
5571         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5572         gnus-article-html.
5573         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5574         w3m.
5575
5576         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5577
5578 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5579
5580         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5581         which doesn't exist.
5582
5583         * message.el (message-inhibit-ecomplete): New variable to allow some
5584         function to inhibit ecomplete address storage.
5585         (message-resend): Disable ecomplete message storage when resending
5586         messages.
5587
5588         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5589
5590 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5593         Save excursion while copying, moving, and deleting articles in order to
5594         prevent the cursor from jumping to unforeseen place.
5595
5596 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * lpath.el: No need to bind bookmark-current-buffer,
5599         bookmark-yank-point and bookmark-make-record-function.
5600
5601 2010-08-17  Glenn Morris  <rgm@gnu.org>
5602
5603         * gnus-sync.el: Require gnus components whose functions are used.
5604
5605         * gnus-art.el (bookmark-make-record-function):
5606         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5607         Declare for compiler.
5608
5609         * mm-url.el (mml-compute-boundary): Autoload.
5610
5611 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5614
5615 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5616
5617         Typo fix "hoo4a" -> "hook".
5618
5619         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5620
5621 2010-08-14  Glenn Morris  <rgm@gnu.org>
5622
5623         * gnus-sync.el (gnus-sync): Fix defgroup version.
5624
5625 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5626
5627         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5628
5629         * gnus-sync.el: Fix docs.
5630         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5631         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5632
5633 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5634
5635         Optimizations for gnus-sync.el.
5636
5637         * gnus-sync.el: Add docs about gnus-sync-backend
5638         possibilities.
5639         (gnus-sync-save): Remove unnecessary message.
5640         (gnus-sync-read): Optimize and show what groups were skipped.
5641
5642 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5643
5644         Minor bug fixes for gnus-sync.el.
5645
5646         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5647         Don't read the sync on get-new-news.
5648
5649         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5650         quiet.
5651
5652         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5653         (fix typo).
5654
5655 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5656
5657         Make saving and restoring of hidden threads work with overlays.
5658         Patch applied by Ted Zlatanov.
5659
5660         * gnus-sum.el (gnus-hidden-threads-configuration)
5661         (gnus-restore-hidden-threads-configuration): Update to deal with text
5662         properties, rather than searching for a magic character.
5663
5664 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5665
5666         New gnus-sync.el library for synchronization of marks.
5667
5668         * gnus-sync.el: New library for synchronization of marks.
5669
5670         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5671         renamed from `gnus-registry-grep-in-list'.
5672
5673         * gnus-registry.el (gnus-registry-follow-group-p):
5674         Use `gnus-grep-in-list'.
5675
5676         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5677
5678 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5681         determining charset of text fails.
5682
5683 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5684
5685         * nnmail.el (nnmail-get-new-mail-1): Revert.
5686
5687         * nnml.el (nnml-active-number): Make sure names of newly created groups
5688         in nnml-group-alist are encoded.
5689
5690 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5693         containing non-ASCII characters in active file for nnml back end.
5694
5695 2010-07-24  David Engster  <dengste@eml.cc>
5696
5697         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5698         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5699
5700 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5701
5702         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5703         tag (Bug#6654).
5704
5705 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5708         the article buffer, not the summary buffer.
5709
5710 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5713         Emacs 23 as well.
5714
5715 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5718         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5719
5720 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5721
5722         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5723         Patch applied by Karl Fogel.
5724
5725         * gnus-sum.el (gnus-summary-bookmark-make-record):
5726         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5727
5728 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5729
5730         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5731         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5732         C-w still not working correctly from Article buffers; Thierry's
5733         patch to fix that will be applied after this.
5734
5735         * gnus-art.el (bookmark-make-record-function): New local variable.
5736
5737         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5738         article buffer.
5739         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5740
5741 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5742
5743         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5744         on changes in bookmark.el.
5745
5746 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5747
5748         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5749         `no-log' instead of message not to log prompt string.
5750
5751 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5752
5753         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5754         the *other* type of HTML form submission.
5755
5756 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5757
5758         * auth-source.el (auth-source-pick): If choice does not contain a
5759         questioned keyword, set the check to t.
5760
5761 2010-06-12  Romain Francoise  <romain@orebokech.com>
5762
5763         * gnus-util.el (gnus-date-get-time): Move up before first use.
5764
5765 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5768         (gnus-article-edit-part): Bind it to make last part that is substituted
5769         or deleted visible.
5770         (gnus-mime-display-single): Buttonize part of which id equals to
5771         gnus-mime-buttonized-part-id.
5772
5773 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5774
5775         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5776         (gnus-dd-mmm): Use gnus-date-get-time.
5777         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5778         simplify logic.
5779         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5780         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5781
5782 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5783
5784         * auth-source.el (top): Autoload `secrets-list-collections',
5785         `secrets-create-item', `secrets-delete-item'.
5786         (auth-sources): Fix tag string.
5787         (auth-get-source, auth-source-retrieve, auth-source-create)
5788         (auth-source-delete): New defuns.
5789         (auth-source-pick): Rewrite in order to avoid 2 passes.
5790         (auth-source-forget-user-or-password): New parameter USERNAME.
5791         (auth-source-user-or-password): New parameters CREATE-MISSING and
5792         DELETE-EXISTING.  Retrieve password interactively, if needed.
5793
5794 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5795
5796         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5797         deleting unused directories when gnus-expert-user is t.
5798
5799 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5802         for each temp file when gnus-article-browse-delete-temp is ask.
5803
5804 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5805
5806         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5807         Lisp calls to delete-backward-char by calls to delete-char.
5808
5809 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5810
5811         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5812
5813 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5814
5815         * password-cache.el (password-cache-remove): Fix docstring.
5816
5817 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5820         article unless decoding article to be saved.
5821
5822 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5825         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5826         generated within the mm-with-unibyte-current-buffer macro.
5827
5828 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5831         to nil when we're in a mml-preview buffer and no group is selected.
5832
5833 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5834
5835         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5836         when catching the `C-g'.  Reported by "Leo".
5837
5838 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * message.el (message-forward-make-body-plain)
5841         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5842         multibyte-string-p.
5843
5844         * lpath.el: Revert.
5845
5846 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * message.el (message-forward-make-body-mml): Assume original message
5849         is multibyte string; error on unibyte.
5850         (message-forward-make-body-plain): Ditto; don't add excessive newline
5851         in body end.
5852
5853         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5854
5855 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5856
5857         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5858         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5859
5860 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * mm-extern.el (mm-extern-url): Don't use
5863         mm-with-unibyte-current-buffer.
5864         (mm-extern-cache-contents): Use with-current-buffer instead of
5865         save-excursion + set-buffer.
5866
5867 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5868
5869         * mm-util.el (mm-emacs-mule): Remove.
5870
5871 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5872
5873         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5874         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5875         change.
5876
5877 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5880         bind the default value of enable-multibyte-characters to nil.
5881
5882 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5883
5884         * message.el (message-forward-make-body-plain)
5885         (message-forward-make-body-mml):
5886         Don't use mm-with-unibyte-current-buffer.
5887
5888 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5889
5890         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5891
5892 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5893
5894         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5895         (Bug#5592).
5896
5897 2010-05-07  Julien Danjou  <julien@danjou.info>
5898
5899         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5900         it to mm-pipe-part.
5901
5902         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5903         it is given.
5904
5905 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5906
5907         * binhex.el (binhex-decode-region-internal)
5908         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5909         (dns-query)
5910         * nnweb.el (nnweb-gmane-search)
5911         * pgg-parse.el (pgg-parse-armor)
5912         * pgg.el (pgg-verify-region)
5913         * sha1.el (sha1-string-external)
5914         * uudecode.el (uudecode-decode-region-internal)
5915         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5916         XEmacs.
5917
5918         * gnus-art.el (gnus-article-browse-html-parts)
5919         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5920         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5921         make-temp-file.
5922
5923         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5924         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5925         compiling.
5926
5927         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5928         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5929         XEmacs when compiling.
5930
5931         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5932         gnus-pick-mode-off-hook for XEmacs when compiling.
5933         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5934         gnus-binary-mode-off-hook for XEmacs when compiling.
5935
5936         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5937         Return nil if char-charset is not available.
5938
5939         * imap.el (imap-disable-multibyte)
5940         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5941         macros.
5942
5943         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5944         instead of encode-coding-string.
5945
5946         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5947         'xemacs) instead of mm-emacs-mule to switch function definitions.
5948         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5949
5950         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5951         bind temporary-file-directory for XEmacs;
5952         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5953         timer-set-function for XEmacs 21.4 and SXEmacs;
5954         bind timer-list for XEmacs 21.4 and SXEmacs;
5955         fbind char-charset and find-charset-region for non-Mule XEmacs;
5956         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5957         encode-coding-region and encode-coding-string for XEmacs having no
5958         file-coding feature.
5959
5960 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5961
5962         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5963
5964 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5967         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5968
5969 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5970
5971         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5972         alias `jka-compr-delete-temp-file' no longer exists.
5973
5974 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5975
5976         Use define-minor-mode in Gnus where applicable.
5977         * mml.el (mml-mode): Use define-minor-mode.
5978         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5979         (gnus-undo-mode): Use define-minor-mode.
5980         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5981         (gnus-dead-summary-mode): Use define-minor-mode.
5982         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5983         Initialize in declaration.
5984         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5985         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5986         (gnus-mailing-list-mode): Use define-minor-mode.
5987         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5988         (gnus-draft-mode): Use define-minor-mode.
5989         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5990         (gnus-dired-mode): Use define-minor-mode.
5991
5992 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5993
5994         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5995         handles on recursive mml-to-mime translation and check them for
5996         boundary delimiter collisions.  Reported by Greg Troxel.
5997
5998 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5999
6000         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6001
6002 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6003
6004         * mm-util.el (mm-find-buffer-file-coding-system):
6005         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6006
6007 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6008
6009         * message.el (message-generate-headers): Record insertion of optional
6010         headers as well.  Otherwise the check to prevent repeated insertion of
6011         optional headers is a no-op.
6012
6013 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6014
6015         * smime.el: Don't mention CVS.
6016
6017         * nnrss.el (nnrss-fetch): Don't mention CVS.
6018
6019         * nnir.el: Don't mention CVS.
6020
6021 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6022
6023         * gnus-sum.el (gnus-summary-bookmark-make-record):
6024         Add `location' field.
6025
6026 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6027
6028         * lpath.el: Fbind bookmark-default-handler,
6029         bookmark-get-bookmark-record, bookmark-make-record-default,
6030         bookmark-prop-get for Emacs <23 and XEmacs.
6031
6032 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6033
6034         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6035         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6036         Use with-current-buffer to silence the byte-compiler.
6037         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6038         bother to require `gnus'.
6039         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6040
6041 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6042
6043         * gnus-sum.el (gnus-summary-bookmark-make-record)
6044         (gnus-summary-bookmark-jump): New functions.
6045         (gnus-summary-mode): Setup bookmark support.
6046
6047 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6048
6049         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6050         if set.
6051
6052 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6055         gnus-article-browse-html-save-cid-image; make it work recursively for
6056         forwarded messages as well.
6057         (gnus-article-browse-html-parts): Work when prefix arg is given.
6058         (gnus-article-browse-html-article): Doc fix.
6059
6060 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6061
6062         * message.el (message-default-mail-headers):
6063         (message-default-headers): Carry the value mail-default-headers over
6064         into message-default-mail-headers, rather than message-default-headers.
6065
6066 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6067
6068         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6069         charset.
6070
6071         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6072         charset into the <meta> tag when the article is encoded to utf-8.
6073
6074 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * gnus-art.el (gnus-article-browse-delete-temp-files):
6077         Delete directories as well.
6078         (gnus-article-browse-html-parts): Work for images that do not specify
6079         file names; delete temp directory when quitting; insert header at the
6080         right place; use file: scheme for image files.
6081
6082 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6083
6084         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6085         (gnus-article-browse-html-parts): Use it to make temporary cid image
6086         files in addition to html file so that browser may display them.
6087
6088 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6091
6092 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6093
6094         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6095
6096 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6097
6098         * auth-source.el (auth-sources): Change default to be simpler.
6099         Explain about Secret Service API sources.  Improve Customize options.
6100         (auth-source-pick): Change to accept any number of search parameters.
6101         Implement fallbacks iteratively, not recursively.  Add scoring on the
6102         second pass and sort by score.  Call Secret Service API when needed.
6103         (auth-source-user-or-password): Use it.  Call Secret Service API
6104         directly when needed to get the user name and the password.
6105
6106 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6107
6108         * message.el (message-interactive): Doc fix.
6109         (message-qmail-inject-args): Reflow.
6110         (message-kill-to-signature): Fix typo in docstring.
6111
6112         * smiley.el (smiley-buffer): Fix typo in docstring.
6113
6114 2010-03-24  Glenn Morris  <rgm@gnu.org>
6115
6116         * mail-source.el (gnus-message): Declare.
6117         (mail-source-delete-old-incoming): Require gnus-util.
6118
6119 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6122
6123         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6124
6125         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6126         password-cache's default if it is not bound.
6127         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6128         password-cache-expiry's default if it is not bound.
6129
6130         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6131         available in Emacs 21.
6132
6133         * lpath.el: Suppress compiler warnings for:
6134         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6135         XEmacs;
6136         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6137         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6138         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6139
6140 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6141
6142         * auth-source.el (auth-sources): Fix up definition so extra parameters
6143         are always inline.
6144
6145 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6146
6147         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6148         wasn't updated after mismatch.  Clear cached mailbox info correctly
6149         when uidvalidity changes.
6150         (nnimap-group-prefixed-name): New function to avoid some code
6151         duplication.
6152         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6153         (nnimap-request-group): Use it.
6154         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6155         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6156         with many imap folders.  This is done by caching the group status from
6157         the imap server persistently in a group parameter `imap-status'.  (This
6158         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6159         but not persistently, so every Gnus startup was still very slow.)
6160
6161 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6162
6163         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6164         delete the extra newline.  Otherwise editing of :string and :number
6165         types don't work.
6166
6167 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6168
6169         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6170         secrets.el dependency.
6171         (auth-sources): Add optional user name.  Add secrets.el configuration
6172         choice (unused right now).
6173
6174 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6175
6176         * gnus-sum.el (gnus-summary-make-menu-bar):
6177         Let `gnus-registry-install-shortcuts' fill in the functions.
6178
6179         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6180         warnings.
6181         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6182         (gnus-registry-install-shortcuts): Populate and use it in a
6183         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6184
6185 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6186
6187         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6188         In-place substitutions for the group name encoding/decoding.
6189         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6190         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6191         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6192         (nnimap-update-unseen, nnimap-request-list)
6193         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6194         (nnimap-request-set-mark, nnimap-split-to-groups)
6195         (nnimap-split-articles, nnimap-request-newgroups)
6196         (nnimap-request-create-group, nnimap-request-accept-article)
6197         (nnimap-request-delete-group, nnimap-request-rename-group)
6198         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6199         `encoded-mbx' for consistency.
6200         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6201         variable `imap-current-mailbox'.
6202
6203         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6204         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6205
6206 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6207
6208         * pop3.el (pop3-display-message-size-flag): Display message size byte
6209         counts during POP3 download.
6210         (pop3-movemail): Use it.
6211         (pop3-list): Implement listing of available messages.
6212
6213 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6214
6215         * nnir.el (nnir-get-article-nov-override-function): New function to
6216         override the normal NOV retrieval.
6217         (nnir-retrieve-headers): Use it.
6218
6219 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6220
6221         * auth-source.el (netrc-machine-user-or-password): Autoload.
6222
6223 2010-03-19  Glenn Morris  <rgm@gnu.org>
6224
6225         Stop message.el from loading about 40 libraries it doesn't always need.
6226         The general approach is to autoload rather than require, and to
6227         require in the specific functions rather than the file.  (Bug#5642)
6228
6229         * gmm-utils.el: Don't require wid-edit.
6230         (widget-create-child-value, widget-convert, widget-default-get):
6231         Autoload.
6232
6233         * gnus-util.el: Don't require time-date, netrc.
6234         (message-fetch-field, gnus-group-name-decode): Declare rather than
6235         autoloading.
6236         (gnus-fetch-field): Require message.
6237         (gnus-decode-newsgroups): Require gnus-group.
6238
6239         * ietf-drums.el: Don't require time-date.
6240
6241         * message.el: Don't require hashcash, canlock, ecomplete.
6242         Do require mail-utils.  Require nnheader only when compiling.
6243         (smtpmail-default-smtp-server): Remove declaration.
6244         (message-send-mail-function): Check smtpmail-default-smtp-server
6245         is bound rather than requiring smtpmail.
6246         (message-auto-save-directory, message-insert-signature):
6247         Use expand-file-name rather than nnheader-concat.
6248         (nnheader-insert-file-contents): Autoload.
6249         (hashcash-wait-async): Declare.
6250         (message-send-mail): Only call gnus-setup-posting-charset if
6251         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6252         (message-send-mail-with-sendmail): Require sendmail.
6253         (canlock-password, canlock-password-for-verify): Declare.
6254         (message-canlock-password): Require canlock.
6255         (nnheader-get-report): Autoload.
6256         (gnus-setup-posting-charset): Declare.
6257         (message-send-news): Require gnus-msg.
6258         (message-make-references, message-make-in-reply-to): Use mail-header-id
6259         rather than the alias mail-header-message-id.
6260         (ecomplete-add-item, ecomplete-save): Declare.
6261         (message-put-addresses-in-ecomplete): Require ecomplete.
6262         (ecomplete-display-matches): Autoload.
6263
6264         * mm-decode.el: Don't require mailcap, gnus-util.
6265         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6266         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6267         Autoload.
6268         (mailcap-mime-extensions): Declare.
6269
6270         * mm-encode.el: Don't require mailcap.
6271         (mailcap-extension-to-mime): Autoload.
6272
6273         * mml-sec.el: Don't require password-cache.
6274
6275         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6276         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6277         (mml-minibuffer-read-type): Require mailcap.
6278         (mml-preview): Require gnus-msg.
6279
6280         * mml1991.el: Require password-cache.
6281         (password-cache-expiry): Remove declaration.
6282
6283         * mml2015.el: Require password-cache.
6284         (password-cache-expiry): Remove declaration.
6285
6286         * nneething.el (mailcap): Require mailcap.
6287
6288         * nnheader.el (declare-function): Add compatibility stub.
6289         (message-remove-header): Declare rather than autoload.
6290         (nnheader-replace-header): Require message.
6291
6292         * nnimap.el (declare-function): Add compatibility stub.
6293         (netrc-parse, netrc-machine-user-or-password): Declare.
6294         (nnimap-open-connection): Require netrc.
6295
6296         * nntp.el (declare-function): Add compatibility stub.
6297         (netrc-parse, netrc-machine, netrc-get): Declare.
6298         (nntp-send-authinfo): Require netrc.
6299
6300         * rfc2047.el: Don't require qp.
6301         (quoted-printable-encode-region, quoted-printable-decode-string):
6302         Autoload.
6303
6304         * sieve-mode.el: Don't require easymenu.
6305         (easy-menu-add-item): Autoload it.
6306
6307         * spam-stat.el (time-to-number-of-days): Autoload it.
6308
6309 2010-03-19  Glenn Morris  <rgm@gnu.org>
6310
6311         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6312
6313 2010-03-18  Glenn Morris  <rgm@gnu.org>
6314
6315         * hashcash.el (declare-function): Remove duplicate definition.
6316
6317 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6318
6319         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6320         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6321         value if any backslash escapes).
6322
6323 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6324
6325         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6326         if it is available.  (bug#5647)
6327
6328         * lpath.el: Suppress compiler warning for coding-system-from-name for
6329         Emacs 21 and XEmacs.
6330
6331 2010-03-14  Juri Linkov  <juri@jurta.org>
6332
6333         * hmac-def.el:
6334         * hmac-md5.el:
6335         * netrc.el: Fix keywords.
6336
6337 2010-02-26  Glenn Morris  <rgm@gnu.org>
6338
6339         * message.el (message-send-mail-function): Change the default, so that
6340         it inherits from a customized send-mail-function.  (Bug#5643)
6341
6342 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6343
6344         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6345         shell-command-to-string signals an error (bug#5299).
6346
6347 2010-02-24  Glenn Morris  <rgm@gnu.org>
6348
6349         * message.el (message-smtpmail-send-it)
6350         (message-send-mail-with-mailclient): Doc fixes.
6351
6352 2010-02-16  Glenn Morris  <rgm@gnu.org>
6353
6354         * message.el (message-default-mail-headers): Change the default value
6355         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6356
6357 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6360         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6361
6362 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6363
6364         * time-date.el (date-to-time): Doc fix (Bug#5408).
6365
6366 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6367
6368         * message.el (message-mail): Just pass yank-action on to message-setup.
6369         (message-setup): Handle (FUN . ARGS) form of yank-action.
6370         (message-with-reply-buffer, message-widen-reply)
6371         (message-yank-original): Handle non-buffer values of
6372         message-reply-buffer (Bug#4080).
6373         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6374
6375 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6376
6377         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6378         Fix typo in docstring.
6379
6380 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6381
6382         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6383         response.
6384
6385 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6388
6389         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6390
6391         * message.el (message-check-news-header-syntax): Protect against a
6392         string that `rfc822-addresses' returns when parsing fails.
6393
6394 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6397         (gnus-previous-char-property-change): New functions.
6398
6399         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6400
6401 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6402
6403         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6404         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6405
6406 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6407
6408         * message.el (message-exchange-point-and-mark): Rework last change to
6409         avoid using optional arg of exchange-point-and-mark, for backward
6410         compatibility.
6411
6412 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6413
6414         * message.el (message-exchange-point-and-mark):
6415         Call exchange-point-and-mark with an argument rather than setting
6416         mark-active by hand (Bug#5175).
6417
6418 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * nntp.el (nntp-service-to-port): Work for service expressed with
6421         numeric string; replace [:digit:] with [0-9] for XEmacs.
6422
6423 2009-12-17  Glenn Morris  <rgm@gnu.org>
6424
6425         * gnus-group.el (gnus-bug-group-download-format-alist):
6426         Change emacs entry to debbugs.gnu.org.  Bump :version.
6427
6428 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6431
6432 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6433
6434         * message.el (message-info): Explain why we use `Info-goto-node'.
6435
6436 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6439
6440 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6441
6442         * message.el (message-completion-in-region): New compatibility function.
6443         (message-expand-group): Use it.
6444
6445 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6448         with no unread article should be listed if the 2nd arg `predicate' is
6449         given.
6450
6451 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6454
6455 2009-11-29  Juri Linkov  <juri@jurta.org>
6456
6457         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6458         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6459         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6460
6461 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6462
6463         * sha1.el (sha1-string-external): default-directory "/" in case
6464         otherwise non-existent.  process-connection-type pipe for touch of
6465         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6466
6467 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6468
6469         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6470         it's comms related and sgml-mode.el has "comm" on that basis too.
6471
6472 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6475         containing tspecial characters if they have been already quoted.
6476
6477 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6478
6479         * dns-mode.el (auto-mode-alist): Purecopy string.
6480
6481 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6482
6483         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6484
6485 2009-10-24  Glenn Morris  <rgm@gnu.org>
6486
6487         * gnus-art.el (help-xref-stack-item): Define for compiler.
6488
6489 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6490
6491         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6492
6493 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6496
6497 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6500         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6501
6502 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6505         (gnus-overlays-in): New alias to overlays-in.
6506
6507         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6508         gnus-overlay-get, and gnus-delete-overlay.
6509         (gnus-summary-show-thread): Make it work as well for systems in which
6510         next-single-char-property-change is not available.
6511         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6512
6513         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6514         (gnus-overlay-get): New alias to extent-property.
6515         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6516
6517         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6518         SXEmacs.
6519
6520         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6521         SXEmacs.
6522
6523 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6524
6525         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6526
6527 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6528
6529         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6530         and XEmacs that don't have `remove-overlays'.
6531
6532 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6533
6534         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6535         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6536         selective display.  Use overlays instead.
6537
6538 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6539
6540         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6541
6542 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6543
6544         * spam-stat.el (spam-stat-load): Fix typo in message.
6545
6546 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6547
6548         * dig.el (dig-invoke): Fix typo in docstring.
6549         (query-dig): Reflow docstring.
6550
6551 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6552
6553         * gnus-art.el (gnus-article-encrypt-body):
6554         * message.el (message-check-recipients):
6555         * mm-util.el (mm-codepage-setup):
6556         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6557         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6558
6559 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6560
6561         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6562         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6563         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6564         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6565         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6566
6567 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6568
6569         * dig.el: Add "Keywords: comm", as per net-utils.el.
6570
6571 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6572
6573         * dig.el (dig-mode): Use define-derived-mode.
6574
6575 2009-09-19  Glenn Morris  <rgm@gnu.org>
6576
6577         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6578
6579 2009-09-18  Glenn Morris  <rgm@gnu.org>
6580
6581         * gnus-diary.el (gnus-diary-check-message):
6582         * message.el (message-insert-formatted-citation-line):
6583         * nnbabyl.el (top-level):
6584         * nndiary.el (nndiary-schedule):
6585         Fix typos in condition-case handlers.
6586
6587 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6590         configuration that provides the sole article window in a frame;
6591         position point correctly after deleting a part.
6592
6593 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6594
6595         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6596         (spam-resolve-registrations-routine): Use it to unregister articles
6597         that change status.
6598
6599 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6602         with XEmacs.
6603         (parse-time-string-chars): Use it.
6604
6605 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6606
6607         * imap.el (imap-interactive-login): Better messages.
6608         (imap-open): Fix bug with renamed buffer on reconnect.
6609         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6610         for easier debugging and cleaner code.  On successful (guessed based on
6611         server capabilities) secondary authentication, set imap-state
6612         correctly.
6613         (imap-last-authenticator): Define imap-last-authenticator as a variable
6614         to avoid warnings.
6615
6616 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * nnrss.el (nnrss-request-article): Remove binding of
6619         default-enable-multibyte-characters that has gotten needless by
6620         the 2007-07-13 change in rfc2047-encode-message-header.
6621
6622         * mml.el (mml-insert-multipart): Error on the message header.
6623         (mml-insert-part): Error on the message header; position point at
6624         the end of a MIME tag.
6625
6626 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * time-date.el (autoload): Expand define-obsolete-function-alias into
6629         defalias and make-obsolete for old Emacsen that Gnus supports.
6630         (with-no-warnings): Define it for old Emacsen.
6631         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6632         is available.
6633         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6634         float-time is available; suppress compile warning for time-to-seconds.
6635
6636         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6637         (gnus-float-time): Alias to float-time if it exists.
6638
6639         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6640         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6641         float-time is available; suppress compile warning for time-to-seconds.
6642
6643         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6644         XEmacs.
6645
6646 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6647
6648         * imap.el (imap-message-map): Docstring fix.
6649
6650 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6653         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6654         Add the optional argument `encoding' that overrides the default.
6655
6656         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6657         mm-encode-buffer.
6658
6659 2009-09-04  Glenn Morris  <rgm@gnu.org>
6660
6661         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6662         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6663         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6664         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6665         * mm-util.el (mm-with-unibyte-current-buffer)
6666         (mm-find-buffer-file-coding-system):
6667         * yenc.el (yenc-decode-region): Use default-value rather than
6668         default-enable-multibyte-characters.
6669
6670 2009-09-03  Glenn Morris  <rgm@gnu.org>
6671
6672         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6673         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6674         than default-enable-multibyte-characters.
6675
6676 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6677
6678         * gnus-art.el (gnus-article-read-summary-keys):
6679         Fix gnus-buffer-configuration's value temporarily used.
6680
6681 2009-09-02  Glenn Morris  <rgm@gnu.org>
6682
6683         * gnus-util.el (gnus-float-time): New function.
6684         * gnus-delay.el (gnus-delay-article):
6685         * gnus-sum.el (gnus-thread-latest-date):
6686         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6687         * nnspool.el (nnspool-request-newgroups):
6688         Use gnus-float-time rather than time-to-seconds.
6689         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6690
6691         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6692         (gnus-header-subject-face, gnus-header-newsgroups-face)
6693         (gnus-header-name-face, gnus-header-content-face):
6694         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6695         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6696         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6697         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6698         (gnus-cite-face-11):
6699         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6700         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6701         (gnus-server-closed-face, gnus-server-denied-face)
6702         (gnus-server-offline-face):
6703         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6704         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6705         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6706         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6707         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6708         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6709         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6710         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6711         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6712         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6713         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6714         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6715         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6716         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6717         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6718         (gnus-summary-high-undownloaded-face)
6719         (gnus-summary-low-undownloaded-face)
6720         (gnus-summary-normal-undownloaded-face)
6721         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6722         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6723         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6724         (gnus-splash-face):
6725         * message.el (message-header-to-face, message-header-cc-face)
6726         (message-header-subject-face, message-header-newsgroups-face)
6727         (message-header-other-face, message-header-name-face)
6728         (message-header-xheader-face, message-separator-face)
6729         (message-cited-text-face, message-mml-face):
6730         * sieve-mode.el (sieve-control-commands-face)
6731         (sieve-action-commands-face, sieve-test-commands-face)
6732         (sieve-tagged-arguments-face):
6733         * spam.el (spam-face):
6734         Mark face aliases with "-face" in the name as obsolete.
6735
6736 2009-09-01  Glenn Morris  <rgm@gnu.org>
6737
6738         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6739         than goto-line.
6740
6741 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6744         Don't move point if the command is invoked inside the message header.
6745
6746 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6747
6748         * imap.el (imap-send-command): Simplify.
6749         (imap-wait-for-tag): point-max -> buffer-size.
6750
6751 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6752
6753         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6754         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6755         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6756         * nnir.el (nnir-swish-e-index-file):
6757         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6758         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6759         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6760         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6761         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6762         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6763
6764 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6767         Don't save excursion.
6768
6769 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6770
6771         * nnheader.el (nnheader-find-file-noselect):
6772         * mm-util.el (mm-insert-file-contents):
6773         Use (default-value 'major-mode) instead of default-major-mode.
6774
6775 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6776
6777         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6778
6779 2009-08-26  Glenn Morris  <rgm@gnu.org>
6780
6781         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6782         than placing in files.el.
6783
6784 2009-08-25  Glenn Morris  <rgm@gnu.org>
6785
6786         * nnir.el (top-level): Don't require cl at run-time.
6787         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6788         Replace cl-function substitute with gnus-replace-in-string.
6789         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6790         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6791         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6792         simplified expansions.
6793
6794 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6795
6796         * dig.el (dig): Add autoload cookie.
6797
6798 2009-08-22  Glenn Morris  <rgm@gnu.org>
6799
6800         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6801         goto-line.
6802
6803 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6804
6805         * parse-time.el (parse-time-string-chars): Save match data.
6806
6807 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6808
6809         * parse-time.el (parse-time-string-chars): Compute using character
6810         classes, to handle non-ascii characters (Bug#3190).
6811
6812 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6815
6816         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6817         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6818         (gnus-mm-display-part, gnus-mime-display-single)
6819         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6820         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6821
6822         * gnus-sum.el
6823         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6824         (gnus-summary-move-article): Add expirable mark to articles copied or
6825         moved to group that has auto-expire turned on if the option is non-nil.
6826
6827 2009-07-24  Glenn Morris  <rgm@gnu.org>
6828
6829         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6830         Fix typo.  (Bug#3903)
6831
6832 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6835         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6836         that should not be used for draft articles.
6837         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6838         that has no concern in minor mode keys.
6839         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6840         Abolish.
6841
6842 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6845         article without making inquiry to a user for unknown encoding.
6846
6847         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6848         (nnmaildir--scan): Assume i-node and device number that file-attributes
6849         returns might be cons-cell.
6850
6851         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6852
6853         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6854
6855 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6856
6857         * auth-source.el: Remove docs now in auth.texi.  Don't use
6858         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6859         `auth-source-hide-passwords' and use them.
6860
6861 2009-07-15  Glenn Morris  <rgm@gnu.org>
6862
6863         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6864
6865 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6868         excessive whitespace from the default values of title and description.
6869
6870 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6873         mail-fetch-field to fetch Content-Description header in order to
6874         exclude newlines.
6875
6876 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6877
6878         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6879         format used by GnuPG 2.0.11.
6880
6881 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6884         to deleted part.
6885
6886 2009-05-30  David Engster  <dengste@eml.cc>
6887
6888         * nnmairix.el: Remove old documentation in the commentary block.
6889         (nnmairix-request-group): Do not update active file for nnml back ends.
6890         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6891         end so that overview files are ignored.
6892         (nnmairix-update-groups): Make updating the groups more robust by using
6893         marks.
6894         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6895         with dollar characters in message-id.
6896
6897 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6900         2008-12-25 in dns.el.
6901
6902 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6903
6904         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6905         could happen if the text is only composed of spaces and/or tabs.
6906
6907 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6908
6909         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6910         when sending a queued message to avoid extra mml tags.
6911
6912 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6915
6916 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6919         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6920         rmail-toggle-header for XEmacs;
6921         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6922
6923 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-dired.el: Remove autoload for gnus-setup-message.
6926         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6927         displaying Gnus logo; always use compose-mail.
6928
6929 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6932
6933 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6936         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6937         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6938         available.
6939         (gnus-nocem-epg-verify): New function.
6940
6941 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6942
6943         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6944
6945 2009-02-15  Glenn Morris  <rgm@gnu.org>
6946
6947         * gnus-util.el (rmail-insert-rmail-file-header)
6948         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6949         autoloads.
6950         (rmail-default-rmail-file): Remove unnecessary declaration.
6951         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6952
6953 2009-02-14  Glenn Morris  <rgm@gnu.org>
6954
6955         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6956         variable (only used in gnus-util, which declares it anyway).
6957         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6958         which was only needed by gnus-art (changed to not use it any more).
6959         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6960         only used in gnus-util, which autoloads it itself.
6961         (rmail-update-summary): Fix autoload.
6962
6963         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6964         rather than rmail-output-to-rmail-file.
6965
6966 2009-02-07  Glenn Morris  <rgm@gnu.org>
6967
6968         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6969         autoload of function that no longer exists.
6970         (rmail-toggle-header): Declare.
6971         (message-forward-rmail-make-body): Handle mbox Rmail.
6972
6973 2009-01-31  Glenn Morris  <rgm@gnu.org>
6974
6975         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6976         2009-01-09 change.
6977
6978 2009-01-31  Dave Love  <fx@gnu.org>
6979
6980         * imap.el (imap-fetch-safe): Bind debug-on-error.
6981         (imap-debug): Add imap-fetch-safe.
6982
6983 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6984
6985         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6986         (auth-source-forget-all-cached): New convenience function.
6987         (auth-source-user-or-password): Accept list of modes or a single mode.
6988
6989         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6990         auth-source modes.
6991
6992         * netrc.el (netrc-machine-user-or-password): Use list of
6993         auth-source modes.
6994
6995         * nnimap.el (nnimap-open-connection): Use list of
6996         auth-source modes.
6997
6998         * nntp.el (nntp-send-authinfo): Use list of
6999         auth-source modes.
7000
7001 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7002
7003         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7004         now.
7005
7006 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7007
7008         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7009         coding system in XEmacs; add a workaround for XEmacs.
7010
7011         * lpath.el: Fbind coding-system-aliasee.
7012
7013 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7016         of current-language-environment.
7017
7018 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7019
7020         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7021         available at runtime.
7022
7023 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7026
7027 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7028
7029         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7030         the greatest positive fixnum value doesn't work under an XEmacs with
7031         bignum support; use the most-positive-fixnum constant instead,
7032         available since Emacs 21.1 with cl and XEmacs 21.1.
7033
7034 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7037         XEmacs gets not to work.
7038
7039 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * mm-util.el (mm-coding-system-priorities): Allow the value like
7042         "Japanese (UTF-8)" of current-language-environment.
7043
7044 2009-01-09  Glenn Morris  <rgm@gnu.org>
7045
7046         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7047         with last-command-event.
7048
7049 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7050
7051         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7052         in the doc string.
7053
7054         * message.el (message-fix-before-sending): Amend comment.
7055
7056 2009-01-08  Dave Love  <fx@gnu.org>
7057
7058         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7059
7060 2009-01-07  David Engster  <dengste@eml.cc>
7061
7062         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7063         simplified server definitions by converting it via
7064         gnus-server-to-method.
7065
7066 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7069         parameter's operands.
7070
7071 2009-01-06  David Engster  <dengste@eml.cc>
7072
7073         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7074         primary select method (for gnus-group-mark-article-as-read).
7075
7076 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7077
7078         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7079         `(gnus)Face', not `(gnus)X-Face'.
7080
7081 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * mm-util.el (mm-ucs-to-char): New function.
7084
7085         * mm-url.el (mm-url-decode-entities): Use it.
7086
7087         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7088         unicode-to-char.
7089
7090 2009-01-05  Dave Love  <fx@gnu.org>
7091
7092         * time-date.el: Require cl for `declare'.
7093
7094 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7097         Dave Love.
7098
7099 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7100
7101         * message.el (message-fix-before-sending): Add `eight-bit' to
7102         illegible-text check.
7103
7104 2009-01-03  Michael Olson  <mwolson@gnu.org>
7105
7106         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7107         `headers' is nil.  This can occur if the IMAP server does not have
7108         permissions to read messages from a folder, but can write new messages
7109         to the folder.
7110         (nnimap-request-article-part): Do not insert `data' if it is nil.
7111
7112         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7113         characters which will confuse `read', so skip past them.
7114
7115 2009-01-01  Dave Love  <fx@gnu.org>
7116
7117         * imap.el (imap-string-to-integer): Fix typo.
7118         (imap-fetch-safe): New function.
7119         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7120
7121         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7122
7123         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7124         (imap-parse-greeting): Fix doc strings.
7125         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7126         (imap-parse-flag-list): Make messages unique.
7127         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7128
7129         * nnimap.el: Fix author email.
7130         (nnimap-split-rule): Add FIXME comment.
7131         (nnimap-debug): Fix doc string.
7132
7133 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7134
7135         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7136
7137 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7138
7139         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7140         nslookup if resolv.conf isn't available.
7141         (dns-query): Rename from query-dns.
7142         (dns-query-cached): Rename from query-dns-cached.
7143
7144 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7147         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7148         to check if those variables exist (first appeared in Emacs 18.50).
7149
7150 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7151
7152         * mm-util.el (mm-line-number-at-pos): New function.
7153
7154         * spam-report.el (spam-report-process-queue): Use it.
7155
7156 2008-12-24  David Engster  <dengste@eml.cc>
7157
7158         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7159         parameters that haven't existed as variables as buffer-local variables.
7160
7161 2008-12-23  Dave Love  <fx@gnu.org>
7162
7163         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7164         cadar.
7165
7166         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7167         imap-starttls-p.
7168         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7169
7170 2008-12-22  Dave Love  <fx@gnu.org>
7171
7172         * imap.el: Fix author email.  Doc fixes.
7173         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7174         reply.
7175
7176 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * spam-report.el (spam-report-gmane-max-requests): New constant.
7179         (spam-report-gmane-wait): New variable.
7180         (spam-report-gmane-ham, spam-report-gmane-spam)
7181         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7182         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7183         the server.
7184
7185         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7186         Add explanations.
7187
7188         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7189         nnheader-accept-process-output and nnheader-read-timeout if available.
7190         (pop3-movemail): Use it.
7191
7192         * message.el (message-check-news-body-syntax): Fix signature check if
7193         there's an attachment.
7194
7195 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * mm-util.el: Add comments to the mm- emulating functions.
7198
7199 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7200
7201         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7202         Reported by Stephen Berman <stephen.berman@gmx.net>.
7203
7204 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * mm-util.el (mm-substring-no-properties): New function.
7207         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7208         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7209         (mm-string-to-multibyte): Doc fix.
7210
7211         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7212
7213 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7214
7215         * mml.el (mml-attach-file): Strip text properties from file name.
7216         (Bug#1574)
7217
7218 2008-12-16  Glenn Morris  <rgm@gnu.org>
7219
7220         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7221
7222 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7225         knows since the charset specified might be a bogus alias that
7226         mm-charset-synonym-alist provides.
7227
7228 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7229
7230         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7231         "ISO_8859-1".
7232
7233         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7234
7235 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * mm-util.el (mm-charset-eval-alist):
7238         Define it before mm-charset-to-coding-system.
7239         (mm-charset-to-coding-system): Add optional argument `silent';
7240         define it before mm-charset-override-alist.
7241         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7242         default value if it can be used in Emacs currently running;
7243         silence mm-charset-to-coding-system.
7244
7245 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7248         `allow-override' which says whether to use `mm-charset-override-alist'.
7249         (rfc2047-decode-encoded-words): Use it.
7250
7251         * mm-util.el (mm-charset-override-alist): Fix custom type;
7252         add `(gb2312 . gbk)' to choices.
7253
7254 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7257         fast.
7258
7259         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7260
7261         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7262
7263 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7264
7265         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7266         on links.
7267
7268         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7269
7270 2008-12-03  Lute Kamstra  <lute@gnu.org>
7271
7272         * sha1.el: Remove leading * from docstrings of defcustoms,
7273         deffaces, defconsts and defuns.
7274
7275 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7278         users' addresses that don't have domain parts.
7279         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7280         rather than message-narrow-to-head since there will be the message
7281         header separator.
7282
7283 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7284
7285         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7286         since the result is inserted in a unibyte buffer anyway.
7287         (nnimap-demule-use-string-to-multibyte): Remove.
7288         (nnimap-demule): Alias it to mm-string-to-multibyte.
7289
7290 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7291
7292         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7293         variable for debugging bug#464 and bug#1174.
7294         (nnimap-demule): Use it.
7295
7296 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7297
7298         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7299         score calculation correctly.
7300
7301 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7302
7303         * message.el (message-send-mail): Just set the buffer to unibyte
7304         rather than use mm-with-unibyte-current-buffer which does a lot more.
7305         (message-send-mail-partially): Don't bother with
7306         mm-with-unibyte-current-buffer since it's already been made unibyte by
7307         message-send-mail.
7308
7309 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7310
7311         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7312
7313 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7314
7315         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7316
7317 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7320         require itself and to remove `with-no-warnings'.
7321
7322 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7323
7324         * starttls.el (starttls-any-program-available): Get the name of the
7325         available TLS layer program.
7326         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7327         well as the host name in the "opening" message.
7328
7329         * auth-source.el (auth-source-cache, auth-source-do-cache)
7330         (auth-source-user-or-password): Cache passwords and logins by default,
7331         allow override with `auth-source-do-cache'.
7332         (auth-source-forget-user-or-password): Allow users to remove cache
7333         entries if needed.
7334
7335 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7336
7337         * md4.el (md4-buffer): Fix typo in docstring.
7338         (md4, md4-64): Doc fixes.
7339         (md4-pack-int32): Reflow docstring.
7340
7341 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7342
7343         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7344         condition-case to only the forward-sexp call.
7345
7346 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7347
7348         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7349         quotes contained.  Make it more robust regardless by an extra
7350         condition-case wrapper.
7351
7352 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7353
7354         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7355
7356 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * nnml.el (nnml-request-expire-articles): Check if the function set to
7359         `nnmail-expiry-target' returns the symbol `delete'.
7360
7361         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7362
7363         * nnmail.el (nnmail-expiry-target): Fix custom type.
7364
7365 2008-10-02  Glenn Morris  <rgm@gnu.org>
7366
7367         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7368         Silence compiler warning.
7369
7370 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7371
7372         * tls.el (open-tls-stream): Show the actual command being
7373         executed, instead of the format string.
7374
7375 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * lpath.el: Fbind codepage-setup for Emacs 23.
7378
7379 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7380
7381         * mml.el (mml-menu): Don't assume mml2015 is bound.
7382
7383 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7386         exists.
7387
7388 2008-09-27  Glenn Morris  <rgm@gnu.org>
7389
7390         * gnus-util.el (mail-header-remove-comments): Autoload it.
7391
7392 2008-09-27  Andreas Schwab  <schwab@suse.de>
7393
7394         * gnus-util.el (gnus-split-references): Strip comments.
7395         (gnus-parent-id): Likewise.
7396
7397 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7398
7399         * message.el (message-confirm-send): Fix version.
7400
7401 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * message.el (message-idna-to-ascii-rhs-1): Use
7404         mail-extract-address-components rather than mail-header-parse-addresses
7405         that is an alias by default to ietf-drums-parse-addresses that does not
7406         support non-ASCII names in headers' contents.
7407
7408 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7409
7410         * message.el (message-confirm-send): Fix variable documentation to
7411         avoid the "y/n" wording.
7412
7413 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7414
7415         * message.el (message-set-auto-save-file-name): Save to a different
7416         filename so multiple messages (especially drafts) can be recovered.
7417
7418 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7419
7420         * message.el (message-confirm-send): Add appropriate version.
7421
7422 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7423
7424         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7425         defvar.
7426
7427 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7428
7429         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7430         (mm-pkcs7-enveloped-magic): Ditto.
7431
7432 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7433
7434         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7435         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7436
7437 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7438
7439         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7440         default, it's better.
7441
7442 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7443
7444         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7445         summary line gnus-number property and ignore them (with a warning
7446         message).
7447
7448 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7451         macro caddr in the interactive form since it won't be expanded.
7452
7453 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7454
7455         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7456         `charset'; fix name of function called recursively.
7457         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7458
7459 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7460
7461         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7462         (gnus-mime-set-charset-parameters): New function.
7463         (gnus-mime-view-part-as-charset): Use it to correctly display part
7464         specifying wrong charset.
7465
7466 2008-09-08  David Engster  <dengste@eml.cc>
7467
7468         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7469         in completing-read for back end server.
7470
7471 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7472
7473         * message.el (message-confirm-send): New variable to confirm sending a
7474         message.
7475         (message-send): Use it.
7476
7477 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7478
7479         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7480
7481 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7484
7485 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7486
7487         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7488         prevent tracking too many groups.
7489         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7490         Use it.
7491
7492 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7493
7494         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7495         moving point to the bottom of the window in order to avoid recentering.
7496
7497 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7500
7501         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7502         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7503         (gnus-article-beginning-of-window): Fix calculation.
7504
7505 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7506
7507         * gnus-msg.el (gnus-summary-supersede-article)
7508         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7509         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7510         message header.
7511
7512 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7513
7514         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7515         pending output coming after the status change.
7516
7517 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7518
7519         * message.el:
7520         * gnus-start.el:
7521         * gnus-registry.el: Remove VMS support.
7522
7523 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7526         macro.
7527         (rfc2104-hash): Use it.
7528
7529 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7532         (gnus-summary-sort-by-most-recent-date): New commands.
7533         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7534         and menu entries.
7535
7536 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7539         don't redisplay article for raw contents; remove plural articles stuff.
7540
7541         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7542         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7543         on gnus-summary-save-article; display results properly.
7544
7545 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * lpath.el: No need to fbind ns-focus-frame.
7548
7549 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7552
7553 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * gnus-art.el (gnus-summary-save-in-pipe):
7556         Consider gnus-save-all-headers.
7557
7558 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7559
7560         * gnus-util.el (ns-focus-frame): Remove declaration.
7561         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7562         like x.
7563
7564 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7565
7566         * rfc2104.el (rfc2104-zero): Delete defconst.
7567         (rfc2104-hex-alist): Likewise.
7568         (rfc2104-hex-to-int): Delete func.
7569         (rfc2104-hexstring-to-bitstring): Likewise.
7570         (rfc2104-nybbles): New defconst.
7571         (rfc2104-hash): Rewrite for speed.
7572
7573 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * tls.el (open-tls-stream): Make it work with the 2nd argument
7576         BUFFER that is a string but does not exist as a buffer object, as
7577         mentioned in the doc-string.
7578
7579 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7582         SXEmacs.
7583
7584 2008-07-16  Glenn Morris  <rgm@gnu.org>
7585
7586         * gnus-util.el (ns-focus-frame): Declare for compiler.
7587
7588 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7591         set as a group parameter.
7592         (gnus-summary-save-in-pipe): Work when it is called independently.
7593         (gnus-summary-pipe-to-muttprint): Don't modify
7594         gnus-summary-pipe-output-default-command.
7595
7596 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7597
7598         * message.el (message-send-mail-with-sendmail):
7599         Display the error message.
7600
7601 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * gnus-art.el (gnus-default-article-saver):
7604         Add gnus-summary-save-in-pipe to choices.
7605         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7606         gnus-summary-pipe-output-default-command as the default command.
7607         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7608         instead of gnus-last-shell-command.
7609
7610         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7611         New user option.
7612         (gnus-summary-muttprint-program): Mention the value will be changed.
7613         (gnus-summary-save-article): Force showing of all headers.
7614         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7615
7616 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7617
7618         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7619
7620 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7621
7622         * nnimap.el (nnimap-id):
7623         * sieve-manage.el (sieve-manage-open): Doc fixes.
7624
7625 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7626
7627         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7628         if available.
7629
7630 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7631
7632         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7633
7634         * nnkiboze.el (nnkiboze-generate-group):
7635         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7636
7637         * nnmairix.el: Require CL.
7638
7639 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * dgnushack.el: Autoload get-display-table and put-display-table for
7642         XEmacs 21.5.
7643
7644         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7645         21.4 and SXEmacs.
7646
7647 2008-06-15  David Engster  <dengste@eml.cc>
7648
7649         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7650
7651 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7652
7653         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7654         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7655         runtime choice under XEmacs.
7656
7657         * gnus-sum.el (gnus-summary-set-display-table):
7658         Use `gnus-put-display-table', `gnus-get-display-table',
7659         `gnus-set-display-table' for the display table, instead of `aset'.
7660
7661         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7662         Use `gnus-put-display-table', `gnus-get-display-table',
7663         `gnus-set-display-table' for the display table.
7664
7665 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7666
7667         * nnmairix.el: Add autoloads.
7668
7669 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7670
7671         * nnmairix.el (nnmairix-delete-recreate-group)
7672         (nnmairix-update-and-clear-marks): Fix error messages.
7673
7674 2008-06-14  David Engster  <dengste@eml.cc>
7675
7676         * nnmairix.el: Upgrade to version 0.6.
7677         (nnmairix-group-toggle-propmarks-this-group)
7678         (nnmairix-group-toggle-readmarks-this-group)
7679         (nnmairix-group-delete-recreate-this-group)
7680         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7681         (nnmairix-remove-tick-mark-original-article): New commands.
7682         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7683         (nnmairix-propagate-marks-to-nnmairix-groups)
7684         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7685         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7686         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7687         functions needed for marks propagation and manipulation of read marks.
7688         (nnmairix-update-groups): New function.
7689         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7690         (nnmairix-determine-original-group-from-registry)
7691         (nnmairix-determine-original-group-from-path)
7692         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7693         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7694         New helper functions.
7695         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7696         keystrokes for new commands.
7697         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7698         (nnmairix-request-group): Check allow-fast group parameter.
7699         (nnmairix-request-create-group): Set allow-fast group parameter if
7700         nnmairix-allowfast-default is set.
7701         (nnmairix-close-group): Propagate marks upon closing if needed.
7702         (nnmairix-group-toggle-threads-this-group): Use new.
7703         nnmairix-group-toggle-parameter helper function.
7704         (nnmairix-search): Better check for empty search result.
7705         (nnmairix-goto-original-article): Use new helper functions for
7706         determining original article.
7707         (nnmairix-show-original-article): Make sure message-id is in brackets.
7708         (nnmairix-call-mairix-binary): Change variable name.
7709         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7710         helper function.
7711         (nnmairix-widget-toggle-activate): Fix doc string.
7712
7713 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * nnir.el: Require edmacro when compiling with XEmacs.
7716         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7717         available in Emacs 21.
7718
7719 2008-06-11  Glenn Morris  <rgm@gnu.org>
7720
7721         * gnus-util.el (x-focus-frame):
7722         * gnus.el (image-size):
7723         * mm-decode.el (image-size): Declare.
7724
7725         * gnus-picon.el (declare-function): Add compat definition.
7726         (image-size): Declare.
7727
7728         * gnus-group.el (tool-bar-map):
7729         * gnus-sum.el (tool-bar-map): Define for compiler.
7730
7731         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7732
7733         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7734
7735         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7736         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7737         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7738         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7739         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7740         * sieve-manage.el, spam-report.el, spam.el:
7741         Remove unnecessary eval-and-compile of autoloads.
7742
7743 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7744
7745         * auth-source.el: Precise Tramp doc.
7746
7747 2008-06-07  Glenn Morris  <rgm@gnu.org>
7748
7749         * nnmairix.el: Remove unnecessary eval-when-compile.
7750
7751 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * lpath.el: Fbind propertize for XEmacs 21.4.
7754
7755 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7756
7757         * nnir.el: Move here from ../contrib.
7758
7759 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7760
7761         * gnus-util.el (gnus-read-shell-command): New function.
7762         * mm-decode.el (mm-pipe-part):
7763         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7764
7765 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7768
7769 2008-06-03  Glenn Morris  <rgm@gnu.org>
7770
7771         * pop3.el (nnheader-accept-process-output): Autoload it.
7772
7773 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7774
7775         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7776         are not 2-digit hexadecimal characters that follow `%'s.
7777
7778 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7779
7780         * message.el (message-bogus-recipient-p): Fix type in doc string.
7781         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7782         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7783         Improve custom options.
7784         (message-bogus-recipient-p): Adjust accordingly.
7785
7786 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7787
7788         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7789         long-form month and day names.
7790
7791 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * dgnushack.el: Autoload debug, eudc-expand-inline and
7794         pgg-snarf-keys-region for XEmacs.
7795
7796         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7797
7798         * nnmairix.el: Require edmacro when compiling with XEmacs.
7799
7800 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7801
7802         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7803         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7804
7805 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7806
7807         * auth-source.el: Add more docs.
7808
7809         * netrc.el (netrc-machine): Always match if the port is not given.
7810
7811 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7812
7813         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7814         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7815         retrieval faster in some cases, but might make CPU usage larger.
7816         If this has any bad side effects, we might revert this change.
7817
7818         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7819         seems to make mail retrieval much, much faster.
7820         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7821         unconditionally.
7822
7823         * gnus-draft.el (gnus-group-send-queue):
7824         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7825
7826 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7827
7828         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7829
7830         * message.el (message-bogus-address-regexp): Fix and improve custom
7831         type.
7832         (message-setup-hook): Add message-check-recipients as custom option.
7833
7834 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7835
7836         * message.el (message-cite-function): Remove bogus autoload which crept
7837         in during merge from v5-10.
7838
7839 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7840
7841         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7842
7843         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7844
7845         * auth-source.el: Preliminary Tramp docs.
7846         (auth-sources): Change the default auth-sources to use
7847         EPA .gpg files.
7848
7849 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7850
7851         * nntp.el: Autoload `auth-source-user-or-password'.
7852         (nntp-send-authinfo): Use it.
7853
7854         * nnimap.el: Autoload `auth-source-user-or-password'.
7855         (nnimap-open-connection): Use it.
7856
7857         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7858         for the gnus-message function.
7859         (auth-source-user-or-password): Use it.
7860
7861 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7862
7863         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7864         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7865         (rfc2104-hash): Use it.
7866
7867 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7868
7869         * gnus-art.el (gnus-article-toggle-truncate-lines):
7870         Don't use `iff' in docstring.
7871
7872 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7873
7874         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7875
7876         * gnus-util.el (gnus-extract-address-component-name)
7877         (gnus-extract-address-component-email): Convenience functions around
7878         `gnus-extract-address-components'.
7879
7880         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7881         Use `gnus-extract-address-component-email' to fix bug of comparing full
7882         sender name to `user-mail-address'.
7883
7884 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7885
7886         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7887         catch/throw to optimize.
7888         (gnus-registry-find-keywords): Just use member to find a keyword.
7889
7890 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7891
7892         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7893         is current before calling gnus-server-prepare.
7894         (gnus-server-setup-buffer, gnus-server-update-server)
7895         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7896
7897 2008-05-04  Juri Linkov  <juri@jurta.org>
7898
7899         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7900         (mailcap-file-default-commands): Use mailcap-replace-in-string
7901         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7902         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7903
7904 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7905
7906         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7907
7908 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7909
7910         * gnus.el: Bump version to 0.11.
7911
7912 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7913
7914         * gnus.el: No Gnus v0.10 is released.
7915
7916 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7917
7918         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7919         hooks.
7920         (gnus-update-read-articles): Speed up non-marks-using users.
7921         (gnus-use-marks): Define gnus-use-marks.
7922         (gnus-propagate-marks): Rename variable to something more sensible.
7923
7924 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7925
7926         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7927         (gmm-image-load-path-for-library): Fix typos in docstrings.
7928         (gmm-message): Reflow docstring.
7929
7930 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7931
7932         * mail-source.el (mail-source-set-1, mail-source-bind):
7933         Move auth-source code out of the macro to clean it up and fix bugs.
7934
7935 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7936
7937         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7938         by sender if it's equal to user-mail-address, it's likely to be
7939         useless.
7940
7941         * mail-source.el (mail-source-bind): Don't use user or password if they
7942         are not bound.  Unintern them if they are nil.  Don't use server unless
7943         it's bound, and default it to empty string otherwise.
7944
7945 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7946
7947         * mail-source.el: Load auth-source.el.
7948         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7949         get user name or password, if auth-sources is set up.
7950
7951         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7952         strategy of splitting with parent.
7953         (gnus-registry-split-fancy-with-parent)
7954         (gnus-registry-post-process-groups): Use it and fix prior
7955         bug (returning a list as the split result).
7956
7957         * auth-source.el (auth-sources): Remove server parameter.
7958         (auth-source-pick, auth-source-user-or-password)
7959         (auth-source-user-or-password-imap)
7960         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7961         (auth-source-user-or-password-sftp)
7962         (auth-source-user-or-password-smtp): Remove server parameter.
7963
7964 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7965
7966         * smime.el (smime-sign-region, smime-encrypt-region)
7967         (smime-decrypt-region):
7968         Remove redundant calls to `generate-new-buffer-name'.
7969
7970 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7971
7972         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7973         Don't use QP for message/rfc822.
7974         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7975
7976 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7977
7978         * sieve-manage.el (sieve-string-bytes): Remove.
7979         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7980         correct byte-length only if the process's coding-system is the same as
7981         the one used internally by Emacs to represent strings.
7982
7983 2008-04-22  Juri Linkov  <juri@jurta.org>
7984
7985         * mailcap.el (mailcap-file-default-commands): New function.
7986
7987 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         * message.el (message-signature-separator, message-cite-function):
7990         Change custom version.
7991
7992 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7993
7994         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7995         commands.
7996         (tls-checktrust): Ditto.
7997
7998 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7999
8000         * mm-decode.el (mm-display-external): Make temp file read-only.
8001
8002 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8003
8004         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8005         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8006         `C-c C-f d'.
8007
8008 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8009
8010         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8011
8012 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8013
8014         * gnus.el: Bump version to 0.9.
8015
8016 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8017
8018         * gnus.el: No Gnus v0.8 is released.
8019
8020 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8021
8022         * mail-source.el (mail-source-value):
8023         Prefer fboundp to functionp so it works with macros as well.
8024
8025 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8026
8027         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8028         Fix last change in case the element is not even a symbol.
8029
8030 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8031
8032         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8033         Prefer fboundp to functionp so it works with macros as well.
8034
8035 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8036
8037         * auth-source.el: Add docs.
8038         (auth-sources): Modify format to support server.
8039         (auth-source-pick, auth-source-user-or-password)
8040         (auth-source-user-or-password-imap)
8041         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8042         (auth-source-user-or-password-sftp)
8043         (auth-source-user-or-password-smtp): Add server parameter.
8044
8045 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8046
8047         * gnus-registry.el: Initialize the registry when gnus-registry-install
8048         is t.
8049
8050 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8051
8052         * compface.el (uncompface): Make buffer unibyte.
8053
8054 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8055
8056         * mail-source.el (mail-source-value):
8057         Prefer fboundp to functionp so it works with macros as well.
8058
8059 2008-04-05  Glenn Morris  <rgm@gnu.org>
8060
8061         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8062
8063 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8064
8065         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8066         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8067
8068         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8069         multibyteness after rather than before erasing it.
8070
8071         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8072         mm-with-multibyte.
8073         (gnus-request-article-this-buffer): Make sure the proper decoding is
8074         used if gnus-original-article-buffer happens to be unibyte.
8075
8076         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8077         default-enable-multibyte-characters.
8078
8079         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8080         default-enable-multibyte-characters.
8081
8082         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8083
8084         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8085
8086 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8087
8088         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8089         Fix last change in case the element is not even a symbol.
8090
8091 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8092
8093         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8094         (imap-message-copyuid-1): Use it.
8095         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8096         J. Williams in
8097         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8098
8099         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8100         imap-enable-exchange-bug-workaround.
8101         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8102
8103 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8104
8105         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8106         a 100 byte status-checks into a 2-3MB transfer for each group.
8107         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8108         to enable bug workaround or not.
8109         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8110
8111 2008-03-31  Glenn Morris  <rgm@gnu.org>
8112
8113         * message.el (mml2015-use): Declare for compiler.
8114         (message-info): Require mml2015 when appropriate.
8115
8116 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8119         whitespace.
8120
8121 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8122
8123         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8124         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8125         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8126         (nntp-service-to-port): New function.
8127         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8128         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8129         (nntp-open-netcat-stream): New function.
8130         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8131
8132 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8133
8134         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8135
8136 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8137
8138         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8139
8140 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8141
8142         * dns.el (dns-write): Use set-buffer-multibyte.
8143
8144 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8145
8146         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8147
8148 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8149
8150         * message.el (message-signature-separator): Change default.
8151         Improve custom type.
8152         (message-cite-function): Change default to
8153         message-cite-original-without-signature.
8154
8155         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8156         toggle.
8157
8158         * message.el (message-check-news-body-syntax): Fix signature check.
8159         (message-setup-1): Mark buffer as unmodified _after_ running
8160         message-setup-hook and handling message-alternative-emails.
8161         (message-shorten-references): Be more strict when building list of
8162         valid references to comply with GNKSA.
8163
8164         * gnus-group.el (gnus-read-ephemeral-bug-group)
8165         (gnus-read-ephemeral-debian-bug-group)
8166         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8167
8168         * message.el (message-info): Don't use booleanp which isn't supported
8169         in Emacs 21 and XEmacs.
8170
8171 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8172
8173         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8174         gnus-group-gmane-group-download-format.
8175         (gnus-group-read-ephemeral-gmane-group): Rename from
8176         gnus-group-read-ephemeral-gmane-group.
8177         (gnus-read-ephemeral-gmane-group-url): Rename from
8178         gnus-group-read-ephemeral-gmane-group-url.
8179         (gnus-bug-group-download-format-alist): New variable.
8180         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8181         (gnus-read-ephemeral-emacs-bug-group): New commands.
8182
8183 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8184
8185         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8186         (gnus-visible-headers): Improve custom type.
8187
8188 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8189
8190         * mml.el (mml-menu): Add workarounds for XEmacs.
8191
8192         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8193         X-Boundary header.
8194
8195         * message.el (message-simplify-recipients): Fix previous commit.
8196
8197 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8198
8199         * mm-util.el (mm-set-buffer-multibyte): New function.
8200         * mm-decode.el (mm-copy-to-buffer): Use it.
8201
8202         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8203         Prefer fboundp to functionp so it works with macros as well.
8204
8205 2008-03-19  Glenn Morris  <rgm@gnu.org>
8206
8207         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8208         Accidentally removed in the sync process with Emacs.
8209
8210 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8211
8212         * message.el (message-alter-recipients-discard-bogus-full-name):
8213         New function.
8214         (message-alter-recipients-function): New variable.
8215         (message-get-reply-headers): Use it.
8216         (message-replace-header): New helper function.
8217         (message-recipients-without-full-name): New variable.
8218         (message-simplify-recipients): New command.
8219
8220         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8221
8222         * message.el (message-info): Handle EasyPG manual.
8223
8224         * mml.el (mml-menu): Add entry for EasyPG.
8225
8226 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8227
8228         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8229         parameter.
8230
8231         * message.el (message-disassociate-draft): Specify drafts group name
8232         fully.
8233
8234 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8235
8236         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8237         Eliminate unnecessary duplicates from the match list.
8238
8239 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8240
8241         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8242
8243         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8244
8245         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8246         args of `how-many' of which the XEmacs version doesn't take; declare
8247         Info-index-next as function.
8248
8249 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8250
8251         * gnus-score.el (gnus-score-headers): Fix handling of
8252         gnus-inhibit-slow-scoring.
8253
8254         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8255         string.
8256         (gnus-button-url-regexp): Improve handling of parenthesis.
8257         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8258         (gnus-button-handle-info-keystrokes): Handle index entries.
8259
8260 2008-03-15  Glenn Morris  <rgm@gnu.org>
8261
8262         * parse-time.el (parse-time-string): Simplify.
8263
8264 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8267         Incoming* files.
8268
8269 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8270
8271         * auth-source.el (auth-sources): Rename from auth-source-choices.
8272         (auth-source-pick): Use it.
8273
8274 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8275
8276         * binhex.el (binhex-decode-region-internal):
8277         * uudecode.el (uudecode-decode-region-internal):
8278         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8279         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8280         setting default-enable-multibyte-characters.
8281
8282 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8283
8284         * auth-source.el (auth-source-protocols)
8285         (auth-source-protocols-customize, auth-source-choices): Add and
8286         modified variable customizations and defaults.
8287         (auth-source-pick, auth-source-user-or-password)
8288         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8289         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8290         (auth-source-user-or-password-sftp)
8291         (auth-source-user-or-password-smtp): Use new variables and provide an
8292         interface to netrc.el.
8293
8294 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8297         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8298         Make sure the nntp port to specify is a string.
8299
8300 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8301
8302         * nntp.el: Use with-current-buffer.
8303         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8304         dubious mm-with-unibyte-current-buffer.
8305         (nntp-with-open-group-function): New function extracted from
8306         nntp-with-open-group macro.
8307         (nntp-with-open-group): Use the function, so it's easier to debug.
8308         Add indentation and debugging info.
8309         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8310         Recommend the use of the netcat alternatives.
8311
8312         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8313         Avoid mm-string-as-multibyte as well.
8314
8315         * nnweb.el (nnweb-insert-html):
8316         Remove use of nnheader-string-as-multibyte.
8317
8318         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8319         (nnheader-string-as-multibyte): Remove.
8320
8321         * mm-view.el: Use inhibit-read-only.
8322         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8323         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8324         or unibyte-string.
8325
8326         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8327         (mm-uu-yenc-extract): Use with-current-buffer.
8328
8329         * gnus-soup.el (gnus-soup-send-packet): Don't use
8330         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8331
8332         * nnmh.el: Use with-current-buffer.
8333         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8334         mm-string-as-multibyte on the output of mm-encode-coding-string.
8335
8336         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8337         (nnimap-request-move-article): Use with-current-buffer.
8338
8339         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8340         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8341         conversion uses string-make-unibyte rather than string-as-unibyte.
8342
8343         * gnus-msg.el: Use with-current-buffer.
8344
8345         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8346
8347 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8348
8349         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8350         string for caching if it is 'PIN.
8351
8352 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8353
8354         * lpath.el: Consider the case without Emacs/W3.
8355
8356 2008-03-08  Glenn Morris  <rgm@gnu.org>
8357
8358         * time-date.el (date-to-time, time-subtract, time-add)
8359         (safe-date-to-time): Doc fixes.
8360
8361 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8362
8363         * mail-source.el (mail-source-delete-old-incoming-confirm):
8364         Change default to nil.
8365         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8366
8367 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8368
8369         * lpath.el: Rearrange.
8370
8371         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8372         (gnus-article-goto-prev-page): Work for articles having ^L's.
8373
8374         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8375
8376         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8377
8378 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8379
8380         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8381         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8382         (gnus-bookmark-jump): Adjust some variable names.
8383
8384 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8385
8386         * auth-source.el: New package.
8387         (auth-source-choices): Add customization entry point variable.
8388
8389         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8390         bug.
8391
8392 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8393
8394         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8395         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8396         (gnus-registry-install-shortcuts): Rename from
8397         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8398         the `gnus-registry-mark-map' keymap dynamically from
8399         `gnus-registry-marks'.  The generated functions update the summary line
8400         when a registry mark is added or deleted, and will call
8401         `gnus-registry-install-p' (see the comments in the code).
8402         (gnus-registry-user-format-function-M): Use concat intelligently.
8403
8404         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8405         the registry mark functions.
8406
8407 2008-03-05  Glenn Morris  <rgm@gnu.org>
8408
8409         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8410         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8411         gnus-art.
8412         (top-level): No need to load own source when compiling.
8413
8414 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8415
8416         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8417         Suggested by <chris.anderton@zetnet.co.uk>.
8418
8419 2008-03-04  Glenn Morris  <rgm@gnu.org>
8420
8421         * gnus-sum.el (top-level): No need to require gnus when compiling,
8422         since unconditionally required near start of file.
8423         (gnus-summary-display-while-building): Move definition before use.
8424
8425 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8426
8427         * gnus-registry.el (gnus-registry-user-format-function-M):
8428         Add formatting function.
8429
8430 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8431
8432         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8433         with plists.
8434         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8435         Use new format.
8436
8437 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8440         `where-is-internal' that returns a range of key sequences.
8441
8442 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8443
8444         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8445
8446         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8447         (gnus-summary-jump-to-group): Consider windows on other displayed
8448         frames as well.  Similar changes might be needed elsewhere, but that's
8449         the one I've bumped into during my use.
8450
8451         * nndoc.el (nndoc-oe-dbx-type-p):
8452         * gnus-msg.el (gnus-debug):
8453         * gnus-group.el (gnus-update-group-mark-positions):
8454         Use mm-string-to-multibyte.
8455
8456 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8459         doesn't handle NotDashEscaped.
8460
8461         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8462         (mml-dnd-attach-options): Fix typo in custom choice.
8463
8464         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8465         Change nndoc-article-type to mbox.
8466         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8467
8468         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8469         to nil, instead of html2text.
8470
8471         * imap.el (imap-debug): Add `imap-ping-server'.
8472
8473         * gnus-bookmark.el: Add FIXMEs.
8474
8475         * message.el (message-form-letter-separator)
8476         (message-send-form-letter-delay): New variables.
8477         (message-send-form-letter): Use them.  New command to send form
8478         letters.  Requested by Uwe Siart.
8479         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8480
8481 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8482
8483         * Update copyright years.
8484
8485 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         Sync from EMACS_22_BASE.
8488
8489         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8490
8491 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8492
8493         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8494         empty author.
8495
8496 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8497
8498         * gnus-registry.el (gnus-registry-marks): Add variable for
8499         customization of marks and their appearance.
8500         (gnus-registry-read-mark): Use it.
8501         (gnus-registry-do-marks): Add utility function to loop through
8502         `gnus-registry-marks'.
8503         (gnus-registry-install-shortcuts-and-menus): Add function to install
8504         shortcuts and menus.
8505         (gnus-registry-initialize): Use it.
8506         (gnus-registry-default-mark): Clarify documentation.
8507
8508 2008-02-29  Glenn Morris  <rgm@gnu.org>
8509
8510         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8511         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8512         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8513         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8514         Change defcustom :version from 23.0 to 23.1.
8515
8516 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8517
8518         * gnus-registry.el (gnus-registry-follow-group-p)
8519         (gnus-registry-post-process-groups): Add functions to aid registry
8520         splitting and improve logging.  Clarify behavior in function
8521         documentation.
8522         (gnus-registry-split-fancy-with-parent): Use them.
8523
8524 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8525
8526         * gnus-art.el: Use with-current-buffer.
8527
8528 2008-02-27  David Engster  <dengste@eml.cc>
8529
8530         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8531         Express real group name in the response.
8532
8533 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8536         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8537         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8538         autoload gnus-registry-fetch-group when compiling.
8539         (nnmairix-request-group-with-article-number-correction):
8540         Remove unreferenced argument passed to nnmairix-call-backend.
8541
8542 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8543
8544         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8545         (mm-uu-extract): Improve face for low color ttys.
8546         Reported by Sascha Wilde.
8547
8548 2008-02-27  Glenn Morris  <rgm@gnu.org>
8549
8550         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8551         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8552         variables to defconsts.  Convert comments to doc-strings.
8553         (nnmairix-last-server, nnmairix-current-server): Convert from free
8554         variables to defvars.  Convert comments to doc-strings.
8555         (gnus-registry-fetch-group): Autoload.
8556         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8557         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8558         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8559         caddr.
8560         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8561         nnmairix-request-group-with-article-number-correction call.
8562         (nnmairix-fast, nnmairix-group): New, less general names, for free
8563         variables passed from nnmairix-request-group to
8564         nnmairix-request-group-with-article-number-correction.  Declare.
8565         (nnmairix-request-group-with-article-number-correction):
8566         Use nnmairix-fast, nnmairix-group rather than fast, group.
8567
8568 2008-02-26  David Engster  <dengste@eml.cc>
8569
8570         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8571         version 0.5.
8572
8573 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8574
8575         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8576         instead of making an extra function call.  Don't add the current group
8577         to articles only when they have the group.  Use
8578         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8579         Reported by David <de_bb@arcor.de>.
8580
8581 2008-02-24  Miles Bader  <miles@gnu.org>
8582
8583         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8584         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8585         (mm-find-mime-charset-region):
8586         * mm-bodies.el (mm-encode-body):
8587         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8588
8589 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8592         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8593
8594 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * mail-source.el (mail-source-delete-incoming): Change default.
8597         Supplement doc string.
8598
8599         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8600
8601 2008-02-14  Glenn Morris  <rgm@gnu.org>
8602
8603         * time-date.el (format-seconds): New function.
8604
8605 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * nnmail.el (nnmail-message-id-cache-file): Derive from
8608         `gnus-home-directory'.
8609
8610 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8611
8612         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8613         Document negative prefix.
8614
8615         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8616
8617 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618
8619         * message.el (message-unsent-separator): Add the Exim bounce
8620         separator.
8621
8622 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8623
8624         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8625         list.
8626         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8627         recipient/signer list.
8628
8629 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * Makefile.in (datarootdir): Define.
8632         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8633         name that might contain whitespace.
8634
8635 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8638         fbound (Emacs 23 unicode), signal an error.
8639
8640 2008-02-08  Glenn Morris  <rgm@gnu.org>
8641
8642         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8643
8644 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8645
8646         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8647         ports to the calls to `netrc-machine-user-or-password' in addition to
8648         "imap" and "imaps".
8649
8650 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8651
8652         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8653
8654         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8655
8656 2008-02-01  Kenichi Handa  <handa@m17n.org>
8657
8658         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8659         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8660         (rfc2104-hash): Convert the result of concat to unibyte string.
8661
8662 2008-02-01  Dave Love  <fx@gnu.org>
8663
8664         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8665         coding-system-for-read.
8666         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8667
8668 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8671         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8672         <hanche@math.ntnu.no>.
8673
8674 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8677
8678         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8679
8680 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8681
8682         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8683         * message.el (message-beginning-of-line): Use featurep instead of bound
8684         tests in order to resolve conditionals at compile time.
8685
8686 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8687
8688         * mail-source.el (mail-sources): Add `group' choice.
8689
8690         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8691         parameter `in-group' to control into which group the articles go.
8692         Add treatment of `group' mail-source.
8693
8694 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8697
8698         * mm-decode.el (mm-dissect-buffer): Decode description.
8699
8700         * mml.el (mml-to-mime): Encode message header first.
8701
8702 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8705         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8706
8707         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8708         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8709
8710 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8711
8712         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8713
8714 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8717         prefix keys.
8718         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8719         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8720         gnus-xmas.el.
8721
8722         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8723         (gnus-xmas-article-describe-bindings): New function.
8724         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8725         gnus-xmas-article-describe-bindings.
8726
8727         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8728
8729 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8730
8731         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8732         Add new variables for article mark management.
8733         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8734         list of extra data entries which, when present, will indicate that the
8735         article ID should not be trimmed from the registry.
8736         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8737         functions.
8738         (gnus-registry-read-mark): New function to read a mark name from the
8739         user.
8740         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8741         (gnus-registry-set-article-mark-internal): New functions to add and
8742         remove marks.
8743         (gnus-registry-get-article-marks): New function to show the marks for
8744         an article, or retrieve them for further use.
8745
8746 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8749         keys when no argument is given.
8750
8751 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8752
8753         * imap.el (imap-ping-server): New variable.
8754         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8755         (imap-ping-server): Minor doc string fixes.
8756
8757 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8758
8759         * imap.el (imap-ping-server): New function.
8760         (imap-opened): Call imap-ping-server.
8761
8762 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8763
8764         * gnus-sum.el (gnus-article-sort-by-random)
8765         (gnus-thread-sort-by-random): Fix doc strings.
8766         Reported by jidanni@jidanni.org.
8767
8768 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8769
8770         * gnus-art.el (gnus-article-describe-bindings): New function.
8771         (gnus-article-read-summary-keys): Use it.
8772         (gnus-article-mode-map): Bind `C-h b' to it.
8773
8774 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8777         XEmacs.
8778         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8779         Protect against non-character events.
8780
8781         * lpath.el: Fbind map-keymap for Emacs 21.
8782
8783 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8786         New command.
8787         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8788         instead of END.  Change name of the temp file.
8789         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8790         customizable.
8791
8792 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8795         bind `S W' to gnus-article-wide-reply-with-original; set default
8796         binding to gnus-article-read-summary-send-keys.
8797         (gnus-article-read-summary-keys): Fix the order of keys; display
8798         continuation keys correctly in the echo area; describe bindings
8799         correctly when keys end with `C-h'.
8800         (gnus-article-read-summary-send-keys): New function.
8801         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8802         Work for gnus-article-read-summary-send-keys; display continuation keys
8803         correctly in the echo area.
8804         (gnus-article-reply-with-original): Ignore prefix argument.
8805         (gnus-article-wide-reply-with-original): New function.
8806
8807         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8808         Emacs 21.
8809
8810 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8813         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8814
8815 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8818         (gnus-group-read-ephemeral-gmane-group): New command.
8819
8820 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8821
8822         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8823
8824 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8825
8826         * message.el (message-send-mail-function): Increase custom version.
8827
8828         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8829         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8830
8831 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8832
8833         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8834         for the cases where imap-authenticate is called with a nil buffer
8835         parameter.
8836
8837 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8840         html parts correctly; support forwarded messages.
8841         (gnus-article-browse-html-article): Remove work buffers.
8842
8843         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8844         compiling.
8845         (netrc-bound-and-true-p): New macro.
8846         (netrc-parse): Use it instead of bound-and-true-p that is not available
8847         in XEmacs 21.4.
8848
8849 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8850
8851         * gnus-registry.el (gnus-registry-mark-article)
8852         (gnus-registry-article-marks): Add functionality to mark articles
8853         through the Gnus registry.
8854
8855         * encrypt.el: Clarify documentation for the new pgg method.
8856         (encrypt-file-alist): Add PGG option.
8857         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8858         functionality.  Abstract password key and messaging to external
8859         functions.
8860         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8861         (encrypt-message-method-and-cipher): Add new convenience external
8862         functions.
8863         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8864         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8865
8866         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8867         (netrc-parse): Use encrypt-file-alist to determine if
8868         encrypt-find-model or encrypt-insert-file-contents should be used.
8869
8870         * encrypt.el: Clarify documentation.  Load password-cache or
8871         password, whichever one is found first, instead of autoloading.
8872
8873 2007-12-19  Glenn Morris  <rgm@gnu.org>
8874
8875         * mml.el (message-options-set, message-narrow-to-head)
8876         (message-in-body-p, message-mail-p, message-encode-message-body):
8877         Autoload.
8878         (message-remove-header, message-narrow-to-headers-or-head)
8879         (message-subscribed-p, message-make-mail-followup-to)
8880         (message-position-on-field, message-news-p)
8881         (message-options-set-recipient, message-generate-headers)
8882         (message-sort-headers): Declare as functions.
8883
8884 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8885
8886         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8887         convention in doc string.
8888
8889 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8892         title to html parts.
8893         (gnus-article-browse-html-article): Pass message header to it.
8894
8895         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8896
8897 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8900         or password compatible with XEmacs.
8901
8902 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8905         format document.
8906         (gnus-mime-delete-part): Don't write description line if empty.
8907         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8908
8909 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8910
8911         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8912         (gnus-summary-mark-read-and-unread-as-read)
8913         (gnus-summary-mark-current-read-and-unread-as-read)
8914         (gnus-summary-mark-unread-as-ticked): Doc fix.
8915         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8916
8917 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8920         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8921
8922 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8923
8924         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8925         yes-or-no-p.
8926
8927 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * mm-decode.el (mm-add-meta-html-tag): New function.
8930         (mm-save-part-to-file, mm-pipe-part): Use it.
8931
8932         * gnus-art.el (gnus-article-browse-delete-temp-files):
8933         Use gnus-y-or-n-p instead of y-or-n-p.
8934         (gnus-article-browse-html-parts): Work with message/external-body; use
8935         mm-add-meta-html-tag.
8936
8937 2007-12-11  Glenn Morris  <rgm@gnu.org>
8938
8939         * gnus-cache.el: Require gnus-sum not just when compiling.
8940
8941         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8942
8943         * gnus-int.el (gnus-server-opened, gnus-status-message):
8944         Move definitions before use.
8945
8946         * mm-decode.el: Require gnus-util.
8947         (mm-remove-part): Only call delete-annotation on XEmacs.
8948
8949         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8950
8951         * nnmail.el: Require gnus-int.
8952
8953         * spam.el: Move `require's before `eval-when-compile's.
8954
8955         * gnus-ems.el (gnus-alive-p):
8956         * gnus-fun.el (message-goto-eoh):
8957         * gnus-util.el (gnus-group-name-decode):
8958         * mail-source.el (gnus-compress-sequence):
8959         * message.el (Info-goto-node, format-spec):
8960         * mm-bodies.el (message-options-get):
8961         * mm-decode.el (mm-view-pkcs7):
8962         * mm-util.el (gmm-write-region):
8963         * mml-smime.el (mml-compute-boundary)
8964         (gnus-completing-read-with-default):
8965         * mml.el (widget-button-press, gnus-make-hashtable):
8966         * mml1991.el (mm-decode-content-transfer-encoding)
8967         (mm-encode-content-transfer-encoding)
8968         (message-options-get, message-options-set):
8969         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8970         * nnfolder.el (gnus-request-group):
8971         * nnheader.el (ietf-drums-unfold-fws):
8972         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8973         * smime.el (gnus-run-mode-hooks):
8974         * spam-stat.el (gnus-message): Autoload.
8975
8976         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8977         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8978         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8979         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8980         Add declare-function compatibility definition.
8981
8982         * gnus-cache.el (nnvirtual-find-group-art):
8983         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8984         (gnus-add-image, gnus-add-wash-type):
8985         * gnus-group.el (nnkiboze-score-file):
8986         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8987         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8988         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8989         (message-tokenize-header, gnus-get-buffer-create)
8990         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8991         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8992         * gnus.el (gnus-group-decoded-name):
8993         * mail-source.el (imap-capability):
8994         * mm-bodies.el (message-options-set):
8995         * mm-decode.el (gnus-configure-windows):
8996         * mm-extern.el (message-goto-body):
8997         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8998         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8999         (epg-sub-key-validity, message-options-set):
9000         * mml.el (widget-event-point, gnus-configure-windows):
9001         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9002         * mml2015.el (epg-check-configuration, epg-configuration)
9003         (message-options-set):
9004         * nndb.el (nndb-request-article):
9005         * nnfolder.el (gnus-request-create-group):
9006         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9007         * nnmaildir.el (gnus-group-mark-article-read):
9008         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9009         * rfc1843.el (message-fetch-field):
9010         * spam.el (gnus-extract-address-components):
9011         Declare as functions.
9012
9013 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9016
9017         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9018
9019         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9020         bind show-trailing-whitespace for XEmacs.
9021
9022 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9025         new no-op macro for backward compatibility.
9026
9027         * imap.el (imap-string-to-integer): New function.
9028
9029 2007-12-09  Glenn Morris  <rgm@gnu.org>
9030
9031         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9032
9033         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9034         * message.el, mm-view.el, sieve-manage.el, smime.el:
9035         Add declare-function compatibility definition.
9036
9037         * gnus-art.el (w3-region, w3m-region, Info-menu):
9038         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9039         * gnus-sum.el (gnus-get-predicate):
9040         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9041         * message.el (mail-abbrev-in-expansion-header-p):
9042         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9043         (w3m-detect-meta-charset, w3m-region):
9044         * sieve-manage.el (password-read, password-cache-add)
9045         (password-cache-remove):
9046         * smime.el (password-read-and-add): Declare as functions.
9047
9048 2007-12-08  David Kastrup  <dak@gnu.org>
9049
9050         * gnus-sum.el (gnus-summary-simplify-subject-query):
9051         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9052         `message'.
9053
9054 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9057         it to bind idna-program, installation-directory, defined-colors, and
9058         face-attribute for XEmacs of the version that compiles defcustom forms.
9059
9060 2007-12-07  Glenn Morris  <rgm@gnu.org>
9061
9062         * gnus-art.el (article-make-date-line): Revert previous change.
9063
9064 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9067
9068 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9069
9070         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9071         Call gnus-add-to-range ranges only once with a prepared article-list.
9072
9073 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9074
9075         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9076         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9077         group names with backslashes.
9078         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9079
9080 2007-12-06  Deepak Goel  <deego3@gmail.com>
9081
9082         * gnus-art.el (article-make-date-line):
9083         * gnus-start.el (gnus-load):
9084         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9085
9086 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * gnus-art.el (gnus-use-idna)
9089         * gnus-start.el (gnus-site-init-file)
9090         * message.el (message-use-idna)
9091         * mm-uu.el (mm-uu-hide-markers)
9092         * smiley.el (smiley-style): Revert changes that suppress warnings.
9093
9094 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9097         specify charset to html source.
9098         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9099
9100 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9103         idna-program in order to suppress byte compile warning issued by XEmacs
9104         that came to byte compile the default value section of defcustom forms
9105         recently.
9106
9107         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9108         value of installation-directory.
9109
9110         * message.el (message-use-idna): Don't directly refer to the value of
9111         idna-program.
9112
9113         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9114
9115         * smiley.el (smiley-style): Don't directly call face-attribute.
9116
9117 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9118
9119         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9120
9121         * gnus-dired.el: Reduce Gnus dependencies.
9122         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9123         Don't require.  Use autoloads instead.
9124         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9125         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9126         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9127         (gnus-dired-mode): Adjust doc string.
9128         (gnus-dired-mail-mode): New variable.
9129         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9130         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9131         (gnus-dired-mail-buffers): New function.  Return mail or message
9132         composition buffers.
9133         (gnus-dired-attach): Use it.
9134         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9135         NO-DECODE.
9136         (gnus-dired-print): Use `gnus-print-buffer' depending on
9137         `gnus-dired-mail-mode'.
9138
9139 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * rfc2047.el (rfc2047-encoded-word-regexp)
9142         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9143         explaining what regexp patterns are for.
9144
9145 2007-12-04  Glenn Morris  <rgm@gnu.org>
9146
9147         * password.el: Move to password-cache.el.
9148
9149         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9150         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9151         * mml-smime.el (password-read, password-cache-add)
9152         (password-cache-remove):
9153         No need to autoload, since mml-sec requires password.
9154
9155         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9156         * message.el (gnus-extract-address-components):
9157         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9158
9159         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9160         password.
9161
9162 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9163
9164         * mailcap.el: Reduce dependencies.
9165         (mail-header-parse-content-type): Autoload.
9166         (mailcap-delete-duplicates): New alias.
9167         (mailcap-mime-info): Add optional argument NO-DECODE.
9168         (mailcap-mime-types): Use mailcap-delete-duplicates.
9169
9170         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9171
9172 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9173
9174         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9175         (imap-parse-status): Upcase status-att for servers that sends them
9176         lower-case (e.g., MS Exchange 2007).
9177
9178 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9179
9180         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9181         function.
9182
9183         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9184         (gnus-uu-yenc-article): New function.
9185
9186         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9187
9188         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9189
9190 2007-12-02  Glenn Morris  <rgm@gnu.org>
9191
9192         * binhex.el (binhex): New custom group.
9193         (binhex-decoder-program, binhex-decoder-switches)
9194         (binhex-use-external): Move to the binhex custom group.
9195
9196         * uudecode.el (uudecode): New custom group.
9197         (uudecode-decoder-program, uudecode-decoder-switches)
9198         (uudecode-use-external): Move to the uudecode custom group.
9199
9200         * netrc.el (top-level): Don't load `encrypt' features.
9201         (netrc-parse): Don't use encrypt.
9202         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9203
9204         * encrypt.el: Remove file.
9205
9206 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9207
9208         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9209         matches on patches.
9210
9211         * gnus-art.el (gnus-article-browse-html-article):
9212         Mention `mm-text-html-renderer' in the doc string.
9213
9214         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9215         string.  Add comments.
9216
9217         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9218         if rhs is ASCII.
9219
9220 2007-12-01  Glenn Morris  <rgm@gnu.org>
9221
9222         * mail-source.el (top-level): Require format-spec before
9223         eval-when-compile.
9224
9225 2007-11-30  Glenn Morris  <rgm@gnu.org>
9226
9227         * encrypt.el: Require password, rather than autoloading password-read.
9228
9229 2007-11-29  Glenn Morris  <rgm@gnu.org>
9230
9231         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9232         (sasl-make-client, sasl-next-step, sasl-step-data)
9233         (sasl-step-set-data): Declare as functions.
9234
9235 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9236
9237         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9238
9239 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9240
9241         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9242         certs should be verified and what is to be done in the event of a
9243         verification failure.
9244
9245         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9246         caller can indicate whether the cache should be disregarded for this
9247         call.  This way the result of the call is reproducible at all times and
9248         can be considered a canonical server name for the supplied method.
9249         (gnus-agent-method-p): Canonicalize server names by pushing their
9250         method through `gnus-method-to-server' using the no-cache argument.
9251
9252         * gnus-srvr.el (gnus-server-insert-server-line):
9253         Call `gnus-method-to-server' with `no-cache' argument.
9254
9255         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9256         gnus-agent-possibly-synchronize-flags as this should be called when the
9257         server is actually being opened.
9258         (gnus-agent-possibly-synchronize-flags)
9259         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9260         flags file of an agentized server to the latter function.
9261
9262         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9263         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9264         after a connection has been established successfully.
9265
9266 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-art.el (article-display-face): Force to display face if called
9269         interactively; check if gnus-article-x-face-too-ugly matches author.
9270         (article-display-x-face): Display face even if From header is missing
9271         as article-display-face does.
9272
9273 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9274
9275         * hashcash.el (message-narrow-to-headers-or-head)
9276         (message-fetch-field, message-goto-eoh)
9277         (message-narrow-to-headers): Declare as functions.
9278
9279 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9280
9281         * mail-source.el (mail-sources): Default to fetch from file for
9282         compatibility with default of nnmail-spool-file.
9283
9284 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9287         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9288         to look for encoded word that should be encoded again.
9289         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9290         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9291         encoding pattern.
9292         (rfc2047-decode-region): Switch strict regexp and loose one according
9293         to rfc2047-allow-irregular-q-encoded-words.
9294
9295 2007-11-25  Romain Francoise  <romain@orebokech.com>
9296
9297         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9298
9299 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * tls.el (tls-program): Provide more custom choices from
9302         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9303         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9304
9305 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9308         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9309
9310         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9311         `nnmail-spool-file'.
9312
9313         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9314         `nnmail-spool-file'.
9315
9316         * gnus-move.el (gnus-change-server): Ditto.
9317
9318         * gnus-kill.el (gnus-batch-score): Ditto.
9319
9320         * gnus-cache.el (gnus-jog-cache): Ditto.
9321
9322         * gnus-msg.el (gnus-summary-reply):
9323         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9324
9325 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9326
9327         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9328         version.  Minor improvement to doc strings.
9329         (tls-program): Add comment.
9330
9331 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9332
9333         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9334         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9335         mismatch between the hostname provided in the certificate and the name
9336         of the host connnecting to.
9337         (open-tls-stream): Use them.  Check certificates against trusted root
9338         certificates.
9339
9340 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * gnus-cache.el (gnus-cache-generate-nov-databases):
9343         Use nnml-generate-nov-databases-directory instead of
9344         nnml-generate-nov-databases-1.
9345
9346 2007-11-24  Glenn Morris  <rgm@gnu.org>
9347
9348         * message.el (message-tool-bar-retro): Update for rename
9349         mail_send.xpm->mail-send.xpm.
9350
9351 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9352
9353         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9354         `smime-ldap-search' for Emacs 22 and up.
9355
9356 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9357
9358         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9359
9360         * message.el (message-send-mail-function): Fix error convention.
9361         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9362         (message-widen-reply, message-send-mail, message-talkative-question)
9363         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9364         (message-clone-locals, message-send-news): Use with-current-buffer.
9365         (message-insert-or-toggle-importance): Remove unused var `valid'.
9366         (message-make-references): Remove unused var `new-references'.
9367         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9368
9369 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9370
9371         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9372         (spam-split-symbolic-return-positive): Reflow docstring.
9373         (spam-backends, spam-summary-exit-behavior)
9374         (spam-mark-ham-unread-before-move-from-spam-group)
9375         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9376         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9377         (spam-clear-cache, spam-backend-check, spam-install-backend)
9378         (spam-install-statistical-backend, spam-list-of-processors)
9379         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9380         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9381         (spam-check-crm114, spam-initialize, spam-unload-hook):
9382         Fix typos in docstrings.
9383
9384 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9387         been checked if they have never been read and those group levels are
9388         higher than the one that a user specified.
9389
9390 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9393         foreign groups unless a group level is specified by a user.
9394         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9395
9396 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9397
9398         * message.el (message-send-mail-function): Require sendmail.
9399
9400 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9401
9402         * message.el (message-send-mail-function): Check for smtpmail too.
9403
9404         * utf7.el (utf7-encode, utf7-decode): Use coding system
9405         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9406
9407         * message.el (message-send-mail-function): New function.
9408         (message-send-mail-function): Set default using
9409         message-send-mail-function.  Adjust doc string.
9410         (message-send-mail-with-mailclient): New function.
9411
9412 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9413
9414         * smime.el (from):
9415         * rfc2047.el (message-posting-charset):
9416         * qp.el (mm-use-ultra-safe-encoding):
9417         * pop3.el (parse-time-months):
9418         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9419         * nnml.el (files):
9420         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9421         (jka-compr-compression-info-list, ange-ftp-path-format)
9422         (efs-path-regexp):
9423         * nndiary.el (files):
9424         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9425         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9426         (epg-digest-algorithm-alist, inhibit-redisplay)
9427         (password-cache-expiry):
9428         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9429         (pgg-output-buffer, password-cache-expiry):
9430         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9431         (efs-path-regexp):
9432         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9433         (inhibit-redisplay):
9434         * mm-uu.el (file-name, start-point, end-point, entry)
9435         (gnus-newsgroup-name, gnus-newsgroup-charset):
9436         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9437         (latin-unity-ucs-list):
9438         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9439         (mm-uu-binhex-decode-function):
9440         * message.el (gnus-message-group-art, gnus-list-identifiers)
9441         (rmail-enable-mime-composing, gnus-local-organization)
9442         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9443         (gnus-read-active-file, facemenu-add-face-function)
9444         (facemenu-remove-face-function, gnus-article-decoded-p)
9445         (tool-bar-mode):
9446         * mail-source.el (display-time-mail-function):
9447         * gnus-util.el (nnmail-pathname-coding-system)
9448         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9449         (gnus-original-article-buffer, gnus-user-agent)
9450         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9451         (xemacs-codename, sxemacs-codename, emacs-program-version):
9452         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9453         * gnus-start.el (gnus-agent-covered-methods)
9454         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9455         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9456         (gnus-newsgroup-headers, gnus-group-list-mode)
9457         (gnus-group-mark-positions, gnus-newsgroup-data)
9458         (gnus-newsgroup-unreads, nnoo-state-alist)
9459         (gnus-current-select-method, mail-sources)
9460         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9461         (nnmail-spool-file, gnus-cache-active-hashtb):
9462         * gnus-mh.el (mh-lib-progs):
9463         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9464         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9465         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9466         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9467         (gnus-group-buffer):
9468         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9469         (font-lock-set-defaults):
9470         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9471         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9472         (gnus-summary-post-menu, total-parts, type, condition, length):
9473         * gnus-agent.el (gnus-agent-read-agentview):
9474         * flow-fill.el (show-trailing-whitespace):
9475         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9476         eval-and-compile wrappers for byte compiler pacifiers.
9477
9478         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9479         (mm-display-inline-fontify): Check for featurep 'xemacs not
9480         extent-list.
9481
9482         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9483         itimer-list.
9484         (mm-create-image-xemacs): Only do something for XEmacs.
9485         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9486
9487         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9488
9489         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9490         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9491
9492 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9493
9494         * nnimap.el (nnimap-split-download-body):
9495         * gnus-demon.el (gnus-demon):
9496         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9497
9498 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9499
9500         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9501         New macros.
9502         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9503         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9504         copy data from unibyte buffer to multibyte current buffer.
9505         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9506         to copy data from unibyte current buffer to multibyte buffer.
9507         (nntp-make-process-buffer): Make process buffer unibyte.
9508
9509         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9510
9511 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9512
9513         * pop3.el (pop3-open-server): Accept and process data more robustly at
9514         connexion start to avoid spurious "POP SSL connexion failed" errors.
9515
9516 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9519         read group names.
9520
9521 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9524
9525 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9528         (nnmail-save-active): Use a unibyte buffer when saving active file,
9529         which may contain non-ASCII group names.
9530
9531         * nnml.el (nnml-request-group): Decode group names in messages.
9532
9533 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9534
9535         * message.el (message-citation-line-function)
9536         (message-insert-formatted-citation-line): Fix spelling of
9537         `message-insert-formated-citation-line'.
9538
9539 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9542
9543 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9544
9545         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9546         nnmail-pathname-coding-system.
9547
9548         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9549         that a user enters; decode group names in messages.
9550
9551         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9552
9553 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9556
9557         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9558
9559         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9560         risky local variable.
9561
9562         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9563
9564 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9565
9566         * encrypt.el: Improve documentation to fix function name typo.
9567         Reported by Daiki Ueno <ueno@unixuser.org>.
9568
9569 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9572         even if the point is not in the last page of an article.
9573         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9574         back to the previous page.
9575
9576 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9579
9580 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9581
9582         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9583
9584 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9585
9586         * message.el (message-check-news-body-syntax):
9587         Avoid mm-string-as-multibyte.
9588         (message-hide-headers): Don't assume (point-min)==1.
9589
9590 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9591
9592         * message.el (message-remove-blank-cited-lines): Fix if remove is
9593         given.
9594         (message-bogus-address-regexp): New variable.
9595         (message-bogus-recipient-p): New function.
9596         (message-check-recipients): New command.
9597         (message-syntax-checks): Add `bogus-recipient'.
9598         (message-fix-before-sending): Add `bogus-recipient'.
9599
9600         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9601         (gnus-treat-body-boundary): Don't test window-system.
9602
9603 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9604
9605         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9606
9607 2007-10-28  Miles Bader  <miles@gnu.org>
9608
9609         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9610         at compile-time too.
9611
9612 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * gnus-msg.el (gnus-message-setup-hook):
9615         Add `message-remove-blank-cited-lines' to options.
9616
9617 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * message.el (message-remove-blank-cited-lines): New function.
9620         Suggested by Karl Plästerer.
9621
9622 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9625         mapc.
9626
9627         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9628         (top-level): Use mapc to set functions to be traced for debugging.
9629
9630         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9631         called for effect with while loop.
9632
9633         * message.el (message-talkative-question): Replace mapcar called for
9634         effect with mapc.
9635
9636         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9637         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9638         called for effect with dolist.
9639
9640         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9641
9642         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9643         gnus-extra-headers and nnmail-extra-headers.
9644
9645         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9646         called for effect with dolist.
9647         (top-level): Use mapc to set functions to be traced for debugging.
9648
9649         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9650         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9651         dolist.
9652
9653         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9654         Replace mapcar called for effect with mapc.
9655         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9656         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9657         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9658         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9659
9660         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9661         remove-if that's a cl function.
9662
9663         * webmail.el (webmail-debug): Replace mapcar called for effect with
9664         dolist.
9665
9666         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9667         with mapc.
9668
9669 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9672         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9673         with while loop.
9674
9675         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9676         functions from article-* functions.
9677         (gnus-multi-decode-header): Replace mapcar called for effect with
9678         dolist.
9679
9680         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9681         (gnus-bookmark-show-details): Replace mapcar called for effect with
9682         while loop.
9683
9684         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9685         called for effect with while loop.
9686
9687         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9688         with dolist.
9689
9690         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9691         Replace mapcar called for effect with dolist.
9692
9693         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9694
9695         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9696         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9697         Replace mapcar called for effect with dolist.
9698         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9699         mapc.
9700
9701         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9702         Replace mapcar called for effect with dolist.
9703         (gnus-topic-list): Replace mapcar called for effect with mapc.
9704
9705         * gnus.el: Use mapc instead of mapcar to add autoloads.
9706
9707 2007-10-23  Richard Stallman  <rms@gnu.org>
9708
9709         * gnus-group.el (gnus-group-highlight): Mark as risky.
9710
9711 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * gnus.el (gnus-server-to-method): Return method found first in
9714         gnus-newsrc-alist.
9715
9716         * gnus-art.el (gnus-article-highlight-signature)
9717         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9718         button overlay without the front stickiness.
9719
9720 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9721
9722         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9723         overview buffer needed a catch to receive its throw.
9724         (gnus-agent-flush-cache): Declare as interactive to make this function
9725         easier to use.
9726
9727 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9728
9729         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9730         `next-line'.
9731
9732 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9735         exclude address matching message-dont-reply-to-names.
9736
9737 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-util.el (gnus-string<): New function.
9740
9741         * gnus-sum.el (gnus-article-sort-by-author)
9742         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9743
9744 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9747         the frame-focus tag is set in gnus-buffer-configuration.
9748
9749 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9752         the front stickiness.
9753
9754 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9757         url pattern; remove duplicate one.
9758         (gnus-article-extend-url-button): New function.
9759         (gnus-article-add-buttons): Use it.
9760         (gnus-button-push): Use concatenated url that it makes.
9761
9762 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9763
9764         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9765
9766 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9767
9768         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9769         Don't hardcode point-min==1.
9770
9771 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9772
9773         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9774         Fix comment about "iso8859-1".
9775
9776 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9777
9778         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9779         ones returned from the verify-function.
9780
9781         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9782         Call mml2015-extract-cleartext-signature if extraction failed.
9783
9784 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9785
9786         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9787         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9788         failed.
9789
9790 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9793
9794 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9797         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9798         recommends to use EasyPG instead of PGG.
9799
9800         * pgg.el: Revert to revision 6.23.2.16.
9801
9802         * pgg-def.el: Revert to revision 6.6.2.14.
9803
9804         * pgg-gpg.el: Revert to revision 6.23.2.34.
9805
9806 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9807
9808         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9809         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9810         thread for both the null and zero (kill/expire thread) universal prefix
9811         cases.
9812         (gnus-summary-expire-thread): Add new function to expire a thread,
9813         using gnus-summary-kill-thread.
9814         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9815         shortcuts for gnus-summary-expire-thread.
9816         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9817         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9818
9819 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9820
9821         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9822         extras value, so an extras entry can be deleted.
9823         (gnus-registry-delete-extra-entry): Use it.
9824         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9825         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9826         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9827         storage through the gnus-registry, and provide an appropriate API for
9828         it.
9829
9830 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9833         Suggested by Leo <sdl.web@gmail.com>.
9834
9835         * gnus.el: Do.
9836
9837 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9840         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9841
9842         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9843
9844         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9845         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9846
9847 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9848
9849         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9850         newline.
9851         (nnmbox-request-accept-article): Don't change article in source buffer;
9852         narrow to header to use message-fetch-field rather than
9853         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9854         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9855         as delimiters; make sure article ends with newline.
9856         (nnmbox-delete-mail): Correct last position of article to be deleted;
9857         ignore X-Gnus-Newsgroup header in article body.
9858         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9859         positions; make sure article ends with newline.
9860
9861         * message.el (message-display-abbrev): Don't infloop when a user
9862         inserts SPC in the beginning of header.
9863
9864         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9865         coding-system-for-read and coding-system-for-write for XEmacs having no
9866         file-coding feature.
9867
9868         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9869
9870 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9871
9872         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9873         list of groups not followed by default.  Fix type to be regexp.
9874         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9875
9876 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9877
9878         * hmac-def.el (define-hmac-function): Switch from old-style to
9879         new-style backquotes.
9880
9881         * md4.el (md4-make-step): Likewise.
9882
9883 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9886         raw-text coding system when saving .newsrc file, which may contain
9887         non-ASCII group names.
9888
9889 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9890
9891         * gnus-cus.el (gnus-score-extra): New widget.
9892         (gnus-score-extra-convert): New function.
9893         (gnus-score-customize): Use it for Extra.
9894
9895 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9896
9897         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9898         (mml2015-mailcrypt-clear-verify): Use it.
9899         (mml2015-gpg-clear-verify): Use it.
9900         (mml2015-pgg-clear-verify): Use it.
9901         (mml2015-epg-clear-verify): Replace the current part with the output
9902         from GnuPG; don't extract the plaintext by itself.
9903
9904         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9905         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9906         mml2015-clear-verify-function; don't touch the armor headers or
9907         dash-escaped text here.
9908
9909 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9910
9911         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9912         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9913         parts, or application/octet-stream as a last resort.
9914         (gnus-mime-view-part-as-type): Don't toggle display.
9915         (gnus-mime-view-part-as-charset): Don't turn off display before
9916         querying charset.
9917
9918         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9919         stuff to undisplayer function in Emacs.
9920         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9921
9922         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9923         text/calendar parts.
9924
9925 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9928         decoding text/calendar parts.
9929
9930         * message.el (message-forward-make-body-mime): Always mark body as
9931         having no illegible text; remove signed-or-encrypted argument.
9932         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9933
9934         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9935         (mml-generate-mime-1): Don't encode body if it is specified to be in
9936         raw form; don't make buffer be unibyte when inserting multibyte string.
9937
9938 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9939
9940         * sha1.el: Fix up comment style.
9941         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9942         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9943
9944         * hex-util.el: Fix up comment style.
9945         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9946
9947         * gnus-salt.el: Use with-current-buffer.
9948         (gnus-pick-setup-message): Fix long-standing typo.
9949
9950 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * imap.el (imap-logout-timeout): New variable.
9953         (imap-logout, imap-logout-wait): New functions.
9954         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9955
9956         * nnimap.el (nnimap-logout-timeout): New server variable.
9957         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9958         nnimap-logout-timeout.
9959
9960         * gnus-art.el (gnus-article-summary-command-nosave)
9961         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9962
9963 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * gnus.el (gnus-maximum-newsgroup): New variable.
9966
9967         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9968         according to gnus-maximum-newsgroup.
9969
9970         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9971         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9972         Limit the range of articles according to gnus-maximum-newsgroup.
9973
9974 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9975
9976         * gnus-art.el (gnus-sticky-article): Fix problems described in
9977         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9978         Don't perform gnus-configure-windows here; reuse existing sticky
9979         article buffer.
9980
9981         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9982         it doesn't exist in gnus-article-mode.
9983
9984 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9987         (gnus-agent-decoded-group-name): New function.
9988         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9989         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9990
9991 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9992
9993         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9994         Add binding for gnus-sticky-article.
9995         (gnus-summary-exit): Don't kill sticky article buffers.
9996
9997         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9998         article buffer.
9999         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10000         (gnus-kill-sticky-article-buffers): New commands.
10001
10002 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10003
10004         * nntp.el (nntp-xref-number-is-evil): New server variable.
10005         (nntp-find-group-and-number): If it is non-nil, don't trust article
10006         numbers in the Xref header.
10007
10008 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * gnus-agent.el (gnus-agent-read-group): New function.
10011         (gnus-agent-flush-group, gnus-agent-expire-group)
10012         (gnus-agent-regenerate-group): Use it.
10013         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10014         nnmail-pathname-coding-system.
10015
10016 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10019
10020         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10021         that are unread as unread, and also as selected so that information of
10022         marks having been changed by a user may be updated when exiting group.
10023
10024 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10025
10026         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10027
10028 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10031         calculated ignoring signature parts to gnus-treat-article.
10032
10033 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10034
10035         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10036         a point here in order to keep the window start.
10037         (gnus-insert-mime-security-button): Make a button overlay without the
10038         front stickiness.
10039         (gnus-mime-display-security): Goto the end of a button.
10040
10041         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10042
10043 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10046         group-name-at-point.
10047         (gnus-group-completing-read): New function that offers decoded
10048         non-ASCII group names for completion.
10049         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10050         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10051         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10052         (gnus-group-fetch-control): Use it.
10053         (gnus-fetch-group): Use group-name-at-point for the initial value
10054         rather than the default value; use gnus-alive-p.
10055
10056         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10057         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10058         (gnus-summary-post-news): Use gnus-group-completing-read.
10059
10060         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10061         (gnus-read-move-group-name): Decode group name for completion.
10062
10063 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10064
10065         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10066         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10067         Yamaoka slightly modified the code).
10068
10069 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10072         (nnmail-split-incoming): Bind it.
10073
10074         * nnml.el (nnml-group-name-charset): New function.
10075         (nnml-decoded-group-name): Use it; don't decode group name if
10076         nnmail-group-names-not-encoded-p is non-nil.
10077         (nnml-encoded-group-name): New function.
10078         (nnml-group-pathname): Inline nnml-decoded-group-name.
10079         (nnml-request-expire-articles): Decode group name in message.
10080         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10081         nnmail-pathname-coding-system.
10082         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10083         not decoded ones according to nnmail-group-names-not-encoded-p.
10084         (nnml-generate-active-info): Use nnml-encoded-group-name.
10085
10086 2007-08-08  Glenn Morris  <rgm@gnu.org>
10087
10088         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10089         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10090         doc-strings and comments.
10091
10092 2007-07-25  Glenn Morris  <rgm@gnu.org>
10093
10094         * Relicense all FSF files to GPLv3 or later.
10095
10096 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * gnus-sum.el (gnus-summary-move-article):
10099         Make gnus-summary-respool-article work.
10100
10101 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10102
10103         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10104         string.
10105
10106 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10107
10108         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10109         that should be ignored when comparing distant RSS articles with local
10110         ones.
10111         (nnrss-make-hash-index): New function.  Create a hash index according
10112         to the ignored fields.
10113         (nnrss-check-group): Use it.
10114
10115 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10116
10117         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10118
10119         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10120
10121         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10122         the new optional argument ENCODED is non-nil.
10123         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10124         coding system for encoding group name.
10125         (gnus-group-make-rss-group): Pass un-encoded group name to
10126         gnus-group-make-group.
10127         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10128         encoded.
10129
10130         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10131         Encode group name to which articles are moved or copied.
10132         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10133         coding system for encoding Newsgroup, Followup-To and Xref headers.
10134
10135         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10136         marks; use nnheader-file-coding-system to write a file.
10137         (nnagent-retrieve-headers): Bind file-name-coding-system to
10138         nnmail-pathname-coding-system.
10139
10140         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10141
10142         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10143         (nnml-request-article, nnml-request-create-group)
10144         (nnml-request-rename-group, nnml-find-id)
10145         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10146         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10147         (nnml-save-marks): Use nnml-group-pathname instead of
10148         nnmail-group-pathname.
10149
10150         (nnml-request-create-group, nnml-request-expire-articles)
10151         (nnml-request-move-article, nnml-request-delete-group)
10152         (nnml-deletable-article-p, nnml-possibly-create-directory)
10153         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10154         (nnml-open-marks): Bind file-name-coding-system to
10155         nnmail-pathname-coding-system.
10156
10157         (nnml-request-article): Pass server argument to nnml-find-group-number.
10158         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10159         Pass server argument to nnml-possibly-create-directory.
10160         (nnml-request-accept-article): Pass server argument to
10161         nnml-active-number and nnml-save-mail.
10162         (nnml-find-group-number): Pass server argument to nnml-find-id.
10163         (nnml-request-update-info): Pass server argument to
10164         nnml-marks-changed-p.
10165
10166         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10167         (nnml-save-mail, nnml-active-number): Add server argument.
10168
10169         (nnml-request-delete-group): Warn if group is missing.
10170         (nnml-get-nov-buffer): Decode group name.
10171         (nnml-generate-active-info): Encode group name.
10172         (nnml-open-marks): Decode group name in messages.
10173
10174 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10177         if it is not specified.
10178         (gnus-article-pipe-part, gnus-article-save-part)
10179         (gnus-article-interactively-view-part, gnus-article-copy-part)
10180         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10181         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10182         (gnus-article-replace-part, gnus-article-delete-part)
10183         (gnus-article-view-part-as-type): Pass raw prefix argument to
10184         gnus-article-part-wrapper.
10185
10186 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10187
10188         * gnus-agent.el (gnus-agent-save-active):
10189         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10190
10191         * gnus-cache.el (gnus-cache-save-buffers)
10192         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10193         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10194         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10195         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10196         (gnus-cache-generate-active, gnus-cache-rename-group)
10197         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10198         (gnus-cache-update-overview-total-fetched-for):
10199         Bind file-name-coding-system to nnmail-pathname-coding-system.
10200         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10201         New variables.
10202         (gnus-cache-decoded-group-name): New function.
10203         (gnus-cache-file-name): Use it.
10204         (gnus-cache-generate-active): Use non-decoded group name for active.
10205
10206         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10207         right place.
10208         (gnus-write-active-file): Don't break non-ASCII group names.
10209
10210         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10211         nnmail-pathname-coding-system.
10212
10213         * lpath.el: Bind default-file-name-coding-system,
10214         file-name-coding-system and language-info-alist for XEmacs.
10215
10216         * gnus-uu.el (gnus-uu-decode-save): Typo.
10217
10218 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10221
10222 2007-07-14  David Kastrup  <dak@gnu.org>
10223
10224         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10225         finishing actions if we did not edit the article.
10226
10227 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10230         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10231         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10232         (gnus-agent-flush-group, gnus-agent-flush-cache)
10233         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10234         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10235         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10236         (gnus-agent-regenerate-group)
10237         (gnus-agent-update-files-total-fetched-for)
10238         (gnus-agent-update-view-total-fetched-for):
10239         Bind file-name-coding-system to nnmail-pathname-coding-system.
10240         (gnus-agent-group-pathname): Don't encode file names by
10241         nnmail-pathname-coding-system.
10242         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10243         coding-system-for-write instead of buffer-file-coding-system to
10244         gnus-agent-file-coding-system.
10245
10246         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10247         Decode group name.
10248
10249         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10250
10251         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10252         (gnus-read-newsrc-el-file): Make group names unibyte.
10253
10254         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10255         nnmail-pathname-coding-system.
10256
10257         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10258         (nnrss-request-delete-group): Bind file-name-coding-system to
10259         nnmail-pathname-coding-system.
10260         (nnrss-read-server-data, nnrss-read-group-data):
10261         Bind file-name-coding-system correctly.
10262         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10263
10264         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10265         (nntp-server-to-method-cache): New variable.
10266         (nntp-group-pathname): New function that decodes non-ASCII group names.
10267         (nntp-possibly-create-directory, nntp-marks-changed-p)
10268         (nntp-save-marks, nntp-open-marks): Use it.
10269         (nntp-possibly-create-directory, nntp-open-marks):
10270         Bind file-name-coding-system to nnmail-pathname-coding-system.
10271         (nntp-open-marks): Decode group names when bootstrapping marks.
10272
10273         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10274         Newsgroups and Folowup-To headers.
10275
10276 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10277
10278         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10279         (gnus-server-closed-face, gnus-server-denied-face)
10280         (gnus-server-offline-face): Remove variable.
10281         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10282
10283         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10284         of modifying message-stack directly for XEmacs.
10285
10286         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10287         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10288         if the coding-system argument is nil for XEmacs.
10289
10290         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10291         mm-charset-override-alist.
10292
10293         * rfc2047.el: Don't require base64; require rfc2045 for the function
10294         rfc2045-encode-string.
10295         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10296         to quote the parameter value.
10297
10298 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10301         form in gnus-group-name-charset-method-alist.
10302
10303         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10304         overrides the default layout edit-form.
10305
10306         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10307
10308         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10309
10310 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10311
10312         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10313         as unfetched articles.
10314
10315 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10316
10317         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10318
10319 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10322         original back end that keeps marks in the local system.
10323
10324 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10327         arg of pop-to-buffer for XEmacs.
10328         (gnus-article-read-summary-keys): Ditto; don't restore window
10329         configuration if summary command ends up with neither article buffer
10330         nor summary buffer; describe bindings if summary keys end with C-h.
10331
10332 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * message.el (message-fix-before-sending): Skip raw message part to be
10335         forwarded while checking illegible text.
10336         (message-forward-make-body-mime, message-forward-make-body):
10337         Mark signed or encrypted raw message as having no illegible text.
10338
10339 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10342         (gnus-message-with-timestamp-1): New macro.
10343         (gnus-message-with-timestamp): New function.
10344         (gnus-message): Use them.
10345
10346         * nnheader.el (nnheader-message): Use them.
10347
10348 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10349
10350         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10351         .newsrc.eld file.
10352
10353 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10354
10355         * gnus-agent.el (gnus-agent-fetch-headers)
10356         (gnus-agent-retrieve-headers):
10357         Bind gnus-decode-encoded-address-function to identity.
10358
10359         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10360         available also when the server returns simply a dot.
10361
10362         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10363
10364 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10367
10368 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * gnus-ems.el (gnus-x-splash): Make it work.
10371
10372         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10373         from being used.
10374
10375         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10376
10377 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10380         4th and the 5th arguments.
10381
10382         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10383         the front stickiness.
10384         (gnus-article-summary-command-nosave): Correct the order of the
10385         arguments passed to pop-to-buffer.
10386         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10387         summary command ends up with the article buffer.
10388
10389         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10390         the same faces.
10391
10392 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10393
10394         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10395
10396 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10397
10398         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10399         * gnus-sum.el (gnus-summary-highlight):
10400         * pgg.el (pgg-sign-region, pgg-sign):
10401         * mail-source.el (mail-source-delete-old-incoming-confirm):
10402         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10403
10404 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * gnus-art.el (gnus-mime-view-part-externally)
10407         (gnus-mime-view-part-internally): Fix predicate function passed to
10408         completing-read.
10409
10410         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10411
10412         * gnus.el (gnus-update-message-archive-method): Add :version.
10413
10414 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * gnus.el (gnus-update-message-archive-method): New variable.
10417
10418         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10419         according to gnus-message-archive-method if
10420         gnus-update-message-archive-method is non-nil.
10421
10422 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10423
10424         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10425         Suggested by Loic Dachary <loic@dachary.org>.
10426         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10427
10428 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * message.el (message-pop-to-buffer): Add switch-function argument.
10431         (message-mail): Pass switch-function argument to it.
10432
10433 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10434
10435         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10436         Improve doc string.
10437
10438 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10441         (gnus-header-content)
10442         * gnus-cite.el (gnus-cite-10)
10443         * gnus-srvr.el (gnus-server-closed)
10444         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10445         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10446         (gnus-group-mail-3-empty, gnus-group-mail-low)
10447         (gnus-group-mail-low-empty, gnus-splash)
10448         * message.el (message-header-to, message-header-cc)
10449         (message-header-subject, message-header-other, message-header-name)
10450         (message-header-xheader, message-separator, message-cited-text)
10451         (message-mml): Lighten colors of faces used for dark background.
10452
10453 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10454
10455         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10456         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10457
10458 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * message.el (message-narrow-to-headers-or-head):
10461         Ignore mail-header-separator in the body.
10462
10463 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10466         same as window size.
10467
10468 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10469
10470         * message.el (message-font-lock-keywords): Use message-header-xheader
10471         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10472         ahead of the anything pattern, to get it recognised.
10473
10474 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10475
10476         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10477         spam.el loads uses it in the compiled defadvice form.
10478
10479 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10480
10481         * gnus-sum.el (gnus-articles-to-read)
10482         (gnus-summary-insert-old-articles): Don't truncate group name for
10483         `read-string'.
10484
10485         * gnus-util.el (gnus-limit-string): Delete this function.
10486
10487         * gnus-sum.el (gnus-simplify-subject-fully):
10488         Use `truncate-string-to-width' instead.
10489
10490 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10491
10492         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10493         Tell if, on summary exit, the next group has to be selected.
10494         (gnus-summary-exit): Use it.
10495
10496 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10497
10498         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10499         non-break space.
10500
10501 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10504         Check if group is not a directory.
10505         (nnfolder-request-expire-articles): Don't delete articles if the target
10506         group is not available.
10507
10508         * nnml.el (nnml-request-create-group): Properly check if group is not a
10509         file.
10510         (nnml-request-expire-articles): Don't delete articles if the target
10511         group is not available.
10512
10513         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10514         Don't quote characters that are within parentheses.
10515
10516 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10517
10518         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10519         (gnus-handle-ephemeral-exit): Select article according to it.
10520
10521 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10522
10523         * message.el (message-insert-formated-citation-line): Remove newline.
10524         (message-citation-line-format): Add final \n here so that the user can
10525         avoid a blank line.
10526
10527 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10528
10529         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10530         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10531         Update lanl/arXiv support.
10532
10533 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * gnus.el: Bump version number.
10536
10537 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10538
10539         * gnus.el (gnus-version-number): Bump version.
10540
10541 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10542
10543         * gnus.el: No Gnus v0.6 is released.
10544
10545 2007-04-27  Didier Verna  <didier@xemacs.org>
10546
10547         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10548         * gmm-utils.el (gmm-regexp-concat): ... here.
10549         * message.el: Don't require 'gnus-util.
10550         (message-dont-reply-to-names): Handle name change above.
10551         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10552
10553 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10556         since the initial value varies according to the system.
10557
10558 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10561
10562 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10563
10564         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10565
10566 2007-04-24  Didier Verna  <didier@xemacs.org>
10567
10568         Improve the type of gnus-ignored-from-addresses.
10569         * gnus-util.el (gnus-orify-regexp): New function.
10570         * message.el (gnus-util): Require it.
10571         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10572         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10573         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10574
10575 2007-04-24  Didier Verna  <didier@xemacs.org>
10576
10577         * gnus-sum.el:
10578         * gnus-utils.el: Fix some trailing whitespaces.
10579
10580 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10583         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10584         article's Message-ID; refer parent article in summary buffer.
10585
10586         * message.el (message-bounce): Call mime-to-mml.
10587
10588         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10589         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10590         optimize and/or forms properly.
10591
10592 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10593
10594         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10595         URL.
10596
10597 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10600
10601 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10602
10603         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10604         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10605         displayed of multipart/alternative part if it is invoked from summary
10606         buffer.
10607
10608         * mm-view.el (mm-inline-text-html-render-with-w3m)
10609         (mm-inline-text-html-render-with-w3m-standalone)
10610         (mm-inline-render-with-function): Use mail-parse-charset by default.
10611
10612 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10613
10614         * parse-time.el (parse-time-string-chars): Check if CHAR
10615         is less than the length of parse-time-syntax.
10616
10617 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10620         from gnus-newsgroup-processable.
10621
10622 2007-04-16  Didier Verna  <didier@xemacs.org>
10623
10624         * gnus-msg.el (gnus-configure-posting-styles):
10625         Handle message-signature-directory properly with :file syntax.
10626         Reported by "Leo".
10627
10628 2007-04-11  Didier Verna  <didier@xemacs.org>
10629
10630         New user option: message-signature-directory.
10631         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10632         * message.el (message-insert-signature): Ditto.
10633         * message.el (message-signature-file): Doc update.
10634         * message.el (message-signature-directory): New.
10635
10636 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * gnus-msg.el (gnus-inews-yank-articles):
10639         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10640
10641 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * message.el (message-yank-original): Make sure cited text ends with
10644         newline; don't exchange point and mark.
10645
10646 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10647
10648         * tls.el (open-tls-stream): Properly handle case where there
10649         is no associated buffer.
10650
10651 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10652
10653         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10654         message-yank-original, make sure (< mark TEXT point).
10655
10656 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10657
10658         * message.el (message-fill-column): New variable.
10659         (message-mode): Use it.  Add comment on a possible new hook.
10660
10661         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10662         (nnmail-get-new-mail): Reformat.
10663
10664         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10665
10666         * gmm-utils.el: Fix Commentary.
10667         (gmm-tool-bar-from-list): Fix typo in doc string.
10668
10669 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10670
10671         * message.el (message-yank-original): Don't switch point and mark
10672         unnecessarily to put point and mark as documented.
10673
10674 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10675
10676         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10677         from the message heads.
10678
10679 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10680
10681         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10682         article buffer does not have a window.  This may not be the best
10683         solution but is certainly better than setting the start of the null,
10684         that is the current, window.
10685
10686 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10687
10688         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10689         (gnus-draft-setup): Run it.
10690
10691         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10692         gnus-score-fast-scoring.  Allow regexp.
10693         (gnus-score-headers): Use it.
10694
10695         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10696         XEmacs.
10697
10698         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10699         string.
10700         (gnus-button-alist): Also catch `<f1> k ...'.
10701         (gnus-treat-display-x-face): Fix doc string.
10702
10703 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10704
10705         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10706         evaluation of gnus-extended-version to ensure correct generation of the
10707         User-Agent header when message-generate-headers-first is used.
10708
10709 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10710
10711         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10712         hashcash-path is nil.  Don't call callback with incorrect number of
10713         parameters if val is 0.
10714
10715 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10716
10717         * message.el (message-required-news-headers):
10718         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10719
10720 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10721
10722         * tls.el (open-tls-stream): In handshake-waiting loop,
10723         don't wait more if there is output available to process.
10724
10725 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10726
10727         * tls.el (tls-program): Doc fix.
10728
10729 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * message.el (message-generate-new-buffers): Change the meaning of the
10732         nil value; add `standard' to the choices; treat t as `unique'; improve
10733         doc string.
10734         (gnus-select-frame-set-input-focus): Autoload.
10735         (message-buffer-name): Search for the existing message buffer if
10736         message-generate-new-buffers is nil or `standard'; treat the value t of
10737         message-generate-new-buffers as `unique'.
10738         (message-pop-to-buffer): Raise the frame already displaying the message
10739         buffer; clear the echo area after querying.
10740         (message-setup): Pass the `continue' argument to compose-mail.
10741         (message-mail): Prefer `switch-function' if it is given; search for the
10742         existing message buffer if the `continue' argument is non-nil; pass
10743         continue and switch-function arguments to compose-mail by way of
10744         message-setup.
10745         (message-mail-other-window): Adjust argument of message-setup.
10746         (message-mail-other-frame): Ditto.
10747
10748 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10751         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10752         to turn font-lock on when turning gnus-message-citation-mode on.
10753
10754 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10755
10756         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10757         (mml-smime-function-alist): New variable; add epg as the backend.
10758         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10759         mml-smime- functions instead.
10760         * mm-view.el: Require smime.
10761
10762 2007-03-05  Didier Verna  <didier@xemacs.org>
10763
10764         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10765         instead of just inheritance for posting styles.
10766         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10767
10768 2007-02-24  Chris Moore  <dooglus@gmail.com>
10769
10770         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10771         * pgg-pgp.el (pgg-pgp-encrypt-region):
10772         * pgg-gpg.el (pgg-gpg-encrypt-region):
10773         Check pgg-encrypt-for-me if no other recipients.
10774
10775 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10776
10777         * tls.el (tls-certtool-program): Fix custom type.
10778
10779 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10782         and point-at-eol instead of line-(beginning|end)-position.
10783
10784         * assistant.el (assistant-parse-buffer): Ditto.
10785
10786         * netrc.el (netrc-parse-services): Ditto.
10787
10788 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10789
10790         * mml2015.el (mml2015-epg-find-usable-key): New function.
10791         (mml2015-epg-sign): Use it.
10792         (mml2015-epg-encrypt): Use it.
10793
10794 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10795
10796         * message.el (message-make-in-reply-to): Quote name containing
10797         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10798         if there are special characters.  Reported by NAKAJI Hiroyuki
10799         <nakaji@jp.freebsd.org>.
10800
10801 2007-02-27  Didier Verna  <didier@xemacs.org>
10802
10803         Include the group parameters as well as the topic ones in the
10804         inheritance filter process.
10805         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10806         argument GROUP-PARAMS-LIST.
10807         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10808
10809 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * nntp.el (nntp-never-echoes-commands)
10812         (nntp-open-connection-functions-never-echo-commands): New variables.
10813         (nntp-send-command): Use them.
10814
10815 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10816
10817         * mml2015.el (mml2015-epg-verify): Simplify.
10818
10819 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * mml.el (mml-content-disposition-alist): New user option.
10822         (mml-content-disposition): New function.
10823         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10824         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10825
10826 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10827
10828         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10829         verification.
10830
10831 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10832
10833         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10834         articles posted in the last 24 hours.
10835
10836 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10837
10838         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10839
10840 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10841
10842         * nntp.el (nntp-send-command): Don't wait for echoes when
10843         nntp-open-ssl-stream is used.
10844
10845 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10848         (gnus-message-add-citation-keywords)
10849         (gnus-message-remove-citation-keywords): Remove.
10850         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10851         directly, make the variables in font-lock-defaults buffer-local, add
10852         gnus-message-citation-keywords to them and then update the value of
10853         font-lock-keywords.
10854
10855 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10856
10857         * message.el (message-cite-original-1): Don't call
10858         gnus-article-highlight-citation.
10859
10860         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10861         citations; fix line count.
10862
10863 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10866         (gnus-message-add-citation-keywords)
10867         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10868         versions of font-lock-add-keywords and font-lock-remove-keywords to
10869         work with XEmacs correctly.
10870
10871 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * gnus-cite.el (gnus-cite-face-list): Set the values of
10874         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10875         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10876         (gnus-message-cite-prefix-regexp): New variable.
10877         (gnus-message-search-citation-line): Use it; protect against long
10878         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10879         the 0th match data for Emacs.
10880         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10881         (gnus-message-add-citation-keywords): Append keywords rather than
10882         prepending; emulate font-lock-add-keywords if it is not available.
10883         (gnus-message-remove-citation-keywords):
10884         Emulate font-lock-remove-keywords if it is not available.
10885
10886         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10887
10888         * message.el (message-cite-prefix-regexp): Set the value of
10889         gnus-message-cite-prefix-regexp.
10890
10891 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10892
10893         * nnweb.el (nnweb-google-parse-1): Update parser.
10894
10895 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10896
10897         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10898
10899 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10900
10901         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10902         regexp.
10903
10904 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10907         string-to-multibyte.
10908         (uudecode-decode-region-internal): Use it.
10909
10910         * lpath.el: Fbind string-as-multibyte for XEmacs.
10911
10912 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10913
10914         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10915         Fix custom choice.
10916
10917         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10918
10919 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10920
10921         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10922
10923         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10924         `write-region' to respect `mm-inhibit-file-name-handlers'.
10925
10926 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10927
10928         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10929         Use gnus-home-directory instead of "~/" or "$HOME".
10930
10931 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10932
10933         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10934         to mention filename.
10935         Add comments at beginning regarding usage.
10936         (encrypt-write-file-contents): Change interactive so a string is
10937         acceptable.  If the file has no associated model, show an error instead
10938         of a nonsense prompt.
10939
10940 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10941
10942         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10943         Thanks to Yoshihiko Yamada for kind notification of this typo.
10944
10945 2007-01-12  Kenichi Handa  <handa@m17n.org>
10946
10947         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10948         multibyte buffer.
10949
10950 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10951
10952         * gnus-score.el (gnus-score-fast-scoring): New variable.
10953         (gnus-score-headers): Use it.
10954
10955         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10956
10957         * message.el (message-cite-original-1):
10958         Call gnus-article-highlight-citation if requested.
10959         (message-make-from): Allow name and address as optional arguments.
10960
10961         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10962
10963         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10964         bugs to doc string.
10965         (gnus-button-alist): Add mid\\|message-id.
10966         (gnus-button-fetch-group): Extend for use in
10967         `browse-url-browser-function'.
10968         (gnus-button-url-regexp): Try to catch paired parentheses like in
10969         Wikipedia URLs.
10970
10971         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10972         Suggested by Simon Krahnke <overlord@gmx.li>.
10973
10974 2007-01-13  Romain Francoise  <romain@orebokech.com>
10975
10976         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10977         Update copyright.
10978
10979 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10980
10981         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10982
10983 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10984
10985         * gnus-registry.el (gnus-registry-unfollowed-groups)
10986         (gnus-registry-split-fancy-with-parent): Fix documentation.
10987
10988 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10989
10990         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10991         from nnweb groups.
10992
10993 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10994
10995         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10996         Xref urls.  Erase buffer before requesting head.
10997
10998         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10999
11000 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11001
11002         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11003         customizable.
11004
11005 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11006
11007         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11008         no signing key is found.
11009         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11010         no encrypting and/or signing key is found.
11011
11012 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11013
11014         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11015
11016 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11017
11018         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11019         headers read from disk with the ones newly found in the current search.
11020         This should no longer cause problems, because the article numbers in
11021         Gmane's `nov.php' output are ignored since the previous change.
11022
11023 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11024
11025         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11026
11027 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11028
11029         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11030         replace-regexp-in-string; bind url-version; fbind display-images-p and
11031         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11032         find-face and set-itimer-function for Emacs; bind itimer-list for
11033         Emacs.
11034
11035         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11036
11037 2007-01-01  Romain Francoise  <romain@orebokech.com>
11038
11039         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11040
11041 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11042
11043         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11044         `define-minor-mode' macro definition expanded properly.
11045         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11046         exclude it there.
11047
11048         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11049         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11050         `fboundp' test.
11051         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11052         This is OK to autoload in (S)XEmacs now.
11053
11054 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11055
11056         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11057         keystroke.
11058         (gnus-summary-limit-to-singletons): Fix typo.
11059
11060         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11061         else fails.
11062
11063 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11064
11065         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11066         docstring.
11067
11068         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11069         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11070         (gnus-summary-insert-dormant-articles): Fix typo in message.
11071
11072 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11073
11074         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11075         nil for XEmacs.
11076         (gnus-message-citation-mode): Don't autoload in XEmacs.
11077
11078         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11079
11080 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11081
11082         * nnimap.el (nnimap-expunge-search-string):
11083         Mention nnimap-search-uids-not-since-is-evil in docstring.
11084
11085 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11086
11087         * spam.el: Revert to make-obsolete-variable because
11088         define-obsolete-variable-alias is not supported in Emacs 21.
11089
11090         * spam.el (spam-ifile-path, spam-ifile-database-path)
11091         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11092         make-obsolete-variable.
11093         (spam-bsfilter-path, spam-bsfilter-program)
11094         (spam-spamassassin-path, spam-spamassassin-program)
11095         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11096         Don't use "path" inappropriately.
11097         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11098         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11099         variable names.
11100
11101 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11102
11103         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11104         summary buffer.
11105
11106         * password.el (password-cache-remove): Use clear-string to burn
11107         password, if available.
11108
11109 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11110
11111         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11112
11113         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11114
11115         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11116         (gnus-message-highlight-citation): Move defcustom here from
11117         gnus-cite.el.
11118         (gnus-message-citation-mode): Autoload.
11119
11120         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11121         checks to make it compile with XEmacs.
11122         (gnus-message-citation-mode): New minor mode.
11123         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11124         (gnus-message-highlight-citation): New variables.
11125         (gnus-message-search-citation-line)
11126         (gnus-message-add-citation-keywords)
11127         (gnus-message-remove-citation-keywords)
11128         (turn-on-gnus-message-citation-mode)
11129         (turn-off-gnus-message-citation-mode): New functions.
11130
11131 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11132
11133         * gnus-cite.el: Enable highlighting of different citation levels in
11134         message-mode.
11135
11136 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11137
11138         * message.el (message-make-fqdn): Fix comment.
11139         (message-bogus-system-names): Add ".local".
11140
11141         * spam.el (spam-ifile-path, spam-ifile-program)
11142         (spam-ifile-database-path, spam-ifile-database)
11143         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11144         Don't use "path" inappropriately.
11145         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11146         strings.
11147         (spam-check-ifile, spam-ifile-register-with-ifile)
11148         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11149         Use new variable names.
11150
11151         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11152         (gnus-treat-display-smileys): Simplify using
11153         gnus-image-type-available-p.
11154
11155         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11156         available.
11157
11158         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11159         Use `display-images-p' if available.
11160
11161 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11164         one after turning on the buffer's multibyteness instead of decoding
11165         them directly in the unibyte buffer that causes unexpected conversion
11166         in Emacs 23 (unicode).
11167
11168 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11169
11170         * message.el (message-generate-hashcash): Fix custom type.
11171
11172 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11173
11174         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11175
11176 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11177
11178         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11179         disconnect icons.  Add help text.
11180
11181 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11182
11183         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11184         negated to be consistent with the others we handle.
11185
11186 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187
11188         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11189         version of gnus-summary-buffer to something, so that we can use two
11190         article buffers at the same time.
11191
11192 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11193
11194         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11195         trigger all the extra headers.
11196         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11197         sorting.
11198
11199 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11200
11201         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11202         solid groups.
11203
11204 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11205
11206         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11207
11208 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * legacy-gnus-agent.el: Add Copyright notice.
11211
11212 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11213
11214         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11215
11216 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11217
11218         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11219
11220         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11221         to make it work reliably in CVS Emacs.
11222         (gnus-summary-limit-strange-charsets-predicate)
11223         (gnus-summary-limit-to-predicate): New functions.
11224
11225 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11226
11227         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11228         specifying array size.
11229         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11230         array if it is too small.
11231         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11232         (gnus-sort-threads-loop): New function.
11233
11234 2006-12-06  Chris Moore  <dooglus@gmail.com>
11235
11236         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11237         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11238
11239 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11240
11241         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11242         options.
11243
11244 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11245
11246         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11247         DOS-ing the recipient.
11248
11249         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11250         the headers when creating the mapping to avoid mismappings.
11251         (nnweb-gmane-create-mapping): Always nix out old mapping.
11252
11253 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11256         and mm-verify-option to never.
11257
11258 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11259
11260         * message.el (message-signed-or-encrypted-p): New function.
11261         (message-forward-make-body): Use it.
11262
11263         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11264         Replace encode-coding-string with mm-encode-coding-string.
11265
11266 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * nneething.el (nneething-decode-file-name):
11269         Replace decode-coding-string with mm-decode-coding-string.
11270
11271         * gnus-int.el (gnus-open-server): Say failed server's name.
11272
11273 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11274
11275         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11276         strings to a single string.  Quote `errors-file-name'.
11277         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11278         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11279         Adjust calls.  Use `shell-quote-argument'.
11280
11281 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11282
11283         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11284         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11285
11286         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11287         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11288         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11289         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11290         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11291         (gnus-subscribe-newsgroup, gnus-1):
11292         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11293         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11294         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11295         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11296
11297 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11298
11299         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11300         keystroke.
11301         (gnus-summary-limit-to-bodies): Implement headersp.
11302
11303 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11304
11305         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11306
11307 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11310
11311 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11312
11313         * message.el (message-generate-hashcash): Expand range of values to
11314         include `opportunistic'.
11315         (message-send-mail): Use it.
11316
11317 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11318
11319         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11320         and comment it.
11321
11322         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11323
11324 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11325
11326         * gnus-util.el (gnus-extract-address-components): Improve comment.
11327
11328 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11329
11330         * gnus-util.el (gnus-extract-address-components): Work with address in
11331         which the name portion contains @.
11332
11333         * lpath.el: Fbind custom-autoload.
11334
11335 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11336
11337         * gnus.el (gnus-start): Move custom group up.
11338         (gnus-select-method): Don't autoload, but make it available for
11339         `customize-variable'.
11340         (gnus-getenv-nntpserver): Don't autoload.
11341
11342 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11343
11344         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11345
11346 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11347
11348         * message.el (message-sendmail-extra-arguments): New variable.
11349         (message-send-mail-with-sendmail): Use it.
11350
11351 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11352
11353         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11354         mm-with-unibyte-current-buffer to make string unibyte.
11355
11356         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11357         mm-string-as-multibyte.
11358
11359 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11360
11361         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11362         Reported by Werner Koch <wk@gnupg.org>.
11363
11364 2006-11-14  Daiki Ueno  <ueno@p360>
11365
11366         * mml2015.el: Autoload epa-select-keys when compiling.
11367
11368 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11369
11370         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11371         message-options.
11372         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11373
11374 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11375
11376         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11377         EasyPG (< 0.0.6).
11378         (mml2015-always-trust): New user option.
11379         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11380         prompt.
11381
11382 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * nntp.el (nntp-authinfo-force): New variable.
11385         (nntp-send-authinfo): Use it.
11386
11387 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11390         decode encoded words.  Improve prompt.  Add comment about forwarding.
11391         (message-replacement-char): Move up.
11392
11393 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11394
11395         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11396         instead of gnus-intersection because arguments of gnus-sorted-nunion
11397         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11398
11399 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11400
11401         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11402         (message-simplify-subject-functions):
11403         Enable message-strip-subject-encoded-words by default.
11404
11405 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11406
11407         * message.el (message-strip-subject-encoded-words): New function.
11408         (message-simplify-subject-functions): New variable.
11409         (message-simplify-subject): Use it.  Fix typo in doc string.
11410         Support message-strip-subject-encoded-words.
11411
11412 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11413
11414         * gnus-diary.el (gnus-diary-delay-format-function):
11415         * nndiary.el (nndiary-reminders):
11416         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11417
11418 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11419
11420         * gnus-art.el (article-hide-boring-headers): Fetch date from
11421         gnus-original-article-buffer to avoid problems with localized date
11422         strings.
11423
11424 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11425
11426         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11427
11428 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11429
11430         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11431         New variables.
11432         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11433         (mm-charset-synonym-alist): Move some entries to
11434         mm-codepage-iso-8859-list.
11435         (mm-charset-synonym-alist, mm-charset-override-alist):
11436         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11437
11438 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11439
11440         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11441
11442 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11443
11444         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11445         with Emacs 21 and XEmacs.
11446
11447 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11448
11449         * spam.el (spam-parse-address): New function for better parsing,
11450         catching errors, etc.
11451         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11452
11453 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11454
11455         * mm-view.el: Add interactive arg to html2text autoload.
11456
11457 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11460
11461 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11462
11463         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11464         New variables.
11465         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11466         (mm-charset-synonym-alist): Move some entries to
11467         mm-codepage-iso-8859-list.
11468
11469         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11470
11471 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11472
11473         * message.el (message-citation-line-format)
11474         (message-insert-formated-citation-line): Fix implementation of %E, %N
11475         and %n according to the doc string.
11476
11477 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11478
11479         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11480         Use car-safe to avoid bad parses.
11481
11482 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11485         names.
11486
11487         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11488
11489 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11492         header.
11493
11494         * message.el (message-draft-headers): Add Date.
11495         (message-headers-to-generate): Fix typo in docstring.
11496
11497         * nndraft.el (nndraft-required-headers): New variable.
11498         (nndraft-generate-headers): Use it.
11499
11500         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11501
11502 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11503
11504         * gnus-registry.el (gnus-registry-wash-for-keywords)
11505         (gnus-registry-find-keywords): New functions to allow easy searching of
11506         articles that are in the registry.
11507
11508 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11509
11510         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11511         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11512         Reported by Damien Elmes <damien@repose.cx>.
11513
11514 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11515
11516         * gnus.el (gnus-mime): Remove unused custom group.
11517
11518 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11519
11520         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11521         "blank line" when searching for end of armor headers.
11522
11523 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * gmm-utils.el (gmm-write-region): Fix variable name.
11526
11527 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11528
11529         * gmm-utils.el (gmm-write-region): New function based on compatibility
11530         code from `mm-make-temp-file'.
11531
11532         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11533
11534         * nnmaildir.el (nnmaildir--update-nov)
11535         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11536         Use `gmm-write-region'.
11537
11538 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11541         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11542
11543         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11544
11545         * message.el (message-replacement-char): New variable.
11546         (message-fix-before-sending): Use it.
11547         (message-simplify-subject): New function to remove duplicate code.
11548         (message-reply, message-followup): Use it.
11549
11550         * gnus-sum.el (gnus-summary-make-menu-bar):
11551         Clarify gnus-summary-limit-to-articles.
11552
11553 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * gnus-util.el (gnus-with-local-quit): New macro.
11556
11557         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11558
11559 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11560
11561         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11562         ignore non-string data.
11563
11564 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11565
11566         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11567         non-string data (needs to be done in the registry too).
11568
11569 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11570
11571         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11572         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11573         (gnus-registry-split-fancy-with-parent)
11574         (gnus-registry-fetch-simplified-message-subject-fast)
11575         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11576         Remove text properties on ingress into the registry and when it's saved.
11577         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11578         registry from entries with no groups.
11579
11580 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11581
11582         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11583         function to remove string properties.
11584
11585 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11586
11587         * gmm-utils.el (gmm): Adjust custom version.
11588
11589         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11590         Adjust custom version.
11591
11592         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11593
11594 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11595
11596         * gnus-art.el (gnus-insert-prev-page-button)
11597         (gnus-insert-next-page-button): Simplify.  Reformat.
11598
11599 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11600
11601         * gnus-art.el (gnus-insert-prev-page-button)
11602         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11603
11604 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11605
11606         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11607
11608 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11609
11610         * gnus-art.el (gnus-insert-mime-button)
11611         (gnus-insert-mime-security-button):
11612         Apply gnus-article-button-face to MIME and security buttons.
11613
11614 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11615
11616         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11617         readable.
11618
11619 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11622
11623 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11624
11625         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11626         `browse-url-of-file' instead of `browse-url'.
11627
11628 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11629
11630         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11631         regexp.  Articles containing quotation were cut prematurely.
11632
11633 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * message.el (message-cite-original-1): Use nobody by default for the
11636         value of From header.
11637         (message-reply): Ditto.
11638
11639 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11640
11641         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11642         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11643         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11644
11645 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11646
11647         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11648         mails in the doc string.  Add some URLs in comment.
11649         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11650
11651 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11654         backslashes handling and the way to find boundaries of quoted strings.
11655
11656 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11657
11658         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11659         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11660         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11661         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11662
11663 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11666         doc string.
11667         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11668
11669 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * lpath.el: Fbind epg-check-configuration.
11672
11673 2006-09-06  Simon Josefsson  <jas@extundo.com>
11674
11675         * mml2015.el (mml2015-use): Doc fix, mention epg.
11676
11677 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11678
11679         * mml2015.el (mml2015-use): Default to epg, if available.
11680
11681 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11682
11683         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11684         message-sender.
11685         (mml1991-epg-encrypt): Ditto.
11686         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11687         message-sender.
11688         (mml2015-epg-encrypt): Ditto.
11689
11690 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11691
11692         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11693         several common directories.
11694
11695 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11696
11697         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11698         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11699
11700 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11701
11702         * gnus-art.el (article-decode-encoded-words): Make it fast.
11703
11704 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11707
11708         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11709         in quoted string into `\'.
11710
11711 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11712
11713         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11714         Use standard-syntax-table.
11715
11716 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * gnus-art.el (gnus-decode-address-function): New variable.
11719         (article-decode-encoded-words): Use it to decode headers which are
11720         assumed to contain addresses.
11721         (gnus-mime-delete-part): Remove useless `or'.
11722
11723         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11724         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11725         (gnus-nov-parse-line): Use it to decode From header.
11726         (gnus-get-newsgroup-headers): Ditto.
11727         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11728
11729         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11730         (mail-decode-encoded-address-string): New alias.
11731
11732         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11733         New function.
11734         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11735         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11736         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11737         (rfc2047-decode-string): Ditto.
11738         (rfc2047-decode-address-region): New function.
11739         (rfc2047-decode-address-string): New function.
11740
11741 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11742
11743         * message.el (message-caesar-buffer-body): Allow rotating headers.
11744
11745         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11746
11747         * message.el (message-insert-formated-citation-line): Fix %f.
11748         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11749
11750 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11753         (gnus-bookmark-mouse-available-p): New macro.
11754         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11755         (gnus-bookmark-bmenu-show-infos): Use it.
11756         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11757         (gnus-bookmark-bmenu-hide-infos): Ditto.
11758         (gnus-bookmark-remove-properties): New function.
11759         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11760         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11761         (gnus-bookmark-write-file): Bind coding-system-for-write.
11762         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11763         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11764         group before selecting it.
11765         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11766         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11767         quit-window if it is not available; use gnus-mouse-2 and bind it to
11768         gnus-bookmark-bmenu-select-by-mouse.
11769         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11770         (gnus-bookmark-bmenu-select-by-mouse): New function.
11771
11772 2006-08-13  Romain Francoise  <romain@orebokech.com>
11773
11774         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11775         space.
11776
11777 2006-08-10  Romain Francoise  <romain@orebokech.com>
11778
11779         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11780         (dns-mode-soa-auto-increment-serial): New user option.
11781         (dns-mode-soa-maybe-increment-serial): New function.
11782         (dns-mode): Add the latter to `write-contents-functions'.
11783
11784 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * compface.el (uncompface): Use binary rather than raw-text-unix.
11787
11788 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11789
11790         * compface.el (uncompface): Make sure the eol conversion doesn't take
11791         place when communicating with the external programs.
11792         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11793
11794 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11797
11798 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11799
11800         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11801         Make it more robust by parsing author and date independently.
11802
11803 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11806
11807 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11808
11809         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11810         first matching secret key.
11811         (mml2015-epg-encrypt): Ditto.
11812
11813         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11814         first matching secret key.
11815         (mml1991-epg-encrypt): Ditto.
11816
11817         * mml2015.el (mml2015-encrypt-to-self): New user option.
11818         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11819         mml2015-epg-encrypt-to-self is set.
11820
11821         * mml1991.el (mml1991-encrypt-to-self): New variable.
11822         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11823         mml1991-epg-encrypt-to-self is set.
11824
11825         * mml2015.el (mml2015-signers): New user option.
11826         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11827         (mml2015-epg-encrypt): Allow to select signing keys.
11828
11829         * mml1991.el (mml1991-signers): New variable.
11830         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11831         (mml1991-epg-encrypt): Allow to select signing keys.
11832
11833 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * nnheader.el (nnheader-insert-head): Make it work even if the file
11836         uses CRLF for the line-break code.
11837
11838 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11839
11840         * mml2015.el: Require mml-sec instead of password.
11841         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11842         (mml2015-cache-passphrase): Inherit the default value from
11843         mml-secure-cache-passphrase.
11844         (mml2015-passphrase-cache-expiry): Inherit the default value from
11845         mml-secure-passphrase-cache-expiry.
11846
11847         * mml1991.el: Require mml-sec instead of password.
11848         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11849         (mml1991-cache-passphrase): Inherit the default value from
11850         mml-secure-cache-passphrase.
11851         (mml1991-passphrase-cache-expiry): Inherit the default value from
11852         mml-secure-passphrase-cache-expiry.
11853
11854         * mml-sec.el: Require password.
11855         (mml-secure-verbose): New user option.
11856         (mml-secure-cache-passphrase): New user option.
11857         (mml-secure-passphrase-cache-expiry): New user option.
11858
11859 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11860
11861         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11862         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11863         andreas@altroot.de (Andreas Vögele).
11864
11865         FIXME: Use `tiny change'?
11866
11867 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11868
11869         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11870         workaround for the url package included with Emacs.
11871
11872         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11873
11874 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11875
11876         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11877         correctly.  This fixes a bug caused by the 2006-05-12 change.
11878
11879 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11880
11881         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11882         some information about the error when saying that the `bogus' mail
11883         group will be used.
11884
11885 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11886
11887         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11888         string.
11889
11890 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11891
11892         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11893
11894 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11895
11896         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11897
11898 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11899
11900         * mml1991.el (mml1991-function-alist): Add epg.
11901         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11902         (mml1991-epg-encrypt): New functions.
11903
11904 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11905
11906         * mml2015.el (mml2015-verbose): New variable.
11907         (mml2015-cache-passphrase): Ditto.
11908         (mml2015-passphrase-cache-expiry): Ditto.
11909         (mml2015-function-alist): Add epg.
11910         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11911         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11912         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11913         New functions.
11914
11915 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11916
11917         * message.el (message-cite-original-1): Preserve region when removing
11918         quoted text due to X-No-Archive in order to avoid bogus attribution
11919         when citing multiple messages.
11920
11921 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11922
11923         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11924         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11925
11926 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11927
11928         * gnus-diary.el (gnus-user-format-function-d)
11929         (gnus-user-format-function-D): Autoload.
11930
11931         * imap.el (Commentary): Fix typo.
11932
11933         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11934         2006-04-22 contribution.
11935
11936 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11937
11938         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11939         It didn't really fix the bogosity I'm seeing with solid web groups.
11940
11941 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11942
11943         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11944         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11945         created using server names.  If we use the feature without declaring
11946         it, Gnus does not properly manage server and group state.
11947
11948         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11949         bound.
11950
11951 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11952
11953         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11954         looking up the method using GROUP's prefix before inventing a new one.
11955         It is used on killed/unknown groups in various places where returning
11956         an all-new method isn't expected by the caller.
11957
11958         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11959         and match semantics of gnus-group-real-prefix.
11960
11961 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11962
11963         * nnmail.el (nnmail-broken-references-mailers): New variable.
11964         (nnmail-ignore-broken-references): New function generalizing
11965         nnmail-fix-eudora-headers.
11966         (nnmail-fix-eudora-headers): Now obsolete.
11967
11968         * gnus-art.el (gnus-button-handle-custom):
11969         Support `customize-apropos*'.
11970
11971 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11972
11973         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11974
11975         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11976         articles.
11977
11978 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * message.el (message-cite-reply-above): New variable.
11981         (message-yank-original): Use it.
11982
11983 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11984
11985         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11986
11987 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11990         as read.
11991
11992         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11993
11994 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11995
11996         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11997         (gnus-bookmark-default-file): Use gnus-directory.
11998         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11999         Remove "*" in doc string.
12000         (gnus-bookmark-write-file): Simplify.
12001         (gnus-bookmark-maybe-sort-alist): Use `when'.
12002         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12003         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12004         Add FIXME about Emacs 21 and XEmacs compatibility.
12005         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12006         compatibility.
12007         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12008         compatibility.
12009         (gnus-bookmark-menu-heading): Fix version.
12010
12011 2006-06-19  Bastien Guerry  <bzg@altern.org>
12012
12013         * gnus-bookmark.el: New file.
12014
12015 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * message.el (message-syntax-checks): Doc fix.
12018
12019 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12020
12021         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12022         unsubscribed groups as if they were killed ones.  It causes duplicate
12023         entries in gnus-newsrc-alist.
12024
12025 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * message.el (message-syntax-checks): Doc fix.
12028         (message-send-mail): Add check for continuation headers.
12029         (message-check-news-header-syntax): Fix regexp used to check for
12030         continuation headers.
12031
12032 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12035
12036 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12039
12040 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12043         default-truncate-lines.
12044
12045 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12048         to fill the utf-8 entry.
12049
12050         * lpath.el: Fbind unicode-precedence-list.
12051
12052 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12053
12054         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12055
12056 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12057
12058         * gnus-agent.el (directory-files-and-attributes): Move all the way
12059         forward (the third and final move).
12060         (gnus-agent-read-agentview): Trap reconstruction errors due to
12061         nonexistent directory.  Handle by returning nil.
12062
12063 2006-05-30  Didier Verna  <didier@xemacs.org>
12064
12065         * message.el (message-dont-reply-to-names): Update the custom type.
12066         * message.el (message-dont-reply-to-names): New defsubst: potentially
12067         convert a list of regexps into a single one.
12068         * message.el (message-get-reply-headers): Use it.
12069         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12070
12071 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * gnus-agent.el (directory-files-and-attributes): Move forward.
12074
12075 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12076
12077         * gnus-ml.el (gnus-mailing-list-subscribe)
12078         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12079         (gnus-mailing-list-message): Fix doc strings.
12080
12081 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12082
12083         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12084         of doing it manually.
12085
12086 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12087
12088         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12089         comment.
12090
12091 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12092
12093         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12094         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12095         (gnus-agent-read-local): All symbols allocated in my-obarray.
12096         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12097         (gnus-agent-regenerate-group): Check numeric names to see if they are
12098         messages or groups.
12099         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12100         better way of do this...)
12101
12102         * gnus-cache.el (gnus-agent-total-fetched-for):
12103         Ignore 'dummy.group' (there should be a better way of do this...)
12104
12105 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12108         (gnus-saved-headers): Ditto.
12109         (gnus-default-article-saver): Mention functions may have properties.
12110         (gnus-article-save): Override gnus-save-all-headers and
12111         gnus-saved-headers by :headers property which saver function may have.
12112         (gnus-summary-save-in-file): Add :headers property.
12113         (gnus-summary-write-to-file): Ditto.
12114
12115         * gnus-sum.el (gnus-summary-save-article): Bind
12116         gnus-prompt-before-saving to t when saving many articles in a file;
12117         always show all headers.
12118
12119         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12120
12121 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12124         marks.
12125
12126         * message.el (message-indent-citation): Add optional arguments to allow
12127         using it outside of message buffers.
12128
12129         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12130         (gnus-article-treat-unfold-headers): Use it.
12131         (gnus-article-truncate-lines): New variable.
12132         (gnus-article-mode): Use it.
12133         (gnus-article-toggle-truncate-lines): New function.
12134
12135         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12136         Add gnus-article-toggle-truncate-lines.
12137
12138         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12139         coding system in XEmacs, use binary.
12140
12141 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12144         after-load-alist.
12145
12146         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12147         this function should save decoded articles.
12148         (gnus-summary-write-to-file): Use property to specify this function
12149         should save decoded articles and specify gnus-summary-save-in-file
12150         should be used to save articles other than the first one when saving
12151         many articles.
12152         (gnus-summary-save-body-in-file): Use property to specify this
12153         function should save decoded articles.
12154         (gnus-summary-write-body-to-file): Use property to specify this
12155         function should save decoded articles and specify
12156         gnus-summary-save-body-in-file should be used to save articles other
12157         than the first one when saving many articles.
12158
12159         * gnus-sum.el (gnus-summary-save-article): Simplify.
12160
12161 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * gnus-art.el (gnus-default-article-saver):
12164         Add gnus-summary-write-body-to-file.
12165         (gnus-article-save-coding-system): Don't use coding system object
12166         in XEmacs.
12167         (gnus-read-save-file-name): Add optional `dir-var' argument which
12168         specifies directory in which files are saved; work even if optional
12169         `variable' argument is not specified.
12170         (gnus-summary-write-to-file): Read file name.
12171         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12172         (gnus-summary-write-body-to-file): New function.
12173
12174         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12175         (gnus-summary-local-variables): Add it.
12176         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12177         (gnus-summary-save-article): Remove optional `decode' argument;
12178         determine whether to decode articles by the value of
12179         gnus-default-article-saver; when saving many files using
12180         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12181         it first and use gnus-summary-save-in-file or
12182         gnus-summary-save-body-in-file thereafter unless
12183         gnus-prompt-before-saving is always; move point to article which
12184         will be saved.
12185         (gnus-summary-save-article-file): Revert.
12186         (gnus-summary-write-article-file): Revert.
12187         (gnus-summary-save-article-body-file): Revert.
12188         (gnus-summary-write-article-body-file): New function.
12189
12190 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * gnus-art.el (gnus-default-article-saver): Doc fix.
12193         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12194         from gnus-summary-save-article-coding-system, and default to a
12195         certain coding system.
12196         (gnus-output-to-file): Add coding cookie and encode text according
12197         to gnus-article-save-coding-system; don't use mm-append-to-file.
12198
12199         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12200         gnus-art.el and rename to gnus-article-save-coding-system.
12201         (gnus-summary-save-article): Require gnus-art; don't show all
12202         headers if it decodes articles; don't add coding cookie here;
12203         don't bind mm-text-coding-system-for-write.
12204         (gnus-summary-save-article-file): Save decoded articles.
12205         (gnus-summary-write-article-file): When saving many files, use
12206         gnus-summary-write-to-file first and gnus-summary-save-in-file
12207         thereafter unless gnus-prompt-before-saving is always.
12208         (gnus-summary-save-article-body-file): Save decoded articles.
12209
12210         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12211
12212 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * nnrss.el (nnrss-check-group): Bind hash-index.
12215
12216 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12217
12218         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12219         its hash index.  Store this hash in `nnrss-group-data'.
12220         (nnrss-read-group-data): Update accordingly.
12221
12222 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12223
12224         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12225         entry.
12226
12227         * gnus-sum.el (gnus-summary-make-menu-bar):
12228         Add gnus-article-browse-html-article.
12229
12230 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12231
12232         * gnus-sum.el (gnus-summary-mime-map):
12233         Add gnus-article-browse-html-article.
12234
12235         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12236
12237 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12238
12239         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12240         suitable coding systems in customize.
12241
12242 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12243
12244         * mail-source.el (mail-sources): Fix custom type.
12245
12246 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12247
12248         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12249         (gnus-summary-expire-articles-now): Shorten prompt.
12250
12251         * gmm-utils.el (wid-edit): Require.
12252         (defun-gmm): Rename from `gmm-defun-compat'.
12253         (gmm-image-search-load-path): Use it.
12254         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12255
12256 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus-sum.el (gnus-summary-save-article-coding-system):
12259         New variable.
12260         (gnus-summary-save-article): Add optional `decode' argument.
12261         If it is set and gnus-summary-save-article-coding-system is non-nil,
12262         save decoded article.
12263         (gnus-summary-write-article-file): Save decoded article if
12264         gnus-summary-save-article-coding-system is non-nil.
12265
12266         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12267         type.
12268
12269 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12272
12273 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12276         first to test gnus-single-article-buffer which may be buffer-local.
12277
12278         * gnus-sum.el (gnus-summary-setup-buffer):
12279         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12280         group; make gnus-article-buffer, gnus-article-current, and
12281         gnus-original-article-buffer always buffer-local.
12282         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12283         group.
12284         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12285
12286 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12287
12288         * nnml.el (nnml-request-compact-group): Compressed files might not
12289         have .gz extension.
12290
12291 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12292
12293         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12294         (mm-copy-to-buffer): Use with-current-buffer.
12295         (mm-display-part): Simplify.
12296         (mm-inlinable-p): Add optional arg `type'.
12297
12298 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12299
12300         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12301         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12302         Try harder to show the attachment internally or externally using
12303         gnus-mime-view-part-as-type.
12304
12305 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12306
12307         * message.el (message-from-style, message-signature-separator)
12308         (message-user-organization-file, message-send-mail-function)
12309         (message-citation-line-function, message-yank-prefix)
12310         (message-indent-citation-function, message-signature)
12311         (message-signature-file, message-signature-insert-empty-line):
12312         Remove autoloads.
12313
12314         * gnus-art.el (gnus-buttonized-mime-types):
12315         Remove "multipart/signed".  Revert 2006-04-26 change.
12316
12317 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12318
12319         * gnus.el (gnus-version-number): Bump version.
12320
12321 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12322
12323         * gnus.el: No Gnus v0.5 is released.
12324
12325 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12326
12327         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12328         fetching articles by message-id.
12329
12330 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12331
12332         * message.el (hashcash): Require hashcash as normal.
12333
12334         * ecomplete.el (ecomplete-highlight-match-line):
12335         Use point-at-eol.
12336         (ecomplete-highlight-match-line): Use `highlight', because that
12337         face exists in both Emacs and XEmacs.
12338
12339         * message.el (message-display-abbrev): Use point-at-bol.
12340
12341         * mail-source.el: Don't require timer/timer-funcs.
12342
12343         * gnus-async.el: Ditto.
12344
12345         * password.el: Ditto.
12346
12347         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12348
12349         * mm-url.el: Ditto.
12350
12351         * gnus-xmas.el: Don't require timer-funcs.
12352
12353         * mm-util.el: Require timer/timer-funcs.
12354
12355 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12356
12357         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12358         Close.
12359
12360 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12363         unibyte after clear-decrypt function runs.
12364
12365         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12366         returns as a unibyte string.
12367
12368 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * lpath.el: Revert.
12371
12372         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12373         (pgg-gpg-process-sentinel): Revert.
12374
12375         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12376         (pgg-pgp-lookup-key): Revert.
12377
12378         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12379         (pgg-pgp5-lookup-key): Revert.
12380
12381         * pgg.el (pgg-fetch-key): Revert.
12382
12383 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12384
12385         * lpath.el: Fbind string-as-multibyte for XEmacs.
12386
12387         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12388         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12389         (mml1991-pgg-encrypt): Ditto.
12390
12391         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12392         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12393         a multibyte buffer.
12394
12395         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12396         (pgg-pgp-lookup-key): Ditto.
12397
12398         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12399         (pgg-pgp5-lookup-key): Ditto.
12400
12401         * pgg.el (pgg-fetch-key): Ditto.
12402
12403 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12404
12405         * message.el (message-user-organization-file): Check several
12406         locations of the organization file.
12407
12408         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12409         Add gnus-article-view-part-as-type.
12410
12411         * gnus-art.el (gnus-article-view-part-as-type): New function.
12412
12413         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12414         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12415
12416         * mml.el: Simplify autoload.
12417         (mml-mode): defvar dnd-protocol-alist instead of using
12418         symbol-value.
12419         (mml-default-directory): New variable.
12420         (mml-minibuffer-read-file): Use it.
12421         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12422
12423         * message.el (message-citation-line-format): New variable.
12424         (message-insert-formated-citation-line): New function.
12425         (message-citation-line-function):
12426         Add `message-insert-formated-citation-line' to custom type.
12427
12428         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12429         to doc string.
12430
12431         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12432         depending on mm-verify-option.
12433
12434 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12437         binding pgg-* variables; reimplement the section which prevents
12438         MIME header from being signed.
12439         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12440         pgg-text-mode; remove a blank line at the top of body.
12441
12442         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12443         lines at the top of body; use gnus-newsgroup-charset if there's no
12444         Charset header.
12445
12446 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * message.el (message-self-insert-commands): Doc fix.
12449
12450         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12451         (mm-uu-pgp-encrypted-test): Ditto.
12452         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12453         between header and body; return application/pgp-encrypted handle
12454         if decryption failed; decode decrypted body by charset.
12455
12456         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12457         element match to application/pgp-*.
12458
12459 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12460
12461         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12462         HTML.
12463
12464 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12465
12466         * mail-source.el (mail-source-call-script): Message the error
12467         string.
12468
12469 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12470
12471         * gnus-util.el (gnus-byte-compile): Use it.
12472
12473 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12474
12475         * gnus-util.el (kill-empty-logs): New function.
12476
12477 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12478
12479         * message.el (message-mail-alias-type): Doc fix.
12480         (message-mail-alias-type-p): New function.
12481         (message-send): Use it.
12482         (message-mode): Ditto.
12483         (message-strip-forbidden-properties): Ditto.
12484
12485         * ecomplete.el (ecomplete-database-file-coding-system):
12486         New variable.
12487         (ecomplete-save): Use it.
12488         (ecomplete-setup): Use it.
12489
12490 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * message.el (message-self-insert-commands): New variable.
12493         (message-strip-forbidden-properties): Use it.
12494
12495 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12496
12497         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12498         that doesn't make XEmacs choke.
12499
12500 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12501
12502         * gnus-util.el (gnus-replace-in-string):
12503         Prefer replace-regexp-in-string over of replace-in-string.
12504
12505 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * gnus-util.el (gnus-select-frame-set-input-focus):
12508         Use select-frame-set-input-focus if it is available in XEmacs; use
12509         definition defined in Emacs 22 for old Emacsen.
12510
12511         * dgnushack.el: Autoload unmorse-region for XEmacs.
12512
12513         * lpath.el: Bind cursor-in-non-selected-windows and
12514         select-frame-set-input-focus for XEmacs.
12515
12516 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12519
12520 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12521
12522         * gnus-registry.el (gnus-registry-cache-save): Remove text
12523         properties when saving via the temp buffer.
12524
12525 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12526
12527         * message.el (message-generate-hashcash): Honor custom type.
12528
12529 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12530
12531         * message.el (message-generate-hashcash): Default to non-nil when
12532         hashcash is found.
12533
12534         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12535         (gnus-refer-thread-limit): Increase default to 500.
12536
12537         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12538
12539         * flow-fill.el (fill-flowed): Allow delete-space.
12540
12541 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12542
12543         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12544         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12545         Remove autoloads.
12546
12547 2006-04-18  Simon Josefsson  <jas@extundo.com>
12548
12549         * message.el (message-generate-hashcash): Default to.
12550
12551 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12554         concatenating segments rather than before concatenating them.
12555
12556 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12557
12558         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12559
12560 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12561
12562         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12563
12564         * message.el (message-forward-make-body-plain):
12565         Allow message-forward-ignored-headers to be a list.
12566         (message-remove-ignored-headers): Factor out into function.
12567         (message-forward-make-body-mml): Use it.
12568
12569         * imap.el (imap-quote-specials): New function.
12570         (imap-login-auth): Quote specials.
12571
12572         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12573         (rfc2231-parse-string): Allow concatanation of parameters that
12574         aren't contiguous.  The test case is
12575           (mail-header-parse-content-type "message/external-body;
12576             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12577             access-type=LOCAL-FILE;
12578             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12579
12580 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12581
12582         * nntp.el (nntp-accept-process-output): Return the value of
12583         `nnheader-accept-process-output'.
12584
12585 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12586
12587         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12588         (gnus-button-alist): Recognize more diff formats.
12589         (gnus-button-patch): Strip directory.
12590
12591 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12592
12593         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12594         Emacs 22 when setting focus.
12595
12596 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12597
12598         * gnus-art.el (gnus-article-treat-types): Do treatment of
12599         text/x-verbatim parts.
12600         (gnus-button-patch): New command.
12601
12602         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12603         addresses that contain invalid characters.
12604
12605 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12606
12607         * message.el (message-put-addresses-in-ecomplete):
12608         Use gnus-replace-in-string.
12609         (message-is-yours-p): Use the more correct
12610         mail-header-parse-address instead of
12611         mail-extract-address-components.
12612         (message-put-addresses-in-ecomplete): Fix typo.
12613
12614         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12615         keystroke.
12616
12617         * gnus-art.el (gnus-treatment-function-alist): Change order of
12618         newsgroups/generic header folding to avoid double-folding.
12619
12620         * message.el (message-hidden-headers): Add X-Draft-From.
12621
12622         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12623         New command.
12624         (gnus-summary-repeat-search-article-backward): New command.
12625
12626         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12627         groups in the parent topic.
12628
12629 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12630
12631         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12632         (spam-extra-header-to-number): Return the CRM114 number as a
12633         number instead of a string.
12634
12635 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12636
12637         * gnus-art.el (gnus-face-properties-alist): Move here from
12638         gnus-fun.
12639
12640         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12641
12642 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12643
12644         * message.el (message-strip-forbidden-properties): Only display on
12645         self-insert-command.
12646
12647         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12648         reindent.
12649         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12650
12651 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12652
12653         * smiley.el (smiley-style): Fix typo.
12654
12655 2006-03-23  Kenichi Handa  <handa@m17n.org>
12656
12657         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12658         instead of set-buffer-multibyte.
12659
12660 2006-03-23  Kenichi Handa  <handa@m17n.org>
12661
12662         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12663         buffer and then decode the buffer text if necessary.
12664         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12665         first, and after mm-encode-body, change the buffer to unibyte.
12666
12667 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12668
12669         * hashcash.el (hashcash-insert-payment-async-2):
12670         Use message-goto-eoh instead of doing it manually.
12671         (mail-add-payment): Use message-narrow-to-header instead of trying
12672         to do the same itself.
12673
12674         * message.el (message-hidden-headers): Add Face.
12675
12676         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12677         reparenting code.
12678         (gnus-summary-reparent-children): Refactored out code.
12679         (gnus-summary-thread-map): New keystroke.
12680         (gnus-summary-reparent-children): Make into command.
12681
12682         * smiley.el (smiley-style): Default to `medium' if using a large
12683         font.
12684
12685         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12686         does it itself.
12687
12688         * message.el (message-point-in-header-p): Simplify definition.
12689
12690 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12691
12692         * nnagent.el (nnagent-request-set-mark): Silence log file
12693         writing.
12694         (nnagent-request-set-mark): Use write-region instead of
12695         append-to-file.
12696
12697         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12698         strange select method.
12699
12700         * ecomplete.el (ecomplete-display-matches): Get highlightling
12701         right.
12702         (ecomplete-display-matches): Use literals.
12703         (ecomplete-display-matches): Disable message logging.
12704
12705         * message.el (message-display-abbrev): Small optimization.
12706
12707         * ecomplete.el (ecomplete-display-matches): Allow automatic
12708         display.
12709
12710         * message.el (message-strip-forbidden-properties):
12711         Display abbrevs.
12712         (message-display-abbrev): Get automatic display right.
12713
12714         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12715         keystrokes.
12716
12717 2006-04-13  Romain Francoise  <romain@orebokech.com>
12718
12719         TODO: Backport to v5-10!
12720
12721         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12722         Move here (and rename) from gnus-registry.el.
12723
12724         * gnus-registry.el: Require gnus-util.
12725         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12726
12727 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12728
12729         * gnus-group.el (gnus-group-catchup-current):
12730         Change if-then-else-if-then-else into cond.
12731         (gnus-group-catchup): Indent.
12732         (group-name-at-point): New function.
12733         (gnus-fetch-group): Provide default from thing at point.
12734
12735 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12736
12737         * message.el (message-display-abbrev): Fix regexp.
12738
12739         * ecomplete.el (ecomplete-highlight-match-line):
12740         Reimplement choosing.
12741         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12742         dead variables.
12743
12744         * message.el (message-newline-and-indent): Remove debugging.
12745         (message-display-abbrev): Use new implementation.
12746
12747 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12748
12749         * gnus-art.el (gnus-article-mode):
12750         Set cursor-in-non-selected-windows to nil.
12751
12752         * smiley.el: Revert previous change.
12753         (smiley-data-directory): defvar it before using it in the
12754         defcustom of `smiley-style'.
12755
12756 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12757
12758         * message.el (message-newline-and-indent): New function.
12759
12760         * ecomplete.el: Implement more bits.
12761
12762         * message.el (message-put-addresses-in-ecomplete): Clean up the
12763         string.
12764
12765         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12766
12767         * gnus-sum.el (gnus-summary-save-parts):
12768         Bind gnus-summary-save-parts-counter and use it to make unique file
12769         names.
12770
12771         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12772
12773         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12774         parameter to say whether to actually parse the individual
12775         addresses.
12776
12777         * message.el (message-put-addresses-in-ecomplete): New function.
12778         (ecomplete): Require.
12779         (message-mail-alias-type): Add ecomplete as an option.
12780
12781 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12782
12783         * flow-fill.el (fill-flowed): Remove trailing space from blank
12784         quoted lines.
12785
12786 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12787
12788         * smiley.el (smiley-style): Move definition later to avoid a
12789         compilation warning.
12790
12791 2006-04-12  Kenichi Handa  <handa@m17n.org>
12792
12793         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12794         buffer and then decode the buffer text if necessary.
12795         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12796         first, and after mm-encode-body, change the buffer to unibyte.
12797         Use mm-disable-multibyte instead of set-buffer-multibyte.
12798
12799 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12802         Content-Type header instead of Content-Disposition header.
12803         (gnus-mime-inline-part): Ditto.
12804         (gnus-mime-view-part-as-charset): Ignore charset that the part
12805         specifies.
12806
12807         * mm-decode.el (mm-display-part): Work with external parts and
12808         usual parts similarly.
12809
12810         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12811         instead of gnus-display-mime.
12812
12813         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12814         instead of with-temp-buffer.
12815
12816         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12817         tag to summarized topics part in order to encode non-ASCII text.
12818
12819 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12820
12821         * smiley.el (smiley-style): New variable.
12822         (smiley-directory): New function.
12823         (smiley-data-directory): Derive from `smiley-style' using
12824         `smiley-directory'.
12825         (smiley-regexp-alist): Add new entries.
12826
12827         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12828         (gnus-article-browse-delete-temp): Add :version.
12829
12830 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12831
12832         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12833         the sieve region.
12834
12835 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12836
12837         * gnus.el (gnus-version-number): Bump version.
12838
12839 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12840
12841         * gnus.el: No Gnus v0.4 is released.
12842
12843 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12844
12845         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12846         layout.
12847
12848         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12849         unknown charset.
12850
12851         * message.el (message-header-synonyms): Add Original-To to the
12852         default.
12853
12854         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12855         optional parameter.
12856
12857 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12858
12859         * gnus-fun.el (gnus): Require it for gnus-directory.
12860
12861 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12864
12865 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12866
12867         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12868
12869 2006-04-05  Simon Josefsson  <jas@extundo.com>
12870
12871         * password.el (password-reset): New function.
12872
12873 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12874
12875         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12876         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12877
12878 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12879
12880         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12881         Some whitespace was matched into the url, which broke browsing hits
12882         > 100 when mm-url-use-external was nil.
12883
12884 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12885
12886         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12887         Check gnus-extra-headers for 'Newsgroups.
12888
12889         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12890         bound.
12891
12892 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12893
12894         * pgg-gpg.el: Clean up process buffers every time gpg processes
12895         complete.
12896
12897 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12898
12899         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12900         doc string.
12901
12902 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12903
12904         * pgg-gpg.el (pgg-gpg-process-filter)
12905         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12906
12907         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12908         lines, temporary fix.
12909
12910 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12911
12912         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12913
12914 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12915
12916         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12917         default-enable-multibyte-characters.  This reverts the change from
12918         revision 6.17 which is no longer necessary because the passphrase
12919         is sent separately now.  GnuPG messages are unreadable under
12920         multibyte locales with default-enable-multibyte-characters set to
12921         nil.
12922
12923 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12924
12925         * message.el (message-tool-bar-gnome): Move "spell".
12926
12927 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12928
12929         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12930         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12931         instead.
12932
12933 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12934
12935         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12936         Improve newsgroups handling for NNTP overviews which don't include
12937         Newsgroups.
12938
12939 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12940
12941         * message.el (message-resend): Bind message-generate-hashcash to nil.
12942
12943 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12944
12945         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12946         when searching for already-paid recipients.
12947
12948 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12949
12950         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12951         passphrases when it is not needed.
12952         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12953         passphrase stuff from gpg, should only be necessary when you use
12954         gpg with a smartcard.
12955
12956 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * mml.el (mml-insert-mime): Ignore cached contents of
12959         message/external-body part.
12960
12961         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12962         (mm-insert-part): Ditto.
12963
12964 2006-03-23  Simon Josefsson  <jas@extundo.com>
12965
12966         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12967         Reiner.
12968         (pgg-gpg-use-agent-p): Use it again.
12969
12970 2006-03-23  Simon Josefsson  <jas@extundo.com>
12971
12972         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12973         older emacsen.
12974         (pgg-gpg-use-agent-p): Don't use it.
12975
12976 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12977
12978         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12979         if we can.
12980
12981 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12982
12983         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12984         (pgg-gpg-update-agent): New function.
12985         (pgg-gpg-use-agent-p): New function.
12986         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12987         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12988         (pgg-gpg-sign-region): Use it.
12989
12990 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12991
12992         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12993         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12994
12995 2006-03-21  Simon Josefsson  <jas@extundo.com>
12996
12997         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12998         <wilde@sha-bang.de>.
12999         (pgg-gpg-use-agent): New variable.
13000         (pgg-gpg-process-region): Use it.
13001         (pgg-gpg-encrypt-region): Likewise.
13002         (pgg-gpg-encrypt-symmetric-region): Likewise.
13003         (pgg-gpg-decrypt-region): Likewise.
13004         (pgg-gpg-sign-region): Likewise.
13005         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13006
13007 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13008
13009         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13010
13011         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13012         Add comment on version.
13013
13014 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13015
13016         * smiley.el: Add missing test smiley.
13017
13018 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * mm-decode.el (mm-with-part): New macro.
13021         (mm-get-part): Use it; work with message/external-body as well.
13022         (mm-save-part): Treat name and filename equally.
13023
13024         * mm-extern.el (mm-extern-cache-contents): New function.
13025         (mm-inline-external-body): Use it; force the part to be displayed;
13026         move undisplayer added to the cached handle to the parent.
13027
13028         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13029         (gnus-mime-view-part-as-type): Work with message/external-body.
13030
13031         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13032
13033 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13034
13035         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13036         images in image-load-path.  [Sync with image.el, revision 1.60, in
13037         Emacs.]
13038
13039 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13040
13041         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13042         path rather than symbol.  Always return list of directories.
13043         Guarantee that image directory comes first.  [Sync with image.el,
13044         revision 1.59, in Emacs.]
13045
13046         * message.el (message-make-tool-bar): Adjust to new API of
13047         `gmm-image-load-path-for-library'.
13048
13049         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13050
13051         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13052
13053 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13054
13055         * gnus-art.el (gnus-article-only-boring-p):
13056         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13057         intangible text.
13058         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13059
13060 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13061
13062         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13063         Use `defun' instead of `gmm-defun-compat'.
13064
13065 2006-03-14  Simon Josefsson  <jas@extundo.com>
13066
13067         * message.el (message-unique-id): Don't use message-number-base36
13068         if (user-uid) is a float.
13069         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13070
13071 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13074
13075         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13076         empty line between a part and a message part.
13077
13078 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13079
13080         * smiley.el: Add more test smileys.
13081         (smiley-data-directory, smiley-regexp-alist)
13082         (gnus-smiley-file-types): Fix doc strings.
13083         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13084         adding new elements.
13085         (smiley-mouse-map): Unused code.  Make it a comment.
13086
13087 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13090         scan latest NoCeM messages instead of old ones.
13091         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13092         delimiters that are recently used.
13093         (gnus-nocem-load-cache): Add autoload cookie.
13094
13095         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13096
13097         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13098         level which is larger than gnus-use-nocem is specified.
13099
13100         * gnus-group.el (gnus-group-get-new-news): Ditto.
13101
13102 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13103
13104         * gnus-util.el (gnus-tool-bar-update): New function.
13105
13106         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13107         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13108
13109         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13110
13111         * gnus-group.el (gnus-group-redraw-when-idle)
13112         (gnus-group-redraw-check): Remove.
13113         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13114
13115 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13118         if optional last element is specified in splits (FIELD VALUE...).
13119
13120 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13121
13122         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13123         to gmm-image-load-path-for-library.  Call with no-error argument.
13124         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13125
13126         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13127
13128         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13129
13130         * gmm-utils.el (gmm-image-load-path): Remove alias.
13131
13132 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * gmm-utils.el (gmm-image-load-path): Add alias.
13135
13136         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13137         nnml-generate-nov-databases-1.
13138         (nnml-generate-nov-databases): Use it.
13139         (nnml-generate-nov-databases-directory): Document no-active
13140         argument.
13141
13142         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13143         directory if path is t.  Add no-error.
13144
13145         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13146         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13147
13148         * gnus-art.el (gnus-article-browse-delete-temp-files):
13149         Simplify resetting gnus-article-browse-html-temp-list.
13150
13151         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13152         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13153         Add example to docstring.  Rename local variables.  Move error
13154         checks to default case in cond and simplify.
13155
13156 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13159         handle is multipart when calling it recursively.
13160         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13161
13162 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13163
13164         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13165         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13166
13167 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13168
13169         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13170         is loaded.
13171
13172         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13173         loaded.
13174
13175 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13176
13177         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13178         to "Emacs 23 (unicode)" in doc string.
13179
13180         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13181         "Emacs 23 (unicode)" in comment.
13182
13183 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13186
13187         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13188         characters 160 through 255 in Emacs 23.
13189
13190 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13191
13192         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13193         gnus-article-browse-html-temp.
13194         (gnus-article-browse-delete-temp): Make it customizable.
13195         Add `file'.  Adjust doc string.
13196         (gnus-article-browse-delete-temp-files): Add argument.
13197         Allow query for each file.  Adjust doc string.
13198         (gnus-article-browse-html-parts):
13199         Add `gnus-article-browse-delete-temp-files' to
13200         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13201
13202 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13203
13204         * gnus-art.el (gnus-article-browse-html-temp)
13205         (gnus-article-browse-delete-temp): New variables.
13206         (gnus-article-browse-delete-temp-files): New function.
13207         (gnus-article-browse-html-parts): Use it.
13208
13209 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13210
13211         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13212
13213         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13214         string.
13215
13216         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13217         gnus-summary-insert-new-articles when unplugged.
13218         Remove gnus-summary-search-article-forward.
13219
13220         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13221         display-visual-class instead of display-color-cells.
13222
13223 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * dgnushack.el: Autoload customize-group for XEmacs.
13226
13227         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13228         message/* containing non-ASCII text properly.
13229
13230 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13231
13232         * message.el: Require gmm-utils, remove autoloads.
13233         (message-tool-bar): Set default based on
13234         gmm-tool-bar-style.
13235         (message-tool-bar-gnome): Add gmm-customize-mode.
13236
13237         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13238         gmm-tool-bar-style.
13239         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13240
13241         * gnus-group.el (gnus-group-tool-bar): Set default based on
13242         gmm-tool-bar-style.
13243         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13244
13245         * gmm-utils.el (gmm-image-directory): Rename variable from
13246         gmm-image-load-path.
13247         (gmm-image-load-path): Use gmm-image-directory.
13248         (gmm-customize-mode): New function.
13249         (gmm-tool-bar-style): New variable.
13250
13251         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13252         gnus-group-redraw-line-number.
13253         (gnus-group-redraw-check): Simplify.
13254         (gnus-group-tool-bar-update): Remove redraw check.
13255         (gnus-group-make-tool-bar): Add redraw check.
13256
13257 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13258
13259         * gnus-art.el (gnus-button): Add missing parentheses.
13260
13261 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * lpath.el: Fbind line-number-at-pos.
13264
13265 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13266
13267         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13268
13269 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13270
13271         * gnus-art.el (gnus-button): New face.
13272         (gnus-article-button-face): Use it.
13273
13274         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13275         Add gnus-summary-next-page.  Re-order.
13276
13277         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13278         next-node are now included.
13279         (gnus-group-redraw-line-number): New internal variable.
13280         (gnus-group-redraw-check): Helper function for updating the tool
13281         bar.
13282         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13283
13284         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13285
13286         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13287         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13288         Use it to match format of Spamassassin 3.0 and later.
13289         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13290         (spam-check-bogofilter)
13291         (spam-bogofilter-register-with-bogofilter): Fix args of
13292         `gnus-error' calls.
13293
13294 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13295
13296         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13297         unnecessary interaction when sending queued mails.
13298         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13299
13300 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13301
13302         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13303         first or last are nil.
13304
13305 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13306
13307         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13308
13309 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13310
13311         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13312
13313 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13314
13315         * dns.el (query-dns): Protect more against buggy tcp output.
13316
13317 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13318
13319         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13320         nov.php.
13321
13322 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13323
13324         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13325         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13326         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13327         output on the server side.
13328         (nnweb-google-create-mapping): Update regexps and add some
13329         progress indication.
13330
13331 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13332
13333         * gnus-group.el (gnus-group-tool-bar-gnome):
13334         Fix gnus-agent-toggle-plugged.  Re-order icons.
13335         (gnus-group-tool-bar-gnome):
13336         Add gnus-group-{prev,next}-unread-group.
13337         (gnus-group-tool-bar-gnome): Re-order icons.
13338
13339         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13340         Move gnus-summary-insert-new-articles.
13341
13342         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13343         Fix comments.
13344
13345         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13346         also available in Emacs 21.3.
13347
13348         * message.el (message-fix-before-sending): Change "Emacs 22" to
13349         "Emacs 23 (unicode)" in comment.
13350
13351         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13352         "Emacs 23 (unicode)" in comment.
13353
13354         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13355         comment.
13356         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13357
13358         * mm-view.el (mm-fill-flowed): Add :version.
13359
13360 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13361
13362         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13363         and load-path.
13364
13365 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13366
13367         * message.el: Autoload gmm-image-load-path.
13368         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13369         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13370         consitency.
13371
13372         * gmm-utils.el (gmm-image-load-path): Also search in
13373         "../etc/images".  Don't set gmm-image-load-path if we don't find
13374         the image.
13375
13376 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * gmm-utils.el (gmm-image-load-path): Don't make
13379         `gmm-image-load-path' include subdirectories which the second arg
13380         `image' might specify.
13381
13382         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13383         subdirectory to icon file names.
13384
13385         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13386
13387 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13388
13389         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13390         gmm-image-load-path calls.
13391
13392         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13393
13394         * message.el (message-make-tool-bar): Ditto.
13395
13396         * mml.el (mml-preview): Add comment concerning tool bar icons.
13397
13398         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13399         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13400
13401         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13402         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13403
13404         * message.el (message-tool-bar-gnome): Use new icon names.
13405         (message-make-tool-bar): Use `gmm-image-load-path'.
13406
13407         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13408         New functions from MH-E.
13409         (gmm-image-load-path): New variable from MH-E.
13410         (gmm-image-load-path): New function from MH-E.  Add arguments
13411         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13412         *-image-load-path-called-flag.
13413
13414 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13415
13416         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13417
13418 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13419
13420         * nnimap.el (nnimap-request-move-article): Change folder back to
13421         source group before deleting.
13422
13423 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13424
13425         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13426
13427         * gnus-art.el (mm-url-insert-file-contents-external):
13428         Autoload mm-url.
13429
13430         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13431
13432 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13433
13434         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13435         coding system which mm-charset-to-coding-system returns for a
13436         given charset is valid.
13437
13438 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13439
13440         * html2text.el (html2text-remove-tag-list):
13441         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13442
13443 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13444
13445         * gnus-cus.el: Revert 2005-10-17 change.
13446
13447 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13448
13449         * gnus-art.el (article-strip-banner):
13450         Call article-really-strip-banner only when the regexp match is made.
13451
13452 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13453
13454         * gnus-art.el (article-strip-banner):
13455         Use gnus-extract-address-components instead of
13456         mail-header-parse-addresses to make it work with non-ASCII text;
13457         remove mail-encode-encoded-word-string.
13458
13459         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13460         values which are surrounded with \"...\"; make it never cause a
13461         Lisp error; give up parsing of parameters if it failed in
13462         extracting type.
13463
13464 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13465
13466         * smime.el (smime-cert-by-ldap-1): Fix bug where
13467         `smime-ldap-search' returns results without userCertificates.
13468
13469 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13472
13473 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13474
13475         * spam.el (spam-check-spamassassin-headers): Adapt format for
13476         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13477         <ari@mbf.ocn.ne.jp>.
13478         (spam-list-of-processors): Add spam-use-gmane.
13479
13480 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13481
13482         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13483         make-temp-file; make it work with XEmacs as well.
13484
13485         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13486         mm-make-temp-file.
13487
13488         * mm-decode.el (mm-display-external): Use the 3rd arg of
13489         mm-make-temp-file.
13490         (mm-create-image-xemacs): Ditto.
13491
13492 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13495         with message-narrow-to-headers.
13496         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13497         (gnus-draft-check-draft-articles): New function.
13498         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13499
13500 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13501
13502         * gnus-art.el (gnus-article-browse-html-parts):
13503         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13504         Don't use suffix argument for mm-make-temp-file for Emacs 21
13505         compatibility.  Remove useless `format'.
13506
13507 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13508
13509         * nnweb.el (nnweb-google-wash-article): Update regexps.
13510         (nnweb-group-alist): Use defvoo instead of defvar.
13511
13512 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13515         re-loading nn* modules.
13516
13517 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13518
13519         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13520         for `tool-bar-mode' and don't check it's default-value.
13521
13522         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13523
13524         * message.el (message-make-tool-bar): Ditto.
13525
13526         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13527         `substring'.  Shorten tmp-file name.
13528
13529         * gnus.el: Remove bogus comment.
13530
13531 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13532
13533         * gnus-art.el (gnus-article-browse-html-parts): New function.
13534         (gnus-article-browse-html-article): New function for viewing html
13535         articles with a browser.
13536
13537 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13538
13539         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13540         in elisp.
13541         (pgg-gpg-encrypt-symmetric-region): Ditto.
13542         (pgg-gpg-sign-region): Ditto.
13543
13544         * pgg-def.el (pgg-text-mode): New variable.
13545
13546         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13547         (mml2015-pgg-encrypt): Ditto.
13548
13549         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13550         (mml1991-pgg-encrypt): Ditto.
13551
13552 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * nnfolder.el (nnfolder-insert-newsgroup-line):
13555         Use message-make-date instead of current-time-string.
13556
13557         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13558         to gnus-decoded which mm-uu might set.
13559
13560 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13563         don't decode quoted parameters; remove misimported Emacs code.
13564         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13565         (rfc2231-decode-encoded-string): Don't use split-string which
13566         behaves differently according to Emacs version; use
13567         mm-decode-coding-region to convert charset to coding-system.
13568         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13569         (rfc2231-encode-string): Remove misimported Emacs code.
13570
13571 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13574         when calling mail-header-parse-content-type.
13575         (article-de-quoted-unreadable): Ditto.
13576         (article-de-base64-unreadable): Ditto.
13577         (article-wash-html): Ditto.
13578
13579         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13580         calling mail-header-parse-content-type and
13581         mail-header-parse-content-disposition.
13582         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13583         mail-header-parse-content-type.
13584
13585         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13586         insert charset and format parameters; encode description after
13587         inserting it to buffer.
13588         (mml-insert-parameter): Fold lines properly even if a parameter is
13589         segmented into two or more lines; change the max column to 76.
13590
13591         * rfc1843.el (rfc1843-decode-article-body): Don't use
13592         ignore-errors when calling mail-header-parse-content-type.
13593
13594         * rfc2231.el (rfc2231-parse-string): Return at least type if
13595         possible; don't cause an error even if it fails in parsing of
13596         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13597         (rfc2231-encode-string): Don't break lines at the beginning, leave
13598         it to mml-insert-parameter.
13599
13600         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13601         calling mail-header-parse-content-type.
13602
13603 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13604
13605         * spam-report.el (spam-report-gmane-use-article-number):
13606         Improve doc string.
13607         (spam-report-gmane-internal): Check if a suitable header was found
13608         in the article.
13609
13610 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13613         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13614
13615 2006-02-05  Romain Francoise  <romain@orebokech.com>
13616
13617         Update copyright notices of all files in the gnus directory.
13618
13619 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13620
13621         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13622
13623 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13626         segmented lines of parameter value to cope with Thunderbird 1.5
13627         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13628         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13629         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13630
13631 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13632
13633         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13634         parts.
13635
13636 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13637
13638         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13639         there's only one active file for all servers.
13640         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13641         solid groups.  Gnus might have used a FAST request to select the group.
13642         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13643         and nnweb-search redundantly in the active file.
13644         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13645         (nnweb-request-create-group): Don't use ARGS.
13646         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13647         initialisations.  Let nnoo do the work.
13648
13649 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13652         Say the part has been decoded.
13653
13654         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13655
13656 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13657
13658         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13659         mailcap-viewer-test-cache when there's no 'test clause, since that
13660         will invert the meaning of a "nil" test previously determined by
13661         mailcap-mailcap-entry-passes-test.
13662
13663 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13666         compiling.
13667
13668         * gnus-sum.el: Ditto.
13669
13670         * message.el: Don't bind tool-bar-map when compiling.
13671
13672 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13673
13674         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13675
13676 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13677
13678         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13679         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13680         current Google Groups.
13681
13682 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13683
13684         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13685         and tool-bar-mode.
13686
13687         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13688         and tool-bar-mode.
13689
13690         * message.el (message-tool-bar-update): Simplify.
13691         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13692
13693         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13694         gnus-summary-buffer.
13695         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13696         gnus-summary-reply.
13697
13698         * gmm-utils.el (gmm): Add :version.
13699
13700 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * Makefile.in (clean): New rule.
13703         (distclean): Use it.
13704
13705 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13706
13707         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13708         Don't autoload.
13709
13710 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * gmm-utils.el (gmm-verbose): Add :group.
13713
13714 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13715
13716         * message.el: Change some comments WRT tool-bars.
13717
13718         * gnus-sum.el (gnus-summary-tool-bar)
13719         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13720         (gnus-summary-tool-bar-zap-list): New variables.
13721         (gnus-summary-make-tool-bar): Complete rewrite using
13722         `gmm-tool-bar-from-list'.
13723
13724         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13725         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13726         New variables.
13727         (gnus-group-make-tool-bar): Complete rewrite using
13728         `gmm-tool-bar-from-list'.
13729         (gnus-group-tool-bar-update): New function.
13730
13731         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13732
13733 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13736         is dissected into a single part of which the type is the same as
13737         the given one; decode charset.
13738
13739 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13740
13741         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13742         into alists as symbol not string, since that's what
13743         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13744         look for.
13745
13746 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13747
13748         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13749         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13750
13751         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13752
13753 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13756         (gnus-xmas-mime-security-button-menu): New function.
13757
13758         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13759         (gnus-mime-security-button-menu): New definition.
13760         (gnus-mime-security-button-map): Use them.
13761         (gnus-mime-security-button-menu): New function.
13762         (gnus-insert-mime-security-button): Addition to help echo.
13763         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13764         (gnus-mime-security-pipe-part): New functions.
13765
13766         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13767         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13768
13769         * mm-decode.el (mm-handle-set-disposition): Remove.
13770         (mm-handle-set-description): Remove.
13771
13772 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13775         (mm-w3m-standalone-supports-m17n-p): New function.
13776         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13777         w3m usage.
13778
13779         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13780         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13781
13782 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13783
13784         * message.el (message-tool-bar-zap-list):
13785         Use gmm-tool-bar-zap-list as custom type.
13786         (message-tool-bar-update): New function.
13787         (message-tool-bar, message-tool-bar-gnome)
13788         (message-tool-bar-retro): Add message-tool-bar-update.
13789         (message-tool-bar-gnome): Add flyspell-buffer.
13790
13791         * gnus-util.el (gnus-error): Describe `args'.
13792
13793         * gmm-utils.el (gmm-error): Describe `args'.
13794         (gmm-tool-bar-zap-list): New widget.
13795         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13796
13797 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13798
13799         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13800         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13801         the number of recursive calls.
13802
13803         * mm-decode.el (mm-handle-set-disposition): New macro.
13804         (mm-handle-set-description): New macro.
13805
13806 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13809         encoding.
13810
13811 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13812
13813         * message.el (message-tool-bar-zap-list, message-tool-bar)
13814         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13815         (message-tool-bar-local-item-from-menu): Remove.
13816         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13817         (message-make-tool-bar): New function.
13818         (message-mode): Use `message-make-tool-bar'.
13819
13820         * gmm-utils.el: New file.
13821         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13822         (gmm-lazy): New widget copied from `nnmail.el'.
13823         (gmm-tool-bar-from-list): New function for creating customizable
13824         tool bars.
13825         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13826         output.
13827         (gmm): Add :prefix to defgroup.
13828
13829 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13830
13831         * gmm-utils.el (gmm-widget-p): New function.
13832
13833 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * mml.el (mml-attach-file): Describe `description' in doc string.
13836         (mml-menu): Add Emacs MIME manual and PGG manual.
13837
13838 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13839
13840         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13841
13842 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13843
13844         * nntp.el (nntp-end-of-line): Doc fix.
13845
13846 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13847
13848         * imap.el (imap-open): Handle case where buffer is a buffer
13849         object.
13850
13851 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13852
13853         * gnus-delay.el (gnus-delay): Don't autoload.
13854         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13855         to be re-loaded when customizing the `gnus-delay' group.
13856
13857 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13858
13859         * message.el (message-insert-citation-line): Use newlines.
13860
13861 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13862
13863         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13864         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13865         these routines, so the passphrase can be managed externally and
13866         passed in to the system.
13867         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13868         pgg-add-passphrase-to-cache function.
13869
13870         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13871         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13872         these routines, so the passphrase can be managed externally and
13873         passed in to the system.
13874         (pgg-pgp5-sign-region): Use new name of
13875         pgg-add-passphrase-to-cache function.
13876
13877 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13878
13879         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13880         part of the decoded armor to find the key-identifier.
13881         (pgg-gpg-lookup-key-owner): New function to return the
13882         human-readable identifier of a key owner.
13883         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13884         itself.
13885         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13886         the key value) if we have a key and can match it against a secret
13887         key.  Also, added a note pointing out fact that the prompt only
13888         indicates the first matching key.
13889
13890         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13891         pgg-decrypt-region.
13892         (pgg-add-passphrase-to-cache): Rename from
13893         `pgg-add-passphrase-cache' to reduce confusion (all callers
13894         changed).
13895         (pgg-remove-passphrase-from-cache): Rename from
13896         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13897         changed).
13898         (pgg-read-passphrase, pgg-add-passphrase-cache)
13899         (pgg-remove-passphrase-cache): Add informative docstrings.
13900         (pgg-decrypt): Convey provided passphrase in subordinate call to
13901         pgg-decrypt-region.
13902
13903 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13904
13905         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13906         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13907         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13908         'passphrase' argument, so the passphrase can be managed externally
13909         and then passed in to the system.
13910
13911         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13912         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13913         so the passphrase cache can be used reliably with identifiers
13914         besides a pgp packet's key id.
13915
13916         * pgg-gpg.el (pgg-gpg-encrypt-region)
13917         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13918         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13919         these routines, so the passphrase can be managed externally and
13920         passed in to the system.
13921
13922         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13923         'notruncate' argument, so the passphrase cache can be used
13924         reliably with identifiers besides a pgp packet's key id.
13925
13926 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13927
13928         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13929         symmetric encryption.
13930         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13931         encrypted session key.
13932         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13933         message ask for the passphrase in a proper way.
13934
13935         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13936         New user commands for symmetric encryption.
13937
13938 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13941
13942         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13943
13944 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13945
13946         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13947
13948 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * mm-decode.el (mm-inlined-types): Add application/pgp.
13951         (mm-automatic-display): Ditto.
13952
13953         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13954         part as text.
13955
13956 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * nnrss.el: Update copyright.
13959         (nnrss-opml-import): Query whether to subscribe to each entry.
13960
13961         * gnus-art.el:
13962         * gnus-sum.el:
13963         * gnus-xmas.el:
13964         * messagexmas.el:
13965         * mm-uu.el:
13966         * mm-view.el: Update copyright.
13967
13968 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * message.el (message-info): New function.
13971         (message-mode-menu): Add it.
13972         Update copyright.
13973
13974         * ChangeLog: Fix and update copyright.
13975
13976 2006-01-13  Romain Francoise  <romain@orebokech.com>
13977
13978         * message.el (message-forward-subject-name-subject): Prefer the
13979         address to 'nowhere' if the sender has no name.
13980         Fix typo.  Update copyright year.
13981
13982 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * gnus-art.el (article-wash-html):
13985         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13986         (gnus-article-wash-html-with-w3m-standalone): New function.
13987
13988         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13989         mm-inline-text-html-render-with-w3m-standalone.
13990         (mm-text-html-washer-alist): Map w3m-standalone to
13991         gnus-article-wash-html-with-w3m-standalone.
13992         (mm-inline-text-html-render-with-w3m-standalone): New function.
13993
13994 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13995
13996         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13997         Improve LaTeX.
13998
13999 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14002         (nnrss-request-article): Render text/plain parts as HTML.
14003
14004         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14005         the buffer.
14006
14007 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14008
14009         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14010         custom definition of `gnus-posting-styles'.
14011
14012         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14013         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14014
14015 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14016
14017         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14018         Use nntp for bug archive.
14019
14020 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14023         parts.
14024         (nnrss-normalize-date): New function converts ISO 8601 date into
14025         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14026         (nnrss-check-group): Use it.
14027
14028 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14029
14030         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14031
14032         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14033         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14034         (nnrss-insert-w3): Ditto.
14035
14036 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14037
14038         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14039         the articles to be forwarded including the case where neither a
14040         number of articles nor a region is specified.
14041
14042 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14043
14044         * nnrss.el (nnrss-request-article): Fix last change; fill
14045         text/plain parts.
14046
14047 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14050         in text/plain part.
14051         (nnrss-check-group): Don't add excessive newline to dc:subject.
14052
14053 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14054
14055         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14056         article.
14057
14058 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14059
14060         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14061         (nnml-use-compressed-files, nnml-save-mail): Support other
14062         comression programs such as bzip2.
14063
14064 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14065
14066         * dns.el (query-dns): Make sure we check the buffer size before
14067         removing tcp headers.
14068
14069 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14070
14071         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14072         remove MIME buttons associated with multipart/alternative parts.
14073         (gnus-mime-display-alternative): Tag buttons using `article-type'
14074         text property.
14075
14076         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14077         associated with multipart/alternative parts.
14078
14079         * gnus-art.el (gnus-signature-separator): Fix custom type.
14080
14081         * mm-decode.el (mm-inlined-types): Fix custom type.
14082         (mm-keep-viewer-alive-types): Ditto.
14083         (mm-automatic-display): Ditto.
14084         (mm-attachment-override-types): Ditto.
14085         (mm-inline-override-types): Ditto.
14086         (mm-automatic-external-display): Ditto.
14087
14088 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14089
14090         * spam-report.el (spam-report-user-mail-address)
14091         (spam-report-user-agent): New variables.
14092         (spam-report-url-ping-plain): Use spam-report-user-agent.
14093
14094 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14095
14096         * gnus-art.el (gnus-button-handle-custom): Do not just use
14097         `customize-apropos' for any "M-x customize-*" button but the
14098         function called for.  Accept both the function name and its
14099         argument in order to achieve this.
14100         (gnus-button-alist): Remove support for "custom:" URL's.
14101         Pass function name to `gnus-button-handle-custom' in case of "M-x
14102         customize-*" buttons.
14103
14104 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14107         multipart/alternative and add xref to mm-discouraged-alternatives
14108         in doc string.
14109
14110         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14111         gnus-buttonized-mime-types in doc string.
14112
14113 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14114
14115         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14116         Suggest image/.* in the doc string.
14117
14118 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14119
14120         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14121         message-marks (Debian bug #342521).
14122
14123 2005-12-12  Simon Josefsson  <jas@extundo.com>
14124
14125         * password.el (password-read-from-cache): Add.
14126         (password-read): Use it.
14127
14128 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14129
14130         * rfc2047.el (rfc2047-charset-to-coding-system):
14131         Recognize us-ascii as a MIME charset.
14132
14133         * mm-bodies.el (mm-decode-content-transfer-encoding):
14134         Protect against the case where the 2nd arg TYPE is nil.
14135
14136 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14137
14138         * pop3.el (pop3-stream-type): Fix custom version.
14139
14140         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14141
14142 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14143
14144         * mm-decode.el (mm-display-external): Add missing cdr.
14145
14146 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14149         RFC1524) if it is in mailcap or add a suffix according to
14150         mailcap-mime-extensions when generating a temp filename; postpone
14151         deleting a temp file for 2 seconds for some wrappers, shell
14152         scripts, and so on, which might exit right after having started a
14153         viewer command as a background job.
14154
14155 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14156
14157         * nntp.el (nntp-marks-directory): Fix custom group.
14158
14159         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14160         steps when < 10.
14161
14162         * gnus-start.el (gnus-no-server-1):
14163         Mention `gnus-level-default-subscribed' in doc string.
14164
14165 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14166
14167         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14168         parens.
14169
14170 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * gnus-xmas.el (gnus-use-toolbar): Revert.
14173         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14174         gnus-use-toolbar is default.
14175
14176         * messagexmas.el (message-use-toolbar): Revert.
14177         (message-setup-toolbar): Use global default-toolbar if
14178         message-use-toolbar is default.
14179
14180 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14183         according to default-toolbar-visible-p.
14184
14185         * messagexmas.el (message-use-toolbar): Ditto.
14186
14187 2005-11-26  Dave Love  <fx@gnu.org>
14188
14189         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14190         (tls-program, tls-success): Provide openssl alternative.
14191
14192         * starttls.el: Doc fixes.
14193         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14194         SERVICE to PORT.
14195
14196         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14197         port null or service name.
14198         (starttls-negotiate): Autoload.
14199
14200 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * message.el (message-kill-to-signature): Fix interactive spec.
14203
14204 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * pop3.el (pop3-open-server): Recognize a string as a service name.
14207
14208 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14209
14210         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14211
14212 2005-11-23  Dave Love  <fx@gnu.org>
14213
14214         Add pop3s, pop3/starttls.
14215
14216         * pop3.el (pop3-authentication-scheme): Clarify doc.
14217         (open-tls-stream, starttls-open-stream): Autoload.
14218         (pop3-stream-type): New.
14219         (pop3-open-server): Use it.
14220
14221         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14222         for POP.
14223         (mail-source-keyword-map): Add :stream for POP.
14224         (mail-source-fetch-pop): Use pop3-stream-type.
14225
14226 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14229         of current-time-string.
14230
14231 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14232
14233         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14234         date header.
14235
14236 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14237
14238         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14239         it can seriously impact performance as it bypasses the agent's
14240         local caches.
14241
14242 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14243
14244         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14245         must be explicitly online rather than "not explicitly offline" for
14246         its flags to be synchronized.
14247
14248         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14249         that gnus-uu-unmark-thread will function correctly.
14250
14251         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14252         1024K is instead displayed as 1M.
14253
14254 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14255
14256         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14257
14258 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14259
14260         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14261
14262 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14263
14264         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14265         error message to display actual error condition.
14266         (gnus-agent-save-local): Avoid saving symbols that are bound to
14267         nil as they simply result in a warning message in
14268         gnus-agent-read-local.
14269
14270 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14273         rather than make-variable-buffer-local for file-precious-flag.
14274
14275 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14276
14277         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14278         for duplicates which are removed.  The invalid sort check then
14279         triggers a rescan after the sort as sorting may have moved
14280         duplicate entries such that they can be cheaply detected.
14281
14282 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14283
14284         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14285
14286 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14287
14288         * gnus-agent.el (gnus-agent-article-alist-save-format):
14289         Change internal variable to a custom variable.  Change default value
14290         from compressed(2) to uncompressed(1).
14291         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14292         support for uncompressed agentview files.  Taken together, reading
14293         the agentview file should now be 6-7 times faster.
14294
14295 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14296
14297         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14298         as a buffer-local variable.  This avoids creating truncated
14299         dribble files as a result of a hang up, eg.
14300
14301 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14302
14303         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14304         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14305         XEmacs.
14306
14307 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14308
14309         * gnus-start.el (gnus-start-draft-setup):
14310         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14311
14312         * gnus.el (gnus-splash): Change custom group.
14313         (gnus-group-get-parameter, gnus-group-parameter-value):
14314         Describe allow-list argument.
14315
14316         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14317         string.
14318
14319 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14320
14321         * gnus-art.el (gnus-default-article-saver): Add user-defined
14322         `function' to custom type.
14323
14324 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14325
14326         * imap.el (imap-open): Handle case where buffer is a buffer
14327         object.
14328
14329 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14330
14331         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14332         long lines.
14333         (gnus-cache-delete-group): Wrap doc strings.
14334
14335         * gnus-agent.el (gnus-agent-rename-group)
14336         (gnus-agent-delete-group): Wrap doc strings.
14337
14338 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * messagexmas.el (message-use-toolbar): Change the valid values
14341         into default, top, bottom, left, and right.
14342         (message-toolbar-thickness): New variable.
14343         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14344         well.
14345         (message-setup-toolbar): Make it work.
14346
14347         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14348         (gnus-use-toolbar): Change the valid values into default, top,
14349         bottom, left, and right.
14350         (gnus-toolbar-thickness): New variable.
14351         (gnus-xmas-setup-toolbar): New function.
14352         (gnus-xmas-setup-group-toolbar): Use it.
14353         (gnus-xmas-setup-summary-toolbar): Use it.
14354
14355 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14356
14357         * gnus-start.el (gnus-1): Add "native" to
14358         gnus-predefined-server-alist.
14359
14360         * gnus.el (gnus-method-to-server): Don't add "native" to the
14361         lists here, because that leads to problems when
14362         gnus-select-method is bound.
14363
14364 2005-11-09  Simon Josefsson  <jas@extundo.com>
14365
14366         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14367         use (not sort-by-date) instead.
14368
14369 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14370
14371         * gnus-delay.el (gnus-delay-group): Don't autoload.
14372         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14373         to be re-loaded when customizing the `gnus-delay' group.
14374
14375 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14376
14377         * message.el: Revert last changes.
14378         (message-insert-citation-line): Use newlines.
14379
14380 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14381
14382         * message.el (message-courtesy-message)
14383         (message-mark-insert-begin, message-mark-insert-end)
14384         (message-elide-ellipsis, message-cancel-message)
14385         (message-add-header, message-change-subject)
14386         (message-cross-post-followup-to-header)
14387         (message-cross-post-insert-note, message-reduce-to-to-cc)
14388         (message-widen-reply, message-delete-not-region)
14389         (message-kill-to-signature, message-insert-signature)
14390         (message-insert-importance-high, message-insert-importance-low)
14391         (message-insert-or-toggle-importance)
14392         (message-insert-disposition-notification-to)
14393         (message-indent-citation, message-yank-original)
14394         (message-cite-original-without-signature, message-cite-original)
14395         (message-insert-citation-line, message-position-on-field)
14396         (message-fix-before-sending, message-send-mail-partially)
14397         (message-send-mail, message-send-mail-with-sendmail)
14398         (message-send-mail-with-qmail, message-send-news)
14399         (message-check-news-header-syntax, message-generate-headers)
14400         (message-insert-courtesy-copy, message-fill-address)
14401         (message-fill-header, message-shorten-references)
14402         (message-setup-1, message-cancel-news)
14403         (message-forward-make-body-plain, message-forward-make-body-mime)
14404         (message-forward-make-body-mml, message-encode-message-body)
14405         (message-forward-make-body-digest-plain)
14406         (message-forward-make-body-digest-mime)
14407         (message-use-alternative-email-as-from): Insert `hard-newline'
14408         instead of ordinary newlines.
14409
14410 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * message.el (message-generate-headers): Downcase the argument
14413         given to message-check-element.
14414
14415 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14416
14417         * nntp.el (nntp-authinfo-rejected): New error condition.
14418         (nntp-wait-for): Use new error condition to signal authentication
14419         error.
14420         (nntp-retrieve-data): Rethrow new error condition to break out of
14421         recursive call to nntp-send-authinfo.
14422
14423 2005-11-08  Romain Francoise  <romain@orebokech.com>
14424
14425         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14426         (gnus-summary-exit-map): Bind to `Z p'.
14427         (gnus-summary-make-menu-bar): Add menu item.
14428
14429 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14430
14431         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14432         (gnus-treat-*): Add `first' in all doc strings.
14433
14434         * gnus-group.el (gnus-group-compact-group): Fix typo.
14435
14436 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * gnus.el (gnus-parameters-case-fold-search): New variable.
14439         (gnus-parameters-get-parameter): Use it.
14440
14441         * gnus-score.el (gnus-home-score-file): Doc fix.
14442
14443 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14444
14445         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14446
14447 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14448
14449         * mm-util.el (mm-special-display-p): New function.
14450
14451         * mml.el (mml-preview): Use it; doc fix.
14452
14453 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14454
14455         * imap.el (imap-open): Handle case where buffer is a buffer object.
14456
14457 2005-10-29  Romain Francoise  <romain@orebokech.com>
14458
14459         * message.el (message-fix-before-sending): Fix comment.
14460
14461 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14462
14463         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14464
14465 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14466
14467         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14468         Used in gnus-score.el.
14469
14470 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14471
14472         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14473
14474 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14475
14476         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14477         whitespace removed in revision 7.8.  Use concatenated string to
14478         protect trailing whitespace.
14479
14480 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14481
14482         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14483         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14484         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14485         Courier IMAP ("some version from 2004").  Mostly based on similar
14486         code in the same function.
14487
14488 2005-10-26  Didier Verna  <didier@xemacs.org>
14489
14490         * gnus-group.el (gnus-group-compact-group): Invalidate original
14491         article buffer.
14492         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14493         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14494         NOV database and in article itself.
14495         Invalidate article backlog.
14496
14497 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14500
14501 2005-10-26  Simon Josefsson  <jas@extundo.com>
14502
14503         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14504         part of 2004-07-25 change.
14505
14506 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14507
14508         * message.el (message-display-completion-list): New function.
14509         (message-expand-group): Use it; make sure the Completions buffer
14510         is modifiable.
14511 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14512
14513         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14514         user-mail-name is an empty string.
14515
14516 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14517
14518         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14519         depending on gnus-score-decay-constant.
14520
14521         * encrypt.el (encrypt-insert-file-contents)
14522         (encrypt-write-file-contents): Don't use `gnus-message'.
14523
14524         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14525         arguments.
14526         (mm-uu-type-alist): Add message-marks and insert-marks.
14527         Pass arguments to mm-uu-verbatim-marks-extract.
14528         (mm-uu-hide-markers): New variable.
14529         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14530
14531         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14532         (gnus-convert-image-to-face-command): Use "convert" by default to
14533         allow other input image formats.
14534         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14535         accordingly.
14536
14537 2005-10-23  Simon Josefsson  <jas@extundo.com>
14538
14539         * imap.el (imap-gssapi-program): Align command line parameters
14540         with latest GNU SASL.
14541         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14542
14543 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14544
14545         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14546         HTML.
14547         (nnslashdot-request-article): Ditto.
14548
14549         * lpath.el (featurep): Add nobreak-char-display.
14550
14551 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14552
14553         * mail-source.el (mail-source-fetch-pop): Require pop3.
14554         (mail-source-check-pop): Ditto.
14555
14556 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14557
14558         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14559         errors.
14560
14561 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14562
14563         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14564         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14565
14566         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14567
14568         * mm-bodies.el (mm-decode-string):
14569         Call `mm-charset-to-coding-system' with allow-override argument.
14570
14571 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14572
14573         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14574         (rfc2047-charset-to-coding-system): New function.
14575         (rfc2047-decode-encoded-words): New function.
14576         (rfc2047-decode-region): Use them.
14577         (rfc2047-decode-cte): Remove.
14578         (rfc2047-parse-and-decode): Remove.
14579         (rfc2047-decode): Remove.
14580
14581 2005-10-15  Kenichi Handa  <handa@m17n.org>
14582
14583         * rfc2047.el (rfc2047-decode-cte): New function.
14584         (rfc2047-decode-region): Change the way to decode successive
14585         encoded-words: decode B- or Q-encoding in each encoded-word,
14586         concatenate them, and decode it as charset.
14587
14588 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14589
14590         * lpath.el: Fbind codepage-setup for XEmacs.
14591
14592 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14593
14594         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14595         widget-move-and-invoke.
14596         (gnus-custom-mode): Use gnus-custom-map.
14597
14598 2005-10-15  Bill Wohler  <wohler@newt.com>
14599
14600         * message.el (message-tool-bar-map): Rename image file from
14601         mail_send to mail/send.
14602
14603 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14604
14605         * message.el (message-expand-group): Pass the common
14606         prefix substring of completion to `display-completion-list'.
14607
14608 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14609
14610         * mml-sec.el (mml-secure-method): New internal variable.
14611         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14612         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14613         New functions using mml-secure-method.
14614
14615         * mml.el (mml-mode-map): Add key bindings for those functions.
14616         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14617         Harder <harder@myrealbox.com>.
14618         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14619         Goto end of message if point is the headers of the message.
14620
14621         * message.el (message-in-body-p): New function.
14622
14623         * assistant.el: Autoload gnus-util and netrc.
14624
14625         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14626         Use `mm-charset-override-alist' only when decoding.
14627
14628         * mm-bodies.el (mm-decode-body):
14629         Call `mm-charset-to-coding-system' with allow-override argument.
14630
14631         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14632         `filename' from Content-Disposition if Content-Type doesn't
14633         provide `name'.
14634         (gnus-mime-view-part-as-type): Set default instead of
14635         initial-input.
14636
14637 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14638
14639         * format-spec.el (format-spec): Propagate text properties of % spec.
14640
14641 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14642
14643         * gnus-art.el (gnus-treat-predicate): Add `first'.
14644
14645 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14646
14647         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14648         (mm-charset-override-alist): New variable.
14649         (mm-charset-to-coding-system): Use it.
14650         (mm-codepage-setup): New helper function.
14651         (mm-charset-eval-alist): New variable.
14652         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14653         Warn about unknown charsets.
14654
14655         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14656
14657 2005-10-04  David Hansen  <david.hansen@gmx.net>
14658
14659         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14660         (nnrss-check-group): Ditto.
14661
14662 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14663
14664         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14665         Rename x-gnus-verbatim to x-verbatim.
14666         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14667
14668         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14669         x-verbatim.
14670
14671         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14672
14673         * gnus-util.el (gnus-remove-duplicates): Remove.
14674
14675         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14676         instead of gnus-remove-duplicates.
14677
14678         * message.el (message-remove-duplicates): Remove.
14679         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14680         message-remove-duplicates.
14681
14682         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14683         available, else use implementation from `delete-dups'.
14684
14685         * message.el (message-insert-expires): New function.
14686         (message-mode-map): Add key binding.
14687         (message-mode-field-menu): Add menu entry.
14688         (message-mode): Document it.
14689         (message-make-expires-date): Use `message-make-date'.
14690
14691 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14692
14693         * message.el (message-make-expires-date): New function.
14694
14695 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * Makefile.in (list-installed-shadows): New entry.
14698         (install): Use it.
14699         (remove-installed-shadows): New entry.
14700
14701         * dgnushack.el (dgnushack-default-load-path): New variable.
14702         (dgnushack-find-lisp-shadows): New function.
14703         (dgnushack-remove-lisp-shadows): New function.
14704
14705 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14706
14707         * Makefile.in (install-el-elc): New entry.
14708         (install): Use it so that .el files are necessarily installed.
14709
14710 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14713
14714 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14715
14716         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14717         function rather than the diff-mode.el package.
14718         (mm-display-external): Use with-current-buffer.
14719         (mm-viewer-completion-map, mm-viewer-completion-map):
14720         Move initialization inside declaration.
14721
14722 2005-09-29  Simon Josefsson  <jas@extundo.com>
14723
14724         * spam.el: Load hashcash when compiling, to avoid warnings.
14725         Don't autoload mail-check-payment.
14726         (spam-check-hashcash): Define unconditionally, since hashcash.el
14727         is part of Gnus now.  Ignore errors from payment checking.
14728
14729 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14730
14731         * message.el (message-bold-region, message-unbold-region):
14732         Rename from `bold-region' and `unbold-region'.
14733
14734         * message.el: Remove useless autoloads.
14735
14736 2005-09-28  Simon Josefsson  <jas@extundo.com>
14737
14738         * message.el (message-use-idna): Default to t.
14739         (message-use-idna): Test whether encoding works too.  Doc fix.
14740
14741 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * nntp.el (nntp-warn-about-losing-connection): Remove.
14744
14745 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14746
14747         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14748         customizable.  Change default value.
14749         (mm-uu-diff-groups-regexp): Change default value.
14750         (mm-uu-type-alist): Add doc string.
14751         (mm-uu-configure): Add doc string.  Make it interactive.
14752         (mm-uu-tex-groups-regexp): New variable.
14753         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14754         (mm-uu-type-alist): Add LaTeX documents.
14755         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14756         of "text/verbatim".
14757         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14758
14759         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14760         instead of "text/verbatim".
14761
14762         * message.el (message-mark-inserted-region)
14763         (message-mark-insert-file): Use slrn style marks when called with
14764         prefix argument.
14765
14766 2005-09-27  Simon Josefsson  <jas@extundo.com>
14767
14768         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14769
14770 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14771
14772         * message.el (message-remove-duplicates): New function.
14773         Implementation borrowed from `gnus-remove-duplicates'.
14774         (message-idna-to-ascii-rhs): Also encode idna addresses in
14775         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14776         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14777         only ask about the same idna domain once per header and also tell
14778         in what header to replace the idna domain.
14779
14780         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14781         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14782         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14783         a header is decoded and not just the last one.
14784
14785 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14786
14787         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14788         has been decoded.
14789
14790         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14791         (mm-insert-part): Don't modify text if it has been decoded.
14792
14793         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14794         decoded.
14795
14796         * mm-view.el (mm-inline-text): Don't strip text props unless
14797         decoding enriched or richtext parts.
14798
14799 2005-09-25  Romain Francoise  <romain@orebokech.com>
14800
14801         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14802         * gnus-start.el (gnus-subscribe-interactively):
14803         * gnus-uu.el (gnus-uu-grab-articles):
14804         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14805         space.
14806
14807 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14808
14809         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14810         * mm-view.el (mm-view-pkcs7-decrypt):
14811         * gnus-sum.el (gnus-summary-limit-to-extra)
14812         (gnus-summary-respool-article, gnus-read-move-group-name):
14813         * gnus-score.el (gnus-summary-increase-score):
14814         * gnus-util.el (gnus-completing-read-with-default):
14815         * gnus-art.el (gnus-read-save-file-name)
14816         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14817         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14818         * message.el (message-check-news-header-syntax):
14819         Follow convention for reading with the minibuffer.
14820
14821 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14822
14823         * spam-report.el (spam-report-url-ping-plain):
14824         Use gnus-extended-version as User-Agent.
14825
14826         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14827         default value is nil.
14828
14829         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14830         (mm-uu-verbatim-marks-extract): New function.
14831         (mm-uu-extract): New face.
14832         (mm-uu-copy-to-buffer): Use it.
14833
14834         * spam-report.el (spam-report-gmane-ham): Rename from
14835         `spam-report-gmane-unspam'.
14836         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14837         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14838
14839         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14840         Autoload.
14841         (spam-report-gmane-unregister-routine):
14842         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14843
14844 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14845
14846         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14847         (spam-report-gmane-unregister-routine): Add support for gmane
14848         unregistration.
14849
14850         * spam-report.el (spam-report-gmane-unspam)
14851         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14852         (spam-report-gmane): Change to take a single article and do unspam
14853         registration.
14854
14855 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14856
14857         * mm-url.el (mm-url-decode-entities): Fix regexp.
14858
14859 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14860
14861         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14862         default to nil, to be able to use Gnus at all.  If the default
14863         switches to something else, then the function should be fixed not
14864         be exceedingly slow.
14865
14866 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14867
14868         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14869         fail hard.
14870
14871         * spam-report.el: Add better Keywords line.
14872
14873         * spam.el: Add Maintainer and better Keywords line.
14874
14875 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14876
14877         * gnus-art.el (gnus-article-replace-part)
14878         (gnus-mime-replace-part): New functions.
14879         (gnus-mime-action-alist, gnus-mime-button-commands)
14880         (gnus-mime-save-part-and-strip): Add file argument.
14881         (gnus-article-part-wrapper): Add interactive argument.
14882
14883         * gnus-sum.el (gnus-summary-mime-map):
14884         Add `gnus-article-replace-part'.
14885
14886 2005-09-19  Didier Verna  <didier@xemacs.org>
14887
14888         The nnml compaction feature:
14889         * nnml.el (nnml-request-compact-group): New function.
14890         * nnml.el (nnml-request-compact): New function.
14891         * gnus-int.el (gnus-request-compact-group): New function.
14892         * gnus-int.el (gnus-request-compact): New function.
14893         * gnus-group.el (gnus-group-compact-group): New function.
14894         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14895         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14896         * gnus-srvr.el (gnus-server-compact-server): New function.
14897         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14898         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14899
14900 2005-09-18  Deepak Goel  <deego@gnufans.org>
14901
14902         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14903         format spec.
14904
14905 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14906
14907         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14908
14909 2005-09-15  Romain Francoise  <romain@orebokech.com>
14910
14911         * message.el (message-fill-paragraph): Clarify docstring.
14912
14913 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * gnus-art.el (gnus-mime-display-part): Protect against broken
14916         MIME messages.
14917
14918 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14921         before parsing header.
14922
14923 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14924
14925         * html2text.el (html2text-replace-list): Add new entities.
14926
14927 2005-09-11  Romain Francoise  <romain@orebokech.com>
14928
14929         * message.el (message-alternative-emails): Improve docstring.
14930         (message-setup-1): Call `message-use-alternative-email-as-from'
14931         after `message-setup-hook' to give it precedence over posting
14932         styles, etc.
14933         (message-use-alternative-email-as-from): Add docstring.
14934         Remove the original From header if present.
14935
14936         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14937         (nnml-save-mail): Use it.
14938
14939         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14940         articles.  Add new argument `silent'.
14941         (gnus-uu-mark-all): Report the total number of marked articles.
14942
14943 2005-09-10  Romain Francoise  <romain@orebokech.com>
14944
14945         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14946         (gnus-uu-mark-series): Likewise.
14947
14948 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14949
14950         * spam-report.el (spam-report-gmane): Fix generation of spam
14951         report URL.
14952
14953 2005-09-10  Simon Josefsson  <jas@extundo.com>
14954
14955         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14956         t, based on discussion on the ding list with Robert Epprecht
14957         <epprecht@solnet.ch>.
14958
14959 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14960
14961         * spam-report.el (spam-report-gmane): Make it work without
14962         X-Report-Spam header.  Gmane now only provides Archived-At.
14963         This is only used if `spam-report-gmane-use-article-number' is nil.
14964         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14965
14966         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14967         make `gnus-summary-sort-by-recipient' work with threading.
14968
14969         * nnweb.el (nnweb-google-wash-article): Print a message if article
14970         is not available.
14971
14972 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14973
14974         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14975         change.  Decode text/* parts content before displaying.
14976
14977 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14978
14979         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14980
14981 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14982
14983         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14984
14985         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14986         url-package-name, url-package-version,
14987         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14988         w3m-display-inline-images, and w3m-minor-mode-map.
14989
14990 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * message.el (message-tab-body-function): Fix mismatched custom type.
14993
14994         * gnus.el (gnus-group-change-level-function): Ditto.
14995
14996         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14997
14998         * gnus-art.el (gnus-signature-limit)
14999         (gnus-article-mime-part-function): Ditto.
15000
15001 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15002
15003         * mml.el (mml-mode): Silence the byte compiler.
15004
15005         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15006         using `(sit-for 0)' before moving the point to the specified part;
15007         skip unbuttonized parts.
15008         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15009         return to the summary window if gnus-auto-select-part is non-nil.
15010
15011 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15012
15013         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15014         New variables.
15015         (mml-dnd-attach-file, mml-mode): Use them.
15016
15017         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15018         Make fetching article by MID work again for Google Groups.
15019         Add FIXME concerning gnus-group-make-web-group.
15020
15021         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15022         Don't depend on Gnus by using mail-extract-address-components if
15023         gnus-extract-address-components is not bound.
15024
15025 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15026
15027         * gnus-art.el (gnus-mime-display-security): Don't display the
15028         signature, but only the signed part.
15029
15030 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15033
15034         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15035         list, not listp.
15036
15037 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15038
15039         * mm-encode.el (mm-encode-content-transfer-encoding):
15040         Likewise when encoding.
15041
15042         * mm-bodies.el (mm-decode-content-transfer-encoding):
15043         De-canonicalize CRLF for all text content types, not just
15044         text/plain.
15045
15046 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15049         valid article; point arrow and cursor at the MIME button.
15050
15051 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15054         Suggested by Dan Christensen <jdc@uwo.ca>.
15055
15056         * mm-decode.el (mm-save-part): Enable change of prompt.
15057
15058 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15059
15060         * gnus-msg.el (gnus-inews-add-send-actions):
15061         Make `message-post-method' lambda parameter ARG `&optional'.
15062
15063 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15064
15065         * gnus-sum.el (gnus-summary-mime-map):
15066         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15067         gnus-article-jump-to-part.
15068
15069         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15070         (gnus-article-edit-part): Use it.
15071         (gnus-article-part-wrapper): Add no-handle argument.
15072         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15073         New functions.
15074
15075 2005-08-29  Romain Francoise  <romain@orebokech.com>
15076
15077         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15078         docstring.
15079         (gnus-face-from-file): Likewise.
15080
15081 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15082
15083         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15084         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15085         non-nil.
15086         (gnus-auto-select-part): New variable.
15087         (gnus-article-jump-to-part): New function.
15088         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15089         (gnus-mime-delete-part): Allow selecting specified part after
15090         deleting or stripping parts.
15091         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15092         part if argument is bogus.
15093
15094 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15095
15096         * gnus-art.el (w3m-minor-mode-map):
15097         * gnus-spec.el (gnus-newsrc-file-version):
15098         * gnus-util.el (nnmail-active-file-coding-system)
15099         (gnus-original-article-buffer, gnus-user-agent):
15100         * gnus.el (gnus-ham-process-destinations)
15101         (gnus-parameter-ham-marks-alist)
15102         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15103         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15104         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15105         * mm-decode.el (gnus-current-window-configuration):
15106         * mm-extern.el (gnus-article-mime-handles):
15107         * mm-url.el (url-current-object, url-package-name)
15108         (url-package-version):
15109         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15110         (smime-keys, w3m-cid-retrieve-function-alist)
15111         (w3m-current-buffer, w3m-display-inline-images)
15112         (w3m-minor-mode-map):
15113         * mml-smime.el (gnus-extract-address-components):
15114         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15115         (gnus-newsrc-hashtb, message-default-charset)
15116         (message-deletable-headers, message-options)
15117         (message-posting-charset, message-required-mail-headers)
15118         (message-required-news-headers):
15119         * mml1991.el (mc-pgp-always-sign):
15120         * mml2015.el (mc-pgp-always-sign):
15121         * nnheader.el (nnmail-extra-headers):
15122         * rfc1843.el (gnus-decode-encoded-word-function)
15123         (gnus-decode-header-function, gnus-newsgroup-name):
15124         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15125
15126 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15127
15128         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15129         the end of the date treatments.
15130
15131 2005-08-15  Simon Josefsson  <jas@extundo.com>
15132
15133         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15134         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15135         Capello and Romain Francoise.
15136         (pgg-fetch-key-function): Remove, not used?
15137         (pgg-insert-url-with-w3): Require url, to get
15138         url-insert-file-contents regardless of where it is defined.
15139
15140 2005-08-13  Romain Francoise  <romain@orebokech.com>
15141
15142         * message.el (message-cite-original-1): New function.
15143         (message-cite-original): Use it.
15144         (message-cite-original-without-signature): Ditto.
15145
15146 2005-08-08  Romain Francoise  <romain@orebokech.com>
15147
15148         * message.el (message-yank-empty-prefix): New variable.
15149         (message-indent-citation): Use it.
15150         (message-cite-original-without-signature): Respect X-No-Archive.
15151
15152 2005-08-08  Simon Josefsson  <jas@extundo.com>
15153
15154         * pgg.el: Autoload url-insert-file-contents instead of loading
15155         w3/url.
15156         (pgg-insert-url-with-w3): Don't load url here.
15157
15158 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15159
15160         * message.el (message-kill-to-signature): Don't insert newline at
15161         bol.
15162         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15163
15164 2005-08-06  Romain Francoise  <romain@orebokech.com>
15165
15166         * message.el (message-user-fqdn): Fix typo in docstring.
15167
15168 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15169
15170         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15171
15172         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15173
15174 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * mm-bodies.el (mm-encode-body): Use coding system rather than
15177         charset to encode text.
15178
15179         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15180         number of charsets if utf-8 is available (XEmacs).
15181
15182 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15183
15184         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15185         taken from `gnus-button-mid-or-mail-regexp'.
15186         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15187         (gnus-button-alist): Improve regexp for domain part of the MIDs
15188         for news:localpart@domain buttons.
15189         (gnus-button-ctan-directory-regexp): Update.
15190
15191 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * sieve-manage.el (sieve-manage-interactive-login):
15194         Use make-local-variable rather than make-variable-buffer-local.
15195         (sieve-manage-open): Ditto.
15196         (sieve-manage-authenticate): Ditto.
15197
15198         * mml.el (mml-generate-mime-1): Make the content type default to
15199         text/plain if the filename is not specified.
15200
15201 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15202
15203         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15204         instead of insert-buffer.
15205
15206         * message.el (message-yank-original): Ditto; set the mark at the
15207         end of the yanked message.
15208
15209 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15210
15211         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15212         lines to scroll rather than to stop it.
15213
15214         * mml.el (mml-generate-default-type): Add doc string.
15215         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15216         default to application/octet-stream when determining the content
15217         type if it is not specified for the part or the mml contents; add
15218         a comment about mml-generate-default-type.
15219
15220 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15221
15222         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15223         make it default to application/octet-stream when determining the
15224         content type if it is not specified for the external contents.
15225
15226 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15227
15228         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15229         segmented parameter but also other parameters might be there.
15230
15231 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * mm-decode.el (mm-display-external): Delete temp file, directory
15234         and buffer immediately if the external process is exited.
15235
15236 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15239         fewer lines than that of scroll-margin.
15240         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15241
15242 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15243
15244         * gnus-art.el (gnus-article-next-page): Revert.
15245         (gnus-article-beginning-of-window): New macro.
15246         (gnus-article-next-page-1): Use it.
15247         (gnus-article-prev-page): Ditto.
15248         (gnus-article-edit-part): Use insert-buffer-substring instead of
15249         insert-buffer.
15250         (gnus-article-edit-exit): Ditto.
15251
15252         * gnus-util.el (gnus-beginning-of-window): Remove.
15253         (gnus-end-of-window): Remove.
15254
15255         * lpath.el: Don't bind header-line-format and scroll-margin.
15256
15257 2005-07-25  Simon Josefsson  <jas@extundo.com>
15258
15259         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15260         to have the url package without w3.  Reported by Daiki Ueno
15261         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15262
15263 2005-07-20  Didier Verna  <didier@xemacs.org>
15264
15265         * gnus-diary.el: Remove the description comment (nndiary is now
15266         properly documented in the Gnus manual).
15267         Fix the spelling of "Back End".
15268         * nndiary.el: Ditto.
15269         Fix the copyright notice.
15270
15271 2005-07-18  Romain Francoise  <romain@orebokech.com>
15272
15273         * gnus-sum.el (gnus-summary-to-prefix)
15274         (gnus-summary-newsgroup-prefix): New variables.
15275         (gnus-summary-from-or-to-or-newsgroups): Use them.
15276
15277 2005-07-17  Romain Francoise  <romain@orebokech.com>
15278
15279         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15280         space as it's generally not especially interesting to the user.
15281
15282 2005-07-16  Romain Francoise  <romain@orebokech.com>
15283
15284         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15285         nil to avoid prompting and file modification if one of the
15286         messages at the top of the nnfolder file contains a copyright
15287         notice.
15288         Update copyright notice.
15289
15290         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15291         instead of `current-time-string' as the latter creates a time
15292         string that is not RFC 2822 compliant (it lacks the zone).
15293         Update copyright notice.
15294
15295 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15296
15297         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15298         for text/rtf.  Display default in prompt.  Pass default for M-n.
15299
15300         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15301
15302 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15303
15304         * gnus-msg.el (gnus-button-mailto):
15305         Remove save-selected-window-window hackery because it relies on
15306         save-selected-window internals.
15307
15308 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15311         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15312         (gnus-article-prev-page): Ditto.
15313
15314         * gnus-util.el (gnus-beginning-of-window): New function.
15315         (gnus-end-of-window): New function.
15316
15317         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15318
15319 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15320
15321         * gnus-score.el (gnus-score-edit-all-score):
15322         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15323         gnus-message.
15324
15325 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15326
15327         * gnus-msg.el (gnus-button-mailto):
15328         Remove save-selected-window-window hackery because it relies on
15329         save-selected-window internals.
15330
15331 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15332
15333         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15334         add-minor-mode.
15335         (gnus-binary-mode): Ditto.
15336
15337         * gnus-topic.el (gnus-topic-mode): Ditto.
15338
15339 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15340
15341         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15342         (gnus-article-prev-page): Take scroll-margin into consideration.
15343
15344 2005-07-04  Lute Kamstra  <lute@gnu.org>
15345
15346         Update FSF's address in GPL notices.
15347
15348 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15349
15350         * gnus.el (gnus-exit):
15351         * gnus-group.el (gnus-group-icons):
15352         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15353
15354         * gnus-nocem.el (gnus-nocem):
15355         * message.el (message-various, message-buffers, message-sending)
15356         (message-interface, message-forwarding, message-insertion)
15357         (message-headers, message-news, message-mail):
15358         * pgg-gpg.el (pgg-gpg):
15359         * pgg-parse.el (pgg-parse):
15360         * pgg-pgp.el (pgg-pgp):
15361         * pgg-pgp5.el (pgg-pgp5):
15362         * pop3.el (pop3): Finish `defgroup' description with period.
15363
15364 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * gnus-art.el (article-display-face): Improve the efficiency.
15367         (article-display-x-face): Ditto; remove grey x-face stuff.
15368
15369 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15370
15371         * gnus-art.el (article-display-face): Correct the position in
15372         which Faces are inserted.
15373
15374 2005-06-29  Didier Verna  <didier@xemacs.org>
15375
15376         * gnus-art.el (article-display-face): Display faces in correct
15377         order.
15378
15379 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15382         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15383         (gnus-nocem-check-article): Fetch the Type header.
15384         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15385         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15386         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15387         make sure gnus-nocem-hashtb is initialized.
15388         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15389         (gnus-nocem-unwanted-article-p): Ditto.
15390
15391         * pgg.el (pgg-verify): Return the verification result.
15392
15393 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15394
15395         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15396         is ascii.
15397
15398 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15399
15400         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15401         `show-nonbreak-escape'.
15402
15403 2005-06-23  Lute Kamstra  <lute@gnu.org>
15404
15405         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15406
15407         * dig.el (dig-mode):
15408         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15409
15410 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15411
15412         * nnimap.el (nnimap-split-download-body): Fix spellings.
15413
15414 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15415
15416         * gnus-art.el (gnus-article-encrypt-body):
15417         * gnus-cus.el (gnus-score-customize):
15418         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15419         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15420
15421 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15422
15423         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15424         header by looking for magic "MII" at the beginnig.
15425
15426 2005-06-16  Miles Bader  <miles@gnu.org>
15427
15428         * gnus-xmas.el (gnus-xmas-group-startup-message):
15429         Use renamed gnus-splash face.
15430
15431         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15432         (assistant-field-face): New backward-compatibility alias for renamed
15433         face.
15434         (assistant-render-text): Use renamed assistant-field face.
15435
15436         * spam.el (spam): Remove "-face" suffix from face name.
15437         (spam-face): New backward-compatibility alias for renamed face.
15438         (spam-face, spam-initialize): Use renamed spam face.
15439
15440         * message.el (message-header-to, message-header-cc)
15441         (message-header-subject, message-header-newsgroups)
15442         (message-header-other, message-header-name)
15443         (message-header-xheader, message-separator, message-cited-text)
15444         (message-mml): Remove "-face" suffix from face names.
15445         (message-header-to-face, message-header-cc-face)
15446         (message-header-subject-face, message-header-newsgroups-face)
15447         (message-header-other-face, message-header-name-face)
15448         (message-header-xheader-face, message-separator-face)
15449         (message-cited-text-face, message-mml-face):
15450         New backward-compatibility aliases for renamed faces.
15451         (message-font-lock-keywords): Use renamed message faces.
15452
15453         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15454         (sieve-test-commands, sieve-tagged-arguments):
15455         Remove "-face" suffix from face names.
15456         (sieve-control-commands-face, sieve-action-commands-face)
15457         (sieve-test-commands-face, sieve-tagged-arguments-face):
15458         New backward-compatibility aliases for renamed faces.
15459         (sieve-control-commands-face, sieve-action-commands-face)
15460         (sieve-test-commands-face, sieve-tagged-arguments-face):
15461         Use renamed sieve faces.
15462
15463         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15464         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15465         (gnus-group-news-3-empty, gnus-group-news-4)
15466         (gnus-group-news-4-empty, gnus-group-news-5)
15467         (gnus-group-news-5-empty, gnus-group-news-6)
15468         (gnus-group-news-6-empty, gnus-group-news-low)
15469         (gnus-group-news-low-empty, gnus-group-mail-1)
15470         (gnus-group-mail-1-empty, gnus-group-mail-2)
15471         (gnus-group-mail-2-empty, gnus-group-mail-3)
15472         (gnus-group-mail-3-empty, gnus-group-mail-low)
15473         (gnus-group-mail-low-empty, gnus-summary-selected)
15474         (gnus-summary-cancelled, gnus-summary-high-ticked)
15475         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15476         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15477         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15478         (gnus-summary-low-undownloaded)
15479         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15480         (gnus-summary-low-unread, gnus-summary-normal-unread)
15481         (gnus-summary-high-read, gnus-summary-low-read)
15482         (gnus-summary-normal-read, gnus-splash):
15483         Remove "-face" suffix from face names.
15484         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15485         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15486         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15487         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15488         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15489         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15490         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15491         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15492         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15493         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15494         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15495         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15496         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15497         (gnus-summary-normal-ticked-face)
15498         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15499         (gnus-summary-normal-ancient-face)
15500         (gnus-summary-high-undownloaded-face)
15501         (gnus-summary-low-undownloaded-face)
15502         (gnus-summary-normal-undownloaded-face)
15503         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15504         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15505         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15506         (gnus-splash-face):
15507         New backward-compatibility aliases for renamed faces.
15508         (gnus-group-startup-message): Use renamed gnus faces.
15509
15510         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15511         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15512         (gnus-server-agent): Remove "-face" suffix from face names.
15513         (gnus-server-agent-face, gnus-server-opened-face)
15514         (gnus-server-closed-face, gnus-server-denied-face)
15515         (gnus-server-offline-face):
15516         New backward-compatibility aliases for renamed faces.
15517         (gnus-server-agent-face, gnus-server-opened-face)
15518         (gnus-server-closed-face, gnus-server-denied-face)
15519         (gnus-server-offline-face): Use renamed gnus faces.
15520
15521         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15522         Remove "-face" suffix from face names.
15523         (gnus-picon-xbm-face, gnus-picon-face):
15524         New backward-compatibility aliases for renamed faces.
15525
15526         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15527         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15528         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15529         (gnus-cite-11): Remove "-face" suffix from face names.
15530         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15531         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15532         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15533         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15534         New backward-compatibility aliases for renamed faces.
15535         (gnus-cite-attribution-face, gnus-cite-face-list)
15536         (gnus-article-boring-faces): Use renamed gnus faces.
15537
15538         * gnus-art.el (gnus-signature, gnus-header-from)
15539         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15540         (gnus-header-content): Remove "-face" suffix from face names.
15541         (gnus-signature-face, gnus-header-from-face)
15542         (gnus-header-subject-face, gnus-header-newsgroups-face)
15543         (gnus-header-name-face, gnus-header-content-face):
15544         New backward-compatibility aliases for renamed faces.
15545         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15546
15547         * gnus-sum.el (gnus-summary-selected-face)
15548         (gnus-summary-highlight): Use renamed gnus faces.
15549         * gnus-group.el (gnus-group-highlight): Likewise.
15550
15551 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15552
15553         * gnus-sieve.el (gnus-sieve-article-add-rule):
15554         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15555         * spam-stat.el (spam-stat-buffer-change-to-spam)
15556         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15557
15558         * message.el (message-is-yours-p):
15559         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15560
15561 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15562
15563         * mm-view.el (mm-inline-text): Withdraw the last change.
15564
15565 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15566
15567         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15568         executing enriched-decode.
15569
15570 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15571
15572         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15573         charset of tar files.
15574
15575 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15576
15577         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15578
15579 2005-06-04  Lute Kamstra  <lute@gnu.org>
15580
15581         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15582         information is never recorded.
15583
15584 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15585
15586         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15587
15588 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15589
15590         * pop3.el (pop3-apop): Run md5 in the binary mode.
15591
15592         * starttls.el (starttls-set-process-query-on-exit-flag):
15593         Use eval-and-compile.
15594
15595 2005-05-31  Simon Josefsson  <jas@extundo.com>
15596
15597         * smime.el (smime-replace-in-string): Define.
15598         (smime-cert-by-ldap-1): Use it.
15599
15600 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * gnus-art.el (article-display-x-face): Replace
15603         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15604
15605         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15606         set-process-query-on-exit-flag or process-kill-without-query.
15607
15608         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15609         loop instead of replace-regexp.
15610
15611         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15612         instead of process-kill-without-query if it is available.
15613
15614         * lpath.el: Fbind ldap-search-entries.
15615
15616         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15617         instead of find-file-hooks if it is available.
15618
15619         * mml1991.el: Bind pgg-default-user-id when compiling.
15620
15621         * mml2015.el: Bind pgg-default-user-id when compiling.
15622
15623         * nndraft.el (nndraft-request-associate-buffer):
15624         Use write-contents-functions instead of write-contents-hooks if it is
15625         available.
15626
15627         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15628         instead of find-file-hooks if it is available.
15629
15630         * nntp.el (nntp-open-connection): Replace
15631         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15632         (nntp-open-ssl-stream): Ditto.
15633         (nntp-open-tls-stream): Ditto.
15634
15635         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15636         set-process-query-on-exit-flag or process-kill-without-query.
15637         (starttls-open-stream-gnutls): Use it instead of
15638         process-kill-without-query.
15639         (starttls-open-stream): Ditto.
15640
15641 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15642
15643         * smime.el (smime-cert-by-ldap-1): Don't use
15644         replace-regexp-in-string.
15645
15646 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15647
15648         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15649
15650         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15651         in PEM format.  Adjust to the XEmacs compability.
15652
15653 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15654
15655         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15656         by `string-to-number'.
15657         * gnus-agent.el (gnus-agent-regenerate-group)
15658         (gnus-agent-fetch-articles): Ditto.
15659         * gnus-art.el (gnus-button-fetch-group): Ditto.
15660         * gnus-cache.el (gnus-cache-generate-active)
15661         (gnus-cache-articles-in-group): Ditto.
15662         * gnus-group.el (gnus-group-set-current-level)
15663         (gnus-group-insert-group-line): Ditto.
15664         * gnus-score.el (gnus-score-set-expunge-below)
15665         (gnus-score-set-mark-below, gnus-summary-score-effect)
15666         (gnus-summary-score-entry): Ditto.
15667         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15668         (gnus-soup-pack): Ditto.
15669         * gnus-spec.el (gnus-xmas-format): Ditto.
15670         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15671         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15672         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15673         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15674         * nndb.el (nndb-get-remote-expire-response): Ditto.
15675         * nndiary.el (nndiary-parse-schedule-value)
15676         (nndiary-string-to-number, nndiary-request-replace-article)
15677         (nndiary-request-article): Ditto.
15678         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15679         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15680         * nneething.el (nneething-make-head): Ditto.
15681         * nnfolder.el (nnfolder-request-article)
15682         (nnfolder-retrieve-headers): Ditto.
15683         * nnheader.el (nnheader-file-to-number): Ditto.
15684         * nnkiboze.el (nnkiboze-request-article): Ditto.
15685         * nnmail.el (nnmail-process-unix-mail-format)
15686         (nnmail-process-babyl-mail-format): Ditto.
15687         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15688         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15689         (nnmh-request-create-group, nnmh-request-list-1)
15690         (nnmh-request-group, nnmh-request-article): Ditto.
15691         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15692         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15693         * nnsoup.el (nnsoup-make-active): Ditto.
15694         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15695         * nntp.el (nntp-find-group-and-number)
15696         (nntp-retrieve-headers-with-xover): Ditto.
15697         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15698         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15699         (pgg-format-key-identifier): Ditto.
15700         * pop3.el (pop3-last, pop3-stat): Ditto.
15701         * qp.el (quoted-printable-decode-region): Ditto.
15702
15703         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15704         of concat.
15705
15706 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15707
15708         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15709
15710         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15711
15712         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15713
15714         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15715
15716         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15717
15718         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15719
15720         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15721         (gnus-carpal-mode): Ditto.
15722
15723         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15724         (gnus-browse-mode): Ditto.
15725
15726         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15727
15728         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15729
15730 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15731
15732         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15733
15734 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * gnus-util.el (gnus-run-mode-hooks): New function.
15737
15738         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15739
15740         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15741         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15742
15743 2005-05-27  Lute Kamstra  <lute@gnu.org>
15744
15745         * dns-mode.el (dns-mode): Specify customization group.
15746
15747 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15748
15749         * gnus-agent.el (gnus-agent-make-mode-line-string):
15750         Use mode-line-highlight as mouse-face.
15751
15752 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15753
15754         * canlock.el (canlock): Change the parent group to news.
15755
15756         * deuglify.el (gnus-outlook-deuglify): Add :group.
15757
15758         * dig.el (dig): Add :group.
15759
15760         * dns-mode.el (dns-mode): Add :group.
15761
15762         * encrypt.el (encrypt): Add :group.
15763
15764         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15765         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15766         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15767         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15768         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15769
15770         * gnus-diary.el (gnus-diary): Add :group.
15771
15772         * gnus.el (gnus-group-news-1-face): Add :group.
15773         (gnus-group-news-1-empty-face): Ditto.
15774         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15775         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15776         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15777         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15778         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15779         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15780         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15781         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15782         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15783         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15784         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15785         (gnus-summary-high-ticked-face): Ditto.
15786         (gnus-summary-low-ticked-face): Ditto.
15787         (gnus-summary-normal-ticked-face): Ditto.
15788         (gnus-summary-high-ancient-face): Ditto.
15789         (gnus-summary-low-ancient-face): Ditto.
15790         (gnus-summary-normal-ancient-face): Ditto.
15791         (gnus-summary-high-undownloaded-face): Ditto.
15792         (gnus-summary-low-undownloaded-face): Ditto.
15793         (gnus-summary-normal-undownloaded-face): Ditto.
15794         (gnus-summary-high-unread-face): Ditto.
15795         (gnus-summary-low-unread-face): Ditto.
15796         (gnus-summary-normal-unread-face): Ditto.
15797         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15798         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15799
15800         * hashcash.el (hashcash): New custom group.
15801         (hashcash-default-payment): Add :group.
15802         (hashcash-payment-alist): Ditto.
15803         (hashcash-default-accept-payment): Ditto.
15804         (hashcash-accept-resources): Ditto.
15805         (hashcash-path): Ditto.
15806         (hashcash-extra-generate-parameters): Ditto.
15807         (hashcash-double-spend-database): Ditto.
15808         (hashcash-in-news): Ditto.
15809
15810         * message.el (message-minibuffer-local-map): Add :group.
15811
15812         * netrc.el (netrc): Add :group.
15813
15814         * sieve-manage.el (sieve-manage-log): Add :group.
15815         (sieve-manage-default-user): Diito.
15816         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15817         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15818         (sieve-manage-authenticators): Ditto.
15819         (sieve-manage-authenticator-alist): Ditto.
15820         (sieve-manage-default-port): Ditto.
15821
15822         * sieve-mode.el (sieve-control-commands-face): Add :group.
15823         (sieve-action-commands-face): Ditto.
15824         (sieve-test-commands-face): Ditto.
15825         (sieve-tagged-arguments-face): Ditto.
15826
15827         * smime.el (smime): Add :group.
15828
15829         * spam-report.el (spam-report): Add :group.
15830
15831         * spam.el (spam, spam-face): Add :group.
15832
15833 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15834
15835         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15836         return \n.\n.\n at the end of articles.  Protect against that.
15837         (nntp-with-open-group): Allow debugging.
15838
15839         * nnheader.el (mail-header-set-extra): Make into a function
15840         because I just could't understand how to quote the list properly.
15841
15842         * dns.el (query-dns-cached): New function.
15843
15844 2005-05-26  Lute Kamstra  <lute@gnu.org>
15845
15846         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15847
15848 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15851
15852         * gnus-art.el: Don't autoload mail-extract-address-components.
15853
15854         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15855         eval-and-compile to evaluate it.
15856
15857         * hashcash.el: Don't autoload executable-find.
15858
15859         * nndb.el: Don't declare the nndb back end two or more times; don't
15860         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15861
15862         * nntp.el: Autoload format-spec instead of format; use
15863         eval-and-compile to evaluate autoload forms.
15864
15865 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15866
15867         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15868
15869 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15870
15871         * gnus.el (gnus-version-number): Bump version.
15872
15873 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15874
15875         * gnus.el: No Gnus v0.3 is released.
15876
15877 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15878
15879         * lpath.el (featurep): Bind show-nonbreak-escape.
15880
15881 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15882
15883         * gnus-art.el (gnus-article-edit-part): Disable undo.
15884
15885 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15886
15887         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15888         gnus-article-date-lapsed-new-header is t if date timer is active;
15889         skip headers in which the original date value is empty.
15890         (gnus-article-save-original-date): Redefine it as a macro.
15891         (gnus-display-mime): Use it.
15892
15893 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15894
15895         * gnus-art.el (article-date-ut): Support converting date in
15896         forwarded parts as well.
15897         (gnus-article-save-original-date): New function.
15898         (gnus-display-mime): Use it.
15899
15900 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15901
15902         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15903         enclosure element of <item>.
15904
15905 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15906
15907         * message.el (message-kill-buffer-query): Rename from
15908         `message-kill-buffer-query-if-modified'.  Add :version.
15909
15910 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15911
15912         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15913         window layout.
15914
15915 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * mml.el: Autoload dnd when compiling.
15918
15919 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15920
15921         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15922         x-dnd-*.
15923
15924 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15925
15926         * qp.el (quoted-printable-encode-region): Save excursion.
15927
15928 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15929
15930         * message.el (message-kill-buffer-query-if-modified): Add new variable
15931         so the user can kill a modified message buffer quickly.
15932         (message-kill-buffer): Use it.
15933
15934 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15935
15936         * lpath.el: Fbind display-time-event-handler; don't fbind
15937         string-to-multibyte.
15938
15939         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15940
15941 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15942
15943         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15944         contained in text because xml.el decodes entities) with LFs.
15945
15946 2005-04-11  Lute Kamstra  <lute@gnu.org>
15947
15948         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15949         differently.
15950
15951 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15952
15953         * mm-util.el (mm-detect-coding-region): Typo.
15954
15955 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15956
15957         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15958
15959 2005-04-06  Deepak Goel  <deego@gnufans.org>
15960
15961         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15962         user-function allow user modifications of the scores.
15963         (spam-stat-score-buffer-user): New function, to allow
15964         user-computed modifications to the score.
15965         (spam-stat-score-buffer-user-functions): List of additional
15966         scoring functions.
15967         (spam-stat-error-holder): Global temporary error holder.
15968         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15969         variable.
15970
15971 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15972
15973         * gnus-registry.el (gnus-registry-clean-empty-function)
15974         (gnus-registry-trim, gnus-registry-fetch-groups)
15975         (gnus-registry-delete-group): Groups that match
15976         `gnus-registry-ignored-groups' are removed from the registry
15977         entries, not just ignored for splitting.  This helps clean up the
15978         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15979         to get all the groups a message ID is in.
15980
15981         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15982         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15983         (spam-stat-score-buffer-user-functions): Add :number custom type.
15984
15985 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15986
15987         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15988         argument in XEmacs.
15989
15990         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15991         (nnrss-request-group): Decode group name first.
15992         (nnrss-request-article): Make a text/plain article if mml-to-mime
15993         failed.
15994         (nnrss-get-encoding): Return a compatible encoding according to
15995         nnrss-compatible-encoding-alist.
15996         (nnrss-find-el): Use consp instead of listp.
15997         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15998
15999 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16000
16001         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16002         which Emacs 20 doesn't support.
16003         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16004
16005 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16006
16007         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16008         silence the byte compiler inside the defun.
16009
16010         * gnus-demon.el (parse-time-string): Add autoload.
16011
16012         * gnus-delay.el (parse-time-string): Add autoload.
16013
16014         * gnus-art.el (parse-time-string): Add autoload.
16015
16016         * nnultimate.el (parse-time): Require for `parse-time-string'.
16017
16018 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16019
16020         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16021
16022         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16023
16024         * smime.el (smime-ldap-host-list): Add :version.
16025
16026 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16027
16028         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16029         pass it to `gnus-browse-read-group'.
16030         (gnus-browse-read-group): Add NUMBER argument and pass it to
16031         `gnus-group-read-ephemeral-group'.
16032
16033         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16034         argument and pass it to `gnus-group-read-group'.
16035
16036 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16037
16038         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16039         mm-xemacs-find-mime-charset-1 if we have the mule feature
16040         available at runtime.
16041
16042 2005-03-25  Werner Lemberg  <wl@gnu.org>
16043
16044         * nnmaildir.el: Replace `illegal' with `invalid'.
16045
16046 2005-03-23  Lute Kamstra  <lute@gnu.org>
16047
16048         * time-date.el: Add comment on time value formats.
16049         Don't require parse-time.
16050         (with-decoded-time-value): New macro.
16051         (encode-time-value): New function.
16052         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16053         (days-to-time): Return a valid time value when arg is huge.
16054         (time-since): Use time-subtract.
16055         (time-to-number-of-days): Use time-to-seconds.
16056
16057 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16058
16059         * gnus-start.el (gnus-display-time-event-handler):
16060         Check display-time-timer at runtime rather than only at load time
16061         in case display-time-mode is turned off in the mean time.
16062
16063 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16064
16065         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16066         used.
16067
16068         * nneething.el (nneething-map-file-directory): Derive from
16069         `gnus-directory'.
16070
16071         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16072         the To/Cc button.
16073
16074 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16075
16076         * nnmaildir.el (nnmaildir-request-accept-article):
16077         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16078
16079 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16080
16081         * gnus-async.el: Require timer-funcs at compile time when in
16082         XEmacs for `run-with-idle-timer'.
16083
16084 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16085
16086         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16087         autoloaded function.
16088
16089 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16090
16091         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16092
16093 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16094
16095         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16096
16097 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16098
16099         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16100         Add gnus-expert-user to default.
16101
16102 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16103
16104         * nnimap.el (nnimap-open-server): Ditto.
16105
16106         * imap.el (imap-authenticate): Fix typo.
16107
16108 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16109
16110         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16111         buffer (since IMAP server might return FETCH response out of
16112         order, and the nntp buffer must be sorted).
16113
16114 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16115
16116         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16117         comparison on string.
16118
16119         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16120         (gnus-agent-score): Rename category keywords to match gnus-cus.
16121         (gnus-agent-summary-fetch-series): Modify to protect against
16122         gnus-agent-summary-fetch-group clearing processable flags.
16123         (gnus-agent-synchronize-group-flags): Update live group buffer as
16124         synchronization may occur due to the user toggle the plugged
16125         status.
16126         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16127         successfully downloaded.
16128         (gnus-agent-expire-group-1): Avoid using markers when the overview
16129         is in ascending order; greatly improves performance.
16130         (gnus-agent-regenerate-group):
16131         Use gnus-agent-synchronize-group-flags to reset read status in both
16132         gnus and server.
16133         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16134
16135 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16136
16137         * message.el: Don't autoload former message-utils variables.
16138         (message-strip-subject-trailing-was): Change doc string.
16139
16140         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16141         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16142         (nnweb-google-search): Add "hl=en" here.
16143         (nnweb-google-parse-1, nnweb-google-create-mapping):
16144         Don't hardcode URL.
16145
16146 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16147
16148         * message.el (message-get-reply-headers, message-followup):
16149         Mention related variables `message-use-followup-to' and
16150         `message-use-mail-followup-to', in the information buffer.
16151
16152         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16153         of broken groups(-beta).google.com.
16154
16155 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16156
16157         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16158         parameter to invoked gnus-request-move-article; remove the
16159         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16160         all at once instead of once per article.
16161         (gnus-summary-remove-process-mark): Accept a list of articles as
16162         well as a single article for processing.
16163
16164         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16165         parameter.
16166
16167         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16168
16169         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16170
16171         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16172         parameter.
16173
16174         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16175         parameter.
16176
16177         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16178         parameter and remove the gnus-sum-hint-move-is-internal variable.
16179
16180         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16181         parameter.
16182
16183         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16184         parameter.
16185
16186         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16187         parameter.
16188
16189         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16190
16191         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16192         parameter.
16193
16194         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16195         parameter.
16196
16197 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16198
16199         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16200         a more conservative way.
16201
16202 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16203
16204         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16205         buffer, so it moves the window's cursor.
16206
16207 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16208
16209         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16210         `mm-dissect-multipart' and receive the from field as an (optional)
16211         argument from `mm-dissect-multipart'.
16212         (mm-dissect-multipart): Receive the from field as an argument and
16213         pass it on when we call `mm-dissect-buffer' on MIME parts.
16214         Fixes verification/decryption of signed/encrypted MIME parts.
16215
16216 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16217
16218         * gnus-sum.el (gnus-summary-move-article):
16219         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16220         whatever it calls (right now, only nnimap-request-move article
16221         respects it).
16222
16223         * nnimap.el (nnimap-request-move-article):
16224         When gnus-sum-hint-move-is-internal is set, don't do the extra
16225         nnimap-request-article.
16226
16227 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16228
16229         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16230
16231         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16232         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16233
16234         * gnus-sum.el (gnus-summary-caesar-message):
16235         Apply `gnus-treat-article' after rotation.
16236
16237         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16238         doc string.
16239
16240 2005-02-22  Simon Josefsson  <jas@extundo.com>
16241
16242         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16243         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16244         <arne@arnested.dk>.
16245         (encrypt): Add password-cache and password-cache-expiry as group
16246         members.
16247
16248 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16249
16250         * smime.el (smime-ldap-host-list): Doc fix.
16251         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16252         cache) password.
16253         (smime-sign-region): Use it.
16254         (smime-decrypt-region): Use it.
16255         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16256         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16257         fails.
16258         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16259         certificate from DER to PEM format rather than calling openssl.
16260
16261         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16262
16263         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16264         for signing/encryption.
16265
16266         * mml.el (mml-parse-1): Use them.
16267
16268 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16269
16270         * nnrss.el (nnrss-verbose): Remove.
16271         (nnrss-request-group): Use `nnheader-message' instead.
16272
16273 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16274
16275         * nnrss.el (nnrss-verbose): New variable.
16276         (nnrss-request-group): Make it say nnrss is requesting a group.
16277
16278 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16279
16280         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16281         Handle news URL with given port correctly.
16282
16283 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16286         containing special characters.
16287
16288         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16289
16290         * mml.el (mime-to-mml): Ditto.
16291
16292         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16293         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16294         (rfc2047-decode-region): Quote decoded words containing special
16295         characters when rfc2047-quote-decoded-words-containing-tspecials
16296         is non-nil.
16297
16298 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16299
16300         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16301
16302         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16303
16304 2005-02-15  Simon Josefsson  <jas@extundo.com>
16305
16306         * nnimap.el (nnimap-debug): Doc fix.
16307
16308         * imap.el (imap-debug): Doc fix.
16309
16310 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16311
16312         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16313
16314 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16315
16316         * gnus.el (spam-contents): Improve docs for spam-contents
16317         parameter in its variable incarnation.
16318
16319 2005-02-14  Simon Josefsson  <jas@extundo.com>
16320
16321         * smime-ldap.el: Use require instead of load-library for ldap.
16322         (smime-ldap-search): Indent.
16323         (smime-ldap-search-internal): Shorten line.
16324
16325         * smime.el (smime-cert-by-dns): Add doc-string.
16326         (smime-cert-by-ldap-1): Indent.
16327
16328         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16329         mml-smime-get-dns-ldap.
16330         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16331
16332 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16333
16334         * smime.el: Require smime-ldap.
16335         (smime-ldap-host-list): New variable.
16336         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16337
16338         * mml-smime.el (mml-smime-encrypt-query): New function.
16339         (mml-smime-encrypt-query): Use it.
16340
16341         * smime-ldap.el: New file.
16342
16343 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16346
16347 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16348
16349         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16350         argument in doc string.  Make query for type more clear.
16351
16352 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16353
16354         * gnus.el (gnus-group-startup-message): Search for gnus images in
16355         etc/images/gnus.
16356         * mm-util.el (mm-image-load-path): Likewise.
16357         * smiley.el (smiley-data-directory): Search for smilies in
16358         etc/images/smilies.
16359
16360 2005-02-09  Kim F. Storm  <storm@cua.dk>
16361
16362         Change Emacs release version from 21.4 to 22.1 throughout.
16363         Change Emacs development version from 21.3.50 to 22.0.50.
16364
16365 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16366
16367         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16368
16369         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16370         non-Mule XEmacs as well.
16371         (mm-decompress-buffer): Signal an error intentionally if it does
16372         not decompress compressed data because auto-compression-mode is
16373         disabled.
16374
16375 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16376
16377         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16378         an ID in the registry even if it has no groups.
16379
16380 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16381
16382         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16383         merge it into mm-decompress-buffer.
16384         (gnus-mime-copy-part): Use the MIME part charset, the value which
16385         a user specified or gnus-newsgroup-charset for decoding, like
16386         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16387         save-buffer what was used.  Suggested by Kevin Ryde
16388         <user42@zip.com.au>.
16389         (gnus-mime-inline-part): Allow the name parameter as well as the
16390         filename parameter; force decompressing of compressed data; always
16391         display contents being not decoded as unibyte.
16392
16393         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16394         as well as the filename parameter.
16395
16396         * mm-util.el (mm-decompress-buffer):
16397         Merge gnus-mime-jka-compr-maybe-uncompress.
16398         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16399         of compressed data.
16400
16401 2005-02-08  Simon Josefsson  <jas@extundo.com>
16402
16403         * imap.el (imap-log): Doc fix.
16404
16405 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16406
16407         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16408         the coding cookies; decompress compressed parts.
16409
16410         * mml.el (mml-generate-mime-1): Add the charset parameter according
16411         to the value which a user specified manually or the coding cookie.
16412
16413         * mm-util.el (mm-string-to-multibyte): New function.
16414         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16415         (mm-coding-system-to-mime-charset): New function.
16416         (mm-decompress-buffer): New function.
16417         (mm-find-buffer-file-coding-system): New function.
16418
16419         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16420         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16421         parts.
16422
16423 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16424
16425         * mm-view.el (mm-display-inline-fontify): Decode a part according
16426         to the charset parameter.
16427
16428 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16429
16430         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16431         prefix arg is neither nil nor a number, as info specifies.
16432
16433 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16434
16435         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16436         timestamps.
16437
16438 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16439
16440         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16441         groups error checking and notify user.
16442
16443 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16444
16445         * message.el (message-send-mail-function): Check existence of
16446         sendmail-program first before using default value
16447         `message-send-mail-with-sendmail'.  Otherwise use more generic
16448         `smtpmail-send-it'.
16449
16450 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * nntp.el (nntp-request-update-info): Always return nil.
16453
16454 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16455
16456         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16457
16458 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16459
16460         * message.el (message-beginning-of-line): Change the behavior when
16461         invoked between BOL and : so that it first moves backward.
16462
16463 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16466         article buffer when editing of the article is discarded.
16467         (gnus-article-prepare): Revert.
16468
16469 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16470
16471         * gnus-art.el (gnus-article-prepare):
16472         Remove message-strip-forbidden-properties from the local hook.
16473
16474 2005-01-27  Simon Josefsson  <jas@extundo.com>
16475
16476         * password.el (password-cache-add): Only start one timer per key.
16477         Reported by Derek Atkins <warlord@MIT.EDU>.
16478
16479 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16480
16481         * run-at-time.el: Remove.  It is no longer needed as
16482         timer-funcs.el in the xemacs-base package has a working version of
16483         `run-at-time'.
16484
16485         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16486
16487         * password.el: Require timer-funcs instead of run-at-time in
16488         XEmacs.
16489         Remove `password-run-at-time' macro.
16490         (password-cache-add): Use `run-at-time' instead of
16491         `password-run-at-time'.
16492
16493         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16494         Remove `nnheader-cancel-function-timers' alias,
16495         `cancel-function-timers' exists in XEmacs in timer-funcs.
16496
16497         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16498         for `run-with-idle-timer'.
16499
16500         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16501         for `run-at-time'.
16502
16503         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16504         for `with-timeout'.
16505
16506         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16507         the same as for XEmacs 21.4.
16508         No need to ignore `run-with-idle-timer', this function exists in
16509         XEmacs now in timer-funcs.el in the xemacs-base package.
16510         (dgnushack-compile): No need to delete
16511         run-at-time.el from the list of files to compile because it
16512         doesn't exist anymore.
16513
16514 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16517         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16518
16519 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16520
16521         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16522         sensitively.
16523
16524 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16525
16526         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16527
16528 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16529
16530         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16531         which will be inserted according to the multibyteness of a buffer
16532         rather than the type of contents.  Suggested by ARISAWA Akihiro
16533         <ari@mbf.ocn.ne.jp>.
16534
16535         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16536         of string which old xml.el may return rather than a string.
16537
16538 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16541
16542 2005-01-16  Simon Josefsson  <jas@extundo.com>
16543
16544         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16545         idn/idna.el isn't available.
16546         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16547         <michael@waxrat.com>.
16548
16549         * hashcash.el: Remove non-FSF copyright header.
16550
16551         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16552         (hashcash-generate-payment): Use it.
16553         (hashcash-generate-payment-async): Use it.
16554
16555 2005-01-15  Simon Josefsson  <jas@extundo.com>
16556
16557         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16558         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16559
16560         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16561         gnus-summary-idna-message.
16562         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16563         (gnus-summary-idna-message): New function.
16564
16565 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16566
16567         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16568         gnus-novice-user.
16569
16570 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * nnrss.el (nnrss-request-delete-group): Delete entries in
16573         nnrss-group-alist as well.
16574         (nnrss-save-server-data): Insert newline.
16575
16576 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16577
16578         * gnus.el (gnus-user-agent): Use list of symbols instead of
16579         symbols.  Display full version number for (S)XEmacs.
16580         Optionally display (S)XEmacs codename.
16581
16582         * gnus-util.el (gnus-emacs-version): Update for new
16583         `gnus-user-agent'.
16584
16585         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16586         Gnus version.
16587
16588 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16589
16590         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16591         which is unreadable in some setups.
16592
16593 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * gnus-spec.el (gnus-update-format-specifications): Flush the
16596         group format spec cache if it doesn't support decoded group names.
16597
16598 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16599
16600         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16601         Allow to apply decay on score files matching a regexp.
16602
16603 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16604
16605         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16606         compatibility in %g and %c.
16607
16608 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16609
16610         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16611         name for only %g and %c.
16612         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16613         of gnus-tmp-group to decoded group name.
16614         (gnus-group-make-rss-group): Exclude `/'s from group names.
16615
16616 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * nnrss.el (nnrss-get-encoding): Fix regexp.
16619
16620 2004-12-27  Simon Josefsson  <jas@extundo.com>
16621
16622         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16623         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16624         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16625
16626 2004-12-17  Kim F. Storm  <storm@cua.dk>
16627
16628         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16629
16630         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16631
16632 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16633
16634         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16635
16636 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16637
16638         * nnrss.el: Require rfc2047 and mml.
16639         (nnrss-file-coding-system): New variable.
16640         (nnrss-format-string): Redefine it as an inline function.
16641         (nnrss-decode-group-name): New function.
16642         (nnrss-string-as-multibyte): Remove.
16643         (nnrss-retrieve-headers): Decode group name; don't use
16644         nnrss-format-string.
16645         (nnrss-request-group): Decode group name.
16646         (nnrss-request-article): Decode group name; allow a Message-ID as
16647         well as an article number; don't use nnrss-format-string; encode a
16648         Message-ID string which may contain non-ASCII characters; use
16649         mml-to-mime to compose a MIME article.
16650         (nnrss-request-expire-articles): Decode group name.
16651         (nnrss-request-delete-group): Decode group name.
16652         (nnrss-fetch): Clarify error message.
16653         (nnrss-read-server-data): Use insert-file-contents instead of load;
16654         bind file-name-coding-system; use multibyte buffer.
16655         (nnrss-save-server-data): Bind coding-system-for-write to the
16656         value of nnrss-file-coding-system; bind file-name-coding-system;
16657         add coding cookie.
16658         (nnrss-read-group-data): Use insert-file-contents instead of load;
16659         bind file-name-coding-system; use multibyte buffer.
16660         (nnrss-save-group-data): Bind coding-system-for-write to the
16661         value of nnrss-file-coding-system; bind file-name-coding-system.
16662         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16663         make it work with non-ASCII text.
16664         (nnrss-find-el): Make it work with old xml.el as well.
16665
16666 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16667
16668         * nnrss.el (nnrss-get-encoding): New function.
16669         (nnrss-fetch): Use unibyte buffer initially; bind
16670         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16671         decode contents according to the encoding attribute.
16672         (nnrss-save-group-data): Add coding cookie.
16673         (nnrss-mime-encode-string): New function.
16674         (nnrss-check-group): Use it to encode subject and author.
16675
16676 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16677
16678         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16679         imaginary variable.
16680
16681 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16682
16683         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16684         correctly even if there are wide characters.
16685
16686 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16687
16688         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16689         downcased symbol names; make a new cache instead of reusing
16690         bbdb-hashtable.
16691
16692 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16693
16694         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16695         concatenating segments rather than before concatenating them.
16696         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16697
16698         * message.el (message-get-reply-headers): Bind `extra'.
16699
16700 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16701
16702         * message.el (message-extra-wide-headers): New variable.
16703         (message-get-reply-headers): Use it.
16704
16705 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16708         (gnus-agent-group-pathname): Ditto.
16709
16710         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16711
16712         * gnus-group.el (gnus-group-make-group): Decode group name.
16713         (gnus-group-make-rss-group): Register the group data after opening
16714         the nnrss group.
16715
16716 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16717
16718         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16719         by expiry now get marked as read.
16720
16721 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16724
16725 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16726
16727         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16728         unify Latin characters in XEmacs.
16729         (mm-find-mime-charset-region): Use it.
16730
16731 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * gnus-util.el (gnus-delete-directory): New function.
16734
16735         * gnus-agent.el (gnus-agent-delete-group): Use it.
16736
16737         * gnus-cache.el (gnus-cache-delete-group): Use it.
16738
16739 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16740
16741         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16742         names.
16743
16744 2004-12-16  Simon Josefsson  <jas@extundo.com>
16745
16746         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16747
16748 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16751
16752         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16753         (gnus-group-set-current-level): Decode group name.
16754
16755 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16756
16757         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16758         failed.
16759
16760 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16761
16762         * gnus-group.el (gnus-group-delete-group): Decode group name.
16763         (gnus-group-make-rss-group): Encode group name.
16764         (gnus-group-catchup-current): Decode group name.
16765         (gnus-group-kill-group): Decode group name.
16766
16767 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16768
16769         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16770
16771 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * gnus-group.el (gnus-group-make-rss-group):
16774         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16775
16776         * gnus-start.el (gnus-setup-news): Honor user's setting to
16777         gnus-message-archive-method.  Suggested by Lute Kamstra
16778         <lute@gnu.org>.
16779
16780 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16781
16782         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16783         global counterparts of the buffer-local variables.
16784
16785 2004-11-16  Romain Francoise  <romain@orebokech.com>
16786
16787         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16788         counterparts of the buffer-local variables.
16789
16790 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16791
16792         * message.el (message-forbidden-properties): Fix typo in doc
16793         string.
16794
16795 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16796
16797         * gnus-util.el (gnus-replace-in-string): Add doc string.
16798
16799         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16800         to avoid problems when splitting mails with many recipients.
16801
16802 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16803
16804         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16805         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16806
16807 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16808
16809         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16810         if there is no hashtable in memory or file modification time is
16811         newer than cached timestamp.
16812
16813 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16814
16815         * gnus-sum.el (gnus-summary-limit-to-recipient):
16816         Implement not-matching option.
16817
16818 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16819
16820         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16821         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16822         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16823         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16824         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16825         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16826
16827 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16828
16829         * message.el (message-forward-make-body-mml): Remove headers
16830         according to message-forward-ignored-headers if a message is decoded.
16831
16832 2004-12-02  Romain Francoise  <romain@orebokech.com>
16833
16834         * message.el (message-forward-make-body-plain): Always remove
16835         headers according to message-forward-ignored-headers.
16836
16837 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16838
16839         * spam.el (spam-summary-prepare-exit): Remove the
16840         gnus-summary-limit pop for now, it has problems with ham marks for
16841         me.
16842
16843 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16844
16845         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16846         correctly.
16847
16848 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16849
16850         * format-spec.el (format-spec): Message the char.
16851
16852 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16853
16854         * gnus-art.el (gnus-split-methods): Reformat comments.
16855
16856         * spam.el (spam-summary-prepare-exit): Remove article limits
16857         before exiting the summary buffer.
16858
16859 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16862         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16863
16864         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16865         order to silence the byte compiler.
16866
16867         * spam.el: Fix the way to silence the byte compiler, which
16868         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16869         bbdb-search-simple, spam-BBDB-register-routine,
16870         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16871         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16872         spam-stat-buffer-is-spam, spam-stat-load,
16873         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16874         spam-stat-save and spam-stat-split-fancy.
16875
16876 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16879         which may confuse users.
16880         (canlock-password-for-verify): Ditto.
16881
16882         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16883
16884         * gnus-art.el (gnus-emphasis-alist): Ditto.
16885
16886         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16887
16888         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16889
16890         * gnus-start.el (gnus-save-killed-list): Ditto.
16891
16892         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16893         (gnus-sum-thread-tree-root): Ditto.
16894         (gnus-sum-thread-tree-false-root): Ditto.
16895         (gnus-sum-thread-tree-single-indent): Ditto.
16896
16897         * message.el (message-courtesy-message): Ditto.
16898         (message-archive-note): Ditto.
16899         (message-subscribed-address-file): Ditto.
16900         (message-user-fqdn): Ditto.
16901
16902         * spam-report.el (spam-report-gmane-regex): Ditto.
16903
16904         * spam.el (spam-blackhole-good-server-regex): Ditto.
16905
16906 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * mml.el (mml-preview): Widen the message buffer before copying
16909         the contents to the preview buffer; sort headers before previewing.
16910
16911         * message.el (message-hidden-headers): Fix the way to avoid a bug
16912         in the `repeat' widget in Emacs 21.3 or earlier.
16913
16914 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16915
16916         * message.el (message-hidden-headers): Default to "^References:".
16917         Improve customization type.  Suggested by Reiner Steib
16918         <Reiner.Steib@gmx.de>.
16919
16920 2004-11-25  Romain Francoise  <romain@orebokech.com>
16921
16922         * message.el (message-strip-forbidden-properties): Remove check for
16923         obsolete `message-hidden' text property, hidden headers are not
16924         accessible in the buffer anymore.
16925
16926 2004-11-22  Romain Francoise  <romain@orebokech.com>
16927
16928         * message.el (message-header-format-alist): Add `From' in list
16929         so that it can be sorted.
16930         (message-fix-before-sending): Widen and sort headers before
16931         sending.
16932         (message-hide-headers): Use narrowing to hide headers by moving
16933         them to the top of the buffer and narrowing to the region
16934         underneath.
16935
16936 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16937
16938         * message.el (message-strip-forbidden-properties):
16939         Bind buffer-read-only (etc) to nil.
16940
16941 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16942
16943         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16944         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16945
16946 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16947
16948         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16949
16950 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16951
16952         * dns.el (query-dns): Use sit-for to time instead of
16953         accept-process-output, since that doesn't seem to work on udp
16954         sockets.
16955
16956 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16957
16958         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16959
16960 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16961
16962         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16963         doc string.  Improve doc string.
16964
16965 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * nntp.el (nntp-request-update-info): Return nil if
16968         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16969         may not call gnus-activate-group which uselessly issues the GROUP
16970         commands for all nntp groups and wastes time.  Reported by Romain
16971         Francoise <romain@orebokech.com>.
16972
16973         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16974
16975 2004-11-15  Simon Josefsson  <jas@extundo.com>
16976
16977         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16978         headers separately.
16979         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16980         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16981
16982 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16983
16984         * gnus-start.el (gnus-convert-old-newsrc):
16985         Assign legacy-gnus-agent to 5.10.7.
16986
16987 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16988
16989         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16990         start of the lines.
16991
16992 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16993
16994         * hashcash.el (hashcash-default-payment): Change default to 20.
16995         (hashcash-default-accept-payment): Change default to 20.
16996         (hashcash-process-alist): New variable.
16997         (hashcash-generate-payment-async): Add.
16998         (hashcash-already-paid-p): Add.
16999         (hashcash-insert-payment): Don't generate payments twice.
17000         (hashcash-insert-payment-async): Add.
17001         (hashcash-insert-payment-async-2): Add.
17002         (hashcash-cancel-async): Add.
17003         (hashcash-wait-async): Add.
17004         (hashcash-processes-running-p): Add.
17005         (hashcash-wait-or-cancel): Add.
17006         (mail-add-payment): New optional argument.  Conditionally start
17007         asynchronous calculation.
17008         (mail-add-payment-async): Add.
17009
17010         * message.el (message-send-mail): Wait for asynchronous hashcash
17011         results.  Don't clobber existing X-Hashcash headers.
17012         (message-setup-1): Call mail-add-payment-async when
17013         message-generate-hashcash is non-nil.
17014
17015 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17016
17017         * message.el (message-use-alternative-email-as-from): Examine the
17018         From header as well; use message-make-from in order to include a
17019         user's full name.
17020
17021 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17024         default; improve customization type.
17025         (gnus-emphasis-custom-with-format): New macro.
17026         (gnus-emphasis-custom-value-to-external): New function.
17027         (gnus-emphasis-custom-value-to-internal): New function.
17028
17029 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17030
17031         * dns.el (query-dns): Resolve reverse addresses.
17032
17033 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17034
17035         * gnus-group.el (gnus-group-get-new-news): Use it.
17036
17037         * gnus-start.el (gnus-check-reasonable-setup): New function.
17038
17039 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17042         "Args out of range" error.  Reported by Arnaud Giersch
17043         <arnaud.giersch@free.fr>.
17044
17045 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17046
17047         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17048
17049 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17050
17051         * spam.el (spam group): Add :version.
17052
17053         * pgg-def.el (pgg group): Add :version.
17054
17055 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17056
17057         * gnus-art.el (gnus-article-edit-article): Don't associate the
17058         article buffer with a draft file.  This is a temporary measure
17059         against the 2004-08-22 change to gnus-article-edit-mode.
17060
17061 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17062
17063         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17064         (html2text-format-tags): Remove unused variable `attr'.
17065
17066 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17067
17068         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17069
17070         * tls.el (tls-process-connection-type, tls-success)
17071         (tls-certtool-program): Add :version.
17072
17073         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17074         (starttls-extra-arguments, starttls-process-connection-type)
17075         (starttls-connect, starttls-failure, starttls-success): Add :version.
17076
17077         * spam-stat.el (spam-stat): Add :version.
17078
17079         * sieve.el (sieve): Add :version.
17080
17081         * sha1.el (sha1): Add :version.
17082         (sha1-use-external): Remove redundant version.
17083
17084         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17085         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17086         (nnmail-split-fancy-match-partial-words)
17087         (nnmail-split-lowercase-expanded): Add :version.
17088
17089         * nndiary.el (nndiary): Add :version.
17090
17091         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17092
17093         * mml-sec.el (mml-default-sign-method)
17094         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17095         Add :version.
17096
17097         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17098
17099         * mm-url.el (mm-url-use-external, mm-url-program)
17100         (mm-url-arguments): Add :version.
17101
17102         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17103         (mm-attachment-file-modes, mm-decrypt-option)
17104         (mm-w3m-safe-url-regexp): Add :version.
17105
17106         * message.el (message-cite-prefix-regexp)
17107         (message-sendmail-envelope-from, message-minibuffer-local-map)
17108         (message-user-fqdn, message-completion-alist): Add :version.
17109
17110         * gnus-win.el (gnus-configure-windows-hook)
17111         (gnus-use-frames-on-any-display): Add :version.
17112
17113         * gnus-art.el (gnus-article-address-banner-alist)
17114         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17115         (gnus-treat-from-picon, gnus-treat-mail-picon)
17116         (gnus-treat-x-pgp-sig): Add :version.
17117
17118         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17119         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17120         (gnus-summary-article-delete-hook)
17121         (gnus-summary-display-while-building): Add :version.
17122
17123         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17124         (gnus-get-top-new-news-hook): Add :version.
17125
17126         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17127         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17128
17129         * gnus-registry.el (gnus-registry): Add :version.
17130
17131         * gnus-spec.el (gnus-use-correct-string-widths)
17132         (gnus-make-format-preserve-properties): Add :version.
17133
17134         * gnus.el (gnus-group-charter-alist)
17135         (gnus-group-fetch-control-use-browse-url)
17136         (gnus-install-group-spam-parameters): Add :version.
17137
17138         * gnus-diary.el (gnus-diary): Add :version.
17139
17140         * gnus-delay.el (gnus-delay): Add :version.
17141
17142         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17143         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17144         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17145         Add :version.
17146
17147         * gnus-agent.el (gnus-agent-max-fetch-size)
17148         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17149         (gnus-agent-prompt-send-queue): Add :version.
17150
17151         * deuglify.el (gnus-outlook-deuglify): Add :version.
17152
17153         * html2text.el: Beautify code.  Improve doc strings.
17154         Some checkdoc cleanup.
17155         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17156
17157 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17158
17159         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17160
17161 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17162
17163         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17164         when package is loaded.
17165
17166         * spam.el (spam-summary-score-preferred-header): Add global preference
17167         for people who want to override the default SpamAssassin over
17168         Bogofilter preference (when both are set).
17169         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17170         (spam-user-format-function-S):
17171         Check spam-summary-score-preferred-header.
17172         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17173         (spam-user-format-function-S): Format the score correctly.
17174
17175 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17176
17177         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17178         signature file.  Suggested by Manoj Srivastava
17179         <srivasta@golden-gryphon.com>.
17180
17181         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17182         iso-2022-jp even in the Japanese language environment.
17183         Suggested by Jason Rumney <jasonr@gnu.org>.
17184
17185 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17188         use the same characters as the dummy marks; make it free from
17189         getting affected by the language environment.
17190         (gnus-summary-read-group-1): Update mark positions only when the
17191         format spec is updated.
17192
17193         * gnus-spec.el (gnus-update-format-specifications): Return a list
17194         of updated types.
17195
17196 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17197
17198         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17199         of boundp to check if display-warning is available.
17200
17201 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17202
17203         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17204
17205 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * nnspool.el (nnspool-spool-directory): Use news-path if the
17208         news-directory variable is not bound.
17209
17210         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17211         function instead of display-warning if it is not available.
17212
17213 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17214
17215         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17216         v5-10: Use `point-at-bol'.
17217
17218 2004-10-26  Simon Josefsson  <jas@extundo.com>
17219
17220         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17221         <chenggao@gmail.com>.
17222
17223 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17224
17225         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17226         instead.
17227
17228 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17229
17230         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17231         to remove a server from the nnimap-server-buffer-alist.
17232         (nnimap-open-connection, nnimap-close-server): Use it.
17233
17234         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17235
17236 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17237
17238         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17239         running the major-mode function.
17240
17241 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17242
17243         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17244         dummy marks in the right way.
17245
17246 2004-10-18  David Edmondson  <dme@dme.org>
17247
17248         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17249         excessively.
17250
17251 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17252
17253         * gnus-util.el (gnus-split-references): Accept a nil references
17254         string and go on blissfully.
17255
17256         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17257         cases where the references string is non-nil but has no references.
17258
17259         * encrypt.el: Add autoload tags.
17260
17261         * spam.el (spam-resolve-registrations-routine): Remove article
17262         from unregistration list too.  Reported by David Hanak
17263         <dhanak@isis.vanderbilt.edu>
17264
17265 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17266
17267         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17268         nil.  Change custom type.
17269
17270 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17271
17272         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17273
17274         * gnus-sum.el (gnus-summary-move-article): Use it.
17275
17276 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17277
17278         * encrypt.el: Add autoload cookies.
17279
17280         * spam.el (spam-backend-article-list-property)
17281         (spam-backend-get-article-todo-list)
17282         (spam-backend-put-article-todo-list)
17283         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17284         Resolve registrations separately.
17285         (spam-register-routine): Format comments.
17286         (spam-unregister-routine, spam-register-routine): Always call with
17287         specific-articles, no default list.
17288         (spam-summary-prepare-exit): Use the spam-classifications function.
17289
17290         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17291         gnus-encrypt.el.
17292
17293         * encrypt.el: Copied from gnus-encrypt.el.
17294
17295         * gnus-encrypt.el: Commented that it's obsolete.
17296
17297 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17298
17299         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17300         (gnus-score-save): Use it.
17301
17302         * message.el (message-bury): Use `window-dedicated-p'.
17303
17304 2004-10-15  Simon Josefsson  <jas@extundo.com>
17305
17306         * pop3.el (top-level): Don't require nnheader.
17307         (pop3-read-timeout): Add.
17308         (pop3-accept-process-output): Add.
17309         (pop3-read-response, pop3-retr): Use it.
17310
17311 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17312
17313         * spam.el (spam-register-routine): Move comment.
17314         (spam-verify-bogofilter): Use 'unknown for the initial
17315         spam-bogofilter-valid state, not 'never.
17316
17317         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17318         for netrc-machine.
17319
17320         * nnimap.el (nnimap-open-connection):
17321         Use netrc-machine-user-or-password.
17322
17323 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17324
17325         * gnus-registry.el (gnus-registry-unload-hook):
17326         Set as a variable with add-hook.
17327
17328         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17329         of news-path.
17330
17331         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17332
17333         * spam.el: Delete duplicate `provide'.
17334         (spam-unload-hook): Set as a variable with add-hook.
17335
17336 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17337
17338         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17339         in the doc string.
17340
17341         * message.el (message-ignored-news-headers)
17342         (message-ignored-supersedes-headers)
17343         (message-ignored-resent-headers)
17344         (message-forward-ignored-headers): Improve custom type.
17345
17346 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * message.el (message-tokenize-header): Fix 2004-09-06 change
17349         which used point-min in the wrong place.
17350
17351 2004-10-12  Simon Josefsson  <jas@extundo.com>
17352
17353         * tls.el (tls-certtool-program): New variable.
17354         (tls-certificate-information): New function, based on
17355         ssl-certificate-information.
17356
17357 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * compface.el: Move the version of ELisp-based uncompface program
17360         to the contrib directory because of the copyright problem.
17361
17362 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17363
17364         * message.el (message-kill-buffer): Raise the current frame.
17365
17366 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17367
17368         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17369
17370         * gnus.el (message-y-or-n-p): Autoload.
17371
17372         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17373         (pop3-password-required, pop3-authentication-scheme)
17374         (pop3-leave-mail-on-server): Make customizable.
17375         (pop3): New custom group.
17376         (pop3-retr): Remove `sleep-for' statements.
17377         Suggested by Dave Love <fx@gnu.org>.
17378
17379         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17380         Windows/DOS.
17381
17382         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17383         (imap-parse-body): Fix incorrect use of `assert'.
17384         Suggested by Dave Love <fx@gnu.org>.
17385
17386         * mml.el (mml-minibuffer-read-disposition): Require match.
17387         Suggested by Dave Love <fx@gnu.org>.
17388
17389 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17390
17391         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17392         doc string.
17393
17394 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17395
17396         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17397
17398 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17399
17400         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17401         instead of calling `mm-insert-inline', to decode text/* parts
17402         before displaying them.
17403
17404 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17405
17406         * mm-uu.el (mm-uu-text-plain-type): New variable.
17407         (mm-uu-pgp-signed-extract-1): Use it.
17408         (mm-uu-pgp-encrypted-extract-1): Use it.
17409         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17410         bind mm-uu-text-plain-type with that value.
17411         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17412         mm-uu-dissect.
17413
17414 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17415
17416         * gnus-group.el (gnus-update-group-mark-positions):
17417         * gnus-sum.el (gnus-update-summary-mark-positions):
17418         * message.el (message-check-news-body-syntax):
17419         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17420         of string-as-multibyte.
17421
17422 2004-10-05  Juri Linkov  <juri@jurta.org>
17423
17424         * gnus-group.el (gnus-update-group-mark-positions):
17425         * gnus-sum.el (gnus-update-summary-mark-positions):
17426         * message.el (message-check-news-body-syntax):
17427         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17428         8-bit unibyte values to a multibyte string for search functions.
17429
17430 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17431
17432         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17433         (mm-uu-dissect-text-parts): New function.
17434
17435         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17436         dissect text parts.
17437
17438         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17439         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17440
17441         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17442
17443         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17444         Use gnus-current-topics instead of gnus-current-topic.
17445
17446 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17447
17448         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17449
17450 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17451
17452         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17453         where approriate.
17454
17455         * nnml.el (nnml-generate-active-info): do.
17456
17457         * nndiary.el (nndiary-generate-active-info): do.
17458
17459         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17460         (gnus-topic-move): do.
17461
17462         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17463         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17464
17465         * gnus-srvr.el (gnus-server-prepare)
17466         (gnus-server-open-all-servers): do.
17467
17468         * gnus-msg.el (gnus-summary-cancel-article)
17469         (gnus-summary-resend-message)
17470         (gnus-summary-mail-crosspost-complaint): do.
17471
17472         * gnus-move.el (gnus-change-server): do.
17473
17474         * gnus-group.el (gnus-group-unmark-all-groups)
17475         (gnus-group-set-current-level): do.
17476
17477 2004-10-04  Simon Josefsson  <jas@extundo.com>
17478
17479         * message.el (message-generate-hashcash): Doc fix.
17480
17481 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17482
17483         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17484         avoid infinite recursion via gnus-get-function.
17485
17486 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17487
17488         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17489
17490         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17491
17492         * nnmail.el (nnmail-split-history): do.
17493
17494         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17495         (nnml-request-delete-group): do.
17496
17497         * nnslashdot.el (nnslashdot-read-groups): do.
17498
17499         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17500         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17501
17502         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17503         (nnspool-sift-nov-with-sed): Use last.
17504         (nnspool-retrieve-headers-with-nov): Use mapc.
17505         (nnspool-request-newgroups): Use dolist.
17506         (nnspool-request-group): Use last.
17507
17508         * nntp.el (nntp-read-server-type): Use dolist.
17509
17510         * nnvirtual.el (nnvirtual-create-mapping)
17511         (nnvirtual-update-read-and-marked): Use dolist.
17512         (nnvirtual-convert-headers): Simplify.
17513
17514 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17515
17516         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17517         Add support for sync'ing tick marks.
17518
17519 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17520
17521         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17522         there's no visible header.
17523
17524 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17525
17526         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17527         When necessary, pass full group name to gnus-request-set-marks.
17528
17529 2004-10-01  Simon Josefsson  <jas@extundo.com>
17530
17531         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17532         acroread.
17533
17534 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17535
17536         * spam-report.el (spam-report-gmane): Fix interactive.
17537
17538         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17539
17540         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17541         when writing file.
17542         (gnus-agent-synchronize-flags): Don't default to being
17543         interactive.
17544
17545 2004-09-30  Simon Josefsson  <jas@extundo.com>
17546
17547         * message.el (message-generate-hashcash): Add.
17548         (message-send-mail): Use it, call mail-add-payment.
17549
17550 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17551
17552         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17553
17554 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17555
17556         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17557         gnus-requst-update-info with explicit code to sync the in-memory
17558         info read flags with the marks being sync'd to the backend.
17559
17560         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17561
17562 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17563
17564         * spam.el (spam-verify-bogofilter): Add new function.
17565         (spam-check-bogofilter)
17566         (spam-bogofilter-register-with-bogofilter): Use it.
17567         (spam-verify-bogofilter): Add small fixes.
17568
17569 2004-09-28  Simon Josefsson  <jas@extundo.com>
17570
17571         * hashcash.el (hashcash-generate-payment): Revert.
17572
17573 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17574
17575         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17576         Use gnus-extract-references instead of gnus-split-references.
17577
17578         * gnus-util.el (gnus-extract-references): Add new function, analogous
17579         to gnus-split-references but extracts only the message-ID without
17580         anything extra.
17581
17582         * hashcash.el (hashcash-generate-payment)
17583         (hashcash-check-payment): Do the right thing if hashcash-path is
17584         nil (because the hashcash program could not be found).
17585
17586         * spam.el (spam-use-hashcash): Remove comment.
17587
17588 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17589
17590         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17591         (gnus-cache-enter-article, gnus-cache-remove-article)
17592         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17593
17594         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17595
17596         * gnus-art.el (article-hide-boring-headers)
17597         (article-translate-strings, article-display-face)
17598         (gnus-article-mime-match-handle-first)
17599         (gnus-article-highlight-headers)
17600         (gnus-article-add-buttons-to-head): do.
17601
17602 2004-09-27  Simon Josefsson  <jas@extundo.com>
17603
17604         * hashcash.el: New version, from
17605         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17606         ../contrib/.
17607
17608 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17609
17610         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17611
17612 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17613
17614         * gnus-dup.el (gnus-dup-open): Use mapc.
17615         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17616
17617         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17618         Reported by Stefan Wiens <s.wi@gmx.net>.
17619
17620         * gnus.el (gnus-shutdown): Use dolist.
17621
17622         * gnus-undo.el (gnus-undo): Use mapc.
17623
17624         * nnrss.el (nnrss-generate-active): do.
17625
17626         * message.el (message-cite-original-without-signature)
17627         (message-cite-original): Use mapc.
17628         (message-do-actions, message-make-forward-subject): Use dolist.
17629
17630 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17631
17632         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17633         deletion to remove entire duplicate line.  Fixes merged article
17634         number bug.
17635
17636 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17637
17638         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17639         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17640         first ask if you want to open a server and then, even when you
17641         responded with no, asking if you want to synchronize the server's
17642         flags.
17643         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17644         multi-line expressions.
17645         (gnus-agent-synchronize-group-flags): New internal function.
17646         Updates marks in memory (in the info structure) AND in the
17647         backend.
17648
17649         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17650
17651         * nnagent.el (nnagent-request-set-mark):
17652         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17653         method, to ensure that synchronization updates marks in the
17654         backend and in the info (in memory) structure.
17655
17656 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17657
17658         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17659         convention fully; don't miss the root article of a thread; make
17660         the X-Draft-From header with correct article numbers.
17661
17662 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17663
17664         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17665         unless plugged.  Disable the agent so that an open failure causes
17666         an error.
17667
17668         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17669         Revert 2004-09-21 change.  The backend must be opened while
17670         synchronizing flags even when the backend stores the flags
17671         locally.
17672
17673 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17674
17675         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17676         in `header' match.  Reported by Svend Tollak Munkejord.
17677
17678         * message.el (message-cite-original): Fix use of
17679         `message-cite-articles-with-x-no-archive'.
17680
17681 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17684         (gnus-window-to-buffer): Ditto.
17685
17686         * mml.el (mml-preview-buffer): New variable.
17687         (mml-preview): Manage window layout with gnus-buffer-configuration.
17688
17689         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17690         X-Draft-From header even if those articles aren't quoted.
17691
17692 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17693
17694         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17695         (gnus-request-set-mark, gnus-request-update-mark): Use new
17696         g-s-t-u-l-m to decide to use backend even when unplugged.
17697
17698 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17699
17700         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17701         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17702
17703 2004-09-20  Simon Josefsson  <jas@extundo.com>
17704
17705         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17706         "utf-16-le".
17707
17708 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17709
17710         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17711
17712 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17713
17714         * uudecode.el (uudecode-use-external): Add :version.
17715
17716         * smime.el (smime-CA-file, smime-encrypt-cipher)
17717         (smime-dns-server): Add :version.
17718
17719         * smiley.el (gnus-smiley-file-types): Add :version.
17720
17721         * sha1.el (sha1-use-external): Add :version.
17722
17723         * pgg-def.el (pgg-query-keyserver): Add :version.
17724
17725         * nnmail.el (nnmail-fancy-expiry-targets)
17726         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17727         Add :version.
17728
17729         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17730         (nnimap-retrieve-groups-asynchronous): Add :version.
17731         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17732
17733         * mml.el (mml-content-disposition-parameters)
17734         (mml-insert-mime-headers-always): Add :version.
17735
17736         * mm-util.el (mm-coding-system-priorities): Add :version.
17737
17738         * mm-decode.el (mm-inline-text-html-with-images)
17739         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17740         (mm-verify-option): Add :version.
17741         (mm-text-html-renderer): Change :version.
17742
17743         * message.el (message-fcc-externalize-attachments)
17744         (message-required-headers, message-draft-headers)
17745         (message-subject-trailing-was-query)
17746         (message-subject-trailing-was-ask-regexp)
17747         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17748         (message-mark-insert-end, message-archive-header)
17749         (message-archive-note, message-cross-post-default)
17750         (message-cross-post-note, message-followup-to-note)
17751         (message-cross-post-note-function, message-use-mail-followup-to)
17752         (message-subscribed-address-functions)
17753         (message-subscribed-address-file, message-subscribed-addresses)
17754         (message-subscribed-regexps, message-allow-no-recipients)
17755         (message-yank-cited-prefix, message-signature-insert-empty-line)
17756         (message-hidden-headers, message-hierarchical-addresses)
17757         (message-mail-user-agent, message-use-idna)
17758         (message-valid-fqdn-regexp)
17759         (message-strip-special-text-properties, message-header-synonyms)
17760         (message-beginning-of-line, message-tab-body-function): Add :version.
17761         (message-insert-canlock, message-wide-reply-confirm-recipients):
17762         Change :version.
17763
17764         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17765         and :version.
17766         (mail-source-delete-old-incoming-confirm)
17767         (mail-source-movemail-program): Add :version.
17768
17769         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17770         (gnus-agent-cache, gnus-agent): Change :version.
17771
17772         * gnus-util.el (gnus-use-byte-compile): Change :version.
17773
17774         * gnus-sum.el (gnus-summary-make-false-root-always)
17775         (gnus-summary-default-high-score)
17776         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17777         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17778         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17779         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17780         (gnus-sum-thread-tree-single-indent)
17781         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17782         (gnus-sum-thread-tree-leaf-with-other)
17783         (gnus-sum-thread-tree-single-leaf): Add :version.
17784         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17785         (gnus-article-loose-mime): Change :version.
17786
17787         * gnus-start.el (gnus-backup-startup-file)
17788         (gnus-save-startup-file-via-temp-buffer): Add :version.
17789
17790         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17791         (gnus-server-offline-face): Add :version.
17792
17793         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17794
17795         * gnus-msg.el (gnus-gcc-externalize-attachments)
17796         (gnus-debug-files, gnus-debug-exclude-variables)
17797         (gnus-discouraged-post-methods): Change :version.
17798         (gnus-confirm-mail-reply-to-news)
17799         (gnus-confirm-treat-mail-like-news): Add :version.
17800
17801         * gnus-int.el (gnus-server-unopen-status): Add :version.
17802
17803         * gnus-group.el (gnus-group-jump-to-group-prompt)
17804         (gnus-large-ephemeral-newsgroup)
17805         (gnus-fetch-old-ephemeral-headers): Add :version.
17806
17807         * gnus-fun.el (gnus-x-face-directory)
17808         (gnus-convert-pbm-to-x-face-command)
17809         (gnus-convert-image-to-x-face-command)
17810         (gnus-convert-image-to-face-command): Add :version.
17811
17812         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17813
17814         * gnus-cite.el (gnus-cite-blank-line-after-header)
17815         (gnus-article-boring-faces): Add :version.
17816
17817         * gnus-art.el (gnus-buttonized-mime-types)
17818         (gnus-inhibit-mime-unbuttonizing)
17819         (gnus-treat-display-face)
17820         (gnus-treat-body-boundary): Change :version.
17821         (gnus-body-boundary-delimiter, gnus-picon-databases)
17822         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17823         (gnus-treat-date-english, gnus-treat-fold-headers)
17824         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17825         (gnus-treat-mail-picon, gnus-treat-wash-html)
17826         (gnus-article-encrypt-protocol)
17827         (gnus-use-idna, gnus-article-over-scroll)
17828         (gnus-mime-display-multipart-alternative-as-mixed)
17829         (gnus-mime-display-multipart-related-as-mixed)
17830         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17831         (gnus-ctan-url, gnus-button-ctan-handler)
17832         (gnus-button-handle-ctan-bogus-regexp)
17833         (gnus-button-ctan-directory-regexp)
17834         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17835         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17836         (gnus-button-man-level, gnus-button-emacs-level)
17837         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17838
17839         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17840         (gnus-agent-go-online): Change :version.
17841         (gnus-agent-expire-unagentized-dirs)
17842         (gnus-agent-auto-agentize-methods): Add :version.
17843
17844         * flow-fill.el (fill-flowed-display-column)
17845         (fill-flowed-encode-column): Add :version.
17846
17847         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17848         (gnus-outlook-deuglify-unwrap-max)
17849         (gnus-outlook-deuglify-cite-marks)
17850         (gnus-outlook-deuglify-unwrap-stop-chars)
17851         (gnus-outlook-deuglify-no-wrap-chars)
17852         (gnus-outlook-deuglify-attrib-cut-regexp)
17853         (gnus-outlook-deuglify-attrib-verb-regexp)
17854         (gnus-outlook-deuglify-attrib-end-regexp)
17855         (gnus-outlook-display-hook): Add :version.
17856
17857         * binhex.el (binhex-use-external): Add :version.
17858
17859 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17860
17861         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17862         and `invisible'.
17863
17864 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17865
17866         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17867         in gnus-registry-trim.
17868
17869 2004-09-13  Simon Josefsson  <jas@extundo.com>
17870
17871         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17872
17873         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17874
17875         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17876         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17877         <yamaoka@jpl.org>.
17878         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17879         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17880         <yamaoka@jpl.org>.
17881
17882         * sieve.el (sieve-manage-mode): Ditto.
17883
17884 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17885
17886         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17887
17888 2004-09-11  Simon Josefsson  <jas@extundo.com>
17889
17890         * dns-mode.el: Add.
17891
17892         * mm-view.el (mm-display-dns-inline): Add.
17893
17894         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17895         (mm-automatic-display): Ditto.
17896
17897         * mailcap.el (mailcap-mime-data): Add text/dns.
17898         (mailcap-mime-extensions): Map .soa to text/dns.
17899
17900 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17901
17902         * gnus-art.el (article-decode-mime-words, article-babel)
17903         (gnus-article-highlight-signature, gnus-article-add-buttons)
17904         (gnus-signature-toggle): Remove unnecessary bindings of
17905         `inhibit-read-only' inherited from v5.10 merge.
17906
17907 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17908
17909         * nntp.el (nntp): New customization group.
17910         (nntp-authinfo-file): Add customization group.
17911
17912         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17913
17914         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17915
17916         * gnus.el (to-address, to-list, subscribed)
17917         (large-newsgroup-initial): Ditto.
17918
17919         * flow-fill.el (fill-flowed-display-column)
17920         (fill-flowed-encode-column): Ditto.
17921
17922 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17923
17924         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17925         Use point-min rather than 1.
17926         (message-send-mail): Use buffer-size rather than point-max.
17927
17928         * gnus-sum.el (gnus-summary-search-article-forward):
17929         Signal a specific `search-failed' rather than a generic `error'.
17930
17931         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17932         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17933         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17934
17935 2004-09-10  Simon Josefsson  <jas@extundo.com>
17936
17937         * nndb.el (require): Remove tcp and duplicate cl.
17938
17939 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17940
17941         * gnus-agent.el (directory-files-and-attributes): Move forward.
17942
17943 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17944
17945         * gnus-agent.el (directory-files-and-attributes):
17946         Optionally defined to support XEmacs.
17947
17948 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17949
17950         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17951         to avoid run-time CL dependencies.
17952         (gnus-agent-unfetch-articles): New function.
17953         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17954         article numbers even when local .overview file is missing.
17955         (gnus-agent-read-article-number): New function.  Only accepts
17956         27-bit article numbers.
17957         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17958         Use gnus-agent-read-article-number.
17959         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17960         from backend while recognizing that article numbers in .overview
17961         must be valid.
17962         (gnus-agent-update-files-total-fetched-for):
17963         Use directory-files-and-attributes to improve performance.
17964         * gnus-int.el (gnus-request-move-article):
17965         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17966         improve performance.
17967
17968         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17969         some users confused by references to .newsrc when they only have a
17970         .newsrc.eld file.
17971         (gnus-convert-mark-converter-prompt)
17972         (gnus-convert-converter-needs-prompt): Fix use of property list.
17973         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17974         New function.  Used internally to only display 'gnus converting
17975         files' message when actually necessary.
17976
17977         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17978         methods now autoloaded.
17979
17980 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17983         identifiers.
17984
17985 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17986
17987         * gnus-picon.el: Fix indentation and closing parenthesis.
17988
17989 2004-09-01  Simon Josefsson  <jas@extundo.com>
17990
17991         * message.el (message-canlock-generate): Require sha1, not
17992         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17993         to require within a function.  Sadly, if sha1.el isn't loaded, the
17994         let binding in m-c-g will hide the defcustom definition, which is
17995         bad.)
17996
17997         * canlock.el: Require sha1, not sha1-el.
17998
17999         * message.el: Don't autoload sha1 (there is a autoload cookie in
18000         sha1.el).
18001
18002         * sha1-el.el: Rename to sha1.el.
18003
18004 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18005
18006         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18007
18008 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18009
18010         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18011
18012 2004-08-30  Kim F. Storm  <storm@cua.dk>
18013
18014         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18015
18016         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18017         Add :group 'nnimap.
18018
18019 2004-08-30  Andreas Schwab  <schwab@suse.de>
18020
18021         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18022         ?* and ?\;.
18023
18024         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18025         and ?\' to symbol instead of whitespace.
18026
18027 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18028
18029         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18030
18031         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18032         instead of re-search-forward.
18033
18034         * gnus-uu.el (gnus-uu-save-article): Ditto.
18035         (gnus-uu-post-encode-uuencode): Ditto.
18036
18037         * html2text.el (html2text-clean-list-items): Ditto.
18038         (html2text-clean-dtdd): Ditto.
18039         (html2text-format-tags): Ditto.
18040
18041         * message.el (message-send-mail-with-sendmail): Fix regexp.
18042         (message-fill-field-general): Use search-forward instead of
18043         re-search-forward.
18044         (unbold-region): Ditto.
18045
18046         * nnrss.el (nnrss-request-article): Ditto.
18047
18048         * nnslashdot.el (nnslashdot-request-article): Ditto.
18049
18050         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18051
18052         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18053         "Unrecognized menu descriptor" error in XEmacs.
18054
18055 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18056
18057         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18058         parent article of a sparse article in the thread hashtb.
18059
18060 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18061
18062         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18063         (nnmail-expand-newtext): Lowercase expanded entries if
18064         nnmail-split-lowercase-expanded is non-nil.
18065
18066 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18067
18068         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18069
18070         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18071         of gnus-tmp-news-method into string under XEmacs.  It will be
18072         passed to gnus-correct-length which takes only a string argument.
18073
18074 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18075
18076         * gnus-util.el (gnus-bind-print-variables): New macro.
18077         (gnus-prin1): Use it.
18078         (gnus-prin1-to-string): Use it.
18079         (gnus-pp): New function.
18080         (gnus-pp-to-string): New function.
18081
18082         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18083         Replace pp-to-string with gnus-pp-to-string.
18084         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18085         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18086         * gnus-msg.el (gnus-debug): Ditto.
18087         * gnus-score.el (gnus-score-save): Ditto.
18088         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18089         gnus-pp-to-string.
18090         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18091         with gnus-pp.
18092         * score-mode.el (gnus-score-pretty-print): Ditto.
18093         * webmail.el (webmail-debug): Ditto.
18094
18095 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18096
18097         * gnus-art.el (article-display-face, article-display-x-face):
18098         Use buffer-read-only.
18099
18100 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * gnus-art.el (article-hide-list-identifiers):
18103         Bind inhibit-read-only as t.
18104
18105 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18106
18107         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18108
18109 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18110
18111         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18112         (gnus-narrow-to-page): Don't assume point-min == 1.
18113         (gnus-article-edit-mode): Derive from message-mode.
18114
18115         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18116         point-min == 1.
18117
18118         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18119         Disable incorrect use of `assert'.
18120
18121         * message.el (message-mode): Set comment-start-skip.
18122
18123
18124 2004-08-22  Sam Steingold  <sds@gnu.org>
18125
18126         * pop3.el (pop3-leave-mail-on-server): New user variable.
18127         (pop3-movemail): Delete mail only when it is nil.
18128
18129 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18130
18131         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18132
18133         * mml.el (mml-preview): Use `pop-to-buffer'.
18134
18135         * message.el (message-goto-mail-followup-to): Insert after "To".
18136         (message-carefully-insert-headers): Add comment.
18137
18138         * gnus.el: Remove unused variable `gnus-article-check-size'.
18139
18140         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18141
18142         * gnus-art.el (gnus-button-alist):
18143         Improve `gnus-button-handle-library' entry.
18144
18145 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18146
18147         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18148         Use downcase, since XEmacs capitalizes error messages differently.
18149
18150 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18151
18152         * nntp.el: Add (require 'gnus) due to reference to
18153         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18154
18155 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18156
18157         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18158         Bind `mm-fill-flowed'.
18159
18160         * mm-decode.el (mm-dissect-singlepart): Check it.
18161
18162 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18163
18164         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18165         'imap' for netrc parsing.
18166
18167 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18168
18169         * mailcap.el (mailcap-mime-data): Mark as risky.
18170
18171 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18172
18173         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18174         may be included in the encoded word.
18175         (rfc2047-encode): Don't append a space if the encoded word
18176         includes close parenthesis.
18177
18178 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18179
18180         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18181         of text within parentheses.
18182
18183 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18184
18185         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18186         (gnus-encrypt-write-file-contents): Make the password key the file
18187         name PLUS the cipher, not just the cipher.  Also remove failed
18188         passwords from the cache.
18189
18190 2004-08-06  Simon Josefsson  <jas@extundo.com>
18191
18192         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18193         Doc fix.
18194
18195 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18198         LWSP.
18199
18200 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18201
18202         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18203         Try to append in-reply-to: data to the references: header.
18204
18205         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18206         (netrc-parse): Use gnus-encrypt.el functions.
18207
18208         * gnus-encrypt.el: Add new file for encryption support; currently
18209         does only a few GPG ciphers and an internal XOR cipher.
18210
18211         * password.el: Add comments on using password-read-and-add.
18212         (password-read-and-add): Add function to read and add the
18213         password to the cache at once.
18214
18215 2004-07-28  Simon Josefsson  <jas@extundo.com>
18216
18217         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18218         parameter (but don't use it, for now).
18219
18220         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18221         instead of hard coding to nil.
18222
18223 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18224
18225         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18226         as mm-inline-image-xemacs does.
18227
18228 2004-07-26  Simon Josefsson  <jas@extundo.com>
18229
18230         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18231         Revert part of 2004-07-17 change below.
18232
18233 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18234
18235         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18236         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18237
18238 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18239
18240         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18241         quotes that actually start with ">" at the beginning of the
18242         lines.
18243
18244 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18245
18246         * rfc2047.el (rfc2047-encode-region): Fix last change.
18247         (rfc2047-encode-parameter): Remove useless concat.
18248
18249 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18250
18251         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18252         encode special characters; fix some kind of misconfigured headers;
18253         signal a real error if debug-on-quit or debug-on-error is non-nil.
18254         (rfc2047-encode-max-chars): New variable.
18255         (rfc2047-encode-1): Use it.
18256         (rfc2047-encode-parameter): New function.
18257
18258         * mml.el (mml-insert-parameter): Remove an excessive space.
18259
18260 2004-07-17  Simon Josefsson  <jas@extundo.com>
18261
18262         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18263         Kai Grossjohann <kai@emptydomain.de>.
18264         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18265         (gnus-group-make-menu-bar): Ditto.
18266
18267         * gnus-util.el (gnus-group-server): Add.
18268
18269 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18270
18271         * message.el (message-clone-locals): Clone sendmail and smtp
18272         variables.
18273
18274 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18275
18276         * rfc2047.el (rfc2047-encode-region): Fix last change.
18277
18278 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18279
18280         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18281         characters as non-special.
18282
18283 2004-07-09  Simon Josefsson  <jas@extundo.com>
18284
18285         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18286         Users will lose all flag changes made while unplugged with
18287         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18288         good default.  See numerous reports on ding mailing list.
18289
18290 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18291
18292         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18293         add generate-head-function and generate-article-function to the
18294         rfc822-forward entry.
18295         (nndoc-rfc822-forward-generate-article): New function.
18296         (nndoc-rfc822-forward-generate-head): New function.
18297
18298         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18299
18300 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18301
18302         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18303         respect display group parameter and gnus-summary-expunge-below.
18304         (gnus-articles-to-read): Remove unused reference to display group
18305         parameter.
18306
18307 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18308
18309         * nnheader.el (nnheader-uniquify-message-id): New experimental
18310         variable.
18311         (nnheader-nov-read-message-id): Use it.
18312
18313         * spam-report.el (spam-report-gmane): Add interactive.
18314
18315 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18316
18317         * mm-encode.el (mm-content-transfer-encoding-defaults):
18318         Use qp-or-base64 for the application/* types.
18319
18320 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18321
18322         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18323
18324 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18325
18326         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18327         trim value.
18328
18329 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18330
18331         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18332         New macro and function.
18333         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18334
18335 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18336
18337         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18338         after-load-alist.
18339
18340 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18341
18342         * gnus-group.el (gnus-group-get-new-news-this-group):
18343         Don't update info that isn't there.
18344
18345 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18346
18347         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18348         entry.
18349
18350 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18351
18352         * mm-view.el (mm-inline-render-with-function): Use multibyte
18353         buffer; decode html source by charset.
18354
18355         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18356
18357         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18358         Mule-UCS is loaded under XEmacs.
18359         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18360
18361 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18362
18363         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18364
18365 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18366
18367         * mm-util.el (mm-coding-system-p): Return a coding-system.
18368         (mm-mime-mule-charset-alist): Use shift_jis instead of
18369         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18370         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18371         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18372         instead of japanese-shift-jis and iso-latin-1 respectively in
18373         order to share the default value with both Emacs and XEmacs-mule.
18374         (mm-mule-charset-to-mime-charset):
18375         Make mm-coding-system-priorities effective.
18376         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18377         while predicating of candidates upon the priorities.
18378
18379 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18380
18381         * gnus-sum.el (gnus-summary-make-menu-bar):
18382         Add gnus-uu-invert-processable.
18383
18384         * gnus.el: Autoload gnus-uu-invert-processable.
18385
18386 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * mm-util.el (mm-with-multibyte-buffer): New macro.
18389
18390         * rfc2047.el (rfc2047-encode-string): Use it.
18391         (rfc2047-encode-region): Move point to the end of the region after
18392         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18393
18394 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18395
18396         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18397         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18398
18399 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18400
18401         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18402         (gnus-cite-parse): Ignore quoted envelope From_.
18403         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18404
18405 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18406
18407         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18408         invalid addresses.
18409
18410 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18411
18412         * spam.el: Change section markers, revise TODO list.
18413         (spam-backends): Make new master list of all installed backends.
18414         (spam-summary-exit-behavior): Add new variable to determine how
18415         messages moves are done at summary exit.
18416         (spam-move-spam-nonspam-groups-only)
18417         (spam-process-ham-in-nonham-groups)
18418         (spam-process-ham-in-spam-groups): Remove variables, the
18419         spam-summary-exit-behavior variable should be used to manage this
18420         behavior.
18421         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18422         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18423         and spam-old-spam-articles.
18424         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18425         Add empty variables, placeholders for the backends they represent.
18426         (spam-set-difference): Move, unchanged.
18427         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18428         unless the user has a processor variable.
18429         (spam-classifications, spam-classification-valid-p)
18430         (spam-backend-properties, spam-backend-property-valid-p)
18431         (spam-backend-function-type-valid-p)
18432         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18433         (spam-report-articles-gmane, spam-report-articles-resend):
18434         Remove functions, they are not needed.
18435         (spam-install-backend-super, spam-backend-list)
18436         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18437         (spam-backend-function, spam-backend-ham-registration-function)
18438         (spam-backend-spam-registration-function)
18439         (spam-backend-ham-unregistration-function)
18440         (spam-backend-spam-unregistration-function)
18441         (spam-backend-statistical-p, spam-backend-mover-p)
18442         (spam-install-backend-alias, spam-install-checkonly-backend)
18443         (spam-install-mover-backend, spam-install-nocheck-backend)
18444         (spam-install-backend, spam-install-statistical-backend)
18445         (spam-install-statistical-checkonly-backend): Add backend installation
18446         support.
18447         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18448         (spam-group-processor-p): Use the new backend code and respect the
18449         summary exit behavior.
18450         (spam-mark-spam-as-expired-and-move-routine): Remove.
18451         (spam-summary-prepare): Change to use the new spam-old-articles
18452         variable.
18453         (spam-copy-or-move-routine, spam-copy-spam-routine)
18454         (spam-move-spam-routine, spam-copy-ham-routine)
18455         (spam-move-ham-routine): Add code to copy/move ham or spam.
18456         (spam-fetch-field-fast): Improve doc and code, plus allow the
18457         'number request.
18458         (spam-list-of-checks, spam-list-of-statistical-checks):
18459         Remove variables.
18460         (spam-split, spam-find-spam): Use the new backend code.
18461         (spam-registration-functions): Remove variable.
18462         (spam-unregister-routine): Add convenience wrapper.
18463         (spam-log-undo-registration, spam-register-routine)
18464         (spam-log-processing-to-registry)
18465         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18466         where possible.
18467         (spam-check-gmane-xref, spam-check-regex-headers)
18468         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18469         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18470         (spam-check-bogofilter-headers, spam-check-spamoracle)
18471         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18472         (spam-check-crm114-headers): Use the spam-split-group that
18473         spam-split prepares, no need to determine it every time.
18474
18475         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18476         to the nnheader-parse-naked-head call.
18477
18478         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18479
18480         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18481         the nnheader-nov-read-message-id call.
18482
18483 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18484
18485         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18486         gnus-activate-group twice.  Suggested by Markus Peter
18487         <warp@spin.de>.
18488
18489 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18490
18491         * gnus-art.el (gnus-article-time-format): Exchange the order of
18492         day and month in the default value; fix customization type.
18493         (article-date-ut): Use add-text-properties.
18494         (article-make-date-line): Use message-make-date instead of
18495         current-time-string.
18496
18497         * message.el (message-fetch-field): Don't use set-text-properties.
18498         (message-make-date): Simplify.
18499
18500         * messagexmas.el (message-xmas-make-date): New function.
18501         (message-xmas-redefine): Defalias message-make-date to it.
18502
18503 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18504
18505         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18506         (rfc2047-encode-region): Treat text within parentheses as special;
18507         show the original text when error has occurred.
18508
18509         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18510         already-computed method to gnus-activate-group.
18511
18512         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18513         same select-methods identical Lisp objects.
18514
18515         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18516         object when modifying the info.
18517
18518 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18519
18520         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18521         gnus-opened-servers since it has never been opened with the new
18522         configuration yet.
18523
18524 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18527         arg to nnheader-generate-fake-message-id.
18528
18529 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18530
18531         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18532         number and build a fake message ID localized to a group and
18533         article number (so it's repeatable from that point on).
18534         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18535         ID format.
18536
18537         * gnus-sum.el (gnus-get-newsgroup-headers):
18538         Call nnheader-generate-fake-message-id with the article number.
18539
18540 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18541
18542         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18543         end-of-buffer.
18544
18545 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18546
18547         * message.el (message-ignored-supersedes-headers): Add Approved.
18548
18549 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18550
18551         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18552         goto-char.
18553         (rfc2047-encode): Fold the line before encoding.
18554
18555 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18556
18557         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18558         folding -- not all headers can be folded, and this should be done
18559         by the message composition mode.  Probably.  I think.
18560
18561 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18562
18563         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18564         fast.
18565
18566         * gnus-ems.el (gnus-remove-image): Don't use
18567         message-text-with-property; remove only the image found first.
18568
18569         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18570         found first.
18571
18572 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18573
18574         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18575
18576 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18577
18578         * message.el (message-text-with-property): Make it fast and accept
18579         optional arguments.
18580         (message-strip-forbidden-properties): Use it.
18581         (message-fix-before-sending): Follow the m-t-w-p change.
18582
18583         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18584
18585 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18586
18587         * gnus-art.el (article-hide-headers): Don't change the buffer
18588         mistakenly when performing mml-preview even if
18589         gnus-single-article-buffer is nil.
18590
18591 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18592
18593         * message.el (message-expand-name-databases): New user option.
18594         (message-expand-name): Use it.
18595
18596 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18597
18598         * spam.el (spam-report-articles-resend)
18599         (spam-report-resend-register-routine): Allow ham reporting.
18600         (spam-report-resend-register-ham-routine): Add wrapper.
18601         (spam-registration-functions): Add ham resending functions.
18602         (spam-list-of-processors): Add ham resend processor.
18603
18604         * gnus.el (ham-resend-to): Add new group parameter.
18605         (spam-process): Add ham resend option.
18606
18607         * spam-report.el (spam-report-resend): Allow reporting ham.
18608         (spam-report-resend-ham): Add wrapper.
18609
18610 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18611
18612         * message.el (message-cite-articles-with-x-no-archive):
18613         New variable.
18614         (message-cite-original): Use it.
18615
18616 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18617
18618         * message.el (message-cite-original): Respect X-No-Archive.
18619
18620 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18621
18622         * gnus-art.el (article-hide-headers): Refer to the values for
18623         gnus-ignored-headers and gnus-visible-headers in the summary
18624         buffer since a user may have set them as group parameters.
18625
18626 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18627
18628         * assistant.el (assistant-node-name): Add convenience function.
18629         (assistant-render-text, assistant-render-node): Add error handling,
18630         plus handle multiple next nodes.
18631         (assistant-find-next-node): Comment out for now.
18632         (assistant-find-next-nodes): Add function, returns list of next
18633         nodes.
18634
18635 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18636
18637         * mail-source.el (mail-source-directory): Fix doc-string.
18638
18639 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18640
18641         * assistant.el (assistant-render-text, assistant-eval): Add :set
18642         widget type, which is different because it takes and returns a
18643         list.  Much hilarity ensues.
18644
18645 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18646
18647         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18648
18649         * gnus-group.el (gnus-group-get-new-news-this-group):
18650         Add doc-string.
18651
18652         * gnus-start.el (gnus-activate-group): Add doc-string.
18653
18654 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18657
18658 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18659
18660         * assistant.el (assistant-render-text): Try to add a :set
18661         widget, more to come.
18662
18663         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18664         strings.
18665         (spam-report-articles-resend)
18666         (spam-register-routine): Do registration iff any articles warrant
18667         it.
18668         (spam-summary-prepare-exit): Change log message for nil group
18669         destinations.
18670
18671 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18672
18673         * spam.el (spam-report-resend-register-routine):
18674         Allow spam-report-resend-to to be a group parameter or a global value.
18675
18676 2004-05-26  Simon Josefsson  <jas@extundo.com>
18677
18678         * starttls.el: Merge with my GNUTLS based starttls.el.
18679         (starttls-gnutls-program, starttls-use-gnutls)
18680         (starttls-extra-arguments, starttls-process-connection-type)
18681         (starttls-connect, starttls-failure, starttls-success):
18682         New variables.
18683         (starttls-program, starttls-extra-args): Doc fix.
18684         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18685         New functions.
18686         (starttls-negotiate, starttls-open-stream):
18687         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18688         function if it is set.
18689
18690 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18691
18692         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18693         structured fields.
18694
18695 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18696
18697         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18698
18699 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18700
18701         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18702         Add variable.
18703         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18704         assigning the spam-mark to new messages.
18705
18706 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18707
18708         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18709
18710 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18713
18714         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18715         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18716         default.
18717
18718 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18719
18720         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18721         correct data.
18722
18723 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18724
18725         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18726         (spam-group-processor-p): Fix function.
18727         (spam-group-processor-multiple-p)
18728         (spam-group-spam-processor-report-gmane-p)
18729         (spam-group-spam-processor-report-resend-p)
18730         (spam-group-spam-processor-bogofilter-p)
18731         (spam-group-spam-processor-blacklist-p)
18732         (spam-group-spam-processor-ifile-p)
18733         (spam-group-ham-processor-ifile-p)
18734         (spam-group-spam-processor-spamoracle-p)
18735         (spam-group-spam-processor-crm114-p)
18736         (spam-group-ham-processor-bogofilter-p)
18737         (spam-group-spam-processor-stat-p)
18738         (spam-group-ham-processor-stat-p)
18739         (spam-group-ham-processor-whitelist-p)
18740         (spam-group-ham-processor-BBDB-p)
18741         (spam-group-ham-processor-spamoracle-p)
18742         (spam-group-ham-processor-copy-p): Remove functions with some
18743         prejudice against unneeded code.
18744         (spam-report-articles-resend)
18745         (spam-report-resend-register-routine): Allow the group/topic
18746         spam-resend-to value to override spam-report-resend-to.
18747         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18748         properly now.
18749
18750         * gnus.el (spam-resend-to): Add group/topic parameter.
18751         (spam-process): Move the OBSOLETE processors to the end of the
18752         choices.
18753
18754 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18755
18756         * spam-report.el (spam-report-resend-to, spam-report-resend):
18757         Start with resend-to set to nil, and then ask the user if necessary.
18758         (spam-report-resend): spam-report-resend takes a list of articles, not
18759         separate article numbers.
18760
18761 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18762
18763         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18764         addition to emacs-w3m.
18765
18766 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18767
18768         * assistant.el (assistant-authinfo-data): New function.
18769         (assistant-eval): Eval for entire assistant.
18770
18771         * netrc.el (netrc-services-file): New variable.
18772         (netrc-parse-services): New function.
18773         (netrc-find-service-name): New function.
18774         (netrc-find-service-number): New function.
18775         (netrc-port-equal): New function.
18776         (netrc-machine): Use it.
18777
18778         * nnimap.el (nnimap-open-connection): Use netrc.
18779
18780         * gnus-util.el (gnus-netrc-get): Remove aliases.
18781
18782         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18783
18784         * assistant.el (wid-edit): Fix compilation.
18785
18786         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18787
18788 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18789
18790         * gnus-util.el (gnus-set-file-modes): New function.  (small
18791         patch).
18792
18793 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18794
18795         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18796
18797         * assistant.el (assistant-render-node): Fix up rendering and
18798         read-only text.
18799         (assistant-render-node): Reset.
18800         (assistant-make-read-only): Not sticky.
18801
18802 2004-05-20  Danny Siu  <dsiu@adobe.com>
18803
18804         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18805         centered even when gnus-auto-center-summary is t.
18806
18807 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18808
18809         * dns.el (dns-get-txt-answer): New function.
18810         (dns-read-txt): Ditto.
18811         (query-dns): Use it.
18812
18813 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18814
18815         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18816         active for foreign groups even if the group level is higher than
18817         the specified value.
18818
18819 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18820
18821         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18822         non-active groups.
18823
18824         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18825
18826 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18827
18828         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18829
18830 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18831
18832         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18833         (spam-crm114-header, spam-crm114-spam-switch)
18834         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18835         (spam-crm114-positive-spam-header)
18836         (spam-crm114-database-directory, spam-list-of-processors)
18837         (spam-group-spam-processor-crm114-p)
18838         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18839         (spam-generic-score, spam-list-of-checks)
18840         (spam-list-of-statistical-checks, spam-registration-functions)
18841         (spam-check-crm114-headers, spam-crm114-score)
18842         (spam-check-crm114, spam-crm114-register-with-crm114)
18843         (spam-crm114-register-spam-routine)
18844         (spam-crm114-unregister-spam-routine)
18845         (spam-crm114-register-ham-routine)
18846         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18847         From asjo@koldfront.dk (Adam Sjøgren).
18848
18849         * gnus.el: Add spam-use-crm114.
18850
18851         * spam.el (spam-list-of-processors, spam-registration-functions):
18852         Add spam-use-resend.
18853         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18854         (spam-report-articles-gmane): Add doc fix.
18855         (spam-report-articles-resend, spam-report-resend-register-routine):
18856         Add wrappers around spam-report-resend-to.
18857
18858         * spam-report.el (spam-report-resend-to, spam-report-resend):
18859         Add support for resending spam.
18860         (spam-report-gmane): Fix line length >80.
18861
18862         * gnus.el (spam-process): Add spam-use-resend.
18863
18864 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18865
18866         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18867         number of processed spam messages.
18868         (spam-ham-copy-or-move-routine): Return the number of processed
18869         ham messages.
18870         (spam-summary-prepare-exit): Use the above values to decide
18871         whether status messages shouled be displayed.
18872
18873 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18874
18875         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18876         `rfc2047-encoding-function-alist' in order to avoid conflicting
18877         with the old version.
18878         (rfc2047-encode-region): Concatenate words containing non-ASCII
18879         characters in structured fields; don't encode space-delimited
18880         ASCII words even in unstructured fields; don't break words at
18881         char-category boundaries.
18882         (rfc2047-encode-1): New function.
18883         (rfc2047-encode): Use it; encode text so that it occupies the
18884         maximum width within 76-column; work correctly on Q encoding for
18885         iso-2022-* charsets.
18886         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18887         sure not to break a line just after the header name.
18888         (rfc2047-b-encode-region): Remove.
18889         (rfc2047-b-encode-string): New function.
18890         (rfc2047-q-encode-region): Remove.
18891         (rfc2047-q-encode-string): New function.
18892
18893         * mm-util.el (mm-replace-in-string): New function.
18894
18895 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18896
18897         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18898         Really get it right.
18899         (gnus-inews-make-draft): Really.
18900
18901 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18902
18903         * nnmh.el (nnmh-request-list-1): Don't check the link count
18904         before descending.  (small patch)
18905
18906 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18907
18908         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18909         stuff.
18910
18911         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18912         Match on real group name.
18913
18914         * gnus-art.el (gnus-signature-limit): Doc fix.
18915
18916         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18917
18918         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18919
18920 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18921
18922         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18923         isn't a string.
18924
18925 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18926
18927         * gnus-draft.el (gnus-draft-send):
18928         Bind rfc2047-encode-encoded-words.
18929
18930         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18931         (rfc2047-encodable-p): Say that =? needs encoding.
18932         (rfc2047-encode-encoded-words): New variable.
18933
18934         * gnus-group.el (gnus-group-select-group): Doc fix.
18935
18936         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18937
18938         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18939         to nil.
18940
18941         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18942
18943         * nnheader.el (nnheader-get-lines-and-char): New function.
18944
18945 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18946
18947         * gnus-msg.el (gnus-summary-followup-with-original):
18948         Document yanking of region when active.
18949
18950 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18951
18952         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18953         groups if the group level is higher than the specified value.
18954
18955 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18956
18957         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18958         (gnus-group-jump-to-group): Add prefix argument using
18959         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18960         non-active group.
18961
18962         * compface.el (uncompface): Be verbose when changing
18963         `uncompface-use-external'.
18964
18965         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18966         handle manual section.
18967
18968 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18969
18970         * gnus-art.el (gnus-button-alist): Revert previous change.
18971
18972 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18973
18974         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18975
18976 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18977
18978         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18979         whether backend can accept message.
18980
18981         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18982
18983 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18984
18985         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18986         Avoid creating directory when nntp-marks-is-evil is true.
18987         Reported by Reiner Steib.
18988
18989 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18990
18991         * gnus-picon.el (gnus-picon-style): New variable.
18992         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18993         (gnus-picon-transform-address): Support `gnus-picon-style'.
18994         From Jesper Harder <harder@ifa.au.dk>.
18995
18996 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18997
18998         * message.el (message-fill-field): Return point.
18999         (message-generate-headers): Go to end of field.
19000
19001         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19002         stuff for non-living groups.
19003
19004 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19005
19006         * gnus-art.el (gnus-article-followup-with-original)
19007         (gnus-article-reply-with-original): gnus-mark-active-p ->
19008         gnus-region-active-p.
19009
19010 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19011
19012         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19013         only when there is spam or ham to be processed.
19014
19015 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19016
19017         * mail-source.el (mail-source-delete-crash-box): Refactor.
19018         (mail-source-fetch): Use it.
19019         (mail-source-fetch-file): Ditto.
19020         (mail-source-fetch-directory): Run postscript in loop.
19021         (mail-source-fetch-pop): Delete.
19022         (mail-source-fetch-maildir): Ditto.
19023         (mail-source-fetch-imap): Ditto.
19024
19025         * imap.el (imap-authenticators): Comment out sasl.
19026
19027         * message.el (message-skip-to-next-address): New function.
19028         (message-fill-header-address): Refactor.
19029         (message-fill-address): Use it.
19030         (message-delete-address): Use it.
19031         (message-fill-header-general): Refactor.
19032         (message-fill-field-address): Rename.
19033         (message-narrow-to-field): Find the start of the header.
19034         (message-header-format-alist): Don't pre-fill.
19035         (message-fill-header): Remove.
19036         (message-insert-header): New function.
19037         (message-shorten-references): Use it.
19038
19039         * rfc2047.el (rfc2047-field-value): Strip props.
19040
19041         * mail-parse.el (mail-header-make-address): New alias.
19042
19043         * ietf-drums.el (ietf-drums-make-address): New function.
19044
19045         * imap.el: Add compiler directives.
19046
19047         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19048
19049         * gnus-art.el (article-decode-idna-rhs): Don't use
19050         message-idna-inside-rhs-p.
19051
19052 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19053
19054         * message.el (message-idna-inside-rhs-p): Remove.
19055         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19056
19057         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19058         false positives.
19059
19060 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19061
19062         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19063
19064 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19065
19066         * nneething.el (nneething-file-name): Don't create spurious
19067         files.
19068
19069         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19070         (gnus-inews-do-gcc): Remove sleep.
19071
19072         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19073         part under point.
19074
19075         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19076         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19077
19078 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19079
19080         * spam.el (spam-summary-prepare-exit): Fix (length).
19081
19082 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19083
19084         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19085         as expired without moving it" message when there are spam
19086         messages left.
19087
19088 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19089
19090         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19091         header is not nil.
19092
19093 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19094
19095         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19096         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19097         (nntp-marks-changed-p): New arg SERVER.
19098         (nntp-request-update-info): Adjust caller.
19099
19100 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19101
19102         * nntp.el (nntp-save-marks): Pass missing arg.
19103
19104 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19105
19106         * nntp.el: Support marks.
19107         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19108         (nntp-marks-modtime, nntp-marks-directory): New variables.
19109         (nntp-request-set-mark, nntp-request-update-info)
19110         (nntp-possibly-create-directory, nntp-marks-changed-p)
19111         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19112         New functions.
19113
19114 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19115
19116         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19117         (gnus-xmas-redefine): Rename.
19118
19119         * gnus-score.el (gnus-score-insert-help):
19120         Use gnus-select-lowest-window.
19121
19122         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19123         appt-select-lowest-window and rename to gnus-select-lowest-window.
19124
19125         * gnus.el: do.
19126
19127 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19128
19129         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19130         encodings of MIME-encoded words, in order to improve
19131         interoperability with several broken MUAs.
19132
19133 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19134
19135         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19136         tags, only when charsets are not specified in headers.
19137         (mm-inline-text-html-render-with-w3m): Ditto.
19138
19139         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19140         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19141
19142 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19143
19144         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19145         instead of MIME-decoded from fields when checking
19146         `gnus-article-address-banner-alist'.
19147
19148 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19149
19150         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19151         description rather than subject.
19152
19153 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19154
19155         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19156
19157 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19158
19159         * gnus.el (gnus-version-number): Bump.
19160
19161 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19162
19163         * gnus.el: No Gnus v0.2 is released.
19164
19165 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19166
19167         * gnus-agent.el (gnus-agent-read-agentview):
19168         Inline gnus-uncompress-range.
19169
19170 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19171
19172         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19173         `exec-installed-p'.
19174
19175 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19176
19177         * gnus.el (spam-process, spam-autodetect-methods):
19178         Add bsfilter and bsfilter-headers.
19179
19180         * spam.el (spam-bsfilter): New customize group.
19181         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19182         (spam-bsfilter-header, spam-bsfilter-probability-header)
19183         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19184         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19185         (spam-bsfilter-database-directory): New options.
19186         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19187         (spam-list-of-statistical-checks, spam-registration-functions):
19188         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19189         (spam-bsfilter-score): New command.
19190         (spam-check-bsfilter-headers, spam-check-bsfilter)
19191         (spam-bsfilter-register-with-bsfilter)
19192         (spam-bsfilter-register-spam-routine)
19193         (spam-bsfilter-unregister-spam-routine)
19194         (spam-bsfilter-register-ham-routine)
19195         (spam-bsfilter-unregister-ham-routine): New functions.
19196         (spam-generic-score): Support bsfilter; Accept an optional argument
19197         to recalcurate spam score even if scoring header has already been
19198         added.
19199         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19200         optional argument to recalcurate spam score even if scoring header
19201         has already been added.
19202
19203 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19204
19205         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19206         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19207         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19208         link is missing.
19209
19210 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19211
19212         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19213         (html2text-get-attr): Rewrite.
19214
19215         * message.el (message-setup-1): Remove redundant put-text-property
19216         on mail-header-separator.
19217
19218 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19219
19220         * gnus-registry.el (gnus-registry-cache-whitespace)
19221         (gnus-registry-action, gnus-registry-spool-action)
19222         (gnus-registry-split-fancy-with-parent): Change message levels
19223         from 5 to 3 or 7, as needed.
19224
19225         * spam.el (spam-summary-prepare-exit)
19226         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19227         (spam-split, spam-find-spam, spam-log-undo-registration)
19228         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19229         level from 5 to 6.
19230
19231 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19232
19233         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19234         2004-03-04 change).
19235
19236 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19237
19238         * sieve-manage.el (sieve-manage-open):
19239         * nnweb.el (nnweb-insert-html):
19240         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19241         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19242         * nnspool.el (nnspool-request-group):
19243         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19244         * nnml.el (nnml-request-update-info):
19245         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19246         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19247         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19248         (nnimap-request-set-mark):
19249         * nnfolder.el (nnfolder-request-update-info):
19250         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19251         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19252         * gnus-uu.el (gnus-uu-find-articles-matching):
19253         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19254         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19255         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19256         * gnus-nocem.el (gnus-nocem-scan-groups):
19257         * gnus-int.el (gnus-start-news-server):
19258         * gnus-group.el (gnus-group-make-kiboze-group)
19259         (gnus-group-browse-foreign-server):
19260         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19261         Use mapc when appropriate.
19262
19263 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19264
19265         FIXME: Make separate entries for each person.
19266
19267         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19268         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19269         <shields@msrl.com>:
19270
19271         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19272         may need for spam sorting and scoring.
19273         (spam-user-format-function-S): Add user format function suitable for
19274         general use.
19275         (spam-article-sort-by-spam-status): Add sorting function for summary
19276         sorting.
19277         (spam-extra-header-to-number): Add function to get a score from a
19278         header.
19279         (spam-summary-score): Add function to get a numeric score from the
19280         headers.
19281         (spam-generic-score): Fix function doc, was in wrong place.
19282         (spam-initialize): Take symbols when it's run, and install the
19283         extra headers that spam-necessary-extra-headers thinks we need.
19284
19285 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19286
19287         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19288         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19289
19290 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19291
19292         * gnus-sum.el (gnus-set-global-variables)
19293         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19294         (gnus-article-get-xrefs, gnus-summary-best-group)
19295         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19296         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19297         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19298         Use with-current-buffer.
19299
19300 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19301
19302         * spam.el (spam-summary-prepare-exit): Simplify logic.
19303         (spam-fetch-article-header): Read the article header if it's not
19304         available.
19305         (spam-list-articles): Simplify logic.
19306         (spam-filelist-register-routine): Fix bug with unregister-list.
19307
19308         * gnus-registry.el: Fix comments at beginning.
19309
19310 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19311
19312         * message.el (message-cater-to-broken-inn): Remove.
19313         (message-shorten-references): Make sure the total folded length of
19314         References is shorter than 998 characters to cater to a bug in INN
19315         2.3.  Also, don't pretend that references aren't folded -- this
19316         hasn't worked for a while.
19317
19318 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19319
19320         * gnus-agent.el (gnus-agentize):
19321         gnus-agent-send-mail-real-function no longer set to current value
19322         of message-send-mail-function but rather a lambda that calls
19323         message-send-mail-function.  The change makes the agent real-time
19324         responsive to user changes to message-send-mail-function.
19325
19326 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19327
19328         * legacy-gnus-agent.el
19329         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19330         help from Florian Weimer <fw@deneb.enyo.de>
19331
19332 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19333
19334         * nnmail.el (nnmail-cache-insert): Revert last change.
19335
19336 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19337
19338         * nnmail.el (nnmail-cache-insert): Always check whether
19339         nnmail-cache-ignore-groups matches a group name.
19340
19341 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19342
19343         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19344         (spam-find-spam, spam-log-processing-to-registry)
19345         (spam-log-registered-p, spam-log-unregistration-needed-p)
19346         (spam-log-undo-registration): Use gnus-message instead of
19347         gnus-error, none of these errors are fatal.
19348
19349         * gnus-registry.el (gnus-registry-clean-empty-function)
19350         (gnus-registry-clean-empty): Remove only empty entries without
19351         extra data.
19352
19353 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19354
19355         * spam-stat.el (spam-stat-buffer-change-to-spam)
19356         (spam-stat-buffer-change-to-non-spam): Change (error) to
19357         (gnus-message 8) invocation.
19358
19359 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19360
19361         * nntp.el (nntp-via-netcat-command): New variable.
19362         (nntp-via-netcat-switches): New variable.
19363         (nntp-open-via-rlogin-and-netcat): New function.
19364         (nntp-open-connection-function): Doc fix.
19365         (nntp-telnet-command): Doc fix.
19366         (nntp-end-of-line): Doc fix.
19367         (nntp-via-rlogin-command): Doc fix.
19368         (nntp-via-user-name): Doc fix.
19369         (nntp-via-address): Doc fix.
19370
19371 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19372
19373         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19374         error in Emacs 21.1.
19375
19376 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19377
19378         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19379
19380 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19381
19382         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19383         (gnus-agent-with-refreshed-group): New macro.
19384         (gnus-agent-rename-group): New function.
19385         (gnus-agent-delete-group): New function.
19386         (gnus-agent-save-group-info): Use gnus-command-method when
19387         `method' parameter is nil.  Don't write nil entries into the
19388         active file.
19389         (gnus-agent-get-group-info): New function.
19390         (gnus-agent-fetch-articles):
19391         Use gnus-agent-update-files-total-fetched-for to increment disk space
19392         used.
19393         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19394         Use gnus-agent-update-view-total-fetched-for to increment disk space
19395         used.
19396         (gnus-agent-get-local): Add optional parameters to avoid calling
19397         gnus-group-real-name and gnus-find-method-for-group.
19398         (gnus-agent-set-local): Delete stored entry if either min, or max,
19399         are nil.
19400         (gnus-agent-fetch-session): Reworded error/quit messages.
19401         On quit, use gnus-agent-regenerate-group to record existance of any
19402         articles fetched to disk before the quit occurred.
19403         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19404         gnus-agent-update-view-total-fetched-for, and
19405         gnus-agent-update-files-total-fetched-for to decrement disk space
19406         used.
19407         (gnus-agent-retrieve-headers):
19408         Use gnus-agent-update-view-total-fetched-for to increment disk space
19409         used.
19410         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19411         with gnus-agent-update-files-total-fetched-for to decrement disk
19412         space and fresh group buffer.
19413         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19414         (gnus-agent-need-update-total-fetched-for): New variable.
19415         (gnus-agent-update-files-total-fetched-for): New function.
19416         (gnus-agent-update-view-total-fetched-for): New function.
19417         (gnus-agent-total-fetched-for): New function.
19418
19419         * gnus-cache.el (gnus-cache-save-buffers):
19420         Use gnus-cache-update-overview-total-fetched-for to change disk space
19421         used by this group.
19422         (gnus-cache-possibly-enter-article):
19423         Use gnus-cache-update-file-total-fetched-for to increment disk space
19424         used by this group.
19425         (gnus-cache-possibly-remove-article):
19426         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19427         used by this group.
19428         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19429         (gnus-cache-rename-group): New function.
19430         (gnus-cache-delete-group): New function.
19431         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19432         (gnus-cache-need-update-total-fetched-for): New variable.
19433         (gnus-cache-with-refreshed-group): New macro.
19434         (gnus-cache-update-file-total-fetched-for): New function.
19435         (gnus-cache-update-overview-total-fetched-for): New function.
19436         (gnus-cache-rename-group-total-fetched-for): New function.
19437         (gnus-cache-delete-group-total-fetched-for): New function.
19438         (gnus-cache-total-fetched-for): New function.
19439
19440         * gnus-group.el: Require gnus-sum and autoload functions to
19441         resolve warnings when gnus-group.el compiled alone.
19442         (gnus-group-line-format): Documented new %F.
19443         (size of Fetched data) group line format; identifies disk space
19444         used by agent and cache.
19445         (gnus-group-line-format-alist): Defined new F format.
19446         (gnus-total-fetched-for): New function.
19447         (gnus-group-delete-group): No longer update
19448         gnus-cache-active-altered as gnus-request-delete-group now keeps
19449         the cache in sync.
19450         (gnus-group-list-active): Let the agent store a server's active
19451         list if currently plugged.
19452
19453         * gnus-int.el (gnus-request-delete-group):
19454         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19455         local disk in sync with the server.
19456         (gnus-request-rename-group):
19457         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19458         local disk in sync with the server.
19459
19460         * gnus-start.el (gnus-get-unread-articles):
19461         Cosmetic simplification to logic.
19462
19463         * gnus-util.el (gnus-rename-file): New function.
19464
19465 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19466
19467         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19468
19469 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19470
19471         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19472         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19473
19474 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19475
19476         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19477         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19478
19479 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19480
19481         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19482
19483 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19484
19485         * spam.el (spam-set-difference): Add function to replace
19486         gnus-set-difference in spam.el.
19487         (spam-summary-prepare-exit): Use spam-set-difference.
19488
19489 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19490
19491         * gnus-registry.el (gnus-registry-cache-file): Update to use
19492         gnus-dribble-directory OR gnus-home-directory OR ~.
19493         (gnus-registry-split-fancy-with-parent): Fix doc.
19494
19495 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19496
19497         * message.el (message-exchange-point-and-mark):
19498         Use message-mark-active-p.  Suggested by Jesper Harder
19499         <harder@ifa.au.dk>.
19500
19501 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19502
19503         * message.el (message-exchange-point-and-mark): Don't activate
19504         region if it was inactive.  Suggested by Hiroshi Fujishima
19505         <pooh@nature.tsukuba.ac.jp>.
19506
19507 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19508
19509         * gnus-art.el (article-display-face): Display Faces in the same
19510         order as X-Faces.
19511
19512 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19513
19514         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19515
19516 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19517
19518         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19519         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19520         (gnus-article-mime-hierarchy): Remove.
19521         (gnus-article-mime-hierarchy-next): Remove.
19522         (gnus-article-mode): Revert 2004-03-19 change.
19523         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19524         (gnus-insert-mime-button): Revert 2004-03-19 change.
19525         (gnus-mime-accumulate-hierarchy): Remove.
19526         (gnus-mime-enter-multipart): Remove.
19527         (gnus-mime-leave-multipart): Remove.
19528         (gnus-mime-display-part): Revert 2004-03-19 change.
19529         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19530
19531         * mml.el (mml-preview): Revert 2004-03-19 change.
19532
19533 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19534
19535         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19536
19537 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19538
19539         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19540         t while entering a file name using the mm-with-multibyte macro.
19541         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19542
19543         * mm-util.el (mm-with-multibyte): New macro.
19544
19545 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19546
19547         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19548         New user option.
19549         (gnus-mime-multipart-functions): Doc and customization fix.
19550         (gnus-article-mime-hierarchy): New variable.
19551         (gnus-article-mime-hierarchy-next): New variable.
19552         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19553         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19554         gnus-article-mime-hierarchy-next to nil.
19555         (gnus-insert-mime-button): Show hierarchy numbers.
19556         (gnus-mime-accumulate-hierarchy): New function.
19557         (gnus-mime-enter-multipart): New function.
19558         (gnus-mime-leave-multipart): New function.
19559         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19560         (gnus-mime-display-alternative): Show hierarchy numbers.
19561
19562         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19563         gnus-article-mime-hierarchy-next to nil.
19564
19565 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19566
19567         * dns.el: Don't require gnus-xmas.
19568
19569 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19570
19571         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19572         inline PGP.
19573         (mml-menu): Disable mml-quote-region if mark is inactive.
19574
19575 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19576
19577         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19578         when the group's active is not available.
19579
19580 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19581
19582         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19583         error.
19584
19585 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19586
19587         * imap.el (imap-store-password): New variable.
19588         (imap-interactive-login): Use it.
19589         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19590
19591 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19592
19593         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19594         window-start and hscroll to summary window.
19595
19596 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19597
19598         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19599         conversion message to newsrc-dribble when an actual conversion is
19600         performed.
19601
19602 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19603
19604         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19605
19606 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19607
19608         * mm-decode.el (mm-complicated-handles): New function reviving
19609         former definition of mm-multiple-handles.
19610
19611         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19612         (gnus-mime-delete-part): Use it.
19613
19614 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19615
19616         * gnus-agent.el (gnus-agent-read-local):
19617         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19618         avoid the implicit assumption that they will always be equal.
19619         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19620         coding-system-for-write, as the with-temp-file macro first prints
19621         to a buffer then saves the buffer.
19622
19623 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19624
19625         * gnus-art.el (gnus-article-edit-part): New function.
19626         (gnus-mime-save-part-and-strip): Use it; do query instead of
19627         signaling an error; don't use mm-multiple-handles.
19628         (gnus-mime-delete-part): Ditto.
19629
19630 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19631
19632         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19633         old file versions.
19634         (gnus-group-prepare-hook): Remove function that converted list
19635         form of gnus-agent-expire-days to group properties.
19636
19637         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19638         (gnus-request-accept-article): Re-indented.
19639
19640         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19641         converters to handle old agent file formats.  Add logic for a
19642         "backup before upgrading warning".
19643         (gnus-convert-mark-converter-prompt): Developers can mark
19644         functions as needing (default), or not needing,
19645         gnus-convert-old-newsrc's "backup before upgrading warning".
19646         (gnus-convert-converter-needs-prompt): Tests whether the user
19647         should be protected from potentially irreversable changes by the
19648         function.
19649
19650         * legacy-gnus-agent.el: New.  Provides converters that are only
19651         loaded when gnus-convert-old-newsrc needs to call them.
19652
19653 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19654
19655         * mail-source.el (mail-source-touch-pop): Doc fix.
19656
19657         * message.el (message-smtpmail-send-it): Doc fix.
19658
19659 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19660
19661         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19662
19663         * nnmail.el (nnmail-split-fancy): do.
19664
19665         * gnus-kill.el (gnus-kill, gnus-execute): do.
19666
19667 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19668
19669         * gnus-sum.el (gnus-widget-reversible-match)
19670         (gnus-widget-reversible-to-internal)
19671         (gnus-widget-reversible-to-external): New functions.
19672         (gnus-widget-reversible): New widget.
19673         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19674
19675 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19676
19677         * gnus-sum.el (gnus-thread-sort-functions)
19678         (gnus-article-sort-functions): Document `(not F)' items.
19679
19680 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19681
19682         * spam.el (spam-use-gmane-xref): Add new backend.
19683         (spam-gmane-xref-spam-group): Add variable to control the name of the
19684         Gmane spam group.
19685         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19686         (spam-regex-headers-spam, spam-regex-headers-ham)
19687         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19688         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19689         backends and checks.
19690         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19691
19692         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19693         an autodetect method.
19694
19695 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19696
19697         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19698         articles are being added to a group.
19699         (gnus-request-replace-article): Inform the agent that articles
19700         need to be uncached as the cached contents are no longer valid.
19701
19702 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19703
19704         * binhex.el: Don't autoload executable-find.
19705
19706         * canlock.el: Don't autoload mail-fetch-field.
19707
19708         * dgnushack.el: Autoload c-mode for XEmacs.
19709
19710         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19711
19712         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19713         rmail-dont-reply-to and rmail-output.
19714
19715         * gnus-score.el: Don't autoload ffap-string-at-point.
19716
19717         * gnus-setup.el: Don't autoload sc-cite-original.
19718
19719         * imap.el: Don't autoload base64-decode-string,
19720         base64-encode-string and md5.
19721
19722         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19723         and rmail-msg-restore-non-pruned-header.
19724
19725         * mm-decode.el: Don't autoload executable-find.
19726
19727         * mm-url.el: Don't autoload executable-find.
19728
19729         * mm-view.el: Don't autoload diff-mode.
19730
19731         * nndb.el: Don't autoload news-reply-mode, news-setup,
19732         cancel-timer and telnet.
19733
19734         * password.el: Don't autoload run-at-time for Emacs.
19735
19736         * sha1-el.el: Don't autoload executable-find.
19737
19738         * sieve-mode.el: Don't autoload c-mode.
19739
19740         * uudecode.el: Don't autoload executable-find.
19741
19742 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19743
19744         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19745         (gnus-agent-possibly-alter-active): Avoid null in numeric
19746         comparison.
19747         (gnus-agent-set-local): Refuse to save null in local object table.
19748         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19749         list of articles that will be marked as unread.
19750
19751 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19752
19753         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19754
19755 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19756
19757         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19758         language tags.
19759
19760 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19761
19762         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19763         Don't bind "obarray".
19764
19765         * gnus-sum.el (gnus-thread-sort-functions):
19766         Add `gnus-thread-sort-by-most-recent-number' and
19767         `gnus-thread-sort-by-most-recent-date'.
19768         Reported by Kai Grossjohann <kai@emptydomain.de>.
19769
19770 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19771
19772         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19773
19774 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19775
19776         * gnus-cus.el (gnus-agent-customize-category):
19777         Remove ignore-errors macro reference that required cl to be loaded at
19778         run-time.
19779
19780         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19781         single-interval range of the form (min . max).  Previously the
19782         range had to look like ((min . max)).  Likewise, return
19783         (min . max) rather than ((min . max)).
19784         (gnus-range-map): Use gnus-range-normalize to accept
19785         single-interval range.
19786
19787         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19788         the cache, but not the agent, now appear with their usual face.
19789
19790         * dgnushack.el (loaddir): New variable that is bound to the
19791         directory containing the dgnushack.el file. Use loaddir, rather
19792         than srcdir, to update load-path. Change lets dgnushack compile
19793         code in directories other than GNUS/lisp.
19794
19795 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19796
19797         * lpath.el: Don't bind w3m-safe-url-regexp.
19798
19799         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19800         w3m-safe-url-regexp variable buffer-local.
19801
19802         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19803
19804 2004-02-27  Simon Josefsson  <jas@extundo.com>
19805
19806         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19807         gnus-group-real-prefix.
19808         (gnus-summary-move-article): Use it, instead of
19809         gnus-group-real-prefix.
19810
19811 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19812
19813         * lpath.el: Bind w3m-safe-url-regexp.
19814
19815         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19816         w3m-safe-url-regexp variable buffer-local and set it as the value
19817         of mm-w3m-safe-url-regexp.
19818
19819         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19820
19821         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19822         parsing gnus-posting-styles when the message is not for replying.
19823
19824         * dgnushack.el: Autoload sgml-mode for XEmacs.
19825
19826         * nnrss.el (nnrss-opml-export):
19827         Use mm-set-buffer-file-coding-system instead of
19828         set-buffer-file-coding-system.
19829
19830 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19831
19832         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19833         of checkdoc.el).
19834         * nnrss.el: do.
19835         * gnus-mlspl.el: do.
19836         * gnus-ml.el: do.
19837         * gnus-srvr.el: do.
19838
19839         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19840
19841 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19842
19843         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19844         Corrections to custom-manual links.
19845
19846         * gnus-art.el (gnus-article): Ditto.
19847
19848         * mm-decode.el (mime-display, mime-security): Ditto.
19849
19850 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19851
19852         * flow-fill.el: Typo.
19853
19854 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19855
19856         * spam-wash.el: New file.
19857
19858 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19859
19860         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19861
19862 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19863
19864         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19865         to be run with new-articles as LIST1, not LIST2.
19866         (spam-registration-functions): Add spam-use-ham-copy as a nil
19867         registration backend.
19868
19869 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19870
19871         * spam-stat.el (spam-stat-washing-hook): New option.
19872         (spam-stat-buffer-words): Use it.
19873         (spam-stat-process-directory, spam-stat-test-directory):
19874         Use insert-file-contents-literally.
19875         (spam-stat-coding-system): New variable.
19876         (spam-stat-load, spam-stat-save): Use it.
19877
19878 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19879
19880         * spam-report.el (spam-report-plug-agent):
19881         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19882
19883 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19884
19885         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19886         Allow / in mailto URLs.
19887
19888 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19889
19890         * spam-report.el (spam-report-process-queue): Fix interactive use.
19891         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19892         (spam-report-unplug-agent): Doc fixes.
19893         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19894         (spam-report-agentize, spam-report-deagentize): Autoload.
19895
19896 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19897
19898         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19899
19900         * message.el (message-setup-fill-variables): Add mml tags to
19901         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19902         <ajk@iu.edu>.
19903         (message-mode): Don't modify paragraph-separate there.
19904
19905 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19906
19907         * compface.el (uncompface-use-external): Default to undecided.
19908         (uncompface-use-external-threshold): New variable.
19909         (uncompface-float-time): New macro.
19910         (uncompface): Determine whether to use the external decoder if
19911         uncompface-use-external is undecided.
19912
19913 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19914
19915         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19916         after images.
19917
19918         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19919
19920 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19921
19922         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19923
19924         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19925
19926         * gnus-sum.el (gnus-summary-limit-to-age)
19927         (gnus-summary-limit-children): do.
19928
19929         * gnus-int.el (gnus-request-scan): do.
19930
19931         * gnus-group.el (gnus-group-suspend): do.
19932
19933         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19934
19935         * gnus-cite.el (gnus-cite-parse-attributions): do.
19936
19937         * gnus-agent.el (gnus-summary-set-agent-mark)
19938         (gnus-agent-regenerate-group): do.
19939
19940         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19941
19942         * binhex.el (binhex-decode-region-internal): do.
19943
19944 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19945
19946         * gnus-fun.el (gnus-face-properties-alist): New user option.
19947         (gnus-display-x-face-in-from): Use it.
19948
19949         * gnus-art.el (article-display-face): Ditto.
19950
19951         * compface.el (uncompface-use-external): Default to nil.
19952
19953 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19954
19955         * nntp.el (nntp-erase-buffer): New function.
19956         (nntp-retrieve-data, nntp-send-command)
19957         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19958         (nntp-possibly-change-group): Use it.
19959
19960         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19961         Use with-current-buffer.
19962
19963 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19964
19965         * compface.el: Merge the ELisp-based uncompface program.
19966         (compface): New customization group.
19967         (uncompface-use-external): New user option.
19968         (uncompface): Call uncompface-internal if uncompface-use-external
19969         is nil.
19970         (uncompface-internal): New function.  Note that there are also
19971         some other functions and variables added for this function.
19972
19973 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19974
19975         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19976         if necessary.
19977
19978 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19979
19980         * spam-report.el (spam-report-unplug-agent)
19981         (spam-report-plug-agent, spam-report-deagentize)
19982         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19983         Add support for the Agent in spam-report: when unplugged, report to a
19984         file; when plugged, submit all the requests.
19985
19986         * spam.el (spam-register-routine): Fix message about
19987         registration.
19988
19989 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19990
19991         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19992         dependencies.
19993         (rfc2047-encode): Use it.
19994
19995         * gnus-art.el (gnus-button-marker-list): Move before first
19996         reference.
19997
19998         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19999         (imap-parse-body): Fix format string mismatch.
20000
20001         * gnus-score.el (gnus-summary-increase-score): do.
20002
20003         * nnrss.el (nnrss-close): New function.
20004
20005 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20006
20007         * nnrss.el (nnrss-make-filename): New function.
20008         (nnrss-request-delete-group, nnrss-read-server-data)
20009         (nnrss-save-server-data, nnrss-read-group-data)
20010         (nnrss-save-group-data): Use it.
20011         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20012         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20013         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20014
20015 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20016
20017         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20018
20019 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20020
20021         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20022         files.
20023
20024         * message.el (message-generate-headers-first): Don't quote nil
20025         and t in docstrings.
20026
20027         * imap.el (imap-id): do.
20028
20029         * gnus-agent.el (gnus-agent-consider-all-articles)
20030         (gnus-agent-queue-mail): do.
20031
20032 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20033
20034         * spam-report.el (spam-report-process-queue): New function.
20035         Process requests from `spam-report-requests-file'.
20036         (spam-report-process-queue): Doc fix.
20037
20038 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20039
20040         * spam.el (spam-register-routine)
20041         (spam-log-processing-to-registry, spam-log-registered-p)
20042         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20043         Change "check" to "spam-check" for semi-clarity.
20044
20045 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20046
20047         * pop3.el: Require nnheader.
20048
20049         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20050
20051         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20052
20053         * gnus-picon.el: Require cl.
20054
20055         * gnus-fun.el: Require gnus-ems and gnus-util.
20056
20057         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20058
20059         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20060
20061         * gnus-art.el (gnus-article-edit-mode): Define before first
20062         reference.
20063
20064 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20065
20066         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20067         (gnus-uu-post-encoded): Use point-at-bol.
20068
20069         * gnus-topic.el (gnus-group-active-topic-p): do.
20070
20071         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20072
20073         * gnus-group.el (gnus-group-kill-region): do.
20074
20075         * gnus-art.el (article-date-ut): do.
20076
20077         * message.el (message-fetch-field): Remove redundant
20078         case-fold-search binding.
20079         (message-narrow-to-field): Simplify.
20080
20081 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20082
20083         * spam.el (spam-directory): Derive from `gnus-directory'.
20084
20085         * spam-report.el (spam-report-url-to-file)
20086         (spam-report-requests-file): New function and variable for offline
20087         reporting.
20088         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20089         and user defined function.
20090         (spam-report-url-ping-mm-url): Remove doubled slash.
20091
20092 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20093
20094         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20095
20096 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20097
20098         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20099         Fix format string mismatch.
20100
20101         * sieve.el (sieve-deactivate-all): do.
20102
20103         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20104
20105         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20106
20107         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20108
20109         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20110
20111 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20112
20113         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20114         the list of checks.
20115
20116 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20117
20118         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20119         padding.
20120
20121 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20122
20123         * mm-view.el (mm-fill-flowed): New variable.
20124         (mm-inline-text): Use it.
20125
20126 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20127
20128         * spam.el (spam-spamassassin-register-ham-routine)
20129         (spam-spamassassin-register-spam-routine): Fix function names.
20130
20131 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20132
20133         * gnus.el (gnus-tmp-grouplens): Remove.
20134         (gnus-summary-line-format): Remove grouplens.
20135
20136         * gnus-group.el (gnus-group-line-format): Ditto.
20137
20138         * gnus-spec.el (gnus-format-specs): Ditto.
20139         (gnus-update-format-specifications): Flush the group format spec
20140         cache if there's the grouplens stuff.
20141         (gnus-parse-simple-format): Replace %l with the empty string.
20142
20143 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20144
20145         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20146         omission.
20147
20148 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20149
20150         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20151         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20152
20153 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20154
20155         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20156         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20157         New macros and functions.
20158         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20159         Handle > NLINK_MAX messages.
20160         * nnmaildir.el (nnmaildir-request-set-mark):
20161         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20162
20163 2004-01-25  Alex Schroeder  <alex@gnu.org>
20164
20165         * spam-stat.el (spam-stat-process-directory-age): New option.
20166         (spam-stat-process-directory): Use it.
20167
20168 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20169
20170         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20171         (spam-stat-save): Accept prefix argument.
20172
20173 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20174
20175         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20176         links" error.
20177
20178 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20179
20180         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20181         the rest of the and/or forms.
20182
20183 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20184
20185         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20186         compatibility with old .newsrc.eld files.
20187
20188         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20189
20190         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20191
20192         * gnus-start.el (gnus-1): do.
20193
20194         * gnus-group.el (gnus-group-line-format-alist): do.
20195
20196         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20197
20198         * gnus-gl.el: Remove.
20199
20200 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20201
20202         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20203         marks consisting of a single range {for example, (3 . 5)} rather
20204         than a list of a single range { ((3 . 5)) }.
20205
20206 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20207
20208         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20209         Use with-current-buffer.
20210         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20211         avoid consing a string.
20212
20213         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20214         Remove obsolete entries for big5 and gb2312.
20215
20216 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20217
20218         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20219         uncompressed list.
20220
20221 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20222
20223         * spam-stat.el (spam-stat-strip-xref): New function.
20224         (spam-stat-process-directory): Use it.
20225
20226         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20227         here -- it's done in message-fetch-field.
20228
20229 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20230
20231         * gnus-agent.el (gnus-agent-queue-mail)
20232         (gnus-agent-prompt-send-queue): New variables.
20233         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20234         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20235         "nndraft:queue" along to gnus-draft-send.
20236         Use gnus-agent-prompt-send-queue.
20237         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20238         is "nndraft:queue".  Suggested by Gaute Strokkenes
20239         <gs234@srcf.ucam.org>
20240
20241         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20242         (agent-enable-undownloaded-faces): Add.
20243         (gnus-agent-cat-groups): Use eval-and-compile, not
20244         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20245         method of gnus-agent-cat-groups even when the buffer has been
20246         evaled.
20247         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20248         delete gnus-agent-save-active-1.
20249         (gnus-agent-save-groups): Delete.  Identical to
20250         gnus-agent-save-active.
20251         (gnus-agent-write-active): No longer adjust agent's copy of active
20252         file as agent's adjustments are now stored in their own
20253         file.  Remove optional parameter.
20254         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20255         servers.  Add use of min/max range limits from server's local
20256         file.
20257         (gnus-agent-save-alist): Remove unused optional argument.
20258         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20259         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20260         (gnus-agent-set-local): A per-server file that keeps min/max range
20261         limits for articles known to the agent.  Provides a fast mechanism
20262         for altering many active ranges.
20263         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20264         active file (local makes it unnecessary).
20265         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20266
20267         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20268         (agent-enable-undownloaded-faces): Add.
20269
20270         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20271         disable it when sending to "nndraft:queue".
20272         (gnus-group-send-queue): Add safety check to avoid sending queue
20273         when unplugged.
20274
20275         * gnus-group.el (gnus-group-catchup): Use new
20276         gnus-sequence-of-unread-articles, not
20277         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20278         numbers of articles.  Use gnus-range-map to avoid having to
20279         uncompress the unread list.
20280         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20281         Fix invalid ange-ftp reference.
20282
20283         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20284         (gnus-sorted-range-intersection): Intersection of two ranges
20285         without requiring that they first be uncompressed.
20286
20287         * gnus-start.el (gnus-activate-group): Unless blocked by the
20288         caller, possibly expand the active range to include both cached
20289         and agentized articles.
20290         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20291         multiple version-dependent converters.
20292         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20293         gnus-agent-save-active.
20294         (gnus-save-newsrc-file): Save dirty agent range limits.
20295
20296         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20297         gnus-agent-possibly-alter-active.
20298         (gnus-adjust-marked-articles): Faster handling of simple lists.
20299
20300 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20301
20302         * spam-stat.el (spam-stat-test-directory): New optional argument
20303         displays a list of files detected.  Suggested by Andrew Cohen
20304         <cohen@andy.bu.edu>.
20305         (spam-stat-buffer-words-with-scores): Don't narrow and change
20306         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20307
20308 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20309
20310         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20311         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20312         (spam-spamassassin-arguments)
20313         (spam-spamassassin-spam-flag-header)
20314         (spam-spamassassin-positive-spam-flag-header)
20315         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20316         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20317         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20318         (spam-list-of-processors, spam-list-of-checks)
20319         (spam-list-of-statistical-checks, spam-registration-functions)
20320         (spam-check-spamassassin-headers, spam-check-spamassassin)
20321         (spam-spamassassin-score)
20322         (spam-spamassassin-register-with-sa-learn)
20323         (spam-spamassassin-register-spam-routine)
20324         (spam-spamassassin-register-ham-routine)
20325         (spam-assassin-register-spam-routine)
20326         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20327         (spam-bogofilter-score): Fix to show article before scoring.
20328
20329 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20330
20331         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20332         default scoring function.
20333         (spam-generic-score): Call spam-spamassassin-score if
20334         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20335         spam-bogofilter-score otherwise.
20336
20337         * gnus.el (spam-process, spam-autodetect-methods):
20338         Add spamassassin and spamassassin-headers.
20339
20340 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20341
20342         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20343         Suppress unnecessary messages.
20344
20345 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20346
20347         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20348         make-hash-table.
20349
20350 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20351
20352         * canlock.el (base64-encode-string): Don't autoload it.
20353
20354 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20355
20356         * run-at-time.el: Remove useless (require 'itimer),
20357         eval-and-compile and (featurep 'xemacs).
20358
20359 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20360
20361         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20362         GROUP is a virtual group.
20363
20364 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20365
20366         * gnus.el: Autoload `message-y-or-n-p'.
20367
20368 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20369
20370         * pgg-parse.el: Remove unnecessary (require 'custom).
20371
20372         * pgg-def.el: do.
20373
20374         * nnmail.el: do.
20375
20376         * gnus-undo.el: do.
20377
20378         * gnus-picon.el: do.
20379
20380         * gnus-util.el: do.
20381
20382 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20383
20384         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20385
20386 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20387
20388         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20389         handle, as well as a list.
20390
20391         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20392         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20393         (mm-w3m-cid-retrieve): Simplify.
20394
20395 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20396
20397         * message.el (message-kill-to-signature): Allow prefix arg to
20398         specify number of lines to keep before signature.
20399
20400 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20401
20402         * message.el (message-kill-to-signature): Change docstring.
20403
20404 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20405
20406         * canlock.el: Always require sha1-el.
20407         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20408
20409         * message.el: Autoload sha1 only when compiling.
20410
20411         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20412         eudc-expand-inline for XEmacs.
20413
20414 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20415
20416         * message.el (message-canlock-generate): Require sha1-el.
20417
20418 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20419
20420         * message.el (message-expand-name): Silence the byte compiler.
20421
20422         * lpath.el: Add detect-coding-system.
20423
20424         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20425         cus-edit.
20426
20427 2004-01-13  Simon Josefsson  <jas@extundo.com>
20428
20429         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20430         Invoke gnus-score-mode.
20431         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20432
20433         * gnus-range.el (gnus-compress-sequence): Doc fix.
20434         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20435
20436 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20437
20438         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20439
20440 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20441
20442         * spam.el (spam-get-article-as-string): Update to use
20443         gnus-request-article-this-buffer, much simpler.
20444         (spam-get-article-as-buffer): Remove.
20445
20446 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20447
20448         * message.el (message-expand-name): Use EUDC if the user uses that.
20449
20450 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20451
20452         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20453         character for the encoding to avoid consing a string.
20454
20455         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20456         unnecessarily.
20457
20458         * mm-util.el (mm-replace-chars-in-string): Remove.
20459
20460         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20461         of mm-replace-chars-in-string.
20462
20463 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20464
20465         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20466
20467         * mm-util.el (mm-subst-char-in-string): Support inplace.
20468
20469         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20470         a new string in every iteration.  Use shy groups.
20471
20472 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20473
20474         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20475         * gnus-soup.el (gnus-soup-group-brew):
20476         * gnus-msg.el (gnus-put-message):
20477         * gnus-move.el (gnus-group-move-group-to-server):
20478         * gnus-kill.el (gnus-batch-score):
20479         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20480         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20481         (gnus-group-update-group, gnus-group-read-group)
20482         (gnus-group-make-group, gnus-group-make-help-group)
20483         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20484         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20485         (gnus-group-sort-by-unread, gnus-group-catchup)
20486         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20487         (gnus-group-yank-group, gnus-group-set-info)
20488         (gnus-group-list-groups):
20489         * gnus.el (gnus-generate-new-group-name):
20490         * gnus-delay.el (gnus-delay-send-queue):
20491         * nnvirtual.el (nnvirtual-catchup-group):
20492         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20493         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20494         (gnus-group-prepare-topics, gnus-topic-check-topology):
20495         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20496         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20497         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20498         (gnus-group-make-articles-read):
20499         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20500         (gnus-group-change-level, gnus-kill-newsgroup)
20501         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20502         (gnus-get-unread-articles, gnus-make-articles-unread)
20503         (gnus-make-ascending-articles-unread): Use accessor
20504         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20505         to get group information for improved readability.
20506
20507
20508 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20509
20510         * gnus-art.el (article-decode-mime-words, article-babel)
20511         (gnus-article-highlight-signature, gnus-article-add-buttons)
20512         (gnus-signature-toggle): Use gnus-with-article-buffer.
20513
20514         * gnus-art.el (gnus-article-highlight-headers)
20515         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20516
20517         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20518         (gnus-article-set-globals, gnus-request-article-this-buffer)
20519         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20520         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20521         (gnus-mime-display-alternative): Use with-current-buffer.
20522
20523 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20524
20525         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20526         also under 80 char limit, and call gnus-error if needed.
20527         (spam-fetch-article-header): Fix - it was a
20528         buffer-local variable (gnus-newsgroup-data).
20529         (spam-find-spam): Use spam-generate-fake-headers, forget about
20530         spam-insert-fake-headers.
20531         (spam-insert-fake-headers): Remove.
20532
20533 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20534
20535         * deuglify.el (gnus-article-outlook-unwrap-lines)
20536         (gnus-outlook-rearrange-article)
20537         (gnus-outlook-repair-attribution-outlook)
20538         (gnus-outlook-repair-attribution-block)
20539         (gnus-outlook-repair-attribution-other): Remove redundant
20540         save-excursion.
20541
20542 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20543
20544         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20545         (spam-fetch-field-subject-fast)
20546         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20547         (spam-fetch-article-header): Add functions to deal with Gnus
20548         internals for fast retrieval of article header data.
20549         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20550
20551 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20552
20553         * pop3.el (pop3-md5): Remove.
20554         (pop3-apop): Replace pop3-md5 with md5.
20555
20556         * mm-bodies.el: base64 is always built-in.
20557
20558         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20559         Use with-current-buffer.
20560
20561 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20562
20563         * canlock.el (canlock-insert-header): Remove excessive grouping in
20564         regexp.
20565
20566         * gnus-sum.el (gnus-summary-read-document): Ditto.
20567
20568         * gnus-uu.el (gnus-uu-part-number): Ditto.
20569
20570         * html2text.el (html2text-remove-tags): Ditto.
20571         (html2text-format-tags): Ditto.
20572         (html2text-format-single-elements): Ditto.
20573
20574         * mml.el (mml-parse-1): Ditto.
20575
20576 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20577
20578         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20579
20580         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20581
20582         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20583
20584         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20585
20586 2003-11-15  Simon Josefsson  <jas@extundo.com>
20587
20588         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20589         (pgg-gpg-lookup-key): Use regexp match instead of
20590         split-string (split-string is different between emacs 21.2 and
20591         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20592
20593 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20594
20595         * gnus-art.el (gnus-mime-view-all-parts)
20596         (gnus-article-part-wrapper, gnus-article-view-part):
20597         Use with-current-buffer.
20598
20599 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20600
20601         * spam.el (spam-disable-spam-split-during-ham-respool)
20602         (spam-spamoracle-database, spam-cache-lookups)
20603         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20604         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20605         (spam-group-ham-marks, spam-group-spam-marks)
20606         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20607         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20608         also add spam-use-blackholes to the statistical checks.
20609         (spam-fetch-field-fast): Add interface to fetching fields, may
20610         become a macro.
20611         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20612         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20613         (spam-insert-fake-headers): Fake an article when needed.
20614         (spam-find-spam): Fake article when possible.
20615         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20616         (spam-check-bogofilter-headers): Use message-fetch-field instead
20617         of nnmail-fetch-field.
20618
20619 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20620
20621         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20622
20623 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20624
20625         * spam.el (spam-split): Do not require spam-use-CHECK to be
20626         enabled if that check is passed to spam-split explicitly; also
20627         fix so 'spam doesn't get converted to spam-split-group when
20628         spam-split-symbolic-return is t.
20629         (spam-find-spam): Find registrations of the article and use those
20630         instead of re-running spam-split to find the spam/ham
20631         classification of the article.
20632         (spam-log-processing-to-registry, spam-log-registered-p)
20633         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20634         Use gnus-error instead of gnus-message.
20635         (spam-log-registration-type): Add function to determine the
20636         classification of a message based on registry entries; will
20637         return nil if both 'spam and 'ham are found.
20638         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20639         a reasonably fast local cache without the loading errors.
20640         (spam-cache-lookups): Set to t by default.
20641         (spam-find-spam): Don't try to guess spam-cache-lookups.
20642         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20643         spam-caches entry.
20644         (spam-filelist-build-cache, spam-filelist-check-cache):
20645         Fix caching of whitelist/blacklist entries.
20646         (spam-check-whitelist, spam-check-blacklist):
20647         Invoke spam-from-listed-p with a type, not a cache variable.
20648         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20649
20650 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20651
20652         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20653
20654         * nnmail.el (nnmail-split-fancy): do.
20655
20656         * mml.el (mml-parse): do.
20657
20658         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20659         (gnus-score-adaptive): do.
20660
20661 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20662
20663         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20664         (gnus-mime-button-map): Don't set keymap parent.
20665         (gnus-button-ctan-directory-regexp): Use shy grouping.
20666         (gnus-prev-page-map): Don't set keymap parent.
20667         (gnus-prev-page-map): Remove duplicated one.
20668         (gnus-next-page-map): Don't set keymap parent.
20669         (gnus-mime-security-button-map): Ditto.
20670
20671         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20672         version number.
20673
20674         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20675
20676 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20677
20678         * canlock.el (canlock-sha1-function): Remove.
20679         (canlock-sha1-function-for-verify): Remove.
20680         (canlock-openssl-program): Remove.
20681         (canlock-openssl-args): Remove.
20682         (canlock-ignore-errors): Remove.
20683         (canlock-sha1-with-openssl): Remove.
20684         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20685         (canlock-verify): Don't use canlock-ignore-errors.
20686
20687         * sha1-el.el (sha1-string-external): Make it can return a string
20688         in binary form.
20689         (sha1-region-external): Ditto.
20690         (sha1-string-internal): Ditto.
20691         (sha1-region-internal): Ditto.
20692         (sha1-region): Ditto.
20693         (sha1-string): Ditto.
20694         (sha1): Ditto.
20695
20696 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20697
20698         * spam.el (spam-report-articles-gmane): New command.
20699
20700 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20701
20702         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20703
20704         * run-at-time.el (run-at-time-saved): Remove.
20705         (run-at-time): Doc fix.
20706
20707 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20708
20709         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20710         (gnus-summary-limit-map): Add it.
20711         (gnus-summary-make-menu-bar): do.
20712
20713 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20714
20715         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20716         Make attempt at some caching support (done for BBDB only now).
20717         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20718         addresses to be checked.
20719         (spam-clear-cache-BBDB): Add function, to be invoked by
20720         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20721         (spam-check-BBDB): Check and use the caches, if
20722         spam-cache-lookups is on, remove superfluous (provide).
20723
20724 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20725
20726         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20727
20728 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20729
20730         * run-at-time.el (run-at-time-saved): Move to after the definition
20731         of `run-at-time'.
20732
20733         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20734
20735 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20736
20737         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20738         mm-w3m-local-map-property.
20739
20740         * mm-view.el (mm-w3m-mode-map): Remove.
20741         (mm-w3m-local-map-property): Remove.
20742         (mm-inline-text-html-render-with-w3m): Don't use
20743         mm-w3m-local-map-property.
20744
20745 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20746
20747         * run-at-time.el: New file.
20748
20749         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20750         under Emacs.
20751
20752         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20753         of gnus-set-text-properties.
20754
20755         * gnus-uu.el (gnus-uu-save-article): Ditto.
20756
20757         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20758
20759         * gnus-cite.el (gnus-cite-parse): Ditto.
20760
20761         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20762         of gnus-.
20763
20764         * gnus-xmas.el (run-at-time): Require run-at-time.
20765
20766         * gnus.el: Change calls to nnheader-run-at-time and
20767         password-run-at-time throughout to use run-at-time directly.
20768
20769         * password.el: Remove definition of run-at-time.
20770
20771         * nnheaderxm.el: Remove definition of run-at-time.
20772
20773 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20774
20775         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20776         in prompt.
20777
20778 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20779
20780         * messagexmas.el (message-xmas-redefine): Alias
20781         `message-make-caesar-translation-table' to
20782         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20783         version.
20784
20785         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20786         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20787         `gnus-xmas-set-text-properties'.
20788         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20789         `gnus-xmas-completing-read'.
20790         (gnus-xmas-completing-read): Removed.
20791         (gnus-xmas-open-network-stream): Removed.
20792
20793         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20794         XEmacs version.
20795
20796         * dns.el (dns-make-network-process): Use `open-network-stream'
20797         instead of `gnus-xmas-open-network-stream'.
20798
20799         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20800
20801         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20802
20803 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20804
20805         * gnus-art.el (gnus-mime-display-alternative)
20806         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20807         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20808         Don't use gnus-local-map-property.
20809
20810         * gnus-util.el (gnus-local-map-property): Remove.
20811
20812         * mm-view.el (mm-view-pkcs7-decrypt):
20813         Replace gnus-completing-read-maybe-default with completing-read.
20814
20815         * gnus-util.el (gnus-completing-read): do.
20816         (gnus-completing-read-maybe-default): Remove.
20817
20818 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20819
20820         * password.el: Only autoload `run-at-time' if not XEmacs.
20821         Only autoload the itimer functions if XEmacs.
20822
20823 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20824
20825         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20826         XEmacsen.
20827
20828         * dgnushack.el: Autoload executable-find for XEmacs.
20829
20830 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20831
20832         * gnus-art.el (gnus-read-string): Remove.
20833         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20834         read-string.
20835
20836 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20837
20838         * netrc.el: Autoload password-read.
20839         (netrc): Add configuration group.
20840         (netrc-encoding-method, netrc-openssl-path):
20841         Add variables for encoding and decoding of files with symmetric
20842         ciphers.
20843         (netrc-encode): Add assistant function to encode a file with
20844         netrc-encoding-method.
20845         (netrc-parse): Add interactive parameter, added optional
20846         decoding if netrc-encoding-method is non-nil but otherwise
20847         behavior is standard.
20848         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20849         Do s/encode/encrypt/ everywhere.
20850
20851         * spam.el: Remove executable-find autoload.
20852
20853 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20854
20855         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20856
20857         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20858
20859 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20860
20861         * gnus-art.el (gnus-treat-ansi-sequences)
20862         (article-treat-ansi-sequences): New variable and function.
20863         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20864
20865         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20866         Use it.
20867
20868 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20869
20870         * mm-util.el (mm-quote-arg): Remove.
20871
20872         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20873         shell-quote-argument.
20874
20875         * gnus-uu.el (gnus-uu-command): do.
20876
20877         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20878
20879         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20880         with make-char.
20881
20882         * mm-util.el (mm-make-char): Remove.
20883
20884         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20885         add-minor-mode.
20886
20887         * gnus-undo.el (gnus-undo-mode): do.
20888
20889         * gnus-topic.el (gnus-topic-mode): do.
20890
20891         * gnus-sum.el (gnus-dead-summary-mode): do.
20892
20893         * gnus-start.el (gnus-slave-mode): do.
20894
20895         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20896
20897         * gnus-ml.el (gnus-mailing-list-mode): do.
20898
20899         * gnus-gl.el (gnus-grouplens-mode): do.
20900
20901         * gnus-draft.el (gnus-draft-mode): do.
20902
20903         * gnus-dired.el (gnus-dired-mode): do.
20904
20905         * gnus-ems.el (gnus-add-minor-mode): Remove.
20906
20907         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20908         Replace gnus-char-width with char-width.
20909
20910         * gnus-ems.el (gnus-char-width): Remove.
20911
20912         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20913         Replace gnus-char-width with char-width.
20914
20915         * gnus-ems.el (gnus-char-width): Remove.
20916
20917         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20918         definition.
20919         Remove Emacs 20 hash table compatibility code.
20920
20921         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20922         20 compatibility code.
20923
20924         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20925
20926         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20927
20928         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20929         Replace with point-at-{eol,bol}.
20930
20931         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20932
20933         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20934
20935         * flow-fill.el (fill-flowed-point-at-bol)
20936         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20937
20938         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20939         Replace with point-at-{eol,bol} throughout all files.
20940
20941 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20942
20943         * ntlm.el (ntlm-string-as-unibyte): New macro.
20944         (ntlm-build-auth-response): Use it.
20945
20946         Remove Emacs 20 stuff:
20947         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20948         (butlast, mapc, remove): Remove the compiler macros.
20949         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20950         of delq and copy-sequence.
20951         * gnus-art.el (popup-menu): Remove the compiler macro.
20952         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20953         Emacs 20.
20954
20955 2004-01-05  Simon Josefsson  <jas@extundo.com>
20956
20957         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20958         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20959         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20960         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20961         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20962         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20963         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20964         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20965         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20966         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20967         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20968         string-xor into ntlm-string-xor.
20969         Suggested by Jesper Harder <harder@myrealbox.com>.
20970
20971         * ntlm.el: Don't include poem.
20972
20973         * md4.el (print-int32, print-string-hexa): Remove.
20974         Suggested by Jesper Harder <harder@myrealbox.com>.
20975
20976         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20977
20978         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20979         probably breaks emacs with DL patch, but do we care? Is anyone
20980         still using the DL stuff?)
20981
20982         * sieve-manage.el: Use the password package.
20983         (sieve-manage-read-passwd): Remove.
20984         (sieve-manage-interactive-login): Use password.  Re-add
20985         condition-case around loop.
20986
20987         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20988         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20989         Use the password package.
20990
20991 2003-02-19  Simon Josefsson  <jas@extundo.com>
20992
20993         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20994         token.
20995
20996 2002-08-07  Simon Josefsson  <jas@extundo.com>
20997
20998         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20999         (sieve-manage-authenticators):
21000         (sieve-manage-authenticator-alist): Add some SASL mechs.
21001         (sieve-sasl-auth): New function.
21002         (sieve-manage-cram-md5-auth):
21003         (sieve-manage-plain-auth): Rewrite using SASL library.
21004         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21005         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21006         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21007         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21008
21009 2004-01-05  Simon Josefsson  <jas@extundo.com>
21010
21011         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21012         New files.
21013
21014 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21015
21016         * gnus-group.el (gnus-no-groups-message): Update.
21017
21018         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21019
21020 2003-11-09  Simon Josefsson  <jas@extundo.com>
21021
21022         * imap.el: Support for ID IMAP extension (RFC 2971).
21023         (imap-local-variables): Add imap-id.
21024         (imap-id): New variable.
21025         (imap-id): New function.
21026         (imap-parse-response): Parse untagged ID response.
21027         * nnimap.el (nnimap-id): New variable.
21028         (nnimap-open-connection): Use it.
21029
21030 2003-12-28  Simon Josefsson  <jas@extundo.com>
21031
21032         * gnus-score.el (gnus-score-edit-all-score): New.
21033         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21034
21035 2004-01-04  Simon Josefsson  <jas@extundo.com>
21036
21037         * password.el: Add.
21038
21039 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21040
21041         * dns.el (dns-query-types): Fix typo.
21042         (dns-query-types): New function.
21043         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21044         PTR and SOA replies, see RFC 1035.
21045
21046 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21047
21048         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21049
21050         * Move to Changelog.2.
21051
21052 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21053
21054         * gnus.el (gnus-version-number): Bump version.
21055
21056 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21057
21058         * gnus.el: No Gnus v0.1 is released.
21059
21060 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21061
21062         * gnus.el: No Gnus v0.0 is released.
21063
21064 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21065
21066         * gnus.el (gnus-version-number): Bump.
21067         (gnus-version): No.
21068
21069 See ChangeLog.2 for earlier changes.
21070
21071   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21072
21073   This file is part of GNU Emacs.
21074
21075   GNU Emacs is free software: you can redistribute it and/or modify
21076   it under the terms of the GNU General Public License as published by
21077   the Free Software Foundation, either version 3 of the License, or
21078   (at your option) any later version.
21079
21080   GNU Emacs is distributed in the hope that it will be useful,
21081   but WITHOUT ANY WARRANTY; without even the implied warranty of
21082   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21083   GNU General Public License for more details.
21084
21085   You should have received a copy of the GNU General Public License
21086   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21087
21088 ;; Local Variables:
21089 ;; coding: utf-8
21090 ;; fill-column: 79
21091 ;; add-log-time-zone-rule: t
21092 ;; End: