netrc caching and better searching.
[gnus] / lisp / ChangeLog
1 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * auth-source.el: Don't load netrc.el.
4         (auth-sources): Search ~/.netrc as well by default.
5         (auth-source-debug): Add 'trivia option for extra output.
6         (auth-source-do-trivia): Use it.
7         (auth-source-search): Simplify logic to use
8         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
9         appropriate.  Don't keep a running count at this level.  Layer :create
10         and :delete options appropriately on the first and second passes.
11         Don't track the backend with the search results.
12         (auth-source-search-backends): New function to search a list of
13         backends for a processed spec.
14         (auth-source-netrc-parse): Cache all netrc files, making
15         auth-source-netrc-cache an alist keyed by the file name and using the
16         file mtime as the caching criterion.  Keep the obfuscated data secret
17         with a lexical bind.
18         (auth-source-netrc-search): Don't calculate the length of the results
19         unnecessarily.
20
21 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
22
23         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
24         Lower case names of search constraints.
25         (nnir-run-query): Cache and reuse search constraints for all imap
26         servers.
27
28 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
29
30         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
31         after exit.
32
33         * gnus-sum.el (gnus-summary-show-article): When called with t as the
34         value, show the raw article.
35
36 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
37
38         * gnus.el: No Gnus v0.13 is released.
39
40 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
41
42         * nnimap.el (nnimap-open-connection-1): Revert last change, since
43         auth-source now accepts numbers.
44
45         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
46         spec, too.
47         (auth-source-ensure-strings): New function.
48
49         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
50         (gnus-article-setup-buffer): Always restart the date timer so that user
51         changes to the frequency is respected.
52
53         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
54         port numbers, so make sure it gets that if nnimap-server-port is
55         explicit.
56
57 2011-02-21  Simon Josefsson  <simon@josefsson.org>
58
59         * nnimap.el (nnimap-inbox): Doc fix.
60
61 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
62
63         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
64         Autoload.  Add optional arg FRAME, and pass it to color-values.
65         (color-complement): Caller changed.  Doc fix.
66         (color-gradient): Rewrite for better clarity and efficiency.
67
68 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
69
70         * shr-color.el (shr-color->hexadecimal): Use renamed function names
71         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
72         color-lab-to-srgb.
73
74 2011-02-20  Drew Adams  <drew.adams@oracle.com>
75
76         * color.el: First part of merge from hexrgb.el.
77         (color-rgb-to-hex): Rename from color-rgb->hex.
78         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
79         saturation to zero if the value is too small.
80         (color-rgb-to-hsl): Rename from color-rgb->hsl.
81         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
82         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
83         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
84         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
85         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
86         (color-cie-de2000): Doc fix.
87
88 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
89
90         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
91         given method as in the group name if we're using an extended method.
92         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
93         command, if we're using that, instead of waiting for the beginning.
94
95         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
96         we're sure to get unique server names, and we don't output two async
97         commands in the same buffer.  This fixes an NNTP hang for some users.
98
99 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
100
101         * gnus.el: No Gnus v0.11 is released.
102
103 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
104
105         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
106         summary buffer before reading going to the next buffer.  This avoids
107         putting the point in the group buffer if you `C-g' the command.
108
109         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
110         cache (for now) to make ~/.authinfo.gpg files usable.
111
112         * nnfolder.el (copyright-update): Define for the compiler.
113
114         * auth-source.el (auth-source-search): Fix unbound variable.
115
116 2011-02-19  Glenn Morris  <rgm@gnu.org>
117
118         * gnus.el (gnus-meta): Doc fix.
119
120 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
121
122         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
123         in case it's not yet loaded.
124
125 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
126
127         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
128         line we're waiting for.
129
130 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
131
132         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
133         face with line-width greater than zero will cause RET in gnus summary
134         buffer to scroll down article page-wise because auto vscroll happens,
135         it should be temporalily disabled when doing a scroll-up.
136
137 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
138
139         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
140         outputs from the server.
141
142 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
143
144         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
145         later so that bbdb can hook in easier.
146
147 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
148
149         * auth-source.el (auth-source-search): Don't try to create credentials
150         if the caller doesn't want that.
151         (auth-source-search): If we don't find a match, don't bug out on
152         non-bound variables.
153         (auth-source-search): Only ask a single backend to create the
154         credentials.
155
156         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
157         logging.
158         (nnimap-credentials): Protect against auth-source-search returning nil.
159         (nnimap-request-list): Protect against not being able to open the
160         server.
161
162 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
163
164         * auth-source.el (auth-source-search): Do a two-phase search, one with
165         no :create to get the responses from all backends.
166
167         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
168         when getting credentials.
169
170         * gnus-util.el (gnus-delete-duplicates): New function.
171
172 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
173
174         * nnimap.el (nnimap-credentials): Instead of picking the first port as
175         a creation default, pass the whole port list down.  It will be
176         completed.
177
178         * auth-source.el (auth-source-search): Updated docs to talk about
179         multiple creation choices.
180         (auth-source-netrc-create): Accept a list as a value (from the search
181         parameters) and do completion on that list.  Keep a separate netrc line
182         with the password obscured for showing the user.
183
184         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
185         first choice to `auth-source-search' so it will be used for entry
186         creation instead of the server's Gnus-specific name.
187         (nnimap-credentials): Rely on the auth-source library to select which
188         port is actually wanted in the new netrc entry, so don't override
189         `auth-source-creation-defaults'.
190
191         * auth-source.el (auth-source-netrc-parse): Use :port instead of
192         :protocol and accept a missing user, host, or port as a wildcard match.
193         (auth-source-debug): Default to off.
194
195         (auth-source-netrc-search, auth-source-netrc-create)
196         (auth-source-secrets-search, auth-source-secrets-create)
197         (auth-source-user-or-password, auth-source-backend, auth-sources)
198         (auth-source-backend-parse-parameters, auth-source-search): Use :port
199         instead of :protocol.
200
201         * nnimap.el (nnimap-credentials): Pass a port default to
202         `auth-source-search' in case an entry needs to be created.
203         (nnimap-open-connection-1): Use :port instead of :protocol.
204
205 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * auth-source.el: Bind load-path when loading EIEIO from
208         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
209         21.4 doesn't support, to `require'.
210         (auth-source-secrets-search): Use mm-delete-duplicates instead of
211         delete-dups that is not available in XEmacs 21.4.
212
213 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
214
215         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
216         as EIEIO must also be loaded when auth-source.el is being
217         byte-compiled.
218
219 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
220
221         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
222
223         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
224
225         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
226
227         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
228
229         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
230
231         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
232
233         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
234
235         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
236         necessary.
237
238 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
239
240         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
241         nil means that nnimap doesn't get updated.
242
243 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
244
245         * auth-source.el (auth-source-netrc-create): Return a synthetic search
246         result when the user doesn't want to write to the file.
247         (auth-source-netrc-search): Expect a synthetic result and proceed
248         accordingly.
249         (auth-source-cache-expiry): New variable to override
250         `password-cache-expiry'.
251         (auth-source-remember): Use it.
252
253         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
254         parameter.  Create entry if necessary by using :create t.
255         (nnimap-open-connection-1): Don't pass `inhibit-create'.
256
257 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
258
259         * auth-source.el (auth-source-debug): Enable by default and don't
260         mention the obsolete `auth-source-hide-passwords'.
261         (auth-source-do-warn): New function to debug unconditionally.
262         (auth-source-do-debug): Use it.
263         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
264         and for Secrets API entries when the secrets.el library is not
265         available.
266
267 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
268
269         * gnus-sum.el (gnus-propagate-marks): Default to nil.
270         (gnus-summary-exit): Kill the correct article buffer on exit from a
271         `C-d' group.
272
273         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
274         gnus-propagate-marks.
275
276         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
277         before killing the buffers so that a non-full window conf gets handled
278         correctly.
279         (gnus-summary-exit): Ditto.
280         (gnus-summary-read-group-1): Ditto.
281
282         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
283         async code again so that we can debug it properly.
284
285         * message.el (message-reply): Take an optional switch-buffer parameter
286         so that Gnus window confs are respected better.
287
288 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
289
290         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
291         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
292         docstring.
293         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
294         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
295         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
296         Login collection is "Login" and not "login".
297
298 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
299
300         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
301         multiple headers.
302
303         * nnimap.el (nnimap-inhibit-logging): New variable.
304         (nnimap-log-command): Don't log login commands.
305
306         * auth-source.el (auth-source-netrc-search): The asserts seem to want
307         to have more parameters.
308
309         * nnimap.el (nnimap-send-command): Mark the command time for each
310         command, so that we don't get NOOPs stepping on our toes.
311
312         * gnus-art.el (article-date-ut): Get the date from the Date header on
313         `t'.
314
315 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * auth-source.el (auth-source-search): Use copy-sequence instead of
318         the cl.el copy-list.
319
320 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
321
322         * imap.el: Bring it back (revert
323         84d800cd31de3064f0ed39617d725709a2f8f42f).
324
325 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
326
327         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
328         Improve prompt.
329
330 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
331
332         * gnus-art.el (gnus-article-mode-line-format): Remove the article
333         washing status from the default format.  It isn't very informative.
334
335 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
336
337         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
338         Gcc processing on imap.
339
340 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
341
342         * imap.el: Remove file.  All the functionality is in nnimap.el.
343
344 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
345
346         * message.el (message-bury): Don't pop up a new window when selected
347         window is dedicated.
348
349 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
350
351         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
352
353 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
354
355         * sieve-manage.el: Autoload `auth-source-search'.
356         (sieve-sasl-auth): Use it.
357
358 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
359
360         * nnimap.el: Autoload `auth-source-forget+'.
361         (nnimap-open-connection-1): Use it if the connection fails.
362
363         * auth-source.el: Require `password-cache'.
364         (auth-source-hide-passwords, auth-source-cache): Remove and mark
365         obsolete.
366         (auth-source-magic): Marker for `password-cache' keys.
367         (auth-source-do-cache): Update docstring.
368         (auth-source-search): Use and check cache.
369         (auth-source-forget-all-cached, auth-source-remember)
370         (auth-source-recall, auth-source-forget, auth-source-forget+)
371         (auth-source-specmatchp): Caching support functions.
372         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
373         Remove and obsolete.
374         (auth-source-user-or-password): Remove caching to further discourage
375         using it.  Always hide passwords.
376
377         * password-cache.el (password-cache-remove): Accept secrets that are
378         not strings.
379
380 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
381
382         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
383         code for now, since it doesn't work for all users.
384
385 2011-02-09  Julien Danjou  <julien@danjou.info>
386
387         * message.el (message-options): Make message-options really buffer
388         local.
389
390 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
391
392         * mail-source.el: Autoload `auth-source-search'.
393         (mail-source-keyword-map): Note order matters.
394         (mail-source-set-1): Get all the mail-source source values and
395         defaults and search auth-source on those if needed.  This can all
396         probably be simplified.
397
398         * nnimap.el: Autoload `auth-source-search'.
399         (nnimap-credentials): Use it.
400         (nnimap-open-connection-1): Ask for the virtual server and physical
401         address in one shot.
402
403         * nntp.el: Autoload `auth-source-search'.
404         (nntp-send-authinfo): Use it.  Note TODO.
405
406 2011-02-08  Julien Danjou  <julien@danjou.info>
407
408         * shr.el (shr-tag-body): Add support for text attribute in body
409         markups.
410
411         * message.el (message-options): Make message-options a local variable.
412
413 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
414
415         * auth-source.el (auth-source-secrets-search)
416         (auth-source-user-or-password): Use `append' instead of `nconc'.
417         (auth-source-user-or-password): Build return list better and protect
418         against nil :secret.
419
420 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
421
422         * nnimap.el (nnimap-update-info): Refactor slightly.
423         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
424         (nnimap-update-info): Clean up slightly.
425         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
426         characters.
427         (nnimap-process-quirk): Rename function to avoid collision.
428         (nnimap-update-info): Fix macrology bug-out.
429         (nnimap-update-info): Simplify split history test.
430
431 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
432
433         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
434         `secrets-get-attributes' instead of `secrets-get-attribute'.
435         (auth-source-secrets-search): Limit search when `max' is greater than
436         number of results.
437
438 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
439
440         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
441         part not returning any data.
442
443         * proto-stream.el (open-protocol-stream): Document the return value.
444
445 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
446
447         * auth-source.el (auth-source-secrets-search): Add examples.
448
449 2011-02-06  Julien Danjou  <julien@danjou.info>
450
451         * message.el (message-setup-1): Handle message-generate-headers-first
452         set to t.
453
454 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
455
456         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
457         API with a string "secrets:collection-name" and with 'default.
458         (auth-source-backend-parse): Parse "secrets:collection-name" and
459         'default.  Recurse on parses instead of repeating code.  Use the
460         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
461         message when ignoring a source.
462         (auth-source-search): List ignored search keys at the top level.
463         (auth-source-netrc-create): Use `case' instead of `cond'.
464         (auth-source-secrets-search): Created with TODOs.
465         (auth-source-secrets-create): Created with TODOs.
466         (auth-source-retrieve, auth-source-create, auth-source-delete)
467         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
468         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
469         (auth-source-user-or-password-sftp)
470         (auth-source-user-or-password-smtp): Removed.
471         (auth-source-user-or-password): Deprecated and modified to be a wrapper
472         around `auth-source-search'.  Not tested thoroughly.
473
474 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
475
476         * auth-source.el: Bring in assoc and eioeio libraries.
477         (secrets-enabled): New variable to track the status of the Secrets API.
478         (auth-source-backend): New EIOEIO class to represent a backend.
479         (auth-source-creation-defaults): New variable to set prompt defaults
480         during token creation (see the `auth-source-search' docstring for
481         details).
482         (auth-sources): Simplify to allow a simple string as a netrc backend
483         spec.
484         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
485         (auth-source-backend-parse-parameters): Fill in the backend parameters.
486         (auth-source-search): Main auth-source API entry point.
487         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
488         (auth-source-search-collection): Helper function for searching.
489         (auth-source-netrc-parse, auth-source-netrc-normalize)
490         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
491         Supports search, create, and delete.
492         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
493         backend stubs.
494         (auth-source-user-or-password): Call `auth-source-search' but it's not
495         ready yet.
496
497 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
498
499         * message.el (message-setup-1): Remove the read-only stuff, since it
500         doesn't work under XEmacs, for some reason.
501
502         * gnus-sum.el (gnus-user-date): Rename back from
503         gnus-summary-user-date since user code refers to it.
504
505         * shr.el (shr-render-td): Store the actual background colour used.
506
507         * message.el (message-setup-1): Don't bind the constant
508         -forbidden-properties.
509         (message-setup-1): Revert previous change, since it needs to bind the
510         props to insert them.
511         (message-resend): Allow removing the read-only separator line.
512
513 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
514
515         * nnimap.el (nnimap-request-accept-article): Give an error message if
516         the APPEND wasn't successful.
517
518 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
519
520         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
521         that have no groups.
522
523 2011-02-03  Julien Danjou  <julien@danjou.info>
524
525         * gnus-draft.el: Remove progn around gnus-draft-setup.
526
527 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
528
529         * gnus-start.el (gnus-read-active-for-groups): This function is never
530         called with a nil `infos', so clean that up.
531         (gnus-get-unread-articles): Request active files from primary/secondary
532         methods that have no groups (yet).
533
534 2011-02-03  Julien Danjou  <julien@danjou.info>
535
536         * message.el (message-setup-1): Always generate References first.
537         (message-mail): Return the return value of message-setup, not always t.
538         (message-setup-1): Insert mail-header-separator with read-only and
539         intangible properties set.
540
541         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
542         user-date in docstring.
543
544         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
545
546         * gnus.el (gnus-summary-line-format): Mention &user-date format in
547         docstring.
548
549         * gnus.el (gnus-user-date-format-alist): Change default value. Use
550         defcustom, with type and group. Move from gnus-util.el. Rename to
551         gnus-summary-user-date-format-alist.
552
553 2011-02-03  Glenn Morris  <rgm@gnu.org>
554
555         * nnimap.el (gnus-fetch-headers): Declare.
556
557         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
558
559 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
560
561         * message.el (message-forward-make-body-digest-plain)
562         (message-followup, message-reply): Clean up things noted by Stefan.
563
564         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
565         gnus-article-update-date-headers is nil.
566         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
567         it didn't really work with defcustom.
568         (article-update-date-lapsed): Make sure the window start doesn't move,
569         either.
570
571 2011-02-01  Julien Danjou  <julien@danjou.info>
572
573         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
574         format.
575
576         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
577         standard in Emacs nowadays.
578
579         * color.el (color-gradient): Add a color-gradient function.
580
581 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
582
583         * message.el (message-expand-name): Don't trust the return value of
584         bbdb-complete-name.
585         (message-check-news-header-syntax): Remove unused var `start'.
586         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
587         (message-inhibit-body-encoding): Move to before first use.
588         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
589         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
590         (Organization, Message-ID, Date, mh-previous-window-config):
591         Defvar the vars using dynamic scoping.
592
593 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
594
595         * shr.el (shr-render-td): Only do colours at the final rendering.
596         Should be slightly faster.
597         (shr-insert-table): Fix up TD background colours when doing the
598         vertical padding.
599
600         * gnus-art.el (article-date-ut): Protect against articles with no Date
601         header.
602         (article-update-date-lapsed): Don't use current-column to find the
603         horizontal position.  It's fragile in the presence of \003 characters.
604
605         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
606
607 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
608
609         * gnus-art.el (article-transform-date): Rewrite to still work when
610         there are several rfc2822 parts.
611         (article-transform-date): Fix infinite recursion.
612         (article-date-ut): Replace infinitely many Date headers with a single
613         one when called interactively.
614
615         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
616         secure manner.
617
618         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
619         move around by not using save-window-excursion.  It seems to work...
620
621 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
622
623         * gnus-art.el (article-make-date-line): Work for user-defined format.
624
625 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
626
627         * nntp.el (nntp-retrieve-group-data-early)
628         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
629         fetching functions.
630
631         * gnus-start.el (gnus-read-active-for-groups): Read the active files
632         thoroughly for all backends that have no known groups.  This should
633         allow new nnml methods to retrieve mail.
634
635         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
636         that Gnus doesn't know exists again.
637
638         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
639         (gnus-treat-date-ut): Ditto.
640         (gnus-article-update-date-header): Renamed.
641         (gnus-treat-date-local): Removed.
642         (gnus-treat-date-english): Removed.
643         (gnus-treat-date-lapsed): Removed.
644         (gnus-treat-date-combined-lapsed): Removed.
645         (gnus-treat-date-original): Removed.
646         (gnus-treat-date-iso8601): Removed.
647         (gnus-treat-date-user-defined): Removed.
648         (gnus-article-date-headers): New variable to control all the date
649         header options.
650         (article-date-ut): Rewrite to allow using the new way to format date
651         headers(s).
652
653 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
654
655         * nnmail.el (nnmail-article-group): Check for a direct fancy split
656         method.
657         (nnmail-article-group): A better test for fanciness.
658
659         * nnimap.el (nnimap-request-head): Protect against not finding the
660         article by Message-ID.
661
662 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
663
664         * gnus-art.el (article-update-date-lapsed): Try a better way to really
665         keep point at the "same place".
666
667 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
668
669         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
670         data if the group is unactivated.
671
672 2011-01-28  Julien Danjou  <julien@danjou.info>
673
674         * gnus-win.el: Remove dead function gnus-window-configuration-element.
675         (gnus-all-windows-visible-p): Remove old compatibility code.
676         (gnus-window-top-edge): Add docstring.
677
678         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
679
680 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
681
682         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
683         older request-update-info.
684
685         * gnus-art.el (article-make-date-line): Limit the length a bit more.
686
687 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
688
689         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
690         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
691
692 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
693
694         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
695         groups.  This makes the nndraft:queue group pop up if it's not already
696         there.
697
698         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
699         messages" logic, which was reversed.
700
701         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
702         the "same place" even if point is on the line being replaced.
703         (article-update-date-lapsed): Allow updating both the combined lapsed
704         and the lapsed headers.
705         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
706         (article-make-date-line): Limit the number of segments dynamically to
707         avoid too-long lines.
708
709 2011-01-27  Julien Danjou  <julien@danjou.info>
710
711         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
712         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
713
714 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
715
716         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
717         Use plist-get instead of the cl function getf.
718
719 2011-01-27  Glenn Morris  <rgm@gnu.org>
720
721         * gnus-util.el (float-time): Get rid of compiler warning, again.
722
723 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
724
725         * shr.el (shr-put-color): Special-case background colours: Do put them
726         at the blank parts at the front of the lines.
727
728         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
729         exit hook to nix out all data on readedness on group exit.
730
731         * gnus-util.el (float-time): If float-time is bound, always use it on
732         all Emacsen.  It's unclear why the subrp check was there.
733         (time-date): Require to make some autoload issues on XEmacs go away.
734
735         * shr.el (shr-put-color): Don't do the box padding in tables, since
736         they're already padded.
737
738 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
739
740         * gnus-art.el (gnus-article-next-page): When the last line of the
741         article is displayed, scroll down once more instead of going to the
742         next article at once.
743         (article-lapsed-string): Refactor out and allow specifying how many
744         segments you want.
745         (gnus-article-setup-buffer): Start updating the lapsed header directly.
746         (gnus-article-update-lapsed-header): New variable.
747
748         * shr.el: Revert change that made headings use different-sized faces.
749         The Emacs display engine isn't advanced enough that, for instance,
750         tables can comfortably use differntly-sized faces.
751
752 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
753
754         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
755         used.
756         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
757         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
758         we're using an encrypted connection.
759
760         * proto-stream.el: Alter the interface functions to also return the
761         actual stream type used: network or tls.
762
763 2011-01-25  Julien Danjou  <julien@danjou.info>
764
765         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
766         (mm-display-javascript-inline): New function.
767
768         * mm-decode.el (mm-inline-media-tests): Add application/javascript
769         viewing function.
770
771 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
772
773         * shr.el (shr-expand-newlines): Fix variable name.
774
775 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
776
777         * shr.el (shr-expand-newlines): Make nested boxes work.
778
779 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
780
781         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
782         backgrounds.
783         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
784         in a more sensible manner.
785
786 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
787
788         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
789         if EPG is loaded.
790
791 2011-01-24  Julien Danjou  <julien@danjou.info>
792
793         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
794         tags.
795
796 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
797
798         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
799         commands.
800
801         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
802         in the article buffer.
803         (gnus-gravatar-insert): Use blank space from the current buffer to
804         avoid breaking text properties.  This makes X-Sent updating work again.
805
806         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
807
808 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
809
810         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
811         fix the bug in url-http.el instead.
812
813         * shr.el (shr-image-fetched): Ditto.
814
815         * shr.el (shr-image-fetched): Avoid having point move in the article
816         buffer.
817
818         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
819         buffer after being called.  It's apparently being killed by url.el, and
820         killing it made point move to end-of-buffer in a random buffer.
821
822         * shr.el (shr-image-fetched): Ditto.
823
824 2011-01-23  Julien Danjou  <julien@danjou.info>
825
826         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
827
828         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
829         text/x-org.
830
831 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
832
833         * gnus-sum.el (gnus-summary-move-article): Protect against backends
834         (i.e., nnimap) returning nil as the article number.
835
836 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
837
838         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
839         "DelSp" parameter in RFC3676.
840
841 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
842
843         * message.el (message-check-recipients): Display the encoded version of
844         the bogus address if they differ.
845
846         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
847         after sending.
848
849         * gnus-agent.el (gnus-agent-send-mail): Ditto.
850
851         * gnus-group.el (gnus-group-refresh-group): New convenience function.
852
853         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
854         group buffer after sending the queue.
855
856         * gnus-agent.el (gnus-agent-send-mail): Ditto.
857
858 2011-01-22  Julien Danjou  <julien@danjou.info>
859
860         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
861
862 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
863
864         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
865         nested related parts.
866
867         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
868         unexpired articles.  This fixes the regression that led expiry marks to
869         disappear from nnfolder groups.
870
871 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
872
873         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
874         Don't confuse the "ret" of "retrograde" with RET.
875
876 2011-01-21  Julien Danjou  <julien@danjou.info>
877
878         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
879         than mm-insert-inline.
880
881 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
884         Widen article buffer.
885
886 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
887
888         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
889         the temp buffer.
890         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
891
892 2011-01-20  Julien Danjou  <julien@danjou.info>
893
894         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
895
896         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
897         than mm-insert-inline to insert inline part: this respect
898         mm-inline-media-tests displayers.
899
900         * mm-view.el (mm-display-shell-script-inline): New function.
901
902         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
903
904         * mm-uu.el (mm-uu-type-alist): Add org block.
905         (mm-uu-org-src-code-block-extract): New function.
906
907         * mm-view.el (mm-display-org-inline): New function.
908
909         * mm-decode.el (mm-automatic-display): Add text/org.
910
911         * mailcap.el (mailcap-mime-extensions): Add .org.
912
913 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * gnus-art.el (gnus-article-highlight): Remove argument passed to
916         gnus-article-add-buttons.
917
918 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
919
920         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
921         From header with a date and "nobody" as the sender.
922
923 2011-01-19  Julien Danjou  <julien@danjou.info>
924
925         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
926         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
927         if you have the same regexp several times.
928         (gnus-button-push): Fix matching when regexp is symbol.
929
930 2011-01-15  Glenn Morris  <rgm@gnu.org>
931
932         * message.el (message-mail): A compose-mail function should
933         accept headers as strings.
934
935 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
936
937         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
938         Add :vert-only tags.
939         (message-mail): New arg RETURN-ACTION.
940         (message-return-action): New var.
941         (message-bury): Use it.
942         (message-mode): Make it buffer-local.
943         (message-send-and-exit): Always call message-bury.
944
945         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
946         message-mail.
947
948 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * nnimap.el (nnimap-convert-partial-article): Protect against
951         zero-length body parts.
952
953         * mm-decode.el (mm-preferred-alternative-precedence):
954         Discourage showing empty parts.
955
956         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
957         and stuff if the backend didn't return the article number.  This fixes
958         an Exchange-related nnimap bug.
959
960         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
961         group window, because it does the wrong thing when a separate frame
962         displays the group buffer.
963
964         * proto-stream.el (open-protocol-stream): Protect against the low-level
965         transport functions returning nil.
966
967 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
968
969         * mml2015.el (epg-sub-key-fingerprint): Autoload.
970         (mml2015-epg-find-usable-secret-key): New function.
971         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
972         mml2015-epg-find-usable-key (Bug#7797).
973         (mml2015-epg-encrypt): Ditto.
974
975 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
976
977         * dgnushack.el (rot13-string): Fix the way to get the argument.
978
979 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
982
983 2011-01-03  Glenn Morris  <rgm@gnu.org>
984
985         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
986
987         * sieve.el (sieve-open-server): Give a more explicit error if
988         sieve-manage-open returns nil.  (Bug#7720)
989
990 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
991
992         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
993
994 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995
996         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
997         This avoids sending passwords in plain text over non-encrypted
998         channels.
999
1000         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1001
1002         * nnimap.el (nnimap-login): Refactored out into own function, and
1003         implement CRAM-MD5.
1004         (nnimap-wait-for-line): Refactored out.
1005
1006         * mm-view.el (mml-smime): Require.
1007
1008 2010-12-20  David Engster  <deng@eml.cc>
1009
1010         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1011         use EPG to decrypt S/MIME messages instead of openssl.
1012
1013 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1016
1017         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1018         status is the group clearly is unreachable.
1019
1020         * auth-source.el (auth-source-create): Add the optional second
1021         parameter to `local-variable-p' to be compatible with XEmacs.
1022
1023 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1024
1025         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1026         work when using a compressed nnml folder.
1027
1028 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029
1030         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1031         backends after sanitising on entry, because this never makes sense:
1032         If the articles have gone missing, then the data no longer exists on
1033         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1034         overwrite anything anyway.
1035
1036         * shr.el (shr-insert-document): Bind shr-width dynamically to
1037         window-width if it's nil.
1038
1039 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1040
1041         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1042         with the meaning of using the full emacs window width for rendering.
1043
1044 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1045
1046         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1047         case when sender is not given.
1048
1049 2010-12-23  Julien Danjou  <julien@danjou.info>
1050
1051         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1052         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1053         the addresses, otherwise we might misplaced the gravatar.
1054
1055 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1056
1057         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1058         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1059         obsolete in Emacs.
1060
1061 2010-12-20  Julien Danjou  <julien@danjou.info>
1062
1063         * gnus-util.el (gnus-rescale-image): Revert last change.
1064
1065 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1066
1067         * binhex.el: Improve commentary (Bug#7482).
1068
1069 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070
1071         * gnus-group.el (gnus-group-delete-articles): New command.
1072
1073 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1074
1075         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1076
1077 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1080         here, since it's up to the backends to do CRLF removal if their
1081         protocol has it.
1082
1083         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1084
1085 2010-12-17  Julien Danjou  <julien@danjou.info>
1086
1087         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1088         they are from file. Can also scale up.
1089
1090 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1091
1092         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1093         gnus-use-agent.
1094         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1095
1096         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1097
1098 2010-12-17  Julien Danjou  <julien@danjou.info>
1099
1100         * gravatar.el (gravatar-retrieve-synchronously): New function.
1101         (gravatar-get-data): Make more robust.
1102
1103 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1106
1107 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1110         to really consider the last line.
1111
1112 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1113
1114         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1115         list of recipient keys, or use symmetric encryption if not a list.
1116         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1117         EPA override, replacing the call to `netrc-store-data'.
1118
1119 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1120
1121         * gnus-srvr.el: Avoid passing nil regexp argument to
1122         delete-matching-lines.
1123
1124 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1127         fetching stops when Gnus exits.
1128
1129         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1130         function.
1131         (nnfolder-request-expire-articles): Save all the buffers after doing
1132         expiry.
1133
1134         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1135         the last article", since that led to serious performance regressions
1136         when expiring nnml groups.
1137
1138 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1139
1140         * nnir.el: Improve customizations.
1141
1142 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1145
1146         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1147         group has been killed.
1148         (gnus-group-yank-group): Ditto.
1149
1150         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1151
1152         * nnimap.el (nnimap-request-update-group-status): New function.
1153
1154         * gnus-int.el (gnus-request-update-group-status): New interface
1155         function.
1156
1157         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1158         copying read-ness to the backends.
1159
1160         * nnimap.el (nnimap-quirk): New function.
1161         (nnimap-retrieve-group-data-early): Use it.
1162         (nnimap-quirks): New alist.
1163
1164 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1165
1166         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1167         don't delete it within indentation.
1168
1169 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170
1171         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1172         previous line.
1173
1174 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1175
1176         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1177         QRESYNC command by deleting a superfluous space which broke Cyrus
1178         servers.  This change will break other servers that are buggy the other
1179         way around.
1180
1181 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1182
1183         * spam.el: Reindent and fix long lines.
1184         (spam-copy-or-move-routine): Exclude invalid move destinations.
1185
1186 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1187
1188         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1189         installed the registry.
1190
1191 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1192
1193         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1194
1195 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1196
1197         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1198         groupname doesn't contain "gmane".
1199
1200 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1201
1202         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1203         and netrc-bound-and-true-p bindings.
1204         (netrc-parse): Cache the netrc contents.
1205
1206         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1207         (gnus-1): Don't create the nndrafts group twice.
1208         (gnus-setup-news): There's no need to read the active file here, since
1209         that's done again later on a per-backend basis.
1210         (gnus-start-draft-setup): Make sure that the new group is started out
1211         empty.
1212
1213         * gnus-agent.el (gnus-agentize): Don't create the queue group
1214         automatically on startup.  It'll be created later, if needed.
1215
1216         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1217         of automatically subscribed groups.
1218         (gnus-auto-subscribed-categories): New variable.
1219         (gnus-matches-options-n): Use it.
1220         (gnus-default-subscribed-newsgroups): Remove unused variable.
1221         (gnus-start-draft-setup): Message a bit less.
1222
1223 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1224
1225         * nnir.el (nnir-run-imap): Return article list in order of increasing
1226         UID.
1227
1228 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * gnus-sum.el (gnus-summary-enter-digest-group):
1231         Mention gnus-auto-select-on-ephemeral-exit.
1232
1233         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1234         convention of the network-only option.
1235
1236 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * proto-stream.el (proto-stream-open-network-only): New function to
1239         have a way to specify non-STARTTLS upgrade connections.
1240
1241 2010-12-10  Julien Danjou  <julien@danjou.info>
1242
1243         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1244         email address is nil.
1245
1246         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1247
1248 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1249
1250         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1251         deletion.
1252         (nnir-run-imap): Only need to parse list once.
1253
1254 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1255
1256         * shr.el (shr-tag-script): Ignore <script>.
1257         (shr-tag-label): Add <label> support.
1258
1259 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1262
1263         * shr.el (shr-image-displayer): Work for images lined side by side.
1264
1265 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1266
1267         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1268         parameter, since XEmacs doesn't accept t as a parameter.
1269
1270 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1271
1272         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1273         ids.
1274         (nnir-run-gmane): Simplify groupspec formatting.
1275         (nnir-request-expire-articles): New function.
1276
1277 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1278
1279         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1280         overflow, possibly.
1281
1282         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1283         (shr-render-td): Handle td style="" better.
1284         (shr-tag-table): Use the color from the style sheet.
1285         (shr-render-td): Make sure we copy over all the overlays, too.
1286
1287 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1288
1289         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1290         (nnir-request-article): Improve article retrieval.
1291
1292 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1293
1294         * mm-util.el (mm-extra-numeric-entities): New variable.
1295
1296         * mm-url.el (mm-url-decode-entities):
1297         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1298
1299         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1300
1301 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1302
1303         * message.el: Use completion-at-point.
1304         (message-completion-function): New fun, extracted from message-tab.
1305         (message-mode): Use it for completion-at-point-functions.
1306         (message-tab): Use it and completion-at-point.
1307
1308 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1309
1310         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1311         character if a non-breakable character follows.
1312
1313 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1316         any stream.
1317
1318         * shr.el (shr-tag-font): Colorize the region.
1319         (shr-tag-body): Ditto.
1320         (shr-tag-font): Actually let the styles be inherited instead of
1321         overwriting them.
1322         (shr-tag-font): Get the background color right.
1323         (shr-tag-style): Ignore all <style> tags for the moment.
1324
1325         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1326         a Message-ID to avoid having nnimap depend on gnus-sum.
1327
1328         * shr.el (shr-descend): Only colorize something if we have a node that
1329         sets colors.
1330
1331 2010-12-06  Julien Danjou  <julien@danjou.info>
1332
1333         * shr.el (shr-render-td): Render td content with shr-descend, so style
1334         will be applied to <td> too.
1335         (shr-colorize-region): Colorize region even if we only have a background.
1336         (shr-tag-body): Fix color and background color inheritance.
1337         Do not recolorize after shr-generic.
1338         (shr-tag-font): Let shr-generic colorize via inheritance.
1339
1340 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1343
1344 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1345
1346         * nnir.el (nnir-request-move-article): Remove obsolete code.
1347
1348 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1351
1352 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * gnus-sum.el (gnus-summary-respool-article): The completion function
1355         expects a list instead of an alist.
1356
1357         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1358         string as the parameter.
1359
1360         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1361
1362         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1363         styles.
1364         (shr-colorize-region): New function.
1365         (shr-insert-background-overlay): Remove.
1366         (shr-render-td): Background setting should be taken care of on a higher
1367         level.
1368         (shr-tag-body): Use post-hoc colorizations.
1369         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1370         (shr-put-color-1): Don't overwrite old colors.
1371         (shr-colorize-region): When the background color isn't explicit, use
1372         a fixed background.
1373
1374         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1375         nnmail variables.
1376
1377 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1378
1379         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1380         unless necessary.
1381
1382 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1383
1384         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1385         server.
1386
1387 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388
1389         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1390         so that TAB works.
1391
1392         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1393         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1394
1395         * shr.el (shr-urlify): Show the URL before the title to avoid
1396         misleading URLs.
1397
1398 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1399
1400         * shr.el (shr-urlify): Display the title in <a> tags.
1401
1402 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1403
1404         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1405
1406 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1407
1408         * nnir.el: Rearrange code to allow macros to be autoloaded by
1409         gnus-sum.el.
1410         (nnir-retrieve-headers-override-function): Make this variable
1411         customizable.
1412         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1413
1414         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1415         from nnir.el.
1416
1417 2010-12-03  Julien Danjou  <julien@danjou.info>
1418
1419         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1420
1421 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1424         allow optional argument `environment'.
1425
1426 2010-12-03  Glenn Morris  <rgm@gnu.org>
1427
1428         * mm-extern.el (message-goto-body): Update declaration.
1429
1430 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * gnus-util.el (gnus-macroexpand-all): New function.
1433
1434         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1435         instead of macroexpand-all that is unavailable in XEmacs.
1436
1437 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1438
1439         * nnir.el (nnir-summary-line-format): New variable.
1440         (nnir-mode): Use it.
1441         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1442         (nnir-article-ids): Reimplement as defsubst.
1443         (nnir-retrieve-headers): Don't mangle the subject header.
1444         (nnir-run-imap): Use 100 as RSV score.
1445         (nnir-run-find-grep): Fix for full server searching.
1446         (nnir-run-gmane): Better restriction to gmane groups.
1447
1448         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1449         summary buffers.
1450
1451 2010-12-02  Julien Danjou  <julien@danjou.info>
1452
1453         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1454
1455         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1456
1457         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1458         support.
1459
1460 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1461
1462         * nnir.el: Update to handle the registry better.
1463         (autoload): Silence byte-compiler.
1464         (nnir-open-server): Add a hook for nnir groups.
1465         (nnir-request-move-article): Don't mangle the header. Better to use
1466         formating variables (which will be added in the future).
1467         (nnir-registry-action): Update the registry using the original article
1468         group name.
1469         (nnir-mode): Install nnir-specific hooks for updating the registry.
1470
1471         * gnus-sum.el
1472         (gnus-article-original-subject,gnus-newsgroup-original-name):
1473         Remove obsolete variables.
1474         (gnus-summary-move-article): Remove use of obsolete variables.
1475         (gnus-summary-local-variables): Make move and delete hooks local to
1476         summary buffers.
1477
1478 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479
1480         * rtree.el: New file.
1481
1482 2010-12-01  Julien Danjou  <julien@danjou.info>
1483
1484         * message.el (message-user-organization): Do not use
1485         gnus-local-organization.
1486
1487         * gnus.el: Remove gnus-local-organization.
1488
1489         * gnus-msg.el: Remove nastygram thing.
1490
1491 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1492
1493         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1494         funcall.
1495
1496 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1499         names.
1500
1501         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1502         characters.
1503
1504         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1505         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1506         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1507         (gnus-gravatar-transform-address): Use mail-extract-address-components
1508         that supports non-ASCII names rather than mail-header-parse-addresses.
1509
1510 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511
1512         * proto-stream.el (open-protocol-stream): All starttls connections are
1513         handled by the network handler.
1514
1515 2010-11-30  Julien Danjou  <julien@danjou.info>
1516
1517         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1518         (nnimap-open-connection-1): Fix PREAUTH.
1519
1520         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1521
1522 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1523
1524         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1525         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1526         (shr-insert): Use them.
1527         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1528
1529 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1530
1531         * nnir.el (nnir-request-move-article): Bail out if original group
1532         doesn't support article moves.
1533         (nnir-get-active): Improve active list retrieval.
1534
1535 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536
1537         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1538
1539 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1540
1541         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1542         seem to accept strings-with-numbers as port numbers,
1543
1544 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1545
1546         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1547         change the registry.
1548
1549 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1550
1551         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1552         delete-dups that is not available in XEmacs 21.4.
1553
1554         * mm-util.el (mm-delete-duplicates): Add comment.
1555
1556 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1557
1558         * nnir.el (nnir-ignored-newsgroups): New variable.
1559         (nnir-get-active): Use it.
1560
1561 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562
1563         * proto-stream.el (proto-stream-open-network): Add some comments.
1564
1565         * nntp.el (nntp-open-connection): Provide a :success condition.
1566
1567         * nnimap.el (nnimap-open-connection-1): Ditto.
1568
1569         * proto-stream.el (proto-stream-open-network): See what the response to
1570         the STARTTLS command is.
1571
1572         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1573         backwards compatibility).
1574         (nnimap-open-connection-1): Really respect nnimap-server-port.
1575
1576         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1577         TLS upgrades we don't really care about the identity of the peer.
1578         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1579         that what we've checked for.
1580         (proto-stream-always-use-starttls): Only default to t if
1581         open-gnutls-stream exists.
1582         (proto-stream-open-network): If STARTTLS failed, then just open a
1583         normal connection.
1584         (proto-stream-open-network): Wait until the greeting before doing
1585         STARTTLS.
1586
1587         * nntp.el (nntp-open-connection): Report what the connection error is.
1588
1589         * proto-stream.el (open-protocol-stream): Rename from
1590         open-proto-stream.
1591
1592 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593
1594         * nnimap.el (nnimap-stream): Change default to `undecided'.
1595         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1596         first, and then network.
1597         (nnimap-open-connection-1): Respect nnimap-server-port.
1598         (nnimap-open-connection): Be more backwards-compatible.
1599
1600         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1601         (proto-stream-open-starttls): De-duplicate the starttls code.
1602         (proto-stream-open-starttls): Folded back into the main function.
1603         (proto-stream-open-network): Fix typo in the gnutls path.
1604         (proto-stream-command): Refactor out.
1605
1606         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1607
1608         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1609         starttls.el STARTTLS.
1610
1611         * color.el (color-lab->srgb): Fix function call name.
1612
1613         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1614         if we're using tls.el.
1615         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1616         built in, then don't try to establish a STARTTLS connection.
1617
1618         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1619         servers.
1620
1621         * proto-stream.el (open-proto-stream): Use network, not stream.
1622         (open-proto-stream): Add a way to specify what the end of a command is.
1623
1624         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1625         connections types.
1626         (nntp-open-network-stream): Remove.
1627         (nntp-open-ssl-stream): Remove.
1628         (nntp-open-tls-stream): Remove.
1629         (nntp-ssl-program): Remove.
1630
1631         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1632
1633 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1634
1635         * nnir.el: Fix typos.
1636         (nnir-retrieve-headers-override-function): Rename variable to reflect
1637         new semantics.
1638         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1639         macros.
1640         (nnir-request-article, nnir-request-move-article): Use them.
1641         (nnir-categorize): New function.
1642         (nnir-run-query): Use it.
1643         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1644         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1645         sorted.
1646         (nnir-group-full-name): Use gnus-group-full-name instead.
1647         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1648         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1649
1650 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1653
1654         * proto-stream.el: New library to provide protocol-specific
1655         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1656         protocols.
1657         (open-proto-stream): Complete the documentation.
1658         (proto-stream-open-network): Fix some typos.
1659
1660         * nnimap.el (nnimap-open-connection): Use it.
1661
1662 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1663
1664         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1665         negotiation.
1666
1667 2010-11-26  Julien Danjou  <julien@danjou.info>
1668
1669         * color.el: Rename various rgb functions to srgb.
1670
1671 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1674         names.
1675
1676 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1677
1678         * shr.el (shr-insert): Revert last change.
1679         (shr-find-fill-point): Never leave point being at bol;
1680         relax the kinsoku limitation when rendering tables.
1681
1682 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683
1684         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1685         results from -accept-article.
1686
1687         * shr-color.el: Require cl when compiling.
1688
1689         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1690         checkin.
1691
1692         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1693
1694         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1695
1696         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1697         'add and 'delete to set backend marks.
1698
1699         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1700
1701         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1702
1703         * nntp.el (nntp-request-set-mark): Use it.
1704
1705         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1706
1707         * nnml.el (nnml-request-set-mark): Ditto.
1708
1709         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1710         introduces regressions in article selection.
1711         (nnimap-find-uid-response): New function.
1712         (nnimap-request-accept-article): Use the UID returned, if any.
1713         (nnimap-request-move-article): Use the UID returned, if any.
1714         (nnimap-get-groups): Reimplement to work with folded lines.
1715         (nnimap-find-uid-response): The UID is the last element in the list.
1716         (nnimap-request-set-mark): Extend syntax with 'set.
1717
1718         * nnml.el (nnml-request-set-mark): Ditto.
1719
1720         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1721
1722         * nntp.el (nntp-request-set-mark): Ditto.
1723
1724 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1725
1726         * message.el (message-called-interactively-p): A temporary macro.
1727         (message-goto-body): Use it temporarily.
1728
1729 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730
1731         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1732         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1733         (nnimap-last-response-string): Fix last unfolding fix.
1734
1735 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * shr.el (shr-insert): Fix the way to fold lines.
1738
1739 2010-11-25  Julien Danjou  <julien@danjou.info>
1740
1741         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1742
1743         * color.el: Rename from color-lab.el
1744         (color-rgb->hex): Add.
1745         (color-complement): Add.
1746         (color-complement-hex): Add.
1747
1748         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1749
1750 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751
1752         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1753         don't exist.
1754
1755 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1758         assuming that article displaying or another mml-preview may be
1759         interrupted for an error or for the like.
1760
1761         * shr.el (shr-get-background): Fix argument name.
1762
1763 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1764
1765         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1766
1767         * gnus-sum.el (gnus-summary-include-articles): New function.
1768
1769         * message.el (message-goto-body): called-interactively-p needs a
1770         parameter, so use `any'.
1771
1772         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1773         clear marks before moving, since they're synced from the Gnus side
1774         first.
1775
1776         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1777         (gnus-summary-move-article): Copy over all marks before moving, so that
1778         IMAP doesn't think a new article has arrived.
1779
1780 2010-11-24  Julien Danjou  <julien@danjou.info>
1781
1782         * shr.el (shr-insert-background-overlay): Fix typo.
1783         (shr-render-td): Copy the background before rendering.
1784
1785         * shr-color.el (shr-color-visible): Fix docstring.
1786
1787         * shr.el (shr-tag-table): Add bgcolor support.
1788         (shr-render-td): Add bgcolor support.
1789         (shr-get-background): Add.
1790         (shr-insert-foreground-overlay): Use shr-get-background.
1791
1792         * message.el (message-goto-body): Use called-interactively-p.
1793         (message-in-body-p): message-goto-body returns point.
1794
1795 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1796
1797         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1798         Fixes something or other in Emacs 23, and is backwards compatible.
1799
1800         * message.el (message-goto-body): Remove the <#secure special-casing,
1801         which is too special.
1802
1803         * shr.el (shr-parse-style): Drop !important from styles.
1804
1805 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1806
1807         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1808         this function to return incorrect results when calling it with an
1809         explicit article argument different from
1810         (gnus-summary-article-number).
1811
1812 2010-11-24  Julien Danjou  <julien@danjou.info>
1813
1814         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1815         (shr-tag-body): Add background support.
1816         (shr-descend): Add background support.
1817         (shr-tag-title): Add.
1818
1819         * shr-color.el (shr-color-visible): Really return original background
1820         if fixed.
1821
1822 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * shr.el (shr-color-check): Protect against non-existant colour names.
1825
1826 2010-11-24  Julien Danjou  <julien@danjou.info>
1827
1828         * color-lab.el: Require 'cl when compiling.
1829
1830         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1831
1832         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1833         matched part.
1834
1835         * color-lab.el: Fix all expt calls to use float type.
1836
1837 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1840         expression to shr-color-check as is.
1841
1842         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1843
1844         * color-lab.el: Add coding cookie.
1845         (float-pi): Use eval-and-compile.
1846
1847         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1848         compiled for Emacsen having no `libxml-parse-html-region' support.
1849
1850 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * shr.el (shr-insert-color-overlay): Split stuff like
1853         "#444444 !important" to find the real colour.
1854         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1855         parse <font color="red"> entries.
1856
1857 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1858
1859         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1860         point when parsing headers.
1861
1862         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1863         is positioned properly when parsing headers.
1864
1865 2010-11-23  Julien Danjou  <julien@danjou.info>
1866
1867         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1868
1869         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1870
1871         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1872
1873         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1874         Use shr-color-hue-to-rgb.
1875         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1876
1877 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * shr.el (shr-color->hexadecimal): Autoload.
1880         (shr-descend): Add color to all tags.
1881
1882 2010-11-22  Julien Danjou  <julien@danjou.info>
1883
1884         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1885         shr-color->hexadecimal.
1886
1887         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1888         RGB() or HSL() color representation.
1889
1890         * shr.el (shr-tag-font): Add.
1891         (shr-tag-color-check): New function to get better colors.
1892         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1893         tag-span.
1894
1895         * shr-color.el: New file.
1896
1897         * color-lab.el: New file.
1898
1899         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1900
1901 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1902
1903         * nnir.el: Fix typo in comments.
1904         (nnir-run-imap): Simplify code. No need to reverse artlist.
1905         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1906
1907 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1908
1909         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1910
1911         * nnimap.el (nnimap-get-capabilities): Refactor out.
1912         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1913
1914 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1915
1916         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1917         appearing when `mm-uu-hide-markers' is nil.
1918
1919 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920
1921         * nnimap.el (nnimap-unselect-group): Make into its own function.
1922         (nnimap-request-rename-group): Unselect group before renaming.
1923         This had gotten lost somewhere.
1924         (nnimap-request-accept-article): Keep track of examined groups, and
1925         unselect the group before APPENDing to read-only groups.
1926         (nnimap-request-move-article): Clear flags before moving so that they
1927         can be re-set later.
1928
1929 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1930
1931         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1932         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1933
1934 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * gnus-art.el (gnus-mime-display-single)
1937         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1938         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1939         parameter.
1940
1941 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1942
1943         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1944         (shr-table-vertical-line): New variable.
1945         (shr-insert-table): Use it.
1946
1947 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * gnus-html.el (gnus-html-wash-images): Don't display images if
1950         gnus-inhibit-images is non-nil; register displayer for cid images.
1951         (gnus-html-display-image): Work for cid image.
1952         (gnus-html-insert-image): Allow arguments.
1953         (gnus-html-put-image): Inhibit read-only.
1954         (gnus-html-prefetch-images): Don't prefetch images if
1955         gnus-inhibit-images is non-nil.
1956
1957 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * shr.el (shr-put-image): Break lines when inserting big pictures.
1960
1961 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1962
1963         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1964         sender, thanks Katsumi Yamaoka.
1965
1966 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1967
1968         * nnir.el (nnir-run-imap): Reverse the article list for each group
1969         rather than the whole list.
1970
1971 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * shr.el (shr-image-displayer): Protect function against non-existent
1974         image source.
1975
1976         * gnus-art.el (gnus-inhibit-images): New user option.
1977         (gnus-mime-display-single): Don't display image if it is non-nil.
1978
1979         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1980         gnus-inhibit-images.
1981
1982         * shr.el (shr-image-displayer): New function.
1983         (shr-tag-img): Use it.
1984
1985 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1986
1987         * mml2015.el (mml2015-epg-sign): Use From header.
1988
1989 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1990
1991         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1992
1993         * gnus-util.el (gnus-find-text-property-region): Return markers.
1994
1995         * shr.el (shr-tag-img): Put a displayer in the text property.
1996
1997         * gnus-util.el (gnus-find-text-property-region): New utility function.
1998
1999         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2000         (gnus-html-show-images): Remove.
2001
2002         * gnus-art.el (gnus-article-show-images): New, more general function.
2003
2004         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2005         image url text properties.
2006
2007         * shr.el: Ditto.
2008
2009         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2010         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2011
2012 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2013
2014         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2015         work for two or more articles.
2016
2017 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2020         divide an image that's in an html article to two or more when washing
2021         non-ASCII characters in alt text of it.
2022
2023 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2024
2025         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2026         smime-decrypt-region using function argument.
2027         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2028
2029         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2030
2031         * smime.el (smime-decrypt-region): Catch it.
2032
2033 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2034
2035         * smime.el (smime-mode-map): Move initialization into declaration.
2036         (gnus-run-mode-hooks): Don't autoload.
2037         (smime-mode): Use define-derived-mode.
2038
2039 2010-11-11  Glenn Morris  <rgm@gnu.org>
2040
2041         * smime.el (from): Restrict declaration to XEmacs.
2042
2043         * nnir.el (gnus-group-topic-name): Autoload.
2044
2045 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * shr.el (shr-insert): Don't break long line if it is because of
2048         kinsoku-bol characters in the line end.
2049
2050 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2051
2052         * nnir.el (nnir-request-move-article): Fix to provide original group
2053         and subject.
2054         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2055         been retrieved.
2056
2057         * gnus-sum.el (gnus-summary-move-article): Use original group and
2058         subject for virtual articles such as those in an nnir summary buffer.
2059
2060 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2063         least 21.5).
2064
2065         * smime.el (from): Declare it again for XEmacs.
2066
2067 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * message.el (message-resend): Don't disable encoding unless it's
2070         already encoded.
2071
2072         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2073         low-numbered articles.
2074
2075 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * rfc2047.el (rfc2047-syntax-table): Simplify.
2078
2079         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2080
2081         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2082         set-char-table-range for XEmacs.
2083
2084 2010-11-10  Glenn Morris  <rgm@gnu.org>
2085
2086         * time-date.el (time-to-seconds): Always an alias on Emacs,
2087         never a real function.
2088         (with-no-warnings): Remove compat stub, now unused.
2089         (time-less-p): Doc fix.
2090         (time-to-number-of-days): Simplify.
2091
2092         * smime.el (from): Remove unused declaration.
2093
2094         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2095         (gnus-float-time): On Emacs, always an alias.
2096
2097         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2098         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2099
2100 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2101
2102         * dgnushack.el: Don't use ignore-errors in the top level form since it
2103         is unavailable in XEmacs even if cl is loaded.
2104
2105         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2106
2107 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * shr.el (browse-url-mailto): Autoload.
2110
2111         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2112
2113         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2114         regexp doesn't need quoting.
2115
2116 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2117
2118         * message.el (message-subject-trailing-was-ask-regexp)
2119         (message-subject-trailing-was-regexp): Match was: in addition to was.
2120
2121 2010-11-09  Glenn Morris  <rgm@gnu.org>
2122
2123         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2124         (nnbabyl-check-mbox): Use point-at-bol.
2125
2126 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2129
2130         * message.el (message-mailto): New function.
2131         (message-mailto): Should accept other parameters.
2132         (message-mailto): Remove since it duplicates browse-url-mailto
2133         functionality.
2134
2135 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2136
2137         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2138         methods.
2139         (gnus-read-active-file): Ditto.
2140
2141         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2142         ": " from the prompt.
2143         (gnus-group-make-group): Ditto.
2144
2145 2010-11-07  Glenn Morris  <rgm@gnu.org>
2146
2147         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2148         (gnus-bookmark-kill-line): Use point-at-eol.
2149
2150 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2153         asterisks in From header.
2154
2155 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2156
2157         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2158         string to avoid making the From headers syntactically invalid.
2159
2160         * message.el (message-send-mail): Don't insert courtesy messages if the
2161         message already has List-Post and List-ID messages.
2162
2163 2010-11-06  Glenn Morris  <rgm@gnu.org>
2164
2165         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2166         `condition', `type', `length' a prefix.
2167         (gnus-treat-predicate): Update for above name changes.
2168
2169 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2170
2171         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2172         binding.  Handled by `gnus-summary-refer-thread' instead.
2173         (nnir-warp-to-article): New backend function.
2174
2175         * nnimap.el (nnimap-request-thread): Force dependency updating.
2176
2177         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2178         (gnus-summary-refer-thread): Rework to improve thread-referral.
2179
2180         * gnus-int.el (gnus-warp-to-article): New function.
2181
2182         * gnus-sum.el (gnus-summary-article-map): Bind it.
2183
2184 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2185
2186         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2187         gnus-summary-refer-thread.
2188
2189         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2190         headers.
2191         (gnus-summary-limit-include-thread): Prevent articles in thread from
2192         being cut in gnus-cut-threads.
2193         (gnus-summary-refer-thread): Limit retrieved headers to those in
2194         thread.
2195
2196 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2197
2198         * message.el (message-send-mail): Use the value of
2199         message-courtesy-message from the message buffer.
2200
2201         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2202
2203         * shr.el (shr-browse-url): Implement mailto: URLs.
2204
2205         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2206         "raw".
2207
2208         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2209         if it's already selected.
2210
2211         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2212
2213 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2216         to measure the length and truncate alt text.
2217
2218 2010-11-03  Glenn Morris  <rgm@gnu.org>
2219
2220         * nndiary.el (nndiary-generate-nov-databases-1)
2221         (nndiary-generate-active-info): Rename dynamic variable `files' to
2222         something less generic.
2223
2224 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2225
2226         * nnir.el (nnir-request-move-article): Call the underlying backend to
2227         move articles from nnir.
2228
2229 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230
2231         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2232
2233 2010-11-02  Julien Danjou  <julien@danjou.info>
2234
2235         * nnir.el: Remove wais support.
2236
2237 2010-11-02  Glenn Morris  <rgm@gnu.org>
2238
2239         * gnus-html.el: Reorder requirements to quieten compiler.
2240
2241 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2242
2243         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2244         properly for XEmacs as well.
2245         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2246         (gnus-article-natural-long-line-p): Use window-width rather than
2247         frame-width.
2248
2249 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2250
2251         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2252         (nnir-read-parms): Don't modify query.
2253         (nnir-run-query): Add ability to search topic on current line.
2254         (nnir-get-active): Clean up.
2255
2256 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257
2258         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2259         degenerate articles.
2260
2261         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2262         (gnus-print-buffer): Just print the buffer as is, without any copying
2263         to a buffer and then re-highlighting.
2264
2265         * nnimap.el (nnimap-request-group): Store the new updated info.
2266         (nnimap-request-group): Select the group when we don't know whether it
2267         exists or not.
2268
2269         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2270         groups.
2271
2272         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2273         groups.
2274
2275         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2276         groups.
2277
2278         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2279         long-lines case by only filling the long lines.
2280
2281         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2282         (bug #7311).
2283
2284 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2285
2286         * shr.el: No need to declare `declare-function' since shr.el is for
2287         only Emacsen that provide `libxml-parse-html-region'.
2288
2289         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2290         effective only in a file it is referred to.
2291
2292 2010-11-01  Glenn Morris  <rgm@gnu.org>
2293
2294         * mm-util.el (gnus-completing-read): Autoload.
2295         (mm-read-coding-system): Simplify Emacs definition.
2296
2297         * nnmail.el (gnus-activate-group):
2298         * nnimap.el (gnutls-negotiate):
2299         * nntp.el (netrc-parse): Fix declarations.
2300
2301 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2302
2303         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2304         string-match-p in Emacs >=23.
2305
2306         * gnus-msg.el (gnus-configure-posting-styles)
2307         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2308
2309 2010-11-01  Glenn Morris  <rgm@gnu.org>
2310
2311         * nnir.el (declare-function): Add compat stub.
2312         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2313         (nnir-run-gmane): Require 'mm-url.
2314
2315         * mm-util.el (mm-string-to-multibyte): Simplify.
2316
2317         * shr.el (declare-function): Add compat stub.
2318         (url-cache-create-filename): Declare.
2319         (mm-disable-multibyte, widget-convert-button): Autoload.
2320
2321         * smime.el (ldap-search): Declare.
2322         (smime-cert-by-ldap-1): Require ldap on Emacs.
2323
2324         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2325         (nnimap-keepalive): Use gnus-float-time.
2326
2327         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2328         (mail-source-delete-crash-box): Use gnus-float-time.
2329
2330         * gnus-dired.el (gnus-completing-read): Autoload.
2331
2332         * mm-view.el (gnus-rescale-image): Autoload.
2333
2334         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2335
2336         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2337
2338         * sieve-manage.el: Require 'cl when compiling.
2339
2340         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2341         (gnus-iswitchb-completing-read): Require iswitchb.
2342         (gnus-select-frame-set-input-focus): Silence compiler.
2343
2344 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * message.el (message-subject-trailing-was-query): Change default to t,
2347         since I think that's what most people want.
2348
2349         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2350         appending for easier debugging.
2351         (nnimap-wait-for-connection): Take a regexp.
2352         (nnimap-request-accept-article): Wait for the continuation line before
2353         sending anything unless we're streaming.
2354
2355         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2356         leave the header washing to take place.
2357
2358 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2359
2360         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2361         regular expression match and replace in posting styles.
2362
2363 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2364
2365         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2366         an entire server.
2367         (nnir-get-active): New function.
2368         (nnir-run-imap): Use it.
2369         (nnir-run-gmane): Who knew, gmane search returns an article score!
2370
2371         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2372         server on the current line with nnir.
2373
2374 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2375
2376         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2377         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2378         left edge.
2379         (gnus-article-foldable-buffer): Skip past the prefix when determining
2380         raggedness.
2381
2382         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2383         the raw article, and change `C-u g' to show the article without doing
2384         treatments.
2385
2386         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2387         on to `gnus-treat-article'.
2388         (gnus-inhibit-article-treatments): New variable.
2389
2390         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2391
2392         * gnus-art.el (gnus-treatment-function-alist): Have
2393         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2394         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2395         sections.
2396
2397         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2398         parameter.
2399         (gnus-article-fill-cited-long-lines): New function.
2400         (gnus-article-fill-cited-article): Allow filling only long sections.
2401
2402         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2403         and non-punctuation (like after the apostrophe in "'We").
2404
2405         * gnus-sum.el (gnus-summary-select-article): Make sure
2406         gnus-original-article-buffer is alive.
2407
2408         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2409         reflect the order they're in in the digest.
2410
2411         * gnus.el (gnus-group-startup-message): Move point to the start of the
2412         buffer.
2413
2414         * nnimap.el (nnimap-capability): New function.
2415         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2416         is set.
2417
2418 2010-10-31  David Engster  <dengste@eml.cc>
2419
2420         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2421         conform with changes to gnus-completing-read.
2422
2423 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2424
2425         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2426
2427 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2428
2429         * nnir.el: Move defvar, defcustom around to keep file organized
2430         and keep byte-compiler quiet.
2431         (nnir-read-parms): Accept search-engine as arg.
2432         (nnir-run-query): Pass search-engine as arg.
2433         (nnir-search-engine): Remove.
2434
2435 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2436
2437         * shr.el (shr-generic): The text nodes should be text, not :text.
2438
2439         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2440         later in the file.
2441
2442 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2443
2444         * nnir.el: General clean up.  Allow searching with multiple engines.
2445         Allow separate extra-parameters for each engine.
2446         Batch queries when possible.
2447         (nnir-imap-default-search-key,nnir-method-default-engines):
2448         Add customize interface.
2449         (nnir-run-gmane): New engine.
2450         (nnir-engines): Use it.  Qualify all prompts with engine name.
2451         (nnir-search-engine): Remove global variable.
2452         (nnir-run-hyrex): Restore for now.
2453         (nnir-extra-parms,nnir-search-history): New variables.
2454         (gnus-group-make-nnir-group): Use them.
2455         (nnir-group-server): Remove in favor of gnus-group-server.
2456         (nnir-request-group): Avoid searching twice.
2457         (nnir-sort-groups-by-server): New function.
2458
2459 2010-10-30  Julien Danjou  <julien@danjou.info>
2460
2461         * gnus-group.el: Remove gnus-group-fetch-control.
2462
2463         * gnus-start.el (gnus-find-new-newsgroups):
2464         Remove gnus-check-first-time-used.
2465
2466         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2467
2468 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2469
2470         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2471         set on groups that don't have \* permanentflags.
2472
2473 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2474
2475         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2476         control the background color.
2477         (shr-tag-img): Ignore very small web bug type images.
2478         (shr-put-image): Add help-echo alt texts to the images.
2479         (shr-tag-video): Show the video poster image.
2480
2481 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2482
2483         * shr.el (shr-table-depth): New variable.
2484         (shr-tag-table-1): Only insert the images after the top-level table.
2485
2486         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2487
2488         * gnus-util.el (gnus-list-memq-of-list): New function.
2489
2490         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2491         selected.
2492         (nnimap-unsplittable-articles): New slot.
2493         (nnimap-new-articles): Use it.
2494
2495 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2496
2497         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2498         move to the previous line on `M-g'.
2499
2500 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2501
2502         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2503         *-request-group, which seems unnecessary.
2504
2505         * nnimap.el (nnimap-quote-specials): Function copied over from
2506         imap.el.
2507         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2508         they support that.  Suggested by Tom Regner.
2509
2510 2010-10-29  Julien Danjou  <julien@danjou.info>
2511
2512         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2513         defalias.
2514         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2515
2516         * gnus.el: Remove `gnus-nntp-service' variable.
2517         (gnus-secondary-servers): Make obsolete.
2518         (gnus-nntp-server): Make obsolete.
2519
2520         * gnus-start.el (gnus-1): Remove x-splash calls.
2521
2522         * gnus-ems.el (gnus-x-splash): Remove.
2523
2524         * gnus.el (gnus-group-startup-message): Simplify/update code.
2525
2526         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2527         definition.
2528
2529         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2530         capability before doing anything.
2531         (gnus-group-insert-group-line): Remove useless
2532         gnus-group-remove-excess-properties.
2533
2534 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2537
2538 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2539
2540         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2541         config after reselecting.
2542
2543 2010-10-28  Julien Danjou  <julien@danjou.info>
2544
2545         * shr.el (shr-put-image): Use point even if only inserting text.
2546         (shr-put-image): Save excursion when inserting alt text on non-graphic
2547         display, so the behaviour is the same when we are on a graphic display.
2548
2549         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2550
2551 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2554         (gnus-mime-copy-part): Check coding system, not charset.
2555         (gnus-mime-view-part-externally): Never remove part.
2556         (gnus-mime-view-part-internally): Don't remove part here.
2557         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2558         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2559         multipart/alternative.
2560
2561         * mm-decode.el (mm-display-part): Take optional arg `force'.
2562
2563 2010-10-26  Julien Danjou  <julien@danjou.info>
2564
2565         * gnus-group.el (gnus-group-default-list-level): Add this function to
2566         compute the default list level.
2567         (gnus-group-default-list-level): Add possibility to use a function.
2568
2569 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2570
2571         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2572
2573         * gnus-group.el (gnus-group-completing-read)
2574         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2575         gnus-replace-in-string.
2576
2577 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2578
2579         * shr.el (shr-tag-div): Add.
2580
2581         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2582
2583 2010-10-25  Julien Danjou  <julien@danjou.info>
2584
2585         * gnus-util.el: Remove `gnus-with-local-quit'.
2586
2587         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2588
2589 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590
2591         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2592         the original article buffer.
2593
2594 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * nnimap.el (nnimap-request-head): New function.
2597         (nnimap-request-move-article): Try to be slighly faster by not
2598         requesting the entire message when moving.
2599         (nnimap-transform-headers): Don't bug out on bodiless articles.
2600         (nnimap-send-command): Have no outstanding messages if the IMAP server
2601         doesn't support streaming.
2602         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2603
2604 2010-10-24  Julien Danjou  <julien@danjou.info>
2605
2606         * message.el (message-default-headers): Fix type.
2607
2608 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2611         prefetching images.
2612
2613         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2614         backend for unknown groups.  This is mainly useful for nnimap groups.
2615
2616         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2617         group isn't covered by the agent.
2618
2619 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2620
2621         * nnir.el (nnir-method-default-engines): New variable.
2622         (nnir-run-query): Use it.
2623         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2624         (gnus-summary-nnir-goto-thread): Change group if needed.
2625
2626         * gnus-group.el (gnus-group-group-map): Add key binding for
2627         gnus-group-make-nnir-group.
2628
2629 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * shr.el (shr-tag-object): Add.
2632
2633         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2634         original article buffer live.
2635         (gnus-summary-select-article-buffer):
2636         Mention gnus-widen-article-buffer.
2637
2638 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * shr.el (shr-tag-strong): Add.
2641
2642 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643
2644         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2645         group names.  They mess up the group buffer badly.
2646
2647         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2648
2649         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2650         instead of the summary one.
2651
2652 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2653
2654         * mml.el (mml-preview): Work properly when editing article.
2655
2656         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2657         gnus-have-read-active-file if it's already been in.
2658
2659 2010-10-22  Tom Tromey  <tromey@redhat.com>
2660
2661         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2662         gnus-group-completing-read.
2663
2664 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * message.el (message-mode-map): Don't bind M-; to comment region, to
2667         allow the global comment-dwim to work.
2668
2669 2010-10-21  Julien Danjou  <julien@danjou.info>
2670
2671         * message.el (message-setup-1): Allow message-default-headers to be a
2672         function.
2673
2674 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * shr.el (shr-tag-table): Simplify.
2677
2678 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2681         to avoid trying to snarf invalid stuff.
2682
2683         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2684
2685         * gnus.el (gnus-message-archive-group): Quote value.
2686         (gnus-message-archive-group): Mark as changed.
2687
2688         * shr.el (shr-add-font): Don't put the font properties on the newline
2689         or the indentation.
2690
2691         * message.el (message-fix-before-sending): Change options when sending
2692         non-printable characters.
2693
2694         * gnus.el (gnus-message-archive-method): Change the default to
2695         monthly outgoing groups.
2696
2697         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2698         that have gotten new numbers.
2699
2700         * nnimap.el (nnimap-request-replace-article): New function.
2701
2702 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2705         (nnrss-request-article): Don't use special html washing code.
2706
2707 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * shr.el (shr-tag-table): Remove useless nconc.
2710
2711 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * gnus-art.el (article-wash-html): Simplify and remove the charset
2714         stuff.  Use the normal html rendering code instead of the special html
2715         washing code.
2716
2717         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2718         `gnus-w3m' symbols.
2719         (mm-text-html-washer-alist): Remove.
2720
2721         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2722         (mm-inline-media-tests): Remove use.
2723         (mm-text-html-renderer): Change default to the `shr' symbol.
2724
2725         * mm-view.el (mm-inline-text-html): Remove use.
2726
2727         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2728         `gnus-blocked-images' to be a function.
2729         (gnus-article-wash-function): Remove.
2730
2731 2010-10-20  Julien Danjou  <julien@danjou.info>
2732
2733         * spam.el (spam-list-of-processors): Mark as obsolete.
2734
2735         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2736         (nnimap-insert-partial-structure): Fix boundary detection.
2737
2738 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2739
2740         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2741         run file-truename on remote files.  This can be expensive and even
2742         prevent one from editing drafts if some unrelated buffer has a stale
2743         connection.
2744
2745 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2746
2747         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2748         kinsoku-eol regardless of shr-kinsoku-shorten.
2749         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2750         (shr-tag-table): Support caption, thead, and tfoot.
2751
2752 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753
2754         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2755         lines.
2756         (shr-save-contents): New command and keystroke.
2757
2758         * nndoc.el (nndoc-type-alist): Add git support.
2759         (nndoc-git-type-p): New function.
2760         (nndoc-transform-git-article): Ditto.
2761         (nndoc-transform-git-headers): Ditto.
2762         (nndoc-transform-git-headers): Generate Subject headers.
2763
2764         * shr.el (shr-parse-style): New function.
2765         (shr-tag-span): Ditto.
2766
2767         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2768         to `G G' to avoid collisions.
2769
2770 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2771
2772         * shr.el: Load kinsoku if necessary.
2773         (shr-kinsoku-shorten): New internal variable.
2774         (shr-find-fill-point): Make kinsoku shorten text line if
2775         shr-kinsoku-shorten is bound to non-nil.
2776         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2777         shr-indentation too when testing if table is wider than frame width.
2778         (shr-insert-table): Use `string-width' instead of `length' to measure
2779         text width.
2780         (shr-insert-table-ruler): Make sure indentation is done at bol.
2781
2782 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2783
2784         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2785         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2786         undecoded network data.
2787
2788 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2791         name in the mode line spec so that the mode line menu works
2792         (bug #2431).
2793
2794         * message.el (message-get-reply-headers): If we're fed `to-address',
2795         then always use that.
2796
2797         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2798         aren't so wide as to need to switch off the edit menu.
2799
2800         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2801         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2802
2803         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2804         `M-g'.
2805         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2806         the permanent marks.
2807
2808 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2809
2810         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2811         Splitting according to references/in-reply-to obeys the ignore-groups
2812         variable, while splitting by sender and subject do not.
2813
2814 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2817         alist, so that we can look for non-Unicode chars.
2818         (article-translate-strings): Allow both character and string maps.
2819
2820 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * shr.el (shr-insert): Don't insert space behind a wide character
2823         categorized as kinsoku-bol, or between characters both categorized as
2824         nospace.
2825
2826 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2827
2828         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2829         headers to gnus-newsgroup-headers.
2830
2831 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * shr.el (shr-tag-img): Don't align images -- since we're not
2834         rescaling, this often leads to ugly displays.
2835
2836 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2837
2838         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2839         duplicates.
2840
2841 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2842
2843         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2844         call.
2845
2846 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847
2848         * gnus.el: Autoload gnus-html-show-images.
2849
2850         * nnimap.el: Use nnheader-message throughout.
2851
2852         * shr.el (shr-tag-img): Ignore images with no data.
2853
2854 2010-10-15  Julien Danjou  <julien@danjou.info>
2855
2856         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2857         a possibility to disable format=flow encoding when using hard newlines.
2858
2859 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2860
2861         * shr.el (shr-insert): Remove space inserted before or after a
2862         breakable character or at the beginning or the end of a line.
2863         (shr-find-fill-point): Do kinsoku; find the second best point or give
2864         it up if there's no breakable point.
2865
2866 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2867
2868         * nnimap.el (nnimap-open-connection): Message when opening connection
2869         for debugging purposes.
2870
2871         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2872         on every setup buffer call to allow this to change from article to
2873         article.
2874
2875         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2876         buffers where we have a wide table.
2877
2878 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2879
2880         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2881         uses *-request-thread.
2882
2883 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2884
2885         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2886         incantation, which is no longer valid.
2887
2888 2010-10-14  Julien Danjou  <julien@danjou.info>
2889
2890         * shr.el: Fix defcustom type (char -> character).
2891
2892 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2895         programs.
2896
2897 2010-10-14  Julien Danjou  <julien@danjou.info>
2898
2899         * shr.el (shr-tag-a): Use url-link as widget type.
2900
2901         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2902         `gnus-group-get-icon'.
2903
2904 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2905
2906         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2907         This should make server editing work better.
2908
2909         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2910
2911         * tls.el (tls-program): Remove spurious %s from openssl.
2912
2913         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2914         (nnimap-parse-flags): Fix regexp.
2915
2916         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2917         probably work for CJVK text, too.
2918
2919         * nnimap.el (nnimap-extend-tls-programs): Remove.
2920         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2921
2922         * tls.el (tls-starttls-switches): Remove starttls hack.
2923         (open-tls-stream): Ditto.
2924         (tls-find-starttls-argument): Ditto.
2925
2926 2010-10-13  Julien Danjou  <julien@danjou.info>
2927
2928         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2929         responses.
2930
2931 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2932
2933         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2934
2935         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2936         anything in Emacs.
2937
2938         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2939
2940 2010-10-13  Julien Danjou  <julien@danjou.info>
2941
2942         * shr.el (shr-width): Make shr-width a defcustom with default to
2943         fill-column.
2944         (shr-tag-img): Use shr-width rather than fill-column.
2945
2946 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * dgnushack.el (byte-optimize-apply)
2949         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2950
2951         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2952         position when (X-)Faces exist.
2953         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2954         avatars when called interactively.
2955
2956 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2959         gnus-article-x-face-too-ugly is bound.
2960
2961 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2964
2965         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2966         mailbox that doesn't exist.
2967
2968 2010-10-12  Julien Danjou  <julien@danjou.info>
2969
2970         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2971         (shr-get-image-data): Encode URL properly when fetching from cache.
2972         (shr-tag-img): Use aligned-to spaces to align correctly images.
2973
2974         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2975         before inserting the Gravatar.
2976
2977         * shr.el (shr-tag-img): Add align attribute support for <img>.
2978
2979 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980
2981         * gnus-gravatar.el (gnus-art): Require.
2982
2983         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2984         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2985         Remove long obsoleted functions.
2986
2987 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2990
2991         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2992
2993         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2994         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2995         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2996         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2997         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2998         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2999         * sieve-manage.el, smime.el, spam.el:
3000         Fix comment for declare-function.
3001
3002 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3003
3004         * nnimap.el (nnimap-request-rename-group): Select group read-only
3005         before renaming it.
3006
3007         * shr.el (shr-insert): Fix up the white space only regexp.
3008
3009         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3010         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3011
3012         * shr.el (shr-current-column): New function.
3013         (shr-find-fill-point): New function.
3014
3015 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3016
3017         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3018         numbers.
3019
3020 2010-10-11  Julien Danjou  <julien@danjou.info>
3021
3022         * shr.el (shr-hr-line): Add.
3023         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3024         display hr lines.
3025         (shr-max-columns): Do not change state to nil if we just inserting
3026         spaces.
3027
3028 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029
3030         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3031         select the last group.
3032
3033 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3034
3035         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3036
3037 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3038
3039         * dig.el (dig-mode-map): Declare and define in one step.
3040
3041 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3044         for Gnus.
3045         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3046         (nnimap-update-qresync-info): Mark \Seen articles as read.
3047
3048         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3049         non-variable, too.
3050
3051         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3052         available.
3053         (nnimap-update-info): Rely more on the current active than the param
3054         active to avoid marking articles as read too much.
3055
3056         * auth-source.el (auth-source-create): Use (user-login-name) for the
3057         user name default.
3058
3059         * nnimap.el (nnimap-update-info): If the server doesn't return any
3060         useful info, just use the previous info.
3061         (nnimap-update-info): Prefer old info over start-article.
3062         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3063
3064 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3065
3066         * nnir.el (autoload): Clean up autoloads.
3067         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3068         Use key rather than value.
3069         (nnir-imap-search-other): New variable.
3070         (nnir-read-parm): Use it.
3071         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3072         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3073
3074 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3075
3076         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3077         the process, too.
3078
3079 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3080
3081         * spam.el (gnus-summary-mode-map): Bind to "$".
3082         Suggested by Russ Allbery.
3083
3084         * shr.el: Rework the way things are indented by <li> slightly.
3085
3086         * gnus.el (gnus-group-set-parameter): Fix typo.
3087
3088         * nnimap.el: Start implementing QRESYNC support.
3089
3090 2010-10-09  Julien Danjou  <julien@danjou.info>
3091
3092         * nnir.el (nnir-engines): Fix too many arguments.
3093
3094 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095
3096         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3097         group is the "last", so that the backends like nnfolder actually save
3098         their folders.
3099
3100         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3101         try to use that for the tls stream.
3102         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3103         UIDVALIDITY and find out which groups are read-only and not.
3104         (nnimap-get-flags): Use the same marks parsing code as the rest of
3105         nnimap.
3106
3107 2010-10-09  Julien Danjou  <julien@danjou.info>
3108
3109         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3110
3111         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3112         retrieving gravatars.
3113
3114         * shr.el (shr-table-corner): Add.
3115         (shr-table-line): Add.
3116         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3117
3118 2010-10-08  Julien Danjou  <julien@danjou.info>
3119
3120         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3121
3122 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3123
3124         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3125
3126         * gnus-sum.el (gnus-mark-article-as-unread)
3127         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3128         (gnus-summary-set-bookmark): Use it.
3129
3130         * gnus-msg.el (gnus-setup-message): Use it.
3131
3132         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3133
3134         * gnus.el (gnus-group-remove-parameter): Use it.
3135
3136         * gnus-group.el (gnus-group-make-web-group): Use it.
3137
3138         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3139
3140         * nnregistry.el: Update docs to mention manual.
3141
3142         * gnus-registry.el: Update docs to mention nnregistry.el.
3143         (gnus-registry-initialize): Don't install nnregistry refer method
3144         automatically.
3145         (gnus-registry-install-nnregistry): Remove it.
3146
3147 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * shr.el (shr-insert): Don't insert double spaces.
3150
3151 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * gnus-gravatar.el (gnus-treat-from-gravatar)
3154         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3155         called interactively.
3156
3157         * gnus-art.el (gnus-mime-view-part-externally)
3158         (gnus-mime-view-part-internally): Make predicate function passed to
3159         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3160         of a mime type.
3161
3162         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3163
3164 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165
3166         * shr.el (require): Require cl when compiling.
3167         (shr-tag-hr): New function.
3168
3169         * nnimap.el (nnimap-update-info): Remove double setting of high.
3170         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3171         This makes nnimap work properly on Courier again.
3172
3173         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3174         the variable for backwards compatability.
3175
3176         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3177         the file name before using to avoid setting mm-default-directory to
3178         nil.
3179
3180         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3181         bidning gnus-agent variables.
3182
3183         * shr.el (shr-render-td): Use a cache for the table rendering function
3184         to avoid getting an exponential rendering behaviour in nested tables.
3185         (shr-insert): Rework the line-breaking algorithm.
3186         (shr-insert): Don't leave trailing spaces.
3187         (shr-insert-table): Also insert empty TDs.
3188         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3189
3190 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3191
3192         * gnus-sum.el (gnus-number): Rename from `number'.
3193         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3194         (gnus-summary-limit-children): Update uses correspondingly.
3195
3196 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3199         (gnus-gravatar-transform-address): Don't show avatars of people of
3200         which mail addresses match gnus-gravatar-too-ugly.
3201
3202 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3203
3204         * shr.el (shr-table-widths): Expand TD elements to fill available
3205         space.
3206
3207 2010-10-07  Julien Danjou  <julien@danjou.info>
3208
3209         * nnimap.el (nnimap-request-rename-group): Add this method.
3210
3211 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3214         name from XEmacs' function-arglist.
3215
3216         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3217         gravatar under XEmacs.
3218
3219 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3220
3221         * auth-source.el: Update docs with TODO items.
3222
3223         * gnus-sync.el: Update docs to explain state and plans.
3224
3225         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3226         Hooks for mark updates.
3227         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3228
3229         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3230         hooks with arguments, which is needed for mark update hooks.
3231
3232 2010-10-06  Julien Danjou  <julien@danjou.info>
3233
3234         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3235         was matched.
3236
3237         * sieve-manage.el: Update example in `Commentary'.
3238
3239         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3240
3241         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3242         not 2000.
3243         (sieve-manage-authenticate): Re-add function.
3244
3245 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246
3247         * shr.el (shr-insert): Get 'space transition right.
3248         (shr-render-td): Only delete space at the end of the TD.
3249
3250         * nnimap.el (nnimap-open-connection): Prepare to support
3251         open-gnutls-stream.
3252
3253         * shr.el: Rearrange function order to be more logical.
3254
3255 2010-10-06  Julien Danjou  <julien@danjou.info>
3256
3257         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3258         (nnrss-discover-feed): Remove 404 URL in docstring.
3259
3260         * nnir.el: Fix Swish-E URL.
3261         Fix Namazu URL.
3262
3263         * message.el (message-change-subject): Remove 404 URL in a comment.
3264
3265 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3268         called interactively.
3269
3270         * gnus-util.el (gnus-remove-if): Allow hash table.
3271         (gnus-remove-if-not): New function.
3272
3273         * gnus-art.el (gnus-mime-view-part-as-type)
3274         * gnus-score.el (gnus-summary-score-effect)
3275         * gnus-sum.el (gnus-read-move-group-name):
3276         Replace remove-if-not with gnus-remove-if-not.
3277
3278         * gnus-group.el (gnus-group-completing-read):
3279         Regard collection as a hash table if it is not a list.
3280
3281 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282
3283         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3284
3285         * shr.el: Document the table-rendering algorithm.
3286
3287 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3290         for Emacsen having no `libxml-parse-html-region' support.
3291
3292 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3293
3294         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3295         invalid URLs.
3296
3297         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3298         line-broken.
3299         (shr-tag-img): Ignore image fetching errors.
3300         (shr-overlays-in-region): Compute overlay positions correctly.
3301
3302         * mm-decode.el (mm-shr): Require shr.
3303
3304         * gnus-art.el (gnus-blocked-images): Move variable here.
3305
3306         * shr.el (shr-insert-table): Bind free variable.
3307
3308         * mm-decode.el (mm-shr): Bind shr-content-function.
3309
3310         * shr.el (shr-content-function): New variable.
3311
3312         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3313         added for symmetry.
3314
3315         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3316
3317         * gnus-group.el (gnus-group-make-group): Doc fix.
3318
3319         * nnimap.el (nnimap-request-newgroups): Return success.
3320
3321         * shr.el (shr-find-elements): New function.
3322         (shr-tag-table): Put all the images after the table.
3323         (shr-tag-table): Really inhibit images inside the table.
3324         (shr-collect-overlays): Copy over overlays from the TD elements to the
3325         main document.
3326
3327         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3328         gnus-blocked-images.
3329
3330 2010-10-05  Julien Danjou  <julien@danjou.info>
3331
3332         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3333
3334         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3335         (gnus-html-maximum-image-size): Add this function.
3336         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3337
3338         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3339         server-value of the capability is nil.
3340
3341 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * shr.el (shr-tag-em): Add <EM> tag.
3344
3345 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3346
3347         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3348         customizable.
3349
3350         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3351         handing broken links to browse-url.
3352
3353 2010-10-05  Julien Danjou  <julien@danjou.info>
3354
3355         * gnus-util.el (gnus-emacs-completing-read)
3356         (gnus-iswitchb-completing-read): Use autoload rather than require.
3357
3358 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3359
3360         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3361         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3362         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3363         iswitchb-temp-buflist for XEmacs.
3364
3365         * gnus-util.el (gnus-completing-read-function): Exclude
3366         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3367         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3368         XEmacs.
3369
3370         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3371         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3372
3373         * gnus-html.el: Don't require help-fns under XEmacs.
3374         (gnus-html-schedule-image-fetching): Work for XEmacs.
3375
3376         * mm-decode.el (mm-shr): Decode contents by charset.
3377
3378 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3379
3380         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3381         unknown.
3382
3383         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3384         (shr-get-image-data): Ensure against the cache file missing.
3385
3386         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3387         for data.
3388
3389         * spam-report.el (spam-report-url-ping-plain): Don't query about
3390         killing the process.
3391
3392         * shr.el (shr-render-td): Protect against too-wide text.
3393
3394 2010-10-04  Julien Danjou  <julien@danjou.info>
3395
3396         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3397         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3398
3399         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3400         retrieved.
3401
3402 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3403
3404         * shr.el (browse-url): Require.
3405         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3406         lines.
3407         (shr-show-alt-text, shr-browse-image): New commands.
3408         (shr-browse-url, shr-copy-url): New commands.
3409
3410         * gnus-sum.el (gnus-widen-article-window): New variable.
3411         (gnus-summary-select-article-buffer): Use it.
3412
3413         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3414         without @ signs.
3415
3416 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3417
3418         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3419
3420 2010-10-04  Julien Danjou  <julien@danjou.info>
3421
3422         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3423         for XEmacs.
3424
3425 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3426
3427         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3428
3429         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3430         (nnimap-close-server): Implement.
3431
3432         * dgnushack.el (iswitchb): Require to shut up the compiler.
3433
3434         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3435         (shr-insert): Tweak line breaking.
3436         (shr-insert): Handle <pre> better.
3437         (shr-tag-li): Get <li> indentation right.
3438         (shr-tag-li): Get <li> indentation even righter.
3439         (shr-tag-blockquote): Ensure paragraph start.
3440         (shr-make-table): Tweak table generation.
3441         (shr-make-table): Fix typo.
3442
3443         * shr.el: Implement table rendering.
3444
3445 2010-10-04  Julien Danjou  <julien@danjou.info>
3446
3447         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3448
3449 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3450
3451         * shr.el (shr-insert): Use string anchors instead of line anchors.
3452
3453 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3454
3455         * shr.el: Add headings.
3456         (shr-ensure-paragraph): Actually work.
3457         (shr-tag-li): Make <ul> prettier.
3458         (shr-insert): Get white space at the beginning/end of elements right.
3459         (shr-tag-p): Collapse subsequent <p>s.
3460         (shr-ensure-paragraph): Don't insert double line feeds after blank
3461         lines.
3462         (shr-insert): \t is also space.
3463         (shr-tag-s): Fix "s" tag name function.
3464         (shr-tag-s): Fix face prop name.
3465
3466 2010-10-03  Julien Danjou  <julien@danjou.info>
3467
3468         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3469
3470         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3471         gnus-window-inside-pixel-edges.
3472
3473         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3474         gnus-ems.
3475
3476         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3477
3478         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3479         function.
3480
3481         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3482         resize choice.
3483
3484 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3487         beginning of the buffer.
3488
3489         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3490         article buffer again.
3491
3492         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3493
3494         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3495         when it's at the start of the buffer.
3496
3497         * shr.el (shr-tag-blockquote): Convert name.
3498         (shr-rescale-image): Use the right image-size variant.
3499
3500         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3501         buffer isn't shown, then select the current article first instead of
3502         bugging out.
3503         (gnus-summary-select-article-buffer): Show both the article and summary
3504         buffers again.
3505
3506         * shr.el (shr-fontize-cont): Protect against regions with no text.
3507         Rename tag functions to shr-tag-* for enhanced security.
3508         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3509
3510 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3511
3512         * shr.el (shr-insert):
3513         * pop3.el (pop3-movemail):
3514         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3515         loaded.
3516
3517 2010-10-03  Glenn Morris  <rgm@gnu.org>
3518
3519         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3520
3521         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3522
3523         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3524
3525         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3526
3527         * gnus-util.el (gnus-make-local-hook): Simplify.
3528
3529 2010-10-02  Julien Danjou  <julien@danjou.info>
3530
3531         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3532         (gnus-ido-completing-read): New function.
3533         (gnus-emacs-completing-read): New function.
3534         (gnus-completing-read): Use gnus-completing-read-function.
3535         Add gnus-completing-read-function.
3536
3537 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * shr.el (shr-insert-document): Autoload.
3540         (shr-img): Be silent.
3541         (shr-insert): Add a newline after every picture before text.
3542         (shr-add-font): Use overlays for combining faces.
3543         (shr-insert): Pass upwards the text start point.
3544
3545         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3546         possible.
3547         (mm-shr): New function.
3548
3549 2010-10-02  Julien Danjou  <julien@danjou.info>
3550
3551         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3552         should go backward.
3553
3554 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3555
3556         * shr.el (shr): Fix typo in provide call.
3557
3558 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3559
3560         * shr.el: New file.
3561
3562         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3563
3564         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3565         completing read.
3566
3567 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568
3569         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3570         we're being queried about.  Suggested by Dan Jacobson.
3571
3572         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3573         Suggested by Jason Eisner.
3574
3575         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3576         table, too.  Suggested by Stefan Wiens.
3577         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3578         the table unnecessary.  Suggested by Stefan Wiens.
3579
3580         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3581         longer needed, and probably doesn't work either, as pointed out by
3582         Stefan Wiens.
3583         (gnus-summary-exit): Remove call to the clearing function.
3584         (gnus-summary-exit-no-update): Ditto.
3585
3586         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3587         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3588         Reported by Stefan Monnier.
3589         (gnus-summary-save-in-rmail): Ditto.
3590
3591         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3592         article buffer, instead of both the article buffer and the summary
3593         buffer.  Sort of suggested by Dan Jacobson.
3594
3595         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3596
3597         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3598         Suggested by Dan Jacobson.
3599
3600         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3601         documentation clearer.
3602
3603         * message.el (message-shorten-references): Comment on the number "21".
3604         Suggested by Stefan Monnier.
3605
3606         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3607         Suggested by Dan Jacobson.
3608
3609         * gnus.el (gnus-large-newsgroup):
3610         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3611
3612         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3613         externalize attachments.  Bug reported by Steve Wen.
3614
3615         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3616         really message anything to the user.
3617
3618         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3619         directly.
3620
3621         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3622         messages in empty groups.
3623
3624 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3625
3626         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3627         non-UIDNEXT group.
3628
3629 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3630
3631         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3632         not the value from the collection.
3633
3634         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3635         values.  This sometimes happens on some groups that have no info.
3636         (nnimap-request-newgroups): New function.
3637
3638 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3639
3640         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3641         check into `gnus-registry-initialize'.
3642         (gnus-registry-initialize): Ditto.
3643         Fix and extend header docs.
3644
3645 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646
3647         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3648         regexp backtrace overflows.
3649
3650         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3651         for starttls that tls.el implements; i.e. openssl.
3652
3653         * tls.el (tls-starttls-switches): Give up on using starttls with
3654         gnutls-cli.
3655         (tls-program): Add --insecure to be consistent with the defaults from
3656         openssl s_client.  Now all three commands are insecure.
3657
3658 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * lpath.el: Bind completion-styles-alist for XEmacs.
3661
3662         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3663         (gravatar-create-image): New function that's an alias to
3664         gnus-xmas-create-image, gnus-create-image, or create-image.
3665         (gravatar-data->image): Use it.
3666
3667 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3668
3669         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3670         install the nnregistry refer method.
3671         (gnus-registry-install-hooks): Use it.
3672         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3673         unfollowed groups.
3674
3675 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3676
3677         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3678         expanding threads.
3679
3680 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681
3682         * nnir.el: Use the server names without suffixes (bug #7009).
3683
3684         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3685         unencrypted to STARTTLS, if possible.
3686
3687 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3688
3689         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3690         headers before superseding.
3691
3692 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * nnrss.el (nnrss-use-local): Add documentation.
3695
3696         * nnimap.el (nnimap-extend-tls-programs): New function.
3697         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3698         (nnimap-wait-for-connection): Accept the greeting from the stupid
3699         output from openssl s_client -starttls, too.
3700
3701         * tls.el (tls-starttls-switches): New variable.
3702         (tls-find-starttls-argument): Use it.
3703         (open-tls-stream): Ditto.
3704
3705         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3706         (netrc-machine): Ditto.
3707
3708         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3709         article number.
3710         (nnimap-split-fancy): New variable.
3711         (nnimap-split-incoming-mail): Use it.
3712
3713         * nntp.el (nntp-server-list-active-group): Document.
3714
3715         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3716         SELECT to get the message-id.
3717
3718         * mail-source.el (mail-sources): Remove webmail support.
3719         (defvar): Ditto.
3720         (mail-source-fetcher-alist): Ditto.
3721         (mail-source-fetch-webmail): Remove.
3722
3723         * webmail.el: Remove -- doesn't seem relevant any more.
3724
3725         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3726
3727         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3728         the \r.
3729
3730 2010-09-30  Julien Danjou  <julien@danjou.info>
3731
3732         * gnus-agent.el (gnus-agent-add-group): Fix call to
3733         gnus-completing-read.
3734
3735 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736
3737         * nndoc.el (nndoc-retrieve-groups): New function.
3738
3739         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3740         `default', use nnmail-split-methods.
3741         (nnimap-request-article): Downcase the NILs so that they are nil.
3742
3743         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3744         symbol.
3745
3746         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3747         code, since if the user has requested network, that's what they ought
3748         to get.
3749         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3750         (nnimap-split-rule): Mark as obsolete.
3751
3752         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3753         New variable.
3754
3755         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3756         correct slot, too.
3757
3758 2010-09-29  Julien Danjou  <julien@danjou.info>
3759
3760         * gnus.el (gnus-local-domain): Declare variable obsolete.
3761
3762         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3763         Fix history computing.
3764         (gnus-ido-completing-read): Require ido.
3765
3766 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3767
3768         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3769         build Gnus.
3770
3771         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3772         when interpreting the structures.
3773         (nnimap-request-accept-article): Add \r\n to the lines to make this
3774         work with Cyrus.
3775
3776         * nndraft.el (nndraft-request-expire-articles): Use the group name
3777         instead if "nndraft".  Fix found by Nils Ackermann.
3778
3779 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3780
3781         * nnregistry.el: Add.
3782
3783 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3784
3785         * nnmail.el (group, group-art-list, group-art):
3786         Remove unneeded directives.
3787
3788 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3789
3790         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3791         (mm-mime-charset)
3792         * rfc2047.el (rfc2047-syntax-table)
3793         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3794
3795         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3796         rather than `insert-file-contents' and `eval-region'.
3797
3798         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3799         construction.
3800
3801         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3802
3803         * time-date.el: No need to require cl for Emacs 21.
3804
3805 2010-09-29  Julien Danjou  <julien@danjou.info>
3806
3807         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3808         replacement of `gnus-gravatar-relief' to mimic
3809         `gnus-faces-properties-alist'.
3810         Add :version property.
3811
3812 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * mail-source.el (mail-source-report-new-mail)
3815         * message.el (message-default-mail-headers)
3816         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3817
3818         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3819
3820 2010-09-28  Julien Danjou  <julien@danjou.info>
3821
3822         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3823         mail-address contains the same string as real-name.
3824
3825         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3826         non-blank in header, otherwise it'll get stripped.
3827
3828         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3829         real-name, and then for mail address rather than doing : or , search.
3830
3831 2010-09-27  Julien Danjou  <julien@danjou.info>
3832
3833         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3834         right completing-read function.
3835         (gnus-use-ido): New variable
3836         (gnus-completing-read-with-default): Remove.
3837         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3838         (gnus-agent-add-group):
3839         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3840         * mm-view.el (mm-view-pkcs7-decrypt):
3841         * mm-util.el (mm-codepage-setup):
3842         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3843         * mml-smime.el (mml-smime-openssl-sign-query):
3844         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3845         (mml-insert-multipart):
3846         * gnus-msg.el (gnus-summary-yank-message):
3847         * gnus-int.el (gnus-start-news-server):
3848         * mm-decode.el (mm-interactively-view-part):
3849         * gnus-dired.el (gnus-dired-attach):
3850         * gnus.el (gnus-read-method):
3851         * gnus-bookmark.el (gnus-bookmark-jump):
3852         * gnus-art.el (gnus-mime-view-part-as-type)
3853         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3854         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3855         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3856         * nnmairix.el (nnmairix-create-server-and-default-group)
3857         (nnmairix-update-groups, nnmairix-get-server)
3858         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3859         (nnmairix-get-group-from-file-path):
3860         * nnrss.el (nnrss-find-rss-via-syndic8):
3861         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3862         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3863         (gnus-group-browse-foreign-server):
3864         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3865         (gnus-summary-execute-command, gnus-summary-respool-article)
3866         (gnus-read-move-group-name):
3867         * gnus-score.el (gnus-summary-increase-score)
3868         (gnus-summary-score-effect):
3869         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3870
3871 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3874         x-focus-frame.
3875
3876         * nnimap.el (auth-source-forget-user-or-password)
3877         (auth-source-user-or-password): Autoload.
3878
3879         * message.el (message-from-style, message-interactive)
3880         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3881         (message-yank-prefix, message-indentation-spaces, message-signature)
3882         (message-signature-file): Add comment.
3883
3884 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3885
3886         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3887         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3888         new articles.
3889
3890         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3891         parts.
3892         (nnimap-request-article): Work with the t setting, too.
3893
3894         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3895         that you don't get flashes of other buffers.
3896         (gnus-summary-show-complete-article): Intern before setting.
3897
3898 2010-09-27  David Engster  <dengste@eml.cc>
3899
3900         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3901         well as HEADERS.
3902         (nnmairix-retrieve-headers): Provide new argument for the above.
3903
3904 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * gnus-sum.el (gnus-summary-move-article): Don't alter
3907         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3908         group.
3909
3910         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3911
3912         * message.el (message-cite-prefix-regexp): Revert my last edit.
3913
3914         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3915         variable instead of the Gnus variable.
3916
3917         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3918
3919         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3920
3921         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3922         since some servers don't like it.
3923         (nnimap-open-connection): Forget credentials if the server says the
3924         password was wrong.
3925         (nnimap-parse-line): Protect against invalid data.
3926
3927         * gnus-sum.el (gnus-summary-move-article): Add comment.
3928         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3929         nothing alters it while scanning for new messages.
3930
3931         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3932         which may or may not help.
3933         (nnimap-open-connection): If we're doing a stream connection, and then
3934         discover we're on a STARTTLS-capable server, then open a STARTTLS
3935         connection instead.
3936
3937 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3938
3939         * nnimap.el (utf7): Require.
3940
3941         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3942         prefix.
3943
3944 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3945
3946         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3947
3948 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3949
3950         * nnimap.el (nnimap-request-accept-article): Message the error on
3951         error.
3952
3953 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3956
3957 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3958
3959         * nndoc.el (nndoc-request-list): Return success always.
3960
3961         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3962         `fetch-old' -- we only want to fetch the articles we've requested.
3963         The rest are in the agent, probably.
3964         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3965         disappeared server" to something low.  It's not important.
3966
3967         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3968         arrived before the FETCH data.
3969
3970         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3971         target here, because we don't know the Gnus name of the group.
3972
3973         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3974         for the correct group.
3975
3976         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3977
3978         * gnus.el (gnus): Give a final warning after startup.
3979
3980         * gnus-util.el (gnus-action-message-log): New variable.
3981         (gnus-message): Use it.
3982         (gnus-final-warning): New function.
3983
3984         * nnimap.el (nnimap-open-connection): Record the greeting.
3985         (nnimap): Add greeting.
3986
3987 2010-09-26  Julien Danjou  <julien@danjou.info>
3988
3989         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3990         arguments.
3991         (gnus-html-wash-images): Fix spec computing to include start/end.
3992
3993         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3994
3995 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3996
3997         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3998         deletion.
3999         (nnimap-retrieve-headers): Don't select the group, because that's
4000         already done by nnimap-possibly-change-group.
4001
4002         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4003         (gnus-picon-transform-address): Use it.
4004
4005         * mail-source.el (mail-source-value): Revert previous patch.
4006
4007         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4008         on failure.
4009         (nnimap-open-connection): Look up both virtual and physical server name
4010         credentials.
4011
4012         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4013
4014 2009-02-07  Dave Love  <fx@gnu.org>
4015
4016         * tls.el (open-tls-stream): Don't query killing process.
4017
4018 2009-02-08  Dave Love  <fx@gnu.org>
4019
4020         * gnus-win.el (gnus-window-to-buffer-helper)
4021         (gnus-all-windows-visible-p): Function needn't be a symbol.
4022
4023         * mail-source.el (mail-source-value): Function needn't be a symbol.
4024
4025 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4026
4027         * message.el (message-cite-prefix-regexp): Remove } from the cite
4028         prefix.
4029
4030         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4031         highlight again, so that the highlight is correct.
4032
4033         * gnus-picon.el (gnus-picon): Remove again.
4034         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4035
4036         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4037         doing the header highlightling, so that the background colour of the
4038         picon is correct.
4039
4040         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4041         (gnus-picon): Ditto.
4042         (gnus-picon): Reinstate.  The background colour for picons is white.
4043         (gnus-picon-insert-glyph): Make the background white.
4044
4045         * nnml.el (nnml-open-nov): Don't return dead buffers.
4046
4047         * auth-source.el (auth-source-create): Query the user for whether to
4048         store the credentials.
4049
4050         * netrc.el (netrc-store-data): New function.
4051
4052         * auth-source.el (auth-source-user-or-password): Use the existing auth
4053         sources, if any, for creation.
4054
4055         * gnus.el (gnus-group-fast-parameter): Return the last matching
4056         parameter instead of the first matching parameter.
4057
4058 2010-09-26  Julien Danjou  <julien@danjou.info>
4059
4060         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4061
4062 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4063
4064         * mml2015.el (mml2015-use): Remove gpg support.
4065
4066         * mml1991.el (mml1991-function-alist): Remove gpg function.
4067         (mml1991-gpg-sign): Remove.
4068
4069 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4070
4071         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4072         (gnus-browse-unsubscribe-current-group): Document it.
4073         (gnus-browse-unsubscribe-group): Use it.
4074
4075 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076
4077         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4078         address to the To list for easier response.
4079
4080         * gnus.el (gnus-play-startup-jingle): Remove.
4081         (gnus-splash): Don't play jingle.
4082         (gnus): Silence gnus-load message.
4083
4084         * gnus-art.el (gnus-treat-play-sounds): Remove.
4085
4086         * gnus.el (gnus-play-jingle): Remove audio support.
4087
4088         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4089
4090         * earcon.el: Remove -- no users.
4091
4092         * gnus-audio.el: Remove -- no users of this package.
4093
4094         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4095
4096         * gnus-start.el (gnus-setup-news): Remove nocem support.
4097
4098         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4099
4100         * gnus.el (gnus-use-nocem): Remove.
4101
4102         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4103         Remove.
4104
4105         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4106         uses NoCeM any more.
4107
4108         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4109         (gnus-button-ctan-handler): Ditto.
4110         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4111         (gnus-button-ctan-directory-regexp): Ditto.
4112         (gnus-button-handle-ctan): Ditto.
4113         (gnus-button-tex-level): Ditto.
4114         (gnus-button-alist): Remove CTAN stuff.
4115
4116 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4117
4118         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4119         nnimap-streaming test.
4120
4121         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4122         servers twice.
4123
4124         * nnimap.el (nnimap-open-connection): Add more error reporting when
4125         nnimap fails early.
4126
4127         * nnheader.el (nnheader-get-report-string): New function.
4128         (nnheader-get-report): Use it.
4129
4130         * gnus-int.el (gnus-check-server): Say what the error was when opening
4131         failed.
4132
4133         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4134         using streaming.
4135
4136 2010-09-25  Julien Danjou  <julien@danjou.info>
4137
4138         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4139         gnus-window-inside-pixel-edges.
4140
4141 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4142
4143         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4144
4145         * mm-decode.el (mm-save-part): Allow saving to other directories the
4146         normal Emacs way.
4147
4148         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4149         Suggested by Jay Berkenbilt.
4150
4151         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4152         there isn't a single byte.
4153
4154         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4155         just do it.  It doesn't really seem to matter what the user responds
4156         here, I think, so it's just a confusing question.
4157
4158         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4159         non-streaming case.
4160
4161         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4162         (gnus-article-encrypt-body): Use it.
4163
4164         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4165         keystroke.
4166
4167         * nnimap.el (nnimap-find-wanted-parts-1):
4168         Use gnus-fetch-partial-articles.
4169
4170         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4171
4172         * nnimap.el (nnimap-insert-partial-structure): New function.
4173         (nnimap-get-partial-article): New function.
4174         (nnimap-request-article): Use it.
4175         (nnimap-wait-for-response): Return whether the wait was successful.
4176         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4177         retrieval wasn't successful.
4178         (nnimap-retrieve-group-data-early): Allow throttling servers.
4179         (nnimap-streaming): New variable.
4180         (nnimap-fetch-partial-articles): Remove.
4181
4182         * mm-decode.el (mm-with-part): Protect against killed buffers.
4183
4184         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4185         for prettier summary display.
4186
4187 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4188
4189         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4190
4191 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4192
4193         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4194         apparently third-party libraries depend on it.
4195
4196         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4197         before starting negotiation.
4198
4199         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4200         privacy reasons.
4201         (gnus-treat-mail-gravatar): Ditto.
4202
4203         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4204         buffer when inserting images.  Inserting text into the headers, for
4205         instance, can make them invalid.
4206
4207 2010-09-25  Julien Danjou  <julien@danjou.info>
4208
4209         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4210         variables.
4211
4212         * nnheader.el: Remove useless variables news-reply-yank-from and
4213         news-reply-yank-message-id.
4214
4215         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4216         variables.
4217
4218         * mml1991.el: Remove useless mml1991-verbose.
4219
4220         * gnus.el: Remove useless variable gnus-use-generic-from.
4221         Remove obsolete variable gnus-topic-indentation.
4222
4223         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4224
4225         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4226
4227         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4228
4229         * gnus-group.el: Remove useless gnus-group-icon-cache.
4230         Remove useless gnus-ephemeral-group-server.
4231
4232         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4233
4234         * mml2015.el: Remove useless mml2015-verbose.
4235
4236         * mml-smime.el: Remove useless mml-smime-verbose.
4237
4238         * gnus.el: Remove useless gnus-local-domain.
4239
4240         * gnus-gravatar.el (gnus-gravatar-transform-address):
4241         Use gnus-gravatar-size.
4242
4243         * gnus-art.el: Remove useless gnus-treat-translate.
4244
4245 2010-09-24  Julien Danjou  <julien@danjou.info>
4246
4247         * gnus-sum.el: Add support for Gravatars.
4248
4249         * gnus-art.el: Add support for Gravatars.
4250
4251         * gnus-gravatar.el: Add this file.
4252
4253         * gravatar.el: Add this file.
4254
4255 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4256
4257         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4258
4259         * gnus-group.el (gnus-group-fetch-faq): Remove.
4260
4261         * gnus.el (gnus-group-faq-directory): Remove.
4262
4263         * gnus-group.el (gnus-group-fetch-charter): Remove.
4264
4265         * gnus.el (gnus-group-charter-alist): Remove.
4266
4267         * gnus-group.el (gnus-group-archive-directory): Remove.
4268         (gnus-group-recent-archive-directory): Ditto.
4269         (gnus-group-make-archive-group): Remove.
4270
4271         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4272
4273         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4274         use the same article number for all the cached articles.
4275
4276         * nnimap.el (nnimap-command): Register the last command time so
4277         that we can use it for idling NOOPs.
4278         (nnimap-open-connection): Start the keeplive timer.
4279         (nnimap-make-process-buffer): Store all the process buffers.
4280         (nnimap-keepalive): New function.
4281
4282         * starttls.el (starttls-open-stream): Add autoload cookie.
4283
4284 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4285
4286         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4287         handling.
4288
4289 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290
4291         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4292         its data structures.
4293
4294         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4295         instead of the cl.el copy-list.
4296         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4297         equalp.
4298
4299 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4302         and tool-bar-local-item-from-menu.
4303
4304         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4305         mode-line-highlight face for Emacs.
4306
4307         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4308         loading gnus-sum.elc; fix comment for canlock-verify.
4309         (gnus-article-jump-to-part): Use read-number.
4310         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4311         Remove Emacs pre-21 compatible code for help-echo.
4312         (gnus-article-next-page-1): No need to adjust the number of lines.
4313         (gnus-article-describe-bindings): Always use help-buffer.
4314
4315         * gnus-audio.el (gnus-audio-inline-sound)
4316         * gnus-cus.el (gnus-custom-mode)
4317         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4318
4319         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4320
4321         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4322         compatible code.
4323
4324 2010-09-24  Glenn Morris  <rgm@gnu.org>
4325
4326         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4327         visiting the fcc file in rmail-mode.
4328
4329         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4330
4331 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * nnir.el: Silence the byte compiler.
4334
4335         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4336         alias to browse-url-url-encode-chars if any.
4337         (gnus-html-encode-url): Use it.
4338
4339 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340
4341         * gnus-start.el (gnus-use-backend-marks): New variable.
4342         (gnus-get-unread-articles-in-group): Use it.
4343
4344         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4345         makeover.
4346
4347 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4348
4349         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4350
4351 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4352
4353         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4354         Remove.
4355         (gnus-setup-news-hook):
4356         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4357
4358         * gnus-int.el (gnus-request-update-info): Protect against backends not
4359         having the function.
4360
4361         * nnimap.el (nnimap-stream): Mention starttls.
4362         (nnimap-open-connection): Add starttls support.
4363
4364 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4365
4366         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4367
4368 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4369
4370         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4371         BODYSTRUCTUREs.
4372         (nnimap-transform-headers): Unfold quoted {42} headers.
4373
4374         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4375         the info.
4376         (gnus-get-unread-articles): Only call updatep on backends that support
4377         it.
4378
4379         * nnweb.el (nnweb-request-update-info): NOOP.
4380
4381         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4382
4383         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4384         since it only deals with marks.
4385
4386         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4387         gnus-request-marks, and make a new gnus-request-update-info.
4388
4389         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4390         the active instead of the high number, which is usually too low.
4391
4392 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4393
4394         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4395         * encrypt.el: Remove.
4396
4397 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4398
4399         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4400         server in symbolic form.
4401
4402         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4403
4404 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4405
4406         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4407         (nnimap-update-info): Fix up code slightly.
4408
4409         * gnus-int.el (gnus-open-server): Add tracing for performance
4410         debugging.
4411
4412         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4413         (gnus-group-insert-group-line): Pass the real group name so that it
4414         gets the right data.
4415
4416         * gnus-start.el (gnus-get-unread-articles): Don't have
4417         `gnus-get-unread-articles-in-group' update info, since that can be
4418         really slow and doesn't seem to be needed?
4419
4420 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4421
4422         * time-date.el (date-to-time): Try using parse-time-string first before
4423         using the slower timezone-make-date-arpa-standard.
4424
4425 2010-09-22  Julien Danjou  <julien@danjou.info>
4426
4427         * gnus-group.el (gnus-group-insert-group-line):
4428         Call gnus-group-highlight-line.
4429         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4430         default hook list.
4431         (gnus-group-update-eval-form): Add new function.
4432         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4433         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4434
4435 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4438         immediate, then expire all articles.
4439         (nnimap-update-info): Fix off-by-one errors.
4440         (nnimap-flags-to-marks): Would return no marks lists for group with no
4441         flags.  Instead return the other data.
4442
4443 2010-09-22  Julien Danjou  <julien@danjou.info>
4444
4445         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4446         Only return an icon.
4447         (gnus-group-insert-group-line): Compute icon to return.
4448
4449         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4450         (gnus-html-image-fetched): Only cache if
4451         gnus-html-image-automatic-caching is set.
4452         (gnus-html-image-fetched): Check for errors.
4453
4454 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4457         once per method on `g'.  This ensures that backends like nnfolder don't
4458         open all their folders.
4459
4460         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4461         (nnimap-request-list): Nix out group in the correct buffer.
4462         (nnimap-parse-flags): Implement by using `read' instead of
4463         hand-parsing.
4464         (nnimap-flags-to-marks): Pass on permanent-flags.
4465         (nnimap-make-process-buffer): Record the server name.
4466         (nnimap-parse-flags): Fix typo.
4467         (nnimap-request-scan): Run split on the server in general, not just a
4468         single group.
4469
4470         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4471         parameter, and propagate this downwards.
4472
4473         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4474         since EXAMINE changes it on the server.
4475
4476         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4477         this command might take a while.
4478
4479 2010-09-22  Julien Danjou  <julien@danjou.info>
4480
4481         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4482         harmful if you have 2 images side-by-side, they can't be properly
4483         update on text deletion.  Using text-property is safer here.
4484         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4485         data.
4486
4487 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4488
4489         * nnimap.el (nnimap-expunge-inbox): Remove.
4490         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4491         (nnimap-expunge): Flip default to t.
4492
4493         * gnus.el (gnus-method-to-server): Don't push things to the cache
4494         unless it's unique.
4495         (gnus-server-to-method): Ditto.
4496
4497 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4498
4499         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4500
4501 2010-09-22  Julien Danjou  <julien@danjou.info>
4502
4503         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4504         get the start of data.
4505         (gnus-html-encode-url): Add this function to encode special chars in
4506         URL.
4507         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4508         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4509
4510         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4511         default.
4512         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4513
4514         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4515         images alt-text.
4516         (gnus-html-put-image): Put alt-text as help-echo.
4517
4518 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4519
4520         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4521         * mm-util.el (mm-decompress-buffer)
4522         * nnir.el (nnir-run-find-grep)
4523         * pop3.el (pop3-list): Use 3rd arg of split-string.
4524
4525         * time-date.el (format-seconds): Comment fix.
4526
4527         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4528         and byte-optimize-form-code-walker.
4529         (dgnushack-make-auto-load): Don't advise make-autoload.
4530
4531         * lpath.el: Remove Emacs 21 stuff.
4532
4533 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4534
4535         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4536         outside the active range.  Suggested by Dan Christensen.
4537
4538         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4539         slightly later to avoid double-getting it.
4540
4541         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4542         previous patch.
4543
4544         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4545
4546 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4547
4548         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4549
4550 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4551
4552         * gnus-int.el (gnus-open-server): Give a better error message in the
4553         "go offline" case.
4554
4555         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4556         marks for nnimap, which is seldom the right thing to do.
4557
4558         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4559         (gnus-same-method-different-name): New function.
4560
4561         * nnimap.el (parse-time): Require.
4562
4563         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4564         method in the presence of many similar methods.
4565
4566         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4567
4568         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4569         nnml-inhibit-expiry.
4570
4571         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4572         find out whether methods are equal.
4573
4574         * nnimap.el (nnimap-find-expired-articles): New function.
4575         (nnimap-process-expiry-targets): New function.
4576         (nnimap-request-move-article): Request the article before looking at
4577         what the Message-ID is.  Fix found by Andrew Cohen.
4578         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4579
4580         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4581         for oldness in addition to being a predicate.
4582
4583         * nnimap.el (nnimap-request-group): When we have zero articles, return
4584         the right data to Gnus.
4585         (nnimap-request-expire-articles): Only delete articles immediately if
4586         the target is 'delete.
4587
4588         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4589         method, this would bug out.
4590
4591         * gnus-group.el (gnus-group-expunge-group): Rename from
4592         gnus-group-nnimap-expunge, and implemented as a normal interface
4593         function.
4594
4595         * gnus-int.el (gnus-request-expunge-group): New function.
4596
4597         * nnimap.el (nnimap-request-create-group): Implement.
4598         (nnimap-request-expunge-group): New function.
4599
4600 2010-09-21  Julien Danjou  <julien@danjou.info>
4601
4602         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4603         (gnus-html-cache-expired): Add new function.
4604         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4605         wethever we should display image for fetch it.
4606         Compute alt-text earlier to pass it to the fetching function too.
4607         (gnus-html-schedule-image-fetching): Change function argument to only
4608         get one image at a time, not a list.
4609         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4610         cache.
4611         (gnus-html-get-image-data): New function to retrieve image data from
4612         cache.
4613         (gnus-html-put-image): Change buffer argument to use image data rather
4614         than file, and place image above region rather than inserting a new
4615         one.  Do not take alt-text as argument, since it's useless now: we place
4616         the image above alt-text.
4617         (gnus-html-prune-cache): Remove.
4618         (gnus-html-show-images): Start to fetch image when we find one, do not
4619         push into a temporary list.
4620         (gnus-html-prefetch-images): Only fetch image if they have expired.
4621         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4622         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4623
4624 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4627
4628 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4629
4630         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4631         spec inser "*" if the group isn't active instead of 0.
4632
4633         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4634         opening the server.
4635         (nnimap-request-delete-group): Implement group deletion.
4636         (nnimap-transform-headers): Return the size of the entire message in
4637         the Bytes header, not just the size of the first part.
4638         (nnimap-request-move-article): When moving an article from nnimap,
4639         request the article first so the accepting form has an article to
4640         accept.  Reported by Dan Christensen.
4641         (nnimap-command): Make sure that the error message doesn't error out.
4642
4643 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4644
4645         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4646         we haven't requested anything.
4647
4648 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4649
4650         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4651         "".  Fix found by Andrew Cohen.
4652
4653         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4654         instead of -encode-string.
4655
4656 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4659
4660         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4661         by mm-subst-char-in-string.
4662
4663 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4666         waiting for the connection string.
4667
4668         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4669         arriving.
4670
4671         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4672         bogus characters.  This allows selecting certain Gmail groups.
4673
4674         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4675         (nnimap-fetch-partial-articles): New variable.
4676         (nnimap-open-connection): When looking for credentials, also use the
4677         nnimap-server-port.
4678         (nnimap-request-article): Return the group/article number, so that Gnus
4679         `^' works as expected.
4680         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4681
4682         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4683         comments.
4684         (gnus-methods-sloppily-equal): New function.
4685         (gnus): When using the development version of Gnus, load the gnus-load
4686         file.
4687
4688         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4689         `gnus-open-server' on each method before trying to scan them etc.
4690         This ensures that all the backend parameters are set correctly.
4691
4692         * nnimap.el (nnimap-authenticator): New variable.
4693         (nnimap-open-connection): Allow anonymous login.
4694         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4695         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4696
4697         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4698         patch, found by Knut Anders Hatlen.
4699
4700 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4701
4702         * gnus-agent.el (gnus-agent-batch-confirmation)
4703         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4704         to gnus-message.
4705         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4706         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4707         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4708         * gnus-int.el (gnus-open-server): Likewise.
4709         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4710         (gnus-score-check-syntax): Likewise.
4711         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4712         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4713         Likewise.
4714         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4715
4716 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4717
4718         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4719         calling conventions so that prefetch doesn't bug out.
4720
4721 2010-09-19  Julien Danjou  <julien@danjou.info>
4722
4723         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4724         rather than `subst-char-in-region' in order to be able to replace ASCII
4725         char by UTF-8 ones.
4726
4727         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4728         than curl.
4729         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4730         the right URL and ALT text on images.
4731         (gnus-html-wash-tags): Fix tag case.
4732         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4733         (gnus-article-html): Add -o display_ins_del=2 option.
4734         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4735
4736 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4737
4738         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4739         the extra mail headers, which sometimes seem to happen for unknown
4740         reasons.
4741
4742         * mail-parse.el (mail-header-encode-parameter): Define as
4743         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4744         (or most, perhaps?) mail readers don't understand the latter, but do
4745         understand the former.
4746
4747         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4748         to nil, so that no methods are automatically agentized.  I think this
4749         is probably what most users want.
4750
4751         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4752         from url-retrieve, for instance about invalid URLs.
4753
4754         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4755         groups that have no articles.
4756         (nnimap-request-article): Check that we really got an article when we
4757         requested one.
4758
4759         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4760         doesn't exist.
4761
4762         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4763         nntp buffer so the agent can save it.
4764         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4765         that CRLF doesn't get translated to \n.
4766         (nnimap-open-connection): Don't make 'shell commands only send \n.
4767
4768 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4769
4770         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4771         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4772         Update var name.
4773         (nnml-generate-nov-file): Use dolist.
4774         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4775         Use with-current-buffer.
4776
4777 2010-09-18  Julien Danjou  <julien@danjou.info>
4778
4779         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4780         parallel.
4781
4782 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4783
4784         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4785         the range update right.
4786         (nnimap-request-group): Don't make `M-g' bug out on group with no
4787         marks.
4788         (nnoo): Require, so that other packages can require nnimap.
4789         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4790         command we're looking for.  This helps when the server sends more
4791         responses after we've gotten everything we expected.
4792         (nnimap): Add a `newlinep' field to keep track of end-of-line
4793         conventions.
4794         Don't send CRLF to things that don't want it.
4795         (nnimap-request-accept-article): Ditto.
4796
4797 2010-09-18  Julien Danjou  <julien@danjou.info>
4798
4799         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4800         than curl to retrieve images.
4801
4802 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4803
4804         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4805         the marks.
4806         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4807         (nnimap-wait-for-connection): New function.
4808         (nnimap-open-connection): If we have PREAUTH, don't query for login
4809         credentials.
4810         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4811         when doing a partial update.
4812
4813 2010-09-18  Julien Danjou  <julien@danjou.info>
4814
4815         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4816         tags.
4817
4818 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4819
4820         * nnimap.el (nnimap-credentials): New function.
4821         (nnimap-open-connection): Use the new function to look for credentials
4822         also on the numeric equivalents of "imap" and "imaps".
4823
4824         * gnus-start.el (gnus-activate-group): Send the info to
4825         gnus-request-group.
4826
4827         * nnimap.el (nnimap-request-group): Have the "check" version of the
4828         function parse flags and update the info, so that a `M-g' get a total
4829         resync of all flags from the group.
4830
4831         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4832         to allow backends to alter the info on group selection.  Also alter all
4833         the backend -request-group functions to take the parameter.
4834
4835         * nnimap.el (nnimap-store-info): New function.
4836         (nnimap-update-info): Store the info for later usage.
4837         (nnimap-request-group): Use the stored info for the dont-check case, so
4838         that we don't retrieve all marks when we enter a group.
4839
4840         * nnimap.el: Use deffoo instead of defun for interface functions.
4841
4842         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4843         update the group info.  This makes the nndraft groups, for instance, go
4844         back to their old behaviour.
4845
4846         * gnus-sum.el (gnus-select-newsgroup): Indent.
4847
4848         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4849         in.
4850         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4851         nothing.
4852
4853         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4854         from methods that are denied.
4855
4856         * gnus-int.el (gnus-method-denied-p): New function.
4857
4858         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4859         store the password instead of netrc.
4860         (nnimap-open-connection): Don't error out when we can't make a
4861         connections.
4862
4863         * auth-source.el (auth-source-create): In the password prompt, say what
4864         we're querying for.  Also prompt for user name if that hasn't been
4865         given.
4866
4867         * nnimap.el (nnimap-with-process-buffer): Remove.
4868
4869 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4870
4871         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4872         method when we're reading from the agent.
4873
4874         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4875
4876         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4877         that's probably most useful for users.
4878
4879         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4880         "failed" all the time.
4881
4882         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4883         ...)) with (with-current-buffer ... ).
4884
4885         * nntp.el (nntp-open-server): Return whether the open was successful or
4886         not.
4887
4888         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4889         select an unread unseen article first.
4890
4891         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4892         /etc/services, supply some sensible port defaults.
4893
4894         * dgnushack.el: Define netrc-credentials.
4895
4896 2010-09-17  Julien Danjou  <julien@danjou.info>
4897
4898         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4899
4900 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4901
4902         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4903         doesn't have any parameters.
4904
4905 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4906
4907         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4908         only upcased checks.
4909
4910         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4911
4912         * nnimap.el (nnimap-open-shell-stream): New function.
4913         (nnimap-open-connection): Use it.
4914         (nnimap-transform-headers): Get the number of lines in each message.
4915         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4916         number of lines.
4917         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4918         problem.
4919
4920         * utf7.el (utf7-encode): Autoload.
4921
4922         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4923         to allow the mail splitting to not return a default group.  This is
4924         useful for nnimap, which will leave unmatched mail in the inbox.
4925
4926         * nnimap.el: Rewritten.
4927
4928         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4929         nnimap usage.
4930
4931         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4932         if the move is internal, so that nnimap can do fast internal moves.
4933
4934         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4935         data.
4936         (gnus-read-active-for-groups): Support finishing the early retrieval of
4937         data.
4938
4939         * gnus-range.el (gnus-range-nconcat): New function.
4940
4941         * gnus-int.el (gnus-finish-retrieve-group-infos)
4942         (gnus-retrieve-group-data-early): New functions.
4943
4944 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4945
4946         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4947         (nnrss-retrieve-groups):
4948         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4949         (pop3-quit): Use with-current-buffer.
4950
4951 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4952
4953         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4954         instead of nnheader-accept-process-output.
4955
4956         * dgnushack.el (dgnushack-compile): Add comment.
4957
4958         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4959
4960         * gnus-html.el (gnus-html-schedule-image-fetching)
4961         (gnus-html-prefetch-images): Replace process-kill-without-query by
4962         gnus-set-process-query-on-exit-flag.
4963
4964 2010-09-16  Romain Francoise  <romain@orebokech.com>
4965
4966         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4967
4968 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4969
4970         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4971         parameter to unintern is mandatory-ish in Emacs 24.
4972
4973         * gnus-html.el (gnus-html-schedule-image-fetching)
4974         (gnus-html-prefetch-images): Check for curl before using it.
4975
4976         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4977         depend on curl, which isn't essential.
4978
4979         * imap.el: Revert back to version
4980         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4981         seem problematic.
4982
4983 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4984
4985         * gnus-registry.el (gnus-registry-install-shortcuts):
4986         Explicitly pass `obarray' to `unintern' to avoid a warning.
4987
4988 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4989
4990         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4991         change.
4992
4993         * nnrss.el (nnrss-request-list): Remove this function and related
4994         functions, including the moreover stuff.
4995
4996 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4997
4998         * nnrss.el (nnrss-retrieve-groups): New function.
4999
5000 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5001
5002         * .dir-locals.el: Add no-byte-compile cookie.
5003
5004 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * time-date.el (format-seconds): Comment fix.
5007
5008         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5009         for back end that doesn't support request-scan.
5010
5011 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5012
5013         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5014         then do request scans from the backends.
5015
5016         * netrc.el (netrc-credentials): New conveniency function.
5017
5018         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5019         avoid running a hook per line, since this takes a lot of time,
5020         profiling shows.
5021         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5022         directly if gnus-visual-p is true.
5023
5024 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5027         groups; replace mapcar with dolist which is a bit faster; pass groups
5028         info to gnus-read-active-file-1.
5029         (gnus-read-active-file-1): Scan only specified groups if the new
5030         optional arg `infos' is given.
5031
5032 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5033
5034         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5035
5036         * pop3.el (pop3-movemail): Remove.
5037         (pop3-streaming-movemail): Rename to pop3-movemail.
5038
5039         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5040         don't restrict end-tag searches to the end of the line.
5041
5042 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5045         articles of every unchecked group to t, which means unknown since the
5046         server has never been opened.
5047
5048 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5049
5050         * gnus-html.el (gnus-html-show-alt-text): New command.
5051         (gnus-html-browse-image): Ditto.
5052         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5053         to browse the image directly.
5054         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5055         better.
5056
5057         * gnus-async.el (gnus-async-article-callback):
5058         Call `gnus-html-prefetch-images' unconditionally.
5059
5060         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5061         before feeding URLs to curl.
5062
5063 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5066         internal images as deletable by `W D D'.
5067
5068         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5069         (gnus-async-article-callback): Fix typo.
5070
5071 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5072
5073         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5074         current line to work around bugs in the output from w3m.
5075
5076         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5077         for groups that want that.
5078
5079         * nntp.el (nntp-wait-for-string): Supply a timeout for
5080         accept-process-output to ensure progress.
5081
5082         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5083         level to get unread articles from, then use that for foreign groups,
5084         too.
5085
5086         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5087         confuses the rest of the function.
5088
5089         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5090         for the methods that support -retrieve-groups, too.
5091
5092         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5093
5094 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5097         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5098
5099         * pop3.el: Require cl when compiling.
5100         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5101
5102 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5103
5104         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5105         that aren't going to be activated.
5106         (gnus-get-unread-articles): Fix up the last commit.
5107
5108         * gnus-html.el (gnus-article-html): Allow calling without specifying
5109         the handle.  In that case, dissect the buffer first.
5110
5111         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5112
5113         * nnimap.el (nnimap-open-connection): Revert the change that would look
5114         into authinfo for imaps instead of imap.
5115
5116         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5117         say that you don't want to call gnus-request-group with don-check, but
5118         do check the reponse.  This is for virtual groups only.
5119         (gnus-get-unread-articles): Count the archive groups as secondary, so
5120         that they're activated the same way as before.
5121
5122         * imap.el (imap-message-map): Removed optional buffer parameter, since
5123         no callers use it.
5124         (imap-message-get): Ditto.
5125         (imap-message-put): Ditto.
5126         (imap-mailbox-map): Ditto.
5127         (imap-mailbox-put): Ditto.
5128         (imap-mailbox-get): Ditto.
5129         (imap-mailbox-get): Revert last change for this function.
5130
5131         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5132         case-insensitively.
5133         (nnimap-debug): Remove.
5134
5135         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5136         to use `imap-fetch' instead.  According to the comments, this should be
5137         safe, since all other IMAP clients use the 1:* syntax.
5138         (imap-enable-exchange-bug-workaround): Removed.
5139         (imap-debug): Removed -- doesn't seem very useful.
5140
5141         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5142         mail from a file, and the file doesn't exist.
5143
5144         * imap.el (imap-log): New convenience function used throughout instead
5145         of repeating the same code all over the place.
5146
5147         * pop3.el (pop3-streaming-movemail): Return t for success.
5148
5149         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5150         .authinfo if we're using ssl connection.
5151
5152         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5153         already have if we're in a main Gnus `g' run.
5154
5155         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5156
5157 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5160
5161         * nnmh.el (nnmh-request-list-1): Bind `file'.
5162
5163         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5164         alias to set-process-query-on-exit-flag or process-kill-without-query.
5165         (pop3-open-server): Use it.
5166
5167 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5168
5169         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5170         box to the Incoming file.  Fixes mistake in previous checkin.
5171
5172         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5173         request loop (for debugging purposes) removed.
5174
5175         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5176         culprit is more visible.
5177         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5178         (nnml-add-incremental-nov): New functions to do "incremental" nov
5179         updates, where we just append to the end of the existing nov files
5180         without reading/writing them in full.
5181
5182         * mail-source.el (mail-source-delete-crash-box): Really only check the
5183         incoming files once in a while.
5184
5185         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5186
5187         * mail-source.el (mail-source-delete-crash-box): Only check the
5188         incoming files for deletion once per day to save a lot of file
5189         accesses.
5190
5191         * pop3.el (pop3-logon): Fix up unbound variable typo.
5192
5193         * mail-source.el (pop3-streaming-movemail): Autoload.
5194
5195         * pop3.el (pop3-streaming-movemail):
5196         Respect pop3-leave-mail-on-server.
5197
5198         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5199         retrieval.
5200
5201         * pop3.el (pop3-process-filter): Remove unused function.
5202         (pop3-streaming-movemail, pop3-send-streaming-command)
5203         (pop3-wait-for-messages, pop3-write-to-file)
5204         (pop3-number-of-responses): New functions for streaming pop3
5205         retrieval.
5206
5207         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5208         come from no known methods.
5209         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5210         list.
5211
5212         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5213         message sizes.
5214         (pop3-movemail): Use erase-buffer instead of looping and deleting
5215         regions, which seems rather odd.
5216
5217         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5218         file once per `g' run.
5219
5220         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5221         directories.  This makes the draft queue directory work.
5222
5223         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5224         data from the backends, so that we only request the list of groups from
5225         each method once.  This should speed things up considerably.
5226
5227         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5228         detect that it's not implemented.
5229
5230         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5231         we actually do recurse down into the tree, but don't stat all leaf
5232         nodes.
5233
5234         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5235         then say so instead of bugging out.
5236
5237         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5238         files exist before trying to read them.
5239
5240         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5241         around <pre_int>.
5242
5243         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5244
5245         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5246
5247 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5248
5249         * mm-util.el (mm-image-load-path): Just return the image directories,
5250         not all directories in the path in addition to the image directories.
5251         (mm-image-load-path): Maintain a cache of the image directories so that
5252         the `g' command in Gnus doesn't have to stat dozens of directories each
5253         time.
5254
5255         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5256         (gnus-html-wash-tags): Add a new `i' command to insert images.
5257         (gnus-html-insert-image): New command and keystroke.
5258         (gnus-html-redisplay-with-images): New command and keystroke.
5259         (gnus-html-show-images): Rename command.
5260         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5261         spacers.
5262         (gnus-html-wash-tags): Decode entities at the end, so that entities
5263         inside the tags don't mess up the rest of the "parsing".
5264
5265         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5266         so that nnimap methods aren't agentized by default.  There's apparently
5267         many problems related to agent/imap behaviour.
5268
5269         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5270
5271         * gnus-html.el: Doc fix.
5272
5273 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5276         specifier-spec-list for Emacs 21.
5277
5278         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5279         glyph-width and glyph-height instead of display-graphic-p and
5280         image-size; make avoidance of displaying small images work for XEmacs.
5281
5282         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5283         for XEmacs.
5284
5285         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5286         of symbol that holds plist data.
5287         (gnus-process-plist): Remove plist of process after getting it.
5288
5289 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * message.el (message-generate-hashcash): Change default to
5292         'opportunistic if hashcash is installed.
5293
5294         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5295         (gnus-html-put-image): Only call image-size once, since it's somewhat
5296         time-consuming on remote X servers.
5297
5298 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5301         type on data, not a file name.
5302
5303         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5304         window-pixel-edges for Emacs 21.
5305
5306         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5307         decoded contents.
5308         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5309
5310 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5311
5312         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5313         group line format, since it isn't very interesting.
5314
5315         * gnus-agent.el (gnus-agent-short-article),
5316         (gnus-agent-long-article): Increase values for these two variables,
5317         since most people are likely to have more network connection and
5318         storage than before.
5319
5320         * gnus.el (gnus-refer-article-method): Change default to 'current.
5321         When referring an article, the common behaviour is to refer it from the
5322         current select method, not the native select method.  The chances of
5323         the native select method having the message in question is rather slim
5324         these days.
5325
5326         * gnus-sum.el (gnus-auto-select-subject): Change default to
5327         `unseen-or-unread'.  I think it's likely that most people want to
5328         select an unseen article over a previously seen, but unread one.
5329
5330         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5331         means that in the article buffer none of the minor mode elements will
5332         be shown, usually, and this is not desirable in most cases.
5333
5334         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5335         that commands like `d' (and the like) go to the next line in the
5336         buffer, instead of the next unread article.  I think this is the
5337         behaviour that is most natural for most users.
5338         (gnus-single-article-buffer): Change default to nil, so that people can
5339         have as many article buffers open as they have summary buffer.  I think
5340         this is the most natural way for the groups to behave.
5341
5342         * message.el (message-generate-new-buffers): Change default to
5343         `unsent', so that all new message buffers start their names with the
5344         string "*unsent", and it's easier to find the buffers if you move from
5345         them.
5346
5347 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348
5349         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5350         small.  They're probably tracking images.
5351         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5352         (gnus-html-rescale-image): Yet another try at getting the image sizing
5353         right.
5354
5355         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5356         nntp-marks-file-name is nil.
5357
5358 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5359
5360         * gnus-html.el (gnus-html-wash-tags)
5361         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5362         Better logging.
5363
5364 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5365
5366         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5367
5368         * gnus-html.el (gnus-html-wash-tags): Check the value of
5369         gnus-blocked-images in the summary buffer.
5370
5371 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5372
5373         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5374
5375 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5376
5377         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5378         like "a", it seems like.
5379         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5380         since it needs to be picked from the correct buffer.
5381
5382         * nnwfm.el: Remove.
5383
5384         * nnlistserv.el: Remove.
5385
5386 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5387
5388         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5389         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5390
5391 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392
5393         * nnkiboze.el: Remove.
5394
5395         * nndb.el: Remove.
5396
5397         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5398         alt text.
5399         (gnus-html-rescale-image): Try to get the rescaling logic right for
5400         images that are just wide and not tall.
5401
5402         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5403         overshadow variable bindings.
5404
5405 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5406
5407         * gnus-html.el (gnus-html-wash-tags)
5408         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5409         Add extra logging.
5410
5411 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5412
5413         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5414         (gnus-max-image-proportion): New variable.
5415         (gnus-html-rescale-image): New function.
5416         (gnus-html-put-image): Rescale images.
5417
5418 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5419
5420         Fix up some byte-compiler warnings.
5421         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5422         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5423         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5424         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5425         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5426         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5427         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5428
5429 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus-html.el (gnus-article-html): Decode contents by charset.
5432
5433 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5434
5435         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5436         (gnus-html-frame-width, gnus-blocked-images)
5437         * message.el (message-prune-recipient-rules): Add custom version.
5438         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5439
5440         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5441         functions.
5442
5443         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5444         gnus-process-get.
5445
5446 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5447
5448         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5449         instead of lsub directly.
5450
5451 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5452
5453         * nnwarchive.el: Remove.
5454
5455         * gnus-soup.el: Remove.
5456
5457         * nnsoup.el: Remove.
5458
5459         * nnultimate.el: Remove.
5460
5461         * gnus-html.el (gnus-blocked-images): New variable.
5462
5463         * message.el (message-prune-recipients): New function.
5464         (message-prune-recipient-rules): New variable.
5465
5466         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5467         guess whether a long line is natural text or not.
5468
5469         * gnus-html.el (gnus-html-schedule-image-fetching):
5470         Use gnus-process-plist and friends for compatibility.
5471
5472 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5473
5474         * gnus-html.el: Require packages that define macros used in this file.
5475         (gnus-article-mouse-face): Declare to silence byte-compiler.
5476         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5477         process-get.
5478         (gnus-html-put-image): Use plist-get to avoid getf.
5479         (gnus-html-prefetch-images): Use with-current-buffer.
5480
5481 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5482
5483         * gnus-ems.el: Provide compatibility functions for
5484         gnus-set-process-plist.
5485
5486         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5487         header-line-format for XEmacs 21.4.
5488
5489         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5490         * gnus.el (gnus-valid-select-methods)
5491         * message.el (message-send-mail-partially-limit)
5492         * mm-decode.el (mm-text-html-renderer)
5493         * mml.el (mml-insert-mime-headers-always)
5494         * smiley.el (smiley-regexp-alist): Bump custom version.
5495
5496 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5497
5498         * gnus-html.el: require mm-url.
5499         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5500         with the url to `url'.
5501         (gnus-html-wash-tags): Support cid: URLs/images.
5502
5503 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5506         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5507         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5508
5509         * gnus-move.el: Remove file, since it doesn't really work.
5510
5511         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5512         UTF-8.  This seems to fix problems with some German web feeds.
5513
5514         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5515         at the top so that the proper colours are applied.
5516
5517         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5518         don't have dots in their names.
5519
5520         * gnus-art.el (gnus-article-view-part): Doc fix.
5521
5522         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5523         XEmacs-compatible.
5524         (gnus-html-put-image): Don't do images on non-graphic displays.
5525
5526         * nnslashdot.el: Remove this unused backend.
5527
5528         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5529         actions.
5530         (gnus-undo-register-1): Revert last change.
5531
5532         * gnus-group.el (gnus-group-completing-read): Protect against not
5533         having completion-styles bound.
5534
5535         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5536         make broken recipients happier.
5537
5538         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5539
5540         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5541         point parameter.
5542
5543         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5544
5545         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5546         completion-styles for group selection.
5547
5548 2009-02-04  Andreas Schwab  <schwab@suse.de>
5549
5550         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5551         headers and regexp-quote the match if necessary.
5552
5553 2009-03-24  Miles Bader  <miles@gnu.org>
5554
5555         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5556         the blinking smiley.
5557
5558 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5559
5560         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5561         blink smiley.
5562
5563 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5564
5565         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5566         where the dribbel file lives exists.
5567
5568         * message.el (message-send-mail-partially-limit): Change the default to
5569         nil, since most people don't want this.
5570
5571         * mm-url.el (mm-url-decode-entities): Also decode entities like
5572         &#x3212.
5573
5574 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5575
5576         * gnus-sum.el (gnus-summary-idna-message):
5577         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5578         Hyperlink urls in docstrings with URL `...'.
5579
5580 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5581
5582         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5583         functions.
5584
5585 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586
5587         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5588         say what the mouseover text should be.
5589
5590         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5591         version of the mm-w3m-safe-url-regexp variable to only download images
5592         in the groups where we want that to happen.
5593
5594         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5595
5596         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5597         easier debugging.
5598         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5599         big pictures in the article buffer.
5600
5601         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5602         gnus-article-html.
5603         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5604         w3m.
5605
5606         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5607
5608 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5609
5610         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5611         which doesn't exist.
5612
5613         * message.el (message-inhibit-ecomplete): New variable to allow some
5614         function to inhibit ecomplete address storage.
5615         (message-resend): Disable ecomplete message storage when resending
5616         messages.
5617
5618         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5619
5620 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5623         Save excursion while copying, moving, and deleting articles in order to
5624         prevent the cursor from jumping to unforeseen place.
5625
5626 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * lpath.el: No need to bind bookmark-current-buffer,
5629         bookmark-yank-point and bookmark-make-record-function.
5630
5631 2010-08-17  Glenn Morris  <rgm@gnu.org>
5632
5633         * gnus-sync.el: Require gnus components whose functions are used.
5634
5635         * gnus-art.el (bookmark-make-record-function):
5636         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5637         Declare for compiler.
5638
5639         * mm-url.el (mml-compute-boundary): Autoload.
5640
5641 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5644
5645 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5646
5647         Typo fix "hoo4a" -> "hook".
5648
5649         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5650
5651 2010-08-14  Glenn Morris  <rgm@gnu.org>
5652
5653         * gnus-sync.el (gnus-sync): Fix defgroup version.
5654
5655 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5656
5657         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5658
5659         * gnus-sync.el: Fix docs.
5660         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5661         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5662
5663 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5664
5665         Optimizations for gnus-sync.el.
5666
5667         * gnus-sync.el: Add docs about gnus-sync-backend
5668         possibilities.
5669         (gnus-sync-save): Remove unnecessary message.
5670         (gnus-sync-read): Optimize and show what groups were skipped.
5671
5672 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5673
5674         Minor bug fixes for gnus-sync.el.
5675
5676         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5677         Don't read the sync on get-new-news.
5678
5679         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5680         quiet.
5681
5682         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5683         (fix typo).
5684
5685 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5686
5687         Make saving and restoring of hidden threads work with overlays.
5688         Patch applied by Ted Zlatanov.
5689
5690         * gnus-sum.el (gnus-hidden-threads-configuration)
5691         (gnus-restore-hidden-threads-configuration): Update to deal with text
5692         properties, rather than searching for a magic character.
5693
5694 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5695
5696         New gnus-sync.el library for synchronization of marks.
5697
5698         * gnus-sync.el: New library for synchronization of marks.
5699
5700         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5701         renamed from `gnus-registry-grep-in-list'.
5702
5703         * gnus-registry.el (gnus-registry-follow-group-p):
5704         Use `gnus-grep-in-list'.
5705
5706         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5707
5708 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5711         determining charset of text fails.
5712
5713 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5714
5715         * nnmail.el (nnmail-get-new-mail-1): Revert.
5716
5717         * nnml.el (nnml-active-number): Make sure names of newly created groups
5718         in nnml-group-alist are encoded.
5719
5720 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5723         containing non-ASCII characters in active file for nnml back end.
5724
5725 2010-07-24  David Engster  <dengste@eml.cc>
5726
5727         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5728         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5729
5730 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5731
5732         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5733         tag (Bug#6654).
5734
5735 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5736
5737         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5738         the article buffer, not the summary buffer.
5739
5740 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5743         Emacs 23 as well.
5744
5745 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5748         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5749
5750 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5751
5752         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5753         Patch applied by Karl Fogel.
5754
5755         * gnus-sum.el (gnus-summary-bookmark-make-record):
5756         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5757
5758 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5759
5760         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5761         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5762         C-w still not working correctly from Article buffers; Thierry's
5763         patch to fix that will be applied after this.
5764
5765         * gnus-art.el (bookmark-make-record-function): New local variable.
5766
5767         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5768         article buffer.
5769         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5770
5771 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5772
5773         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5774         on changes in bookmark.el.
5775
5776 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5779         `no-log' instead of message not to log prompt string.
5780
5781 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5782
5783         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5784         the *other* type of HTML form submission.
5785
5786 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5787
5788         * auth-source.el (auth-source-pick): If choice does not contain a
5789         questioned keyword, set the check to t.
5790
5791 2010-06-12  Romain Francoise  <romain@orebokech.com>
5792
5793         * gnus-util.el (gnus-date-get-time): Move up before first use.
5794
5795 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5798         (gnus-article-edit-part): Bind it to make last part that is substituted
5799         or deleted visible.
5800         (gnus-mime-display-single): Buttonize part of which id equals to
5801         gnus-mime-buttonized-part-id.
5802
5803 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5804
5805         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5806         (gnus-dd-mmm): Use gnus-date-get-time.
5807         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5808         simplify logic.
5809         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5810         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5811
5812 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5813
5814         * auth-source.el (top): Autoload `secrets-list-collections',
5815         `secrets-create-item', `secrets-delete-item'.
5816         (auth-sources): Fix tag string.
5817         (auth-get-source, auth-source-retrieve, auth-source-create)
5818         (auth-source-delete): New defuns.
5819         (auth-source-pick): Rewrite in order to avoid 2 passes.
5820         (auth-source-forget-user-or-password): New parameter USERNAME.
5821         (auth-source-user-or-password): New parameters CREATE-MISSING and
5822         DELETE-EXISTING.  Retrieve password interactively, if needed.
5823
5824 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5825
5826         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5827         deleting unused directories when gnus-expert-user is t.
5828
5829 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5832         for each temp file when gnus-article-browse-delete-temp is ask.
5833
5834 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5835
5836         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5837         Lisp calls to delete-backward-char by calls to delete-char.
5838
5839 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5840
5841         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5842
5843 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5844
5845         * password-cache.el (password-cache-remove): Fix docstring.
5846
5847 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5850         article unless decoding article to be saved.
5851
5852 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5855         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5856         generated within the mm-with-unibyte-current-buffer macro.
5857
5858 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5861         to nil when we're in a mml-preview buffer and no group is selected.
5862
5863 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5864
5865         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5866         when catching the `C-g'.  Reported by "Leo".
5867
5868 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * message.el (message-forward-make-body-plain)
5871         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5872         multibyte-string-p.
5873
5874         * lpath.el: Revert.
5875
5876 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5877
5878         * message.el (message-forward-make-body-mml): Assume original message
5879         is multibyte string; error on unibyte.
5880         (message-forward-make-body-plain): Ditto; don't add excessive newline
5881         in body end.
5882
5883         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5884
5885 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5886
5887         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5888         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5889
5890 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * mm-extern.el (mm-extern-url): Don't use
5893         mm-with-unibyte-current-buffer.
5894         (mm-extern-cache-contents): Use with-current-buffer instead of
5895         save-excursion + set-buffer.
5896
5897 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * mm-util.el (mm-emacs-mule): Remove.
5900
5901 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5902
5903         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5904         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5905         change.
5906
5907 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5910         bind the default value of enable-multibyte-characters to nil.
5911
5912 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * message.el (message-forward-make-body-plain)
5915         (message-forward-make-body-mml):
5916         Don't use mm-with-unibyte-current-buffer.
5917
5918 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5919
5920         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5921
5922 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5923
5924         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5925         (Bug#5592).
5926
5927 2010-05-07  Julien Danjou  <julien@danjou.info>
5928
5929         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5930         it to mm-pipe-part.
5931
5932         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5933         it is given.
5934
5935 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * binhex.el (binhex-decode-region-internal)
5938         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5939         (dns-query)
5940         * nnweb.el (nnweb-gmane-search)
5941         * pgg-parse.el (pgg-parse-armor)
5942         * pgg.el (pgg-verify-region)
5943         * sha1.el (sha1-string-external)
5944         * uudecode.el (uudecode-decode-region-internal)
5945         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5946         XEmacs.
5947
5948         * gnus-art.el (gnus-article-browse-html-parts)
5949         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5950         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5951         make-temp-file.
5952
5953         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5954         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5955         compiling.
5956
5957         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5958         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5959         XEmacs when compiling.
5960
5961         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5962         gnus-pick-mode-off-hook for XEmacs when compiling.
5963         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5964         gnus-binary-mode-off-hook for XEmacs when compiling.
5965
5966         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5967         Return nil if char-charset is not available.
5968
5969         * imap.el (imap-disable-multibyte)
5970         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5971         macros.
5972
5973         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5974         instead of encode-coding-string.
5975
5976         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5977         'xemacs) instead of mm-emacs-mule to switch function definitions.
5978         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5979
5980         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5981         bind temporary-file-directory for XEmacs;
5982         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5983         timer-set-function for XEmacs 21.4 and SXEmacs;
5984         bind timer-list for XEmacs 21.4 and SXEmacs;
5985         fbind char-charset and find-charset-region for non-Mule XEmacs;
5986         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5987         encode-coding-region and encode-coding-string for XEmacs having no
5988         file-coding feature.
5989
5990 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5991
5992         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5993
5994 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5997         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5998
5999 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6000
6001         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6002         alias `jka-compr-delete-temp-file' no longer exists.
6003
6004 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6005
6006         Use define-minor-mode in Gnus where applicable.
6007         * mml.el (mml-mode): Use define-minor-mode.
6008         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6009         (gnus-undo-mode): Use define-minor-mode.
6010         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6011         (gnus-dead-summary-mode): Use define-minor-mode.
6012         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6013         Initialize in declaration.
6014         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6015         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6016         (gnus-mailing-list-mode): Use define-minor-mode.
6017         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6018         (gnus-draft-mode): Use define-minor-mode.
6019         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6020         (gnus-dired-mode): Use define-minor-mode.
6021
6022 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6023
6024         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6025         handles on recursive mml-to-mime translation and check them for
6026         boundary delimiter collisions.  Reported by Greg Troxel.
6027
6028 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6031
6032 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6033
6034         * mm-util.el (mm-find-buffer-file-coding-system):
6035         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6036
6037 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6038
6039         * message.el (message-generate-headers): Record insertion of optional
6040         headers as well.  Otherwise the check to prevent repeated insertion of
6041         optional headers is a no-op.
6042
6043 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6044
6045         * smime.el: Don't mention CVS.
6046
6047         * nnrss.el (nnrss-fetch): Don't mention CVS.
6048
6049         * nnir.el: Don't mention CVS.
6050
6051 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6052
6053         * gnus-sum.el (gnus-summary-bookmark-make-record):
6054         Add `location' field.
6055
6056 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * lpath.el: Fbind bookmark-default-handler,
6059         bookmark-get-bookmark-record, bookmark-make-record-default,
6060         bookmark-prop-get for Emacs <23 and XEmacs.
6061
6062 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6063
6064         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6065         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6066         Use with-current-buffer to silence the byte-compiler.
6067         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6068         bother to require `gnus'.
6069         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6070
6071 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6072
6073         * gnus-sum.el (gnus-summary-bookmark-make-record)
6074         (gnus-summary-bookmark-jump): New functions.
6075         (gnus-summary-mode): Setup bookmark support.
6076
6077 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6078
6079         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6080         if set.
6081
6082 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6085         gnus-article-browse-html-save-cid-image; make it work recursively for
6086         forwarded messages as well.
6087         (gnus-article-browse-html-parts): Work when prefix arg is given.
6088         (gnus-article-browse-html-article): Doc fix.
6089
6090 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6091
6092         * message.el (message-default-mail-headers):
6093         (message-default-headers): Carry the value mail-default-headers over
6094         into message-default-mail-headers, rather than message-default-headers.
6095
6096 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6097
6098         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6099         charset.
6100
6101         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6102         charset into the <meta> tag when the article is encoded to utf-8.
6103
6104 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * gnus-art.el (gnus-article-browse-delete-temp-files):
6107         Delete directories as well.
6108         (gnus-article-browse-html-parts): Work for images that do not specify
6109         file names; delete temp directory when quitting; insert header at the
6110         right place; use file: scheme for image files.
6111
6112 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6113
6114         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6115         (gnus-article-browse-html-parts): Use it to make temporary cid image
6116         files in addition to html file so that browser may display them.
6117
6118 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6121
6122 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6123
6124         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6125
6126 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6127
6128         * auth-source.el (auth-sources): Change default to be simpler.
6129         Explain about Secret Service API sources.  Improve Customize options.
6130         (auth-source-pick): Change to accept any number of search parameters.
6131         Implement fallbacks iteratively, not recursively.  Add scoring on the
6132         second pass and sort by score.  Call Secret Service API when needed.
6133         (auth-source-user-or-password): Use it.  Call Secret Service API
6134         directly when needed to get the user name and the password.
6135
6136 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6137
6138         * message.el (message-interactive): Doc fix.
6139         (message-qmail-inject-args): Reflow.
6140         (message-kill-to-signature): Fix typo in docstring.
6141
6142         * smiley.el (smiley-buffer): Fix typo in docstring.
6143
6144 2010-03-24  Glenn Morris  <rgm@gnu.org>
6145
6146         * mail-source.el (gnus-message): Declare.
6147         (mail-source-delete-old-incoming): Require gnus-util.
6148
6149 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6152
6153         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6154
6155         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6156         password-cache's default if it is not bound.
6157         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6158         password-cache-expiry's default if it is not bound.
6159
6160         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6161         available in Emacs 21.
6162
6163         * lpath.el: Suppress compiler warnings for:
6164         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6165         XEmacs;
6166         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6167         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6168         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6169
6170 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6171
6172         * auth-source.el (auth-sources): Fix up definition so extra parameters
6173         are always inline.
6174
6175 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6176
6177         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6178         wasn't updated after mismatch.  Clear cached mailbox info correctly
6179         when uidvalidity changes.
6180         (nnimap-group-prefixed-name): New function to avoid some code
6181         duplication.
6182         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6183         (nnimap-request-group): Use it.
6184         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6185         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6186         with many imap folders.  This is done by caching the group status from
6187         the imap server persistently in a group parameter `imap-status'.  (This
6188         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6189         but not persistently, so every Gnus startup was still very slow.)
6190
6191 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6192
6193         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6194         delete the extra newline.  Otherwise editing of :string and :number
6195         types don't work.
6196
6197 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6198
6199         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6200         secrets.el dependency.
6201         (auth-sources): Add optional user name.  Add secrets.el configuration
6202         choice (unused right now).
6203
6204 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6205
6206         * gnus-sum.el (gnus-summary-make-menu-bar):
6207         Let `gnus-registry-install-shortcuts' fill in the functions.
6208
6209         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6210         warnings.
6211         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6212         (gnus-registry-install-shortcuts): Populate and use it in a
6213         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6214
6215 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6216
6217         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6218         In-place substitutions for the group name encoding/decoding.
6219         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6220         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6221         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6222         (nnimap-update-unseen, nnimap-request-list)
6223         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6224         (nnimap-request-set-mark, nnimap-split-to-groups)
6225         (nnimap-split-articles, nnimap-request-newgroups)
6226         (nnimap-request-create-group, nnimap-request-accept-article)
6227         (nnimap-request-delete-group, nnimap-request-rename-group)
6228         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6229         `encoded-mbx' for consistency.
6230         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6231         variable `imap-current-mailbox'.
6232
6233         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6234         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6235
6236 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6237
6238         * pop3.el (pop3-display-message-size-flag): Display message size byte
6239         counts during POP3 download.
6240         (pop3-movemail): Use it.
6241         (pop3-list): Implement listing of available messages.
6242
6243 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6244
6245         * nnir.el (nnir-get-article-nov-override-function): New function to
6246         override the normal NOV retrieval.
6247         (nnir-retrieve-headers): Use it.
6248
6249 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6250
6251         * auth-source.el (netrc-machine-user-or-password): Autoload.
6252
6253 2010-03-19  Glenn Morris  <rgm@gnu.org>
6254
6255         Stop message.el from loading about 40 libraries it doesn't always need.
6256         The general approach is to autoload rather than require, and to
6257         require in the specific functions rather than the file.  (Bug#5642)
6258
6259         * gmm-utils.el: Don't require wid-edit.
6260         (widget-create-child-value, widget-convert, widget-default-get):
6261         Autoload.
6262
6263         * gnus-util.el: Don't require time-date, netrc.
6264         (message-fetch-field, gnus-group-name-decode): Declare rather than
6265         autoloading.
6266         (gnus-fetch-field): Require message.
6267         (gnus-decode-newsgroups): Require gnus-group.
6268
6269         * ietf-drums.el: Don't require time-date.
6270
6271         * message.el: Don't require hashcash, canlock, ecomplete.
6272         Do require mail-utils.  Require nnheader only when compiling.
6273         (smtpmail-default-smtp-server): Remove declaration.
6274         (message-send-mail-function): Check smtpmail-default-smtp-server
6275         is bound rather than requiring smtpmail.
6276         (message-auto-save-directory, message-insert-signature):
6277         Use expand-file-name rather than nnheader-concat.
6278         (nnheader-insert-file-contents): Autoload.
6279         (hashcash-wait-async): Declare.
6280         (message-send-mail): Only call gnus-setup-posting-charset if
6281         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6282         (message-send-mail-with-sendmail): Require sendmail.
6283         (canlock-password, canlock-password-for-verify): Declare.
6284         (message-canlock-password): Require canlock.
6285         (nnheader-get-report): Autoload.
6286         (gnus-setup-posting-charset): Declare.
6287         (message-send-news): Require gnus-msg.
6288         (message-make-references, message-make-in-reply-to): Use mail-header-id
6289         rather than the alias mail-header-message-id.
6290         (ecomplete-add-item, ecomplete-save): Declare.
6291         (message-put-addresses-in-ecomplete): Require ecomplete.
6292         (ecomplete-display-matches): Autoload.
6293
6294         * mm-decode.el: Don't require mailcap, gnus-util.
6295         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6296         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6297         Autoload.
6298         (mailcap-mime-extensions): Declare.
6299
6300         * mm-encode.el: Don't require mailcap.
6301         (mailcap-extension-to-mime): Autoload.
6302
6303         * mml-sec.el: Don't require password-cache.
6304
6305         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6306         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6307         (mml-minibuffer-read-type): Require mailcap.
6308         (mml-preview): Require gnus-msg.
6309
6310         * mml1991.el: Require password-cache.
6311         (password-cache-expiry): Remove declaration.
6312
6313         * mml2015.el: Require password-cache.
6314         (password-cache-expiry): Remove declaration.
6315
6316         * nneething.el (mailcap): Require mailcap.
6317
6318         * nnheader.el (declare-function): Add compatibility stub.
6319         (message-remove-header): Declare rather than autoload.
6320         (nnheader-replace-header): Require message.
6321
6322         * nnimap.el (declare-function): Add compatibility stub.
6323         (netrc-parse, netrc-machine-user-or-password): Declare.
6324         (nnimap-open-connection): Require netrc.
6325
6326         * nntp.el (declare-function): Add compatibility stub.
6327         (netrc-parse, netrc-machine, netrc-get): Declare.
6328         (nntp-send-authinfo): Require netrc.
6329
6330         * rfc2047.el: Don't require qp.
6331         (quoted-printable-encode-region, quoted-printable-decode-string):
6332         Autoload.
6333
6334         * sieve-mode.el: Don't require easymenu.
6335         (easy-menu-add-item): Autoload it.
6336
6337         * spam-stat.el (time-to-number-of-days): Autoload it.
6338
6339 2010-03-19  Glenn Morris  <rgm@gnu.org>
6340
6341         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6342
6343 2010-03-18  Glenn Morris  <rgm@gnu.org>
6344
6345         * hashcash.el (declare-function): Remove duplicate definition.
6346
6347 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6348
6349         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6350         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6351         value if any backslash escapes).
6352
6353 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6356         if it is available.  (bug#5647)
6357
6358         * lpath.el: Suppress compiler warning for coding-system-from-name for
6359         Emacs 21 and XEmacs.
6360
6361 2010-03-14  Juri Linkov  <juri@jurta.org>
6362
6363         * hmac-def.el:
6364         * hmac-md5.el:
6365         * netrc.el: Fix keywords.
6366
6367 2010-02-26  Glenn Morris  <rgm@gnu.org>
6368
6369         * message.el (message-send-mail-function): Change the default, so that
6370         it inherits from a customized send-mail-function.  (Bug#5643)
6371
6372 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6373
6374         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6375         shell-command-to-string signals an error (bug#5299).
6376
6377 2010-02-24  Glenn Morris  <rgm@gnu.org>
6378
6379         * message.el (message-smtpmail-send-it)
6380         (message-send-mail-with-mailclient): Doc fixes.
6381
6382 2010-02-16  Glenn Morris  <rgm@gnu.org>
6383
6384         * message.el (message-default-mail-headers): Change the default value
6385         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6386
6387 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6390         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6391
6392 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6393
6394         * time-date.el (date-to-time): Doc fix (Bug#5408).
6395
6396 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6397
6398         * message.el (message-mail): Just pass yank-action on to message-setup.
6399         (message-setup): Handle (FUN . ARGS) form of yank-action.
6400         (message-with-reply-buffer, message-widen-reply)
6401         (message-yank-original): Handle non-buffer values of
6402         message-reply-buffer (Bug#4080).
6403         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6404
6405 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6406
6407         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6408         Fix typo in docstring.
6409
6410 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6411
6412         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6413         response.
6414
6415 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6418
6419         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6420
6421         * message.el (message-check-news-header-syntax): Protect against a
6422         string that `rfc822-addresses' returns when parsing fails.
6423
6424 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6427         (gnus-previous-char-property-change): New functions.
6428
6429         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6430
6431 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6432
6433         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6434         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6435
6436 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6437
6438         * message.el (message-exchange-point-and-mark): Rework last change to
6439         avoid using optional arg of exchange-point-and-mark, for backward
6440         compatibility.
6441
6442 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6443
6444         * message.el (message-exchange-point-and-mark):
6445         Call exchange-point-and-mark with an argument rather than setting
6446         mark-active by hand (Bug#5175).
6447
6448 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6449
6450         * nntp.el (nntp-service-to-port): Work for service expressed with
6451         numeric string; replace [:digit:] with [0-9] for XEmacs.
6452
6453 2009-12-17  Glenn Morris  <rgm@gnu.org>
6454
6455         * gnus-group.el (gnus-bug-group-download-format-alist):
6456         Change emacs entry to debbugs.gnu.org.  Bump :version.
6457
6458 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6459
6460         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6461
6462 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6463
6464         * message.el (message-info): Explain why we use `Info-goto-node'.
6465
6466 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6469
6470 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6471
6472         * message.el (message-completion-in-region): New compatibility function.
6473         (message-expand-group): Use it.
6474
6475 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6478         with no unread article should be listed if the 2nd arg `predicate' is
6479         given.
6480
6481 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6482
6483         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6484
6485 2009-11-29  Juri Linkov  <juri@jurta.org>
6486
6487         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6488         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6489         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6490
6491 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6492
6493         * sha1.el (sha1-string-external): default-directory "/" in case
6494         otherwise non-existent.  process-connection-type pipe for touch of
6495         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6496
6497 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6498
6499         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6500         it's comms related and sgml-mode.el has "comm" on that basis too.
6501
6502 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6505         containing tspecial characters if they have been already quoted.
6506
6507 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6508
6509         * dns-mode.el (auto-mode-alist): Purecopy string.
6510
6511 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6512
6513         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6514
6515 2009-10-24  Glenn Morris  <rgm@gnu.org>
6516
6517         * gnus-art.el (help-xref-stack-item): Define for compiler.
6518
6519 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6520
6521         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6522
6523 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6524
6525         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6526
6527 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6530         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6531
6532 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6535         (gnus-overlays-in): New alias to overlays-in.
6536
6537         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6538         gnus-overlay-get, and gnus-delete-overlay.
6539         (gnus-summary-show-thread): Make it work as well for systems in which
6540         next-single-char-property-change is not available.
6541         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6542
6543         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6544         (gnus-overlay-get): New alias to extent-property.
6545         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6546
6547         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6548         SXEmacs.
6549
6550         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6551         SXEmacs.
6552
6553 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6554
6555         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6556
6557 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6558
6559         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6560         and XEmacs that don't have `remove-overlays'.
6561
6562 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6563
6564         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6565         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6566         selective display.  Use overlays instead.
6567
6568 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6569
6570         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6571
6572 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6573
6574         * spam-stat.el (spam-stat-load): Fix typo in message.
6575
6576 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6577
6578         * dig.el (dig-invoke): Fix typo in docstring.
6579         (query-dig): Reflow docstring.
6580
6581 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6582
6583         * gnus-art.el (gnus-article-encrypt-body):
6584         * message.el (message-check-recipients):
6585         * mm-util.el (mm-codepage-setup):
6586         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6587         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6588
6589 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6590
6591         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6592         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6593         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6594         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6595         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6596
6597 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6598
6599         * dig.el: Add "Keywords: comm", as per net-utils.el.
6600
6601 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6602
6603         * dig.el (dig-mode): Use define-derived-mode.
6604
6605 2009-09-19  Glenn Morris  <rgm@gnu.org>
6606
6607         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6608
6609 2009-09-18  Glenn Morris  <rgm@gnu.org>
6610
6611         * gnus-diary.el (gnus-diary-check-message):
6612         * message.el (message-insert-formatted-citation-line):
6613         * nnbabyl.el (top-level):
6614         * nndiary.el (nndiary-schedule):
6615         Fix typos in condition-case handlers.
6616
6617 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6618
6619         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6620         configuration that provides the sole article window in a frame;
6621         position point correctly after deleting a part.
6622
6623 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6624
6625         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6626         (spam-resolve-registrations-routine): Use it to unregister articles
6627         that change status.
6628
6629 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6630
6631         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6632         with XEmacs.
6633         (parse-time-string-chars): Use it.
6634
6635 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6636
6637         * imap.el (imap-interactive-login): Better messages.
6638         (imap-open): Fix bug with renamed buffer on reconnect.
6639         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6640         for easier debugging and cleaner code.  On successful (guessed based on
6641         server capabilities) secondary authentication, set imap-state
6642         correctly.
6643         (imap-last-authenticator): Define imap-last-authenticator as a variable
6644         to avoid warnings.
6645
6646 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * nnrss.el (nnrss-request-article): Remove binding of
6649         default-enable-multibyte-characters that has gotten needless by
6650         the 2007-07-13 change in rfc2047-encode-message-header.
6651
6652         * mml.el (mml-insert-multipart): Error on the message header.
6653         (mml-insert-part): Error on the message header; position point at
6654         the end of a MIME tag.
6655
6656 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6657
6658         * time-date.el (autoload): Expand define-obsolete-function-alias into
6659         defalias and make-obsolete for old Emacsen that Gnus supports.
6660         (with-no-warnings): Define it for old Emacsen.
6661         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6662         is available.
6663         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6664         float-time is available; suppress compile warning for time-to-seconds.
6665
6666         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6667         (gnus-float-time): Alias to float-time if it exists.
6668
6669         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6670         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6671         float-time is available; suppress compile warning for time-to-seconds.
6672
6673         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6674         XEmacs.
6675
6676 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6677
6678         * imap.el (imap-message-map): Docstring fix.
6679
6680 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6683         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6684         Add the optional argument `encoding' that overrides the default.
6685
6686         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6687         mm-encode-buffer.
6688
6689 2009-09-04  Glenn Morris  <rgm@gnu.org>
6690
6691         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6692         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6693         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6694         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6695         * mm-util.el (mm-with-unibyte-current-buffer)
6696         (mm-find-buffer-file-coding-system):
6697         * yenc.el (yenc-decode-region): Use default-value rather than
6698         default-enable-multibyte-characters.
6699
6700 2009-09-03  Glenn Morris  <rgm@gnu.org>
6701
6702         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6703         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6704         than default-enable-multibyte-characters.
6705
6706 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6707
6708         * gnus-art.el (gnus-article-read-summary-keys):
6709         Fix gnus-buffer-configuration's value temporarily used.
6710
6711 2009-09-02  Glenn Morris  <rgm@gnu.org>
6712
6713         * gnus-util.el (gnus-float-time): New function.
6714         * gnus-delay.el (gnus-delay-article):
6715         * gnus-sum.el (gnus-thread-latest-date):
6716         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6717         * nnspool.el (nnspool-request-newgroups):
6718         Use gnus-float-time rather than time-to-seconds.
6719         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6720
6721         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6722         (gnus-header-subject-face, gnus-header-newsgroups-face)
6723         (gnus-header-name-face, gnus-header-content-face):
6724         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6725         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6726         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6727         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6728         (gnus-cite-face-11):
6729         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6730         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6731         (gnus-server-closed-face, gnus-server-denied-face)
6732         (gnus-server-offline-face):
6733         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6734         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6735         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6736         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6737         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6738         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6739         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6740         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6741         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6742         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6743         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6744         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6745         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6746         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6747         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6748         (gnus-summary-high-undownloaded-face)
6749         (gnus-summary-low-undownloaded-face)
6750         (gnus-summary-normal-undownloaded-face)
6751         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6752         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6753         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6754         (gnus-splash-face):
6755         * message.el (message-header-to-face, message-header-cc-face)
6756         (message-header-subject-face, message-header-newsgroups-face)
6757         (message-header-other-face, message-header-name-face)
6758         (message-header-xheader-face, message-separator-face)
6759         (message-cited-text-face, message-mml-face):
6760         * sieve-mode.el (sieve-control-commands-face)
6761         (sieve-action-commands-face, sieve-test-commands-face)
6762         (sieve-tagged-arguments-face):
6763         * spam.el (spam-face):
6764         Mark face aliases with "-face" in the name as obsolete.
6765
6766 2009-09-01  Glenn Morris  <rgm@gnu.org>
6767
6768         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6769         than goto-line.
6770
6771 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6772
6773         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6774         Don't move point if the command is invoked inside the message header.
6775
6776 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6777
6778         * imap.el (imap-send-command): Simplify.
6779         (imap-wait-for-tag): point-max -> buffer-size.
6780
6781 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6782
6783         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6784         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6785         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6786         * nnir.el (nnir-swish-e-index-file):
6787         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6788         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6789         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6790         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6791         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6792         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6793
6794 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6797         Don't save excursion.
6798
6799 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6800
6801         * nnheader.el (nnheader-find-file-noselect):
6802         * mm-util.el (mm-insert-file-contents):
6803         Use (default-value 'major-mode) instead of default-major-mode.
6804
6805 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6806
6807         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6808
6809 2009-08-26  Glenn Morris  <rgm@gnu.org>
6810
6811         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6812         than placing in files.el.
6813
6814 2009-08-25  Glenn Morris  <rgm@gnu.org>
6815
6816         * nnir.el (top-level): Don't require cl at run-time.
6817         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6818         Replace cl-function substitute with gnus-replace-in-string.
6819         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6820         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6821         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6822         simplified expansions.
6823
6824 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6825
6826         * dig.el (dig): Add autoload cookie.
6827
6828 2009-08-22  Glenn Morris  <rgm@gnu.org>
6829
6830         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6831         goto-line.
6832
6833 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6834
6835         * parse-time.el (parse-time-string-chars): Save match data.
6836
6837 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6838
6839         * parse-time.el (parse-time-string-chars): Compute using character
6840         classes, to handle non-ascii characters (Bug#3190).
6841
6842 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6845
6846         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6847         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6848         (gnus-mm-display-part, gnus-mime-display-single)
6849         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6850         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6851
6852         * gnus-sum.el
6853         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6854         (gnus-summary-move-article): Add expirable mark to articles copied or
6855         moved to group that has auto-expire turned on if the option is non-nil.
6856
6857 2009-07-24  Glenn Morris  <rgm@gnu.org>
6858
6859         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6860         Fix typo.  (Bug#3903)
6861
6862 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6865         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6866         that should not be used for draft articles.
6867         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6868         that has no concern in minor mode keys.
6869         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6870         Abolish.
6871
6872 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6875         article without making inquiry to a user for unknown encoding.
6876
6877         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6878         (nnmaildir--scan): Assume i-node and device number that file-attributes
6879         returns might be cons-cell.
6880
6881         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6882
6883         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6884
6885 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6886
6887         * auth-source.el: Remove docs now in auth.texi.  Don't use
6888         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6889         `auth-source-hide-passwords' and use them.
6890
6891 2009-07-15  Glenn Morris  <rgm@gnu.org>
6892
6893         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6894
6895 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6898         excessive whitespace from the default values of title and description.
6899
6900 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6903         mail-fetch-field to fetch Content-Description header in order to
6904         exclude newlines.
6905
6906 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6907
6908         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6909         format used by GnuPG 2.0.11.
6910
6911 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6914         to deleted part.
6915
6916 2009-05-30  David Engster  <dengste@eml.cc>
6917
6918         * nnmairix.el: Remove old documentation in the commentary block.
6919         (nnmairix-request-group): Do not update active file for nnml back ends.
6920         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6921         end so that overview files are ignored.
6922         (nnmairix-update-groups): Make updating the groups more robust by using
6923         marks.
6924         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6925         with dollar characters in message-id.
6926
6927 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6928
6929         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6930         2008-12-25 in dns.el.
6931
6932 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6933
6934         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6935         could happen if the text is only composed of spaces and/or tabs.
6936
6937 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6938
6939         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6940         when sending a queued message to avoid extra mml tags.
6941
6942 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6945
6946 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6949         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6950         rmail-toggle-header for XEmacs;
6951         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6952
6953 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6954
6955         * gnus-dired.el: Remove autoload for gnus-setup-message.
6956         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6957         displaying Gnus logo; always use compose-mail.
6958
6959 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6962
6963 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6966         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6967         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6968         available.
6969         (gnus-nocem-epg-verify): New function.
6970
6971 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6974
6975 2009-02-15  Glenn Morris  <rgm@gnu.org>
6976
6977         * gnus-util.el (rmail-insert-rmail-file-header)
6978         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6979         autoloads.
6980         (rmail-default-rmail-file): Remove unnecessary declaration.
6981         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6982
6983 2009-02-14  Glenn Morris  <rgm@gnu.org>
6984
6985         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6986         variable (only used in gnus-util, which declares it anyway).
6987         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6988         which was only needed by gnus-art (changed to not use it any more).
6989         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6990         only used in gnus-util, which autoloads it itself.
6991         (rmail-update-summary): Fix autoload.
6992
6993         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6994         rather than rmail-output-to-rmail-file.
6995
6996 2009-02-07  Glenn Morris  <rgm@gnu.org>
6997
6998         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6999         autoload of function that no longer exists.
7000         (rmail-toggle-header): Declare.
7001         (message-forward-rmail-make-body): Handle mbox Rmail.
7002
7003 2009-01-31  Glenn Morris  <rgm@gnu.org>
7004
7005         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7006         2009-01-09 change.
7007
7008 2009-01-31  Dave Love  <fx@gnu.org>
7009
7010         * imap.el (imap-fetch-safe): Bind debug-on-error.
7011         (imap-debug): Add imap-fetch-safe.
7012
7013 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7014
7015         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7016         (auth-source-forget-all-cached): New convenience function.
7017         (auth-source-user-or-password): Accept list of modes or a single mode.
7018
7019         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7020         auth-source modes.
7021
7022         * netrc.el (netrc-machine-user-or-password): Use list of
7023         auth-source modes.
7024
7025         * nnimap.el (nnimap-open-connection): Use list of
7026         auth-source modes.
7027
7028         * nntp.el (nntp-send-authinfo): Use list of
7029         auth-source modes.
7030
7031 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7032
7033         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7034         now.
7035
7036 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7039         coding system in XEmacs; add a workaround for XEmacs.
7040
7041         * lpath.el: Fbind coding-system-aliasee.
7042
7043 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7044
7045         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7046         of current-language-environment.
7047
7048 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7049
7050         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7051         available at runtime.
7052
7053 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7054
7055         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7056
7057 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7058
7059         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7060         the greatest positive fixnum value doesn't work under an XEmacs with
7061         bignum support; use the most-positive-fixnum constant instead,
7062         available since Emacs 21.1 with cl and XEmacs 21.1.
7063
7064 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7067         XEmacs gets not to work.
7068
7069 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * mm-util.el (mm-coding-system-priorities): Allow the value like
7072         "Japanese (UTF-8)" of current-language-environment.
7073
7074 2009-01-09  Glenn Morris  <rgm@gnu.org>
7075
7076         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7077         with last-command-event.
7078
7079 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7080
7081         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7082         in the doc string.
7083
7084         * message.el (message-fix-before-sending): Amend comment.
7085
7086 2009-01-08  Dave Love  <fx@gnu.org>
7087
7088         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7089
7090 2009-01-07  David Engster  <dengste@eml.cc>
7091
7092         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7093         simplified server definitions by converting it via
7094         gnus-server-to-method.
7095
7096 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7099         parameter's operands.
7100
7101 2009-01-06  David Engster  <dengste@eml.cc>
7102
7103         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7104         primary select method (for gnus-group-mark-article-as-read).
7105
7106 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7107
7108         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7109         `(gnus)Face', not `(gnus)X-Face'.
7110
7111 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * mm-util.el (mm-ucs-to-char): New function.
7114
7115         * mm-url.el (mm-url-decode-entities): Use it.
7116
7117         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7118         unicode-to-char.
7119
7120 2009-01-05  Dave Love  <fx@gnu.org>
7121
7122         * time-date.el: Require cl for `declare'.
7123
7124 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7125
7126         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7127         Dave Love.
7128
7129 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7130
7131         * message.el (message-fix-before-sending): Add `eight-bit' to
7132         illegible-text check.
7133
7134 2009-01-03  Michael Olson  <mwolson@gnu.org>
7135
7136         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7137         `headers' is nil.  This can occur if the IMAP server does not have
7138         permissions to read messages from a folder, but can write new messages
7139         to the folder.
7140         (nnimap-request-article-part): Do not insert `data' if it is nil.
7141
7142         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7143         characters which will confuse `read', so skip past them.
7144
7145 2009-01-01  Dave Love  <fx@gnu.org>
7146
7147         * imap.el (imap-string-to-integer): Fix typo.
7148         (imap-fetch-safe): New function.
7149         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7150
7151         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7152
7153         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7154         (imap-parse-greeting): Fix doc strings.
7155         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7156         (imap-parse-flag-list): Make messages unique.
7157         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7158
7159         * nnimap.el: Fix author email.
7160         (nnimap-split-rule): Add FIXME comment.
7161         (nnimap-debug): Fix doc string.
7162
7163 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7164
7165         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7166
7167 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7168
7169         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7170         nslookup if resolv.conf isn't available.
7171         (dns-query): Rename from query-dns.
7172         (dns-query-cached): Rename from query-dns-cached.
7173
7174 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7177         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7178         to check if those variables exist (first appeared in Emacs 18.50).
7179
7180 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * mm-util.el (mm-line-number-at-pos): New function.
7183
7184         * spam-report.el (spam-report-process-queue): Use it.
7185
7186 2008-12-24  David Engster  <dengste@eml.cc>
7187
7188         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7189         parameters that haven't existed as variables as buffer-local variables.
7190
7191 2008-12-23  Dave Love  <fx@gnu.org>
7192
7193         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7194         cadar.
7195
7196         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7197         imap-starttls-p.
7198         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7199
7200 2008-12-22  Dave Love  <fx@gnu.org>
7201
7202         * imap.el: Fix author email.  Doc fixes.
7203         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7204         reply.
7205
7206 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7207
7208         * spam-report.el (spam-report-gmane-max-requests): New constant.
7209         (spam-report-gmane-wait): New variable.
7210         (spam-report-gmane-ham, spam-report-gmane-spam)
7211         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7212         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7213         the server.
7214
7215         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7216         Add explanations.
7217
7218         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7219         nnheader-accept-process-output and nnheader-read-timeout if available.
7220         (pop3-movemail): Use it.
7221
7222         * message.el (message-check-news-body-syntax): Fix signature check if
7223         there's an attachment.
7224
7225 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * mm-util.el: Add comments to the mm- emulating functions.
7228
7229 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7230
7231         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7232         Reported by Stephen Berman <stephen.berman@gmx.net>.
7233
7234 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * mm-util.el (mm-substring-no-properties): New function.
7237         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7238         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7239         (mm-string-to-multibyte): Doc fix.
7240
7241         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7242
7243 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7244
7245         * mml.el (mml-attach-file): Strip text properties from file name.
7246         (Bug#1574)
7247
7248 2008-12-16  Glenn Morris  <rgm@gnu.org>
7249
7250         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7251
7252 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7255         knows since the charset specified might be a bogus alias that
7256         mm-charset-synonym-alist provides.
7257
7258 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7259
7260         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7261         "ISO_8859-1".
7262
7263         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7264
7265 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7266
7267         * mm-util.el (mm-charset-eval-alist):
7268         Define it before mm-charset-to-coding-system.
7269         (mm-charset-to-coding-system): Add optional argument `silent';
7270         define it before mm-charset-override-alist.
7271         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7272         default value if it can be used in Emacs currently running;
7273         silence mm-charset-to-coding-system.
7274
7275 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7278         `allow-override' which says whether to use `mm-charset-override-alist'.
7279         (rfc2047-decode-encoded-words): Use it.
7280
7281         * mm-util.el (mm-charset-override-alist): Fix custom type;
7282         add `(gb2312 . gbk)' to choices.
7283
7284 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7287         fast.
7288
7289         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7290
7291         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7292
7293 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7294
7295         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7296         on links.
7297
7298         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7299
7300 2008-12-03  Lute Kamstra  <lute@gnu.org>
7301
7302         * sha1.el: Remove leading * from docstrings of defcustoms,
7303         deffaces, defconsts and defuns.
7304
7305 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7308         users' addresses that don't have domain parts.
7309         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7310         rather than message-narrow-to-head since there will be the message
7311         header separator.
7312
7313 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7314
7315         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7316         since the result is inserted in a unibyte buffer anyway.
7317         (nnimap-demule-use-string-to-multibyte): Remove.
7318         (nnimap-demule): Alias it to mm-string-to-multibyte.
7319
7320 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7321
7322         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7323         variable for debugging bug#464 and bug#1174.
7324         (nnimap-demule): Use it.
7325
7326 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7327
7328         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7329         score calculation correctly.
7330
7331 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7332
7333         * message.el (message-send-mail): Just set the buffer to unibyte
7334         rather than use mm-with-unibyte-current-buffer which does a lot more.
7335         (message-send-mail-partially): Don't bother with
7336         mm-with-unibyte-current-buffer since it's already been made unibyte by
7337         message-send-mail.
7338
7339 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7340
7341         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7342
7343 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7344
7345         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7346
7347 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7350         require itself and to remove `with-no-warnings'.
7351
7352 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7353
7354         * starttls.el (starttls-any-program-available): Get the name of the
7355         available TLS layer program.
7356         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7357         well as the host name in the "opening" message.
7358
7359         * auth-source.el (auth-source-cache, auth-source-do-cache)
7360         (auth-source-user-or-password): Cache passwords and logins by default,
7361         allow override with `auth-source-do-cache'.
7362         (auth-source-forget-user-or-password): Allow users to remove cache
7363         entries if needed.
7364
7365 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7366
7367         * md4.el (md4-buffer): Fix typo in docstring.
7368         (md4, md4-64): Doc fixes.
7369         (md4-pack-int32): Reflow docstring.
7370
7371 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7372
7373         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7374         condition-case to only the forward-sexp call.
7375
7376 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7377
7378         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7379         quotes contained.  Make it more robust regardless by an extra
7380         condition-case wrapper.
7381
7382 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7383
7384         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7385
7386 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * nnml.el (nnml-request-expire-articles): Check if the function set to
7389         `nnmail-expiry-target' returns the symbol `delete'.
7390
7391         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7392
7393         * nnmail.el (nnmail-expiry-target): Fix custom type.
7394
7395 2008-10-02  Glenn Morris  <rgm@gnu.org>
7396
7397         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7398         Silence compiler warning.
7399
7400 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7401
7402         * tls.el (open-tls-stream): Show the actual command being
7403         executed, instead of the format string.
7404
7405 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * lpath.el: Fbind codepage-setup for Emacs 23.
7408
7409 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7410
7411         * mml.el (mml-menu): Don't assume mml2015 is bound.
7412
7413 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7416         exists.
7417
7418 2008-09-27  Glenn Morris  <rgm@gnu.org>
7419
7420         * gnus-util.el (mail-header-remove-comments): Autoload it.
7421
7422 2008-09-27  Andreas Schwab  <schwab@suse.de>
7423
7424         * gnus-util.el (gnus-split-references): Strip comments.
7425         (gnus-parent-id): Likewise.
7426
7427 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7428
7429         * message.el (message-confirm-send): Fix version.
7430
7431 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * message.el (message-idna-to-ascii-rhs-1): Use
7434         mail-extract-address-components rather than mail-header-parse-addresses
7435         that is an alias by default to ietf-drums-parse-addresses that does not
7436         support non-ASCII names in headers' contents.
7437
7438 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7439
7440         * message.el (message-confirm-send): Fix variable documentation to
7441         avoid the "y/n" wording.
7442
7443 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7444
7445         * message.el (message-set-auto-save-file-name): Save to a different
7446         filename so multiple messages (especially drafts) can be recovered.
7447
7448 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7449
7450         * message.el (message-confirm-send): Add appropriate version.
7451
7452 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7453
7454         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7455         defvar.
7456
7457 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7458
7459         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7460         (mm-pkcs7-enveloped-magic): Ditto.
7461
7462 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7463
7464         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7465         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7466
7467 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7468
7469         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7470         default, it's better.
7471
7472 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7473
7474         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7475         summary line gnus-number property and ignore them (with a warning
7476         message).
7477
7478 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7479
7480         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7481         macro caddr in the interactive form since it won't be expanded.
7482
7483 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7484
7485         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7486         `charset'; fix name of function called recursively.
7487         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7488
7489 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7490
7491         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7492         (gnus-mime-set-charset-parameters): New function.
7493         (gnus-mime-view-part-as-charset): Use it to correctly display part
7494         specifying wrong charset.
7495
7496 2008-09-08  David Engster  <dengste@eml.cc>
7497
7498         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7499         in completing-read for back end server.
7500
7501 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7502
7503         * message.el (message-confirm-send): New variable to confirm sending a
7504         message.
7505         (message-send): Use it.
7506
7507 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7508
7509         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7510
7511 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7514
7515 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7516
7517         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7518         prevent tracking too many groups.
7519         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7520         Use it.
7521
7522 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7523
7524         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7525         moving point to the bottom of the window in order to avoid recentering.
7526
7527 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7530
7531         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7532         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7533         (gnus-article-beginning-of-window): Fix calculation.
7534
7535 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * gnus-msg.el (gnus-summary-supersede-article)
7538         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7539         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7540         message header.
7541
7542 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7543
7544         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7545         pending output coming after the status change.
7546
7547 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7548
7549         * message.el:
7550         * gnus-start.el:
7551         * gnus-registry.el: Remove VMS support.
7552
7553 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7556         macro.
7557         (rfc2104-hash): Use it.
7558
7559 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7560
7561         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7562         (gnus-summary-sort-by-most-recent-date): New commands.
7563         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7564         and menu entries.
7565
7566 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7569         don't redisplay article for raw contents; remove plural articles stuff.
7570
7571         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7572         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7573         on gnus-summary-save-article; display results properly.
7574
7575 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * lpath.el: No need to fbind ns-focus-frame.
7578
7579 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7582
7583 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * gnus-art.el (gnus-summary-save-in-pipe):
7586         Consider gnus-save-all-headers.
7587
7588 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7589
7590         * gnus-util.el (ns-focus-frame): Remove declaration.
7591         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7592         like x.
7593
7594 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7595
7596         * rfc2104.el (rfc2104-zero): Delete defconst.
7597         (rfc2104-hex-alist): Likewise.
7598         (rfc2104-hex-to-int): Delete func.
7599         (rfc2104-hexstring-to-bitstring): Likewise.
7600         (rfc2104-nybbles): New defconst.
7601         (rfc2104-hash): Rewrite for speed.
7602
7603 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7604
7605         * tls.el (open-tls-stream): Make it work with the 2nd argument
7606         BUFFER that is a string but does not exist as a buffer object, as
7607         mentioned in the doc-string.
7608
7609 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7612         SXEmacs.
7613
7614 2008-07-16  Glenn Morris  <rgm@gnu.org>
7615
7616         * gnus-util.el (ns-focus-frame): Declare for compiler.
7617
7618 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7619
7620         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7621         set as a group parameter.
7622         (gnus-summary-save-in-pipe): Work when it is called independently.
7623         (gnus-summary-pipe-to-muttprint): Don't modify
7624         gnus-summary-pipe-output-default-command.
7625
7626 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7627
7628         * message.el (message-send-mail-with-sendmail):
7629         Display the error message.
7630
7631 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * gnus-art.el (gnus-default-article-saver):
7634         Add gnus-summary-save-in-pipe to choices.
7635         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7636         gnus-summary-pipe-output-default-command as the default command.
7637         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7638         instead of gnus-last-shell-command.
7639
7640         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7641         New user option.
7642         (gnus-summary-muttprint-program): Mention the value will be changed.
7643         (gnus-summary-save-article): Force showing of all headers.
7644         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7645
7646 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7647
7648         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7649
7650 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7651
7652         * nnimap.el (nnimap-id):
7653         * sieve-manage.el (sieve-manage-open): Doc fixes.
7654
7655 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7656
7657         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7658         if available.
7659
7660 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7661
7662         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7663
7664         * nnkiboze.el (nnkiboze-generate-group):
7665         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7666
7667         * nnmairix.el: Require CL.
7668
7669 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * dgnushack.el: Autoload get-display-table and put-display-table for
7672         XEmacs 21.5.
7673
7674         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7675         21.4 and SXEmacs.
7676
7677 2008-06-15  David Engster  <dengste@eml.cc>
7678
7679         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7680
7681 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7682
7683         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7684         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7685         runtime choice under XEmacs.
7686
7687         * gnus-sum.el (gnus-summary-set-display-table):
7688         Use `gnus-put-display-table', `gnus-get-display-table',
7689         `gnus-set-display-table' for the display table, instead of `aset'.
7690
7691         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7692         Use `gnus-put-display-table', `gnus-get-display-table',
7693         `gnus-set-display-table' for the display table.
7694
7695 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7696
7697         * nnmairix.el: Add autoloads.
7698
7699 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * nnmairix.el (nnmairix-delete-recreate-group)
7702         (nnmairix-update-and-clear-marks): Fix error messages.
7703
7704 2008-06-14  David Engster  <dengste@eml.cc>
7705
7706         * nnmairix.el: Upgrade to version 0.6.
7707         (nnmairix-group-toggle-propmarks-this-group)
7708         (nnmairix-group-toggle-readmarks-this-group)
7709         (nnmairix-group-delete-recreate-this-group)
7710         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7711         (nnmairix-remove-tick-mark-original-article): New commands.
7712         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7713         (nnmairix-propagate-marks-to-nnmairix-groups)
7714         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7715         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7716         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7717         functions needed for marks propagation and manipulation of read marks.
7718         (nnmairix-update-groups): New function.
7719         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7720         (nnmairix-determine-original-group-from-registry)
7721         (nnmairix-determine-original-group-from-path)
7722         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7723         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7724         New helper functions.
7725         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7726         keystrokes for new commands.
7727         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7728         (nnmairix-request-group): Check allow-fast group parameter.
7729         (nnmairix-request-create-group): Set allow-fast group parameter if
7730         nnmairix-allowfast-default is set.
7731         (nnmairix-close-group): Propagate marks upon closing if needed.
7732         (nnmairix-group-toggle-threads-this-group): Use new.
7733         nnmairix-group-toggle-parameter helper function.
7734         (nnmairix-search): Better check for empty search result.
7735         (nnmairix-goto-original-article): Use new helper functions for
7736         determining original article.
7737         (nnmairix-show-original-article): Make sure message-id is in brackets.
7738         (nnmairix-call-mairix-binary): Change variable name.
7739         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7740         helper function.
7741         (nnmairix-widget-toggle-activate): Fix doc string.
7742
7743 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * nnir.el: Require edmacro when compiling with XEmacs.
7746         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7747         available in Emacs 21.
7748
7749 2008-06-11  Glenn Morris  <rgm@gnu.org>
7750
7751         * gnus-util.el (x-focus-frame):
7752         * gnus.el (image-size):
7753         * mm-decode.el (image-size): Declare.
7754
7755         * gnus-picon.el (declare-function): Add compat definition.
7756         (image-size): Declare.
7757
7758         * gnus-group.el (tool-bar-map):
7759         * gnus-sum.el (tool-bar-map): Define for compiler.
7760
7761         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7762
7763         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7764
7765         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7766         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7767         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7768         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7769         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7770         * sieve-manage.el, spam-report.el, spam.el:
7771         Remove unnecessary eval-and-compile of autoloads.
7772
7773 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7774
7775         * auth-source.el: Precise Tramp doc.
7776
7777 2008-06-07  Glenn Morris  <rgm@gnu.org>
7778
7779         * nnmairix.el: Remove unnecessary eval-when-compile.
7780
7781 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7782
7783         * lpath.el: Fbind propertize for XEmacs 21.4.
7784
7785 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7786
7787         * nnir.el: Move here from ../contrib.
7788
7789 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7790
7791         * gnus-util.el (gnus-read-shell-command): New function.
7792         * mm-decode.el (mm-pipe-part):
7793         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7794
7795 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7796
7797         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7798
7799 2008-06-03  Glenn Morris  <rgm@gnu.org>
7800
7801         * pop3.el (nnheader-accept-process-output): Autoload it.
7802
7803 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7806         are not 2-digit hexadecimal characters that follow `%'s.
7807
7808 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7809
7810         * message.el (message-bogus-recipient-p): Fix type in doc string.
7811         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7812         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7813         Improve custom options.
7814         (message-bogus-recipient-p): Adjust accordingly.
7815
7816 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7817
7818         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7819         long-form month and day names.
7820
7821 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * dgnushack.el: Autoload debug, eudc-expand-inline and
7824         pgg-snarf-keys-region for XEmacs.
7825
7826         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7827
7828         * nnmairix.el: Require edmacro when compiling with XEmacs.
7829
7830 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7831
7832         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7833         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7834
7835 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7836
7837         * auth-source.el: Add more docs.
7838
7839         * netrc.el (netrc-machine): Always match if the port is not given.
7840
7841 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7842
7843         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7844         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7845         retrieval faster in some cases, but might make CPU usage larger.
7846         If this has any bad side effects, we might revert this change.
7847
7848         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7849         seems to make mail retrieval much, much faster.
7850         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7851         unconditionally.
7852
7853         * gnus-draft.el (gnus-group-send-queue):
7854         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7855
7856 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7859
7860         * message.el (message-bogus-address-regexp): Fix and improve custom
7861         type.
7862         (message-setup-hook): Add message-check-recipients as custom option.
7863
7864 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * message.el (message-cite-function): Remove bogus autoload which crept
7867         in during merge from v5-10.
7868
7869 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7870
7871         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7872
7873         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7874
7875         * auth-source.el: Preliminary Tramp docs.
7876         (auth-sources): Change the default auth-sources to use
7877         EPA .gpg files.
7878
7879 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7880
7881         * nntp.el: Autoload `auth-source-user-or-password'.
7882         (nntp-send-authinfo): Use it.
7883
7884         * nnimap.el: Autoload `auth-source-user-or-password'.
7885         (nnimap-open-connection): Use it.
7886
7887         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7888         for the gnus-message function.
7889         (auth-source-user-or-password): Use it.
7890
7891 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7892
7893         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7894         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7895         (rfc2104-hash): Use it.
7896
7897 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7898
7899         * gnus-art.el (gnus-article-toggle-truncate-lines):
7900         Don't use `iff' in docstring.
7901
7902 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7903
7904         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7905
7906         * gnus-util.el (gnus-extract-address-component-name)
7907         (gnus-extract-address-component-email): Convenience functions around
7908         `gnus-extract-address-components'.
7909
7910         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7911         Use `gnus-extract-address-component-email' to fix bug of comparing full
7912         sender name to `user-mail-address'.
7913
7914 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7915
7916         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7917         catch/throw to optimize.
7918         (gnus-registry-find-keywords): Just use member to find a keyword.
7919
7920 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7921
7922         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7923         is current before calling gnus-server-prepare.
7924         (gnus-server-setup-buffer, gnus-server-update-server)
7925         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7926
7927 2008-05-04  Juri Linkov  <juri@jurta.org>
7928
7929         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7930         (mailcap-file-default-commands): Use mailcap-replace-in-string
7931         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7932         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7933
7934 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7935
7936         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7937
7938 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7939
7940         * gnus.el: Bump version to 0.11.
7941
7942 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7943
7944         * gnus.el: No Gnus v0.10 is released.
7945
7946 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7947
7948         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7949         hooks.
7950         (gnus-update-read-articles): Speed up non-marks-using users.
7951         (gnus-use-marks): Define gnus-use-marks.
7952         (gnus-propagate-marks): Rename variable to something more sensible.
7953
7954 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7955
7956         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7957         (gmm-image-load-path-for-library): Fix typos in docstrings.
7958         (gmm-message): Reflow docstring.
7959
7960 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7961
7962         * mail-source.el (mail-source-set-1, mail-source-bind):
7963         Move auth-source code out of the macro to clean it up and fix bugs.
7964
7965 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7966
7967         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7968         by sender if it's equal to user-mail-address, it's likely to be
7969         useless.
7970
7971         * mail-source.el (mail-source-bind): Don't use user or password if they
7972         are not bound.  Unintern them if they are nil.  Don't use server unless
7973         it's bound, and default it to empty string otherwise.
7974
7975 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7976
7977         * mail-source.el: Load auth-source.el.
7978         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7979         get user name or password, if auth-sources is set up.
7980
7981         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7982         strategy of splitting with parent.
7983         (gnus-registry-split-fancy-with-parent)
7984         (gnus-registry-post-process-groups): Use it and fix prior
7985         bug (returning a list as the split result).
7986
7987         * auth-source.el (auth-sources): Remove server parameter.
7988         (auth-source-pick, auth-source-user-or-password)
7989         (auth-source-user-or-password-imap)
7990         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7991         (auth-source-user-or-password-sftp)
7992         (auth-source-user-or-password-smtp): Remove server parameter.
7993
7994 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7995
7996         * smime.el (smime-sign-region, smime-encrypt-region)
7997         (smime-decrypt-region):
7998         Remove redundant calls to `generate-new-buffer-name'.
7999
8000 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8001
8002         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8003         Don't use QP for message/rfc822.
8004         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8005
8006 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8007
8008         * sieve-manage.el (sieve-string-bytes): Remove.
8009         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8010         correct byte-length only if the process's coding-system is the same as
8011         the one used internally by Emacs to represent strings.
8012
8013 2008-04-22  Juri Linkov  <juri@jurta.org>
8014
8015         * mailcap.el (mailcap-file-default-commands): New function.
8016
8017 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8018
8019         * message.el (message-signature-separator, message-cite-function):
8020         Change custom version.
8021
8022 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8023
8024         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8025         commands.
8026         (tls-checktrust): Ditto.
8027
8028 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8029
8030         * mm-decode.el (mm-display-external): Make temp file read-only.
8031
8032 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8033
8034         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8035         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8036         `C-c C-f d'.
8037
8038 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8039
8040         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8041
8042 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * gnus.el: Bump version to 0.9.
8045
8046 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8047
8048         * gnus.el: No Gnus v0.8 is released.
8049
8050 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8051
8052         * mail-source.el (mail-source-value):
8053         Prefer fboundp to functionp so it works with macros as well.
8054
8055 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8056
8057         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8058         Fix last change in case the element is not even a symbol.
8059
8060 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8061
8062         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8063         Prefer fboundp to functionp so it works with macros as well.
8064
8065 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8066
8067         * auth-source.el: Add docs.
8068         (auth-sources): Modify format to support server.
8069         (auth-source-pick, auth-source-user-or-password)
8070         (auth-source-user-or-password-imap)
8071         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8072         (auth-source-user-or-password-sftp)
8073         (auth-source-user-or-password-smtp): Add server parameter.
8074
8075 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8076
8077         * gnus-registry.el: Initialize the registry when gnus-registry-install
8078         is t.
8079
8080 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * compface.el (uncompface): Make buffer unibyte.
8083
8084 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8085
8086         * mail-source.el (mail-source-value):
8087         Prefer fboundp to functionp so it works with macros as well.
8088
8089 2008-04-05  Glenn Morris  <rgm@gnu.org>
8090
8091         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8092
8093 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8094
8095         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8096         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8097
8098         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8099         multibyteness after rather than before erasing it.
8100
8101         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8102         mm-with-multibyte.
8103         (gnus-request-article-this-buffer): Make sure the proper decoding is
8104         used if gnus-original-article-buffer happens to be unibyte.
8105
8106         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8107         default-enable-multibyte-characters.
8108
8109         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8110         default-enable-multibyte-characters.
8111
8112         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8113
8114         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8115
8116 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8117
8118         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8119         Fix last change in case the element is not even a symbol.
8120
8121 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8122
8123         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8124         (imap-message-copyuid-1): Use it.
8125         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8126         J. Williams in
8127         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8128
8129         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8130         imap-enable-exchange-bug-workaround.
8131         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8132
8133 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8134
8135         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8136         a 100 byte status-checks into a 2-3MB transfer for each group.
8137         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8138         to enable bug workaround or not.
8139         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8140
8141 2008-03-31  Glenn Morris  <rgm@gnu.org>
8142
8143         * message.el (mml2015-use): Declare for compiler.
8144         (message-info): Require mml2015 when appropriate.
8145
8146 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8149         whitespace.
8150
8151 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8152
8153         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8154         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8155         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8156         (nntp-service-to-port): New function.
8157         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8158         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8159         (nntp-open-netcat-stream): New function.
8160         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8161
8162 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8163
8164         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8165
8166 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8167
8168         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8169
8170 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8171
8172         * dns.el (dns-write): Use set-buffer-multibyte.
8173
8174 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8175
8176         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8177
8178 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8179
8180         * message.el (message-signature-separator): Change default.
8181         Improve custom type.
8182         (message-cite-function): Change default to
8183         message-cite-original-without-signature.
8184
8185         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8186         toggle.
8187
8188         * message.el (message-check-news-body-syntax): Fix signature check.
8189         (message-setup-1): Mark buffer as unmodified _after_ running
8190         message-setup-hook and handling message-alternative-emails.
8191         (message-shorten-references): Be more strict when building list of
8192         valid references to comply with GNKSA.
8193
8194         * gnus-group.el (gnus-read-ephemeral-bug-group)
8195         (gnus-read-ephemeral-debian-bug-group)
8196         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8197
8198         * message.el (message-info): Don't use booleanp which isn't supported
8199         in Emacs 21 and XEmacs.
8200
8201 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8202
8203         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8204         gnus-group-gmane-group-download-format.
8205         (gnus-group-read-ephemeral-gmane-group): Rename from
8206         gnus-group-read-ephemeral-gmane-group.
8207         (gnus-read-ephemeral-gmane-group-url): Rename from
8208         gnus-group-read-ephemeral-gmane-group-url.
8209         (gnus-bug-group-download-format-alist): New variable.
8210         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8211         (gnus-read-ephemeral-emacs-bug-group): New commands.
8212
8213 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8214
8215         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8216         (gnus-visible-headers): Improve custom type.
8217
8218 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8219
8220         * mml.el (mml-menu): Add workarounds for XEmacs.
8221
8222         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8223         X-Boundary header.
8224
8225         * message.el (message-simplify-recipients): Fix previous commit.
8226
8227 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8228
8229         * mm-util.el (mm-set-buffer-multibyte): New function.
8230         * mm-decode.el (mm-copy-to-buffer): Use it.
8231
8232         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8233         Prefer fboundp to functionp so it works with macros as well.
8234
8235 2008-03-19  Glenn Morris  <rgm@gnu.org>
8236
8237         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8238         Accidentally removed in the sync process with Emacs.
8239
8240 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8241
8242         * message.el (message-alter-recipients-discard-bogus-full-name):
8243         New function.
8244         (message-alter-recipients-function): New variable.
8245         (message-get-reply-headers): Use it.
8246         (message-replace-header): New helper function.
8247         (message-recipients-without-full-name): New variable.
8248         (message-simplify-recipients): New command.
8249
8250         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8251
8252         * message.el (message-info): Handle EasyPG manual.
8253
8254         * mml.el (mml-menu): Add entry for EasyPG.
8255
8256 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8257
8258         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8259         parameter.
8260
8261         * message.el (message-disassociate-draft): Specify drafts group name
8262         fully.
8263
8264 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8265
8266         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8267         Eliminate unnecessary duplicates from the match list.
8268
8269 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8270
8271         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8272
8273         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8274
8275         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8276         args of `how-many' of which the XEmacs version doesn't take; declare
8277         Info-index-next as function.
8278
8279 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8280
8281         * gnus-score.el (gnus-score-headers): Fix handling of
8282         gnus-inhibit-slow-scoring.
8283
8284         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8285         string.
8286         (gnus-button-url-regexp): Improve handling of parenthesis.
8287         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8288         (gnus-button-handle-info-keystrokes): Handle index entries.
8289
8290 2008-03-15  Glenn Morris  <rgm@gnu.org>
8291
8292         * parse-time.el (parse-time-string): Simplify.
8293
8294 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8295
8296         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8297         Incoming* files.
8298
8299 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8300
8301         * auth-source.el (auth-sources): Rename from auth-source-choices.
8302         (auth-source-pick): Use it.
8303
8304 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8305
8306         * binhex.el (binhex-decode-region-internal):
8307         * uudecode.el (uudecode-decode-region-internal):
8308         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8309         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8310         setting default-enable-multibyte-characters.
8311
8312 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8313
8314         * auth-source.el (auth-source-protocols)
8315         (auth-source-protocols-customize, auth-source-choices): Add and
8316         modified variable customizations and defaults.
8317         (auth-source-pick, auth-source-user-or-password)
8318         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8319         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8320         (auth-source-user-or-password-sftp)
8321         (auth-source-user-or-password-smtp): Use new variables and provide an
8322         interface to netrc.el.
8323
8324 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8327         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8328         Make sure the nntp port to specify is a string.
8329
8330 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8331
8332         * nntp.el: Use with-current-buffer.
8333         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8334         dubious mm-with-unibyte-current-buffer.
8335         (nntp-with-open-group-function): New function extracted from
8336         nntp-with-open-group macro.
8337         (nntp-with-open-group): Use the function, so it's easier to debug.
8338         Add indentation and debugging info.
8339         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8340         Recommend the use of the netcat alternatives.
8341
8342         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8343         Avoid mm-string-as-multibyte as well.
8344
8345         * nnweb.el (nnweb-insert-html):
8346         Remove use of nnheader-string-as-multibyte.
8347
8348         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8349         (nnheader-string-as-multibyte): Remove.
8350
8351         * mm-view.el: Use inhibit-read-only.
8352         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8353         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8354         or unibyte-string.
8355
8356         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8357         (mm-uu-yenc-extract): Use with-current-buffer.
8358
8359         * gnus-soup.el (gnus-soup-send-packet): Don't use
8360         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8361
8362         * nnmh.el: Use with-current-buffer.
8363         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8364         mm-string-as-multibyte on the output of mm-encode-coding-string.
8365
8366         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8367         (nnimap-request-move-article): Use with-current-buffer.
8368
8369         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8370         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8371         conversion uses string-make-unibyte rather than string-as-unibyte.
8372
8373         * gnus-msg.el: Use with-current-buffer.
8374
8375         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8376
8377 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8378
8379         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8380         string for caching if it is 'PIN.
8381
8382 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * lpath.el: Consider the case without Emacs/W3.
8385
8386 2008-03-08  Glenn Morris  <rgm@gnu.org>
8387
8388         * time-date.el (date-to-time, time-subtract, time-add)
8389         (safe-date-to-time): Doc fixes.
8390
8391 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8392
8393         * mail-source.el (mail-source-delete-old-incoming-confirm):
8394         Change default to nil.
8395         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8396
8397 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * lpath.el: Rearrange.
8400
8401         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8402         (gnus-article-goto-prev-page): Work for articles having ^L's.
8403
8404         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8405
8406         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8407
8408 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8409
8410         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8411         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8412         (gnus-bookmark-jump): Adjust some variable names.
8413
8414 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8415
8416         * auth-source.el: New package.
8417         (auth-source-choices): Add customization entry point variable.
8418
8419         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8420         bug.
8421
8422 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8423
8424         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8425         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8426         (gnus-registry-install-shortcuts): Rename from
8427         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8428         the `gnus-registry-mark-map' keymap dynamically from
8429         `gnus-registry-marks'.  The generated functions update the summary line
8430         when a registry mark is added or deleted, and will call
8431         `gnus-registry-install-p' (see the comments in the code).
8432         (gnus-registry-user-format-function-M): Use concat intelligently.
8433
8434         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8435         the registry mark functions.
8436
8437 2008-03-05  Glenn Morris  <rgm@gnu.org>
8438
8439         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8440         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8441         gnus-art.
8442         (top-level): No need to load own source when compiling.
8443
8444 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8447         Suggested by <chris.anderton@zetnet.co.uk>.
8448
8449 2008-03-04  Glenn Morris  <rgm@gnu.org>
8450
8451         * gnus-sum.el (top-level): No need to require gnus when compiling,
8452         since unconditionally required near start of file.
8453         (gnus-summary-display-while-building): Move definition before use.
8454
8455 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8456
8457         * gnus-registry.el (gnus-registry-user-format-function-M):
8458         Add formatting function.
8459
8460 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8461
8462         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8463         with plists.
8464         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8465         Use new format.
8466
8467 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8470         `where-is-internal' that returns a range of key sequences.
8471
8472 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8473
8474         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8475
8476         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8477         (gnus-summary-jump-to-group): Consider windows on other displayed
8478         frames as well.  Similar changes might be needed elsewhere, but that's
8479         the one I've bumped into during my use.
8480
8481         * nndoc.el (nndoc-oe-dbx-type-p):
8482         * gnus-msg.el (gnus-debug):
8483         * gnus-group.el (gnus-update-group-mark-positions):
8484         Use mm-string-to-multibyte.
8485
8486 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8487
8488         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8489         doesn't handle NotDashEscaped.
8490
8491         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8492         (mml-dnd-attach-options): Fix typo in custom choice.
8493
8494         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8495         Change nndoc-article-type to mbox.
8496         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8497
8498         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8499         to nil, instead of html2text.
8500
8501         * imap.el (imap-debug): Add `imap-ping-server'.
8502
8503         * gnus-bookmark.el: Add FIXMEs.
8504
8505         * message.el (message-form-letter-separator)
8506         (message-send-form-letter-delay): New variables.
8507         (message-send-form-letter): Use them.  New command to send form
8508         letters.  Requested by Uwe Siart.
8509         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8510
8511 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * Update copyright years.
8514
8515 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8516
8517         Sync from EMACS_22_BASE.
8518
8519         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8520
8521 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8522
8523         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8524         empty author.
8525
8526 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8527
8528         * gnus-registry.el (gnus-registry-marks): Add variable for
8529         customization of marks and their appearance.
8530         (gnus-registry-read-mark): Use it.
8531         (gnus-registry-do-marks): Add utility function to loop through
8532         `gnus-registry-marks'.
8533         (gnus-registry-install-shortcuts-and-menus): Add function to install
8534         shortcuts and menus.
8535         (gnus-registry-initialize): Use it.
8536         (gnus-registry-default-mark): Clarify documentation.
8537
8538 2008-02-29  Glenn Morris  <rgm@gnu.org>
8539
8540         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8541         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8542         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8543         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8544         Change defcustom :version from 23.0 to 23.1.
8545
8546 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8547
8548         * gnus-registry.el (gnus-registry-follow-group-p)
8549         (gnus-registry-post-process-groups): Add functions to aid registry
8550         splitting and improve logging.  Clarify behavior in function
8551         documentation.
8552         (gnus-registry-split-fancy-with-parent): Use them.
8553
8554 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8555
8556         * gnus-art.el: Use with-current-buffer.
8557
8558 2008-02-27  David Engster  <dengste@eml.cc>
8559
8560         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8561         Express real group name in the response.
8562
8563 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8566         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8567         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8568         autoload gnus-registry-fetch-group when compiling.
8569         (nnmairix-request-group-with-article-number-correction):
8570         Remove unreferenced argument passed to nnmairix-call-backend.
8571
8572 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8573
8574         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8575         (mm-uu-extract): Improve face for low color ttys.
8576         Reported by Sascha Wilde.
8577
8578 2008-02-27  Glenn Morris  <rgm@gnu.org>
8579
8580         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8581         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8582         variables to defconsts.  Convert comments to doc-strings.
8583         (nnmairix-last-server, nnmairix-current-server): Convert from free
8584         variables to defvars.  Convert comments to doc-strings.
8585         (gnus-registry-fetch-group): Autoload.
8586         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8587         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8588         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8589         caddr.
8590         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8591         nnmairix-request-group-with-article-number-correction call.
8592         (nnmairix-fast, nnmairix-group): New, less general names, for free
8593         variables passed from nnmairix-request-group to
8594         nnmairix-request-group-with-article-number-correction.  Declare.
8595         (nnmairix-request-group-with-article-number-correction):
8596         Use nnmairix-fast, nnmairix-group rather than fast, group.
8597
8598 2008-02-26  David Engster  <dengste@eml.cc>
8599
8600         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8601         version 0.5.
8602
8603 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8604
8605         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8606         instead of making an extra function call.  Don't add the current group
8607         to articles only when they have the group.  Use
8608         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8609         Reported by David <de_bb@arcor.de>.
8610
8611 2008-02-24  Miles Bader  <miles@gnu.org>
8612
8613         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8614         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8615         (mm-find-mime-charset-region):
8616         * mm-bodies.el (mm-encode-body):
8617         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8618
8619 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8622         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8623
8624 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8625
8626         * mail-source.el (mail-source-delete-incoming): Change default.
8627         Supplement doc string.
8628
8629         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8630
8631 2008-02-14  Glenn Morris  <rgm@gnu.org>
8632
8633         * time-date.el (format-seconds): New function.
8634
8635 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * nnmail.el (nnmail-message-id-cache-file): Derive from
8638         `gnus-home-directory'.
8639
8640 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8641
8642         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8643         Document negative prefix.
8644
8645         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8646
8647 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8648
8649         * message.el (message-unsent-separator): Add the Exim bounce
8650         separator.
8651
8652 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8653
8654         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8655         list.
8656         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8657         recipient/signer list.
8658
8659 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8660
8661         * Makefile.in (datarootdir): Define.
8662         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8663         name that might contain whitespace.
8664
8665 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8666
8667         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8668         fbound (Emacs 23 unicode), signal an error.
8669
8670 2008-02-08  Glenn Morris  <rgm@gnu.org>
8671
8672         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8673
8674 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8675
8676         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8677         ports to the calls to `netrc-machine-user-or-password' in addition to
8678         "imap" and "imaps".
8679
8680 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8681
8682         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8683
8684         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8685
8686 2008-02-01  Kenichi Handa  <handa@m17n.org>
8687
8688         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8689         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8690         (rfc2104-hash): Convert the result of concat to unibyte string.
8691
8692 2008-02-01  Dave Love  <fx@gnu.org>
8693
8694         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8695         coding-system-for-read.
8696         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8697
8698 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8699
8700         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8701         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8702         <hanche@math.ntnu.no>.
8703
8704 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8707
8708         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8709
8710 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8711
8712         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8713         * message.el (message-beginning-of-line): Use featurep instead of bound
8714         tests in order to resolve conditionals at compile time.
8715
8716 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8717
8718         * mail-source.el (mail-sources): Add `group' choice.
8719
8720         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8721         parameter `in-group' to control into which group the articles go.
8722         Add treatment of `group' mail-source.
8723
8724 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8727
8728         * mm-decode.el (mm-dissect-buffer): Decode description.
8729
8730         * mml.el (mml-to-mime): Encode message header first.
8731
8732 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8735         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8736
8737         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8738         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8739
8740 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8741
8742         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8743
8744 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8745
8746         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8747         prefix keys.
8748         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8749         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8750         gnus-xmas.el.
8751
8752         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8753         (gnus-xmas-article-describe-bindings): New function.
8754         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8755         gnus-xmas-article-describe-bindings.
8756
8757         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8758
8759 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8760
8761         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8762         Add new variables for article mark management.
8763         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8764         list of extra data entries which, when present, will indicate that the
8765         article ID should not be trimmed from the registry.
8766         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8767         functions.
8768         (gnus-registry-read-mark): New function to read a mark name from the
8769         user.
8770         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8771         (gnus-registry-set-article-mark-internal): New functions to add and
8772         remove marks.
8773         (gnus-registry-get-article-marks): New function to show the marks for
8774         an article, or retrieve them for further use.
8775
8776 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8777
8778         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8779         keys when no argument is given.
8780
8781 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8782
8783         * imap.el (imap-ping-server): New variable.
8784         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8785         (imap-ping-server): Minor doc string fixes.
8786
8787 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8788
8789         * imap.el (imap-ping-server): New function.
8790         (imap-opened): Call imap-ping-server.
8791
8792 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8793
8794         * gnus-sum.el (gnus-article-sort-by-random)
8795         (gnus-thread-sort-by-random): Fix doc strings.
8796         Reported by jidanni@jidanni.org.
8797
8798 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * gnus-art.el (gnus-article-describe-bindings): New function.
8801         (gnus-article-read-summary-keys): Use it.
8802         (gnus-article-mode-map): Bind `C-h b' to it.
8803
8804 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8807         XEmacs.
8808         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8809         Protect against non-character events.
8810
8811         * lpath.el: Fbind map-keymap for Emacs 21.
8812
8813 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8816         New command.
8817         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8818         instead of END.  Change name of the temp file.
8819         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8820         customizable.
8821
8822 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8825         bind `S W' to gnus-article-wide-reply-with-original; set default
8826         binding to gnus-article-read-summary-send-keys.
8827         (gnus-article-read-summary-keys): Fix the order of keys; display
8828         continuation keys correctly in the echo area; describe bindings
8829         correctly when keys end with `C-h'.
8830         (gnus-article-read-summary-send-keys): New function.
8831         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8832         Work for gnus-article-read-summary-send-keys; display continuation keys
8833         correctly in the echo area.
8834         (gnus-article-reply-with-original): Ignore prefix argument.
8835         (gnus-article-wide-reply-with-original): New function.
8836
8837         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8838         Emacs 21.
8839
8840 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8843         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8844
8845 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8846
8847         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8848         (gnus-group-read-ephemeral-gmane-group): New command.
8849
8850 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8851
8852         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8853
8854 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8855
8856         * message.el (message-send-mail-function): Increase custom version.
8857
8858         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8859         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8860
8861 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8862
8863         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8864         for the cases where imap-authenticate is called with a nil buffer
8865         parameter.
8866
8867 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8868
8869         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8870         html parts correctly; support forwarded messages.
8871         (gnus-article-browse-html-article): Remove work buffers.
8872
8873         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8874         compiling.
8875         (netrc-bound-and-true-p): New macro.
8876         (netrc-parse): Use it instead of bound-and-true-p that is not available
8877         in XEmacs 21.4.
8878
8879 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8880
8881         * gnus-registry.el (gnus-registry-mark-article)
8882         (gnus-registry-article-marks): Add functionality to mark articles
8883         through the Gnus registry.
8884
8885         * encrypt.el: Clarify documentation for the new pgg method.
8886         (encrypt-file-alist): Add PGG option.
8887         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8888         functionality.  Abstract password key and messaging to external
8889         functions.
8890         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8891         (encrypt-message-method-and-cipher): Add new convenience external
8892         functions.
8893         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8894         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8895
8896         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8897         (netrc-parse): Use encrypt-file-alist to determine if
8898         encrypt-find-model or encrypt-insert-file-contents should be used.
8899
8900         * encrypt.el: Clarify documentation.  Load password-cache or
8901         password, whichever one is found first, instead of autoloading.
8902
8903 2007-12-19  Glenn Morris  <rgm@gnu.org>
8904
8905         * mml.el (message-options-set, message-narrow-to-head)
8906         (message-in-body-p, message-mail-p, message-encode-message-body):
8907         Autoload.
8908         (message-remove-header, message-narrow-to-headers-or-head)
8909         (message-subscribed-p, message-make-mail-followup-to)
8910         (message-position-on-field, message-news-p)
8911         (message-options-set-recipient, message-generate-headers)
8912         (message-sort-headers): Declare as functions.
8913
8914 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8917         convention in doc string.
8918
8919 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8922         title to html parts.
8923         (gnus-article-browse-html-article): Pass message header to it.
8924
8925         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8926
8927 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8930         or password compatible with XEmacs.
8931
8932 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8935         format document.
8936         (gnus-mime-delete-part): Don't write description line if empty.
8937         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8938
8939 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8940
8941         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8942         (gnus-summary-mark-read-and-unread-as-read)
8943         (gnus-summary-mark-current-read-and-unread-as-read)
8944         (gnus-summary-mark-unread-as-ticked): Doc fix.
8945         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8946
8947 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8948
8949         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8950         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8951
8952 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8953
8954         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8955         yes-or-no-p.
8956
8957 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * mm-decode.el (mm-add-meta-html-tag): New function.
8960         (mm-save-part-to-file, mm-pipe-part): Use it.
8961
8962         * gnus-art.el (gnus-article-browse-delete-temp-files):
8963         Use gnus-y-or-n-p instead of y-or-n-p.
8964         (gnus-article-browse-html-parts): Work with message/external-body; use
8965         mm-add-meta-html-tag.
8966
8967 2007-12-11  Glenn Morris  <rgm@gnu.org>
8968
8969         * gnus-cache.el: Require gnus-sum not just when compiling.
8970
8971         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8972
8973         * gnus-int.el (gnus-server-opened, gnus-status-message):
8974         Move definitions before use.
8975
8976         * mm-decode.el: Require gnus-util.
8977         (mm-remove-part): Only call delete-annotation on XEmacs.
8978
8979         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8980
8981         * nnmail.el: Require gnus-int.
8982
8983         * spam.el: Move `require's before `eval-when-compile's.
8984
8985         * gnus-ems.el (gnus-alive-p):
8986         * gnus-fun.el (message-goto-eoh):
8987         * gnus-util.el (gnus-group-name-decode):
8988         * mail-source.el (gnus-compress-sequence):
8989         * message.el (Info-goto-node, format-spec):
8990         * mm-bodies.el (message-options-get):
8991         * mm-decode.el (mm-view-pkcs7):
8992         * mm-util.el (gmm-write-region):
8993         * mml-smime.el (mml-compute-boundary)
8994         (gnus-completing-read-with-default):
8995         * mml.el (widget-button-press, gnus-make-hashtable):
8996         * mml1991.el (mm-decode-content-transfer-encoding)
8997         (mm-encode-content-transfer-encoding)
8998         (message-options-get, message-options-set):
8999         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9000         * nnfolder.el (gnus-request-group):
9001         * nnheader.el (ietf-drums-unfold-fws):
9002         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9003         * smime.el (gnus-run-mode-hooks):
9004         * spam-stat.el (gnus-message): Autoload.
9005
9006         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9007         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9008         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9009         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9010         Add declare-function compatibility definition.
9011
9012         * gnus-cache.el (nnvirtual-find-group-art):
9013         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9014         (gnus-add-image, gnus-add-wash-type):
9015         * gnus-group.el (nnkiboze-score-file):
9016         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9017         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9018         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9019         (message-tokenize-header, gnus-get-buffer-create)
9020         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9021         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9022         * gnus.el (gnus-group-decoded-name):
9023         * mail-source.el (imap-capability):
9024         * mm-bodies.el (message-options-set):
9025         * mm-decode.el (gnus-configure-windows):
9026         * mm-extern.el (message-goto-body):
9027         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9028         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9029         (epg-sub-key-validity, message-options-set):
9030         * mml.el (widget-event-point, gnus-configure-windows):
9031         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9032         * mml2015.el (epg-check-configuration, epg-configuration)
9033         (message-options-set):
9034         * nndb.el (nndb-request-article):
9035         * nnfolder.el (gnus-request-create-group):
9036         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9037         * nnmaildir.el (gnus-group-mark-article-read):
9038         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9039         * rfc1843.el (message-fetch-field):
9040         * spam.el (gnus-extract-address-components):
9041         Declare as functions.
9042
9043 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9046
9047         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9048
9049         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9050         bind show-trailing-whitespace for XEmacs.
9051
9052 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9053
9054         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9055         new no-op macro for backward compatibility.
9056
9057         * imap.el (imap-string-to-integer): New function.
9058
9059 2007-12-09  Glenn Morris  <rgm@gnu.org>
9060
9061         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9062
9063         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9064         * message.el, mm-view.el, sieve-manage.el, smime.el:
9065         Add declare-function compatibility definition.
9066
9067         * gnus-art.el (w3-region, w3m-region, Info-menu):
9068         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9069         * gnus-sum.el (gnus-get-predicate):
9070         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9071         * message.el (mail-abbrev-in-expansion-header-p):
9072         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9073         (w3m-detect-meta-charset, w3m-region):
9074         * sieve-manage.el (password-read, password-cache-add)
9075         (password-cache-remove):
9076         * smime.el (password-read-and-add): Declare as functions.
9077
9078 2007-12-08  David Kastrup  <dak@gnu.org>
9079
9080         * gnus-sum.el (gnus-summary-simplify-subject-query):
9081         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9082         `message'.
9083
9084 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9087         it to bind idna-program, installation-directory, defined-colors, and
9088         face-attribute for XEmacs of the version that compiles defcustom forms.
9089
9090 2007-12-07  Glenn Morris  <rgm@gnu.org>
9091
9092         * gnus-art.el (article-make-date-line): Revert previous change.
9093
9094 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9095
9096         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9097
9098 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9099
9100         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9101         Call gnus-add-to-range ranges only once with a prepared article-list.
9102
9103 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9104
9105         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9106         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9107         group names with backslashes.
9108         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9109
9110 2007-12-06  Deepak Goel  <deego3@gmail.com>
9111
9112         * gnus-art.el (article-make-date-line):
9113         * gnus-start.el (gnus-load):
9114         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9115
9116 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9117
9118         * gnus-art.el (gnus-use-idna)
9119         * gnus-start.el (gnus-site-init-file)
9120         * message.el (message-use-idna)
9121         * mm-uu.el (mm-uu-hide-markers)
9122         * smiley.el (smiley-style): Revert changes that suppress warnings.
9123
9124 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9127         specify charset to html source.
9128         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9129
9130 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9133         idna-program in order to suppress byte compile warning issued by XEmacs
9134         that came to byte compile the default value section of defcustom forms
9135         recently.
9136
9137         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9138         value of installation-directory.
9139
9140         * message.el (message-use-idna): Don't directly refer to the value of
9141         idna-program.
9142
9143         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9144
9145         * smiley.el (smiley-style): Don't directly call face-attribute.
9146
9147 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9150
9151         * gnus-dired.el: Reduce Gnus dependencies.
9152         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9153         Don't require.  Use autoloads instead.
9154         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9155         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9156         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9157         (gnus-dired-mode): Adjust doc string.
9158         (gnus-dired-mail-mode): New variable.
9159         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9160         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9161         (gnus-dired-mail-buffers): New function.  Return mail or message
9162         composition buffers.
9163         (gnus-dired-attach): Use it.
9164         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9165         NO-DECODE.
9166         (gnus-dired-print): Use `gnus-print-buffer' depending on
9167         `gnus-dired-mail-mode'.
9168
9169 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9170
9171         * rfc2047.el (rfc2047-encoded-word-regexp)
9172         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9173         explaining what regexp patterns are for.
9174
9175 2007-12-04  Glenn Morris  <rgm@gnu.org>
9176
9177         * password.el: Move to password-cache.el.
9178
9179         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9180         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9181         * mml-smime.el (password-read, password-cache-add)
9182         (password-cache-remove):
9183         No need to autoload, since mml-sec requires password.
9184
9185         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9186         * message.el (gnus-extract-address-components):
9187         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9188
9189         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9190         password.
9191
9192 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         * mailcap.el: Reduce dependencies.
9195         (mail-header-parse-content-type): Autoload.
9196         (mailcap-delete-duplicates): New alias.
9197         (mailcap-mime-info): Add optional argument NO-DECODE.
9198         (mailcap-mime-types): Use mailcap-delete-duplicates.
9199
9200         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9201
9202 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9203
9204         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9205         (imap-parse-status): Upcase status-att for servers that sends them
9206         lower-case (e.g., MS Exchange 2007).
9207
9208 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9209
9210         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9211         function.
9212
9213         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9214         (gnus-uu-yenc-article): New function.
9215
9216         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9217
9218         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9219
9220 2007-12-02  Glenn Morris  <rgm@gnu.org>
9221
9222         * binhex.el (binhex): New custom group.
9223         (binhex-decoder-program, binhex-decoder-switches)
9224         (binhex-use-external): Move to the binhex custom group.
9225
9226         * uudecode.el (uudecode): New custom group.
9227         (uudecode-decoder-program, uudecode-decoder-switches)
9228         (uudecode-use-external): Move to the uudecode custom group.
9229
9230         * netrc.el (top-level): Don't load `encrypt' features.
9231         (netrc-parse): Don't use encrypt.
9232         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9233
9234         * encrypt.el: Remove file.
9235
9236 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9237
9238         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9239         matches on patches.
9240
9241         * gnus-art.el (gnus-article-browse-html-article):
9242         Mention `mm-text-html-renderer' in the doc string.
9243
9244         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9245         string.  Add comments.
9246
9247         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9248         if rhs is ASCII.
9249
9250 2007-12-01  Glenn Morris  <rgm@gnu.org>
9251
9252         * mail-source.el (top-level): Require format-spec before
9253         eval-when-compile.
9254
9255 2007-11-30  Glenn Morris  <rgm@gnu.org>
9256
9257         * encrypt.el: Require password, rather than autoloading password-read.
9258
9259 2007-11-29  Glenn Morris  <rgm@gnu.org>
9260
9261         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9262         (sasl-make-client, sasl-next-step, sasl-step-data)
9263         (sasl-step-set-data): Declare as functions.
9264
9265 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9266
9267         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9268
9269 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9270
9271         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9272         certs should be verified and what is to be done in the event of a
9273         verification failure.
9274
9275         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9276         caller can indicate whether the cache should be disregarded for this
9277         call.  This way the result of the call is reproducible at all times and
9278         can be considered a canonical server name for the supplied method.
9279         (gnus-agent-method-p): Canonicalize server names by pushing their
9280         method through `gnus-method-to-server' using the no-cache argument.
9281
9282         * gnus-srvr.el (gnus-server-insert-server-line):
9283         Call `gnus-method-to-server' with `no-cache' argument.
9284
9285         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9286         gnus-agent-possibly-synchronize-flags as this should be called when the
9287         server is actually being opened.
9288         (gnus-agent-possibly-synchronize-flags)
9289         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9290         flags file of an agentized server to the latter function.
9291
9292         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9293         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9294         after a connection has been established successfully.
9295
9296 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9297
9298         * gnus-art.el (article-display-face): Force to display face if called
9299         interactively; check if gnus-article-x-face-too-ugly matches author.
9300         (article-display-x-face): Display face even if From header is missing
9301         as article-display-face does.
9302
9303 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9304
9305         * hashcash.el (message-narrow-to-headers-or-head)
9306         (message-fetch-field, message-goto-eoh)
9307         (message-narrow-to-headers): Declare as functions.
9308
9309 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9310
9311         * mail-source.el (mail-sources): Default to fetch from file for
9312         compatibility with default of nnmail-spool-file.
9313
9314 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9317         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9318         to look for encoded word that should be encoded again.
9319         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9320         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9321         encoding pattern.
9322         (rfc2047-decode-region): Switch strict regexp and loose one according
9323         to rfc2047-allow-irregular-q-encoded-words.
9324
9325 2007-11-25  Romain Francoise  <romain@orebokech.com>
9326
9327         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9328
9329 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9330
9331         * tls.el (tls-program): Provide more custom choices from
9332         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9333         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9334
9335 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9336
9337         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9338         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9339
9340         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9341         `nnmail-spool-file'.
9342
9343         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9344         `nnmail-spool-file'.
9345
9346         * gnus-move.el (gnus-change-server): Ditto.
9347
9348         * gnus-kill.el (gnus-batch-score): Ditto.
9349
9350         * gnus-cache.el (gnus-jog-cache): Ditto.
9351
9352         * gnus-msg.el (gnus-summary-reply):
9353         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9354
9355 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9356
9357         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9358         version.  Minor improvement to doc strings.
9359         (tls-program): Add comment.
9360
9361 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9362
9363         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9364         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9365         mismatch between the hostname provided in the certificate and the name
9366         of the host connnecting to.
9367         (open-tls-stream): Use them.  Check certificates against trusted root
9368         certificates.
9369
9370 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9371
9372         * gnus-cache.el (gnus-cache-generate-nov-databases):
9373         Use nnml-generate-nov-databases-directory instead of
9374         nnml-generate-nov-databases-1.
9375
9376 2007-11-24  Glenn Morris  <rgm@gnu.org>
9377
9378         * message.el (message-tool-bar-retro): Update for rename
9379         mail_send.xpm->mail-send.xpm.
9380
9381 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9382
9383         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9384         `smime-ldap-search' for Emacs 22 and up.
9385
9386 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9387
9388         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9389
9390         * message.el (message-send-mail-function): Fix error convention.
9391         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9392         (message-widen-reply, message-send-mail, message-talkative-question)
9393         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9394         (message-clone-locals, message-send-news): Use with-current-buffer.
9395         (message-insert-or-toggle-importance): Remove unused var `valid'.
9396         (message-make-references): Remove unused var `new-references'.
9397         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9398
9399 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9400
9401         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9402         (spam-split-symbolic-return-positive): Reflow docstring.
9403         (spam-backends, spam-summary-exit-behavior)
9404         (spam-mark-ham-unread-before-move-from-spam-group)
9405         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9406         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9407         (spam-clear-cache, spam-backend-check, spam-install-backend)
9408         (spam-install-statistical-backend, spam-list-of-processors)
9409         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9410         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9411         (spam-check-crm114, spam-initialize, spam-unload-hook):
9412         Fix typos in docstrings.
9413
9414 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9417         been checked if they have never been read and those group levels are
9418         higher than the one that a user specified.
9419
9420 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9421
9422         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9423         foreign groups unless a group level is specified by a user.
9424         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9425
9426 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9427
9428         * message.el (message-send-mail-function): Require sendmail.
9429
9430 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * message.el (message-send-mail-function): Check for smtpmail too.
9433
9434         * utf7.el (utf7-encode, utf7-decode): Use coding system
9435         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9436
9437         * message.el (message-send-mail-function): New function.
9438         (message-send-mail-function): Set default using
9439         message-send-mail-function.  Adjust doc string.
9440         (message-send-mail-with-mailclient): New function.
9441
9442 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9443
9444         * smime.el (from):
9445         * rfc2047.el (message-posting-charset):
9446         * qp.el (mm-use-ultra-safe-encoding):
9447         * pop3.el (parse-time-months):
9448         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9449         * nnml.el (files):
9450         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9451         (jka-compr-compression-info-list, ange-ftp-path-format)
9452         (efs-path-regexp):
9453         * nndiary.el (files):
9454         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9455         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9456         (epg-digest-algorithm-alist, inhibit-redisplay)
9457         (password-cache-expiry):
9458         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9459         (pgg-output-buffer, password-cache-expiry):
9460         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9461         (efs-path-regexp):
9462         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9463         (inhibit-redisplay):
9464         * mm-uu.el (file-name, start-point, end-point, entry)
9465         (gnus-newsgroup-name, gnus-newsgroup-charset):
9466         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9467         (latin-unity-ucs-list):
9468         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9469         (mm-uu-binhex-decode-function):
9470         * message.el (gnus-message-group-art, gnus-list-identifiers)
9471         (rmail-enable-mime-composing, gnus-local-organization)
9472         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9473         (gnus-read-active-file, facemenu-add-face-function)
9474         (facemenu-remove-face-function, gnus-article-decoded-p)
9475         (tool-bar-mode):
9476         * mail-source.el (display-time-mail-function):
9477         * gnus-util.el (nnmail-pathname-coding-system)
9478         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9479         (gnus-original-article-buffer, gnus-user-agent)
9480         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9481         (xemacs-codename, sxemacs-codename, emacs-program-version):
9482         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9483         * gnus-start.el (gnus-agent-covered-methods)
9484         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9485         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9486         (gnus-newsgroup-headers, gnus-group-list-mode)
9487         (gnus-group-mark-positions, gnus-newsgroup-data)
9488         (gnus-newsgroup-unreads, nnoo-state-alist)
9489         (gnus-current-select-method, mail-sources)
9490         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9491         (nnmail-spool-file, gnus-cache-active-hashtb):
9492         * gnus-mh.el (mh-lib-progs):
9493         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9494         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9495         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9496         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9497         (gnus-group-buffer):
9498         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9499         (font-lock-set-defaults):
9500         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9501         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9502         (gnus-summary-post-menu, total-parts, type, condition, length):
9503         * gnus-agent.el (gnus-agent-read-agentview):
9504         * flow-fill.el (show-trailing-whitespace):
9505         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9506         eval-and-compile wrappers for byte compiler pacifiers.
9507
9508         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9509         (mm-display-inline-fontify): Check for featurep 'xemacs not
9510         extent-list.
9511
9512         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9513         itimer-list.
9514         (mm-create-image-xemacs): Only do something for XEmacs.
9515         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9516
9517         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9518
9519         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9520         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9521
9522 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9523
9524         * nnimap.el (nnimap-split-download-body):
9525         * gnus-demon.el (gnus-demon):
9526         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9527
9528 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9531         New macros.
9532         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9533         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9534         copy data from unibyte buffer to multibyte current buffer.
9535         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9536         to copy data from unibyte current buffer to multibyte buffer.
9537         (nntp-make-process-buffer): Make process buffer unibyte.
9538
9539         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9540
9541 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9542
9543         * pop3.el (pop3-open-server): Accept and process data more robustly at
9544         connexion start to avoid spurious "POP SSL connexion failed" errors.
9545
9546 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9549         read group names.
9550
9551 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9554
9555 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9556
9557         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9558         (nnmail-save-active): Use a unibyte buffer when saving active file,
9559         which may contain non-ASCII group names.
9560
9561         * nnml.el (nnml-request-group): Decode group names in messages.
9562
9563 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9564
9565         * message.el (message-citation-line-function)
9566         (message-insert-formatted-citation-line): Fix spelling of
9567         `message-insert-formated-citation-line'.
9568
9569 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9570
9571         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9572
9573 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9574
9575         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9576         nnmail-pathname-coding-system.
9577
9578         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9579         that a user enters; decode group names in messages.
9580
9581         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9582
9583 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9586
9587         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9588
9589         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9590         risky local variable.
9591
9592         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9593
9594 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9595
9596         * encrypt.el: Improve documentation to fix function name typo.
9597         Reported by Daiki Ueno <ueno@unixuser.org>.
9598
9599 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9602         even if the point is not in the last page of an article.
9603         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9604         back to the previous page.
9605
9606 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9607
9608         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9609
9610 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9613
9614 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9615
9616         * message.el (message-check-news-body-syntax):
9617         Avoid mm-string-as-multibyte.
9618         (message-hide-headers): Don't assume (point-min)==1.
9619
9620 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9621
9622         * message.el (message-remove-blank-cited-lines): Fix if remove is
9623         given.
9624         (message-bogus-address-regexp): New variable.
9625         (message-bogus-recipient-p): New function.
9626         (message-check-recipients): New command.
9627         (message-syntax-checks): Add `bogus-recipient'.
9628         (message-fix-before-sending): Add `bogus-recipient'.
9629
9630         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9631         (gnus-treat-body-boundary): Don't test window-system.
9632
9633 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9634
9635         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9636
9637 2007-10-28  Miles Bader  <miles@gnu.org>
9638
9639         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9640         at compile-time too.
9641
9642 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * gnus-msg.el (gnus-message-setup-hook):
9645         Add `message-remove-blank-cited-lines' to options.
9646
9647 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9648
9649         * message.el (message-remove-blank-cited-lines): New function.
9650         Suggested by Karl Plästerer.
9651
9652 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9655         mapc.
9656
9657         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9658         (top-level): Use mapc to set functions to be traced for debugging.
9659
9660         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9661         called for effect with while loop.
9662
9663         * message.el (message-talkative-question): Replace mapcar called for
9664         effect with mapc.
9665
9666         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9667         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9668         called for effect with dolist.
9669
9670         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9671
9672         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9673         gnus-extra-headers and nnmail-extra-headers.
9674
9675         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9676         called for effect with dolist.
9677         (top-level): Use mapc to set functions to be traced for debugging.
9678
9679         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9680         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9681         dolist.
9682
9683         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9684         Replace mapcar called for effect with mapc.
9685         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9686         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9687         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9688         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9689
9690         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9691         remove-if that's a cl function.
9692
9693         * webmail.el (webmail-debug): Replace mapcar called for effect with
9694         dolist.
9695
9696         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9697         with mapc.
9698
9699 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9702         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9703         with while loop.
9704
9705         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9706         functions from article-* functions.
9707         (gnus-multi-decode-header): Replace mapcar called for effect with
9708         dolist.
9709
9710         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9711         (gnus-bookmark-show-details): Replace mapcar called for effect with
9712         while loop.
9713
9714         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9715         called for effect with while loop.
9716
9717         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9718         with dolist.
9719
9720         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9721         Replace mapcar called for effect with dolist.
9722
9723         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9724
9725         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9726         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9727         Replace mapcar called for effect with dolist.
9728         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9729         mapc.
9730
9731         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9732         Replace mapcar called for effect with dolist.
9733         (gnus-topic-list): Replace mapcar called for effect with mapc.
9734
9735         * gnus.el: Use mapc instead of mapcar to add autoloads.
9736
9737 2007-10-23  Richard Stallman  <rms@gnu.org>
9738
9739         * gnus-group.el (gnus-group-highlight): Mark as risky.
9740
9741 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * gnus.el (gnus-server-to-method): Return method found first in
9744         gnus-newsrc-alist.
9745
9746         * gnus-art.el (gnus-article-highlight-signature)
9747         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9748         button overlay without the front stickiness.
9749
9750 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9751
9752         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9753         overview buffer needed a catch to receive its throw.
9754         (gnus-agent-flush-cache): Declare as interactive to make this function
9755         easier to use.
9756
9757 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9760         `next-line'.
9761
9762 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9765         exclude address matching message-dont-reply-to-names.
9766
9767 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * gnus-util.el (gnus-string<): New function.
9770
9771         * gnus-sum.el (gnus-article-sort-by-author)
9772         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9773
9774 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9777         the frame-focus tag is set in gnus-buffer-configuration.
9778
9779 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9782         the front stickiness.
9783
9784 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9785
9786         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9787         url pattern; remove duplicate one.
9788         (gnus-article-extend-url-button): New function.
9789         (gnus-article-add-buttons): Use it.
9790         (gnus-button-push): Use concatenated url that it makes.
9791
9792 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9793
9794         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9795
9796 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9797
9798         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9799         Don't hardcode point-min==1.
9800
9801 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9802
9803         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9804         Fix comment about "iso8859-1".
9805
9806 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9807
9808         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9809         ones returned from the verify-function.
9810
9811         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9812         Call mml2015-extract-cleartext-signature if extraction failed.
9813
9814 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9815
9816         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9817         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9818         failed.
9819
9820 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9821
9822         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9823
9824 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9827         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9828         recommends to use EasyPG instead of PGG.
9829
9830         * pgg.el: Revert to revision 6.23.2.16.
9831
9832         * pgg-def.el: Revert to revision 6.6.2.14.
9833
9834         * pgg-gpg.el: Revert to revision 6.23.2.34.
9835
9836 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9837
9838         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9839         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9840         thread for both the null and zero (kill/expire thread) universal prefix
9841         cases.
9842         (gnus-summary-expire-thread): Add new function to expire a thread,
9843         using gnus-summary-kill-thread.
9844         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9845         shortcuts for gnus-summary-expire-thread.
9846         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9847         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9848
9849 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9850
9851         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9852         extras value, so an extras entry can be deleted.
9853         (gnus-registry-delete-extra-entry): Use it.
9854         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9855         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9856         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9857         storage through the gnus-registry, and provide an appropriate API for
9858         it.
9859
9860 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9861
9862         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9863         Suggested by Leo <sdl.web@gmail.com>.
9864
9865         * gnus.el: Do.
9866
9867 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9870         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9871
9872         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9873
9874         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9875         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9876
9877 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9878
9879         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9880         newline.
9881         (nnmbox-request-accept-article): Don't change article in source buffer;
9882         narrow to header to use message-fetch-field rather than
9883         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9884         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9885         as delimiters; make sure article ends with newline.
9886         (nnmbox-delete-mail): Correct last position of article to be deleted;
9887         ignore X-Gnus-Newsgroup header in article body.
9888         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9889         positions; make sure article ends with newline.
9890
9891         * message.el (message-display-abbrev): Don't infloop when a user
9892         inserts SPC in the beginning of header.
9893
9894         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9895         coding-system-for-read and coding-system-for-write for XEmacs having no
9896         file-coding feature.
9897
9898         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9899
9900 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9901
9902         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9903         list of groups not followed by default.  Fix type to be regexp.
9904         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9905
9906 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9907
9908         * hmac-def.el (define-hmac-function): Switch from old-style to
9909         new-style backquotes.
9910
9911         * md4.el (md4-make-step): Likewise.
9912
9913 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9916         raw-text coding system when saving .newsrc file, which may contain
9917         non-ASCII group names.
9918
9919 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9920
9921         * gnus-cus.el (gnus-score-extra): New widget.
9922         (gnus-score-extra-convert): New function.
9923         (gnus-score-customize): Use it for Extra.
9924
9925 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9926
9927         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9928         (mml2015-mailcrypt-clear-verify): Use it.
9929         (mml2015-gpg-clear-verify): Use it.
9930         (mml2015-pgg-clear-verify): Use it.
9931         (mml2015-epg-clear-verify): Replace the current part with the output
9932         from GnuPG; don't extract the plaintext by itself.
9933
9934         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9935         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9936         mml2015-clear-verify-function; don't touch the armor headers or
9937         dash-escaped text here.
9938
9939 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9940
9941         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9942         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9943         parts, or application/octet-stream as a last resort.
9944         (gnus-mime-view-part-as-type): Don't toggle display.
9945         (gnus-mime-view-part-as-charset): Don't turn off display before
9946         querying charset.
9947
9948         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9949         stuff to undisplayer function in Emacs.
9950         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9951
9952         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9953         text/calendar parts.
9954
9955 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9958         decoding text/calendar parts.
9959
9960         * message.el (message-forward-make-body-mime): Always mark body as
9961         having no illegible text; remove signed-or-encrypted argument.
9962         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9963
9964         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9965         (mml-generate-mime-1): Don't encode body if it is specified to be in
9966         raw form; don't make buffer be unibyte when inserting multibyte string.
9967
9968 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9969
9970         * sha1.el: Fix up comment style.
9971         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9972         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9973
9974         * hex-util.el: Fix up comment style.
9975         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9976
9977         * gnus-salt.el: Use with-current-buffer.
9978         (gnus-pick-setup-message): Fix long-standing typo.
9979
9980 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * imap.el (imap-logout-timeout): New variable.
9983         (imap-logout, imap-logout-wait): New functions.
9984         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9985
9986         * nnimap.el (nnimap-logout-timeout): New server variable.
9987         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9988         nnimap-logout-timeout.
9989
9990         * gnus-art.el (gnus-article-summary-command-nosave)
9991         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9992
9993 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * gnus.el (gnus-maximum-newsgroup): New variable.
9996
9997         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9998         according to gnus-maximum-newsgroup.
9999
10000         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10001         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10002         Limit the range of articles according to gnus-maximum-newsgroup.
10003
10004 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10005
10006         * gnus-art.el (gnus-sticky-article): Fix problems described in
10007         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10008         Don't perform gnus-configure-windows here; reuse existing sticky
10009         article buffer.
10010
10011         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10012         it doesn't exist in gnus-article-mode.
10013
10014 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10017         (gnus-agent-decoded-group-name): New function.
10018         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10019         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10020
10021 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10022
10023         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10024         Add binding for gnus-sticky-article.
10025         (gnus-summary-exit): Don't kill sticky article buffers.
10026
10027         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10028         article buffer.
10029         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10030         (gnus-kill-sticky-article-buffers): New commands.
10031
10032 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10033
10034         * nntp.el (nntp-xref-number-is-evil): New server variable.
10035         (nntp-find-group-and-number): If it is non-nil, don't trust article
10036         numbers in the Xref header.
10037
10038 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * gnus-agent.el (gnus-agent-read-group): New function.
10041         (gnus-agent-flush-group, gnus-agent-expire-group)
10042         (gnus-agent-regenerate-group): Use it.
10043         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10044         nnmail-pathname-coding-system.
10045
10046 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10049
10050         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10051         that are unread as unread, and also as selected so that information of
10052         marks having been changed by a user may be updated when exiting group.
10053
10054 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10055
10056         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10057
10058 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10061         calculated ignoring signature parts to gnus-treat-article.
10062
10063 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10066         a point here in order to keep the window start.
10067         (gnus-insert-mime-security-button): Make a button overlay without the
10068         front stickiness.
10069         (gnus-mime-display-security): Goto the end of a button.
10070
10071         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10072
10073 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10076         group-name-at-point.
10077         (gnus-group-completing-read): New function that offers decoded
10078         non-ASCII group names for completion.
10079         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10080         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10081         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10082         (gnus-group-fetch-control): Use it.
10083         (gnus-fetch-group): Use group-name-at-point for the initial value
10084         rather than the default value; use gnus-alive-p.
10085
10086         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10087         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10088         (gnus-summary-post-news): Use gnus-group-completing-read.
10089
10090         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10091         (gnus-read-move-group-name): Decode group name for completion.
10092
10093 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10094
10095         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10096         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10097         Yamaoka slightly modified the code).
10098
10099 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10102         (nnmail-split-incoming): Bind it.
10103
10104         * nnml.el (nnml-group-name-charset): New function.
10105         (nnml-decoded-group-name): Use it; don't decode group name if
10106         nnmail-group-names-not-encoded-p is non-nil.
10107         (nnml-encoded-group-name): New function.
10108         (nnml-group-pathname): Inline nnml-decoded-group-name.
10109         (nnml-request-expire-articles): Decode group name in message.
10110         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10111         nnmail-pathname-coding-system.
10112         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10113         not decoded ones according to nnmail-group-names-not-encoded-p.
10114         (nnml-generate-active-info): Use nnml-encoded-group-name.
10115
10116 2007-08-08  Glenn Morris  <rgm@gnu.org>
10117
10118         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10119         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10120         doc-strings and comments.
10121
10122 2007-07-25  Glenn Morris  <rgm@gnu.org>
10123
10124         * Relicense all FSF files to GPLv3 or later.
10125
10126 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10127
10128         * gnus-sum.el (gnus-summary-move-article):
10129         Make gnus-summary-respool-article work.
10130
10131 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10132
10133         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10134         string.
10135
10136 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10137
10138         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10139         that should be ignored when comparing distant RSS articles with local
10140         ones.
10141         (nnrss-make-hash-index): New function.  Create a hash index according
10142         to the ignored fields.
10143         (nnrss-check-group): Use it.
10144
10145 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10148
10149         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10150
10151         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10152         the new optional argument ENCODED is non-nil.
10153         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10154         coding system for encoding group name.
10155         (gnus-group-make-rss-group): Pass un-encoded group name to
10156         gnus-group-make-group.
10157         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10158         encoded.
10159
10160         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10161         Encode group name to which articles are moved or copied.
10162         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10163         coding system for encoding Newsgroup, Followup-To and Xref headers.
10164
10165         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10166         marks; use nnheader-file-coding-system to write a file.
10167         (nnagent-retrieve-headers): Bind file-name-coding-system to
10168         nnmail-pathname-coding-system.
10169
10170         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10171
10172         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10173         (nnml-request-article, nnml-request-create-group)
10174         (nnml-request-rename-group, nnml-find-id)
10175         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10176         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10177         (nnml-save-marks): Use nnml-group-pathname instead of
10178         nnmail-group-pathname.
10179
10180         (nnml-request-create-group, nnml-request-expire-articles)
10181         (nnml-request-move-article, nnml-request-delete-group)
10182         (nnml-deletable-article-p, nnml-possibly-create-directory)
10183         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10184         (nnml-open-marks): Bind file-name-coding-system to
10185         nnmail-pathname-coding-system.
10186
10187         (nnml-request-article): Pass server argument to nnml-find-group-number.
10188         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10189         Pass server argument to nnml-possibly-create-directory.
10190         (nnml-request-accept-article): Pass server argument to
10191         nnml-active-number and nnml-save-mail.
10192         (nnml-find-group-number): Pass server argument to nnml-find-id.
10193         (nnml-request-update-info): Pass server argument to
10194         nnml-marks-changed-p.
10195
10196         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10197         (nnml-save-mail, nnml-active-number): Add server argument.
10198
10199         (nnml-request-delete-group): Warn if group is missing.
10200         (nnml-get-nov-buffer): Decode group name.
10201         (nnml-generate-active-info): Encode group name.
10202         (nnml-open-marks): Decode group name in messages.
10203
10204 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10207         if it is not specified.
10208         (gnus-article-pipe-part, gnus-article-save-part)
10209         (gnus-article-interactively-view-part, gnus-article-copy-part)
10210         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10211         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10212         (gnus-article-replace-part, gnus-article-delete-part)
10213         (gnus-article-view-part-as-type): Pass raw prefix argument to
10214         gnus-article-part-wrapper.
10215
10216 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * gnus-agent.el (gnus-agent-save-active):
10219         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10220
10221         * gnus-cache.el (gnus-cache-save-buffers)
10222         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10223         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10224         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10225         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10226         (gnus-cache-generate-active, gnus-cache-rename-group)
10227         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10228         (gnus-cache-update-overview-total-fetched-for):
10229         Bind file-name-coding-system to nnmail-pathname-coding-system.
10230         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10231         New variables.
10232         (gnus-cache-decoded-group-name): New function.
10233         (gnus-cache-file-name): Use it.
10234         (gnus-cache-generate-active): Use non-decoded group name for active.
10235
10236         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10237         right place.
10238         (gnus-write-active-file): Don't break non-ASCII group names.
10239
10240         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10241         nnmail-pathname-coding-system.
10242
10243         * lpath.el: Bind default-file-name-coding-system,
10244         file-name-coding-system and language-info-alist for XEmacs.
10245
10246         * gnus-uu.el (gnus-uu-decode-save): Typo.
10247
10248 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10249
10250         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10251
10252 2007-07-14  David Kastrup  <dak@gnu.org>
10253
10254         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10255         finishing actions if we did not edit the article.
10256
10257 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10260         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10261         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10262         (gnus-agent-flush-group, gnus-agent-flush-cache)
10263         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10264         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10265         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10266         (gnus-agent-regenerate-group)
10267         (gnus-agent-update-files-total-fetched-for)
10268         (gnus-agent-update-view-total-fetched-for):
10269         Bind file-name-coding-system to nnmail-pathname-coding-system.
10270         (gnus-agent-group-pathname): Don't encode file names by
10271         nnmail-pathname-coding-system.
10272         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10273         coding-system-for-write instead of buffer-file-coding-system to
10274         gnus-agent-file-coding-system.
10275
10276         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10277         Decode group name.
10278
10279         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10280
10281         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10282         (gnus-read-newsrc-el-file): Make group names unibyte.
10283
10284         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10285         nnmail-pathname-coding-system.
10286
10287         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10288         (nnrss-request-delete-group): Bind file-name-coding-system to
10289         nnmail-pathname-coding-system.
10290         (nnrss-read-server-data, nnrss-read-group-data):
10291         Bind file-name-coding-system correctly.
10292         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10293
10294         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10295         (nntp-server-to-method-cache): New variable.
10296         (nntp-group-pathname): New function that decodes non-ASCII group names.
10297         (nntp-possibly-create-directory, nntp-marks-changed-p)
10298         (nntp-save-marks, nntp-open-marks): Use it.
10299         (nntp-possibly-create-directory, nntp-open-marks):
10300         Bind file-name-coding-system to nnmail-pathname-coding-system.
10301         (nntp-open-marks): Decode group names when bootstrapping marks.
10302
10303         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10304         Newsgroups and Folowup-To headers.
10305
10306 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10309         (gnus-server-closed-face, gnus-server-denied-face)
10310         (gnus-server-offline-face): Remove variable.
10311         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10312
10313         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10314         of modifying message-stack directly for XEmacs.
10315
10316         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10317         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10318         if the coding-system argument is nil for XEmacs.
10319
10320         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10321         mm-charset-override-alist.
10322
10323         * rfc2047.el: Don't require base64; require rfc2045 for the function
10324         rfc2045-encode-string.
10325         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10326         to quote the parameter value.
10327
10328 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10329
10330         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10331         form in gnus-group-name-charset-method-alist.
10332
10333         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10334         overrides the default layout edit-form.
10335
10336         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10337
10338         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10339
10340 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10343         as unfetched articles.
10344
10345 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10346
10347         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10348
10349 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10352         original back end that keeps marks in the local system.
10353
10354 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10357         arg of pop-to-buffer for XEmacs.
10358         (gnus-article-read-summary-keys): Ditto; don't restore window
10359         configuration if summary command ends up with neither article buffer
10360         nor summary buffer; describe bindings if summary keys end with C-h.
10361
10362 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * message.el (message-fix-before-sending): Skip raw message part to be
10365         forwarded while checking illegible text.
10366         (message-forward-make-body-mime, message-forward-make-body):
10367         Mark signed or encrypted raw message as having no illegible text.
10368
10369 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10372         (gnus-message-with-timestamp-1): New macro.
10373         (gnus-message-with-timestamp): New function.
10374         (gnus-message): Use them.
10375
10376         * nnheader.el (nnheader-message): Use them.
10377
10378 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10379
10380         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10381         .newsrc.eld file.
10382
10383 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * gnus-agent.el (gnus-agent-fetch-headers)
10386         (gnus-agent-retrieve-headers):
10387         Bind gnus-decode-encoded-address-function to identity.
10388
10389         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10390         available also when the server returns simply a dot.
10391
10392         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10393
10394 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10397
10398 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * gnus-ems.el (gnus-x-splash): Make it work.
10401
10402         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10403         from being used.
10404
10405         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10406
10407 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10410         4th and the 5th arguments.
10411
10412         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10413         the front stickiness.
10414         (gnus-article-summary-command-nosave): Correct the order of the
10415         arguments passed to pop-to-buffer.
10416         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10417         summary command ends up with the article buffer.
10418
10419         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10420         the same faces.
10421
10422 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10423
10424         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10425
10426 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10427
10428         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10429         * gnus-sum.el (gnus-summary-highlight):
10430         * pgg.el (pgg-sign-region, pgg-sign):
10431         * mail-source.el (mail-source-delete-old-incoming-confirm):
10432         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10433
10434 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * gnus-art.el (gnus-mime-view-part-externally)
10437         (gnus-mime-view-part-internally): Fix predicate function passed to
10438         completing-read.
10439
10440         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10441
10442         * gnus.el (gnus-update-message-archive-method): Add :version.
10443
10444 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * gnus.el (gnus-update-message-archive-method): New variable.
10447
10448         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10449         according to gnus-message-archive-method if
10450         gnus-update-message-archive-method is non-nil.
10451
10452 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10455         Suggested by Loic Dachary <loic@dachary.org>.
10456         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10457
10458 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10459
10460         * message.el (message-pop-to-buffer): Add switch-function argument.
10461         (message-mail): Pass switch-function argument to it.
10462
10463 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10464
10465         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10466         Improve doc string.
10467
10468 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10471         (gnus-header-content)
10472         * gnus-cite.el (gnus-cite-10)
10473         * gnus-srvr.el (gnus-server-closed)
10474         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10475         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10476         (gnus-group-mail-3-empty, gnus-group-mail-low)
10477         (gnus-group-mail-low-empty, gnus-splash)
10478         * message.el (message-header-to, message-header-cc)
10479         (message-header-subject, message-header-other, message-header-name)
10480         (message-header-xheader, message-separator, message-cited-text)
10481         (message-mml): Lighten colors of faces used for dark background.
10482
10483 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10484
10485         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10486         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10487
10488 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10489
10490         * message.el (message-narrow-to-headers-or-head):
10491         Ignore mail-header-separator in the body.
10492
10493 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10494
10495         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10496         same as window size.
10497
10498 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10499
10500         * message.el (message-font-lock-keywords): Use message-header-xheader
10501         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10502         ahead of the anything pattern, to get it recognised.
10503
10504 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10507         spam.el loads uses it in the compiled defadvice form.
10508
10509 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10510
10511         * gnus-sum.el (gnus-articles-to-read)
10512         (gnus-summary-insert-old-articles): Don't truncate group name for
10513         `read-string'.
10514
10515         * gnus-util.el (gnus-limit-string): Delete this function.
10516
10517         * gnus-sum.el (gnus-simplify-subject-fully):
10518         Use `truncate-string-to-width' instead.
10519
10520 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10521
10522         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10523         Tell if, on summary exit, the next group has to be selected.
10524         (gnus-summary-exit): Use it.
10525
10526 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10527
10528         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10529         non-break space.
10530
10531 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10534         Check if group is not a directory.
10535         (nnfolder-request-expire-articles): Don't delete articles if the target
10536         group is not available.
10537
10538         * nnml.el (nnml-request-create-group): Properly check if group is not a
10539         file.
10540         (nnml-request-expire-articles): Don't delete articles if the target
10541         group is not available.
10542
10543         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10544         Don't quote characters that are within parentheses.
10545
10546 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10549         (gnus-handle-ephemeral-exit): Select article according to it.
10550
10551 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10552
10553         * message.el (message-insert-formated-citation-line): Remove newline.
10554         (message-citation-line-format): Add final \n here so that the user can
10555         avoid a blank line.
10556
10557 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10558
10559         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10560         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10561         Update lanl/arXiv support.
10562
10563 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10564
10565         * gnus.el: Bump version number.
10566
10567 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10568
10569         * gnus.el (gnus-version-number): Bump version.
10570
10571 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10572
10573         * gnus.el: No Gnus v0.6 is released.
10574
10575 2007-04-27  Didier Verna  <didier@xemacs.org>
10576
10577         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10578         * gmm-utils.el (gmm-regexp-concat): ... here.
10579         * message.el: Don't require 'gnus-util.
10580         (message-dont-reply-to-names): Handle name change above.
10581         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10582
10583 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10584
10585         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10586         since the initial value varies according to the system.
10587
10588 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10591
10592 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10593
10594         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10595
10596 2007-04-24  Didier Verna  <didier@xemacs.org>
10597
10598         Improve the type of gnus-ignored-from-addresses.
10599         * gnus-util.el (gnus-orify-regexp): New function.
10600         * message.el (gnus-util): Require it.
10601         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10602         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10603         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10604
10605 2007-04-24  Didier Verna  <didier@xemacs.org>
10606
10607         * gnus-sum.el:
10608         * gnus-utils.el: Fix some trailing whitespaces.
10609
10610 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10611
10612         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10613         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10614         article's Message-ID; refer parent article in summary buffer.
10615
10616         * message.el (message-bounce): Call mime-to-mml.
10617
10618         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10619         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10620         optimize and/or forms properly.
10621
10622 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10625         URL.
10626
10627 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10630
10631 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10634         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10635         displayed of multipart/alternative part if it is invoked from summary
10636         buffer.
10637
10638         * mm-view.el (mm-inline-text-html-render-with-w3m)
10639         (mm-inline-text-html-render-with-w3m-standalone)
10640         (mm-inline-render-with-function): Use mail-parse-charset by default.
10641
10642 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10643
10644         * parse-time.el (parse-time-string-chars): Check if CHAR
10645         is less than the length of parse-time-syntax.
10646
10647 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10648
10649         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10650         from gnus-newsgroup-processable.
10651
10652 2007-04-16  Didier Verna  <didier@xemacs.org>
10653
10654         * gnus-msg.el (gnus-configure-posting-styles):
10655         Handle message-signature-directory properly with :file syntax.
10656         Reported by "Leo".
10657
10658 2007-04-11  Didier Verna  <didier@xemacs.org>
10659
10660         New user option: message-signature-directory.
10661         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10662         * message.el (message-insert-signature): Ditto.
10663         * message.el (message-signature-file): Doc update.
10664         * message.el (message-signature-directory): New.
10665
10666 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10667
10668         * gnus-msg.el (gnus-inews-yank-articles):
10669         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10670
10671 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * message.el (message-yank-original): Make sure cited text ends with
10674         newline; don't exchange point and mark.
10675
10676 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10677
10678         * tls.el (open-tls-stream): Properly handle case where there
10679         is no associated buffer.
10680
10681 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10682
10683         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10684         message-yank-original, make sure (< mark TEXT point).
10685
10686 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10687
10688         * message.el (message-fill-column): New variable.
10689         (message-mode): Use it.  Add comment on a possible new hook.
10690
10691         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10692         (nnmail-get-new-mail): Reformat.
10693
10694         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10695
10696         * gmm-utils.el: Fix Commentary.
10697         (gmm-tool-bar-from-list): Fix typo in doc string.
10698
10699 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10700
10701         * message.el (message-yank-original): Don't switch point and mark
10702         unnecessarily to put point and mark as documented.
10703
10704 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705
10706         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10707         from the message heads.
10708
10709 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10710
10711         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10712         article buffer does not have a window.  This may not be the best
10713         solution but is certainly better than setting the start of the null,
10714         that is the current, window.
10715
10716 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10717
10718         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10719         (gnus-draft-setup): Run it.
10720
10721         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10722         gnus-score-fast-scoring.  Allow regexp.
10723         (gnus-score-headers): Use it.
10724
10725         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10726         XEmacs.
10727
10728         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10729         string.
10730         (gnus-button-alist): Also catch `<f1> k ...'.
10731         (gnus-treat-display-x-face): Fix doc string.
10732
10733 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10734
10735         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10736         evaluation of gnus-extended-version to ensure correct generation of the
10737         User-Agent header when message-generate-headers-first is used.
10738
10739 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10740
10741         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10742         hashcash-path is nil.  Don't call callback with incorrect number of
10743         parameters if val is 0.
10744
10745 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10746
10747         * message.el (message-required-news-headers):
10748         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10749
10750 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10751
10752         * tls.el (open-tls-stream): In handshake-waiting loop,
10753         don't wait more if there is output available to process.
10754
10755 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10756
10757         * tls.el (tls-program): Doc fix.
10758
10759 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * message.el (message-generate-new-buffers): Change the meaning of the
10762         nil value; add `standard' to the choices; treat t as `unique'; improve
10763         doc string.
10764         (gnus-select-frame-set-input-focus): Autoload.
10765         (message-buffer-name): Search for the existing message buffer if
10766         message-generate-new-buffers is nil or `standard'; treat the value t of
10767         message-generate-new-buffers as `unique'.
10768         (message-pop-to-buffer): Raise the frame already displaying the message
10769         buffer; clear the echo area after querying.
10770         (message-setup): Pass the `continue' argument to compose-mail.
10771         (message-mail): Prefer `switch-function' if it is given; search for the
10772         existing message buffer if the `continue' argument is non-nil; pass
10773         continue and switch-function arguments to compose-mail by way of
10774         message-setup.
10775         (message-mail-other-window): Adjust argument of message-setup.
10776         (message-mail-other-frame): Ditto.
10777
10778 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10779
10780         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10781         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10782         to turn font-lock on when turning gnus-message-citation-mode on.
10783
10784 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10785
10786         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10787         (mml-smime-function-alist): New variable; add epg as the backend.
10788         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10789         mml-smime- functions instead.
10790         * mm-view.el: Require smime.
10791
10792 2007-03-05  Didier Verna  <didier@xemacs.org>
10793
10794         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10795         instead of just inheritance for posting styles.
10796         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10797
10798 2007-02-24  Chris Moore  <dooglus@gmail.com>
10799
10800         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10801         * pgg-pgp.el (pgg-pgp-encrypt-region):
10802         * pgg-gpg.el (pgg-gpg-encrypt-region):
10803         Check pgg-encrypt-for-me if no other recipients.
10804
10805 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10806
10807         * tls.el (tls-certtool-program): Fix custom type.
10808
10809 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10812         and point-at-eol instead of line-(beginning|end)-position.
10813
10814         * assistant.el (assistant-parse-buffer): Ditto.
10815
10816         * netrc.el (netrc-parse-services): Ditto.
10817
10818 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10819
10820         * mml2015.el (mml2015-epg-find-usable-key): New function.
10821         (mml2015-epg-sign): Use it.
10822         (mml2015-epg-encrypt): Use it.
10823
10824 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10825
10826         * message.el (message-make-in-reply-to): Quote name containing
10827         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10828         if there are special characters.  Reported by NAKAJI Hiroyuki
10829         <nakaji@jp.freebsd.org>.
10830
10831 2007-02-27  Didier Verna  <didier@xemacs.org>
10832
10833         Include the group parameters as well as the topic ones in the
10834         inheritance filter process.
10835         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10836         argument GROUP-PARAMS-LIST.
10837         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10838
10839 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10840
10841         * nntp.el (nntp-never-echoes-commands)
10842         (nntp-open-connection-functions-never-echo-commands): New variables.
10843         (nntp-send-command): Use them.
10844
10845 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10846
10847         * mml2015.el (mml2015-epg-verify): Simplify.
10848
10849 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * mml.el (mml-content-disposition-alist): New user option.
10852         (mml-content-disposition): New function.
10853         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10854         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10855
10856 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10857
10858         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10859         verification.
10860
10861 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10862
10863         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10864         articles posted in the last 24 hours.
10865
10866 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10867
10868         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10869
10870 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10871
10872         * nntp.el (nntp-send-command): Don't wait for echoes when
10873         nntp-open-ssl-stream is used.
10874
10875 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10876
10877         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10878         (gnus-message-add-citation-keywords)
10879         (gnus-message-remove-citation-keywords): Remove.
10880         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10881         directly, make the variables in font-lock-defaults buffer-local, add
10882         gnus-message-citation-keywords to them and then update the value of
10883         font-lock-keywords.
10884
10885 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10886
10887         * message.el (message-cite-original-1): Don't call
10888         gnus-article-highlight-citation.
10889
10890         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10891         citations; fix line count.
10892
10893 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10896         (gnus-message-add-citation-keywords)
10897         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10898         versions of font-lock-add-keywords and font-lock-remove-keywords to
10899         work with XEmacs correctly.
10900
10901 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * gnus-cite.el (gnus-cite-face-list): Set the values of
10904         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10905         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10906         (gnus-message-cite-prefix-regexp): New variable.
10907         (gnus-message-search-citation-line): Use it; protect against long
10908         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10909         the 0th match data for Emacs.
10910         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10911         (gnus-message-add-citation-keywords): Append keywords rather than
10912         prepending; emulate font-lock-add-keywords if it is not available.
10913         (gnus-message-remove-citation-keywords):
10914         Emulate font-lock-remove-keywords if it is not available.
10915
10916         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10917
10918         * message.el (message-cite-prefix-regexp): Set the value of
10919         gnus-message-cite-prefix-regexp.
10920
10921 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10922
10923         * nnweb.el (nnweb-google-parse-1): Update parser.
10924
10925 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10926
10927         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10928
10929 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10930
10931         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10932         regexp.
10933
10934 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10935
10936         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10937         string-to-multibyte.
10938         (uudecode-decode-region-internal): Use it.
10939
10940         * lpath.el: Fbind string-as-multibyte for XEmacs.
10941
10942 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10943
10944         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10945         Fix custom choice.
10946
10947         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10948
10949 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10950
10951         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10952
10953         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10954         `write-region' to respect `mm-inhibit-file-name-handlers'.
10955
10956 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10957
10958         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10959         Use gnus-home-directory instead of "~/" or "$HOME".
10960
10961 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10962
10963         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10964         to mention filename.
10965         Add comments at beginning regarding usage.
10966         (encrypt-write-file-contents): Change interactive so a string is
10967         acceptable.  If the file has no associated model, show an error instead
10968         of a nonsense prompt.
10969
10970 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10971
10972         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10973         Thanks to Yoshihiko Yamada for kind notification of this typo.
10974
10975 2007-01-12  Kenichi Handa  <handa@m17n.org>
10976
10977         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10978         multibyte buffer.
10979
10980 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10981
10982         * gnus-score.el (gnus-score-fast-scoring): New variable.
10983         (gnus-score-headers): Use it.
10984
10985         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10986
10987         * message.el (message-cite-original-1):
10988         Call gnus-article-highlight-citation if requested.
10989         (message-make-from): Allow name and address as optional arguments.
10990
10991         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10992
10993         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10994         bugs to doc string.
10995         (gnus-button-alist): Add mid\\|message-id.
10996         (gnus-button-fetch-group): Extend for use in
10997         `browse-url-browser-function'.
10998         (gnus-button-url-regexp): Try to catch paired parentheses like in
10999         Wikipedia URLs.
11000
11001         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11002         Suggested by Simon Krahnke <overlord@gmx.li>.
11003
11004 2007-01-13  Romain Francoise  <romain@orebokech.com>
11005
11006         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11007         Update copyright.
11008
11009 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11010
11011         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11012
11013 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11014
11015         * gnus-registry.el (gnus-registry-unfollowed-groups)
11016         (gnus-registry-split-fancy-with-parent): Fix documentation.
11017
11018 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11019
11020         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11021         from nnweb groups.
11022
11023 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11024
11025         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11026         Xref urls.  Erase buffer before requesting head.
11027
11028         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11029
11030 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11031
11032         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11033         customizable.
11034
11035 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11036
11037         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11038         no signing key is found.
11039         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11040         no encrypting and/or signing key is found.
11041
11042 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11043
11044         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11045
11046 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11047
11048         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11049         headers read from disk with the ones newly found in the current search.
11050         This should no longer cause problems, because the article numbers in
11051         Gmane's `nov.php' output are ignored since the previous change.
11052
11053 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11054
11055         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11056
11057 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11060         replace-regexp-in-string; bind url-version; fbind display-images-p and
11061         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11062         find-face and set-itimer-function for Emacs; bind itimer-list for
11063         Emacs.
11064
11065         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11066
11067 2007-01-01  Romain Francoise  <romain@orebokech.com>
11068
11069         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11070
11071 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11072
11073         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11074         `define-minor-mode' macro definition expanded properly.
11075         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11076         exclude it there.
11077
11078         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11079         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11080         `fboundp' test.
11081         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11082         This is OK to autoload in (S)XEmacs now.
11083
11084 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11085
11086         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11087         keystroke.
11088         (gnus-summary-limit-to-singletons): Fix typo.
11089
11090         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11091         else fails.
11092
11093 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11094
11095         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11096         docstring.
11097
11098         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11099         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11100         (gnus-summary-insert-dormant-articles): Fix typo in message.
11101
11102 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11103
11104         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11105         nil for XEmacs.
11106         (gnus-message-citation-mode): Don't autoload in XEmacs.
11107
11108         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11109
11110 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11111
11112         * nnimap.el (nnimap-expunge-search-string):
11113         Mention nnimap-search-uids-not-since-is-evil in docstring.
11114
11115 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11116
11117         * spam.el: Revert to make-obsolete-variable because
11118         define-obsolete-variable-alias is not supported in Emacs 21.
11119
11120         * spam.el (spam-ifile-path, spam-ifile-database-path)
11121         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11122         make-obsolete-variable.
11123         (spam-bsfilter-path, spam-bsfilter-program)
11124         (spam-spamassassin-path, spam-spamassassin-program)
11125         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11126         Don't use "path" inappropriately.
11127         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11128         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11129         variable names.
11130
11131 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11132
11133         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11134         summary buffer.
11135
11136         * password.el (password-cache-remove): Use clear-string to burn
11137         password, if available.
11138
11139 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11142
11143         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11144
11145         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11146         (gnus-message-highlight-citation): Move defcustom here from
11147         gnus-cite.el.
11148         (gnus-message-citation-mode): Autoload.
11149
11150         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11151         checks to make it compile with XEmacs.
11152         (gnus-message-citation-mode): New minor mode.
11153         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11154         (gnus-message-highlight-citation): New variables.
11155         (gnus-message-search-citation-line)
11156         (gnus-message-add-citation-keywords)
11157         (gnus-message-remove-citation-keywords)
11158         (turn-on-gnus-message-citation-mode)
11159         (turn-off-gnus-message-citation-mode): New functions.
11160
11161 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11162
11163         * gnus-cite.el: Enable highlighting of different citation levels in
11164         message-mode.
11165
11166 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11167
11168         * message.el (message-make-fqdn): Fix comment.
11169         (message-bogus-system-names): Add ".local".
11170
11171         * spam.el (spam-ifile-path, spam-ifile-program)
11172         (spam-ifile-database-path, spam-ifile-database)
11173         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11174         Don't use "path" inappropriately.
11175         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11176         strings.
11177         (spam-check-ifile, spam-ifile-register-with-ifile)
11178         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11179         Use new variable names.
11180
11181         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11182         (gnus-treat-display-smileys): Simplify using
11183         gnus-image-type-available-p.
11184
11185         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11186         available.
11187
11188         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11189         Use `display-images-p' if available.
11190
11191 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11192
11193         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11194         one after turning on the buffer's multibyteness instead of decoding
11195         them directly in the unibyte buffer that causes unexpected conversion
11196         in Emacs 23 (unicode).
11197
11198 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11199
11200         * message.el (message-generate-hashcash): Fix custom type.
11201
11202 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11203
11204         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11205
11206 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11207
11208         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11209         disconnect icons.  Add help text.
11210
11211 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11212
11213         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11214         negated to be consistent with the others we handle.
11215
11216 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11217
11218         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11219         version of gnus-summary-buffer to something, so that we can use two
11220         article buffers at the same time.
11221
11222 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11223
11224         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11225         trigger all the extra headers.
11226         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11227         sorting.
11228
11229 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11230
11231         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11232         solid groups.
11233
11234 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11235
11236         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11237
11238 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * legacy-gnus-agent.el: Add Copyright notice.
11241
11242 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11243
11244         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11245
11246 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11247
11248         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11249
11250         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11251         to make it work reliably in CVS Emacs.
11252         (gnus-summary-limit-strange-charsets-predicate)
11253         (gnus-summary-limit-to-predicate): New functions.
11254
11255 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11256
11257         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11258         specifying array size.
11259         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11260         array if it is too small.
11261         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11262         (gnus-sort-threads-loop): New function.
11263
11264 2006-12-06  Chris Moore  <dooglus@gmail.com>
11265
11266         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11267         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11268
11269 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11270
11271         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11272         options.
11273
11274 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11275
11276         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11277         DOS-ing the recipient.
11278
11279         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11280         the headers when creating the mapping to avoid mismappings.
11281         (nnweb-gmane-create-mapping): Always nix out old mapping.
11282
11283 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11286         and mm-verify-option to never.
11287
11288 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * message.el (message-signed-or-encrypted-p): New function.
11291         (message-forward-make-body): Use it.
11292
11293         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11294         Replace encode-coding-string with mm-encode-coding-string.
11295
11296 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11297
11298         * nneething.el (nneething-decode-file-name):
11299         Replace decode-coding-string with mm-decode-coding-string.
11300
11301         * gnus-int.el (gnus-open-server): Say failed server's name.
11302
11303 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11304
11305         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11306         strings to a single string.  Quote `errors-file-name'.
11307         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11308         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11309         Adjust calls.  Use `shell-quote-argument'.
11310
11311 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11312
11313         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11314         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11315
11316         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11317         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11318         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11319         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11320         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11321         (gnus-subscribe-newsgroup, gnus-1):
11322         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11323         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11324         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11325         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11326
11327 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11328
11329         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11330         keystroke.
11331         (gnus-summary-limit-to-bodies): Implement headersp.
11332
11333 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11334
11335         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11336
11337 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11340
11341 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11342
11343         * message.el (message-generate-hashcash): Expand range of values to
11344         include `opportunistic'.
11345         (message-send-mail): Use it.
11346
11347 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11348
11349         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11350         and comment it.
11351
11352         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11353
11354 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11355
11356         * gnus-util.el (gnus-extract-address-components): Improve comment.
11357
11358 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * gnus-util.el (gnus-extract-address-components): Work with address in
11361         which the name portion contains @.
11362
11363         * lpath.el: Fbind custom-autoload.
11364
11365 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11366
11367         * gnus.el (gnus-start): Move custom group up.
11368         (gnus-select-method): Don't autoload, but make it available for
11369         `customize-variable'.
11370         (gnus-getenv-nntpserver): Don't autoload.
11371
11372 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11373
11374         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11375
11376 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11377
11378         * message.el (message-sendmail-extra-arguments): New variable.
11379         (message-send-mail-with-sendmail): Use it.
11380
11381 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11384         mm-with-unibyte-current-buffer to make string unibyte.
11385
11386         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11387         mm-string-as-multibyte.
11388
11389 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11390
11391         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11392         Reported by Werner Koch <wk@gnupg.org>.
11393
11394 2006-11-14  Daiki Ueno  <ueno@p360>
11395
11396         * mml2015.el: Autoload epa-select-keys when compiling.
11397
11398 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11399
11400         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11401         message-options.
11402         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11403
11404 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11405
11406         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11407         EasyPG (< 0.0.6).
11408         (mml2015-always-trust): New user option.
11409         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11410         prompt.
11411
11412 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * nntp.el (nntp-authinfo-force): New variable.
11415         (nntp-send-authinfo): Use it.
11416
11417 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11418
11419         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11420         decode encoded words.  Improve prompt.  Add comment about forwarding.
11421         (message-replacement-char): Move up.
11422
11423 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11424
11425         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11426         instead of gnus-intersection because arguments of gnus-sorted-nunion
11427         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11428
11429 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11430
11431         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11432         (message-simplify-subject-functions):
11433         Enable message-strip-subject-encoded-words by default.
11434
11435 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11436
11437         * message.el (message-strip-subject-encoded-words): New function.
11438         (message-simplify-subject-functions): New variable.
11439         (message-simplify-subject): Use it.  Fix typo in doc string.
11440         Support message-strip-subject-encoded-words.
11441
11442 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11443
11444         * gnus-diary.el (gnus-diary-delay-format-function):
11445         * nndiary.el (nndiary-reminders):
11446         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11447
11448 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * gnus-art.el (article-hide-boring-headers): Fetch date from
11451         gnus-original-article-buffer to avoid problems with localized date
11452         strings.
11453
11454 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11457
11458 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11459
11460         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11461         New variables.
11462         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11463         (mm-charset-synonym-alist): Move some entries to
11464         mm-codepage-iso-8859-list.
11465         (mm-charset-synonym-alist, mm-charset-override-alist):
11466         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11467
11468 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11471
11472 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11473
11474         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11475         with Emacs 21 and XEmacs.
11476
11477 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11478
11479         * spam.el (spam-parse-address): New function for better parsing,
11480         catching errors, etc.
11481         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11482
11483 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11484
11485         * mm-view.el: Add interactive arg to html2text autoload.
11486
11487 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11488
11489         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11490
11491 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11492
11493         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11494         New variables.
11495         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11496         (mm-charset-synonym-alist): Move some entries to
11497         mm-codepage-iso-8859-list.
11498
11499         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11500
11501 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * message.el (message-citation-line-format)
11504         (message-insert-formated-citation-line): Fix implementation of %E, %N
11505         and %n according to the doc string.
11506
11507 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11508
11509         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11510         Use car-safe to avoid bad parses.
11511
11512 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11513
11514         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11515         names.
11516
11517         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11518
11519 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11522         header.
11523
11524         * message.el (message-draft-headers): Add Date.
11525         (message-headers-to-generate): Fix typo in docstring.
11526
11527         * nndraft.el (nndraft-required-headers): New variable.
11528         (nndraft-generate-headers): Use it.
11529
11530         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11531
11532 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11533
11534         * gnus-registry.el (gnus-registry-wash-for-keywords)
11535         (gnus-registry-find-keywords): New functions to allow easy searching of
11536         articles that are in the registry.
11537
11538 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11539
11540         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11541         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11542         Reported by Damien Elmes <damien@repose.cx>.
11543
11544 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11545
11546         * gnus.el (gnus-mime): Remove unused custom group.
11547
11548 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11549
11550         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11551         "blank line" when searching for end of armor headers.
11552
11553 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * gmm-utils.el (gmm-write-region): Fix variable name.
11556
11557 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11558
11559         * gmm-utils.el (gmm-write-region): New function based on compatibility
11560         code from `mm-make-temp-file'.
11561
11562         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11563
11564         * nnmaildir.el (nnmaildir--update-nov)
11565         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11566         Use `gmm-write-region'.
11567
11568 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11571         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11572
11573         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11574
11575         * message.el (message-replacement-char): New variable.
11576         (message-fix-before-sending): Use it.
11577         (message-simplify-subject): New function to remove duplicate code.
11578         (message-reply, message-followup): Use it.
11579
11580         * gnus-sum.el (gnus-summary-make-menu-bar):
11581         Clarify gnus-summary-limit-to-articles.
11582
11583 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * gnus-util.el (gnus-with-local-quit): New macro.
11586
11587         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11588
11589 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11590
11591         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11592         ignore non-string data.
11593
11594 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11595
11596         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11597         non-string data (needs to be done in the registry too).
11598
11599 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11600
11601         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11602         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11603         (gnus-registry-split-fancy-with-parent)
11604         (gnus-registry-fetch-simplified-message-subject-fast)
11605         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11606         Remove text properties on ingress into the registry and when it's saved.
11607         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11608         registry from entries with no groups.
11609
11610 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11611
11612         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11613         function to remove string properties.
11614
11615 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11616
11617         * gmm-utils.el (gmm): Adjust custom version.
11618
11619         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11620         Adjust custom version.
11621
11622         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11623
11624 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11625
11626         * gnus-art.el (gnus-insert-prev-page-button)
11627         (gnus-insert-next-page-button): Simplify.  Reformat.
11628
11629 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11630
11631         * gnus-art.el (gnus-insert-prev-page-button)
11632         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11633
11634 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11635
11636         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11637
11638 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11639
11640         * gnus-art.el (gnus-insert-mime-button)
11641         (gnus-insert-mime-security-button):
11642         Apply gnus-article-button-face to MIME and security buttons.
11643
11644 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11645
11646         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11647         readable.
11648
11649 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11652
11653 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11654
11655         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11656         `browse-url-of-file' instead of `browse-url'.
11657
11658 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11659
11660         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11661         regexp.  Articles containing quotation were cut prematurely.
11662
11663 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * message.el (message-cite-original-1): Use nobody by default for the
11666         value of From header.
11667         (message-reply): Ditto.
11668
11669 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11670
11671         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11672         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11673         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11674
11675 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11676
11677         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11678         mails in the doc string.  Add some URLs in comment.
11679         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11680
11681 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11684         backslashes handling and the way to find boundaries of quoted strings.
11685
11686 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11687
11688         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11689         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11690         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11691         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11692
11693 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11694
11695         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11696         doc string.
11697         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11698
11699 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * lpath.el: Fbind epg-check-configuration.
11702
11703 2006-09-06  Simon Josefsson  <jas@extundo.com>
11704
11705         * mml2015.el (mml2015-use): Doc fix, mention epg.
11706
11707 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11708
11709         * mml2015.el (mml2015-use): Default to epg, if available.
11710
11711 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11712
11713         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11714         message-sender.
11715         (mml1991-epg-encrypt): Ditto.
11716         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11717         message-sender.
11718         (mml2015-epg-encrypt): Ditto.
11719
11720 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11721
11722         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11723         several common directories.
11724
11725 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11726
11727         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11728         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11729
11730 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11731
11732         * gnus-art.el (article-decode-encoded-words): Make it fast.
11733
11734 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11735
11736         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11737
11738         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11739         in quoted string into `\'.
11740
11741 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11742
11743         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11744         Use standard-syntax-table.
11745
11746 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11747
11748         * gnus-art.el (gnus-decode-address-function): New variable.
11749         (article-decode-encoded-words): Use it to decode headers which are
11750         assumed to contain addresses.
11751         (gnus-mime-delete-part): Remove useless `or'.
11752
11753         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11754         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11755         (gnus-nov-parse-line): Use it to decode From header.
11756         (gnus-get-newsgroup-headers): Ditto.
11757         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11758
11759         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11760         (mail-decode-encoded-address-string): New alias.
11761
11762         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11763         New function.
11764         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11765         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11766         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11767         (rfc2047-decode-string): Ditto.
11768         (rfc2047-decode-address-region): New function.
11769         (rfc2047-decode-address-string): New function.
11770
11771 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11772
11773         * message.el (message-caesar-buffer-body): Allow rotating headers.
11774
11775         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11776
11777         * message.el (message-insert-formated-citation-line): Fix %f.
11778         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11779
11780 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11783         (gnus-bookmark-mouse-available-p): New macro.
11784         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11785         (gnus-bookmark-bmenu-show-infos): Use it.
11786         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11787         (gnus-bookmark-bmenu-hide-infos): Ditto.
11788         (gnus-bookmark-remove-properties): New function.
11789         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11790         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11791         (gnus-bookmark-write-file): Bind coding-system-for-write.
11792         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11793         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11794         group before selecting it.
11795         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11796         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11797         quit-window if it is not available; use gnus-mouse-2 and bind it to
11798         gnus-bookmark-bmenu-select-by-mouse.
11799         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11800         (gnus-bookmark-bmenu-select-by-mouse): New function.
11801
11802 2006-08-13  Romain Francoise  <romain@orebokech.com>
11803
11804         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11805         space.
11806
11807 2006-08-10  Romain Francoise  <romain@orebokech.com>
11808
11809         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11810         (dns-mode-soa-auto-increment-serial): New user option.
11811         (dns-mode-soa-maybe-increment-serial): New function.
11812         (dns-mode): Add the latter to `write-contents-functions'.
11813
11814 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * compface.el (uncompface): Use binary rather than raw-text-unix.
11817
11818 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11819
11820         * compface.el (uncompface): Make sure the eol conversion doesn't take
11821         place when communicating with the external programs.
11822         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11823
11824 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11825
11826         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11827
11828 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11829
11830         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11831         Make it more robust by parsing author and date independently.
11832
11833 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11836
11837 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11838
11839         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11840         first matching secret key.
11841         (mml2015-epg-encrypt): Ditto.
11842
11843         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11844         first matching secret key.
11845         (mml1991-epg-encrypt): Ditto.
11846
11847         * mml2015.el (mml2015-encrypt-to-self): New user option.
11848         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11849         mml2015-epg-encrypt-to-self is set.
11850
11851         * mml1991.el (mml1991-encrypt-to-self): New variable.
11852         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11853         mml1991-epg-encrypt-to-self is set.
11854
11855         * mml2015.el (mml2015-signers): New user option.
11856         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11857         (mml2015-epg-encrypt): Allow to select signing keys.
11858
11859         * mml1991.el (mml1991-signers): New variable.
11860         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11861         (mml1991-epg-encrypt): Allow to select signing keys.
11862
11863 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * nnheader.el (nnheader-insert-head): Make it work even if the file
11866         uses CRLF for the line-break code.
11867
11868 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11869
11870         * mml2015.el: Require mml-sec instead of password.
11871         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11872         (mml2015-cache-passphrase): Inherit the default value from
11873         mml-secure-cache-passphrase.
11874         (mml2015-passphrase-cache-expiry): Inherit the default value from
11875         mml-secure-passphrase-cache-expiry.
11876
11877         * mml1991.el: Require mml-sec instead of password.
11878         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11879         (mml1991-cache-passphrase): Inherit the default value from
11880         mml-secure-cache-passphrase.
11881         (mml1991-passphrase-cache-expiry): Inherit the default value from
11882         mml-secure-passphrase-cache-expiry.
11883
11884         * mml-sec.el: Require password.
11885         (mml-secure-verbose): New user option.
11886         (mml-secure-cache-passphrase): New user option.
11887         (mml-secure-passphrase-cache-expiry): New user option.
11888
11889 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11890
11891         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11892         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11893         andreas@altroot.de (Andreas Vögele).
11894
11895         FIXME: Use `tiny change'?
11896
11897 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11898
11899         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11900         workaround for the url package included with Emacs.
11901
11902         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11903
11904 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11907         correctly.  This fixes a bug caused by the 2006-05-12 change.
11908
11909 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11910
11911         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11912         some information about the error when saying that the `bogus' mail
11913         group will be used.
11914
11915 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11916
11917         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11918         string.
11919
11920 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11921
11922         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11923
11924 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11925
11926         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11927
11928 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11929
11930         * mml1991.el (mml1991-function-alist): Add epg.
11931         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11932         (mml1991-epg-encrypt): New functions.
11933
11934 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11935
11936         * mml2015.el (mml2015-verbose): New variable.
11937         (mml2015-cache-passphrase): Ditto.
11938         (mml2015-passphrase-cache-expiry): Ditto.
11939         (mml2015-function-alist): Add epg.
11940         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11941         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11942         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11943         New functions.
11944
11945 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11946
11947         * message.el (message-cite-original-1): Preserve region when removing
11948         quoted text due to X-No-Archive in order to avoid bogus attribution
11949         when citing multiple messages.
11950
11951 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11952
11953         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11954         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11955
11956 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11957
11958         * gnus-diary.el (gnus-user-format-function-d)
11959         (gnus-user-format-function-D): Autoload.
11960
11961         * imap.el (Commentary): Fix typo.
11962
11963         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11964         2006-04-22 contribution.
11965
11966 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11967
11968         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11969         It didn't really fix the bogosity I'm seeing with solid web groups.
11970
11971 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11972
11973         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11974         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11975         created using server names.  If we use the feature without declaring
11976         it, Gnus does not properly manage server and group state.
11977
11978         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11979         bound.
11980
11981 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11982
11983         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11984         looking up the method using GROUP's prefix before inventing a new one.
11985         It is used on killed/unknown groups in various places where returning
11986         an all-new method isn't expected by the caller.
11987
11988         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11989         and match semantics of gnus-group-real-prefix.
11990
11991 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11992
11993         * nnmail.el (nnmail-broken-references-mailers): New variable.
11994         (nnmail-ignore-broken-references): New function generalizing
11995         nnmail-fix-eudora-headers.
11996         (nnmail-fix-eudora-headers): Now obsolete.
11997
11998         * gnus-art.el (gnus-button-handle-custom):
11999         Support `customize-apropos*'.
12000
12001 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12002
12003         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12004
12005         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12006         articles.
12007
12008 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12009
12010         * message.el (message-cite-reply-above): New variable.
12011         (message-yank-original): Use it.
12012
12013 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12016
12017 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12018
12019         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12020         as read.
12021
12022         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12023
12024 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12025
12026         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12027         (gnus-bookmark-default-file): Use gnus-directory.
12028         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12029         Remove "*" in doc string.
12030         (gnus-bookmark-write-file): Simplify.
12031         (gnus-bookmark-maybe-sort-alist): Use `when'.
12032         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12033         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12034         Add FIXME about Emacs 21 and XEmacs compatibility.
12035         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12036         compatibility.
12037         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12038         compatibility.
12039         (gnus-bookmark-menu-heading): Fix version.
12040
12041 2006-06-19  Bastien Guerry  <bzg@altern.org>
12042
12043         * gnus-bookmark.el: New file.
12044
12045 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * message.el (message-syntax-checks): Doc fix.
12048
12049 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12050
12051         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12052         unsubscribed groups as if they were killed ones.  It causes duplicate
12053         entries in gnus-newsrc-alist.
12054
12055 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * message.el (message-syntax-checks): Doc fix.
12058         (message-send-mail): Add check for continuation headers.
12059         (message-check-news-header-syntax): Fix regexp used to check for
12060         continuation headers.
12061
12062 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12063
12064         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12065
12066 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12067
12068         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12069
12070 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12071
12072         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12073         default-truncate-lines.
12074
12075 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12078         to fill the utf-8 entry.
12079
12080         * lpath.el: Fbind unicode-precedence-list.
12081
12082 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12083
12084         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12085
12086 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12087
12088         * gnus-agent.el (directory-files-and-attributes): Move all the way
12089         forward (the third and final move).
12090         (gnus-agent-read-agentview): Trap reconstruction errors due to
12091         nonexistent directory.  Handle by returning nil.
12092
12093 2006-05-30  Didier Verna  <didier@xemacs.org>
12094
12095         * message.el (message-dont-reply-to-names): Update the custom type.
12096         * message.el (message-dont-reply-to-names): New defsubst: potentially
12097         convert a list of regexps into a single one.
12098         * message.el (message-get-reply-headers): Use it.
12099         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12100
12101 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * gnus-agent.el (directory-files-and-attributes): Move forward.
12104
12105 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12106
12107         * gnus-ml.el (gnus-mailing-list-subscribe)
12108         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12109         (gnus-mailing-list-message): Fix doc strings.
12110
12111 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12112
12113         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12114         of doing it manually.
12115
12116 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12119         comment.
12120
12121 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12122
12123         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12124         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12125         (gnus-agent-read-local): All symbols allocated in my-obarray.
12126         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12127         (gnus-agent-regenerate-group): Check numeric names to see if they are
12128         messages or groups.
12129         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12130         better way of do this...)
12131
12132         * gnus-cache.el (gnus-agent-total-fetched-for):
12133         Ignore 'dummy.group' (there should be a better way of do this...)
12134
12135 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12136
12137         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12138         (gnus-saved-headers): Ditto.
12139         (gnus-default-article-saver): Mention functions may have properties.
12140         (gnus-article-save): Override gnus-save-all-headers and
12141         gnus-saved-headers by :headers property which saver function may have.
12142         (gnus-summary-save-in-file): Add :headers property.
12143         (gnus-summary-write-to-file): Ditto.
12144
12145         * gnus-sum.el (gnus-summary-save-article): Bind
12146         gnus-prompt-before-saving to t when saving many articles in a file;
12147         always show all headers.
12148
12149         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12150
12151 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12152
12153         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12154         marks.
12155
12156         * message.el (message-indent-citation): Add optional arguments to allow
12157         using it outside of message buffers.
12158
12159         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12160         (gnus-article-treat-unfold-headers): Use it.
12161         (gnus-article-truncate-lines): New variable.
12162         (gnus-article-mode): Use it.
12163         (gnus-article-toggle-truncate-lines): New function.
12164
12165         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12166         Add gnus-article-toggle-truncate-lines.
12167
12168         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12169         coding system in XEmacs, use binary.
12170
12171 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12174         after-load-alist.
12175
12176         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12177         this function should save decoded articles.
12178         (gnus-summary-write-to-file): Use property to specify this function
12179         should save decoded articles and specify gnus-summary-save-in-file
12180         should be used to save articles other than the first one when saving
12181         many articles.
12182         (gnus-summary-save-body-in-file): Use property to specify this
12183         function should save decoded articles.
12184         (gnus-summary-write-body-to-file): Use property to specify this
12185         function should save decoded articles and specify
12186         gnus-summary-save-body-in-file should be used to save articles other
12187         than the first one when saving many articles.
12188
12189         * gnus-sum.el (gnus-summary-save-article): Simplify.
12190
12191 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * gnus-art.el (gnus-default-article-saver):
12194         Add gnus-summary-write-body-to-file.
12195         (gnus-article-save-coding-system): Don't use coding system object
12196         in XEmacs.
12197         (gnus-read-save-file-name): Add optional `dir-var' argument which
12198         specifies directory in which files are saved; work even if optional
12199         `variable' argument is not specified.
12200         (gnus-summary-write-to-file): Read file name.
12201         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12202         (gnus-summary-write-body-to-file): New function.
12203
12204         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12205         (gnus-summary-local-variables): Add it.
12206         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12207         (gnus-summary-save-article): Remove optional `decode' argument;
12208         determine whether to decode articles by the value of
12209         gnus-default-article-saver; when saving many files using
12210         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12211         it first and use gnus-summary-save-in-file or
12212         gnus-summary-save-body-in-file thereafter unless
12213         gnus-prompt-before-saving is always; move point to article which
12214         will be saved.
12215         (gnus-summary-save-article-file): Revert.
12216         (gnus-summary-write-article-file): Revert.
12217         (gnus-summary-save-article-body-file): Revert.
12218         (gnus-summary-write-article-body-file): New function.
12219
12220 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12221
12222         * gnus-art.el (gnus-default-article-saver): Doc fix.
12223         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12224         from gnus-summary-save-article-coding-system, and default to a
12225         certain coding system.
12226         (gnus-output-to-file): Add coding cookie and encode text according
12227         to gnus-article-save-coding-system; don't use mm-append-to-file.
12228
12229         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12230         gnus-art.el and rename to gnus-article-save-coding-system.
12231         (gnus-summary-save-article): Require gnus-art; don't show all
12232         headers if it decodes articles; don't add coding cookie here;
12233         don't bind mm-text-coding-system-for-write.
12234         (gnus-summary-save-article-file): Save decoded articles.
12235         (gnus-summary-write-article-file): When saving many files, use
12236         gnus-summary-write-to-file first and gnus-summary-save-in-file
12237         thereafter unless gnus-prompt-before-saving is always.
12238         (gnus-summary-save-article-body-file): Save decoded articles.
12239
12240         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12241
12242 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12243
12244         * nnrss.el (nnrss-check-group): Bind hash-index.
12245
12246 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12247
12248         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12249         its hash index.  Store this hash in `nnrss-group-data'.
12250         (nnrss-read-group-data): Update accordingly.
12251
12252 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12253
12254         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12255         entry.
12256
12257         * gnus-sum.el (gnus-summary-make-menu-bar):
12258         Add gnus-article-browse-html-article.
12259
12260 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12261
12262         * gnus-sum.el (gnus-summary-mime-map):
12263         Add gnus-article-browse-html-article.
12264
12265         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12266
12267 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12270         suitable coding systems in customize.
12271
12272 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12273
12274         * mail-source.el (mail-sources): Fix custom type.
12275
12276 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12277
12278         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12279         (gnus-summary-expire-articles-now): Shorten prompt.
12280
12281         * gmm-utils.el (wid-edit): Require.
12282         (defun-gmm): Rename from `gmm-defun-compat'.
12283         (gmm-image-search-load-path): Use it.
12284         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12285
12286 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * gnus-sum.el (gnus-summary-save-article-coding-system):
12289         New variable.
12290         (gnus-summary-save-article): Add optional `decode' argument.
12291         If it is set and gnus-summary-save-article-coding-system is non-nil,
12292         save decoded article.
12293         (gnus-summary-write-article-file): Save decoded article if
12294         gnus-summary-save-article-coding-system is non-nil.
12295
12296         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12297         type.
12298
12299 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12302
12303 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12306         first to test gnus-single-article-buffer which may be buffer-local.
12307
12308         * gnus-sum.el (gnus-summary-setup-buffer):
12309         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12310         group; make gnus-article-buffer, gnus-article-current, and
12311         gnus-original-article-buffer always buffer-local.
12312         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12313         group.
12314         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12315
12316 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12317
12318         * nnml.el (nnml-request-compact-group): Compressed files might not
12319         have .gz extension.
12320
12321 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12322
12323         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12324         (mm-copy-to-buffer): Use with-current-buffer.
12325         (mm-display-part): Simplify.
12326         (mm-inlinable-p): Add optional arg `type'.
12327
12328 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12329
12330         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12331         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12332         Try harder to show the attachment internally or externally using
12333         gnus-mime-view-part-as-type.
12334
12335 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12336
12337         * message.el (message-from-style, message-signature-separator)
12338         (message-user-organization-file, message-send-mail-function)
12339         (message-citation-line-function, message-yank-prefix)
12340         (message-indent-citation-function, message-signature)
12341         (message-signature-file, message-signature-insert-empty-line):
12342         Remove autoloads.
12343
12344         * gnus-art.el (gnus-buttonized-mime-types):
12345         Remove "multipart/signed".  Revert 2006-04-26 change.
12346
12347 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12348
12349         * gnus.el (gnus-version-number): Bump version.
12350
12351 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12352
12353         * gnus.el: No Gnus v0.5 is released.
12354
12355 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12356
12357         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12358         fetching articles by message-id.
12359
12360 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12361
12362         * message.el (hashcash): Require hashcash as normal.
12363
12364         * ecomplete.el (ecomplete-highlight-match-line):
12365         Use point-at-eol.
12366         (ecomplete-highlight-match-line): Use `highlight', because that
12367         face exists in both Emacs and XEmacs.
12368
12369         * message.el (message-display-abbrev): Use point-at-bol.
12370
12371         * mail-source.el: Don't require timer/timer-funcs.
12372
12373         * gnus-async.el: Ditto.
12374
12375         * password.el: Ditto.
12376
12377         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12378
12379         * mm-url.el: Ditto.
12380
12381         * gnus-xmas.el: Don't require timer-funcs.
12382
12383         * mm-util.el: Require timer/timer-funcs.
12384
12385 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12386
12387         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12388         Close.
12389
12390 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12393         unibyte after clear-decrypt function runs.
12394
12395         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12396         returns as a unibyte string.
12397
12398 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * lpath.el: Revert.
12401
12402         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12403         (pgg-gpg-process-sentinel): Revert.
12404
12405         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12406         (pgg-pgp-lookup-key): Revert.
12407
12408         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12409         (pgg-pgp5-lookup-key): Revert.
12410
12411         * pgg.el (pgg-fetch-key): Revert.
12412
12413 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12414
12415         * lpath.el: Fbind string-as-multibyte for XEmacs.
12416
12417         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12418         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12419         (mml1991-pgg-encrypt): Ditto.
12420
12421         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12422         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12423         a multibyte buffer.
12424
12425         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12426         (pgg-pgp-lookup-key): Ditto.
12427
12428         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12429         (pgg-pgp5-lookup-key): Ditto.
12430
12431         * pgg.el (pgg-fetch-key): Ditto.
12432
12433 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * message.el (message-user-organization-file): Check several
12436         locations of the organization file.
12437
12438         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12439         Add gnus-article-view-part-as-type.
12440
12441         * gnus-art.el (gnus-article-view-part-as-type): New function.
12442
12443         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12444         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12445
12446         * mml.el: Simplify autoload.
12447         (mml-mode): defvar dnd-protocol-alist instead of using
12448         symbol-value.
12449         (mml-default-directory): New variable.
12450         (mml-minibuffer-read-file): Use it.
12451         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12452
12453         * message.el (message-citation-line-format): New variable.
12454         (message-insert-formated-citation-line): New function.
12455         (message-citation-line-function):
12456         Add `message-insert-formated-citation-line' to custom type.
12457
12458         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12459         to doc string.
12460
12461         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12462         depending on mm-verify-option.
12463
12464 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12465
12466         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12467         binding pgg-* variables; reimplement the section which prevents
12468         MIME header from being signed.
12469         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12470         pgg-text-mode; remove a blank line at the top of body.
12471
12472         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12473         lines at the top of body; use gnus-newsgroup-charset if there's no
12474         Charset header.
12475
12476 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * message.el (message-self-insert-commands): Doc fix.
12479
12480         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12481         (mm-uu-pgp-encrypted-test): Ditto.
12482         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12483         between header and body; return application/pgp-encrypted handle
12484         if decryption failed; decode decrypted body by charset.
12485
12486         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12487         element match to application/pgp-*.
12488
12489 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12490
12491         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12492         HTML.
12493
12494 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12495
12496         * mail-source.el (mail-source-call-script): Message the error
12497         string.
12498
12499 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12500
12501         * gnus-util.el (gnus-byte-compile): Use it.
12502
12503 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12504
12505         * gnus-util.el (kill-empty-logs): New function.
12506
12507 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12508
12509         * message.el (message-mail-alias-type): Doc fix.
12510         (message-mail-alias-type-p): New function.
12511         (message-send): Use it.
12512         (message-mode): Ditto.
12513         (message-strip-forbidden-properties): Ditto.
12514
12515         * ecomplete.el (ecomplete-database-file-coding-system):
12516         New variable.
12517         (ecomplete-save): Use it.
12518         (ecomplete-setup): Use it.
12519
12520 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * message.el (message-self-insert-commands): New variable.
12523         (message-strip-forbidden-properties): Use it.
12524
12525 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12526
12527         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12528         that doesn't make XEmacs choke.
12529
12530 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * gnus-util.el (gnus-replace-in-string):
12533         Prefer replace-regexp-in-string over of replace-in-string.
12534
12535 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12536
12537         * gnus-util.el (gnus-select-frame-set-input-focus):
12538         Use select-frame-set-input-focus if it is available in XEmacs; use
12539         definition defined in Emacs 22 for old Emacsen.
12540
12541         * dgnushack.el: Autoload unmorse-region for XEmacs.
12542
12543         * lpath.el: Bind cursor-in-non-selected-windows and
12544         select-frame-set-input-focus for XEmacs.
12545
12546 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12549
12550 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12551
12552         * gnus-registry.el (gnus-registry-cache-save): Remove text
12553         properties when saving via the temp buffer.
12554
12555 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12556
12557         * message.el (message-generate-hashcash): Honor custom type.
12558
12559 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12560
12561         * message.el (message-generate-hashcash): Default to non-nil when
12562         hashcash is found.
12563
12564         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12565         (gnus-refer-thread-limit): Increase default to 500.
12566
12567         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12568
12569         * flow-fill.el (fill-flowed): Allow delete-space.
12570
12571 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12574         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12575         Remove autoloads.
12576
12577 2006-04-18  Simon Josefsson  <jas@extundo.com>
12578
12579         * message.el (message-generate-hashcash): Default to.
12580
12581 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12584         concatenating segments rather than before concatenating them.
12585
12586 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12589
12590 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12591
12592         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12593
12594         * message.el (message-forward-make-body-plain):
12595         Allow message-forward-ignored-headers to be a list.
12596         (message-remove-ignored-headers): Factor out into function.
12597         (message-forward-make-body-mml): Use it.
12598
12599         * imap.el (imap-quote-specials): New function.
12600         (imap-login-auth): Quote specials.
12601
12602         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12603         (rfc2231-parse-string): Allow concatanation of parameters that
12604         aren't contiguous.  The test case is
12605           (mail-header-parse-content-type "message/external-body;
12606             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12607             access-type=LOCAL-FILE;
12608             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12609
12610 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12611
12612         * nntp.el (nntp-accept-process-output): Return the value of
12613         `nnheader-accept-process-output'.
12614
12615 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12616
12617         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12618         (gnus-button-alist): Recognize more diff formats.
12619         (gnus-button-patch): Strip directory.
12620
12621 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12622
12623         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12624         Emacs 22 when setting focus.
12625
12626 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12627
12628         * gnus-art.el (gnus-article-treat-types): Do treatment of
12629         text/x-verbatim parts.
12630         (gnus-button-patch): New command.
12631
12632         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12633         addresses that contain invalid characters.
12634
12635 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12636
12637         * message.el (message-put-addresses-in-ecomplete):
12638         Use gnus-replace-in-string.
12639         (message-is-yours-p): Use the more correct
12640         mail-header-parse-address instead of
12641         mail-extract-address-components.
12642         (message-put-addresses-in-ecomplete): Fix typo.
12643
12644         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12645         keystroke.
12646
12647         * gnus-art.el (gnus-treatment-function-alist): Change order of
12648         newsgroups/generic header folding to avoid double-folding.
12649
12650         * message.el (message-hidden-headers): Add X-Draft-From.
12651
12652         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12653         New command.
12654         (gnus-summary-repeat-search-article-backward): New command.
12655
12656         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12657         groups in the parent topic.
12658
12659 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12660
12661         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12662         (spam-extra-header-to-number): Return the CRM114 number as a
12663         number instead of a string.
12664
12665 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12666
12667         * gnus-art.el (gnus-face-properties-alist): Move here from
12668         gnus-fun.
12669
12670         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12671
12672 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12673
12674         * message.el (message-strip-forbidden-properties): Only display on
12675         self-insert-command.
12676
12677         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12678         reindent.
12679         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12680
12681 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12682
12683         * smiley.el (smiley-style): Fix typo.
12684
12685 2006-03-23  Kenichi Handa  <handa@m17n.org>
12686
12687         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12688         instead of set-buffer-multibyte.
12689
12690 2006-03-23  Kenichi Handa  <handa@m17n.org>
12691
12692         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12693         buffer and then decode the buffer text if necessary.
12694         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12695         first, and after mm-encode-body, change the buffer to unibyte.
12696
12697 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12698
12699         * hashcash.el (hashcash-insert-payment-async-2):
12700         Use message-goto-eoh instead of doing it manually.
12701         (mail-add-payment): Use message-narrow-to-header instead of trying
12702         to do the same itself.
12703
12704         * message.el (message-hidden-headers): Add Face.
12705
12706         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12707         reparenting code.
12708         (gnus-summary-reparent-children): Refactored out code.
12709         (gnus-summary-thread-map): New keystroke.
12710         (gnus-summary-reparent-children): Make into command.
12711
12712         * smiley.el (smiley-style): Default to `medium' if using a large
12713         font.
12714
12715         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12716         does it itself.
12717
12718         * message.el (message-point-in-header-p): Simplify definition.
12719
12720 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12721
12722         * nnagent.el (nnagent-request-set-mark): Silence log file
12723         writing.
12724         (nnagent-request-set-mark): Use write-region instead of
12725         append-to-file.
12726
12727         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12728         strange select method.
12729
12730         * ecomplete.el (ecomplete-display-matches): Get highlightling
12731         right.
12732         (ecomplete-display-matches): Use literals.
12733         (ecomplete-display-matches): Disable message logging.
12734
12735         * message.el (message-display-abbrev): Small optimization.
12736
12737         * ecomplete.el (ecomplete-display-matches): Allow automatic
12738         display.
12739
12740         * message.el (message-strip-forbidden-properties):
12741         Display abbrevs.
12742         (message-display-abbrev): Get automatic display right.
12743
12744         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12745         keystrokes.
12746
12747 2006-04-13  Romain Francoise  <romain@orebokech.com>
12748
12749         TODO: Backport to v5-10!
12750
12751         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12752         Move here (and rename) from gnus-registry.el.
12753
12754         * gnus-registry.el: Require gnus-util.
12755         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12756
12757 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12758
12759         * gnus-group.el (gnus-group-catchup-current):
12760         Change if-then-else-if-then-else into cond.
12761         (gnus-group-catchup): Indent.
12762         (group-name-at-point): New function.
12763         (gnus-fetch-group): Provide default from thing at point.
12764
12765 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12766
12767         * message.el (message-display-abbrev): Fix regexp.
12768
12769         * ecomplete.el (ecomplete-highlight-match-line):
12770         Reimplement choosing.
12771         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12772         dead variables.
12773
12774         * message.el (message-newline-and-indent): Remove debugging.
12775         (message-display-abbrev): Use new implementation.
12776
12777 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12778
12779         * gnus-art.el (gnus-article-mode):
12780         Set cursor-in-non-selected-windows to nil.
12781
12782         * smiley.el: Revert previous change.
12783         (smiley-data-directory): defvar it before using it in the
12784         defcustom of `smiley-style'.
12785
12786 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12787
12788         * message.el (message-newline-and-indent): New function.
12789
12790         * ecomplete.el: Implement more bits.
12791
12792         * message.el (message-put-addresses-in-ecomplete): Clean up the
12793         string.
12794
12795         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12796
12797         * gnus-sum.el (gnus-summary-save-parts):
12798         Bind gnus-summary-save-parts-counter and use it to make unique file
12799         names.
12800
12801         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12802
12803         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12804         parameter to say whether to actually parse the individual
12805         addresses.
12806
12807         * message.el (message-put-addresses-in-ecomplete): New function.
12808         (ecomplete): Require.
12809         (message-mail-alias-type): Add ecomplete as an option.
12810
12811 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12812
12813         * flow-fill.el (fill-flowed): Remove trailing space from blank
12814         quoted lines.
12815
12816 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12817
12818         * smiley.el (smiley-style): Move definition later to avoid a
12819         compilation warning.
12820
12821 2006-04-12  Kenichi Handa  <handa@m17n.org>
12822
12823         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12824         buffer and then decode the buffer text if necessary.
12825         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12826         first, and after mm-encode-body, change the buffer to unibyte.
12827         Use mm-disable-multibyte instead of set-buffer-multibyte.
12828
12829 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12830
12831         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12832         Content-Type header instead of Content-Disposition header.
12833         (gnus-mime-inline-part): Ditto.
12834         (gnus-mime-view-part-as-charset): Ignore charset that the part
12835         specifies.
12836
12837         * mm-decode.el (mm-display-part): Work with external parts and
12838         usual parts similarly.
12839
12840         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12841         instead of gnus-display-mime.
12842
12843         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12844         instead of with-temp-buffer.
12845
12846         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12847         tag to summarized topics part in order to encode non-ASCII text.
12848
12849 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12850
12851         * smiley.el (smiley-style): New variable.
12852         (smiley-directory): New function.
12853         (smiley-data-directory): Derive from `smiley-style' using
12854         `smiley-directory'.
12855         (smiley-regexp-alist): Add new entries.
12856
12857         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12858         (gnus-article-browse-delete-temp): Add :version.
12859
12860 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12861
12862         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12863         the sieve region.
12864
12865 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12866
12867         * gnus.el (gnus-version-number): Bump version.
12868
12869 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12870
12871         * gnus.el: No Gnus v0.4 is released.
12872
12873 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12874
12875         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12876         layout.
12877
12878         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12879         unknown charset.
12880
12881         * message.el (message-header-synonyms): Add Original-To to the
12882         default.
12883
12884         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12885         optional parameter.
12886
12887 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12888
12889         * gnus-fun.el (gnus): Require it for gnus-directory.
12890
12891 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12894
12895 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12896
12897         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12898
12899 2006-04-05  Simon Josefsson  <jas@extundo.com>
12900
12901         * password.el (password-reset): New function.
12902
12903 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12904
12905         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12906         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12907
12908 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12909
12910         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12911         Some whitespace was matched into the url, which broke browsing hits
12912         > 100 when mm-url-use-external was nil.
12913
12914 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12915
12916         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12917         Check gnus-extra-headers for 'Newsgroups.
12918
12919         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12920         bound.
12921
12922 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12923
12924         * pgg-gpg.el: Clean up process buffers every time gpg processes
12925         complete.
12926
12927 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12928
12929         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12930         doc string.
12931
12932 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12933
12934         * pgg-gpg.el (pgg-gpg-process-filter)
12935         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12936
12937         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12938         lines, temporary fix.
12939
12940 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12941
12942         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12943
12944 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12945
12946         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12947         default-enable-multibyte-characters.  This reverts the change from
12948         revision 6.17 which is no longer necessary because the passphrase
12949         is sent separately now.  GnuPG messages are unreadable under
12950         multibyte locales with default-enable-multibyte-characters set to
12951         nil.
12952
12953 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12954
12955         * message.el (message-tool-bar-gnome): Move "spell".
12956
12957 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12958
12959         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12960         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12961         instead.
12962
12963 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12964
12965         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12966         Improve newsgroups handling for NNTP overviews which don't include
12967         Newsgroups.
12968
12969 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12970
12971         * message.el (message-resend): Bind message-generate-hashcash to nil.
12972
12973 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12974
12975         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12976         when searching for already-paid recipients.
12977
12978 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12979
12980         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12981         passphrases when it is not needed.
12982         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12983         passphrase stuff from gpg, should only be necessary when you use
12984         gpg with a smartcard.
12985
12986 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12987
12988         * mml.el (mml-insert-mime): Ignore cached contents of
12989         message/external-body part.
12990
12991         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12992         (mm-insert-part): Ditto.
12993
12994 2006-03-23  Simon Josefsson  <jas@extundo.com>
12995
12996         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12997         Reiner.
12998         (pgg-gpg-use-agent-p): Use it again.
12999
13000 2006-03-23  Simon Josefsson  <jas@extundo.com>
13001
13002         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13003         older emacsen.
13004         (pgg-gpg-use-agent-p): Don't use it.
13005
13006 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13007
13008         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13009         if we can.
13010
13011 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13012
13013         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13014         (pgg-gpg-update-agent): New function.
13015         (pgg-gpg-use-agent-p): New function.
13016         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13017         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13018         (pgg-gpg-sign-region): Use it.
13019
13020 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13023         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13024
13025 2006-03-21  Simon Josefsson  <jas@extundo.com>
13026
13027         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13028         <wilde@sha-bang.de>.
13029         (pgg-gpg-use-agent): New variable.
13030         (pgg-gpg-process-region): Use it.
13031         (pgg-gpg-encrypt-region): Likewise.
13032         (pgg-gpg-encrypt-symmetric-region): Likewise.
13033         (pgg-gpg-decrypt-region): Likewise.
13034         (pgg-gpg-sign-region): Likewise.
13035         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13036
13037 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13038
13039         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13040
13041         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13042         Add comment on version.
13043
13044 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13045
13046         * smiley.el: Add missing test smiley.
13047
13048 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * mm-decode.el (mm-with-part): New macro.
13051         (mm-get-part): Use it; work with message/external-body as well.
13052         (mm-save-part): Treat name and filename equally.
13053
13054         * mm-extern.el (mm-extern-cache-contents): New function.
13055         (mm-inline-external-body): Use it; force the part to be displayed;
13056         move undisplayer added to the cached handle to the parent.
13057
13058         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13059         (gnus-mime-view-part-as-type): Work with message/external-body.
13060
13061         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13062
13063 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13064
13065         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13066         images in image-load-path.  [Sync with image.el, revision 1.60, in
13067         Emacs.]
13068
13069 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13072         path rather than symbol.  Always return list of directories.
13073         Guarantee that image directory comes first.  [Sync with image.el,
13074         revision 1.59, in Emacs.]
13075
13076         * message.el (message-make-tool-bar): Adjust to new API of
13077         `gmm-image-load-path-for-library'.
13078
13079         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13080
13081         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13082
13083 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13084
13085         * gnus-art.el (gnus-article-only-boring-p):
13086         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13087         intangible text.
13088         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13089
13090 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13091
13092         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13093         Use `defun' instead of `gmm-defun-compat'.
13094
13095 2006-03-14  Simon Josefsson  <jas@extundo.com>
13096
13097         * message.el (message-unique-id): Don't use message-number-base36
13098         if (user-uid) is a float.
13099         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13100
13101 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13104
13105         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13106         empty line between a part and a message part.
13107
13108 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13109
13110         * smiley.el: Add more test smileys.
13111         (smiley-data-directory, smiley-regexp-alist)
13112         (gnus-smiley-file-types): Fix doc strings.
13113         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13114         adding new elements.
13115         (smiley-mouse-map): Unused code.  Make it a comment.
13116
13117 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13120         scan latest NoCeM messages instead of old ones.
13121         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13122         delimiters that are recently used.
13123         (gnus-nocem-load-cache): Add autoload cookie.
13124
13125         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13126
13127         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13128         level which is larger than gnus-use-nocem is specified.
13129
13130         * gnus-group.el (gnus-group-get-new-news): Ditto.
13131
13132 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * gnus-util.el (gnus-tool-bar-update): New function.
13135
13136         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13137         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13138
13139         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13140
13141         * gnus-group.el (gnus-group-redraw-when-idle)
13142         (gnus-group-redraw-check): Remove.
13143         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13144
13145 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13146
13147         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13148         if optional last element is specified in splits (FIELD VALUE...).
13149
13150 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13151
13152         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13153         to gmm-image-load-path-for-library.  Call with no-error argument.
13154         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13155
13156         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13157
13158         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13159
13160         * gmm-utils.el (gmm-image-load-path): Remove alias.
13161
13162 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13163
13164         * gmm-utils.el (gmm-image-load-path): Add alias.
13165
13166         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13167         nnml-generate-nov-databases-1.
13168         (nnml-generate-nov-databases): Use it.
13169         (nnml-generate-nov-databases-directory): Document no-active
13170         argument.
13171
13172         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13173         directory if path is t.  Add no-error.
13174
13175         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13176         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13177
13178         * gnus-art.el (gnus-article-browse-delete-temp-files):
13179         Simplify resetting gnus-article-browse-html-temp-list.
13180
13181         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13182         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13183         Add example to docstring.  Rename local variables.  Move error
13184         checks to default case in cond and simplify.
13185
13186 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13187
13188         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13189         handle is multipart when calling it recursively.
13190         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13191
13192 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13193
13194         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13195         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13196
13197 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13198
13199         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13200         is loaded.
13201
13202         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13203         loaded.
13204
13205 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13206
13207         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13208         to "Emacs 23 (unicode)" in doc string.
13209
13210         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13211         "Emacs 23 (unicode)" in comment.
13212
13213 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13216
13217         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13218         characters 160 through 255 in Emacs 23.
13219
13220 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13221
13222         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13223         gnus-article-browse-html-temp.
13224         (gnus-article-browse-delete-temp): Make it customizable.
13225         Add `file'.  Adjust doc string.
13226         (gnus-article-browse-delete-temp-files): Add argument.
13227         Allow query for each file.  Adjust doc string.
13228         (gnus-article-browse-html-parts):
13229         Add `gnus-article-browse-delete-temp-files' to
13230         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13231
13232 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13233
13234         * gnus-art.el (gnus-article-browse-html-temp)
13235         (gnus-article-browse-delete-temp): New variables.
13236         (gnus-article-browse-delete-temp-files): New function.
13237         (gnus-article-browse-html-parts): Use it.
13238
13239 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13240
13241         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13242
13243         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13244         string.
13245
13246         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13247         gnus-summary-insert-new-articles when unplugged.
13248         Remove gnus-summary-search-article-forward.
13249
13250         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13251         display-visual-class instead of display-color-cells.
13252
13253 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * dgnushack.el: Autoload customize-group for XEmacs.
13256
13257         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13258         message/* containing non-ASCII text properly.
13259
13260 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13261
13262         * message.el: Require gmm-utils, remove autoloads.
13263         (message-tool-bar): Set default based on
13264         gmm-tool-bar-style.
13265         (message-tool-bar-gnome): Add gmm-customize-mode.
13266
13267         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13268         gmm-tool-bar-style.
13269         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13270
13271         * gnus-group.el (gnus-group-tool-bar): Set default based on
13272         gmm-tool-bar-style.
13273         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13274
13275         * gmm-utils.el (gmm-image-directory): Rename variable from
13276         gmm-image-load-path.
13277         (gmm-image-load-path): Use gmm-image-directory.
13278         (gmm-customize-mode): New function.
13279         (gmm-tool-bar-style): New variable.
13280
13281         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13282         gnus-group-redraw-line-number.
13283         (gnus-group-redraw-check): Simplify.
13284         (gnus-group-tool-bar-update): Remove redraw check.
13285         (gnus-group-make-tool-bar): Add redraw check.
13286
13287 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13288
13289         * gnus-art.el (gnus-button): Add missing parentheses.
13290
13291 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * lpath.el: Fbind line-number-at-pos.
13294
13295 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13298
13299 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13300
13301         * gnus-art.el (gnus-button): New face.
13302         (gnus-article-button-face): Use it.
13303
13304         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13305         Add gnus-summary-next-page.  Re-order.
13306
13307         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13308         next-node are now included.
13309         (gnus-group-redraw-line-number): New internal variable.
13310         (gnus-group-redraw-check): Helper function for updating the tool
13311         bar.
13312         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13313
13314         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13315
13316         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13317         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13318         Use it to match format of Spamassassin 3.0 and later.
13319         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13320         (spam-check-bogofilter)
13321         (spam-bogofilter-register-with-bogofilter): Fix args of
13322         `gnus-error' calls.
13323
13324 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13325
13326         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13327         unnecessary interaction when sending queued mails.
13328         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13329
13330 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13331
13332         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13333         first or last are nil.
13334
13335 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13336
13337         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13338
13339 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13340
13341         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13342
13343 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13344
13345         * dns.el (query-dns): Protect more against buggy tcp output.
13346
13347 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13348
13349         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13350         nov.php.
13351
13352 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13353
13354         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13355         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13356         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13357         output on the server side.
13358         (nnweb-google-create-mapping): Update regexps and add some
13359         progress indication.
13360
13361 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13362
13363         * gnus-group.el (gnus-group-tool-bar-gnome):
13364         Fix gnus-agent-toggle-plugged.  Re-order icons.
13365         (gnus-group-tool-bar-gnome):
13366         Add gnus-group-{prev,next}-unread-group.
13367         (gnus-group-tool-bar-gnome): Re-order icons.
13368
13369         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13370         Move gnus-summary-insert-new-articles.
13371
13372         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13373         Fix comments.
13374
13375         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13376         also available in Emacs 21.3.
13377
13378         * message.el (message-fix-before-sending): Change "Emacs 22" to
13379         "Emacs 23 (unicode)" in comment.
13380
13381         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13382         "Emacs 23 (unicode)" in comment.
13383
13384         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13385         comment.
13386         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13387
13388         * mm-view.el (mm-fill-flowed): Add :version.
13389
13390 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13391
13392         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13393         and load-path.
13394
13395 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13396
13397         * message.el: Autoload gmm-image-load-path.
13398         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13399         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13400         consitency.
13401
13402         * gmm-utils.el (gmm-image-load-path): Also search in
13403         "../etc/images".  Don't set gmm-image-load-path if we don't find
13404         the image.
13405
13406 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * gmm-utils.el (gmm-image-load-path): Don't make
13409         `gmm-image-load-path' include subdirectories which the second arg
13410         `image' might specify.
13411
13412         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13413         subdirectory to icon file names.
13414
13415         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13416
13417 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13418
13419         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13420         gmm-image-load-path calls.
13421
13422         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13423
13424         * message.el (message-make-tool-bar): Ditto.
13425
13426         * mml.el (mml-preview): Add comment concerning tool bar icons.
13427
13428         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13429         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13430
13431         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13432         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13433
13434         * message.el (message-tool-bar-gnome): Use new icon names.
13435         (message-make-tool-bar): Use `gmm-image-load-path'.
13436
13437         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13438         New functions from MH-E.
13439         (gmm-image-load-path): New variable from MH-E.
13440         (gmm-image-load-path): New function from MH-E.  Add arguments
13441         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13442         *-image-load-path-called-flag.
13443
13444 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13445
13446         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13447
13448 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13449
13450         * nnimap.el (nnimap-request-move-article): Change folder back to
13451         source group before deleting.
13452
13453 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13454
13455         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13456
13457         * gnus-art.el (mm-url-insert-file-contents-external):
13458         Autoload mm-url.
13459
13460         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13461
13462 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13463
13464         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13465         coding system which mm-charset-to-coding-system returns for a
13466         given charset is valid.
13467
13468 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13469
13470         * html2text.el (html2text-remove-tag-list):
13471         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13472
13473 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13474
13475         * gnus-cus.el: Revert 2005-10-17 change.
13476
13477 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * gnus-art.el (article-strip-banner):
13480         Call article-really-strip-banner only when the regexp match is made.
13481
13482 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * gnus-art.el (article-strip-banner):
13485         Use gnus-extract-address-components instead of
13486         mail-header-parse-addresses to make it work with non-ASCII text;
13487         remove mail-encode-encoded-word-string.
13488
13489         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13490         values which are surrounded with \"...\"; make it never cause a
13491         Lisp error; give up parsing of parameters if it failed in
13492         extracting type.
13493
13494 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13495
13496         * smime.el (smime-cert-by-ldap-1): Fix bug where
13497         `smime-ldap-search' returns results without userCertificates.
13498
13499 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13502
13503 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13504
13505         * spam.el (spam-check-spamassassin-headers): Adapt format for
13506         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13507         <ari@mbf.ocn.ne.jp>.
13508         (spam-list-of-processors): Add spam-use-gmane.
13509
13510 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13511
13512         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13513         make-temp-file; make it work with XEmacs as well.
13514
13515         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13516         mm-make-temp-file.
13517
13518         * mm-decode.el (mm-display-external): Use the 3rd arg of
13519         mm-make-temp-file.
13520         (mm-create-image-xemacs): Ditto.
13521
13522 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13525         with message-narrow-to-headers.
13526         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13527         (gnus-draft-check-draft-articles): New function.
13528         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13529
13530 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13531
13532         * gnus-art.el (gnus-article-browse-html-parts):
13533         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13534         Don't use suffix argument for mm-make-temp-file for Emacs 21
13535         compatibility.  Remove useless `format'.
13536
13537 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13538
13539         * nnweb.el (nnweb-google-wash-article): Update regexps.
13540         (nnweb-group-alist): Use defvoo instead of defvar.
13541
13542 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13545         re-loading nn* modules.
13546
13547 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13548
13549         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13550         for `tool-bar-mode' and don't check it's default-value.
13551
13552         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13553
13554         * message.el (message-make-tool-bar): Ditto.
13555
13556         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13557         `substring'.  Shorten tmp-file name.
13558
13559         * gnus.el: Remove bogus comment.
13560
13561 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13562
13563         * gnus-art.el (gnus-article-browse-html-parts): New function.
13564         (gnus-article-browse-html-article): New function for viewing html
13565         articles with a browser.
13566
13567 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13568
13569         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13570         in elisp.
13571         (pgg-gpg-encrypt-symmetric-region): Ditto.
13572         (pgg-gpg-sign-region): Ditto.
13573
13574         * pgg-def.el (pgg-text-mode): New variable.
13575
13576         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13577         (mml2015-pgg-encrypt): Ditto.
13578
13579         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13580         (mml1991-pgg-encrypt): Ditto.
13581
13582 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * nnfolder.el (nnfolder-insert-newsgroup-line):
13585         Use message-make-date instead of current-time-string.
13586
13587         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13588         to gnus-decoded which mm-uu might set.
13589
13590 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13593         don't decode quoted parameters; remove misimported Emacs code.
13594         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13595         (rfc2231-decode-encoded-string): Don't use split-string which
13596         behaves differently according to Emacs version; use
13597         mm-decode-coding-region to convert charset to coding-system.
13598         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13599         (rfc2231-encode-string): Remove misimported Emacs code.
13600
13601 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13604         when calling mail-header-parse-content-type.
13605         (article-de-quoted-unreadable): Ditto.
13606         (article-de-base64-unreadable): Ditto.
13607         (article-wash-html): Ditto.
13608
13609         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13610         calling mail-header-parse-content-type and
13611         mail-header-parse-content-disposition.
13612         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13613         mail-header-parse-content-type.
13614
13615         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13616         insert charset and format parameters; encode description after
13617         inserting it to buffer.
13618         (mml-insert-parameter): Fold lines properly even if a parameter is
13619         segmented into two or more lines; change the max column to 76.
13620
13621         * rfc1843.el (rfc1843-decode-article-body): Don't use
13622         ignore-errors when calling mail-header-parse-content-type.
13623
13624         * rfc2231.el (rfc2231-parse-string): Return at least type if
13625         possible; don't cause an error even if it fails in parsing of
13626         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13627         (rfc2231-encode-string): Don't break lines at the beginning, leave
13628         it to mml-insert-parameter.
13629
13630         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13631         calling mail-header-parse-content-type.
13632
13633 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * spam-report.el (spam-report-gmane-use-article-number):
13636         Improve doc string.
13637         (spam-report-gmane-internal): Check if a suitable header was found
13638         in the article.
13639
13640 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13641
13642         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13643         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13644
13645 2006-02-05  Romain Francoise  <romain@orebokech.com>
13646
13647         Update copyright notices of all files in the gnus directory.
13648
13649 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13650
13651         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13652
13653 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13656         segmented lines of parameter value to cope with Thunderbird 1.5
13657         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13658         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13659         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13660
13661 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13662
13663         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13664         parts.
13665
13666 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13667
13668         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13669         there's only one active file for all servers.
13670         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13671         solid groups.  Gnus might have used a FAST request to select the group.
13672         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13673         and nnweb-search redundantly in the active file.
13674         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13675         (nnweb-request-create-group): Don't use ARGS.
13676         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13677         initialisations.  Let nnoo do the work.
13678
13679 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13682         Say the part has been decoded.
13683
13684         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13685
13686 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13687
13688         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13689         mailcap-viewer-test-cache when there's no 'test clause, since that
13690         will invert the meaning of a "nil" test previously determined by
13691         mailcap-mailcap-entry-passes-test.
13692
13693 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13696         compiling.
13697
13698         * gnus-sum.el: Ditto.
13699
13700         * message.el: Don't bind tool-bar-map when compiling.
13701
13702 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13703
13704         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13705
13706 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13707
13708         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13709         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13710         current Google Groups.
13711
13712 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13713
13714         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13715         and tool-bar-mode.
13716
13717         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13718         and tool-bar-mode.
13719
13720         * message.el (message-tool-bar-update): Simplify.
13721         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13722
13723         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13724         gnus-summary-buffer.
13725         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13726         gnus-summary-reply.
13727
13728         * gmm-utils.el (gmm): Add :version.
13729
13730 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * Makefile.in (clean): New rule.
13733         (distclean): Use it.
13734
13735 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13736
13737         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13738         Don't autoload.
13739
13740 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * gmm-utils.el (gmm-verbose): Add :group.
13743
13744 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13745
13746         * message.el: Change some comments WRT tool-bars.
13747
13748         * gnus-sum.el (gnus-summary-tool-bar)
13749         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13750         (gnus-summary-tool-bar-zap-list): New variables.
13751         (gnus-summary-make-tool-bar): Complete rewrite using
13752         `gmm-tool-bar-from-list'.
13753
13754         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13755         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13756         New variables.
13757         (gnus-group-make-tool-bar): Complete rewrite using
13758         `gmm-tool-bar-from-list'.
13759         (gnus-group-tool-bar-update): New function.
13760
13761         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13762
13763 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13764
13765         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13766         is dissected into a single part of which the type is the same as
13767         the given one; decode charset.
13768
13769 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13770
13771         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13772         into alists as symbol not string, since that's what
13773         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13774         look for.
13775
13776 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13777
13778         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13779         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13780
13781         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13782
13783 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13784
13785         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13786         (gnus-xmas-mime-security-button-menu): New function.
13787
13788         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13789         (gnus-mime-security-button-menu): New definition.
13790         (gnus-mime-security-button-map): Use them.
13791         (gnus-mime-security-button-menu): New function.
13792         (gnus-insert-mime-security-button): Addition to help echo.
13793         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13794         (gnus-mime-security-pipe-part): New functions.
13795
13796         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13797         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13798
13799         * mm-decode.el (mm-handle-set-disposition): Remove.
13800         (mm-handle-set-description): Remove.
13801
13802 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13803
13804         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13805         (mm-w3m-standalone-supports-m17n-p): New function.
13806         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13807         w3m usage.
13808
13809         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13810         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13811
13812 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13813
13814         * message.el (message-tool-bar-zap-list):
13815         Use gmm-tool-bar-zap-list as custom type.
13816         (message-tool-bar-update): New function.
13817         (message-tool-bar, message-tool-bar-gnome)
13818         (message-tool-bar-retro): Add message-tool-bar-update.
13819         (message-tool-bar-gnome): Add flyspell-buffer.
13820
13821         * gnus-util.el (gnus-error): Describe `args'.
13822
13823         * gmm-utils.el (gmm-error): Describe `args'.
13824         (gmm-tool-bar-zap-list): New widget.
13825         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13826
13827 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13830         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13831         the number of recursive calls.
13832
13833         * mm-decode.el (mm-handle-set-disposition): New macro.
13834         (mm-handle-set-description): New macro.
13835
13836 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13839         encoding.
13840
13841 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * message.el (message-tool-bar-zap-list, message-tool-bar)
13844         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13845         (message-tool-bar-local-item-from-menu): Remove.
13846         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13847         (message-make-tool-bar): New function.
13848         (message-mode): Use `message-make-tool-bar'.
13849
13850         * gmm-utils.el: New file.
13851         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13852         (gmm-lazy): New widget copied from `nnmail.el'.
13853         (gmm-tool-bar-from-list): New function for creating customizable
13854         tool bars.
13855         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13856         output.
13857         (gmm): Add :prefix to defgroup.
13858
13859 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13860
13861         * gmm-utils.el (gmm-widget-p): New function.
13862
13863 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13864
13865         * mml.el (mml-attach-file): Describe `description' in doc string.
13866         (mml-menu): Add Emacs MIME manual and PGG manual.
13867
13868 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13869
13870         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13871
13872 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13873
13874         * nntp.el (nntp-end-of-line): Doc fix.
13875
13876 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13877
13878         * imap.el (imap-open): Handle case where buffer is a buffer
13879         object.
13880
13881 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13882
13883         * gnus-delay.el (gnus-delay): Don't autoload.
13884         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13885         to be re-loaded when customizing the `gnus-delay' group.
13886
13887 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13888
13889         * message.el (message-insert-citation-line): Use newlines.
13890
13891 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13892
13893         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13894         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13895         these routines, so the passphrase can be managed externally and
13896         passed in to the system.
13897         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13898         pgg-add-passphrase-to-cache function.
13899
13900         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13901         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13902         these routines, so the passphrase can be managed externally and
13903         passed in to the system.
13904         (pgg-pgp5-sign-region): Use new name of
13905         pgg-add-passphrase-to-cache function.
13906
13907 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13908
13909         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13910         part of the decoded armor to find the key-identifier.
13911         (pgg-gpg-lookup-key-owner): New function to return the
13912         human-readable identifier of a key owner.
13913         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13914         itself.
13915         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13916         the key value) if we have a key and can match it against a secret
13917         key.  Also, added a note pointing out fact that the prompt only
13918         indicates the first matching key.
13919
13920         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13921         pgg-decrypt-region.
13922         (pgg-add-passphrase-to-cache): Rename from
13923         `pgg-add-passphrase-cache' to reduce confusion (all callers
13924         changed).
13925         (pgg-remove-passphrase-from-cache): Rename from
13926         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13927         changed).
13928         (pgg-read-passphrase, pgg-add-passphrase-cache)
13929         (pgg-remove-passphrase-cache): Add informative docstrings.
13930         (pgg-decrypt): Convey provided passphrase in subordinate call to
13931         pgg-decrypt-region.
13932
13933 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13934
13935         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13936         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13937         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13938         'passphrase' argument, so the passphrase can be managed externally
13939         and then passed in to the system.
13940
13941         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13942         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13943         so the passphrase cache can be used reliably with identifiers
13944         besides a pgp packet's key id.
13945
13946         * pgg-gpg.el (pgg-gpg-encrypt-region)
13947         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13948         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13949         these routines, so the passphrase can be managed externally and
13950         passed in to the system.
13951
13952         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13953         'notruncate' argument, so the passphrase cache can be used
13954         reliably with identifiers besides a pgp packet's key id.
13955
13956 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13957
13958         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13959         symmetric encryption.
13960         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13961         encrypted session key.
13962         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13963         message ask for the passphrase in a proper way.
13964
13965         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13966         New user commands for symmetric encryption.
13967
13968 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13971
13972         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13973
13974 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13975
13976         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13977
13978 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13979
13980         * mm-decode.el (mm-inlined-types): Add application/pgp.
13981         (mm-automatic-display): Ditto.
13982
13983         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13984         part as text.
13985
13986 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * nnrss.el: Update copyright.
13989         (nnrss-opml-import): Query whether to subscribe to each entry.
13990
13991         * gnus-art.el:
13992         * gnus-sum.el:
13993         * gnus-xmas.el:
13994         * messagexmas.el:
13995         * mm-uu.el:
13996         * mm-view.el: Update copyright.
13997
13998 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13999
14000         * message.el (message-info): New function.
14001         (message-mode-menu): Add it.
14002         Update copyright.
14003
14004         * ChangeLog: Fix and update copyright.
14005
14006 2006-01-13  Romain Francoise  <romain@orebokech.com>
14007
14008         * message.el (message-forward-subject-name-subject): Prefer the
14009         address to 'nowhere' if the sender has no name.
14010         Fix typo.  Update copyright year.
14011
14012 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * gnus-art.el (article-wash-html):
14015         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14016         (gnus-article-wash-html-with-w3m-standalone): New function.
14017
14018         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14019         mm-inline-text-html-render-with-w3m-standalone.
14020         (mm-text-html-washer-alist): Map w3m-standalone to
14021         gnus-article-wash-html-with-w3m-standalone.
14022         (mm-inline-text-html-render-with-w3m-standalone): New function.
14023
14024 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14025
14026         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14027         Improve LaTeX.
14028
14029 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14032         (nnrss-request-article): Render text/plain parts as HTML.
14033
14034         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14035         the buffer.
14036
14037 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14038
14039         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14040         custom definition of `gnus-posting-styles'.
14041
14042         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14043         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14044
14045 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14046
14047         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14048         Use nntp for bug archive.
14049
14050 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14051
14052         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14053         parts.
14054         (nnrss-normalize-date): New function converts ISO 8601 date into
14055         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14056         (nnrss-check-group): Use it.
14057
14058 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14059
14060         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14061
14062         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14063         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14064         (nnrss-insert-w3): Ditto.
14065
14066 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14067
14068         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14069         the articles to be forwarded including the case where neither a
14070         number of articles nor a region is specified.
14071
14072 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * nnrss.el (nnrss-request-article): Fix last change; fill
14075         text/plain parts.
14076
14077 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14080         in text/plain part.
14081         (nnrss-check-group): Don't add excessive newline to dc:subject.
14082
14083 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14084
14085         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14086         article.
14087
14088 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14089
14090         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14091         (nnml-use-compressed-files, nnml-save-mail): Support other
14092         comression programs such as bzip2.
14093
14094 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14095
14096         * dns.el (query-dns): Make sure we check the buffer size before
14097         removing tcp headers.
14098
14099 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14102         remove MIME buttons associated with multipart/alternative parts.
14103         (gnus-mime-display-alternative): Tag buttons using `article-type'
14104         text property.
14105
14106         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14107         associated with multipart/alternative parts.
14108
14109         * gnus-art.el (gnus-signature-separator): Fix custom type.
14110
14111         * mm-decode.el (mm-inlined-types): Fix custom type.
14112         (mm-keep-viewer-alive-types): Ditto.
14113         (mm-automatic-display): Ditto.
14114         (mm-attachment-override-types): Ditto.
14115         (mm-inline-override-types): Ditto.
14116         (mm-automatic-external-display): Ditto.
14117
14118 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14119
14120         * spam-report.el (spam-report-user-mail-address)
14121         (spam-report-user-agent): New variables.
14122         (spam-report-url-ping-plain): Use spam-report-user-agent.
14123
14124 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14125
14126         * gnus-art.el (gnus-button-handle-custom): Do not just use
14127         `customize-apropos' for any "M-x customize-*" button but the
14128         function called for.  Accept both the function name and its
14129         argument in order to achieve this.
14130         (gnus-button-alist): Remove support for "custom:" URL's.
14131         Pass function name to `gnus-button-handle-custom' in case of "M-x
14132         customize-*" buttons.
14133
14134 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14135
14136         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14137         multipart/alternative and add xref to mm-discouraged-alternatives
14138         in doc string.
14139
14140         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14141         gnus-buttonized-mime-types in doc string.
14142
14143 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14144
14145         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14146         Suggest image/.* in the doc string.
14147
14148 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14149
14150         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14151         message-marks (Debian bug #342521).
14152
14153 2005-12-12  Simon Josefsson  <jas@extundo.com>
14154
14155         * password.el (password-read-from-cache): Add.
14156         (password-read): Use it.
14157
14158 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14159
14160         * rfc2047.el (rfc2047-charset-to-coding-system):
14161         Recognize us-ascii as a MIME charset.
14162
14163         * mm-bodies.el (mm-decode-content-transfer-encoding):
14164         Protect against the case where the 2nd arg TYPE is nil.
14165
14166 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14167
14168         * pop3.el (pop3-stream-type): Fix custom version.
14169
14170         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14171
14172 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14173
14174         * mm-decode.el (mm-display-external): Add missing cdr.
14175
14176 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14179         RFC1524) if it is in mailcap or add a suffix according to
14180         mailcap-mime-extensions when generating a temp filename; postpone
14181         deleting a temp file for 2 seconds for some wrappers, shell
14182         scripts, and so on, which might exit right after having started a
14183         viewer command as a background job.
14184
14185 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14186
14187         * nntp.el (nntp-marks-directory): Fix custom group.
14188
14189         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14190         steps when < 10.
14191
14192         * gnus-start.el (gnus-no-server-1):
14193         Mention `gnus-level-default-subscribed' in doc string.
14194
14195 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14196
14197         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14198         parens.
14199
14200 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * gnus-xmas.el (gnus-use-toolbar): Revert.
14203         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14204         gnus-use-toolbar is default.
14205
14206         * messagexmas.el (message-use-toolbar): Revert.
14207         (message-setup-toolbar): Use global default-toolbar if
14208         message-use-toolbar is default.
14209
14210 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14213         according to default-toolbar-visible-p.
14214
14215         * messagexmas.el (message-use-toolbar): Ditto.
14216
14217 2005-11-26  Dave Love  <fx@gnu.org>
14218
14219         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14220         (tls-program, tls-success): Provide openssl alternative.
14221
14222         * starttls.el: Doc fixes.
14223         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14224         SERVICE to PORT.
14225
14226         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14227         port null or service name.
14228         (starttls-negotiate): Autoload.
14229
14230 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * message.el (message-kill-to-signature): Fix interactive spec.
14233
14234 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * pop3.el (pop3-open-server): Recognize a string as a service name.
14237
14238 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14239
14240         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14241
14242 2005-11-23  Dave Love  <fx@gnu.org>
14243
14244         Add pop3s, pop3/starttls.
14245
14246         * pop3.el (pop3-authentication-scheme): Clarify doc.
14247         (open-tls-stream, starttls-open-stream): Autoload.
14248         (pop3-stream-type): New.
14249         (pop3-open-server): Use it.
14250
14251         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14252         for POP.
14253         (mail-source-keyword-map): Add :stream for POP.
14254         (mail-source-fetch-pop): Use pop3-stream-type.
14255
14256 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14259         of current-time-string.
14260
14261 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14262
14263         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14264         date header.
14265
14266 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14267
14268         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14269         it can seriously impact performance as it bypasses the agent's
14270         local caches.
14271
14272 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14273
14274         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14275         must be explicitly online rather than "not explicitly offline" for
14276         its flags to be synchronized.
14277
14278         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14279         that gnus-uu-unmark-thread will function correctly.
14280
14281         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14282         1024K is instead displayed as 1M.
14283
14284 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14285
14286         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14287
14288 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14289
14290         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14291
14292 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14293
14294         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14295         error message to display actual error condition.
14296         (gnus-agent-save-local): Avoid saving symbols that are bound to
14297         nil as they simply result in a warning message in
14298         gnus-agent-read-local.
14299
14300 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14303         rather than make-variable-buffer-local for file-precious-flag.
14304
14305 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14306
14307         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14308         for duplicates which are removed.  The invalid sort check then
14309         triggers a rescan after the sort as sorting may have moved
14310         duplicate entries such that they can be cheaply detected.
14311
14312 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14315
14316 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14317
14318         * gnus-agent.el (gnus-agent-article-alist-save-format):
14319         Change internal variable to a custom variable.  Change default value
14320         from compressed(2) to uncompressed(1).
14321         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14322         support for uncompressed agentview files.  Taken together, reading
14323         the agentview file should now be 6-7 times faster.
14324
14325 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14326
14327         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14328         as a buffer-local variable.  This avoids creating truncated
14329         dribble files as a result of a hang up, eg.
14330
14331 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14332
14333         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14334         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14335         XEmacs.
14336
14337 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14338
14339         * gnus-start.el (gnus-start-draft-setup):
14340         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14341
14342         * gnus.el (gnus-splash): Change custom group.
14343         (gnus-group-get-parameter, gnus-group-parameter-value):
14344         Describe allow-list argument.
14345
14346         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14347         string.
14348
14349 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14350
14351         * gnus-art.el (gnus-default-article-saver): Add user-defined
14352         `function' to custom type.
14353
14354 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14355
14356         * imap.el (imap-open): Handle case where buffer is a buffer
14357         object.
14358
14359 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14360
14361         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14362         long lines.
14363         (gnus-cache-delete-group): Wrap doc strings.
14364
14365         * gnus-agent.el (gnus-agent-rename-group)
14366         (gnus-agent-delete-group): Wrap doc strings.
14367
14368 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * messagexmas.el (message-use-toolbar): Change the valid values
14371         into default, top, bottom, left, and right.
14372         (message-toolbar-thickness): New variable.
14373         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14374         well.
14375         (message-setup-toolbar): Make it work.
14376
14377         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14378         (gnus-use-toolbar): Change the valid values into default, top,
14379         bottom, left, and right.
14380         (gnus-toolbar-thickness): New variable.
14381         (gnus-xmas-setup-toolbar): New function.
14382         (gnus-xmas-setup-group-toolbar): Use it.
14383         (gnus-xmas-setup-summary-toolbar): Use it.
14384
14385 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14386
14387         * gnus-start.el (gnus-1): Add "native" to
14388         gnus-predefined-server-alist.
14389
14390         * gnus.el (gnus-method-to-server): Don't add "native" to the
14391         lists here, because that leads to problems when
14392         gnus-select-method is bound.
14393
14394 2005-11-09  Simon Josefsson  <jas@extundo.com>
14395
14396         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14397         use (not sort-by-date) instead.
14398
14399 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14400
14401         * gnus-delay.el (gnus-delay-group): Don't autoload.
14402         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14403         to be re-loaded when customizing the `gnus-delay' group.
14404
14405 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14406
14407         * message.el: Revert last changes.
14408         (message-insert-citation-line): Use newlines.
14409
14410 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14411
14412         * message.el (message-courtesy-message)
14413         (message-mark-insert-begin, message-mark-insert-end)
14414         (message-elide-ellipsis, message-cancel-message)
14415         (message-add-header, message-change-subject)
14416         (message-cross-post-followup-to-header)
14417         (message-cross-post-insert-note, message-reduce-to-to-cc)
14418         (message-widen-reply, message-delete-not-region)
14419         (message-kill-to-signature, message-insert-signature)
14420         (message-insert-importance-high, message-insert-importance-low)
14421         (message-insert-or-toggle-importance)
14422         (message-insert-disposition-notification-to)
14423         (message-indent-citation, message-yank-original)
14424         (message-cite-original-without-signature, message-cite-original)
14425         (message-insert-citation-line, message-position-on-field)
14426         (message-fix-before-sending, message-send-mail-partially)
14427         (message-send-mail, message-send-mail-with-sendmail)
14428         (message-send-mail-with-qmail, message-send-news)
14429         (message-check-news-header-syntax, message-generate-headers)
14430         (message-insert-courtesy-copy, message-fill-address)
14431         (message-fill-header, message-shorten-references)
14432         (message-setup-1, message-cancel-news)
14433         (message-forward-make-body-plain, message-forward-make-body-mime)
14434         (message-forward-make-body-mml, message-encode-message-body)
14435         (message-forward-make-body-digest-plain)
14436         (message-forward-make-body-digest-mime)
14437         (message-use-alternative-email-as-from): Insert `hard-newline'
14438         instead of ordinary newlines.
14439
14440 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14441
14442         * message.el (message-generate-headers): Downcase the argument
14443         given to message-check-element.
14444
14445 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14446
14447         * nntp.el (nntp-authinfo-rejected): New error condition.
14448         (nntp-wait-for): Use new error condition to signal authentication
14449         error.
14450         (nntp-retrieve-data): Rethrow new error condition to break out of
14451         recursive call to nntp-send-authinfo.
14452
14453 2005-11-08  Romain Francoise  <romain@orebokech.com>
14454
14455         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14456         (gnus-summary-exit-map): Bind to `Z p'.
14457         (gnus-summary-make-menu-bar): Add menu item.
14458
14459 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14460
14461         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14462         (gnus-treat-*): Add `first' in all doc strings.
14463
14464         * gnus-group.el (gnus-group-compact-group): Fix typo.
14465
14466 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14467
14468         * gnus.el (gnus-parameters-case-fold-search): New variable.
14469         (gnus-parameters-get-parameter): Use it.
14470
14471         * gnus-score.el (gnus-home-score-file): Doc fix.
14472
14473 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14474
14475         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14476
14477 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14478
14479         * mm-util.el (mm-special-display-p): New function.
14480
14481         * mml.el (mml-preview): Use it; doc fix.
14482
14483 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14484
14485         * imap.el (imap-open): Handle case where buffer is a buffer object.
14486
14487 2005-10-29  Romain Francoise  <romain@orebokech.com>
14488
14489         * message.el (message-fix-before-sending): Fix comment.
14490
14491 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14492
14493         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14494
14495 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14496
14497         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14498         Used in gnus-score.el.
14499
14500 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14501
14502         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14503
14504 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14505
14506         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14507         whitespace removed in revision 7.8.  Use concatenated string to
14508         protect trailing whitespace.
14509
14510 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14511
14512         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14513         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14514         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14515         Courier IMAP ("some version from 2004").  Mostly based on similar
14516         code in the same function.
14517
14518 2005-10-26  Didier Verna  <didier@xemacs.org>
14519
14520         * gnus-group.el (gnus-group-compact-group): Invalidate original
14521         article buffer.
14522         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14523         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14524         NOV database and in article itself.
14525         Invalidate article backlog.
14526
14527 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14528
14529         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14530
14531 2005-10-26  Simon Josefsson  <jas@extundo.com>
14532
14533         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14534         part of 2004-07-25 change.
14535
14536 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * message.el (message-display-completion-list): New function.
14539         (message-expand-group): Use it; make sure the Completions buffer
14540         is modifiable.
14541 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14542
14543         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14544         user-mail-name is an empty string.
14545
14546 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14547
14548         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14549         depending on gnus-score-decay-constant.
14550
14551         * encrypt.el (encrypt-insert-file-contents)
14552         (encrypt-write-file-contents): Don't use `gnus-message'.
14553
14554         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14555         arguments.
14556         (mm-uu-type-alist): Add message-marks and insert-marks.
14557         Pass arguments to mm-uu-verbatim-marks-extract.
14558         (mm-uu-hide-markers): New variable.
14559         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14560
14561         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14562         (gnus-convert-image-to-face-command): Use "convert" by default to
14563         allow other input image formats.
14564         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14565         accordingly.
14566
14567 2005-10-23  Simon Josefsson  <jas@extundo.com>
14568
14569         * imap.el (imap-gssapi-program): Align command line parameters
14570         with latest GNU SASL.
14571         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14572
14573 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14574
14575         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14576         HTML.
14577         (nnslashdot-request-article): Ditto.
14578
14579         * lpath.el (featurep): Add nobreak-char-display.
14580
14581 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14582
14583         * mail-source.el (mail-source-fetch-pop): Require pop3.
14584         (mail-source-check-pop): Ditto.
14585
14586 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14589         errors.
14590
14591 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14592
14593         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14594         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14595
14596         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14597
14598         * mm-bodies.el (mm-decode-string):
14599         Call `mm-charset-to-coding-system' with allow-override argument.
14600
14601 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14602
14603         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14604         (rfc2047-charset-to-coding-system): New function.
14605         (rfc2047-decode-encoded-words): New function.
14606         (rfc2047-decode-region): Use them.
14607         (rfc2047-decode-cte): Remove.
14608         (rfc2047-parse-and-decode): Remove.
14609         (rfc2047-decode): Remove.
14610
14611 2005-10-15  Kenichi Handa  <handa@m17n.org>
14612
14613         * rfc2047.el (rfc2047-decode-cte): New function.
14614         (rfc2047-decode-region): Change the way to decode successive
14615         encoded-words: decode B- or Q-encoding in each encoded-word,
14616         concatenate them, and decode it as charset.
14617
14618 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14619
14620         * lpath.el: Fbind codepage-setup for XEmacs.
14621
14622 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14623
14624         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14625         widget-move-and-invoke.
14626         (gnus-custom-mode): Use gnus-custom-map.
14627
14628 2005-10-15  Bill Wohler  <wohler@newt.com>
14629
14630         * message.el (message-tool-bar-map): Rename image file from
14631         mail_send to mail/send.
14632
14633 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14634
14635         * message.el (message-expand-group): Pass the common
14636         prefix substring of completion to `display-completion-list'.
14637
14638 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14639
14640         * mml-sec.el (mml-secure-method): New internal variable.
14641         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14642         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14643         New functions using mml-secure-method.
14644
14645         * mml.el (mml-mode-map): Add key bindings for those functions.
14646         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14647         Harder <harder@myrealbox.com>.
14648         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14649         Goto end of message if point is the headers of the message.
14650
14651         * message.el (message-in-body-p): New function.
14652
14653         * assistant.el: Autoload gnus-util and netrc.
14654
14655         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14656         Use `mm-charset-override-alist' only when decoding.
14657
14658         * mm-bodies.el (mm-decode-body):
14659         Call `mm-charset-to-coding-system' with allow-override argument.
14660
14661         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14662         `filename' from Content-Disposition if Content-Type doesn't
14663         provide `name'.
14664         (gnus-mime-view-part-as-type): Set default instead of
14665         initial-input.
14666
14667 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14668
14669         * format-spec.el (format-spec): Propagate text properties of % spec.
14670
14671 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14672
14673         * gnus-art.el (gnus-treat-predicate): Add `first'.
14674
14675 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14676
14677         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14678         (mm-charset-override-alist): New variable.
14679         (mm-charset-to-coding-system): Use it.
14680         (mm-codepage-setup): New helper function.
14681         (mm-charset-eval-alist): New variable.
14682         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14683         Warn about unknown charsets.
14684
14685         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14686
14687 2005-10-04  David Hansen  <david.hansen@gmx.net>
14688
14689         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14690         (nnrss-check-group): Ditto.
14691
14692 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14693
14694         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14695         Rename x-gnus-verbatim to x-verbatim.
14696         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14697
14698         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14699         x-verbatim.
14700
14701         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14702
14703         * gnus-util.el (gnus-remove-duplicates): Remove.
14704
14705         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14706         instead of gnus-remove-duplicates.
14707
14708         * message.el (message-remove-duplicates): Remove.
14709         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14710         message-remove-duplicates.
14711
14712         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14713         available, else use implementation from `delete-dups'.
14714
14715         * message.el (message-insert-expires): New function.
14716         (message-mode-map): Add key binding.
14717         (message-mode-field-menu): Add menu entry.
14718         (message-mode): Document it.
14719         (message-make-expires-date): Use `message-make-date'.
14720
14721 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14722
14723         * message.el (message-make-expires-date): New function.
14724
14725 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14726
14727         * Makefile.in (list-installed-shadows): New entry.
14728         (install): Use it.
14729         (remove-installed-shadows): New entry.
14730
14731         * dgnushack.el (dgnushack-default-load-path): New variable.
14732         (dgnushack-find-lisp-shadows): New function.
14733         (dgnushack-remove-lisp-shadows): New function.
14734
14735 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * Makefile.in (install-el-elc): New entry.
14738         (install): Use it so that .el files are necessarily installed.
14739
14740 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14743
14744 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14745
14746         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14747         function rather than the diff-mode.el package.
14748         (mm-display-external): Use with-current-buffer.
14749         (mm-viewer-completion-map, mm-viewer-completion-map):
14750         Move initialization inside declaration.
14751
14752 2005-09-29  Simon Josefsson  <jas@extundo.com>
14753
14754         * spam.el: Load hashcash when compiling, to avoid warnings.
14755         Don't autoload mail-check-payment.
14756         (spam-check-hashcash): Define unconditionally, since hashcash.el
14757         is part of Gnus now.  Ignore errors from payment checking.
14758
14759 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14760
14761         * message.el (message-bold-region, message-unbold-region):
14762         Rename from `bold-region' and `unbold-region'.
14763
14764         * message.el: Remove useless autoloads.
14765
14766 2005-09-28  Simon Josefsson  <jas@extundo.com>
14767
14768         * message.el (message-use-idna): Default to t.
14769         (message-use-idna): Test whether encoding works too.  Doc fix.
14770
14771 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14772
14773         * nntp.el (nntp-warn-about-losing-connection): Remove.
14774
14775 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14776
14777         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14778         customizable.  Change default value.
14779         (mm-uu-diff-groups-regexp): Change default value.
14780         (mm-uu-type-alist): Add doc string.
14781         (mm-uu-configure): Add doc string.  Make it interactive.
14782         (mm-uu-tex-groups-regexp): New variable.
14783         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14784         (mm-uu-type-alist): Add LaTeX documents.
14785         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14786         of "text/verbatim".
14787         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14788
14789         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14790         instead of "text/verbatim".
14791
14792         * message.el (message-mark-inserted-region)
14793         (message-mark-insert-file): Use slrn style marks when called with
14794         prefix argument.
14795
14796 2005-09-27  Simon Josefsson  <jas@extundo.com>
14797
14798         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14799
14800 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14801
14802         * message.el (message-remove-duplicates): New function.
14803         Implementation borrowed from `gnus-remove-duplicates'.
14804         (message-idna-to-ascii-rhs): Also encode idna addresses in
14805         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14806         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14807         only ask about the same idna domain once per header and also tell
14808         in what header to replace the idna domain.
14809
14810         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14811         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14812         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14813         a header is decoded and not just the last one.
14814
14815 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14818         has been decoded.
14819
14820         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14821         (mm-insert-part): Don't modify text if it has been decoded.
14822
14823         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14824         decoded.
14825
14826         * mm-view.el (mm-inline-text): Don't strip text props unless
14827         decoding enriched or richtext parts.
14828
14829 2005-09-25  Romain Francoise  <romain@orebokech.com>
14830
14831         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14832         * gnus-start.el (gnus-subscribe-interactively):
14833         * gnus-uu.el (gnus-uu-grab-articles):
14834         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14835         space.
14836
14837 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14838
14839         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14840         * mm-view.el (mm-view-pkcs7-decrypt):
14841         * gnus-sum.el (gnus-summary-limit-to-extra)
14842         (gnus-summary-respool-article, gnus-read-move-group-name):
14843         * gnus-score.el (gnus-summary-increase-score):
14844         * gnus-util.el (gnus-completing-read-with-default):
14845         * gnus-art.el (gnus-read-save-file-name)
14846         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14847         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14848         * message.el (message-check-news-header-syntax):
14849         Follow convention for reading with the minibuffer.
14850
14851 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14852
14853         * spam-report.el (spam-report-url-ping-plain):
14854         Use gnus-extended-version as User-Agent.
14855
14856         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14857         default value is nil.
14858
14859         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14860         (mm-uu-verbatim-marks-extract): New function.
14861         (mm-uu-extract): New face.
14862         (mm-uu-copy-to-buffer): Use it.
14863
14864         * spam-report.el (spam-report-gmane-ham): Rename from
14865         `spam-report-gmane-unspam'.
14866         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14867         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14868
14869         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14870         Autoload.
14871         (spam-report-gmane-unregister-routine):
14872         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14873
14874 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14875
14876         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14877         (spam-report-gmane-unregister-routine): Add support for gmane
14878         unregistration.
14879
14880         * spam-report.el (spam-report-gmane-unspam)
14881         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14882         (spam-report-gmane): Change to take a single article and do unspam
14883         registration.
14884
14885 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14886
14887         * mm-url.el (mm-url-decode-entities): Fix regexp.
14888
14889 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14890
14891         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14892         default to nil, to be able to use Gnus at all.  If the default
14893         switches to something else, then the function should be fixed not
14894         be exceedingly slow.
14895
14896 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14897
14898         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14899         fail hard.
14900
14901         * spam-report.el: Add better Keywords line.
14902
14903         * spam.el: Add Maintainer and better Keywords line.
14904
14905 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * gnus-art.el (gnus-article-replace-part)
14908         (gnus-mime-replace-part): New functions.
14909         (gnus-mime-action-alist, gnus-mime-button-commands)
14910         (gnus-mime-save-part-and-strip): Add file argument.
14911         (gnus-article-part-wrapper): Add interactive argument.
14912
14913         * gnus-sum.el (gnus-summary-mime-map):
14914         Add `gnus-article-replace-part'.
14915
14916 2005-09-19  Didier Verna  <didier@xemacs.org>
14917
14918         The nnml compaction feature:
14919         * nnml.el (nnml-request-compact-group): New function.
14920         * nnml.el (nnml-request-compact): New function.
14921         * gnus-int.el (gnus-request-compact-group): New function.
14922         * gnus-int.el (gnus-request-compact): New function.
14923         * gnus-group.el (gnus-group-compact-group): New function.
14924         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14925         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14926         * gnus-srvr.el (gnus-server-compact-server): New function.
14927         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14928         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14929
14930 2005-09-18  Deepak Goel  <deego@gnufans.org>
14931
14932         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14933         format spec.
14934
14935 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14938
14939 2005-09-15  Romain Francoise  <romain@orebokech.com>
14940
14941         * message.el (message-fill-paragraph): Clarify docstring.
14942
14943 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * gnus-art.el (gnus-mime-display-part): Protect against broken
14946         MIME messages.
14947
14948 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14951         before parsing header.
14952
14953 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14954
14955         * html2text.el (html2text-replace-list): Add new entities.
14956
14957 2005-09-11  Romain Francoise  <romain@orebokech.com>
14958
14959         * message.el (message-alternative-emails): Improve docstring.
14960         (message-setup-1): Call `message-use-alternative-email-as-from'
14961         after `message-setup-hook' to give it precedence over posting
14962         styles, etc.
14963         (message-use-alternative-email-as-from): Add docstring.
14964         Remove the original From header if present.
14965
14966         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14967         (nnml-save-mail): Use it.
14968
14969         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14970         articles.  Add new argument `silent'.
14971         (gnus-uu-mark-all): Report the total number of marked articles.
14972
14973 2005-09-10  Romain Francoise  <romain@orebokech.com>
14974
14975         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14976         (gnus-uu-mark-series): Likewise.
14977
14978 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14979
14980         * spam-report.el (spam-report-gmane): Fix generation of spam
14981         report URL.
14982
14983 2005-09-10  Simon Josefsson  <jas@extundo.com>
14984
14985         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14986         t, based on discussion on the ding list with Robert Epprecht
14987         <epprecht@solnet.ch>.
14988
14989 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14990
14991         * spam-report.el (spam-report-gmane): Make it work without
14992         X-Report-Spam header.  Gmane now only provides Archived-At.
14993         This is only used if `spam-report-gmane-use-article-number' is nil.
14994         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14995
14996         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14997         make `gnus-summary-sort-by-recipient' work with threading.
14998
14999         * nnweb.el (nnweb-google-wash-article): Print a message if article
15000         is not available.
15001
15002 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15003
15004         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15005         change.  Decode text/* parts content before displaying.
15006
15007 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15008
15009         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15010
15011 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15014
15015         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15016         url-package-name, url-package-version,
15017         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15018         w3m-display-inline-images, and w3m-minor-mode-map.
15019
15020 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15021
15022         * message.el (message-tab-body-function): Fix mismatched custom type.
15023
15024         * gnus.el (gnus-group-change-level-function): Ditto.
15025
15026         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15027
15028         * gnus-art.el (gnus-signature-limit)
15029         (gnus-article-mime-part-function): Ditto.
15030
15031 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * mml.el (mml-mode): Silence the byte compiler.
15034
15035         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15036         using `(sit-for 0)' before moving the point to the specified part;
15037         skip unbuttonized parts.
15038         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15039         return to the summary window if gnus-auto-select-part is non-nil.
15040
15041 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15042
15043         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15044         New variables.
15045         (mml-dnd-attach-file, mml-mode): Use them.
15046
15047         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15048         Make fetching article by MID work again for Google Groups.
15049         Add FIXME concerning gnus-group-make-web-group.
15050
15051         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15052         Don't depend on Gnus by using mail-extract-address-components if
15053         gnus-extract-address-components is not bound.
15054
15055 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15056
15057         * gnus-art.el (gnus-mime-display-security): Don't display the
15058         signature, but only the signed part.
15059
15060 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15061
15062         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15063
15064         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15065         list, not listp.
15066
15067 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15068
15069         * mm-encode.el (mm-encode-content-transfer-encoding):
15070         Likewise when encoding.
15071
15072         * mm-bodies.el (mm-decode-content-transfer-encoding):
15073         De-canonicalize CRLF for all text content types, not just
15074         text/plain.
15075
15076 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15079         valid article; point arrow and cursor at the MIME button.
15080
15081 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15082
15083         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15084         Suggested by Dan Christensen <jdc@uwo.ca>.
15085
15086         * mm-decode.el (mm-save-part): Enable change of prompt.
15087
15088 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15089
15090         * gnus-msg.el (gnus-inews-add-send-actions):
15091         Make `message-post-method' lambda parameter ARG `&optional'.
15092
15093 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15094
15095         * gnus-sum.el (gnus-summary-mime-map):
15096         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15097         gnus-article-jump-to-part.
15098
15099         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15100         (gnus-article-edit-part): Use it.
15101         (gnus-article-part-wrapper): Add no-handle argument.
15102         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15103         New functions.
15104
15105 2005-08-29  Romain Francoise  <romain@orebokech.com>
15106
15107         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15108         docstring.
15109         (gnus-face-from-file): Likewise.
15110
15111 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15112
15113         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15114         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15115         non-nil.
15116         (gnus-auto-select-part): New variable.
15117         (gnus-article-jump-to-part): New function.
15118         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15119         (gnus-mime-delete-part): Allow selecting specified part after
15120         deleting or stripping parts.
15121         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15122         part if argument is bogus.
15123
15124 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15125
15126         * gnus-art.el (w3m-minor-mode-map):
15127         * gnus-spec.el (gnus-newsrc-file-version):
15128         * gnus-util.el (nnmail-active-file-coding-system)
15129         (gnus-original-article-buffer, gnus-user-agent):
15130         * gnus.el (gnus-ham-process-destinations)
15131         (gnus-parameter-ham-marks-alist)
15132         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15133         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15134         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15135         * mm-decode.el (gnus-current-window-configuration):
15136         * mm-extern.el (gnus-article-mime-handles):
15137         * mm-url.el (url-current-object, url-package-name)
15138         (url-package-version):
15139         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15140         (smime-keys, w3m-cid-retrieve-function-alist)
15141         (w3m-current-buffer, w3m-display-inline-images)
15142         (w3m-minor-mode-map):
15143         * mml-smime.el (gnus-extract-address-components):
15144         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15145         (gnus-newsrc-hashtb, message-default-charset)
15146         (message-deletable-headers, message-options)
15147         (message-posting-charset, message-required-mail-headers)
15148         (message-required-news-headers):
15149         * mml1991.el (mc-pgp-always-sign):
15150         * mml2015.el (mc-pgp-always-sign):
15151         * nnheader.el (nnmail-extra-headers):
15152         * rfc1843.el (gnus-decode-encoded-word-function)
15153         (gnus-decode-header-function, gnus-newsgroup-name):
15154         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15155
15156 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15157
15158         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15159         the end of the date treatments.
15160
15161 2005-08-15  Simon Josefsson  <jas@extundo.com>
15162
15163         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15164         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15165         Capello and Romain Francoise.
15166         (pgg-fetch-key-function): Remove, not used?
15167         (pgg-insert-url-with-w3): Require url, to get
15168         url-insert-file-contents regardless of where it is defined.
15169
15170 2005-08-13  Romain Francoise  <romain@orebokech.com>
15171
15172         * message.el (message-cite-original-1): New function.
15173         (message-cite-original): Use it.
15174         (message-cite-original-without-signature): Ditto.
15175
15176 2005-08-08  Romain Francoise  <romain@orebokech.com>
15177
15178         * message.el (message-yank-empty-prefix): New variable.
15179         (message-indent-citation): Use it.
15180         (message-cite-original-without-signature): Respect X-No-Archive.
15181
15182 2005-08-08  Simon Josefsson  <jas@extundo.com>
15183
15184         * pgg.el: Autoload url-insert-file-contents instead of loading
15185         w3/url.
15186         (pgg-insert-url-with-w3): Don't load url here.
15187
15188 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15189
15190         * message.el (message-kill-to-signature): Don't insert newline at
15191         bol.
15192         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15193
15194 2005-08-06  Romain Francoise  <romain@orebokech.com>
15195
15196         * message.el (message-user-fqdn): Fix typo in docstring.
15197
15198 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15199
15200         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15201
15202         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15203
15204 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * mm-bodies.el (mm-encode-body): Use coding system rather than
15207         charset to encode text.
15208
15209         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15210         number of charsets if utf-8 is available (XEmacs).
15211
15212 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15213
15214         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15215         taken from `gnus-button-mid-or-mail-regexp'.
15216         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15217         (gnus-button-alist): Improve regexp for domain part of the MIDs
15218         for news:localpart@domain buttons.
15219         (gnus-button-ctan-directory-regexp): Update.
15220
15221 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * sieve-manage.el (sieve-manage-interactive-login):
15224         Use make-local-variable rather than make-variable-buffer-local.
15225         (sieve-manage-open): Ditto.
15226         (sieve-manage-authenticate): Ditto.
15227
15228         * mml.el (mml-generate-mime-1): Make the content type default to
15229         text/plain if the filename is not specified.
15230
15231 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15234         instead of insert-buffer.
15235
15236         * message.el (message-yank-original): Ditto; set the mark at the
15237         end of the yanked message.
15238
15239 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15240
15241         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15242         lines to scroll rather than to stop it.
15243
15244         * mml.el (mml-generate-default-type): Add doc string.
15245         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15246         default to application/octet-stream when determining the content
15247         type if it is not specified for the part or the mml contents; add
15248         a comment about mml-generate-default-type.
15249
15250 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15251
15252         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15253         make it default to application/octet-stream when determining the
15254         content type if it is not specified for the external contents.
15255
15256 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15259         segmented parameter but also other parameters might be there.
15260
15261 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * mm-decode.el (mm-display-external): Delete temp file, directory
15264         and buffer immediately if the external process is exited.
15265
15266 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15269         fewer lines than that of scroll-margin.
15270         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15271
15272 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * gnus-art.el (gnus-article-next-page): Revert.
15275         (gnus-article-beginning-of-window): New macro.
15276         (gnus-article-next-page-1): Use it.
15277         (gnus-article-prev-page): Ditto.
15278         (gnus-article-edit-part): Use insert-buffer-substring instead of
15279         insert-buffer.
15280         (gnus-article-edit-exit): Ditto.
15281
15282         * gnus-util.el (gnus-beginning-of-window): Remove.
15283         (gnus-end-of-window): Remove.
15284
15285         * lpath.el: Don't bind header-line-format and scroll-margin.
15286
15287 2005-07-25  Simon Josefsson  <jas@extundo.com>
15288
15289         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15290         to have the url package without w3.  Reported by Daiki Ueno
15291         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15292
15293 2005-07-20  Didier Verna  <didier@xemacs.org>
15294
15295         * gnus-diary.el: Remove the description comment (nndiary is now
15296         properly documented in the Gnus manual).
15297         Fix the spelling of "Back End".
15298         * nndiary.el: Ditto.
15299         Fix the copyright notice.
15300
15301 2005-07-18  Romain Francoise  <romain@orebokech.com>
15302
15303         * gnus-sum.el (gnus-summary-to-prefix)
15304         (gnus-summary-newsgroup-prefix): New variables.
15305         (gnus-summary-from-or-to-or-newsgroups): Use them.
15306
15307 2005-07-17  Romain Francoise  <romain@orebokech.com>
15308
15309         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15310         space as it's generally not especially interesting to the user.
15311
15312 2005-07-16  Romain Francoise  <romain@orebokech.com>
15313
15314         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15315         nil to avoid prompting and file modification if one of the
15316         messages at the top of the nnfolder file contains a copyright
15317         notice.
15318         Update copyright notice.
15319
15320         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15321         instead of `current-time-string' as the latter creates a time
15322         string that is not RFC 2822 compliant (it lacks the zone).
15323         Update copyright notice.
15324
15325 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15326
15327         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15328         for text/rtf.  Display default in prompt.  Pass default for M-n.
15329
15330         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15331
15332 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15333
15334         * gnus-msg.el (gnus-button-mailto):
15335         Remove save-selected-window-window hackery because it relies on
15336         save-selected-window internals.
15337
15338 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15341         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15342         (gnus-article-prev-page): Ditto.
15343
15344         * gnus-util.el (gnus-beginning-of-window): New function.
15345         (gnus-end-of-window): New function.
15346
15347         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15348
15349 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15350
15351         * gnus-score.el (gnus-score-edit-all-score):
15352         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15353         gnus-message.
15354
15355 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15356
15357         * gnus-msg.el (gnus-button-mailto):
15358         Remove save-selected-window-window hackery because it relies on
15359         save-selected-window internals.
15360
15361 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15362
15363         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15364         add-minor-mode.
15365         (gnus-binary-mode): Ditto.
15366
15367         * gnus-topic.el (gnus-topic-mode): Ditto.
15368
15369 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15370
15371         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15372         (gnus-article-prev-page): Take scroll-margin into consideration.
15373
15374 2005-07-04  Lute Kamstra  <lute@gnu.org>
15375
15376         Update FSF's address in GPL notices.
15377
15378 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15379
15380         * gnus.el (gnus-exit):
15381         * gnus-group.el (gnus-group-icons):
15382         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15383
15384         * gnus-nocem.el (gnus-nocem):
15385         * message.el (message-various, message-buffers, message-sending)
15386         (message-interface, message-forwarding, message-insertion)
15387         (message-headers, message-news, message-mail):
15388         * pgg-gpg.el (pgg-gpg):
15389         * pgg-parse.el (pgg-parse):
15390         * pgg-pgp.el (pgg-pgp):
15391         * pgg-pgp5.el (pgg-pgp5):
15392         * pop3.el (pop3): Finish `defgroup' description with period.
15393
15394 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * gnus-art.el (article-display-face): Improve the efficiency.
15397         (article-display-x-face): Ditto; remove grey x-face stuff.
15398
15399 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15400
15401         * gnus-art.el (article-display-face): Correct the position in
15402         which Faces are inserted.
15403
15404 2005-06-29  Didier Verna  <didier@xemacs.org>
15405
15406         * gnus-art.el (article-display-face): Display faces in correct
15407         order.
15408
15409 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15412         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15413         (gnus-nocem-check-article): Fetch the Type header.
15414         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15415         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15416         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15417         make sure gnus-nocem-hashtb is initialized.
15418         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15419         (gnus-nocem-unwanted-article-p): Ditto.
15420
15421         * pgg.el (pgg-verify): Return the verification result.
15422
15423 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15424
15425         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15426         is ascii.
15427
15428 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15429
15430         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15431         `show-nonbreak-escape'.
15432
15433 2005-06-23  Lute Kamstra  <lute@gnu.org>
15434
15435         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15436
15437         * dig.el (dig-mode):
15438         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15439
15440 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15441
15442         * nnimap.el (nnimap-split-download-body): Fix spellings.
15443
15444 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15445
15446         * gnus-art.el (gnus-article-encrypt-body):
15447         * gnus-cus.el (gnus-score-customize):
15448         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15449         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15450
15451 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15452
15453         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15454         header by looking for magic "MII" at the beginnig.
15455
15456 2005-06-16  Miles Bader  <miles@gnu.org>
15457
15458         * gnus-xmas.el (gnus-xmas-group-startup-message):
15459         Use renamed gnus-splash face.
15460
15461         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15462         (assistant-field-face): New backward-compatibility alias for renamed
15463         face.
15464         (assistant-render-text): Use renamed assistant-field face.
15465
15466         * spam.el (spam): Remove "-face" suffix from face name.
15467         (spam-face): New backward-compatibility alias for renamed face.
15468         (spam-face, spam-initialize): Use renamed spam face.
15469
15470         * message.el (message-header-to, message-header-cc)
15471         (message-header-subject, message-header-newsgroups)
15472         (message-header-other, message-header-name)
15473         (message-header-xheader, message-separator, message-cited-text)
15474         (message-mml): Remove "-face" suffix from face names.
15475         (message-header-to-face, message-header-cc-face)
15476         (message-header-subject-face, message-header-newsgroups-face)
15477         (message-header-other-face, message-header-name-face)
15478         (message-header-xheader-face, message-separator-face)
15479         (message-cited-text-face, message-mml-face):
15480         New backward-compatibility aliases for renamed faces.
15481         (message-font-lock-keywords): Use renamed message faces.
15482
15483         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15484         (sieve-test-commands, sieve-tagged-arguments):
15485         Remove "-face" suffix from face names.
15486         (sieve-control-commands-face, sieve-action-commands-face)
15487         (sieve-test-commands-face, sieve-tagged-arguments-face):
15488         New backward-compatibility aliases for renamed faces.
15489         (sieve-control-commands-face, sieve-action-commands-face)
15490         (sieve-test-commands-face, sieve-tagged-arguments-face):
15491         Use renamed sieve faces.
15492
15493         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15494         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15495         (gnus-group-news-3-empty, gnus-group-news-4)
15496         (gnus-group-news-4-empty, gnus-group-news-5)
15497         (gnus-group-news-5-empty, gnus-group-news-6)
15498         (gnus-group-news-6-empty, gnus-group-news-low)
15499         (gnus-group-news-low-empty, gnus-group-mail-1)
15500         (gnus-group-mail-1-empty, gnus-group-mail-2)
15501         (gnus-group-mail-2-empty, gnus-group-mail-3)
15502         (gnus-group-mail-3-empty, gnus-group-mail-low)
15503         (gnus-group-mail-low-empty, gnus-summary-selected)
15504         (gnus-summary-cancelled, gnus-summary-high-ticked)
15505         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15506         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15507         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15508         (gnus-summary-low-undownloaded)
15509         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15510         (gnus-summary-low-unread, gnus-summary-normal-unread)
15511         (gnus-summary-high-read, gnus-summary-low-read)
15512         (gnus-summary-normal-read, gnus-splash):
15513         Remove "-face" suffix from face names.
15514         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15515         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15516         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15517         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15518         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15519         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15520         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15521         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15522         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15523         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15524         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15525         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15526         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15527         (gnus-summary-normal-ticked-face)
15528         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15529         (gnus-summary-normal-ancient-face)
15530         (gnus-summary-high-undownloaded-face)
15531         (gnus-summary-low-undownloaded-face)
15532         (gnus-summary-normal-undownloaded-face)
15533         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15534         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15535         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15536         (gnus-splash-face):
15537         New backward-compatibility aliases for renamed faces.
15538         (gnus-group-startup-message): Use renamed gnus faces.
15539
15540         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15541         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15542         (gnus-server-agent): Remove "-face" suffix from face names.
15543         (gnus-server-agent-face, gnus-server-opened-face)
15544         (gnus-server-closed-face, gnus-server-denied-face)
15545         (gnus-server-offline-face):
15546         New backward-compatibility aliases for renamed faces.
15547         (gnus-server-agent-face, gnus-server-opened-face)
15548         (gnus-server-closed-face, gnus-server-denied-face)
15549         (gnus-server-offline-face): Use renamed gnus faces.
15550
15551         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15552         Remove "-face" suffix from face names.
15553         (gnus-picon-xbm-face, gnus-picon-face):
15554         New backward-compatibility aliases for renamed faces.
15555
15556         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15557         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15558         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15559         (gnus-cite-11): Remove "-face" suffix from face names.
15560         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15561         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15562         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15563         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15564         New backward-compatibility aliases for renamed faces.
15565         (gnus-cite-attribution-face, gnus-cite-face-list)
15566         (gnus-article-boring-faces): Use renamed gnus faces.
15567
15568         * gnus-art.el (gnus-signature, gnus-header-from)
15569         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15570         (gnus-header-content): Remove "-face" suffix from face names.
15571         (gnus-signature-face, gnus-header-from-face)
15572         (gnus-header-subject-face, gnus-header-newsgroups-face)
15573         (gnus-header-name-face, gnus-header-content-face):
15574         New backward-compatibility aliases for renamed faces.
15575         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15576
15577         * gnus-sum.el (gnus-summary-selected-face)
15578         (gnus-summary-highlight): Use renamed gnus faces.
15579         * gnus-group.el (gnus-group-highlight): Likewise.
15580
15581 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15582
15583         * gnus-sieve.el (gnus-sieve-article-add-rule):
15584         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15585         * spam-stat.el (spam-stat-buffer-change-to-spam)
15586         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15587
15588         * message.el (message-is-yours-p):
15589         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15590
15591 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * mm-view.el (mm-inline-text): Withdraw the last change.
15594
15595 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15596
15597         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15598         executing enriched-decode.
15599
15600 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15601
15602         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15603         charset of tar files.
15604
15605 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15606
15607         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15608
15609 2005-06-04  Lute Kamstra  <lute@gnu.org>
15610
15611         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15612         information is never recorded.
15613
15614 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15615
15616         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15617
15618 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * pop3.el (pop3-apop): Run md5 in the binary mode.
15621
15622         * starttls.el (starttls-set-process-query-on-exit-flag):
15623         Use eval-and-compile.
15624
15625 2005-05-31  Simon Josefsson  <jas@extundo.com>
15626
15627         * smime.el (smime-replace-in-string): Define.
15628         (smime-cert-by-ldap-1): Use it.
15629
15630 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15631
15632         * gnus-art.el (article-display-x-face): Replace
15633         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15634
15635         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15636         set-process-query-on-exit-flag or process-kill-without-query.
15637
15638         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15639         loop instead of replace-regexp.
15640
15641         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15642         instead of process-kill-without-query if it is available.
15643
15644         * lpath.el: Fbind ldap-search-entries.
15645
15646         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15647         instead of find-file-hooks if it is available.
15648
15649         * mml1991.el: Bind pgg-default-user-id when compiling.
15650
15651         * mml2015.el: Bind pgg-default-user-id when compiling.
15652
15653         * nndraft.el (nndraft-request-associate-buffer):
15654         Use write-contents-functions instead of write-contents-hooks if it is
15655         available.
15656
15657         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15658         instead of find-file-hooks if it is available.
15659
15660         * nntp.el (nntp-open-connection): Replace
15661         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15662         (nntp-open-ssl-stream): Ditto.
15663         (nntp-open-tls-stream): Ditto.
15664
15665         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15666         set-process-query-on-exit-flag or process-kill-without-query.
15667         (starttls-open-stream-gnutls): Use it instead of
15668         process-kill-without-query.
15669         (starttls-open-stream): Ditto.
15670
15671 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15672
15673         * smime.el (smime-cert-by-ldap-1): Don't use
15674         replace-regexp-in-string.
15675
15676 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15677
15678         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15679
15680         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15681         in PEM format.  Adjust to the XEmacs compability.
15682
15683 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15684
15685         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15686         by `string-to-number'.
15687         * gnus-agent.el (gnus-agent-regenerate-group)
15688         (gnus-agent-fetch-articles): Ditto.
15689         * gnus-art.el (gnus-button-fetch-group): Ditto.
15690         * gnus-cache.el (gnus-cache-generate-active)
15691         (gnus-cache-articles-in-group): Ditto.
15692         * gnus-group.el (gnus-group-set-current-level)
15693         (gnus-group-insert-group-line): Ditto.
15694         * gnus-score.el (gnus-score-set-expunge-below)
15695         (gnus-score-set-mark-below, gnus-summary-score-effect)
15696         (gnus-summary-score-entry): Ditto.
15697         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15698         (gnus-soup-pack): Ditto.
15699         * gnus-spec.el (gnus-xmas-format): Ditto.
15700         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15701         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15702         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15703         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15704         * nndb.el (nndb-get-remote-expire-response): Ditto.
15705         * nndiary.el (nndiary-parse-schedule-value)
15706         (nndiary-string-to-number, nndiary-request-replace-article)
15707         (nndiary-request-article): Ditto.
15708         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15709         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15710         * nneething.el (nneething-make-head): Ditto.
15711         * nnfolder.el (nnfolder-request-article)
15712         (nnfolder-retrieve-headers): Ditto.
15713         * nnheader.el (nnheader-file-to-number): Ditto.
15714         * nnkiboze.el (nnkiboze-request-article): Ditto.
15715         * nnmail.el (nnmail-process-unix-mail-format)
15716         (nnmail-process-babyl-mail-format): Ditto.
15717         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15718         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15719         (nnmh-request-create-group, nnmh-request-list-1)
15720         (nnmh-request-group, nnmh-request-article): Ditto.
15721         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15722         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15723         * nnsoup.el (nnsoup-make-active): Ditto.
15724         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15725         * nntp.el (nntp-find-group-and-number)
15726         (nntp-retrieve-headers-with-xover): Ditto.
15727         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15728         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15729         (pgg-format-key-identifier): Ditto.
15730         * pop3.el (pop3-last, pop3-stat): Ditto.
15731         * qp.el (quoted-printable-decode-region): Ditto.
15732
15733         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15734         of concat.
15735
15736 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15737
15738         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15739
15740         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15741
15742         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15743
15744         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15745
15746         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15747
15748         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15749
15750         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15751         (gnus-carpal-mode): Ditto.
15752
15753         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15754         (gnus-browse-mode): Ditto.
15755
15756         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15757
15758         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15759
15760 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15761
15762         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15763
15764 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15765
15766         * gnus-util.el (gnus-run-mode-hooks): New function.
15767
15768         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15769
15770         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15771         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15772
15773 2005-05-27  Lute Kamstra  <lute@gnu.org>
15774
15775         * dns-mode.el (dns-mode): Specify customization group.
15776
15777 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15778
15779         * gnus-agent.el (gnus-agent-make-mode-line-string):
15780         Use mode-line-highlight as mouse-face.
15781
15782 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15783
15784         * canlock.el (canlock): Change the parent group to news.
15785
15786         * deuglify.el (gnus-outlook-deuglify): Add :group.
15787
15788         * dig.el (dig): Add :group.
15789
15790         * dns-mode.el (dns-mode): Add :group.
15791
15792         * encrypt.el (encrypt): Add :group.
15793
15794         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15795         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15796         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15797         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15798         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15799
15800         * gnus-diary.el (gnus-diary): Add :group.
15801
15802         * gnus.el (gnus-group-news-1-face): Add :group.
15803         (gnus-group-news-1-empty-face): Ditto.
15804         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15805         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15806         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15807         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15808         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15809         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15810         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15811         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15812         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15813         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15814         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15815         (gnus-summary-high-ticked-face): Ditto.
15816         (gnus-summary-low-ticked-face): Ditto.
15817         (gnus-summary-normal-ticked-face): Ditto.
15818         (gnus-summary-high-ancient-face): Ditto.
15819         (gnus-summary-low-ancient-face): Ditto.
15820         (gnus-summary-normal-ancient-face): Ditto.
15821         (gnus-summary-high-undownloaded-face): Ditto.
15822         (gnus-summary-low-undownloaded-face): Ditto.
15823         (gnus-summary-normal-undownloaded-face): Ditto.
15824         (gnus-summary-high-unread-face): Ditto.
15825         (gnus-summary-low-unread-face): Ditto.
15826         (gnus-summary-normal-unread-face): Ditto.
15827         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15828         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15829
15830         * hashcash.el (hashcash): New custom group.
15831         (hashcash-default-payment): Add :group.
15832         (hashcash-payment-alist): Ditto.
15833         (hashcash-default-accept-payment): Ditto.
15834         (hashcash-accept-resources): Ditto.
15835         (hashcash-path): Ditto.
15836         (hashcash-extra-generate-parameters): Ditto.
15837         (hashcash-double-spend-database): Ditto.
15838         (hashcash-in-news): Ditto.
15839
15840         * message.el (message-minibuffer-local-map): Add :group.
15841
15842         * netrc.el (netrc): Add :group.
15843
15844         * sieve-manage.el (sieve-manage-log): Add :group.
15845         (sieve-manage-default-user): Diito.
15846         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15847         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15848         (sieve-manage-authenticators): Ditto.
15849         (sieve-manage-authenticator-alist): Ditto.
15850         (sieve-manage-default-port): Ditto.
15851
15852         * sieve-mode.el (sieve-control-commands-face): Add :group.
15853         (sieve-action-commands-face): Ditto.
15854         (sieve-test-commands-face): Ditto.
15855         (sieve-tagged-arguments-face): Ditto.
15856
15857         * smime.el (smime): Add :group.
15858
15859         * spam-report.el (spam-report): Add :group.
15860
15861         * spam.el (spam, spam-face): Add :group.
15862
15863 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15864
15865         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15866         return \n.\n.\n at the end of articles.  Protect against that.
15867         (nntp-with-open-group): Allow debugging.
15868
15869         * nnheader.el (mail-header-set-extra): Make into a function
15870         because I just could't understand how to quote the list properly.
15871
15872         * dns.el (query-dns-cached): New function.
15873
15874 2005-05-26  Lute Kamstra  <lute@gnu.org>
15875
15876         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15877
15878 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15881
15882         * gnus-art.el: Don't autoload mail-extract-address-components.
15883
15884         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15885         eval-and-compile to evaluate it.
15886
15887         * hashcash.el: Don't autoload executable-find.
15888
15889         * nndb.el: Don't declare the nndb back end two or more times; don't
15890         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15891
15892         * nntp.el: Autoload format-spec instead of format; use
15893         eval-and-compile to evaluate autoload forms.
15894
15895 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15896
15897         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15898
15899 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15900
15901         * gnus.el (gnus-version-number): Bump version.
15902
15903 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15904
15905         * gnus.el: No Gnus v0.3 is released.
15906
15907 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15908
15909         * lpath.el (featurep): Bind show-nonbreak-escape.
15910
15911 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15912
15913         * gnus-art.el (gnus-article-edit-part): Disable undo.
15914
15915 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15916
15917         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15918         gnus-article-date-lapsed-new-header is t if date timer is active;
15919         skip headers in which the original date value is empty.
15920         (gnus-article-save-original-date): Redefine it as a macro.
15921         (gnus-display-mime): Use it.
15922
15923 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * gnus-art.el (article-date-ut): Support converting date in
15926         forwarded parts as well.
15927         (gnus-article-save-original-date): New function.
15928         (gnus-display-mime): Use it.
15929
15930 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15931
15932         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15933         enclosure element of <item>.
15934
15935 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15936
15937         * message.el (message-kill-buffer-query): Rename from
15938         `message-kill-buffer-query-if-modified'.  Add :version.
15939
15940 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15941
15942         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15943         window layout.
15944
15945 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15946
15947         * mml.el: Autoload dnd when compiling.
15948
15949 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15950
15951         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15952         x-dnd-*.
15953
15954 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * qp.el (quoted-printable-encode-region): Save excursion.
15957
15958 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15959
15960         * message.el (message-kill-buffer-query-if-modified): Add new variable
15961         so the user can kill a modified message buffer quickly.
15962         (message-kill-buffer): Use it.
15963
15964 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * lpath.el: Fbind display-time-event-handler; don't fbind
15967         string-to-multibyte.
15968
15969         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15970
15971 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15974         contained in text because xml.el decodes entities) with LFs.
15975
15976 2005-04-11  Lute Kamstra  <lute@gnu.org>
15977
15978         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15979         differently.
15980
15981 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15982
15983         * mm-util.el (mm-detect-coding-region): Typo.
15984
15985 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15986
15987         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15988
15989 2005-04-06  Deepak Goel  <deego@gnufans.org>
15990
15991         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15992         user-function allow user modifications of the scores.
15993         (spam-stat-score-buffer-user): New function, to allow
15994         user-computed modifications to the score.
15995         (spam-stat-score-buffer-user-functions): List of additional
15996         scoring functions.
15997         (spam-stat-error-holder): Global temporary error holder.
15998         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15999         variable.
16000
16001 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16002
16003         * gnus-registry.el (gnus-registry-clean-empty-function)
16004         (gnus-registry-trim, gnus-registry-fetch-groups)
16005         (gnus-registry-delete-group): Groups that match
16006         `gnus-registry-ignored-groups' are removed from the registry
16007         entries, not just ignored for splitting.  This helps clean up the
16008         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16009         to get all the groups a message ID is in.
16010
16011         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16012         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16013         (spam-stat-score-buffer-user-functions): Add :number custom type.
16014
16015 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16016
16017         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16018         argument in XEmacs.
16019
16020         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16021         (nnrss-request-group): Decode group name first.
16022         (nnrss-request-article): Make a text/plain article if mml-to-mime
16023         failed.
16024         (nnrss-get-encoding): Return a compatible encoding according to
16025         nnrss-compatible-encoding-alist.
16026         (nnrss-find-el): Use consp instead of listp.
16027         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16028
16029 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16032         which Emacs 20 doesn't support.
16033         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16034
16035 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16036
16037         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16038         silence the byte compiler inside the defun.
16039
16040         * gnus-demon.el (parse-time-string): Add autoload.
16041
16042         * gnus-delay.el (parse-time-string): Add autoload.
16043
16044         * gnus-art.el (parse-time-string): Add autoload.
16045
16046         * nnultimate.el (parse-time): Require for `parse-time-string'.
16047
16048 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16049
16050         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16051
16052         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16053
16054         * smime.el (smime-ldap-host-list): Add :version.
16055
16056 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16057
16058         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16059         pass it to `gnus-browse-read-group'.
16060         (gnus-browse-read-group): Add NUMBER argument and pass it to
16061         `gnus-group-read-ephemeral-group'.
16062
16063         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16064         argument and pass it to `gnus-group-read-group'.
16065
16066 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16067
16068         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16069         mm-xemacs-find-mime-charset-1 if we have the mule feature
16070         available at runtime.
16071
16072 2005-03-25  Werner Lemberg  <wl@gnu.org>
16073
16074         * nnmaildir.el: Replace `illegal' with `invalid'.
16075
16076 2005-03-23  Lute Kamstra  <lute@gnu.org>
16077
16078         * time-date.el: Add comment on time value formats.
16079         Don't require parse-time.
16080         (with-decoded-time-value): New macro.
16081         (encode-time-value): New function.
16082         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16083         (days-to-time): Return a valid time value when arg is huge.
16084         (time-since): Use time-subtract.
16085         (time-to-number-of-days): Use time-to-seconds.
16086
16087 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16088
16089         * gnus-start.el (gnus-display-time-event-handler):
16090         Check display-time-timer at runtime rather than only at load time
16091         in case display-time-mode is turned off in the mean time.
16092
16093 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16094
16095         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16096         used.
16097
16098         * nneething.el (nneething-map-file-directory): Derive from
16099         `gnus-directory'.
16100
16101         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16102         the To/Cc button.
16103
16104 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16105
16106         * nnmaildir.el (nnmaildir-request-accept-article):
16107         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16108
16109 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16110
16111         * gnus-async.el: Require timer-funcs at compile time when in
16112         XEmacs for `run-with-idle-timer'.
16113
16114 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16115
16116         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16117         autoloaded function.
16118
16119 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16120
16121         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16122
16123 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16124
16125         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16126
16127 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16128
16129         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16130         Add gnus-expert-user to default.
16131
16132 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16133
16134         * nnimap.el (nnimap-open-server): Ditto.
16135
16136         * imap.el (imap-authenticate): Fix typo.
16137
16138 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16139
16140         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16141         buffer (since IMAP server might return FETCH response out of
16142         order, and the nntp buffer must be sorted).
16143
16144 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16145
16146         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16147         comparison on string.
16148
16149         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16150         (gnus-agent-score): Rename category keywords to match gnus-cus.
16151         (gnus-agent-summary-fetch-series): Modify to protect against
16152         gnus-agent-summary-fetch-group clearing processable flags.
16153         (gnus-agent-synchronize-group-flags): Update live group buffer as
16154         synchronization may occur due to the user toggle the plugged
16155         status.
16156         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16157         successfully downloaded.
16158         (gnus-agent-expire-group-1): Avoid using markers when the overview
16159         is in ascending order; greatly improves performance.
16160         (gnus-agent-regenerate-group):
16161         Use gnus-agent-synchronize-group-flags to reset read status in both
16162         gnus and server.
16163         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16164
16165 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16166
16167         * message.el: Don't autoload former message-utils variables.
16168         (message-strip-subject-trailing-was): Change doc string.
16169
16170         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16171         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16172         (nnweb-google-search): Add "hl=en" here.
16173         (nnweb-google-parse-1, nnweb-google-create-mapping):
16174         Don't hardcode URL.
16175
16176 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16177
16178         * message.el (message-get-reply-headers, message-followup):
16179         Mention related variables `message-use-followup-to' and
16180         `message-use-mail-followup-to', in the information buffer.
16181
16182         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16183         of broken groups(-beta).google.com.
16184
16185 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16186
16187         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16188         parameter to invoked gnus-request-move-article; remove the
16189         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16190         all at once instead of once per article.
16191         (gnus-summary-remove-process-mark): Accept a list of articles as
16192         well as a single article for processing.
16193
16194         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16195         parameter.
16196
16197         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16198
16199         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16200
16201         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16202         parameter.
16203
16204         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16205         parameter.
16206
16207         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16208         parameter and remove the gnus-sum-hint-move-is-internal variable.
16209
16210         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16211         parameter.
16212
16213         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16214         parameter.
16215
16216         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16217         parameter.
16218
16219         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16220
16221         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16222         parameter.
16223
16224         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16225         parameter.
16226
16227 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16228
16229         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16230         a more conservative way.
16231
16232 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16233
16234         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16235         buffer, so it moves the window's cursor.
16236
16237 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16238
16239         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16240         `mm-dissect-multipart' and receive the from field as an (optional)
16241         argument from `mm-dissect-multipart'.
16242         (mm-dissect-multipart): Receive the from field as an argument and
16243         pass it on when we call `mm-dissect-buffer' on MIME parts.
16244         Fixes verification/decryption of signed/encrypted MIME parts.
16245
16246 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16247
16248         * gnus-sum.el (gnus-summary-move-article):
16249         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16250         whatever it calls (right now, only nnimap-request-move article
16251         respects it).
16252
16253         * nnimap.el (nnimap-request-move-article):
16254         When gnus-sum-hint-move-is-internal is set, don't do the extra
16255         nnimap-request-article.
16256
16257 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16258
16259         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16260
16261         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16262         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16263
16264         * gnus-sum.el (gnus-summary-caesar-message):
16265         Apply `gnus-treat-article' after rotation.
16266
16267         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16268         doc string.
16269
16270 2005-02-22  Simon Josefsson  <jas@extundo.com>
16271
16272         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16273         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16274         <arne@arnested.dk>.
16275         (encrypt): Add password-cache and password-cache-expiry as group
16276         members.
16277
16278 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16279
16280         * smime.el (smime-ldap-host-list): Doc fix.
16281         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16282         cache) password.
16283         (smime-sign-region): Use it.
16284         (smime-decrypt-region): Use it.
16285         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16286         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16287         fails.
16288         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16289         certificate from DER to PEM format rather than calling openssl.
16290
16291         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16292
16293         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16294         for signing/encryption.
16295
16296         * mml.el (mml-parse-1): Use them.
16297
16298 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16299
16300         * nnrss.el (nnrss-verbose): Remove.
16301         (nnrss-request-group): Use `nnheader-message' instead.
16302
16303 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16304
16305         * nnrss.el (nnrss-verbose): New variable.
16306         (nnrss-request-group): Make it say nnrss is requesting a group.
16307
16308 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16309
16310         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16311         Handle news URL with given port correctly.
16312
16313 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16314
16315         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16316         containing special characters.
16317
16318         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16319
16320         * mml.el (mime-to-mml): Ditto.
16321
16322         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16323         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16324         (rfc2047-decode-region): Quote decoded words containing special
16325         characters when rfc2047-quote-decoded-words-containing-tspecials
16326         is non-nil.
16327
16328 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16329
16330         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16331
16332         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16333
16334 2005-02-15  Simon Josefsson  <jas@extundo.com>
16335
16336         * nnimap.el (nnimap-debug): Doc fix.
16337
16338         * imap.el (imap-debug): Doc fix.
16339
16340 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16341
16342         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16343
16344 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16345
16346         * gnus.el (spam-contents): Improve docs for spam-contents
16347         parameter in its variable incarnation.
16348
16349 2005-02-14  Simon Josefsson  <jas@extundo.com>
16350
16351         * smime-ldap.el: Use require instead of load-library for ldap.
16352         (smime-ldap-search): Indent.
16353         (smime-ldap-search-internal): Shorten line.
16354
16355         * smime.el (smime-cert-by-dns): Add doc-string.
16356         (smime-cert-by-ldap-1): Indent.
16357
16358         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16359         mml-smime-get-dns-ldap.
16360         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16361
16362 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16363
16364         * smime.el: Require smime-ldap.
16365         (smime-ldap-host-list): New variable.
16366         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16367
16368         * mml-smime.el (mml-smime-encrypt-query): New function.
16369         (mml-smime-encrypt-query): Use it.
16370
16371         * smime-ldap.el: New file.
16372
16373 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16374
16375         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16376
16377 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16378
16379         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16380         argument in doc string.  Make query for type more clear.
16381
16382 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16383
16384         * gnus.el (gnus-group-startup-message): Search for gnus images in
16385         etc/images/gnus.
16386         * mm-util.el (mm-image-load-path): Likewise.
16387         * smiley.el (smiley-data-directory): Search for smilies in
16388         etc/images/smilies.
16389
16390 2005-02-09  Kim F. Storm  <storm@cua.dk>
16391
16392         Change Emacs release version from 21.4 to 22.1 throughout.
16393         Change Emacs development version from 21.3.50 to 22.0.50.
16394
16395 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16396
16397         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16398
16399         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16400         non-Mule XEmacs as well.
16401         (mm-decompress-buffer): Signal an error intentionally if it does
16402         not decompress compressed data because auto-compression-mode is
16403         disabled.
16404
16405 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16406
16407         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16408         an ID in the registry even if it has no groups.
16409
16410 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16413         merge it into mm-decompress-buffer.
16414         (gnus-mime-copy-part): Use the MIME part charset, the value which
16415         a user specified or gnus-newsgroup-charset for decoding, like
16416         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16417         save-buffer what was used.  Suggested by Kevin Ryde
16418         <user42@zip.com.au>.
16419         (gnus-mime-inline-part): Allow the name parameter as well as the
16420         filename parameter; force decompressing of compressed data; always
16421         display contents being not decoded as unibyte.
16422
16423         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16424         as well as the filename parameter.
16425
16426         * mm-util.el (mm-decompress-buffer):
16427         Merge gnus-mime-jka-compr-maybe-uncompress.
16428         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16429         of compressed data.
16430
16431 2005-02-08  Simon Josefsson  <jas@extundo.com>
16432
16433         * imap.el (imap-log): Doc fix.
16434
16435 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16438         the coding cookies; decompress compressed parts.
16439
16440         * mml.el (mml-generate-mime-1): Add the charset parameter according
16441         to the value which a user specified manually or the coding cookie.
16442
16443         * mm-util.el (mm-string-to-multibyte): New function.
16444         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16445         (mm-coding-system-to-mime-charset): New function.
16446         (mm-decompress-buffer): New function.
16447         (mm-find-buffer-file-coding-system): New function.
16448
16449         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16450         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16451         parts.
16452
16453 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16454
16455         * mm-view.el (mm-display-inline-fontify): Decode a part according
16456         to the charset parameter.
16457
16458 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16461         prefix arg is neither nil nor a number, as info specifies.
16462
16463 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16466         timestamps.
16467
16468 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16469
16470         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16471         groups error checking and notify user.
16472
16473 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16474
16475         * message.el (message-send-mail-function): Check existence of
16476         sendmail-program first before using default value
16477         `message-send-mail-with-sendmail'.  Otherwise use more generic
16478         `smtpmail-send-it'.
16479
16480 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16481
16482         * nntp.el (nntp-request-update-info): Always return nil.
16483
16484 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16485
16486         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16487
16488 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16489
16490         * message.el (message-beginning-of-line): Change the behavior when
16491         invoked between BOL and : so that it first moves backward.
16492
16493 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16496         article buffer when editing of the article is discarded.
16497         (gnus-article-prepare): Revert.
16498
16499 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * gnus-art.el (gnus-article-prepare):
16502         Remove message-strip-forbidden-properties from the local hook.
16503
16504 2005-01-27  Simon Josefsson  <jas@extundo.com>
16505
16506         * password.el (password-cache-add): Only start one timer per key.
16507         Reported by Derek Atkins <warlord@MIT.EDU>.
16508
16509 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16510
16511         * run-at-time.el: Remove.  It is no longer needed as
16512         timer-funcs.el in the xemacs-base package has a working version of
16513         `run-at-time'.
16514
16515         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16516
16517         * password.el: Require timer-funcs instead of run-at-time in
16518         XEmacs.
16519         Remove `password-run-at-time' macro.
16520         (password-cache-add): Use `run-at-time' instead of
16521         `password-run-at-time'.
16522
16523         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16524         Remove `nnheader-cancel-function-timers' alias,
16525         `cancel-function-timers' exists in XEmacs in timer-funcs.
16526
16527         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16528         for `run-with-idle-timer'.
16529
16530         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16531         for `run-at-time'.
16532
16533         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16534         for `with-timeout'.
16535
16536         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16537         the same as for XEmacs 21.4.
16538         No need to ignore `run-with-idle-timer', this function exists in
16539         XEmacs now in timer-funcs.el in the xemacs-base package.
16540         (dgnushack-compile): No need to delete
16541         run-at-time.el from the list of files to compile because it
16542         doesn't exist anymore.
16543
16544 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16547         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16548
16549 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16550
16551         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16552         sensitively.
16553
16554 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16555
16556         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16557
16558 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16561         which will be inserted according to the multibyteness of a buffer
16562         rather than the type of contents.  Suggested by ARISAWA Akihiro
16563         <ari@mbf.ocn.ne.jp>.
16564
16565         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16566         of string which old xml.el may return rather than a string.
16567
16568 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16569
16570         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16571
16572 2005-01-16  Simon Josefsson  <jas@extundo.com>
16573
16574         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16575         idn/idna.el isn't available.
16576         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16577         <michael@waxrat.com>.
16578
16579         * hashcash.el: Remove non-FSF copyright header.
16580
16581         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16582         (hashcash-generate-payment): Use it.
16583         (hashcash-generate-payment-async): Use it.
16584
16585 2005-01-15  Simon Josefsson  <jas@extundo.com>
16586
16587         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16588         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16589
16590         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16591         gnus-summary-idna-message.
16592         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16593         (gnus-summary-idna-message): New function.
16594
16595 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16596
16597         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16598         gnus-novice-user.
16599
16600 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16601
16602         * nnrss.el (nnrss-request-delete-group): Delete entries in
16603         nnrss-group-alist as well.
16604         (nnrss-save-server-data): Insert newline.
16605
16606 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16607
16608         * gnus.el (gnus-user-agent): Use list of symbols instead of
16609         symbols.  Display full version number for (S)XEmacs.
16610         Optionally display (S)XEmacs codename.
16611
16612         * gnus-util.el (gnus-emacs-version): Update for new
16613         `gnus-user-agent'.
16614
16615         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16616         Gnus version.
16617
16618 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16619
16620         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16621         which is unreadable in some setups.
16622
16623 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16624
16625         * gnus-spec.el (gnus-update-format-specifications): Flush the
16626         group format spec cache if it doesn't support decoded group names.
16627
16628 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16629
16630         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16631         Allow to apply decay on score files matching a regexp.
16632
16633 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16636         compatibility in %g and %c.
16637
16638 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16639
16640         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16641         name for only %g and %c.
16642         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16643         of gnus-tmp-group to decoded group name.
16644         (gnus-group-make-rss-group): Exclude `/'s from group names.
16645
16646 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * nnrss.el (nnrss-get-encoding): Fix regexp.
16649
16650 2004-12-27  Simon Josefsson  <jas@extundo.com>
16651
16652         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16653         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16654         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16655
16656 2004-12-17  Kim F. Storm  <storm@cua.dk>
16657
16658         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16659
16660         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16661
16662 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16663
16664         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16665
16666 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16667
16668         * nnrss.el: Require rfc2047 and mml.
16669         (nnrss-file-coding-system): New variable.
16670         (nnrss-format-string): Redefine it as an inline function.
16671         (nnrss-decode-group-name): New function.
16672         (nnrss-string-as-multibyte): Remove.
16673         (nnrss-retrieve-headers): Decode group name; don't use
16674         nnrss-format-string.
16675         (nnrss-request-group): Decode group name.
16676         (nnrss-request-article): Decode group name; allow a Message-ID as
16677         well as an article number; don't use nnrss-format-string; encode a
16678         Message-ID string which may contain non-ASCII characters; use
16679         mml-to-mime to compose a MIME article.
16680         (nnrss-request-expire-articles): Decode group name.
16681         (nnrss-request-delete-group): Decode group name.
16682         (nnrss-fetch): Clarify error message.
16683         (nnrss-read-server-data): Use insert-file-contents instead of load;
16684         bind file-name-coding-system; use multibyte buffer.
16685         (nnrss-save-server-data): Bind coding-system-for-write to the
16686         value of nnrss-file-coding-system; bind file-name-coding-system;
16687         add coding cookie.
16688         (nnrss-read-group-data): Use insert-file-contents instead of load;
16689         bind file-name-coding-system; use multibyte buffer.
16690         (nnrss-save-group-data): Bind coding-system-for-write to the
16691         value of nnrss-file-coding-system; bind file-name-coding-system.
16692         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16693         make it work with non-ASCII text.
16694         (nnrss-find-el): Make it work with old xml.el as well.
16695
16696 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16697
16698         * nnrss.el (nnrss-get-encoding): New function.
16699         (nnrss-fetch): Use unibyte buffer initially; bind
16700         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16701         decode contents according to the encoding attribute.
16702         (nnrss-save-group-data): Add coding cookie.
16703         (nnrss-mime-encode-string): New function.
16704         (nnrss-check-group): Use it to encode subject and author.
16705
16706 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16707
16708         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16709         imaginary variable.
16710
16711 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16714         correctly even if there are wide characters.
16715
16716 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16717
16718         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16719         downcased symbol names; make a new cache instead of reusing
16720         bbdb-hashtable.
16721
16722 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16723
16724         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16725         concatenating segments rather than before concatenating them.
16726         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16727
16728         * message.el (message-get-reply-headers): Bind `extra'.
16729
16730 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16731
16732         * message.el (message-extra-wide-headers): New variable.
16733         (message-get-reply-headers): Use it.
16734
16735 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16736
16737         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16738         (gnus-agent-group-pathname): Ditto.
16739
16740         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16741
16742         * gnus-group.el (gnus-group-make-group): Decode group name.
16743         (gnus-group-make-rss-group): Register the group data after opening
16744         the nnrss group.
16745
16746 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16747
16748         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16749         by expiry now get marked as read.
16750
16751 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16752
16753         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16754
16755 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16756
16757         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16758         unify Latin characters in XEmacs.
16759         (mm-find-mime-charset-region): Use it.
16760
16761 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * gnus-util.el (gnus-delete-directory): New function.
16764
16765         * gnus-agent.el (gnus-agent-delete-group): Use it.
16766
16767         * gnus-cache.el (gnus-cache-delete-group): Use it.
16768
16769 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16770
16771         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16772         names.
16773
16774 2004-12-16  Simon Josefsson  <jas@extundo.com>
16775
16776         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16777
16778 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16781
16782         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16783         (gnus-group-set-current-level): Decode group name.
16784
16785 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16786
16787         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16788         failed.
16789
16790 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * gnus-group.el (gnus-group-delete-group): Decode group name.
16793         (gnus-group-make-rss-group): Encode group name.
16794         (gnus-group-catchup-current): Decode group name.
16795         (gnus-group-kill-group): Decode group name.
16796
16797 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16798
16799         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16800
16801 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16802
16803         * gnus-group.el (gnus-group-make-rss-group):
16804         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16805
16806         * gnus-start.el (gnus-setup-news): Honor user's setting to
16807         gnus-message-archive-method.  Suggested by Lute Kamstra
16808         <lute@gnu.org>.
16809
16810 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16811
16812         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16813         global counterparts of the buffer-local variables.
16814
16815 2004-11-16  Romain Francoise  <romain@orebokech.com>
16816
16817         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16818         counterparts of the buffer-local variables.
16819
16820 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16821
16822         * message.el (message-forbidden-properties): Fix typo in doc
16823         string.
16824
16825 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16826
16827         * gnus-util.el (gnus-replace-in-string): Add doc string.
16828
16829         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16830         to avoid problems when splitting mails with many recipients.
16831
16832 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16833
16834         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16835         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16836
16837 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16838
16839         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16840         if there is no hashtable in memory or file modification time is
16841         newer than cached timestamp.
16842
16843 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16844
16845         * gnus-sum.el (gnus-summary-limit-to-recipient):
16846         Implement not-matching option.
16847
16848 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16849
16850         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16851         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16852         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16853         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16854         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16855         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16856
16857 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16858
16859         * message.el (message-forward-make-body-mml): Remove headers
16860         according to message-forward-ignored-headers if a message is decoded.
16861
16862 2004-12-02  Romain Francoise  <romain@orebokech.com>
16863
16864         * message.el (message-forward-make-body-plain): Always remove
16865         headers according to message-forward-ignored-headers.
16866
16867 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16868
16869         * spam.el (spam-summary-prepare-exit): Remove the
16870         gnus-summary-limit pop for now, it has problems with ham marks for
16871         me.
16872
16873 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16874
16875         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16876         correctly.
16877
16878 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16879
16880         * format-spec.el (format-spec): Message the char.
16881
16882 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16883
16884         * gnus-art.el (gnus-split-methods): Reformat comments.
16885
16886         * spam.el (spam-summary-prepare-exit): Remove article limits
16887         before exiting the summary buffer.
16888
16889 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16892         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16893
16894         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16895         order to silence the byte compiler.
16896
16897         * spam.el: Fix the way to silence the byte compiler, which
16898         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16899         bbdb-search-simple, spam-BBDB-register-routine,
16900         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16901         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16902         spam-stat-buffer-is-spam, spam-stat-load,
16903         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16904         spam-stat-save and spam-stat-split-fancy.
16905
16906 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16907
16908         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16909         which may confuse users.
16910         (canlock-password-for-verify): Ditto.
16911
16912         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16913
16914         * gnus-art.el (gnus-emphasis-alist): Ditto.
16915
16916         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16917
16918         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16919
16920         * gnus-start.el (gnus-save-killed-list): Ditto.
16921
16922         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16923         (gnus-sum-thread-tree-root): Ditto.
16924         (gnus-sum-thread-tree-false-root): Ditto.
16925         (gnus-sum-thread-tree-single-indent): Ditto.
16926
16927         * message.el (message-courtesy-message): Ditto.
16928         (message-archive-note): Ditto.
16929         (message-subscribed-address-file): Ditto.
16930         (message-user-fqdn): Ditto.
16931
16932         * spam-report.el (spam-report-gmane-regex): Ditto.
16933
16934         * spam.el (spam-blackhole-good-server-regex): Ditto.
16935
16936 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16937
16938         * mml.el (mml-preview): Widen the message buffer before copying
16939         the contents to the preview buffer; sort headers before previewing.
16940
16941         * message.el (message-hidden-headers): Fix the way to avoid a bug
16942         in the `repeat' widget in Emacs 21.3 or earlier.
16943
16944 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16945
16946         * message.el (message-hidden-headers): Default to "^References:".
16947         Improve customization type.  Suggested by Reiner Steib
16948         <Reiner.Steib@gmx.de>.
16949
16950 2004-11-25  Romain Francoise  <romain@orebokech.com>
16951
16952         * message.el (message-strip-forbidden-properties): Remove check for
16953         obsolete `message-hidden' text property, hidden headers are not
16954         accessible in the buffer anymore.
16955
16956 2004-11-22  Romain Francoise  <romain@orebokech.com>
16957
16958         * message.el (message-header-format-alist): Add `From' in list
16959         so that it can be sorted.
16960         (message-fix-before-sending): Widen and sort headers before
16961         sending.
16962         (message-hide-headers): Use narrowing to hide headers by moving
16963         them to the top of the buffer and narrowing to the region
16964         underneath.
16965
16966 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16967
16968         * message.el (message-strip-forbidden-properties):
16969         Bind buffer-read-only (etc) to nil.
16970
16971 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16972
16973         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16974         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16975
16976 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16977
16978         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16979
16980 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16981
16982         * dns.el (query-dns): Use sit-for to time instead of
16983         accept-process-output, since that doesn't seem to work on udp
16984         sockets.
16985
16986 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16989
16990 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16991
16992         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16993         doc string.  Improve doc string.
16994
16995 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * nntp.el (nntp-request-update-info): Return nil if
16998         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16999         may not call gnus-activate-group which uselessly issues the GROUP
17000         commands for all nntp groups and wastes time.  Reported by Romain
17001         Francoise <romain@orebokech.com>.
17002
17003         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17004
17005 2004-11-15  Simon Josefsson  <jas@extundo.com>
17006
17007         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17008         headers separately.
17009         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17010         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17011
17012 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17013
17014         * gnus-start.el (gnus-convert-old-newsrc):
17015         Assign legacy-gnus-agent to 5.10.7.
17016
17017 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17018
17019         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17020         start of the lines.
17021
17022 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17023
17024         * hashcash.el (hashcash-default-payment): Change default to 20.
17025         (hashcash-default-accept-payment): Change default to 20.
17026         (hashcash-process-alist): New variable.
17027         (hashcash-generate-payment-async): Add.
17028         (hashcash-already-paid-p): Add.
17029         (hashcash-insert-payment): Don't generate payments twice.
17030         (hashcash-insert-payment-async): Add.
17031         (hashcash-insert-payment-async-2): Add.
17032         (hashcash-cancel-async): Add.
17033         (hashcash-wait-async): Add.
17034         (hashcash-processes-running-p): Add.
17035         (hashcash-wait-or-cancel): Add.
17036         (mail-add-payment): New optional argument.  Conditionally start
17037         asynchronous calculation.
17038         (mail-add-payment-async): Add.
17039
17040         * message.el (message-send-mail): Wait for asynchronous hashcash
17041         results.  Don't clobber existing X-Hashcash headers.
17042         (message-setup-1): Call mail-add-payment-async when
17043         message-generate-hashcash is non-nil.
17044
17045 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17046
17047         * message.el (message-use-alternative-email-as-from): Examine the
17048         From header as well; use message-make-from in order to include a
17049         user's full name.
17050
17051 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17052
17053         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17054         default; improve customization type.
17055         (gnus-emphasis-custom-with-format): New macro.
17056         (gnus-emphasis-custom-value-to-external): New function.
17057         (gnus-emphasis-custom-value-to-internal): New function.
17058
17059 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17060
17061         * dns.el (query-dns): Resolve reverse addresses.
17062
17063 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17064
17065         * gnus-group.el (gnus-group-get-new-news): Use it.
17066
17067         * gnus-start.el (gnus-check-reasonable-setup): New function.
17068
17069 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17070
17071         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17072         "Args out of range" error.  Reported by Arnaud Giersch
17073         <arnaud.giersch@free.fr>.
17074
17075 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17076
17077         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17078
17079 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17080
17081         * spam.el (spam group): Add :version.
17082
17083         * pgg-def.el (pgg group): Add :version.
17084
17085 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * gnus-art.el (gnus-article-edit-article): Don't associate the
17088         article buffer with a draft file.  This is a temporary measure
17089         against the 2004-08-22 change to gnus-article-edit-mode.
17090
17091 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17092
17093         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17094         (html2text-format-tags): Remove unused variable `attr'.
17095
17096 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17097
17098         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17099
17100         * tls.el (tls-process-connection-type, tls-success)
17101         (tls-certtool-program): Add :version.
17102
17103         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17104         (starttls-extra-arguments, starttls-process-connection-type)
17105         (starttls-connect, starttls-failure, starttls-success): Add :version.
17106
17107         * spam-stat.el (spam-stat): Add :version.
17108
17109         * sieve.el (sieve): Add :version.
17110
17111         * sha1.el (sha1): Add :version.
17112         (sha1-use-external): Remove redundant version.
17113
17114         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17115         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17116         (nnmail-split-fancy-match-partial-words)
17117         (nnmail-split-lowercase-expanded): Add :version.
17118
17119         * nndiary.el (nndiary): Add :version.
17120
17121         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17122
17123         * mml-sec.el (mml-default-sign-method)
17124         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17125         Add :version.
17126
17127         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17128
17129         * mm-url.el (mm-url-use-external, mm-url-program)
17130         (mm-url-arguments): Add :version.
17131
17132         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17133         (mm-attachment-file-modes, mm-decrypt-option)
17134         (mm-w3m-safe-url-regexp): Add :version.
17135
17136         * message.el (message-cite-prefix-regexp)
17137         (message-sendmail-envelope-from, message-minibuffer-local-map)
17138         (message-user-fqdn, message-completion-alist): Add :version.
17139
17140         * gnus-win.el (gnus-configure-windows-hook)
17141         (gnus-use-frames-on-any-display): Add :version.
17142
17143         * gnus-art.el (gnus-article-address-banner-alist)
17144         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17145         (gnus-treat-from-picon, gnus-treat-mail-picon)
17146         (gnus-treat-x-pgp-sig): Add :version.
17147
17148         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17149         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17150         (gnus-summary-article-delete-hook)
17151         (gnus-summary-display-while-building): Add :version.
17152
17153         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17154         (gnus-get-top-new-news-hook): Add :version.
17155
17156         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17157         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17158
17159         * gnus-registry.el (gnus-registry): Add :version.
17160
17161         * gnus-spec.el (gnus-use-correct-string-widths)
17162         (gnus-make-format-preserve-properties): Add :version.
17163
17164         * gnus.el (gnus-group-charter-alist)
17165         (gnus-group-fetch-control-use-browse-url)
17166         (gnus-install-group-spam-parameters): Add :version.
17167
17168         * gnus-diary.el (gnus-diary): Add :version.
17169
17170         * gnus-delay.el (gnus-delay): Add :version.
17171
17172         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17173         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17174         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17175         Add :version.
17176
17177         * gnus-agent.el (gnus-agent-max-fetch-size)
17178         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17179         (gnus-agent-prompt-send-queue): Add :version.
17180
17181         * deuglify.el (gnus-outlook-deuglify): Add :version.
17182
17183         * html2text.el: Beautify code.  Improve doc strings.
17184         Some checkdoc cleanup.
17185         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17186
17187 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17188
17189         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17190
17191 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17192
17193         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17194         when package is loaded.
17195
17196         * spam.el (spam-summary-score-preferred-header): Add global preference
17197         for people who want to override the default SpamAssassin over
17198         Bogofilter preference (when both are set).
17199         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17200         (spam-user-format-function-S):
17201         Check spam-summary-score-preferred-header.
17202         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17203         (spam-user-format-function-S): Format the score correctly.
17204
17205 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17208         signature file.  Suggested by Manoj Srivastava
17209         <srivasta@golden-gryphon.com>.
17210
17211         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17212         iso-2022-jp even in the Japanese language environment.
17213         Suggested by Jason Rumney <jasonr@gnu.org>.
17214
17215 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17216
17217         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17218         use the same characters as the dummy marks; make it free from
17219         getting affected by the language environment.
17220         (gnus-summary-read-group-1): Update mark positions only when the
17221         format spec is updated.
17222
17223         * gnus-spec.el (gnus-update-format-specifications): Return a list
17224         of updated types.
17225
17226 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17227
17228         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17229         of boundp to check if display-warning is available.
17230
17231 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17232
17233         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17234
17235 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17236
17237         * nnspool.el (nnspool-spool-directory): Use news-path if the
17238         news-directory variable is not bound.
17239
17240         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17241         function instead of display-warning if it is not available.
17242
17243 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17244
17245         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17246         v5-10: Use `point-at-bol'.
17247
17248 2004-10-26  Simon Josefsson  <jas@extundo.com>
17249
17250         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17251         <chenggao@gmail.com>.
17252
17253 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17254
17255         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17256         instead.
17257
17258 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17259
17260         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17261         to remove a server from the nnimap-server-buffer-alist.
17262         (nnimap-open-connection, nnimap-close-server): Use it.
17263
17264         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17265
17266 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17267
17268         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17269         running the major-mode function.
17270
17271 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17272
17273         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17274         dummy marks in the right way.
17275
17276 2004-10-18  David Edmondson  <dme@dme.org>
17277
17278         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17279         excessively.
17280
17281 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17282
17283         * gnus-util.el (gnus-split-references): Accept a nil references
17284         string and go on blissfully.
17285
17286         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17287         cases where the references string is non-nil but has no references.
17288
17289         * encrypt.el: Add autoload tags.
17290
17291         * spam.el (spam-resolve-registrations-routine): Remove article
17292         from unregistration list too.  Reported by David Hanak
17293         <dhanak@isis.vanderbilt.edu>
17294
17295 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17296
17297         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17298         nil.  Change custom type.
17299
17300 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17301
17302         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17303
17304         * gnus-sum.el (gnus-summary-move-article): Use it.
17305
17306 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17307
17308         * encrypt.el: Add autoload cookies.
17309
17310         * spam.el (spam-backend-article-list-property)
17311         (spam-backend-get-article-todo-list)
17312         (spam-backend-put-article-todo-list)
17313         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17314         Resolve registrations separately.
17315         (spam-register-routine): Format comments.
17316         (spam-unregister-routine, spam-register-routine): Always call with
17317         specific-articles, no default list.
17318         (spam-summary-prepare-exit): Use the spam-classifications function.
17319
17320         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17321         gnus-encrypt.el.
17322
17323         * encrypt.el: Copied from gnus-encrypt.el.
17324
17325         * gnus-encrypt.el: Commented that it's obsolete.
17326
17327 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17328
17329         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17330         (gnus-score-save): Use it.
17331
17332         * message.el (message-bury): Use `window-dedicated-p'.
17333
17334 2004-10-15  Simon Josefsson  <jas@extundo.com>
17335
17336         * pop3.el (top-level): Don't require nnheader.
17337         (pop3-read-timeout): Add.
17338         (pop3-accept-process-output): Add.
17339         (pop3-read-response, pop3-retr): Use it.
17340
17341 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17342
17343         * spam.el (spam-register-routine): Move comment.
17344         (spam-verify-bogofilter): Use 'unknown for the initial
17345         spam-bogofilter-valid state, not 'never.
17346
17347         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17348         for netrc-machine.
17349
17350         * nnimap.el (nnimap-open-connection):
17351         Use netrc-machine-user-or-password.
17352
17353 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17354
17355         * gnus-registry.el (gnus-registry-unload-hook):
17356         Set as a variable with add-hook.
17357
17358         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17359         of news-path.
17360
17361         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17362
17363         * spam.el: Delete duplicate `provide'.
17364         (spam-unload-hook): Set as a variable with add-hook.
17365
17366 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17367
17368         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17369         in the doc string.
17370
17371         * message.el (message-ignored-news-headers)
17372         (message-ignored-supersedes-headers)
17373         (message-ignored-resent-headers)
17374         (message-forward-ignored-headers): Improve custom type.
17375
17376 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * message.el (message-tokenize-header): Fix 2004-09-06 change
17379         which used point-min in the wrong place.
17380
17381 2004-10-12  Simon Josefsson  <jas@extundo.com>
17382
17383         * tls.el (tls-certtool-program): New variable.
17384         (tls-certificate-information): New function, based on
17385         ssl-certificate-information.
17386
17387 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17388
17389         * compface.el: Move the version of ELisp-based uncompface program
17390         to the contrib directory because of the copyright problem.
17391
17392 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17393
17394         * message.el (message-kill-buffer): Raise the current frame.
17395
17396 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17397
17398         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17399
17400         * gnus.el (message-y-or-n-p): Autoload.
17401
17402         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17403         (pop3-password-required, pop3-authentication-scheme)
17404         (pop3-leave-mail-on-server): Make customizable.
17405         (pop3): New custom group.
17406         (pop3-retr): Remove `sleep-for' statements.
17407         Suggested by Dave Love <fx@gnu.org>.
17408
17409         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17410         Windows/DOS.
17411
17412         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17413         (imap-parse-body): Fix incorrect use of `assert'.
17414         Suggested by Dave Love <fx@gnu.org>.
17415
17416         * mml.el (mml-minibuffer-read-disposition): Require match.
17417         Suggested by Dave Love <fx@gnu.org>.
17418
17419 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17420
17421         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17422         doc string.
17423
17424 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17425
17426         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17427
17428 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17429
17430         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17431         instead of calling `mm-insert-inline', to decode text/* parts
17432         before displaying them.
17433
17434 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17435
17436         * mm-uu.el (mm-uu-text-plain-type): New variable.
17437         (mm-uu-pgp-signed-extract-1): Use it.
17438         (mm-uu-pgp-encrypted-extract-1): Use it.
17439         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17440         bind mm-uu-text-plain-type with that value.
17441         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17442         mm-uu-dissect.
17443
17444 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17445
17446         * gnus-group.el (gnus-update-group-mark-positions):
17447         * gnus-sum.el (gnus-update-summary-mark-positions):
17448         * message.el (message-check-news-body-syntax):
17449         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17450         of string-as-multibyte.
17451
17452 2004-10-05  Juri Linkov  <juri@jurta.org>
17453
17454         * gnus-group.el (gnus-update-group-mark-positions):
17455         * gnus-sum.el (gnus-update-summary-mark-positions):
17456         * message.el (message-check-news-body-syntax):
17457         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17458         8-bit unibyte values to a multibyte string for search functions.
17459
17460 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17463         (mm-uu-dissect-text-parts): New function.
17464
17465         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17466         dissect text parts.
17467
17468         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17469         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17470
17471         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17472
17473         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17474         Use gnus-current-topics instead of gnus-current-topic.
17475
17476 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17477
17478         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17479
17480 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17481
17482         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17483         where approriate.
17484
17485         * nnml.el (nnml-generate-active-info): do.
17486
17487         * nndiary.el (nndiary-generate-active-info): do.
17488
17489         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17490         (gnus-topic-move): do.
17491
17492         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17493         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17494
17495         * gnus-srvr.el (gnus-server-prepare)
17496         (gnus-server-open-all-servers): do.
17497
17498         * gnus-msg.el (gnus-summary-cancel-article)
17499         (gnus-summary-resend-message)
17500         (gnus-summary-mail-crosspost-complaint): do.
17501
17502         * gnus-move.el (gnus-change-server): do.
17503
17504         * gnus-group.el (gnus-group-unmark-all-groups)
17505         (gnus-group-set-current-level): do.
17506
17507 2004-10-04  Simon Josefsson  <jas@extundo.com>
17508
17509         * message.el (message-generate-hashcash): Doc fix.
17510
17511 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17512
17513         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17514         avoid infinite recursion via gnus-get-function.
17515
17516 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17517
17518         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17519
17520         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17521
17522         * nnmail.el (nnmail-split-history): do.
17523
17524         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17525         (nnml-request-delete-group): do.
17526
17527         * nnslashdot.el (nnslashdot-read-groups): do.
17528
17529         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17530         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17531
17532         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17533         (nnspool-sift-nov-with-sed): Use last.
17534         (nnspool-retrieve-headers-with-nov): Use mapc.
17535         (nnspool-request-newgroups): Use dolist.
17536         (nnspool-request-group): Use last.
17537
17538         * nntp.el (nntp-read-server-type): Use dolist.
17539
17540         * nnvirtual.el (nnvirtual-create-mapping)
17541         (nnvirtual-update-read-and-marked): Use dolist.
17542         (nnvirtual-convert-headers): Simplify.
17543
17544 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17545
17546         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17547         Add support for sync'ing tick marks.
17548
17549 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17550
17551         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17552         there's no visible header.
17553
17554 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17555
17556         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17557         When necessary, pass full group name to gnus-request-set-marks.
17558
17559 2004-10-01  Simon Josefsson  <jas@extundo.com>
17560
17561         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17562         acroread.
17563
17564 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17565
17566         * spam-report.el (spam-report-gmane): Fix interactive.
17567
17568         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17569
17570         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17571         when writing file.
17572         (gnus-agent-synchronize-flags): Don't default to being
17573         interactive.
17574
17575 2004-09-30  Simon Josefsson  <jas@extundo.com>
17576
17577         * message.el (message-generate-hashcash): Add.
17578         (message-send-mail): Use it, call mail-add-payment.
17579
17580 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17581
17582         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17583
17584 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17585
17586         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17587         gnus-requst-update-info with explicit code to sync the in-memory
17588         info read flags with the marks being sync'd to the backend.
17589
17590         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17591
17592 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17593
17594         * spam.el (spam-verify-bogofilter): Add new function.
17595         (spam-check-bogofilter)
17596         (spam-bogofilter-register-with-bogofilter): Use it.
17597         (spam-verify-bogofilter): Add small fixes.
17598
17599 2004-09-28  Simon Josefsson  <jas@extundo.com>
17600
17601         * hashcash.el (hashcash-generate-payment): Revert.
17602
17603 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17604
17605         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17606         Use gnus-extract-references instead of gnus-split-references.
17607
17608         * gnus-util.el (gnus-extract-references): Add new function, analogous
17609         to gnus-split-references but extracts only the message-ID without
17610         anything extra.
17611
17612         * hashcash.el (hashcash-generate-payment)
17613         (hashcash-check-payment): Do the right thing if hashcash-path is
17614         nil (because the hashcash program could not be found).
17615
17616         * spam.el (spam-use-hashcash): Remove comment.
17617
17618 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17619
17620         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17621         (gnus-cache-enter-article, gnus-cache-remove-article)
17622         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17623
17624         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17625
17626         * gnus-art.el (article-hide-boring-headers)
17627         (article-translate-strings, article-display-face)
17628         (gnus-article-mime-match-handle-first)
17629         (gnus-article-highlight-headers)
17630         (gnus-article-add-buttons-to-head): do.
17631
17632 2004-09-27  Simon Josefsson  <jas@extundo.com>
17633
17634         * hashcash.el: New version, from
17635         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17636         ../contrib/.
17637
17638 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17639
17640         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17641
17642 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17643
17644         * gnus-dup.el (gnus-dup-open): Use mapc.
17645         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17646
17647         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17648         Reported by Stefan Wiens <s.wi@gmx.net>.
17649
17650         * gnus.el (gnus-shutdown): Use dolist.
17651
17652         * gnus-undo.el (gnus-undo): Use mapc.
17653
17654         * nnrss.el (nnrss-generate-active): do.
17655
17656         * message.el (message-cite-original-without-signature)
17657         (message-cite-original): Use mapc.
17658         (message-do-actions, message-make-forward-subject): Use dolist.
17659
17660 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17661
17662         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17663         deletion to remove entire duplicate line.  Fixes merged article
17664         number bug.
17665
17666 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17667
17668         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17669         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17670         first ask if you want to open a server and then, even when you
17671         responded with no, asking if you want to synchronize the server's
17672         flags.
17673         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17674         multi-line expressions.
17675         (gnus-agent-synchronize-group-flags): New internal function.
17676         Updates marks in memory (in the info structure) AND in the
17677         backend.
17678
17679         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17680
17681         * nnagent.el (nnagent-request-set-mark):
17682         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17683         method, to ensure that synchronization updates marks in the
17684         backend and in the info (in memory) structure.
17685
17686 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17687
17688         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17689         convention fully; don't miss the root article of a thread; make
17690         the X-Draft-From header with correct article numbers.
17691
17692 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17693
17694         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17695         unless plugged.  Disable the agent so that an open failure causes
17696         an error.
17697
17698         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17699         Revert 2004-09-21 change.  The backend must be opened while
17700         synchronizing flags even when the backend stores the flags
17701         locally.
17702
17703 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17704
17705         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17706         in `header' match.  Reported by Svend Tollak Munkejord.
17707
17708         * message.el (message-cite-original): Fix use of
17709         `message-cite-articles-with-x-no-archive'.
17710
17711 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17712
17713         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17714         (gnus-window-to-buffer): Ditto.
17715
17716         * mml.el (mml-preview-buffer): New variable.
17717         (mml-preview): Manage window layout with gnus-buffer-configuration.
17718
17719         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17720         X-Draft-From header even if those articles aren't quoted.
17721
17722 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17723
17724         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17725         (gnus-request-set-mark, gnus-request-update-mark): Use new
17726         g-s-t-u-l-m to decide to use backend even when unplugged.
17727
17728 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17729
17730         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17731         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17732
17733 2004-09-20  Simon Josefsson  <jas@extundo.com>
17734
17735         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17736         "utf-16-le".
17737
17738 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17739
17740         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17741
17742 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17743
17744         * uudecode.el (uudecode-use-external): Add :version.
17745
17746         * smime.el (smime-CA-file, smime-encrypt-cipher)
17747         (smime-dns-server): Add :version.
17748
17749         * smiley.el (gnus-smiley-file-types): Add :version.
17750
17751         * sha1.el (sha1-use-external): Add :version.
17752
17753         * pgg-def.el (pgg-query-keyserver): Add :version.
17754
17755         * nnmail.el (nnmail-fancy-expiry-targets)
17756         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17757         Add :version.
17758
17759         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17760         (nnimap-retrieve-groups-asynchronous): Add :version.
17761         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17762
17763         * mml.el (mml-content-disposition-parameters)
17764         (mml-insert-mime-headers-always): Add :version.
17765
17766         * mm-util.el (mm-coding-system-priorities): Add :version.
17767
17768         * mm-decode.el (mm-inline-text-html-with-images)
17769         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17770         (mm-verify-option): Add :version.
17771         (mm-text-html-renderer): Change :version.
17772
17773         * message.el (message-fcc-externalize-attachments)
17774         (message-required-headers, message-draft-headers)
17775         (message-subject-trailing-was-query)
17776         (message-subject-trailing-was-ask-regexp)
17777         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17778         (message-mark-insert-end, message-archive-header)
17779         (message-archive-note, message-cross-post-default)
17780         (message-cross-post-note, message-followup-to-note)
17781         (message-cross-post-note-function, message-use-mail-followup-to)
17782         (message-subscribed-address-functions)
17783         (message-subscribed-address-file, message-subscribed-addresses)
17784         (message-subscribed-regexps, message-allow-no-recipients)
17785         (message-yank-cited-prefix, message-signature-insert-empty-line)
17786         (message-hidden-headers, message-hierarchical-addresses)
17787         (message-mail-user-agent, message-use-idna)
17788         (message-valid-fqdn-regexp)
17789         (message-strip-special-text-properties, message-header-synonyms)
17790         (message-beginning-of-line, message-tab-body-function): Add :version.
17791         (message-insert-canlock, message-wide-reply-confirm-recipients):
17792         Change :version.
17793
17794         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17795         and :version.
17796         (mail-source-delete-old-incoming-confirm)
17797         (mail-source-movemail-program): Add :version.
17798
17799         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17800         (gnus-agent-cache, gnus-agent): Change :version.
17801
17802         * gnus-util.el (gnus-use-byte-compile): Change :version.
17803
17804         * gnus-sum.el (gnus-summary-make-false-root-always)
17805         (gnus-summary-default-high-score)
17806         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17807         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17808         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17809         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17810         (gnus-sum-thread-tree-single-indent)
17811         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17812         (gnus-sum-thread-tree-leaf-with-other)
17813         (gnus-sum-thread-tree-single-leaf): Add :version.
17814         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17815         (gnus-article-loose-mime): Change :version.
17816
17817         * gnus-start.el (gnus-backup-startup-file)
17818         (gnus-save-startup-file-via-temp-buffer): Add :version.
17819
17820         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17821         (gnus-server-offline-face): Add :version.
17822
17823         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17824
17825         * gnus-msg.el (gnus-gcc-externalize-attachments)
17826         (gnus-debug-files, gnus-debug-exclude-variables)
17827         (gnus-discouraged-post-methods): Change :version.
17828         (gnus-confirm-mail-reply-to-news)
17829         (gnus-confirm-treat-mail-like-news): Add :version.
17830
17831         * gnus-int.el (gnus-server-unopen-status): Add :version.
17832
17833         * gnus-group.el (gnus-group-jump-to-group-prompt)
17834         (gnus-large-ephemeral-newsgroup)
17835         (gnus-fetch-old-ephemeral-headers): Add :version.
17836
17837         * gnus-fun.el (gnus-x-face-directory)
17838         (gnus-convert-pbm-to-x-face-command)
17839         (gnus-convert-image-to-x-face-command)
17840         (gnus-convert-image-to-face-command): Add :version.
17841
17842         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17843
17844         * gnus-cite.el (gnus-cite-blank-line-after-header)
17845         (gnus-article-boring-faces): Add :version.
17846
17847         * gnus-art.el (gnus-buttonized-mime-types)
17848         (gnus-inhibit-mime-unbuttonizing)
17849         (gnus-treat-display-face)
17850         (gnus-treat-body-boundary): Change :version.
17851         (gnus-body-boundary-delimiter, gnus-picon-databases)
17852         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17853         (gnus-treat-date-english, gnus-treat-fold-headers)
17854         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17855         (gnus-treat-mail-picon, gnus-treat-wash-html)
17856         (gnus-article-encrypt-protocol)
17857         (gnus-use-idna, gnus-article-over-scroll)
17858         (gnus-mime-display-multipart-alternative-as-mixed)
17859         (gnus-mime-display-multipart-related-as-mixed)
17860         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17861         (gnus-ctan-url, gnus-button-ctan-handler)
17862         (gnus-button-handle-ctan-bogus-regexp)
17863         (gnus-button-ctan-directory-regexp)
17864         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17865         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17866         (gnus-button-man-level, gnus-button-emacs-level)
17867         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17868
17869         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17870         (gnus-agent-go-online): Change :version.
17871         (gnus-agent-expire-unagentized-dirs)
17872         (gnus-agent-auto-agentize-methods): Add :version.
17873
17874         * flow-fill.el (fill-flowed-display-column)
17875         (fill-flowed-encode-column): Add :version.
17876
17877         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17878         (gnus-outlook-deuglify-unwrap-max)
17879         (gnus-outlook-deuglify-cite-marks)
17880         (gnus-outlook-deuglify-unwrap-stop-chars)
17881         (gnus-outlook-deuglify-no-wrap-chars)
17882         (gnus-outlook-deuglify-attrib-cut-regexp)
17883         (gnus-outlook-deuglify-attrib-verb-regexp)
17884         (gnus-outlook-deuglify-attrib-end-regexp)
17885         (gnus-outlook-display-hook): Add :version.
17886
17887         * binhex.el (binhex-use-external): Add :version.
17888
17889 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17890
17891         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17892         and `invisible'.
17893
17894 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17895
17896         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17897         in gnus-registry-trim.
17898
17899 2004-09-13  Simon Josefsson  <jas@extundo.com>
17900
17901         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17902
17903         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17904
17905         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17906         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17907         <yamaoka@jpl.org>.
17908         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17909         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17910         <yamaoka@jpl.org>.
17911
17912         * sieve.el (sieve-manage-mode): Ditto.
17913
17914 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17915
17916         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17917
17918 2004-09-11  Simon Josefsson  <jas@extundo.com>
17919
17920         * dns-mode.el: Add.
17921
17922         * mm-view.el (mm-display-dns-inline): Add.
17923
17924         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17925         (mm-automatic-display): Ditto.
17926
17927         * mailcap.el (mailcap-mime-data): Add text/dns.
17928         (mailcap-mime-extensions): Map .soa to text/dns.
17929
17930 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17931
17932         * gnus-art.el (article-decode-mime-words, article-babel)
17933         (gnus-article-highlight-signature, gnus-article-add-buttons)
17934         (gnus-signature-toggle): Remove unnecessary bindings of
17935         `inhibit-read-only' inherited from v5.10 merge.
17936
17937 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17938
17939         * nntp.el (nntp): New customization group.
17940         (nntp-authinfo-file): Add customization group.
17941
17942         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17943
17944         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17945
17946         * gnus.el (to-address, to-list, subscribed)
17947         (large-newsgroup-initial): Ditto.
17948
17949         * flow-fill.el (fill-flowed-display-column)
17950         (fill-flowed-encode-column): Ditto.
17951
17952 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17953
17954         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17955         Use point-min rather than 1.
17956         (message-send-mail): Use buffer-size rather than point-max.
17957
17958         * gnus-sum.el (gnus-summary-search-article-forward):
17959         Signal a specific `search-failed' rather than a generic `error'.
17960
17961         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17962         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17963         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17964
17965 2004-09-10  Simon Josefsson  <jas@extundo.com>
17966
17967         * nndb.el (require): Remove tcp and duplicate cl.
17968
17969 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17970
17971         * gnus-agent.el (directory-files-and-attributes): Move forward.
17972
17973 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17974
17975         * gnus-agent.el (directory-files-and-attributes):
17976         Optionally defined to support XEmacs.
17977
17978 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17979
17980         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17981         to avoid run-time CL dependencies.
17982         (gnus-agent-unfetch-articles): New function.
17983         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17984         article numbers even when local .overview file is missing.
17985         (gnus-agent-read-article-number): New function.  Only accepts
17986         27-bit article numbers.
17987         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17988         Use gnus-agent-read-article-number.
17989         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17990         from backend while recognizing that article numbers in .overview
17991         must be valid.
17992         (gnus-agent-update-files-total-fetched-for):
17993         Use directory-files-and-attributes to improve performance.
17994         * gnus-int.el (gnus-request-move-article):
17995         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17996         improve performance.
17997
17998         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17999         some users confused by references to .newsrc when they only have a
18000         .newsrc.eld file.
18001         (gnus-convert-mark-converter-prompt)
18002         (gnus-convert-converter-needs-prompt): Fix use of property list.
18003         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18004         New function.  Used internally to only display 'gnus converting
18005         files' message when actually necessary.
18006
18007         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18008         methods now autoloaded.
18009
18010 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18011
18012         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18013         identifiers.
18014
18015 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18016
18017         * gnus-picon.el: Fix indentation and closing parenthesis.
18018
18019 2004-09-01  Simon Josefsson  <jas@extundo.com>
18020
18021         * message.el (message-canlock-generate): Require sha1, not
18022         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18023         to require within a function.  Sadly, if sha1.el isn't loaded, the
18024         let binding in m-c-g will hide the defcustom definition, which is
18025         bad.)
18026
18027         * canlock.el: Require sha1, not sha1-el.
18028
18029         * message.el: Don't autoload sha1 (there is a autoload cookie in
18030         sha1.el).
18031
18032         * sha1-el.el: Rename to sha1.el.
18033
18034 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18035
18036         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18037
18038 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18039
18040         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18041
18042 2004-08-30  Kim F. Storm  <storm@cua.dk>
18043
18044         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18045
18046         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18047         Add :group 'nnimap.
18048
18049 2004-08-30  Andreas Schwab  <schwab@suse.de>
18050
18051         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18052         ?* and ?\;.
18053
18054         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18055         and ?\' to symbol instead of whitespace.
18056
18057 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18058
18059         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18060
18061         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18062         instead of re-search-forward.
18063
18064         * gnus-uu.el (gnus-uu-save-article): Ditto.
18065         (gnus-uu-post-encode-uuencode): Ditto.
18066
18067         * html2text.el (html2text-clean-list-items): Ditto.
18068         (html2text-clean-dtdd): Ditto.
18069         (html2text-format-tags): Ditto.
18070
18071         * message.el (message-send-mail-with-sendmail): Fix regexp.
18072         (message-fill-field-general): Use search-forward instead of
18073         re-search-forward.
18074         (unbold-region): Ditto.
18075
18076         * nnrss.el (nnrss-request-article): Ditto.
18077
18078         * nnslashdot.el (nnslashdot-request-article): Ditto.
18079
18080         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18081
18082         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18083         "Unrecognized menu descriptor" error in XEmacs.
18084
18085 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18086
18087         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18088         parent article of a sparse article in the thread hashtb.
18089
18090 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18091
18092         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18093         (nnmail-expand-newtext): Lowercase expanded entries if
18094         nnmail-split-lowercase-expanded is non-nil.
18095
18096 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18099
18100         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18101         of gnus-tmp-news-method into string under XEmacs.  It will be
18102         passed to gnus-correct-length which takes only a string argument.
18103
18104 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18105
18106         * gnus-util.el (gnus-bind-print-variables): New macro.
18107         (gnus-prin1): Use it.
18108         (gnus-prin1-to-string): Use it.
18109         (gnus-pp): New function.
18110         (gnus-pp-to-string): New function.
18111
18112         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18113         Replace pp-to-string with gnus-pp-to-string.
18114         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18115         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18116         * gnus-msg.el (gnus-debug): Ditto.
18117         * gnus-score.el (gnus-score-save): Ditto.
18118         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18119         gnus-pp-to-string.
18120         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18121         with gnus-pp.
18122         * score-mode.el (gnus-score-pretty-print): Ditto.
18123         * webmail.el (webmail-debug): Ditto.
18124
18125 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18126
18127         * gnus-art.el (article-display-face, article-display-x-face):
18128         Use buffer-read-only.
18129
18130 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18131
18132         * gnus-art.el (article-hide-list-identifiers):
18133         Bind inhibit-read-only as t.
18134
18135 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18136
18137         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18138
18139 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18140
18141         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18142         (gnus-narrow-to-page): Don't assume point-min == 1.
18143         (gnus-article-edit-mode): Derive from message-mode.
18144
18145         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18146         point-min == 1.
18147
18148         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18149         Disable incorrect use of `assert'.
18150
18151         * message.el (message-mode): Set comment-start-skip.
18152
18153
18154 2004-08-22  Sam Steingold  <sds@gnu.org>
18155
18156         * pop3.el (pop3-leave-mail-on-server): New user variable.
18157         (pop3-movemail): Delete mail only when it is nil.
18158
18159 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18160
18161         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18162
18163         * mml.el (mml-preview): Use `pop-to-buffer'.
18164
18165         * message.el (message-goto-mail-followup-to): Insert after "To".
18166         (message-carefully-insert-headers): Add comment.
18167
18168         * gnus.el: Remove unused variable `gnus-article-check-size'.
18169
18170         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18171
18172         * gnus-art.el (gnus-button-alist):
18173         Improve `gnus-button-handle-library' entry.
18174
18175 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18176
18177         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18178         Use downcase, since XEmacs capitalizes error messages differently.
18179
18180 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18181
18182         * nntp.el: Add (require 'gnus) due to reference to
18183         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18184
18185 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18186
18187         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18188         Bind `mm-fill-flowed'.
18189
18190         * mm-decode.el (mm-dissect-singlepart): Check it.
18191
18192 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18193
18194         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18195         'imap' for netrc parsing.
18196
18197 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18198
18199         * mailcap.el (mailcap-mime-data): Mark as risky.
18200
18201 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18202
18203         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18204         may be included in the encoded word.
18205         (rfc2047-encode): Don't append a space if the encoded word
18206         includes close parenthesis.
18207
18208 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18209
18210         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18211         of text within parentheses.
18212
18213 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18214
18215         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18216         (gnus-encrypt-write-file-contents): Make the password key the file
18217         name PLUS the cipher, not just the cipher.  Also remove failed
18218         passwords from the cache.
18219
18220 2004-08-06  Simon Josefsson  <jas@extundo.com>
18221
18222         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18223         Doc fix.
18224
18225 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18228         LWSP.
18229
18230 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18231
18232         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18233         Try to append in-reply-to: data to the references: header.
18234
18235         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18236         (netrc-parse): Use gnus-encrypt.el functions.
18237
18238         * gnus-encrypt.el: Add new file for encryption support; currently
18239         does only a few GPG ciphers and an internal XOR cipher.
18240
18241         * password.el: Add comments on using password-read-and-add.
18242         (password-read-and-add): Add function to read and add the
18243         password to the cache at once.
18244
18245 2004-07-28  Simon Josefsson  <jas@extundo.com>
18246
18247         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18248         parameter (but don't use it, for now).
18249
18250         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18251         instead of hard coding to nil.
18252
18253 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18254
18255         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18256         as mm-inline-image-xemacs does.
18257
18258 2004-07-26  Simon Josefsson  <jas@extundo.com>
18259
18260         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18261         Revert part of 2004-07-17 change below.
18262
18263 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18264
18265         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18266         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18267
18268 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18269
18270         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18271         quotes that actually start with ">" at the beginning of the
18272         lines.
18273
18274 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18275
18276         * rfc2047.el (rfc2047-encode-region): Fix last change.
18277         (rfc2047-encode-parameter): Remove useless concat.
18278
18279 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18280
18281         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18282         encode special characters; fix some kind of misconfigured headers;
18283         signal a real error if debug-on-quit or debug-on-error is non-nil.
18284         (rfc2047-encode-max-chars): New variable.
18285         (rfc2047-encode-1): Use it.
18286         (rfc2047-encode-parameter): New function.
18287
18288         * mml.el (mml-insert-parameter): Remove an excessive space.
18289
18290 2004-07-17  Simon Josefsson  <jas@extundo.com>
18291
18292         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18293         Kai Grossjohann <kai@emptydomain.de>.
18294         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18295         (gnus-group-make-menu-bar): Ditto.
18296
18297         * gnus-util.el (gnus-group-server): Add.
18298
18299 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18300
18301         * message.el (message-clone-locals): Clone sendmail and smtp
18302         variables.
18303
18304 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18305
18306         * rfc2047.el (rfc2047-encode-region): Fix last change.
18307
18308 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18309
18310         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18311         characters as non-special.
18312
18313 2004-07-09  Simon Josefsson  <jas@extundo.com>
18314
18315         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18316         Users will lose all flag changes made while unplugged with
18317         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18318         good default.  See numerous reports on ding mailing list.
18319
18320 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18321
18322         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18323         add generate-head-function and generate-article-function to the
18324         rfc822-forward entry.
18325         (nndoc-rfc822-forward-generate-article): New function.
18326         (nndoc-rfc822-forward-generate-head): New function.
18327
18328         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18329
18330 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18331
18332         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18333         respect display group parameter and gnus-summary-expunge-below.
18334         (gnus-articles-to-read): Remove unused reference to display group
18335         parameter.
18336
18337 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18338
18339         * nnheader.el (nnheader-uniquify-message-id): New experimental
18340         variable.
18341         (nnheader-nov-read-message-id): Use it.
18342
18343         * spam-report.el (spam-report-gmane): Add interactive.
18344
18345 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * mm-encode.el (mm-content-transfer-encoding-defaults):
18348         Use qp-or-base64 for the application/* types.
18349
18350 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18351
18352         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18353
18354 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18355
18356         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18357         trim value.
18358
18359 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18360
18361         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18362         New macro and function.
18363         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18364
18365 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18366
18367         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18368         after-load-alist.
18369
18370 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18371
18372         * gnus-group.el (gnus-group-get-new-news-this-group):
18373         Don't update info that isn't there.
18374
18375 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18376
18377         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18378         entry.
18379
18380 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18381
18382         * mm-view.el (mm-inline-render-with-function): Use multibyte
18383         buffer; decode html source by charset.
18384
18385         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18386
18387         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18388         Mule-UCS is loaded under XEmacs.
18389         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18390
18391 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18392
18393         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18394
18395 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18396
18397         * mm-util.el (mm-coding-system-p): Return a coding-system.
18398         (mm-mime-mule-charset-alist): Use shift_jis instead of
18399         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18400         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18401         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18402         instead of japanese-shift-jis and iso-latin-1 respectively in
18403         order to share the default value with both Emacs and XEmacs-mule.
18404         (mm-mule-charset-to-mime-charset):
18405         Make mm-coding-system-priorities effective.
18406         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18407         while predicating of candidates upon the priorities.
18408
18409 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18410
18411         * gnus-sum.el (gnus-summary-make-menu-bar):
18412         Add gnus-uu-invert-processable.
18413
18414         * gnus.el: Autoload gnus-uu-invert-processable.
18415
18416 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18417
18418         * mm-util.el (mm-with-multibyte-buffer): New macro.
18419
18420         * rfc2047.el (rfc2047-encode-string): Use it.
18421         (rfc2047-encode-region): Move point to the end of the region after
18422         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18423
18424 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18425
18426         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18427         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18428
18429 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18430
18431         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18432         (gnus-cite-parse): Ignore quoted envelope From_.
18433         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18434
18435 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18436
18437         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18438         invalid addresses.
18439
18440 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18441
18442         * spam.el: Change section markers, revise TODO list.
18443         (spam-backends): Make new master list of all installed backends.
18444         (spam-summary-exit-behavior): Add new variable to determine how
18445         messages moves are done at summary exit.
18446         (spam-move-spam-nonspam-groups-only)
18447         (spam-process-ham-in-nonham-groups)
18448         (spam-process-ham-in-spam-groups): Remove variables, the
18449         spam-summary-exit-behavior variable should be used to manage this
18450         behavior.
18451         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18452         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18453         and spam-old-spam-articles.
18454         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18455         Add empty variables, placeholders for the backends they represent.
18456         (spam-set-difference): Move, unchanged.
18457         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18458         unless the user has a processor variable.
18459         (spam-classifications, spam-classification-valid-p)
18460         (spam-backend-properties, spam-backend-property-valid-p)
18461         (spam-backend-function-type-valid-p)
18462         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18463         (spam-report-articles-gmane, spam-report-articles-resend):
18464         Remove functions, they are not needed.
18465         (spam-install-backend-super, spam-backend-list)
18466         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18467         (spam-backend-function, spam-backend-ham-registration-function)
18468         (spam-backend-spam-registration-function)
18469         (spam-backend-ham-unregistration-function)
18470         (spam-backend-spam-unregistration-function)
18471         (spam-backend-statistical-p, spam-backend-mover-p)
18472         (spam-install-backend-alias, spam-install-checkonly-backend)
18473         (spam-install-mover-backend, spam-install-nocheck-backend)
18474         (spam-install-backend, spam-install-statistical-backend)
18475         (spam-install-statistical-checkonly-backend): Add backend installation
18476         support.
18477         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18478         (spam-group-processor-p): Use the new backend code and respect the
18479         summary exit behavior.
18480         (spam-mark-spam-as-expired-and-move-routine): Remove.
18481         (spam-summary-prepare): Change to use the new spam-old-articles
18482         variable.
18483         (spam-copy-or-move-routine, spam-copy-spam-routine)
18484         (spam-move-spam-routine, spam-copy-ham-routine)
18485         (spam-move-ham-routine): Add code to copy/move ham or spam.
18486         (spam-fetch-field-fast): Improve doc and code, plus allow the
18487         'number request.
18488         (spam-list-of-checks, spam-list-of-statistical-checks):
18489         Remove variables.
18490         (spam-split, spam-find-spam): Use the new backend code.
18491         (spam-registration-functions): Remove variable.
18492         (spam-unregister-routine): Add convenience wrapper.
18493         (spam-log-undo-registration, spam-register-routine)
18494         (spam-log-processing-to-registry)
18495         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18496         where possible.
18497         (spam-check-gmane-xref, spam-check-regex-headers)
18498         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18499         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18500         (spam-check-bogofilter-headers, spam-check-spamoracle)
18501         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18502         (spam-check-crm114-headers): Use the spam-split-group that
18503         spam-split prepares, no need to determine it every time.
18504
18505         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18506         to the nnheader-parse-naked-head call.
18507
18508         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18509
18510         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18511         the nnheader-nov-read-message-id call.
18512
18513 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18514
18515         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18516         gnus-activate-group twice.  Suggested by Markus Peter
18517         <warp@spin.de>.
18518
18519 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18520
18521         * gnus-art.el (gnus-article-time-format): Exchange the order of
18522         day and month in the default value; fix customization type.
18523         (article-date-ut): Use add-text-properties.
18524         (article-make-date-line): Use message-make-date instead of
18525         current-time-string.
18526
18527         * message.el (message-fetch-field): Don't use set-text-properties.
18528         (message-make-date): Simplify.
18529
18530         * messagexmas.el (message-xmas-make-date): New function.
18531         (message-xmas-redefine): Defalias message-make-date to it.
18532
18533 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18534
18535         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18536         (rfc2047-encode-region): Treat text within parentheses as special;
18537         show the original text when error has occurred.
18538
18539         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18540         already-computed method to gnus-activate-group.
18541
18542         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18543         same select-methods identical Lisp objects.
18544
18545         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18546         object when modifying the info.
18547
18548 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18549
18550         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18551         gnus-opened-servers since it has never been opened with the new
18552         configuration yet.
18553
18554 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18555
18556         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18557         arg to nnheader-generate-fake-message-id.
18558
18559 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18560
18561         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18562         number and build a fake message ID localized to a group and
18563         article number (so it's repeatable from that point on).
18564         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18565         ID format.
18566
18567         * gnus-sum.el (gnus-get-newsgroup-headers):
18568         Call nnheader-generate-fake-message-id with the article number.
18569
18570 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18571
18572         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18573         end-of-buffer.
18574
18575 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18576
18577         * message.el (message-ignored-supersedes-headers): Add Approved.
18578
18579 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18580
18581         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18582         goto-char.
18583         (rfc2047-encode): Fold the line before encoding.
18584
18585 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18586
18587         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18588         folding -- not all headers can be folded, and this should be done
18589         by the message composition mode.  Probably.  I think.
18590
18591 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18592
18593         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18594         fast.
18595
18596         * gnus-ems.el (gnus-remove-image): Don't use
18597         message-text-with-property; remove only the image found first.
18598
18599         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18600         found first.
18601
18602 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18603
18604         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18605
18606 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18607
18608         * message.el (message-text-with-property): Make it fast and accept
18609         optional arguments.
18610         (message-strip-forbidden-properties): Use it.
18611         (message-fix-before-sending): Follow the m-t-w-p change.
18612
18613         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18614
18615 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18616
18617         * gnus-art.el (article-hide-headers): Don't change the buffer
18618         mistakenly when performing mml-preview even if
18619         gnus-single-article-buffer is nil.
18620
18621 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18622
18623         * message.el (message-expand-name-databases): New user option.
18624         (message-expand-name): Use it.
18625
18626 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18627
18628         * spam.el (spam-report-articles-resend)
18629         (spam-report-resend-register-routine): Allow ham reporting.
18630         (spam-report-resend-register-ham-routine): Add wrapper.
18631         (spam-registration-functions): Add ham resending functions.
18632         (spam-list-of-processors): Add ham resend processor.
18633
18634         * gnus.el (ham-resend-to): Add new group parameter.
18635         (spam-process): Add ham resend option.
18636
18637         * spam-report.el (spam-report-resend): Allow reporting ham.
18638         (spam-report-resend-ham): Add wrapper.
18639
18640 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18641
18642         * message.el (message-cite-articles-with-x-no-archive):
18643         New variable.
18644         (message-cite-original): Use it.
18645
18646 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18647
18648         * message.el (message-cite-original): Respect X-No-Archive.
18649
18650 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18651
18652         * gnus-art.el (article-hide-headers): Refer to the values for
18653         gnus-ignored-headers and gnus-visible-headers in the summary
18654         buffer since a user may have set them as group parameters.
18655
18656 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18657
18658         * assistant.el (assistant-node-name): Add convenience function.
18659         (assistant-render-text, assistant-render-node): Add error handling,
18660         plus handle multiple next nodes.
18661         (assistant-find-next-node): Comment out for now.
18662         (assistant-find-next-nodes): Add function, returns list of next
18663         nodes.
18664
18665 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18666
18667         * mail-source.el (mail-source-directory): Fix doc-string.
18668
18669 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18670
18671         * assistant.el (assistant-render-text, assistant-eval): Add :set
18672         widget type, which is different because it takes and returns a
18673         list.  Much hilarity ensues.
18674
18675 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18676
18677         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18678
18679         * gnus-group.el (gnus-group-get-new-news-this-group):
18680         Add doc-string.
18681
18682         * gnus-start.el (gnus-activate-group): Add doc-string.
18683
18684 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18685
18686         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18687
18688 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18689
18690         * assistant.el (assistant-render-text): Try to add a :set
18691         widget, more to come.
18692
18693         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18694         strings.
18695         (spam-report-articles-resend)
18696         (spam-register-routine): Do registration iff any articles warrant
18697         it.
18698         (spam-summary-prepare-exit): Change log message for nil group
18699         destinations.
18700
18701 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18702
18703         * spam.el (spam-report-resend-register-routine):
18704         Allow spam-report-resend-to to be a group parameter or a global value.
18705
18706 2004-05-26  Simon Josefsson  <jas@extundo.com>
18707
18708         * starttls.el: Merge with my GNUTLS based starttls.el.
18709         (starttls-gnutls-program, starttls-use-gnutls)
18710         (starttls-extra-arguments, starttls-process-connection-type)
18711         (starttls-connect, starttls-failure, starttls-success):
18712         New variables.
18713         (starttls-program, starttls-extra-args): Doc fix.
18714         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18715         New functions.
18716         (starttls-negotiate, starttls-open-stream):
18717         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18718         function if it is set.
18719
18720 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18721
18722         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18723         structured fields.
18724
18725 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18726
18727         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18728
18729 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18730
18731         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18732         Add variable.
18733         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18734         assigning the spam-mark to new messages.
18735
18736 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18737
18738         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18739
18740 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18741
18742         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18743
18744         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18745         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18746         default.
18747
18748 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18749
18750         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18751         correct data.
18752
18753 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18754
18755         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18756         (spam-group-processor-p): Fix function.
18757         (spam-group-processor-multiple-p)
18758         (spam-group-spam-processor-report-gmane-p)
18759         (spam-group-spam-processor-report-resend-p)
18760         (spam-group-spam-processor-bogofilter-p)
18761         (spam-group-spam-processor-blacklist-p)
18762         (spam-group-spam-processor-ifile-p)
18763         (spam-group-ham-processor-ifile-p)
18764         (spam-group-spam-processor-spamoracle-p)
18765         (spam-group-spam-processor-crm114-p)
18766         (spam-group-ham-processor-bogofilter-p)
18767         (spam-group-spam-processor-stat-p)
18768         (spam-group-ham-processor-stat-p)
18769         (spam-group-ham-processor-whitelist-p)
18770         (spam-group-ham-processor-BBDB-p)
18771         (spam-group-ham-processor-spamoracle-p)
18772         (spam-group-ham-processor-copy-p): Remove functions with some
18773         prejudice against unneeded code.
18774         (spam-report-articles-resend)
18775         (spam-report-resend-register-routine): Allow the group/topic
18776         spam-resend-to value to override spam-report-resend-to.
18777         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18778         properly now.
18779
18780         * gnus.el (spam-resend-to): Add group/topic parameter.
18781         (spam-process): Move the OBSOLETE processors to the end of the
18782         choices.
18783
18784 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18785
18786         * spam-report.el (spam-report-resend-to, spam-report-resend):
18787         Start with resend-to set to nil, and then ask the user if necessary.
18788         (spam-report-resend): spam-report-resend takes a list of articles, not
18789         separate article numbers.
18790
18791 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18792
18793         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18794         addition to emacs-w3m.
18795
18796 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18797
18798         * assistant.el (assistant-authinfo-data): New function.
18799         (assistant-eval): Eval for entire assistant.
18800
18801         * netrc.el (netrc-services-file): New variable.
18802         (netrc-parse-services): New function.
18803         (netrc-find-service-name): New function.
18804         (netrc-find-service-number): New function.
18805         (netrc-port-equal): New function.
18806         (netrc-machine): Use it.
18807
18808         * nnimap.el (nnimap-open-connection): Use netrc.
18809
18810         * gnus-util.el (gnus-netrc-get): Remove aliases.
18811
18812         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18813
18814         * assistant.el (wid-edit): Fix compilation.
18815
18816         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18817
18818 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18819
18820         * gnus-util.el (gnus-set-file-modes): New function.  (small
18821         patch).
18822
18823 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18824
18825         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18826
18827         * assistant.el (assistant-render-node): Fix up rendering and
18828         read-only text.
18829         (assistant-render-node): Reset.
18830         (assistant-make-read-only): Not sticky.
18831
18832 2004-05-20  Danny Siu  <dsiu@adobe.com>
18833
18834         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18835         centered even when gnus-auto-center-summary is t.
18836
18837 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18838
18839         * dns.el (dns-get-txt-answer): New function.
18840         (dns-read-txt): Ditto.
18841         (query-dns): Use it.
18842
18843 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18844
18845         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18846         active for foreign groups even if the group level is higher than
18847         the specified value.
18848
18849 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18850
18851         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18852         non-active groups.
18853
18854         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18855
18856 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18857
18858         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18859
18860 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18861
18862         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18863         (spam-crm114-header, spam-crm114-spam-switch)
18864         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18865         (spam-crm114-positive-spam-header)
18866         (spam-crm114-database-directory, spam-list-of-processors)
18867         (spam-group-spam-processor-crm114-p)
18868         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18869         (spam-generic-score, spam-list-of-checks)
18870         (spam-list-of-statistical-checks, spam-registration-functions)
18871         (spam-check-crm114-headers, spam-crm114-score)
18872         (spam-check-crm114, spam-crm114-register-with-crm114)
18873         (spam-crm114-register-spam-routine)
18874         (spam-crm114-unregister-spam-routine)
18875         (spam-crm114-register-ham-routine)
18876         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18877         From asjo@koldfront.dk (Adam Sjøgren).
18878
18879         * gnus.el: Add spam-use-crm114.
18880
18881         * spam.el (spam-list-of-processors, spam-registration-functions):
18882         Add spam-use-resend.
18883         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18884         (spam-report-articles-gmane): Add doc fix.
18885         (spam-report-articles-resend, spam-report-resend-register-routine):
18886         Add wrappers around spam-report-resend-to.
18887
18888         * spam-report.el (spam-report-resend-to, spam-report-resend):
18889         Add support for resending spam.
18890         (spam-report-gmane): Fix line length >80.
18891
18892         * gnus.el (spam-process): Add spam-use-resend.
18893
18894 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18895
18896         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18897         number of processed spam messages.
18898         (spam-ham-copy-or-move-routine): Return the number of processed
18899         ham messages.
18900         (spam-summary-prepare-exit): Use the above values to decide
18901         whether status messages shouled be displayed.
18902
18903 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18904
18905         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18906         `rfc2047-encoding-function-alist' in order to avoid conflicting
18907         with the old version.
18908         (rfc2047-encode-region): Concatenate words containing non-ASCII
18909         characters in structured fields; don't encode space-delimited
18910         ASCII words even in unstructured fields; don't break words at
18911         char-category boundaries.
18912         (rfc2047-encode-1): New function.
18913         (rfc2047-encode): Use it; encode text so that it occupies the
18914         maximum width within 76-column; work correctly on Q encoding for
18915         iso-2022-* charsets.
18916         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18917         sure not to break a line just after the header name.
18918         (rfc2047-b-encode-region): Remove.
18919         (rfc2047-b-encode-string): New function.
18920         (rfc2047-q-encode-region): Remove.
18921         (rfc2047-q-encode-string): New function.
18922
18923         * mm-util.el (mm-replace-in-string): New function.
18924
18925 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18926
18927         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18928         Really get it right.
18929         (gnus-inews-make-draft): Really.
18930
18931 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18932
18933         * nnmh.el (nnmh-request-list-1): Don't check the link count
18934         before descending.  (small patch)
18935
18936 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18937
18938         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18939         stuff.
18940
18941         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18942         Match on real group name.
18943
18944         * gnus-art.el (gnus-signature-limit): Doc fix.
18945
18946         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18947
18948         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18949
18950 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18951
18952         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18953         isn't a string.
18954
18955 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18956
18957         * gnus-draft.el (gnus-draft-send):
18958         Bind rfc2047-encode-encoded-words.
18959
18960         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18961         (rfc2047-encodable-p): Say that =? needs encoding.
18962         (rfc2047-encode-encoded-words): New variable.
18963
18964         * gnus-group.el (gnus-group-select-group): Doc fix.
18965
18966         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18967
18968         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18969         to nil.
18970
18971         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18972
18973         * nnheader.el (nnheader-get-lines-and-char): New function.
18974
18975 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18976
18977         * gnus-msg.el (gnus-summary-followup-with-original):
18978         Document yanking of region when active.
18979
18980 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18981
18982         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18983         groups if the group level is higher than the specified value.
18984
18985 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18986
18987         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18988         (gnus-group-jump-to-group): Add prefix argument using
18989         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18990         non-active group.
18991
18992         * compface.el (uncompface): Be verbose when changing
18993         `uncompface-use-external'.
18994
18995         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18996         handle manual section.
18997
18998 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18999
19000         * gnus-art.el (gnus-button-alist): Revert previous change.
19001
19002 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19003
19004         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19005
19006 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19007
19008         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19009         whether backend can accept message.
19010
19011         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19012
19013 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19014
19015         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19016         Avoid creating directory when nntp-marks-is-evil is true.
19017         Reported by Reiner Steib.
19018
19019 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19020
19021         * gnus-picon.el (gnus-picon-style): New variable.
19022         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19023         (gnus-picon-transform-address): Support `gnus-picon-style'.
19024         From Jesper Harder <harder@ifa.au.dk>.
19025
19026 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19027
19028         * message.el (message-fill-field): Return point.
19029         (message-generate-headers): Go to end of field.
19030
19031         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19032         stuff for non-living groups.
19033
19034 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19035
19036         * gnus-art.el (gnus-article-followup-with-original)
19037         (gnus-article-reply-with-original): gnus-mark-active-p ->
19038         gnus-region-active-p.
19039
19040 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19041
19042         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19043         only when there is spam or ham to be processed.
19044
19045 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19046
19047         * mail-source.el (mail-source-delete-crash-box): Refactor.
19048         (mail-source-fetch): Use it.
19049         (mail-source-fetch-file): Ditto.
19050         (mail-source-fetch-directory): Run postscript in loop.
19051         (mail-source-fetch-pop): Delete.
19052         (mail-source-fetch-maildir): Ditto.
19053         (mail-source-fetch-imap): Ditto.
19054
19055         * imap.el (imap-authenticators): Comment out sasl.
19056
19057         * message.el (message-skip-to-next-address): New function.
19058         (message-fill-header-address): Refactor.
19059         (message-fill-address): Use it.
19060         (message-delete-address): Use it.
19061         (message-fill-header-general): Refactor.
19062         (message-fill-field-address): Rename.
19063         (message-narrow-to-field): Find the start of the header.
19064         (message-header-format-alist): Don't pre-fill.
19065         (message-fill-header): Remove.
19066         (message-insert-header): New function.
19067         (message-shorten-references): Use it.
19068
19069         * rfc2047.el (rfc2047-field-value): Strip props.
19070
19071         * mail-parse.el (mail-header-make-address): New alias.
19072
19073         * ietf-drums.el (ietf-drums-make-address): New function.
19074
19075         * imap.el: Add compiler directives.
19076
19077         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19078
19079         * gnus-art.el (article-decode-idna-rhs): Don't use
19080         message-idna-inside-rhs-p.
19081
19082 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19083
19084         * message.el (message-idna-inside-rhs-p): Remove.
19085         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19086
19087         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19088         false positives.
19089
19090 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19091
19092         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19093
19094 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19095
19096         * nneething.el (nneething-file-name): Don't create spurious
19097         files.
19098
19099         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19100         (gnus-inews-do-gcc): Remove sleep.
19101
19102         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19103         part under point.
19104
19105         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19106         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19107
19108 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19109
19110         * spam.el (spam-summary-prepare-exit): Fix (length).
19111
19112 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19113
19114         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19115         as expired without moving it" message when there are spam
19116         messages left.
19117
19118 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19119
19120         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19121         header is not nil.
19122
19123 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19124
19125         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19126         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19127         (nntp-marks-changed-p): New arg SERVER.
19128         (nntp-request-update-info): Adjust caller.
19129
19130 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19131
19132         * nntp.el (nntp-save-marks): Pass missing arg.
19133
19134 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19135
19136         * nntp.el: Support marks.
19137         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19138         (nntp-marks-modtime, nntp-marks-directory): New variables.
19139         (nntp-request-set-mark, nntp-request-update-info)
19140         (nntp-possibly-create-directory, nntp-marks-changed-p)
19141         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19142         New functions.
19143
19144 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19145
19146         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19147         (gnus-xmas-redefine): Rename.
19148
19149         * gnus-score.el (gnus-score-insert-help):
19150         Use gnus-select-lowest-window.
19151
19152         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19153         appt-select-lowest-window and rename to gnus-select-lowest-window.
19154
19155         * gnus.el: do.
19156
19157 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19158
19159         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19160         encodings of MIME-encoded words, in order to improve
19161         interoperability with several broken MUAs.
19162
19163 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19164
19165         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19166         tags, only when charsets are not specified in headers.
19167         (mm-inline-text-html-render-with-w3m): Ditto.
19168
19169         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19170         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19171
19172 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19173
19174         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19175         instead of MIME-decoded from fields when checking
19176         `gnus-article-address-banner-alist'.
19177
19178 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19179
19180         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19181         description rather than subject.
19182
19183 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19184
19185         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19186
19187 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19188
19189         * gnus.el (gnus-version-number): Bump.
19190
19191 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19192
19193         * gnus.el: No Gnus v0.2 is released.
19194
19195 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19196
19197         * gnus-agent.el (gnus-agent-read-agentview):
19198         Inline gnus-uncompress-range.
19199
19200 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19201
19202         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19203         `exec-installed-p'.
19204
19205 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19206
19207         * gnus.el (spam-process, spam-autodetect-methods):
19208         Add bsfilter and bsfilter-headers.
19209
19210         * spam.el (spam-bsfilter): New customize group.
19211         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19212         (spam-bsfilter-header, spam-bsfilter-probability-header)
19213         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19214         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19215         (spam-bsfilter-database-directory): New options.
19216         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19217         (spam-list-of-statistical-checks, spam-registration-functions):
19218         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19219         (spam-bsfilter-score): New command.
19220         (spam-check-bsfilter-headers, spam-check-bsfilter)
19221         (spam-bsfilter-register-with-bsfilter)
19222         (spam-bsfilter-register-spam-routine)
19223         (spam-bsfilter-unregister-spam-routine)
19224         (spam-bsfilter-register-ham-routine)
19225         (spam-bsfilter-unregister-ham-routine): New functions.
19226         (spam-generic-score): Support bsfilter; Accept an optional argument
19227         to recalcurate spam score even if scoring header has already been
19228         added.
19229         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19230         optional argument to recalcurate spam score even if scoring header
19231         has already been added.
19232
19233 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19234
19235         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19236         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19237         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19238         link is missing.
19239
19240 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19241
19242         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19243         (html2text-get-attr): Rewrite.
19244
19245         * message.el (message-setup-1): Remove redundant put-text-property
19246         on mail-header-separator.
19247
19248 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19249
19250         * gnus-registry.el (gnus-registry-cache-whitespace)
19251         (gnus-registry-action, gnus-registry-spool-action)
19252         (gnus-registry-split-fancy-with-parent): Change message levels
19253         from 5 to 3 or 7, as needed.
19254
19255         * spam.el (spam-summary-prepare-exit)
19256         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19257         (spam-split, spam-find-spam, spam-log-undo-registration)
19258         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19259         level from 5 to 6.
19260
19261 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19262
19263         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19264         2004-03-04 change).
19265
19266 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19267
19268         * sieve-manage.el (sieve-manage-open):
19269         * nnweb.el (nnweb-insert-html):
19270         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19271         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19272         * nnspool.el (nnspool-request-group):
19273         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19274         * nnml.el (nnml-request-update-info):
19275         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19276         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19277         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19278         (nnimap-request-set-mark):
19279         * nnfolder.el (nnfolder-request-update-info):
19280         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19281         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19282         * gnus-uu.el (gnus-uu-find-articles-matching):
19283         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19284         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19285         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19286         * gnus-nocem.el (gnus-nocem-scan-groups):
19287         * gnus-int.el (gnus-start-news-server):
19288         * gnus-group.el (gnus-group-make-kiboze-group)
19289         (gnus-group-browse-foreign-server):
19290         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19291         Use mapc when appropriate.
19292
19293 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19294
19295         FIXME: Make separate entries for each person.
19296
19297         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19298         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19299         <shields@msrl.com>:
19300
19301         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19302         may need for spam sorting and scoring.
19303         (spam-user-format-function-S): Add user format function suitable for
19304         general use.
19305         (spam-article-sort-by-spam-status): Add sorting function for summary
19306         sorting.
19307         (spam-extra-header-to-number): Add function to get a score from a
19308         header.
19309         (spam-summary-score): Add function to get a numeric score from the
19310         headers.
19311         (spam-generic-score): Fix function doc, was in wrong place.
19312         (spam-initialize): Take symbols when it's run, and install the
19313         extra headers that spam-necessary-extra-headers thinks we need.
19314
19315 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19316
19317         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19318         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19319
19320 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19321
19322         * gnus-sum.el (gnus-set-global-variables)
19323         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19324         (gnus-article-get-xrefs, gnus-summary-best-group)
19325         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19326         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19327         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19328         Use with-current-buffer.
19329
19330 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19331
19332         * spam.el (spam-summary-prepare-exit): Simplify logic.
19333         (spam-fetch-article-header): Read the article header if it's not
19334         available.
19335         (spam-list-articles): Simplify logic.
19336         (spam-filelist-register-routine): Fix bug with unregister-list.
19337
19338         * gnus-registry.el: Fix comments at beginning.
19339
19340 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19341
19342         * message.el (message-cater-to-broken-inn): Remove.
19343         (message-shorten-references): Make sure the total folded length of
19344         References is shorter than 998 characters to cater to a bug in INN
19345         2.3.  Also, don't pretend that references aren't folded -- this
19346         hasn't worked for a while.
19347
19348 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19349
19350         * gnus-agent.el (gnus-agentize):
19351         gnus-agent-send-mail-real-function no longer set to current value
19352         of message-send-mail-function but rather a lambda that calls
19353         message-send-mail-function.  The change makes the agent real-time
19354         responsive to user changes to message-send-mail-function.
19355
19356 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19357
19358         * legacy-gnus-agent.el
19359         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19360         help from Florian Weimer <fw@deneb.enyo.de>
19361
19362 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19363
19364         * nnmail.el (nnmail-cache-insert): Revert last change.
19365
19366 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19367
19368         * nnmail.el (nnmail-cache-insert): Always check whether
19369         nnmail-cache-ignore-groups matches a group name.
19370
19371 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19372
19373         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19374         (spam-find-spam, spam-log-processing-to-registry)
19375         (spam-log-registered-p, spam-log-unregistration-needed-p)
19376         (spam-log-undo-registration): Use gnus-message instead of
19377         gnus-error, none of these errors are fatal.
19378
19379         * gnus-registry.el (gnus-registry-clean-empty-function)
19380         (gnus-registry-clean-empty): Remove only empty entries without
19381         extra data.
19382
19383 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19384
19385         * spam-stat.el (spam-stat-buffer-change-to-spam)
19386         (spam-stat-buffer-change-to-non-spam): Change (error) to
19387         (gnus-message 8) invocation.
19388
19389 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19390
19391         * nntp.el (nntp-via-netcat-command): New variable.
19392         (nntp-via-netcat-switches): New variable.
19393         (nntp-open-via-rlogin-and-netcat): New function.
19394         (nntp-open-connection-function): Doc fix.
19395         (nntp-telnet-command): Doc fix.
19396         (nntp-end-of-line): Doc fix.
19397         (nntp-via-rlogin-command): Doc fix.
19398         (nntp-via-user-name): Doc fix.
19399         (nntp-via-address): Doc fix.
19400
19401 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19402
19403         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19404         error in Emacs 21.1.
19405
19406 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19407
19408         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19409
19410 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19411
19412         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19413         (gnus-agent-with-refreshed-group): New macro.
19414         (gnus-agent-rename-group): New function.
19415         (gnus-agent-delete-group): New function.
19416         (gnus-agent-save-group-info): Use gnus-command-method when
19417         `method' parameter is nil.  Don't write nil entries into the
19418         active file.
19419         (gnus-agent-get-group-info): New function.
19420         (gnus-agent-fetch-articles):
19421         Use gnus-agent-update-files-total-fetched-for to increment disk space
19422         used.
19423         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19424         Use gnus-agent-update-view-total-fetched-for to increment disk space
19425         used.
19426         (gnus-agent-get-local): Add optional parameters to avoid calling
19427         gnus-group-real-name and gnus-find-method-for-group.
19428         (gnus-agent-set-local): Delete stored entry if either min, or max,
19429         are nil.
19430         (gnus-agent-fetch-session): Reworded error/quit messages.
19431         On quit, use gnus-agent-regenerate-group to record existance of any
19432         articles fetched to disk before the quit occurred.
19433         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19434         gnus-agent-update-view-total-fetched-for, and
19435         gnus-agent-update-files-total-fetched-for to decrement disk space
19436         used.
19437         (gnus-agent-retrieve-headers):
19438         Use gnus-agent-update-view-total-fetched-for to increment disk space
19439         used.
19440         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19441         with gnus-agent-update-files-total-fetched-for to decrement disk
19442         space and fresh group buffer.
19443         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19444         (gnus-agent-need-update-total-fetched-for): New variable.
19445         (gnus-agent-update-files-total-fetched-for): New function.
19446         (gnus-agent-update-view-total-fetched-for): New function.
19447         (gnus-agent-total-fetched-for): New function.
19448
19449         * gnus-cache.el (gnus-cache-save-buffers):
19450         Use gnus-cache-update-overview-total-fetched-for to change disk space
19451         used by this group.
19452         (gnus-cache-possibly-enter-article):
19453         Use gnus-cache-update-file-total-fetched-for to increment disk space
19454         used by this group.
19455         (gnus-cache-possibly-remove-article):
19456         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19457         used by this group.
19458         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19459         (gnus-cache-rename-group): New function.
19460         (gnus-cache-delete-group): New function.
19461         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19462         (gnus-cache-need-update-total-fetched-for): New variable.
19463         (gnus-cache-with-refreshed-group): New macro.
19464         (gnus-cache-update-file-total-fetched-for): New function.
19465         (gnus-cache-update-overview-total-fetched-for): New function.
19466         (gnus-cache-rename-group-total-fetched-for): New function.
19467         (gnus-cache-delete-group-total-fetched-for): New function.
19468         (gnus-cache-total-fetched-for): New function.
19469
19470         * gnus-group.el: Require gnus-sum and autoload functions to
19471         resolve warnings when gnus-group.el compiled alone.
19472         (gnus-group-line-format): Documented new %F.
19473         (size of Fetched data) group line format; identifies disk space
19474         used by agent and cache.
19475         (gnus-group-line-format-alist): Defined new F format.
19476         (gnus-total-fetched-for): New function.
19477         (gnus-group-delete-group): No longer update
19478         gnus-cache-active-altered as gnus-request-delete-group now keeps
19479         the cache in sync.
19480         (gnus-group-list-active): Let the agent store a server's active
19481         list if currently plugged.
19482
19483         * gnus-int.el (gnus-request-delete-group):
19484         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19485         local disk in sync with the server.
19486         (gnus-request-rename-group):
19487         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19488         local disk in sync with the server.
19489
19490         * gnus-start.el (gnus-get-unread-articles):
19491         Cosmetic simplification to logic.
19492
19493         * gnus-util.el (gnus-rename-file): New function.
19494
19495 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19496
19497         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19498
19499 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19500
19501         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19502         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19503
19504 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19505
19506         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19507         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19508
19509 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19510
19511         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19512
19513 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19514
19515         * spam.el (spam-set-difference): Add function to replace
19516         gnus-set-difference in spam.el.
19517         (spam-summary-prepare-exit): Use spam-set-difference.
19518
19519 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19520
19521         * gnus-registry.el (gnus-registry-cache-file): Update to use
19522         gnus-dribble-directory OR gnus-home-directory OR ~.
19523         (gnus-registry-split-fancy-with-parent): Fix doc.
19524
19525 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19526
19527         * message.el (message-exchange-point-and-mark):
19528         Use message-mark-active-p.  Suggested by Jesper Harder
19529         <harder@ifa.au.dk>.
19530
19531 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19532
19533         * message.el (message-exchange-point-and-mark): Don't activate
19534         region if it was inactive.  Suggested by Hiroshi Fujishima
19535         <pooh@nature.tsukuba.ac.jp>.
19536
19537 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19538
19539         * gnus-art.el (article-display-face): Display Faces in the same
19540         order as X-Faces.
19541
19542 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19543
19544         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19545
19546 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19547
19548         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19549         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19550         (gnus-article-mime-hierarchy): Remove.
19551         (gnus-article-mime-hierarchy-next): Remove.
19552         (gnus-article-mode): Revert 2004-03-19 change.
19553         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19554         (gnus-insert-mime-button): Revert 2004-03-19 change.
19555         (gnus-mime-accumulate-hierarchy): Remove.
19556         (gnus-mime-enter-multipart): Remove.
19557         (gnus-mime-leave-multipart): Remove.
19558         (gnus-mime-display-part): Revert 2004-03-19 change.
19559         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19560
19561         * mml.el (mml-preview): Revert 2004-03-19 change.
19562
19563 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19564
19565         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19566
19567 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19568
19569         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19570         t while entering a file name using the mm-with-multibyte macro.
19571         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19572
19573         * mm-util.el (mm-with-multibyte): New macro.
19574
19575 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19576
19577         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19578         New user option.
19579         (gnus-mime-multipart-functions): Doc and customization fix.
19580         (gnus-article-mime-hierarchy): New variable.
19581         (gnus-article-mime-hierarchy-next): New variable.
19582         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19583         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19584         gnus-article-mime-hierarchy-next to nil.
19585         (gnus-insert-mime-button): Show hierarchy numbers.
19586         (gnus-mime-accumulate-hierarchy): New function.
19587         (gnus-mime-enter-multipart): New function.
19588         (gnus-mime-leave-multipart): New function.
19589         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19590         (gnus-mime-display-alternative): Show hierarchy numbers.
19591
19592         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19593         gnus-article-mime-hierarchy-next to nil.
19594
19595 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19596
19597         * dns.el: Don't require gnus-xmas.
19598
19599 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19600
19601         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19602         inline PGP.
19603         (mml-menu): Disable mml-quote-region if mark is inactive.
19604
19605 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19606
19607         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19608         when the group's active is not available.
19609
19610 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19611
19612         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19613         error.
19614
19615 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19616
19617         * imap.el (imap-store-password): New variable.
19618         (imap-interactive-login): Use it.
19619         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19620
19621 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19622
19623         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19624         window-start and hscroll to summary window.
19625
19626 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19627
19628         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19629         conversion message to newsrc-dribble when an actual conversion is
19630         performed.
19631
19632 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19633
19634         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19635
19636 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19637
19638         * mm-decode.el (mm-complicated-handles): New function reviving
19639         former definition of mm-multiple-handles.
19640
19641         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19642         (gnus-mime-delete-part): Use it.
19643
19644 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19645
19646         * gnus-agent.el (gnus-agent-read-local):
19647         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19648         avoid the implicit assumption that they will always be equal.
19649         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19650         coding-system-for-write, as the with-temp-file macro first prints
19651         to a buffer then saves the buffer.
19652
19653 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19654
19655         * gnus-art.el (gnus-article-edit-part): New function.
19656         (gnus-mime-save-part-and-strip): Use it; do query instead of
19657         signaling an error; don't use mm-multiple-handles.
19658         (gnus-mime-delete-part): Ditto.
19659
19660 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19661
19662         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19663         old file versions.
19664         (gnus-group-prepare-hook): Remove function that converted list
19665         form of gnus-agent-expire-days to group properties.
19666
19667         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19668         (gnus-request-accept-article): Re-indented.
19669
19670         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19671         converters to handle old agent file formats.  Add logic for a
19672         "backup before upgrading warning".
19673         (gnus-convert-mark-converter-prompt): Developers can mark
19674         functions as needing (default), or not needing,
19675         gnus-convert-old-newsrc's "backup before upgrading warning".
19676         (gnus-convert-converter-needs-prompt): Tests whether the user
19677         should be protected from potentially irreversable changes by the
19678         function.
19679
19680         * legacy-gnus-agent.el: New.  Provides converters that are only
19681         loaded when gnus-convert-old-newsrc needs to call them.
19682
19683 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19684
19685         * mail-source.el (mail-source-touch-pop): Doc fix.
19686
19687         * message.el (message-smtpmail-send-it): Doc fix.
19688
19689 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19690
19691         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19692
19693         * nnmail.el (nnmail-split-fancy): do.
19694
19695         * gnus-kill.el (gnus-kill, gnus-execute): do.
19696
19697 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19698
19699         * gnus-sum.el (gnus-widget-reversible-match)
19700         (gnus-widget-reversible-to-internal)
19701         (gnus-widget-reversible-to-external): New functions.
19702         (gnus-widget-reversible): New widget.
19703         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19704
19705 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19706
19707         * gnus-sum.el (gnus-thread-sort-functions)
19708         (gnus-article-sort-functions): Document `(not F)' items.
19709
19710 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19711
19712         * spam.el (spam-use-gmane-xref): Add new backend.
19713         (spam-gmane-xref-spam-group): Add variable to control the name of the
19714         Gmane spam group.
19715         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19716         (spam-regex-headers-spam, spam-regex-headers-ham)
19717         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19718         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19719         backends and checks.
19720         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19721
19722         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19723         an autodetect method.
19724
19725 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19726
19727         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19728         articles are being added to a group.
19729         (gnus-request-replace-article): Inform the agent that articles
19730         need to be uncached as the cached contents are no longer valid.
19731
19732 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19733
19734         * binhex.el: Don't autoload executable-find.
19735
19736         * canlock.el: Don't autoload mail-fetch-field.
19737
19738         * dgnushack.el: Autoload c-mode for XEmacs.
19739
19740         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19741
19742         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19743         rmail-dont-reply-to and rmail-output.
19744
19745         * gnus-score.el: Don't autoload ffap-string-at-point.
19746
19747         * gnus-setup.el: Don't autoload sc-cite-original.
19748
19749         * imap.el: Don't autoload base64-decode-string,
19750         base64-encode-string and md5.
19751
19752         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19753         and rmail-msg-restore-non-pruned-header.
19754
19755         * mm-decode.el: Don't autoload executable-find.
19756
19757         * mm-url.el: Don't autoload executable-find.
19758
19759         * mm-view.el: Don't autoload diff-mode.
19760
19761         * nndb.el: Don't autoload news-reply-mode, news-setup,
19762         cancel-timer and telnet.
19763
19764         * password.el: Don't autoload run-at-time for Emacs.
19765
19766         * sha1-el.el: Don't autoload executable-find.
19767
19768         * sieve-mode.el: Don't autoload c-mode.
19769
19770         * uudecode.el: Don't autoload executable-find.
19771
19772 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19773
19774         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19775         (gnus-agent-possibly-alter-active): Avoid null in numeric
19776         comparison.
19777         (gnus-agent-set-local): Refuse to save null in local object table.
19778         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19779         list of articles that will be marked as unread.
19780
19781 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19782
19783         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19784
19785 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19786
19787         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19788         language tags.
19789
19790 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19791
19792         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19793         Don't bind "obarray".
19794
19795         * gnus-sum.el (gnus-thread-sort-functions):
19796         Add `gnus-thread-sort-by-most-recent-number' and
19797         `gnus-thread-sort-by-most-recent-date'.
19798         Reported by Kai Grossjohann <kai@emptydomain.de>.
19799
19800 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19801
19802         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19803
19804 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19805
19806         * gnus-cus.el (gnus-agent-customize-category):
19807         Remove ignore-errors macro reference that required cl to be loaded at
19808         run-time.
19809
19810         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19811         single-interval range of the form (min . max).  Previously the
19812         range had to look like ((min . max)).  Likewise, return
19813         (min . max) rather than ((min . max)).
19814         (gnus-range-map): Use gnus-range-normalize to accept
19815         single-interval range.
19816
19817         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19818         the cache, but not the agent, now appear with their usual face.
19819
19820         * dgnushack.el (loaddir): New variable that is bound to the
19821         directory containing the dgnushack.el file. Use loaddir, rather
19822         than srcdir, to update load-path. Change lets dgnushack compile
19823         code in directories other than GNUS/lisp.
19824
19825 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19826
19827         * lpath.el: Don't bind w3m-safe-url-regexp.
19828
19829         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19830         w3m-safe-url-regexp variable buffer-local.
19831
19832         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19833
19834 2004-02-27  Simon Josefsson  <jas@extundo.com>
19835
19836         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19837         gnus-group-real-prefix.
19838         (gnus-summary-move-article): Use it, instead of
19839         gnus-group-real-prefix.
19840
19841 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19842
19843         * lpath.el: Bind w3m-safe-url-regexp.
19844
19845         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19846         w3m-safe-url-regexp variable buffer-local and set it as the value
19847         of mm-w3m-safe-url-regexp.
19848
19849         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19850
19851         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19852         parsing gnus-posting-styles when the message is not for replying.
19853
19854         * dgnushack.el: Autoload sgml-mode for XEmacs.
19855
19856         * nnrss.el (nnrss-opml-export):
19857         Use mm-set-buffer-file-coding-system instead of
19858         set-buffer-file-coding-system.
19859
19860 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19861
19862         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19863         of checkdoc.el).
19864         * nnrss.el: do.
19865         * gnus-mlspl.el: do.
19866         * gnus-ml.el: do.
19867         * gnus-srvr.el: do.
19868
19869         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19870
19871 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19872
19873         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19874         Corrections to custom-manual links.
19875
19876         * gnus-art.el (gnus-article): Ditto.
19877
19878         * mm-decode.el (mime-display, mime-security): Ditto.
19879
19880 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19881
19882         * flow-fill.el: Typo.
19883
19884 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19885
19886         * spam-wash.el: New file.
19887
19888 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19889
19890         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19891
19892 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19893
19894         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19895         to be run with new-articles as LIST1, not LIST2.
19896         (spam-registration-functions): Add spam-use-ham-copy as a nil
19897         registration backend.
19898
19899 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19900
19901         * spam-stat.el (spam-stat-washing-hook): New option.
19902         (spam-stat-buffer-words): Use it.
19903         (spam-stat-process-directory, spam-stat-test-directory):
19904         Use insert-file-contents-literally.
19905         (spam-stat-coding-system): New variable.
19906         (spam-stat-load, spam-stat-save): Use it.
19907
19908 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19909
19910         * spam-report.el (spam-report-plug-agent):
19911         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19912
19913 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19914
19915         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19916         Allow / in mailto URLs.
19917
19918 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19919
19920         * spam-report.el (spam-report-process-queue): Fix interactive use.
19921         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19922         (spam-report-unplug-agent): Doc fixes.
19923         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19924         (spam-report-agentize, spam-report-deagentize): Autoload.
19925
19926 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19927
19928         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19929
19930         * message.el (message-setup-fill-variables): Add mml tags to
19931         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19932         <ajk@iu.edu>.
19933         (message-mode): Don't modify paragraph-separate there.
19934
19935 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19936
19937         * compface.el (uncompface-use-external): Default to undecided.
19938         (uncompface-use-external-threshold): New variable.
19939         (uncompface-float-time): New macro.
19940         (uncompface): Determine whether to use the external decoder if
19941         uncompface-use-external is undecided.
19942
19943 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19944
19945         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19946         after images.
19947
19948         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19949
19950 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19951
19952         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19953
19954         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19955
19956         * gnus-sum.el (gnus-summary-limit-to-age)
19957         (gnus-summary-limit-children): do.
19958
19959         * gnus-int.el (gnus-request-scan): do.
19960
19961         * gnus-group.el (gnus-group-suspend): do.
19962
19963         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19964
19965         * gnus-cite.el (gnus-cite-parse-attributions): do.
19966
19967         * gnus-agent.el (gnus-summary-set-agent-mark)
19968         (gnus-agent-regenerate-group): do.
19969
19970         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19971
19972         * binhex.el (binhex-decode-region-internal): do.
19973
19974 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19975
19976         * gnus-fun.el (gnus-face-properties-alist): New user option.
19977         (gnus-display-x-face-in-from): Use it.
19978
19979         * gnus-art.el (article-display-face): Ditto.
19980
19981         * compface.el (uncompface-use-external): Default to nil.
19982
19983 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19984
19985         * nntp.el (nntp-erase-buffer): New function.
19986         (nntp-retrieve-data, nntp-send-command)
19987         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19988         (nntp-possibly-change-group): Use it.
19989
19990         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19991         Use with-current-buffer.
19992
19993 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19994
19995         * compface.el: Merge the ELisp-based uncompface program.
19996         (compface): New customization group.
19997         (uncompface-use-external): New user option.
19998         (uncompface): Call uncompface-internal if uncompface-use-external
19999         is nil.
20000         (uncompface-internal): New function.  Note that there are also
20001         some other functions and variables added for this function.
20002
20003 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20004
20005         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20006         if necessary.
20007
20008 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20009
20010         * spam-report.el (spam-report-unplug-agent)
20011         (spam-report-plug-agent, spam-report-deagentize)
20012         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20013         Add support for the Agent in spam-report: when unplugged, report to a
20014         file; when plugged, submit all the requests.
20015
20016         * spam.el (spam-register-routine): Fix message about
20017         registration.
20018
20019 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20020
20021         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20022         dependencies.
20023         (rfc2047-encode): Use it.
20024
20025         * gnus-art.el (gnus-button-marker-list): Move before first
20026         reference.
20027
20028         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20029         (imap-parse-body): Fix format string mismatch.
20030
20031         * gnus-score.el (gnus-summary-increase-score): do.
20032
20033         * nnrss.el (nnrss-close): New function.
20034
20035 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20036
20037         * nnrss.el (nnrss-make-filename): New function.
20038         (nnrss-request-delete-group, nnrss-read-server-data)
20039         (nnrss-save-server-data, nnrss-read-group-data)
20040         (nnrss-save-group-data): Use it.
20041         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20042         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20043         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20044
20045 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20046
20047         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20048
20049 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20050
20051         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20052         files.
20053
20054         * message.el (message-generate-headers-first): Don't quote nil
20055         and t in docstrings.
20056
20057         * imap.el (imap-id): do.
20058
20059         * gnus-agent.el (gnus-agent-consider-all-articles)
20060         (gnus-agent-queue-mail): do.
20061
20062 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20063
20064         * spam-report.el (spam-report-process-queue): New function.
20065         Process requests from `spam-report-requests-file'.
20066         (spam-report-process-queue): Doc fix.
20067
20068 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20069
20070         * spam.el (spam-register-routine)
20071         (spam-log-processing-to-registry, spam-log-registered-p)
20072         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20073         Change "check" to "spam-check" for semi-clarity.
20074
20075 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20076
20077         * pop3.el: Require nnheader.
20078
20079         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20080
20081         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20082
20083         * gnus-picon.el: Require cl.
20084
20085         * gnus-fun.el: Require gnus-ems and gnus-util.
20086
20087         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20088
20089         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20090
20091         * gnus-art.el (gnus-article-edit-mode): Define before first
20092         reference.
20093
20094 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20095
20096         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20097         (gnus-uu-post-encoded): Use point-at-bol.
20098
20099         * gnus-topic.el (gnus-group-active-topic-p): do.
20100
20101         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20102
20103         * gnus-group.el (gnus-group-kill-region): do.
20104
20105         * gnus-art.el (article-date-ut): do.
20106
20107         * message.el (message-fetch-field): Remove redundant
20108         case-fold-search binding.
20109         (message-narrow-to-field): Simplify.
20110
20111 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20112
20113         * spam.el (spam-directory): Derive from `gnus-directory'.
20114
20115         * spam-report.el (spam-report-url-to-file)
20116         (spam-report-requests-file): New function and variable for offline
20117         reporting.
20118         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20119         and user defined function.
20120         (spam-report-url-ping-mm-url): Remove doubled slash.
20121
20122 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20123
20124         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20125
20126 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20127
20128         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20129         Fix format string mismatch.
20130
20131         * sieve.el (sieve-deactivate-all): do.
20132
20133         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20134
20135         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20136
20137         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20138
20139         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20140
20141 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20142
20143         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20144         the list of checks.
20145
20146 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20147
20148         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20149         padding.
20150
20151 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20152
20153         * mm-view.el (mm-fill-flowed): New variable.
20154         (mm-inline-text): Use it.
20155
20156 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20157
20158         * spam.el (spam-spamassassin-register-ham-routine)
20159         (spam-spamassassin-register-spam-routine): Fix function names.
20160
20161 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20162
20163         * gnus.el (gnus-tmp-grouplens): Remove.
20164         (gnus-summary-line-format): Remove grouplens.
20165
20166         * gnus-group.el (gnus-group-line-format): Ditto.
20167
20168         * gnus-spec.el (gnus-format-specs): Ditto.
20169         (gnus-update-format-specifications): Flush the group format spec
20170         cache if there's the grouplens stuff.
20171         (gnus-parse-simple-format): Replace %l with the empty string.
20172
20173 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20174
20175         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20176         omission.
20177
20178 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20179
20180         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20181         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20182
20183 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20184
20185         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20186         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20187         New macros and functions.
20188         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20189         Handle > NLINK_MAX messages.
20190         * nnmaildir.el (nnmaildir-request-set-mark):
20191         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20192
20193 2004-01-25  Alex Schroeder  <alex@gnu.org>
20194
20195         * spam-stat.el (spam-stat-process-directory-age): New option.
20196         (spam-stat-process-directory): Use it.
20197
20198 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20199
20200         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20201         (spam-stat-save): Accept prefix argument.
20202
20203 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20204
20205         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20206         links" error.
20207
20208 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20209
20210         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20211         the rest of the and/or forms.
20212
20213 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20214
20215         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20216         compatibility with old .newsrc.eld files.
20217
20218         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20219
20220         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20221
20222         * gnus-start.el (gnus-1): do.
20223
20224         * gnus-group.el (gnus-group-line-format-alist): do.
20225
20226         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20227
20228         * gnus-gl.el: Remove.
20229
20230 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20231
20232         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20233         marks consisting of a single range {for example, (3 . 5)} rather
20234         than a list of a single range { ((3 . 5)) }.
20235
20236 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20237
20238         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20239         Use with-current-buffer.
20240         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20241         avoid consing a string.
20242
20243         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20244         Remove obsolete entries for big5 and gb2312.
20245
20246 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20247
20248         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20249         uncompressed list.
20250
20251 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20252
20253         * spam-stat.el (spam-stat-strip-xref): New function.
20254         (spam-stat-process-directory): Use it.
20255
20256         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20257         here -- it's done in message-fetch-field.
20258
20259 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20260
20261         * gnus-agent.el (gnus-agent-queue-mail)
20262         (gnus-agent-prompt-send-queue): New variables.
20263         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20264         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20265         "nndraft:queue" along to gnus-draft-send.
20266         Use gnus-agent-prompt-send-queue.
20267         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20268         is "nndraft:queue".  Suggested by Gaute Strokkenes
20269         <gs234@srcf.ucam.org>
20270
20271         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20272         (agent-enable-undownloaded-faces): Add.
20273         (gnus-agent-cat-groups): Use eval-and-compile, not
20274         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20275         method of gnus-agent-cat-groups even when the buffer has been
20276         evaled.
20277         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20278         delete gnus-agent-save-active-1.
20279         (gnus-agent-save-groups): Delete.  Identical to
20280         gnus-agent-save-active.
20281         (gnus-agent-write-active): No longer adjust agent's copy of active
20282         file as agent's adjustments are now stored in their own
20283         file.  Remove optional parameter.
20284         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20285         servers.  Add use of min/max range limits from server's local
20286         file.
20287         (gnus-agent-save-alist): Remove unused optional argument.
20288         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20289         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20290         (gnus-agent-set-local): A per-server file that keeps min/max range
20291         limits for articles known to the agent.  Provides a fast mechanism
20292         for altering many active ranges.
20293         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20294         active file (local makes it unnecessary).
20295         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20296
20297         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20298         (agent-enable-undownloaded-faces): Add.
20299
20300         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20301         disable it when sending to "nndraft:queue".
20302         (gnus-group-send-queue): Add safety check to avoid sending queue
20303         when unplugged.
20304
20305         * gnus-group.el (gnus-group-catchup): Use new
20306         gnus-sequence-of-unread-articles, not
20307         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20308         numbers of articles.  Use gnus-range-map to avoid having to
20309         uncompress the unread list.
20310         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20311         Fix invalid ange-ftp reference.
20312
20313         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20314         (gnus-sorted-range-intersection): Intersection of two ranges
20315         without requiring that they first be uncompressed.
20316
20317         * gnus-start.el (gnus-activate-group): Unless blocked by the
20318         caller, possibly expand the active range to include both cached
20319         and agentized articles.
20320         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20321         multiple version-dependent converters.
20322         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20323         gnus-agent-save-active.
20324         (gnus-save-newsrc-file): Save dirty agent range limits.
20325
20326         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20327         gnus-agent-possibly-alter-active.
20328         (gnus-adjust-marked-articles): Faster handling of simple lists.
20329
20330 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20331
20332         * spam-stat.el (spam-stat-test-directory): New optional argument
20333         displays a list of files detected.  Suggested by Andrew Cohen
20334         <cohen@andy.bu.edu>.
20335         (spam-stat-buffer-words-with-scores): Don't narrow and change
20336         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20337
20338 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20339
20340         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20341         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20342         (spam-spamassassin-arguments)
20343         (spam-spamassassin-spam-flag-header)
20344         (spam-spamassassin-positive-spam-flag-header)
20345         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20346         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20347         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20348         (spam-list-of-processors, spam-list-of-checks)
20349         (spam-list-of-statistical-checks, spam-registration-functions)
20350         (spam-check-spamassassin-headers, spam-check-spamassassin)
20351         (spam-spamassassin-score)
20352         (spam-spamassassin-register-with-sa-learn)
20353         (spam-spamassassin-register-spam-routine)
20354         (spam-spamassassin-register-ham-routine)
20355         (spam-assassin-register-spam-routine)
20356         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20357         (spam-bogofilter-score): Fix to show article before scoring.
20358
20359 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20360
20361         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20362         default scoring function.
20363         (spam-generic-score): Call spam-spamassassin-score if
20364         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20365         spam-bogofilter-score otherwise.
20366
20367         * gnus.el (spam-process, spam-autodetect-methods):
20368         Add spamassassin and spamassassin-headers.
20369
20370 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20371
20372         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20373         Suppress unnecessary messages.
20374
20375 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20376
20377         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20378         make-hash-table.
20379
20380 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20381
20382         * canlock.el (base64-encode-string): Don't autoload it.
20383
20384 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20385
20386         * run-at-time.el: Remove useless (require 'itimer),
20387         eval-and-compile and (featurep 'xemacs).
20388
20389 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20390
20391         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20392         GROUP is a virtual group.
20393
20394 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20395
20396         * gnus.el: Autoload `message-y-or-n-p'.
20397
20398 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20399
20400         * pgg-parse.el: Remove unnecessary (require 'custom).
20401
20402         * pgg-def.el: do.
20403
20404         * nnmail.el: do.
20405
20406         * gnus-undo.el: do.
20407
20408         * gnus-picon.el: do.
20409
20410         * gnus-util.el: do.
20411
20412 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20413
20414         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20415
20416 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20417
20418         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20419         handle, as well as a list.
20420
20421         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20422         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20423         (mm-w3m-cid-retrieve): Simplify.
20424
20425 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20426
20427         * message.el (message-kill-to-signature): Allow prefix arg to
20428         specify number of lines to keep before signature.
20429
20430 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20431
20432         * message.el (message-kill-to-signature): Change docstring.
20433
20434 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20435
20436         * canlock.el: Always require sha1-el.
20437         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20438
20439         * message.el: Autoload sha1 only when compiling.
20440
20441         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20442         eudc-expand-inline for XEmacs.
20443
20444 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20445
20446         * message.el (message-canlock-generate): Require sha1-el.
20447
20448 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20449
20450         * message.el (message-expand-name): Silence the byte compiler.
20451
20452         * lpath.el: Add detect-coding-system.
20453
20454         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20455         cus-edit.
20456
20457 2004-01-13  Simon Josefsson  <jas@extundo.com>
20458
20459         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20460         Invoke gnus-score-mode.
20461         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20462
20463         * gnus-range.el (gnus-compress-sequence): Doc fix.
20464         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20465
20466 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20467
20468         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20469
20470 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20471
20472         * spam.el (spam-get-article-as-string): Update to use
20473         gnus-request-article-this-buffer, much simpler.
20474         (spam-get-article-as-buffer): Remove.
20475
20476 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20477
20478         * message.el (message-expand-name): Use EUDC if the user uses that.
20479
20480 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20481
20482         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20483         character for the encoding to avoid consing a string.
20484
20485         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20486         unnecessarily.
20487
20488         * mm-util.el (mm-replace-chars-in-string): Remove.
20489
20490         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20491         of mm-replace-chars-in-string.
20492
20493 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20494
20495         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20496
20497         * mm-util.el (mm-subst-char-in-string): Support inplace.
20498
20499         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20500         a new string in every iteration.  Use shy groups.
20501
20502 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20503
20504         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20505         * gnus-soup.el (gnus-soup-group-brew):
20506         * gnus-msg.el (gnus-put-message):
20507         * gnus-move.el (gnus-group-move-group-to-server):
20508         * gnus-kill.el (gnus-batch-score):
20509         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20510         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20511         (gnus-group-update-group, gnus-group-read-group)
20512         (gnus-group-make-group, gnus-group-make-help-group)
20513         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20514         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20515         (gnus-group-sort-by-unread, gnus-group-catchup)
20516         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20517         (gnus-group-yank-group, gnus-group-set-info)
20518         (gnus-group-list-groups):
20519         * gnus.el (gnus-generate-new-group-name):
20520         * gnus-delay.el (gnus-delay-send-queue):
20521         * nnvirtual.el (nnvirtual-catchup-group):
20522         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20523         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20524         (gnus-group-prepare-topics, gnus-topic-check-topology):
20525         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20526         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20527         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20528         (gnus-group-make-articles-read):
20529         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20530         (gnus-group-change-level, gnus-kill-newsgroup)
20531         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20532         (gnus-get-unread-articles, gnus-make-articles-unread)
20533         (gnus-make-ascending-articles-unread): Use accessor
20534         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20535         to get group information for improved readability.
20536
20537
20538 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20539
20540         * gnus-art.el (article-decode-mime-words, article-babel)
20541         (gnus-article-highlight-signature, gnus-article-add-buttons)
20542         (gnus-signature-toggle): Use gnus-with-article-buffer.
20543
20544         * gnus-art.el (gnus-article-highlight-headers)
20545         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20546
20547         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20548         (gnus-article-set-globals, gnus-request-article-this-buffer)
20549         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20550         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20551         (gnus-mime-display-alternative): Use with-current-buffer.
20552
20553 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20554
20555         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20556         also under 80 char limit, and call gnus-error if needed.
20557         (spam-fetch-article-header): Fix - it was a
20558         buffer-local variable (gnus-newsgroup-data).
20559         (spam-find-spam): Use spam-generate-fake-headers, forget about
20560         spam-insert-fake-headers.
20561         (spam-insert-fake-headers): Remove.
20562
20563 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20564
20565         * deuglify.el (gnus-article-outlook-unwrap-lines)
20566         (gnus-outlook-rearrange-article)
20567         (gnus-outlook-repair-attribution-outlook)
20568         (gnus-outlook-repair-attribution-block)
20569         (gnus-outlook-repair-attribution-other): Remove redundant
20570         save-excursion.
20571
20572 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20573
20574         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20575         (spam-fetch-field-subject-fast)
20576         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20577         (spam-fetch-article-header): Add functions to deal with Gnus
20578         internals for fast retrieval of article header data.
20579         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20580
20581 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20582
20583         * pop3.el (pop3-md5): Remove.
20584         (pop3-apop): Replace pop3-md5 with md5.
20585
20586         * mm-bodies.el: base64 is always built-in.
20587
20588         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20589         Use with-current-buffer.
20590
20591 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20592
20593         * canlock.el (canlock-insert-header): Remove excessive grouping in
20594         regexp.
20595
20596         * gnus-sum.el (gnus-summary-read-document): Ditto.
20597
20598         * gnus-uu.el (gnus-uu-part-number): Ditto.
20599
20600         * html2text.el (html2text-remove-tags): Ditto.
20601         (html2text-format-tags): Ditto.
20602         (html2text-format-single-elements): Ditto.
20603
20604         * mml.el (mml-parse-1): Ditto.
20605
20606 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20607
20608         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20609
20610         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20611
20612         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20613
20614         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20615
20616 2003-11-15  Simon Josefsson  <jas@extundo.com>
20617
20618         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20619         (pgg-gpg-lookup-key): Use regexp match instead of
20620         split-string (split-string is different between emacs 21.2 and
20621         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20622
20623 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20624
20625         * gnus-art.el (gnus-mime-view-all-parts)
20626         (gnus-article-part-wrapper, gnus-article-view-part):
20627         Use with-current-buffer.
20628
20629 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20630
20631         * spam.el (spam-disable-spam-split-during-ham-respool)
20632         (spam-spamoracle-database, spam-cache-lookups)
20633         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20634         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20635         (spam-group-ham-marks, spam-group-spam-marks)
20636         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20637         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20638         also add spam-use-blackholes to the statistical checks.
20639         (spam-fetch-field-fast): Add interface to fetching fields, may
20640         become a macro.
20641         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20642         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20643         (spam-insert-fake-headers): Fake an article when needed.
20644         (spam-find-spam): Fake article when possible.
20645         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20646         (spam-check-bogofilter-headers): Use message-fetch-field instead
20647         of nnmail-fetch-field.
20648
20649 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20650
20651         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20652
20653 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20654
20655         * spam.el (spam-split): Do not require spam-use-CHECK to be
20656         enabled if that check is passed to spam-split explicitly; also
20657         fix so 'spam doesn't get converted to spam-split-group when
20658         spam-split-symbolic-return is t.
20659         (spam-find-spam): Find registrations of the article and use those
20660         instead of re-running spam-split to find the spam/ham
20661         classification of the article.
20662         (spam-log-processing-to-registry, spam-log-registered-p)
20663         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20664         Use gnus-error instead of gnus-message.
20665         (spam-log-registration-type): Add function to determine the
20666         classification of a message based on registry entries; will
20667         return nil if both 'spam and 'ham are found.
20668         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20669         a reasonably fast local cache without the loading errors.
20670         (spam-cache-lookups): Set to t by default.
20671         (spam-find-spam): Don't try to guess spam-cache-lookups.
20672         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20673         spam-caches entry.
20674         (spam-filelist-build-cache, spam-filelist-check-cache):
20675         Fix caching of whitelist/blacklist entries.
20676         (spam-check-whitelist, spam-check-blacklist):
20677         Invoke spam-from-listed-p with a type, not a cache variable.
20678         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20679
20680 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20681
20682         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20683
20684         * nnmail.el (nnmail-split-fancy): do.
20685
20686         * mml.el (mml-parse): do.
20687
20688         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20689         (gnus-score-adaptive): do.
20690
20691 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20692
20693         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20694         (gnus-mime-button-map): Don't set keymap parent.
20695         (gnus-button-ctan-directory-regexp): Use shy grouping.
20696         (gnus-prev-page-map): Don't set keymap parent.
20697         (gnus-prev-page-map): Remove duplicated one.
20698         (gnus-next-page-map): Don't set keymap parent.
20699         (gnus-mime-security-button-map): Ditto.
20700
20701         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20702         version number.
20703
20704         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20705
20706 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20707
20708         * canlock.el (canlock-sha1-function): Remove.
20709         (canlock-sha1-function-for-verify): Remove.
20710         (canlock-openssl-program): Remove.
20711         (canlock-openssl-args): Remove.
20712         (canlock-ignore-errors): Remove.
20713         (canlock-sha1-with-openssl): Remove.
20714         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20715         (canlock-verify): Don't use canlock-ignore-errors.
20716
20717         * sha1-el.el (sha1-string-external): Make it can return a string
20718         in binary form.
20719         (sha1-region-external): Ditto.
20720         (sha1-string-internal): Ditto.
20721         (sha1-region-internal): Ditto.
20722         (sha1-region): Ditto.
20723         (sha1-string): Ditto.
20724         (sha1): Ditto.
20725
20726 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20727
20728         * spam.el (spam-report-articles-gmane): New command.
20729
20730 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20731
20732         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20733
20734         * run-at-time.el (run-at-time-saved): Remove.
20735         (run-at-time): Doc fix.
20736
20737 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20738
20739         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20740         (gnus-summary-limit-map): Add it.
20741         (gnus-summary-make-menu-bar): do.
20742
20743 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20744
20745         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20746         Make attempt at some caching support (done for BBDB only now).
20747         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20748         addresses to be checked.
20749         (spam-clear-cache-BBDB): Add function, to be invoked by
20750         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20751         (spam-check-BBDB): Check and use the caches, if
20752         spam-cache-lookups is on, remove superfluous (provide).
20753
20754 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20755
20756         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20757
20758 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20759
20760         * run-at-time.el (run-at-time-saved): Move to after the definition
20761         of `run-at-time'.
20762
20763         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20764
20765 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20766
20767         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20768         mm-w3m-local-map-property.
20769
20770         * mm-view.el (mm-w3m-mode-map): Remove.
20771         (mm-w3m-local-map-property): Remove.
20772         (mm-inline-text-html-render-with-w3m): Don't use
20773         mm-w3m-local-map-property.
20774
20775 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20776
20777         * run-at-time.el: New file.
20778
20779         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20780         under Emacs.
20781
20782         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20783         of gnus-set-text-properties.
20784
20785         * gnus-uu.el (gnus-uu-save-article): Ditto.
20786
20787         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20788
20789         * gnus-cite.el (gnus-cite-parse): Ditto.
20790
20791         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20792         of gnus-.
20793
20794         * gnus-xmas.el (run-at-time): Require run-at-time.
20795
20796         * gnus.el: Change calls to nnheader-run-at-time and
20797         password-run-at-time throughout to use run-at-time directly.
20798
20799         * password.el: Remove definition of run-at-time.
20800
20801         * nnheaderxm.el: Remove definition of run-at-time.
20802
20803 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20804
20805         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20806         in prompt.
20807
20808 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20809
20810         * messagexmas.el (message-xmas-redefine): Alias
20811         `message-make-caesar-translation-table' to
20812         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20813         version.
20814
20815         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20816         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20817         `gnus-xmas-set-text-properties'.
20818         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20819         `gnus-xmas-completing-read'.
20820         (gnus-xmas-completing-read): Removed.
20821         (gnus-xmas-open-network-stream): Removed.
20822
20823         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20824         XEmacs version.
20825
20826         * dns.el (dns-make-network-process): Use `open-network-stream'
20827         instead of `gnus-xmas-open-network-stream'.
20828
20829         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20830
20831         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20832
20833 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20834
20835         * gnus-art.el (gnus-mime-display-alternative)
20836         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20837         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20838         Don't use gnus-local-map-property.
20839
20840         * gnus-util.el (gnus-local-map-property): Remove.
20841
20842         * mm-view.el (mm-view-pkcs7-decrypt):
20843         Replace gnus-completing-read-maybe-default with completing-read.
20844
20845         * gnus-util.el (gnus-completing-read): do.
20846         (gnus-completing-read-maybe-default): Remove.
20847
20848 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20849
20850         * password.el: Only autoload `run-at-time' if not XEmacs.
20851         Only autoload the itimer functions if XEmacs.
20852
20853 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20854
20855         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20856         XEmacsen.
20857
20858         * dgnushack.el: Autoload executable-find for XEmacs.
20859
20860 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20861
20862         * gnus-art.el (gnus-read-string): Remove.
20863         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20864         read-string.
20865
20866 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20867
20868         * netrc.el: Autoload password-read.
20869         (netrc): Add configuration group.
20870         (netrc-encoding-method, netrc-openssl-path):
20871         Add variables for encoding and decoding of files with symmetric
20872         ciphers.
20873         (netrc-encode): Add assistant function to encode a file with
20874         netrc-encoding-method.
20875         (netrc-parse): Add interactive parameter, added optional
20876         decoding if netrc-encoding-method is non-nil but otherwise
20877         behavior is standard.
20878         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20879         Do s/encode/encrypt/ everywhere.
20880
20881         * spam.el: Remove executable-find autoload.
20882
20883 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20884
20885         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20886
20887         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20888
20889 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20890
20891         * gnus-art.el (gnus-treat-ansi-sequences)
20892         (article-treat-ansi-sequences): New variable and function.
20893         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20894
20895         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20896         Use it.
20897
20898 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20899
20900         * mm-util.el (mm-quote-arg): Remove.
20901
20902         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20903         shell-quote-argument.
20904
20905         * gnus-uu.el (gnus-uu-command): do.
20906
20907         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20908
20909         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20910         with make-char.
20911
20912         * mm-util.el (mm-make-char): Remove.
20913
20914         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20915         add-minor-mode.
20916
20917         * gnus-undo.el (gnus-undo-mode): do.
20918
20919         * gnus-topic.el (gnus-topic-mode): do.
20920
20921         * gnus-sum.el (gnus-dead-summary-mode): do.
20922
20923         * gnus-start.el (gnus-slave-mode): do.
20924
20925         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20926
20927         * gnus-ml.el (gnus-mailing-list-mode): do.
20928
20929         * gnus-gl.el (gnus-grouplens-mode): do.
20930
20931         * gnus-draft.el (gnus-draft-mode): do.
20932
20933         * gnus-dired.el (gnus-dired-mode): do.
20934
20935         * gnus-ems.el (gnus-add-minor-mode): Remove.
20936
20937         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20938         Replace gnus-char-width with char-width.
20939
20940         * gnus-ems.el (gnus-char-width): Remove.
20941
20942         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20943         Replace gnus-char-width with char-width.
20944
20945         * gnus-ems.el (gnus-char-width): Remove.
20946
20947         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20948         definition.
20949         Remove Emacs 20 hash table compatibility code.
20950
20951         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20952         20 compatibility code.
20953
20954         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20955
20956         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20957
20958         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20959         Replace with point-at-{eol,bol}.
20960
20961         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20962
20963         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20964
20965         * flow-fill.el (fill-flowed-point-at-bol)
20966         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20967
20968         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20969         Replace with point-at-{eol,bol} throughout all files.
20970
20971 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20972
20973         * ntlm.el (ntlm-string-as-unibyte): New macro.
20974         (ntlm-build-auth-response): Use it.
20975
20976         Remove Emacs 20 stuff:
20977         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20978         (butlast, mapc, remove): Remove the compiler macros.
20979         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20980         of delq and copy-sequence.
20981         * gnus-art.el (popup-menu): Remove the compiler macro.
20982         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20983         Emacs 20.
20984
20985 2004-01-05  Simon Josefsson  <jas@extundo.com>
20986
20987         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20988         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20989         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20990         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20991         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20992         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20993         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20994         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20995         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20996         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20997         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20998         string-xor into ntlm-string-xor.
20999         Suggested by Jesper Harder <harder@myrealbox.com>.
21000
21001         * ntlm.el: Don't include poem.
21002
21003         * md4.el (print-int32, print-string-hexa): Remove.
21004         Suggested by Jesper Harder <harder@myrealbox.com>.
21005
21006         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21007
21008         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21009         probably breaks emacs with DL patch, but do we care? Is anyone
21010         still using the DL stuff?)
21011
21012         * sieve-manage.el: Use the password package.
21013         (sieve-manage-read-passwd): Remove.
21014         (sieve-manage-interactive-login): Use password.  Re-add
21015         condition-case around loop.
21016
21017         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21018         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21019         Use the password package.
21020
21021 2003-02-19  Simon Josefsson  <jas@extundo.com>
21022
21023         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21024         token.
21025
21026 2002-08-07  Simon Josefsson  <jas@extundo.com>
21027
21028         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21029         (sieve-manage-authenticators):
21030         (sieve-manage-authenticator-alist): Add some SASL mechs.
21031         (sieve-sasl-auth): New function.
21032         (sieve-manage-cram-md5-auth):
21033         (sieve-manage-plain-auth): Rewrite using SASL library.
21034         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21035         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21036         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21037         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21038
21039 2004-01-05  Simon Josefsson  <jas@extundo.com>
21040
21041         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21042         New files.
21043
21044 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21045
21046         * gnus-group.el (gnus-no-groups-message): Update.
21047
21048         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21049
21050 2003-11-09  Simon Josefsson  <jas@extundo.com>
21051
21052         * imap.el: Support for ID IMAP extension (RFC 2971).
21053         (imap-local-variables): Add imap-id.
21054         (imap-id): New variable.
21055         (imap-id): New function.
21056         (imap-parse-response): Parse untagged ID response.
21057         * nnimap.el (nnimap-id): New variable.
21058         (nnimap-open-connection): Use it.
21059
21060 2003-12-28  Simon Josefsson  <jas@extundo.com>
21061
21062         * gnus-score.el (gnus-score-edit-all-score): New.
21063         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21064
21065 2004-01-04  Simon Josefsson  <jas@extundo.com>
21066
21067         * password.el: Add.
21068
21069 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21070
21071         * dns.el (dns-query-types): Fix typo.
21072         (dns-query-types): New function.
21073         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21074         PTR and SOA replies, see RFC 1035.
21075
21076 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21077
21078         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21079
21080         * Move to Changelog.2.
21081
21082 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21083
21084         * gnus.el (gnus-version-number): Bump version.
21085
21086 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21087
21088         * gnus.el: No Gnus v0.1 is released.
21089
21090 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21091
21092         * gnus.el: No Gnus v0.0 is released.
21093
21094 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21095
21096         * gnus.el (gnus-version-number): Bump.
21097         (gnus-version): No.
21098
21099 See ChangeLog.2 for earlier changes.
21100
21101   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21102
21103   This file is part of GNU Emacs.
21104
21105   GNU Emacs is free software: you can redistribute it and/or modify
21106   it under the terms of the GNU General Public License as published by
21107   the Free Software Foundation, either version 3 of the License, or
21108   (at your option) any later version.
21109
21110   GNU Emacs is distributed in the hope that it will be useful,
21111   but WITHOUT ANY WARRANTY; without even the implied warranty of
21112   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21113   GNU General Public License for more details.
21114
21115   You should have received a copy of the GNU General Public License
21116   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21117
21118 ;; Local Variables:
21119 ;; coding: utf-8
21120 ;; fill-column: 79
21121 ;; add-log-time-zone-rule: t
21122 ;; End: