c91ae14db218a50be685b3554d5e31766c56a757
[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         (auth-source-search-backends): Fix bug.
21         (auth-source-netrc-create): Rework prompts.
22
23 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
24
25         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
26         Lower case names of search constraints.
27         (nnir-run-query): Cache and reuse search constraints for all imap
28         servers.
29
30 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
31
32         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
33         after exit.
34
35         * gnus-sum.el (gnus-summary-show-article): When called with t as the
36         value, show the raw article.
37
38 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
39
40         * gnus.el: No Gnus v0.13 is released.
41
42 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
43
44         * nnimap.el (nnimap-open-connection-1): Revert last change, since
45         auth-source now accepts numbers.
46
47         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
48         spec, too.
49         (auth-source-ensure-strings): New function.
50
51         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
52         (gnus-article-setup-buffer): Always restart the date timer so that user
53         changes to the frequency is respected.
54
55         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
56         port numbers, so make sure it gets that if nnimap-server-port is
57         explicit.
58
59 2011-02-21  Simon Josefsson  <simon@josefsson.org>
60
61         * nnimap.el (nnimap-inbox): Doc fix.
62
63 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
64
65         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
66         Autoload.  Add optional arg FRAME, and pass it to color-values.
67         (color-complement): Caller changed.  Doc fix.
68         (color-gradient): Rewrite for better clarity and efficiency.
69
70 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
71
72         * shr-color.el (shr-color->hexadecimal): Use renamed function names
73         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
74         color-lab-to-srgb.
75
76 2011-02-20  Drew Adams  <drew.adams@oracle.com>
77
78         * color.el: First part of merge from hexrgb.el.
79         (color-rgb-to-hex): Rename from color-rgb->hex.
80         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
81         saturation to zero if the value is too small.
82         (color-rgb-to-hsl): Rename from color-rgb->hsl.
83         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
84         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
85         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
86         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
87         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
88         (color-cie-de2000): Doc fix.
89
90 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
91
92         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
93         given method as in the group name if we're using an extended method.
94         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
95         command, if we're using that, instead of waiting for the beginning.
96
97         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
98         we're sure to get unique server names, and we don't output two async
99         commands in the same buffer.  This fixes an NNTP hang for some users.
100
101 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
102
103         * gnus.el: No Gnus v0.11 is released.
104
105 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
106
107         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
108         summary buffer before reading going to the next buffer.  This avoids
109         putting the point in the group buffer if you `C-g' the command.
110
111         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
112         cache (for now) to make ~/.authinfo.gpg files usable.
113
114         * nnfolder.el (copyright-update): Define for the compiler.
115
116         * auth-source.el (auth-source-search): Fix unbound variable.
117
118 2011-02-19  Glenn Morris  <rgm@gnu.org>
119
120         * gnus.el (gnus-meta): Doc fix.
121
122 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
123
124         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
125         in case it's not yet loaded.
126
127 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
128
129         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
130         line we're waiting for.
131
132 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
133
134         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
135         face with line-width greater than zero will cause RET in gnus summary
136         buffer to scroll down article page-wise because auto vscroll happens,
137         it should be temporalily disabled when doing a scroll-up.
138
139 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
140
141         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
142         outputs from the server.
143
144 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
145
146         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
147         later so that bbdb can hook in easier.
148
149 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
150
151         * auth-source.el (auth-source-search): Don't try to create credentials
152         if the caller doesn't want that.
153         (auth-source-search): If we don't find a match, don't bug out on
154         non-bound variables.
155         (auth-source-search): Only ask a single backend to create the
156         credentials.
157
158         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
159         logging.
160         (nnimap-credentials): Protect against auth-source-search returning nil.
161         (nnimap-request-list): Protect against not being able to open the
162         server.
163
164 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
165
166         * auth-source.el (auth-source-search): Do a two-phase search, one with
167         no :create to get the responses from all backends.
168
169         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
170         when getting credentials.
171
172         * gnus-util.el (gnus-delete-duplicates): New function.
173
174 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
175
176         * nnimap.el (nnimap-credentials): Instead of picking the first port as
177         a creation default, pass the whole port list down.  It will be
178         completed.
179
180         * auth-source.el (auth-source-search): Updated docs to talk about
181         multiple creation choices.
182         (auth-source-netrc-create): Accept a list as a value (from the search
183         parameters) and do completion on that list.  Keep a separate netrc line
184         with the password obscured for showing the user.
185
186         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
187         first choice to `auth-source-search' so it will be used for entry
188         creation instead of the server's Gnus-specific name.
189         (nnimap-credentials): Rely on the auth-source library to select which
190         port is actually wanted in the new netrc entry, so don't override
191         `auth-source-creation-defaults'.
192
193         * auth-source.el (auth-source-netrc-parse): Use :port instead of
194         :protocol and accept a missing user, host, or port as a wildcard match.
195         (auth-source-debug): Default to off.
196
197         (auth-source-netrc-search, auth-source-netrc-create)
198         (auth-source-secrets-search, auth-source-secrets-create)
199         (auth-source-user-or-password, auth-source-backend, auth-sources)
200         (auth-source-backend-parse-parameters, auth-source-search): Use :port
201         instead of :protocol.
202
203         * nnimap.el (nnimap-credentials): Pass a port default to
204         `auth-source-search' in case an entry needs to be created.
205         (nnimap-open-connection-1): Use :port instead of :protocol.
206
207 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
208
209         * auth-source.el: Bind load-path when loading EIEIO from
210         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
211         21.4 doesn't support, to `require'.
212         (auth-source-secrets-search): Use mm-delete-duplicates instead of
213         delete-dups that is not available in XEmacs 21.4.
214
215 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
216
217         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
218         as EIEIO must also be loaded when auth-source.el is being
219         byte-compiled.
220
221 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
222
223         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
224
225         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
226
227         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
228
229         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
230
231         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
232
233         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
234
235         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
236
237         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
238         necessary.
239
240 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
241
242         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
243         nil means that nnimap doesn't get updated.
244
245 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
246
247         * auth-source.el (auth-source-netrc-create): Return a synthetic search
248         result when the user doesn't want to write to the file.
249         (auth-source-netrc-search): Expect a synthetic result and proceed
250         accordingly.
251         (auth-source-cache-expiry): New variable to override
252         `password-cache-expiry'.
253         (auth-source-remember): Use it.
254
255         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
256         parameter.  Create entry if necessary by using :create t.
257         (nnimap-open-connection-1): Don't pass `inhibit-create'.
258
259 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
260
261         * auth-source.el (auth-source-debug): Enable by default and don't
262         mention the obsolete `auth-source-hide-passwords'.
263         (auth-source-do-warn): New function to debug unconditionally.
264         (auth-source-do-debug): Use it.
265         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
266         and for Secrets API entries when the secrets.el library is not
267         available.
268
269 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
270
271         * gnus-sum.el (gnus-propagate-marks): Default to nil.
272         (gnus-summary-exit): Kill the correct article buffer on exit from a
273         `C-d' group.
274
275         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
276         gnus-propagate-marks.
277
278         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
279         before killing the buffers so that a non-full window conf gets handled
280         correctly.
281         (gnus-summary-exit): Ditto.
282         (gnus-summary-read-group-1): Ditto.
283
284         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
285         async code again so that we can debug it properly.
286
287         * message.el (message-reply): Take an optional switch-buffer parameter
288         so that Gnus window confs are respected better.
289
290 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
291
292         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
293         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
294         docstring.
295         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
296         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
297         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
298         Login collection is "Login" and not "login".
299
300 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
301
302         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
303         multiple headers.
304
305         * nnimap.el (nnimap-inhibit-logging): New variable.
306         (nnimap-log-command): Don't log login commands.
307
308         * auth-source.el (auth-source-netrc-search): The asserts seem to want
309         to have more parameters.
310
311         * nnimap.el (nnimap-send-command): Mark the command time for each
312         command, so that we don't get NOOPs stepping on our toes.
313
314         * gnus-art.el (article-date-ut): Get the date from the Date header on
315         `t'.
316
317 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * auth-source.el (auth-source-search): Use copy-sequence instead of
320         the cl.el copy-list.
321
322 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
323
324         * imap.el: Bring it back (revert
325         84d800cd31de3064f0ed39617d725709a2f8f42f).
326
327 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
328
329         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
330         Improve prompt.
331
332 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
333
334         * gnus-art.el (gnus-article-mode-line-format): Remove the article
335         washing status from the default format.  It isn't very informative.
336
337 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
338
339         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
340         Gcc processing on imap.
341
342 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
343
344         * imap.el: Remove file.  All the functionality is in nnimap.el.
345
346 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
347
348         * message.el (message-bury): Don't pop up a new window when selected
349         window is dedicated.
350
351 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
352
353         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
354
355 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
356
357         * sieve-manage.el: Autoload `auth-source-search'.
358         (sieve-sasl-auth): Use it.
359
360 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
361
362         * nnimap.el: Autoload `auth-source-forget+'.
363         (nnimap-open-connection-1): Use it if the connection fails.
364
365         * auth-source.el: Require `password-cache'.
366         (auth-source-hide-passwords, auth-source-cache): Remove and mark
367         obsolete.
368         (auth-source-magic): Marker for `password-cache' keys.
369         (auth-source-do-cache): Update docstring.
370         (auth-source-search): Use and check cache.
371         (auth-source-forget-all-cached, auth-source-remember)
372         (auth-source-recall, auth-source-forget, auth-source-forget+)
373         (auth-source-specmatchp): Caching support functions.
374         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
375         Remove and obsolete.
376         (auth-source-user-or-password): Remove caching to further discourage
377         using it.  Always hide passwords.
378
379         * password-cache.el (password-cache-remove): Accept secrets that are
380         not strings.
381
382 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
383
384         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
385         code for now, since it doesn't work for all users.
386
387 2011-02-09  Julien Danjou  <julien@danjou.info>
388
389         * message.el (message-options): Make message-options really buffer
390         local.
391
392 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
393
394         * mail-source.el: Autoload `auth-source-search'.
395         (mail-source-keyword-map): Note order matters.
396         (mail-source-set-1): Get all the mail-source source values and
397         defaults and search auth-source on those if needed.  This can all
398         probably be simplified.
399
400         * nnimap.el: Autoload `auth-source-search'.
401         (nnimap-credentials): Use it.
402         (nnimap-open-connection-1): Ask for the virtual server and physical
403         address in one shot.
404
405         * nntp.el: Autoload `auth-source-search'.
406         (nntp-send-authinfo): Use it.  Note TODO.
407
408 2011-02-08  Julien Danjou  <julien@danjou.info>
409
410         * shr.el (shr-tag-body): Add support for text attribute in body
411         markups.
412
413         * message.el (message-options): Make message-options a local variable.
414
415 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
416
417         * auth-source.el (auth-source-secrets-search)
418         (auth-source-user-or-password): Use `append' instead of `nconc'.
419         (auth-source-user-or-password): Build return list better and protect
420         against nil :secret.
421
422 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
423
424         * nnimap.el (nnimap-update-info): Refactor slightly.
425         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
426         (nnimap-update-info): Clean up slightly.
427         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
428         characters.
429         (nnimap-process-quirk): Rename function to avoid collision.
430         (nnimap-update-info): Fix macrology bug-out.
431         (nnimap-update-info): Simplify split history test.
432
433 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
434
435         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
436         `secrets-get-attributes' instead of `secrets-get-attribute'.
437         (auth-source-secrets-search): Limit search when `max' is greater than
438         number of results.
439
440 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
441
442         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
443         part not returning any data.
444
445         * proto-stream.el (open-protocol-stream): Document the return value.
446
447 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
448
449         * auth-source.el (auth-source-secrets-search): Add examples.
450
451 2011-02-06  Julien Danjou  <julien@danjou.info>
452
453         * message.el (message-setup-1): Handle message-generate-headers-first
454         set to t.
455
456 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
457
458         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
459         API with a string "secrets:collection-name" and with 'default.
460         (auth-source-backend-parse): Parse "secrets:collection-name" and
461         'default.  Recurse on parses instead of repeating code.  Use the
462         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
463         message when ignoring a source.
464         (auth-source-search): List ignored search keys at the top level.
465         (auth-source-netrc-create): Use `case' instead of `cond'.
466         (auth-source-secrets-search): Created with TODOs.
467         (auth-source-secrets-create): Created with TODOs.
468         (auth-source-retrieve, auth-source-create, auth-source-delete)
469         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
470         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
471         (auth-source-user-or-password-sftp)
472         (auth-source-user-or-password-smtp): Removed.
473         (auth-source-user-or-password): Deprecated and modified to be a wrapper
474         around `auth-source-search'.  Not tested thoroughly.
475
476 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
477
478         * auth-source.el: Bring in assoc and eioeio libraries.
479         (secrets-enabled): New variable to track the status of the Secrets API.
480         (auth-source-backend): New EIOEIO class to represent a backend.
481         (auth-source-creation-defaults): New variable to set prompt defaults
482         during token creation (see the `auth-source-search' docstring for
483         details).
484         (auth-sources): Simplify to allow a simple string as a netrc backend
485         spec.
486         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
487         (auth-source-backend-parse-parameters): Fill in the backend parameters.
488         (auth-source-search): Main auth-source API entry point.
489         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
490         (auth-source-search-collection): Helper function for searching.
491         (auth-source-netrc-parse, auth-source-netrc-normalize)
492         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
493         Supports search, create, and delete.
494         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
495         backend stubs.
496         (auth-source-user-or-password): Call `auth-source-search' but it's not
497         ready yet.
498
499 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
500
501         * message.el (message-setup-1): Remove the read-only stuff, since it
502         doesn't work under XEmacs, for some reason.
503
504         * gnus-sum.el (gnus-user-date): Rename back from
505         gnus-summary-user-date since user code refers to it.
506
507         * shr.el (shr-render-td): Store the actual background colour used.
508
509         * message.el (message-setup-1): Don't bind the constant
510         -forbidden-properties.
511         (message-setup-1): Revert previous change, since it needs to bind the
512         props to insert them.
513         (message-resend): Allow removing the read-only separator line.
514
515 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
516
517         * nnimap.el (nnimap-request-accept-article): Give an error message if
518         the APPEND wasn't successful.
519
520 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
521
522         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
523         that have no groups.
524
525 2011-02-03  Julien Danjou  <julien@danjou.info>
526
527         * gnus-draft.el: Remove progn around gnus-draft-setup.
528
529 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
530
531         * gnus-start.el (gnus-read-active-for-groups): This function is never
532         called with a nil `infos', so clean that up.
533         (gnus-get-unread-articles): Request active files from primary/secondary
534         methods that have no groups (yet).
535
536 2011-02-03  Julien Danjou  <julien@danjou.info>
537
538         * message.el (message-setup-1): Always generate References first.
539         (message-mail): Return the return value of message-setup, not always t.
540         (message-setup-1): Insert mail-header-separator with read-only and
541         intangible properties set.
542
543         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
544         user-date in docstring.
545
546         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
547
548         * gnus.el (gnus-summary-line-format): Mention &user-date format in
549         docstring.
550
551         * gnus.el (gnus-user-date-format-alist): Change default value. Use
552         defcustom, with type and group. Move from gnus-util.el. Rename to
553         gnus-summary-user-date-format-alist.
554
555 2011-02-03  Glenn Morris  <rgm@gnu.org>
556
557         * nnimap.el (gnus-fetch-headers): Declare.
558
559         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
560
561 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
562
563         * message.el (message-forward-make-body-digest-plain)
564         (message-followup, message-reply): Clean up things noted by Stefan.
565
566         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
567         gnus-article-update-date-headers is nil.
568         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
569         it didn't really work with defcustom.
570         (article-update-date-lapsed): Make sure the window start doesn't move,
571         either.
572
573 2011-02-01  Julien Danjou  <julien@danjou.info>
574
575         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
576         format.
577
578         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
579         standard in Emacs nowadays.
580
581         * color.el (color-gradient): Add a color-gradient function.
582
583 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
584
585         * message.el (message-expand-name): Don't trust the return value of
586         bbdb-complete-name.
587         (message-check-news-header-syntax): Remove unused var `start'.
588         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
589         (message-inhibit-body-encoding): Move to before first use.
590         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
591         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
592         (Organization, Message-ID, Date, mh-previous-window-config):
593         Defvar the vars using dynamic scoping.
594
595 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
596
597         * shr.el (shr-render-td): Only do colours at the final rendering.
598         Should be slightly faster.
599         (shr-insert-table): Fix up TD background colours when doing the
600         vertical padding.
601
602         * gnus-art.el (article-date-ut): Protect against articles with no Date
603         header.
604         (article-update-date-lapsed): Don't use current-column to find the
605         horizontal position.  It's fragile in the presence of \003 characters.
606
607         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
608
609 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
610
611         * gnus-art.el (article-transform-date): Rewrite to still work when
612         there are several rfc2822 parts.
613         (article-transform-date): Fix infinite recursion.
614         (article-date-ut): Replace infinitely many Date headers with a single
615         one when called interactively.
616
617         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
618         secure manner.
619
620         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
621         move around by not using save-window-excursion.  It seems to work...
622
623 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
624
625         * gnus-art.el (article-make-date-line): Work for user-defined format.
626
627 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
628
629         * nntp.el (nntp-retrieve-group-data-early)
630         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
631         fetching functions.
632
633         * gnus-start.el (gnus-read-active-for-groups): Read the active files
634         thoroughly for all backends that have no known groups.  This should
635         allow new nnml methods to retrieve mail.
636
637         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
638         that Gnus doesn't know exists again.
639
640         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
641         (gnus-treat-date-ut): Ditto.
642         (gnus-article-update-date-header): Renamed.
643         (gnus-treat-date-local): Removed.
644         (gnus-treat-date-english): Removed.
645         (gnus-treat-date-lapsed): Removed.
646         (gnus-treat-date-combined-lapsed): Removed.
647         (gnus-treat-date-original): Removed.
648         (gnus-treat-date-iso8601): Removed.
649         (gnus-treat-date-user-defined): Removed.
650         (gnus-article-date-headers): New variable to control all the date
651         header options.
652         (article-date-ut): Rewrite to allow using the new way to format date
653         headers(s).
654
655 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
656
657         * nnmail.el (nnmail-article-group): Check for a direct fancy split
658         method.
659         (nnmail-article-group): A better test for fanciness.
660
661         * nnimap.el (nnimap-request-head): Protect against not finding the
662         article by Message-ID.
663
664 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
665
666         * gnus-art.el (article-update-date-lapsed): Try a better way to really
667         keep point at the "same place".
668
669 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
670
671         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
672         data if the group is unactivated.
673
674 2011-01-28  Julien Danjou  <julien@danjou.info>
675
676         * gnus-win.el: Remove dead function gnus-window-configuration-element.
677         (gnus-all-windows-visible-p): Remove old compatibility code.
678         (gnus-window-top-edge): Add docstring.
679
680         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
681
682 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
683
684         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
685         older request-update-info.
686
687         * gnus-art.el (article-make-date-line): Limit the length a bit more.
688
689 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
690
691         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
692         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
693
694 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
695
696         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
697         groups.  This makes the nndraft:queue group pop up if it's not already
698         there.
699
700         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
701         messages" logic, which was reversed.
702
703         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
704         the "same place" even if point is on the line being replaced.
705         (article-update-date-lapsed): Allow updating both the combined lapsed
706         and the lapsed headers.
707         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
708         (article-make-date-line): Limit the number of segments dynamically to
709         avoid too-long lines.
710
711 2011-01-27  Julien Danjou  <julien@danjou.info>
712
713         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
714         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
715
716 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
717
718         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
719         Use plist-get instead of the cl function getf.
720
721 2011-01-27  Glenn Morris  <rgm@gnu.org>
722
723         * gnus-util.el (float-time): Get rid of compiler warning, again.
724
725 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
726
727         * shr.el (shr-put-color): Special-case background colours: Do put them
728         at the blank parts at the front of the lines.
729
730         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
731         exit hook to nix out all data on readedness on group exit.
732
733         * gnus-util.el (float-time): If float-time is bound, always use it on
734         all Emacsen.  It's unclear why the subrp check was there.
735         (time-date): Require to make some autoload issues on XEmacs go away.
736
737         * shr.el (shr-put-color): Don't do the box padding in tables, since
738         they're already padded.
739
740 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
741
742         * gnus-art.el (gnus-article-next-page): When the last line of the
743         article is displayed, scroll down once more instead of going to the
744         next article at once.
745         (article-lapsed-string): Refactor out and allow specifying how many
746         segments you want.
747         (gnus-article-setup-buffer): Start updating the lapsed header directly.
748         (gnus-article-update-lapsed-header): New variable.
749
750         * shr.el: Revert change that made headings use different-sized faces.
751         The Emacs display engine isn't advanced enough that, for instance,
752         tables can comfortably use differntly-sized faces.
753
754 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
755
756         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
757         used.
758         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
759         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
760         we're using an encrypted connection.
761
762         * proto-stream.el: Alter the interface functions to also return the
763         actual stream type used: network or tls.
764
765 2011-01-25  Julien Danjou  <julien@danjou.info>
766
767         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
768         (mm-display-javascript-inline): New function.
769
770         * mm-decode.el (mm-inline-media-tests): Add application/javascript
771         viewing function.
772
773 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
774
775         * shr.el (shr-expand-newlines): Fix variable name.
776
777 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
778
779         * shr.el (shr-expand-newlines): Make nested boxes work.
780
781 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
782
783         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
784         backgrounds.
785         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
786         in a more sensible manner.
787
788 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
789
790         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
791         if EPG is loaded.
792
793 2011-01-24  Julien Danjou  <julien@danjou.info>
794
795         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
796         tags.
797
798 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
799
800         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
801         commands.
802
803         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
804         in the article buffer.
805         (gnus-gravatar-insert): Use blank space from the current buffer to
806         avoid breaking text properties.  This makes X-Sent updating work again.
807
808         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
809
810 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
811
812         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
813         fix the bug in url-http.el instead.
814
815         * shr.el (shr-image-fetched): Ditto.
816
817         * shr.el (shr-image-fetched): Avoid having point move in the article
818         buffer.
819
820         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
821         buffer after being called.  It's apparently being killed by url.el, and
822         killing it made point move to end-of-buffer in a random buffer.
823
824         * shr.el (shr-image-fetched): Ditto.
825
826 2011-01-23  Julien Danjou  <julien@danjou.info>
827
828         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
829
830         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
831         text/x-org.
832
833 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
834
835         * gnus-sum.el (gnus-summary-move-article): Protect against backends
836         (i.e., nnimap) returning nil as the article number.
837
838 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
839
840         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
841         "DelSp" parameter in RFC3676.
842
843 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
844
845         * message.el (message-check-recipients): Display the encoded version of
846         the bogus address if they differ.
847
848         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
849         after sending.
850
851         * gnus-agent.el (gnus-agent-send-mail): Ditto.
852
853         * gnus-group.el (gnus-group-refresh-group): New convenience function.
854
855         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
856         group buffer after sending the queue.
857
858         * gnus-agent.el (gnus-agent-send-mail): Ditto.
859
860 2011-01-22  Julien Danjou  <julien@danjou.info>
861
862         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
863
864 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
865
866         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
867         nested related parts.
868
869         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
870         unexpired articles.  This fixes the regression that led expiry marks to
871         disappear from nnfolder groups.
872
873 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
874
875         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
876         Don't confuse the "ret" of "retrograde" with RET.
877
878 2011-01-21  Julien Danjou  <julien@danjou.info>
879
880         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
881         than mm-insert-inline.
882
883 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
886         Widen article buffer.
887
888 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
889
890         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
891         the temp buffer.
892         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
893
894 2011-01-20  Julien Danjou  <julien@danjou.info>
895
896         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
897
898         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
899         than mm-insert-inline to insert inline part: this respect
900         mm-inline-media-tests displayers.
901
902         * mm-view.el (mm-display-shell-script-inline): New function.
903
904         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
905
906         * mm-uu.el (mm-uu-type-alist): Add org block.
907         (mm-uu-org-src-code-block-extract): New function.
908
909         * mm-view.el (mm-display-org-inline): New function.
910
911         * mm-decode.el (mm-automatic-display): Add text/org.
912
913         * mailcap.el (mailcap-mime-extensions): Add .org.
914
915 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
916
917         * gnus-art.el (gnus-article-highlight): Remove argument passed to
918         gnus-article-add-buttons.
919
920 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
921
922         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
923         From header with a date and "nobody" as the sender.
924
925 2011-01-19  Julien Danjou  <julien@danjou.info>
926
927         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
928         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
929         if you have the same regexp several times.
930         (gnus-button-push): Fix matching when regexp is symbol.
931
932 2011-01-15  Glenn Morris  <rgm@gnu.org>
933
934         * message.el (message-mail): A compose-mail function should
935         accept headers as strings.
936
937 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
938
939         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
940         Add :vert-only tags.
941         (message-mail): New arg RETURN-ACTION.
942         (message-return-action): New var.
943         (message-bury): Use it.
944         (message-mode): Make it buffer-local.
945         (message-send-and-exit): Always call message-bury.
946
947         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
948         message-mail.
949
950 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * nnimap.el (nnimap-convert-partial-article): Protect against
953         zero-length body parts.
954
955         * mm-decode.el (mm-preferred-alternative-precedence):
956         Discourage showing empty parts.
957
958         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
959         and stuff if the backend didn't return the article number.  This fixes
960         an Exchange-related nnimap bug.
961
962         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
963         group window, because it does the wrong thing when a separate frame
964         displays the group buffer.
965
966         * proto-stream.el (open-protocol-stream): Protect against the low-level
967         transport functions returning nil.
968
969 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
970
971         * mml2015.el (epg-sub-key-fingerprint): Autoload.
972         (mml2015-epg-find-usable-secret-key): New function.
973         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
974         mml2015-epg-find-usable-key (Bug#7797).
975         (mml2015-epg-encrypt): Ditto.
976
977 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * dgnushack.el (rot13-string): Fix the way to get the argument.
980
981 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
984
985 2011-01-03  Glenn Morris  <rgm@gnu.org>
986
987         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
988
989         * sieve.el (sieve-open-server): Give a more explicit error if
990         sieve-manage-open returns nil.  (Bug#7720)
991
992 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
993
994         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
995
996 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
997
998         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
999         This avoids sending passwords in plain text over non-encrypted
1000         channels.
1001
1002         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1003
1004         * nnimap.el (nnimap-login): Refactored out into own function, and
1005         implement CRAM-MD5.
1006         (nnimap-wait-for-line): Refactored out.
1007
1008         * mm-view.el (mml-smime): Require.
1009
1010 2010-12-20  David Engster  <deng@eml.cc>
1011
1012         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1013         use EPG to decrypt S/MIME messages instead of openssl.
1014
1015 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1018
1019         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1020         status is the group clearly is unreachable.
1021
1022         * auth-source.el (auth-source-create): Add the optional second
1023         parameter to `local-variable-p' to be compatible with XEmacs.
1024
1025 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1026
1027         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1028         work when using a compressed nnml folder.
1029
1030 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1031
1032         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1033         backends after sanitising on entry, because this never makes sense:
1034         If the articles have gone missing, then the data no longer exists on
1035         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1036         overwrite anything anyway.
1037
1038         * shr.el (shr-insert-document): Bind shr-width dynamically to
1039         window-width if it's nil.
1040
1041 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1042
1043         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1044         with the meaning of using the full emacs window width for rendering.
1045
1046 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1047
1048         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1049         case when sender is not given.
1050
1051 2010-12-23  Julien Danjou  <julien@danjou.info>
1052
1053         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1054         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1055         the addresses, otherwise we might misplaced the gravatar.
1056
1057 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1058
1059         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1060         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1061         obsolete in Emacs.
1062
1063 2010-12-20  Julien Danjou  <julien@danjou.info>
1064
1065         * gnus-util.el (gnus-rescale-image): Revert last change.
1066
1067 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1068
1069         * binhex.el: Improve commentary (Bug#7482).
1070
1071 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1072
1073         * gnus-group.el (gnus-group-delete-articles): New command.
1074
1075 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1076
1077         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1078
1079 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1080
1081         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1082         here, since it's up to the backends to do CRLF removal if their
1083         protocol has it.
1084
1085         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1086
1087 2010-12-17  Julien Danjou  <julien@danjou.info>
1088
1089         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1090         they are from file. Can also scale up.
1091
1092 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1093
1094         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1095         gnus-use-agent.
1096         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1097
1098         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1099
1100 2010-12-17  Julien Danjou  <julien@danjou.info>
1101
1102         * gravatar.el (gravatar-retrieve-synchronously): New function.
1103         (gravatar-get-data): Make more robust.
1104
1105 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1108
1109 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1112         to really consider the last line.
1113
1114 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1115
1116         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1117         list of recipient keys, or use symmetric encryption if not a list.
1118         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1119         EPA override, replacing the call to `netrc-store-data'.
1120
1121 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1122
1123         * gnus-srvr.el: Avoid passing nil regexp argument to
1124         delete-matching-lines.
1125
1126 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1129         fetching stops when Gnus exits.
1130
1131         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1132         function.
1133         (nnfolder-request-expire-articles): Save all the buffers after doing
1134         expiry.
1135
1136         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1137         the last article", since that led to serious performance regressions
1138         when expiring nnml groups.
1139
1140 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1141
1142         * nnir.el: Improve customizations.
1143
1144 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1147
1148         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1149         group has been killed.
1150         (gnus-group-yank-group): Ditto.
1151
1152         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1153
1154         * nnimap.el (nnimap-request-update-group-status): New function.
1155
1156         * gnus-int.el (gnus-request-update-group-status): New interface
1157         function.
1158
1159         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1160         copying read-ness to the backends.
1161
1162         * nnimap.el (nnimap-quirk): New function.
1163         (nnimap-retrieve-group-data-early): Use it.
1164         (nnimap-quirks): New alist.
1165
1166 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1169         don't delete it within indentation.
1170
1171 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1174         previous line.
1175
1176 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1179         QRESYNC command by deleting a superfluous space which broke Cyrus
1180         servers.  This change will break other servers that are buggy the other
1181         way around.
1182
1183 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1184
1185         * spam.el: Reindent and fix long lines.
1186         (spam-copy-or-move-routine): Exclude invalid move destinations.
1187
1188 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1189
1190         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1191         installed the registry.
1192
1193 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1196
1197 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1198
1199         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1200         groupname doesn't contain "gmane".
1201
1202 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203
1204         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1205         and netrc-bound-and-true-p bindings.
1206         (netrc-parse): Cache the netrc contents.
1207
1208         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1209         (gnus-1): Don't create the nndrafts group twice.
1210         (gnus-setup-news): There's no need to read the active file here, since
1211         that's done again later on a per-backend basis.
1212         (gnus-start-draft-setup): Make sure that the new group is started out
1213         empty.
1214
1215         * gnus-agent.el (gnus-agentize): Don't create the queue group
1216         automatically on startup.  It'll be created later, if needed.
1217
1218         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1219         of automatically subscribed groups.
1220         (gnus-auto-subscribed-categories): New variable.
1221         (gnus-matches-options-n): Use it.
1222         (gnus-default-subscribed-newsgroups): Remove unused variable.
1223         (gnus-start-draft-setup): Message a bit less.
1224
1225 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1226
1227         * nnir.el (nnir-run-imap): Return article list in order of increasing
1228         UID.
1229
1230 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1231
1232         * gnus-sum.el (gnus-summary-enter-digest-group):
1233         Mention gnus-auto-select-on-ephemeral-exit.
1234
1235         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1236         convention of the network-only option.
1237
1238 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1239
1240         * proto-stream.el (proto-stream-open-network-only): New function to
1241         have a way to specify non-STARTTLS upgrade connections.
1242
1243 2010-12-10  Julien Danjou  <julien@danjou.info>
1244
1245         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1246         email address is nil.
1247
1248         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1249
1250 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1251
1252         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1253         deletion.
1254         (nnir-run-imap): Only need to parse list once.
1255
1256 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1257
1258         * shr.el (shr-tag-script): Ignore <script>.
1259         (shr-tag-label): Add <label> support.
1260
1261 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1264
1265         * shr.el (shr-image-displayer): Work for images lined side by side.
1266
1267 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1268
1269         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1270         parameter, since XEmacs doesn't accept t as a parameter.
1271
1272 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1273
1274         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1275         ids.
1276         (nnir-run-gmane): Simplify groupspec formatting.
1277         (nnir-request-expire-articles): New function.
1278
1279 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1282         overflow, possibly.
1283
1284         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1285         (shr-render-td): Handle td style="" better.
1286         (shr-tag-table): Use the color from the style sheet.
1287         (shr-render-td): Make sure we copy over all the overlays, too.
1288
1289 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1290
1291         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1292         (nnir-request-article): Improve article retrieval.
1293
1294 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * mm-util.el (mm-extra-numeric-entities): New variable.
1297
1298         * mm-url.el (mm-url-decode-entities):
1299         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1300
1301         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1302
1303 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1304
1305         * message.el: Use completion-at-point.
1306         (message-completion-function): New fun, extracted from message-tab.
1307         (message-mode): Use it for completion-at-point-functions.
1308         (message-tab): Use it and completion-at-point.
1309
1310 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1313         character if a non-breakable character follows.
1314
1315 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1316
1317         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1318         any stream.
1319
1320         * shr.el (shr-tag-font): Colorize the region.
1321         (shr-tag-body): Ditto.
1322         (shr-tag-font): Actually let the styles be inherited instead of
1323         overwriting them.
1324         (shr-tag-font): Get the background color right.
1325         (shr-tag-style): Ignore all <style> tags for the moment.
1326
1327         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1328         a Message-ID to avoid having nnimap depend on gnus-sum.
1329
1330         * shr.el (shr-descend): Only colorize something if we have a node that
1331         sets colors.
1332
1333 2010-12-06  Julien Danjou  <julien@danjou.info>
1334
1335         * shr.el (shr-render-td): Render td content with shr-descend, so style
1336         will be applied to <td> too.
1337         (shr-colorize-region): Colorize region even if we only have a background.
1338         (shr-tag-body): Fix color and background color inheritance.
1339         Do not recolorize after shr-generic.
1340         (shr-tag-font): Let shr-generic colorize via inheritance.
1341
1342 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1345
1346 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1347
1348         * nnir.el (nnir-request-move-article): Remove obsolete code.
1349
1350 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1353
1354 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355
1356         * gnus-sum.el (gnus-summary-respool-article): The completion function
1357         expects a list instead of an alist.
1358
1359         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1360         string as the parameter.
1361
1362         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1363
1364         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1365         styles.
1366         (shr-colorize-region): New function.
1367         (shr-insert-background-overlay): Remove.
1368         (shr-render-td): Background setting should be taken care of on a higher
1369         level.
1370         (shr-tag-body): Use post-hoc colorizations.
1371         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1372         (shr-put-color-1): Don't overwrite old colors.
1373         (shr-colorize-region): When the background color isn't explicit, use
1374         a fixed background.
1375
1376         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1377         nnmail variables.
1378
1379 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1380
1381         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1382         unless necessary.
1383
1384 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1385
1386         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1387         server.
1388
1389 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1392         so that TAB works.
1393
1394         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1395         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1396
1397         * shr.el (shr-urlify): Show the URL before the title to avoid
1398         misleading URLs.
1399
1400 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1401
1402         * shr.el (shr-urlify): Display the title in <a> tags.
1403
1404 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1405
1406         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1407
1408 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1409
1410         * nnir.el: Rearrange code to allow macros to be autoloaded by
1411         gnus-sum.el.
1412         (nnir-retrieve-headers-override-function): Make this variable
1413         customizable.
1414         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1415
1416         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1417         from nnir.el.
1418
1419 2010-12-03  Julien Danjou  <julien@danjou.info>
1420
1421         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1422
1423 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1424
1425         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1426         allow optional argument `environment'.
1427
1428 2010-12-03  Glenn Morris  <rgm@gnu.org>
1429
1430         * mm-extern.el (message-goto-body): Update declaration.
1431
1432 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * gnus-util.el (gnus-macroexpand-all): New function.
1435
1436         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1437         instead of macroexpand-all that is unavailable in XEmacs.
1438
1439 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1440
1441         * nnir.el (nnir-summary-line-format): New variable.
1442         (nnir-mode): Use it.
1443         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1444         (nnir-article-ids): Reimplement as defsubst.
1445         (nnir-retrieve-headers): Don't mangle the subject header.
1446         (nnir-run-imap): Use 100 as RSV score.
1447         (nnir-run-find-grep): Fix for full server searching.
1448         (nnir-run-gmane): Better restriction to gmane groups.
1449
1450         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1451         summary buffers.
1452
1453 2010-12-02  Julien Danjou  <julien@danjou.info>
1454
1455         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1456
1457         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1458
1459         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1460         support.
1461
1462 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1463
1464         * nnir.el: Update to handle the registry better.
1465         (autoload): Silence byte-compiler.
1466         (nnir-open-server): Add a hook for nnir groups.
1467         (nnir-request-move-article): Don't mangle the header. Better to use
1468         formating variables (which will be added in the future).
1469         (nnir-registry-action): Update the registry using the original article
1470         group name.
1471         (nnir-mode): Install nnir-specific hooks for updating the registry.
1472
1473         * gnus-sum.el
1474         (gnus-article-original-subject,gnus-newsgroup-original-name):
1475         Remove obsolete variables.
1476         (gnus-summary-move-article): Remove use of obsolete variables.
1477         (gnus-summary-local-variables): Make move and delete hooks local to
1478         summary buffers.
1479
1480 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1481
1482         * rtree.el: New file.
1483
1484 2010-12-01  Julien Danjou  <julien@danjou.info>
1485
1486         * message.el (message-user-organization): Do not use
1487         gnus-local-organization.
1488
1489         * gnus.el: Remove gnus-local-organization.
1490
1491         * gnus-msg.el: Remove nastygram thing.
1492
1493 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1494
1495         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1496         funcall.
1497
1498 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1501         names.
1502
1503         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1504         characters.
1505
1506         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1507         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1508         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1509         (gnus-gravatar-transform-address): Use mail-extract-address-components
1510         that supports non-ASCII names rather than mail-header-parse-addresses.
1511
1512 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1513
1514         * proto-stream.el (open-protocol-stream): All starttls connections are
1515         handled by the network handler.
1516
1517 2010-11-30  Julien Danjou  <julien@danjou.info>
1518
1519         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1520         (nnimap-open-connection-1): Fix PREAUTH.
1521
1522         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1523
1524 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1527         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1528         (shr-insert): Use them.
1529         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1530
1531 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1532
1533         * nnir.el (nnir-request-move-article): Bail out if original group
1534         doesn't support article moves.
1535         (nnir-get-active): Improve active list retrieval.
1536
1537 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1540
1541 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1542
1543         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1544         seem to accept strings-with-numbers as port numbers,
1545
1546 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1547
1548         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1549         change the registry.
1550
1551 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1554         delete-dups that is not available in XEmacs 21.4.
1555
1556         * mm-util.el (mm-delete-duplicates): Add comment.
1557
1558 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1559
1560         * nnir.el (nnir-ignored-newsgroups): New variable.
1561         (nnir-get-active): Use it.
1562
1563 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1564
1565         * proto-stream.el (proto-stream-open-network): Add some comments.
1566
1567         * nntp.el (nntp-open-connection): Provide a :success condition.
1568
1569         * nnimap.el (nnimap-open-connection-1): Ditto.
1570
1571         * proto-stream.el (proto-stream-open-network): See what the response to
1572         the STARTTLS command is.
1573
1574         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1575         backwards compatibility).
1576         (nnimap-open-connection-1): Really respect nnimap-server-port.
1577
1578         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1579         TLS upgrades we don't really care about the identity of the peer.
1580         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1581         that what we've checked for.
1582         (proto-stream-always-use-starttls): Only default to t if
1583         open-gnutls-stream exists.
1584         (proto-stream-open-network): If STARTTLS failed, then just open a
1585         normal connection.
1586         (proto-stream-open-network): Wait until the greeting before doing
1587         STARTTLS.
1588
1589         * nntp.el (nntp-open-connection): Report what the connection error is.
1590
1591         * proto-stream.el (open-protocol-stream): Rename from
1592         open-proto-stream.
1593
1594 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595
1596         * nnimap.el (nnimap-stream): Change default to `undecided'.
1597         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1598         first, and then network.
1599         (nnimap-open-connection-1): Respect nnimap-server-port.
1600         (nnimap-open-connection): Be more backwards-compatible.
1601
1602         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1603         (proto-stream-open-starttls): De-duplicate the starttls code.
1604         (proto-stream-open-starttls): Folded back into the main function.
1605         (proto-stream-open-network): Fix typo in the gnutls path.
1606         (proto-stream-command): Refactor out.
1607
1608         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1609
1610         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1611         starttls.el STARTTLS.
1612
1613         * color.el (color-lab->srgb): Fix function call name.
1614
1615         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1616         if we're using tls.el.
1617         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1618         built in, then don't try to establish a STARTTLS connection.
1619
1620         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1621         servers.
1622
1623         * proto-stream.el (open-proto-stream): Use network, not stream.
1624         (open-proto-stream): Add a way to specify what the end of a command is.
1625
1626         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1627         connections types.
1628         (nntp-open-network-stream): Remove.
1629         (nntp-open-ssl-stream): Remove.
1630         (nntp-open-tls-stream): Remove.
1631         (nntp-ssl-program): Remove.
1632
1633         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1634
1635 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1636
1637         * nnir.el: Fix typos.
1638         (nnir-retrieve-headers-override-function): Rename variable to reflect
1639         new semantics.
1640         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1641         macros.
1642         (nnir-request-article, nnir-request-move-article): Use them.
1643         (nnir-categorize): New function.
1644         (nnir-run-query): Use it.
1645         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1646         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1647         sorted.
1648         (nnir-group-full-name): Use gnus-group-full-name instead.
1649         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1650         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1651
1652 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653
1654         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1655
1656         * proto-stream.el: New library to provide protocol-specific
1657         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1658         protocols.
1659         (open-proto-stream): Complete the documentation.
1660         (proto-stream-open-network): Fix some typos.
1661
1662         * nnimap.el (nnimap-open-connection): Use it.
1663
1664 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1665
1666         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1667         negotiation.
1668
1669 2010-11-26  Julien Danjou  <julien@danjou.info>
1670
1671         * color.el: Rename various rgb functions to srgb.
1672
1673 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1676         names.
1677
1678 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * shr.el (shr-insert): Revert last change.
1681         (shr-find-fill-point): Never leave point being at bol;
1682         relax the kinsoku limitation when rendering tables.
1683
1684 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1687         results from -accept-article.
1688
1689         * shr-color.el: Require cl when compiling.
1690
1691         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1692         checkin.
1693
1694         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1695
1696         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1697
1698         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1699         'add and 'delete to set backend marks.
1700
1701         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1702
1703         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1704
1705         * nntp.el (nntp-request-set-mark): Use it.
1706
1707         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1708
1709         * nnml.el (nnml-request-set-mark): Ditto.
1710
1711         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1712         introduces regressions in article selection.
1713         (nnimap-find-uid-response): New function.
1714         (nnimap-request-accept-article): Use the UID returned, if any.
1715         (nnimap-request-move-article): Use the UID returned, if any.
1716         (nnimap-get-groups): Reimplement to work with folded lines.
1717         (nnimap-find-uid-response): The UID is the last element in the list.
1718         (nnimap-request-set-mark): Extend syntax with 'set.
1719
1720         * nnml.el (nnml-request-set-mark): Ditto.
1721
1722         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1723
1724         * nntp.el (nntp-request-set-mark): Ditto.
1725
1726 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * message.el (message-called-interactively-p): A temporary macro.
1729         (message-goto-body): Use it temporarily.
1730
1731 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732
1733         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1734         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1735         (nnimap-last-response-string): Fix last unfolding fix.
1736
1737 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * shr.el (shr-insert): Fix the way to fold lines.
1740
1741 2010-11-25  Julien Danjou  <julien@danjou.info>
1742
1743         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1744
1745         * color.el: Rename from color-lab.el
1746         (color-rgb->hex): Add.
1747         (color-complement): Add.
1748         (color-complement-hex): Add.
1749
1750         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1751
1752 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1755         don't exist.
1756
1757 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1760         assuming that article displaying or another mml-preview may be
1761         interrupted for an error or for the like.
1762
1763         * shr.el (shr-get-background): Fix argument name.
1764
1765 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1766
1767         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1768
1769         * gnus-sum.el (gnus-summary-include-articles): New function.
1770
1771         * message.el (message-goto-body): called-interactively-p needs a
1772         parameter, so use `any'.
1773
1774         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1775         clear marks before moving, since they're synced from the Gnus side
1776         first.
1777
1778         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1779         (gnus-summary-move-article): Copy over all marks before moving, so that
1780         IMAP doesn't think a new article has arrived.
1781
1782 2010-11-24  Julien Danjou  <julien@danjou.info>
1783
1784         * shr.el (shr-insert-background-overlay): Fix typo.
1785         (shr-render-td): Copy the background before rendering.
1786
1787         * shr-color.el (shr-color-visible): Fix docstring.
1788
1789         * shr.el (shr-tag-table): Add bgcolor support.
1790         (shr-render-td): Add bgcolor support.
1791         (shr-get-background): Add.
1792         (shr-insert-foreground-overlay): Use shr-get-background.
1793
1794         * message.el (message-goto-body): Use called-interactively-p.
1795         (message-in-body-p): message-goto-body returns point.
1796
1797 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1800         Fixes something or other in Emacs 23, and is backwards compatible.
1801
1802         * message.el (message-goto-body): Remove the <#secure special-casing,
1803         which is too special.
1804
1805         * shr.el (shr-parse-style): Drop !important from styles.
1806
1807 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1808
1809         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1810         this function to return incorrect results when calling it with an
1811         explicit article argument different from
1812         (gnus-summary-article-number).
1813
1814 2010-11-24  Julien Danjou  <julien@danjou.info>
1815
1816         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1817         (shr-tag-body): Add background support.
1818         (shr-descend): Add background support.
1819         (shr-tag-title): Add.
1820
1821         * shr-color.el (shr-color-visible): Really return original background
1822         if fixed.
1823
1824 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1825
1826         * shr.el (shr-color-check): Protect against non-existant colour names.
1827
1828 2010-11-24  Julien Danjou  <julien@danjou.info>
1829
1830         * color-lab.el: Require 'cl when compiling.
1831
1832         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1833
1834         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1835         matched part.
1836
1837         * color-lab.el: Fix all expt calls to use float type.
1838
1839 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1842         expression to shr-color-check as is.
1843
1844         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1845
1846         * color-lab.el: Add coding cookie.
1847         (float-pi): Use eval-and-compile.
1848
1849         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1850         compiled for Emacsen having no `libxml-parse-html-region' support.
1851
1852 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * shr.el (shr-insert-color-overlay): Split stuff like
1855         "#444444 !important" to find the real colour.
1856         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1857         parse <font color="red"> entries.
1858
1859 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1860
1861         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1862         point when parsing headers.
1863
1864         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1865         is positioned properly when parsing headers.
1866
1867 2010-11-23  Julien Danjou  <julien@danjou.info>
1868
1869         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1870
1871         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1872
1873         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1874
1875         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1876         Use shr-color-hue-to-rgb.
1877         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1878
1879 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880
1881         * shr.el (shr-color->hexadecimal): Autoload.
1882         (shr-descend): Add color to all tags.
1883
1884 2010-11-22  Julien Danjou  <julien@danjou.info>
1885
1886         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1887         shr-color->hexadecimal.
1888
1889         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1890         RGB() or HSL() color representation.
1891
1892         * shr.el (shr-tag-font): Add.
1893         (shr-tag-color-check): New function to get better colors.
1894         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1895         tag-span.
1896
1897         * shr-color.el: New file.
1898
1899         * color-lab.el: New file.
1900
1901         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1902
1903 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1904
1905         * nnir.el: Fix typo in comments.
1906         (nnir-run-imap): Simplify code. No need to reverse artlist.
1907         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1908
1909 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1910
1911         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1912
1913         * nnimap.el (nnimap-get-capabilities): Refactor out.
1914         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1915
1916 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1917
1918         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1919         appearing when `mm-uu-hide-markers' is nil.
1920
1921 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922
1923         * nnimap.el (nnimap-unselect-group): Make into its own function.
1924         (nnimap-request-rename-group): Unselect group before renaming.
1925         This had gotten lost somewhere.
1926         (nnimap-request-accept-article): Keep track of examined groups, and
1927         unselect the group before APPENDing to read-only groups.
1928         (nnimap-request-move-article): Clear flags before moving so that they
1929         can be re-set later.
1930
1931 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1932
1933         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1934         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1935
1936 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1937
1938         * gnus-art.el (gnus-mime-display-single)
1939         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1940         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1941         parameter.
1942
1943 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944
1945         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1946         (shr-table-vertical-line): New variable.
1947         (shr-insert-table): Use it.
1948
1949 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * gnus-html.el (gnus-html-wash-images): Don't display images if
1952         gnus-inhibit-images is non-nil; register displayer for cid images.
1953         (gnus-html-display-image): Work for cid image.
1954         (gnus-html-insert-image): Allow arguments.
1955         (gnus-html-put-image): Inhibit read-only.
1956         (gnus-html-prefetch-images): Don't prefetch images if
1957         gnus-inhibit-images is non-nil.
1958
1959 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * shr.el (shr-put-image): Break lines when inserting big pictures.
1962
1963 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1964
1965         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1966         sender, thanks Katsumi Yamaoka.
1967
1968 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1969
1970         * nnir.el (nnir-run-imap): Reverse the article list for each group
1971         rather than the whole list.
1972
1973 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * shr.el (shr-image-displayer): Protect function against non-existent
1976         image source.
1977
1978         * gnus-art.el (gnus-inhibit-images): New user option.
1979         (gnus-mime-display-single): Don't display image if it is non-nil.
1980
1981         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1982         gnus-inhibit-images.
1983
1984         * shr.el (shr-image-displayer): New function.
1985         (shr-tag-img): Use it.
1986
1987 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1988
1989         * mml2015.el (mml2015-epg-sign): Use From header.
1990
1991 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1994
1995         * gnus-util.el (gnus-find-text-property-region): Return markers.
1996
1997         * shr.el (shr-tag-img): Put a displayer in the text property.
1998
1999         * gnus-util.el (gnus-find-text-property-region): New utility function.
2000
2001         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2002         (gnus-html-show-images): Remove.
2003
2004         * gnus-art.el (gnus-article-show-images): New, more general function.
2005
2006         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2007         image url text properties.
2008
2009         * shr.el: Ditto.
2010
2011         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2012         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2013
2014 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2015
2016         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2017         work for two or more articles.
2018
2019 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2022         divide an image that's in an html article to two or more when washing
2023         non-ASCII characters in alt text of it.
2024
2025 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2026
2027         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2028         smime-decrypt-region using function argument.
2029         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2030
2031         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2032
2033         * smime.el (smime-decrypt-region): Catch it.
2034
2035 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2036
2037         * smime.el (smime-mode-map): Move initialization into declaration.
2038         (gnus-run-mode-hooks): Don't autoload.
2039         (smime-mode): Use define-derived-mode.
2040
2041 2010-11-11  Glenn Morris  <rgm@gnu.org>
2042
2043         * smime.el (from): Restrict declaration to XEmacs.
2044
2045         * nnir.el (gnus-group-topic-name): Autoload.
2046
2047 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * shr.el (shr-insert): Don't break long line if it is because of
2050         kinsoku-bol characters in the line end.
2051
2052 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2053
2054         * nnir.el (nnir-request-move-article): Fix to provide original group
2055         and subject.
2056         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2057         been retrieved.
2058
2059         * gnus-sum.el (gnus-summary-move-article): Use original group and
2060         subject for virtual articles such as those in an nnir summary buffer.
2061
2062 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2065         least 21.5).
2066
2067         * smime.el (from): Declare it again for XEmacs.
2068
2069 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * message.el (message-resend): Don't disable encoding unless it's
2072         already encoded.
2073
2074         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2075         low-numbered articles.
2076
2077 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2078
2079         * rfc2047.el (rfc2047-syntax-table): Simplify.
2080
2081         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2082
2083         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2084         set-char-table-range for XEmacs.
2085
2086 2010-11-10  Glenn Morris  <rgm@gnu.org>
2087
2088         * time-date.el (time-to-seconds): Always an alias on Emacs,
2089         never a real function.
2090         (with-no-warnings): Remove compat stub, now unused.
2091         (time-less-p): Doc fix.
2092         (time-to-number-of-days): Simplify.
2093
2094         * smime.el (from): Remove unused declaration.
2095
2096         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2097         (gnus-float-time): On Emacs, always an alias.
2098
2099         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2100         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2101
2102 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2103
2104         * dgnushack.el: Don't use ignore-errors in the top level form since it
2105         is unavailable in XEmacs even if cl is loaded.
2106
2107         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2108
2109 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * shr.el (browse-url-mailto): Autoload.
2112
2113         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2114
2115         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2116         regexp doesn't need quoting.
2117
2118 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2119
2120         * message.el (message-subject-trailing-was-ask-regexp)
2121         (message-subject-trailing-was-regexp): Match was: in addition to was.
2122
2123 2010-11-09  Glenn Morris  <rgm@gnu.org>
2124
2125         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2126         (nnbabyl-check-mbox): Use point-at-bol.
2127
2128 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2129
2130         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2131
2132         * message.el (message-mailto): New function.
2133         (message-mailto): Should accept other parameters.
2134         (message-mailto): Remove since it duplicates browse-url-mailto
2135         functionality.
2136
2137 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2140         methods.
2141         (gnus-read-active-file): Ditto.
2142
2143         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2144         ": " from the prompt.
2145         (gnus-group-make-group): Ditto.
2146
2147 2010-11-07  Glenn Morris  <rgm@gnu.org>
2148
2149         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2150         (gnus-bookmark-kill-line): Use point-at-eol.
2151
2152 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2153
2154         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2155         asterisks in From header.
2156
2157 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2158
2159         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2160         string to avoid making the From headers syntactically invalid.
2161
2162         * message.el (message-send-mail): Don't insert courtesy messages if the
2163         message already has List-Post and List-ID messages.
2164
2165 2010-11-06  Glenn Morris  <rgm@gnu.org>
2166
2167         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2168         `condition', `type', `length' a prefix.
2169         (gnus-treat-predicate): Update for above name changes.
2170
2171 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2172
2173         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2174         binding.  Handled by `gnus-summary-refer-thread' instead.
2175         (nnir-warp-to-article): New backend function.
2176
2177         * nnimap.el (nnimap-request-thread): Force dependency updating.
2178
2179         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2180         (gnus-summary-refer-thread): Rework to improve thread-referral.
2181
2182         * gnus-int.el (gnus-warp-to-article): New function.
2183
2184         * gnus-sum.el (gnus-summary-article-map): Bind it.
2185
2186 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2187
2188         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2189         gnus-summary-refer-thread.
2190
2191         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2192         headers.
2193         (gnus-summary-limit-include-thread): Prevent articles in thread from
2194         being cut in gnus-cut-threads.
2195         (gnus-summary-refer-thread): Limit retrieved headers to those in
2196         thread.
2197
2198 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2199
2200         * message.el (message-send-mail): Use the value of
2201         message-courtesy-message from the message buffer.
2202
2203         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2204
2205         * shr.el (shr-browse-url): Implement mailto: URLs.
2206
2207         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2208         "raw".
2209
2210         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2211         if it's already selected.
2212
2213         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2214
2215 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2216
2217         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2218         to measure the length and truncate alt text.
2219
2220 2010-11-03  Glenn Morris  <rgm@gnu.org>
2221
2222         * nndiary.el (nndiary-generate-nov-databases-1)
2223         (nndiary-generate-active-info): Rename dynamic variable `files' to
2224         something less generic.
2225
2226 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2227
2228         * nnir.el (nnir-request-move-article): Call the underlying backend to
2229         move articles from nnir.
2230
2231 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2234
2235 2010-11-02  Julien Danjou  <julien@danjou.info>
2236
2237         * nnir.el: Remove wais support.
2238
2239 2010-11-02  Glenn Morris  <rgm@gnu.org>
2240
2241         * gnus-html.el: Reorder requirements to quieten compiler.
2242
2243 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2246         properly for XEmacs as well.
2247         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2248         (gnus-article-natural-long-line-p): Use window-width rather than
2249         frame-width.
2250
2251 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2252
2253         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2254         (nnir-read-parms): Don't modify query.
2255         (nnir-run-query): Add ability to search topic on current line.
2256         (nnir-get-active): Clean up.
2257
2258 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2261         degenerate articles.
2262
2263         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2264         (gnus-print-buffer): Just print the buffer as is, without any copying
2265         to a buffer and then re-highlighting.
2266
2267         * nnimap.el (nnimap-request-group): Store the new updated info.
2268         (nnimap-request-group): Select the group when we don't know whether it
2269         exists or not.
2270
2271         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2272         groups.
2273
2274         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2275         groups.
2276
2277         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2278         groups.
2279
2280         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2281         long-lines case by only filling the long lines.
2282
2283         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2284         (bug #7311).
2285
2286 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * shr.el: No need to declare `declare-function' since shr.el is for
2289         only Emacsen that provide `libxml-parse-html-region'.
2290
2291         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2292         effective only in a file it is referred to.
2293
2294 2010-11-01  Glenn Morris  <rgm@gnu.org>
2295
2296         * mm-util.el (gnus-completing-read): Autoload.
2297         (mm-read-coding-system): Simplify Emacs definition.
2298
2299         * nnmail.el (gnus-activate-group):
2300         * nnimap.el (gnutls-negotiate):
2301         * nntp.el (netrc-parse): Fix declarations.
2302
2303 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2306         string-match-p in Emacs >=23.
2307
2308         * gnus-msg.el (gnus-configure-posting-styles)
2309         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2310
2311 2010-11-01  Glenn Morris  <rgm@gnu.org>
2312
2313         * nnir.el (declare-function): Add compat stub.
2314         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2315         (nnir-run-gmane): Require 'mm-url.
2316
2317         * mm-util.el (mm-string-to-multibyte): Simplify.
2318
2319         * shr.el (declare-function): Add compat stub.
2320         (url-cache-create-filename): Declare.
2321         (mm-disable-multibyte, widget-convert-button): Autoload.
2322
2323         * smime.el (ldap-search): Declare.
2324         (smime-cert-by-ldap-1): Require ldap on Emacs.
2325
2326         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2327         (nnimap-keepalive): Use gnus-float-time.
2328
2329         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2330         (mail-source-delete-crash-box): Use gnus-float-time.
2331
2332         * gnus-dired.el (gnus-completing-read): Autoload.
2333
2334         * mm-view.el (gnus-rescale-image): Autoload.
2335
2336         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2337
2338         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2339
2340         * sieve-manage.el: Require 'cl when compiling.
2341
2342         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2343         (gnus-iswitchb-completing-read): Require iswitchb.
2344         (gnus-select-frame-set-input-focus): Silence compiler.
2345
2346 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2347
2348         * message.el (message-subject-trailing-was-query): Change default to t,
2349         since I think that's what most people want.
2350
2351         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2352         appending for easier debugging.
2353         (nnimap-wait-for-connection): Take a regexp.
2354         (nnimap-request-accept-article): Wait for the continuation line before
2355         sending anything unless we're streaming.
2356
2357         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2358         leave the header washing to take place.
2359
2360 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2361
2362         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2363         regular expression match and replace in posting styles.
2364
2365 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2366
2367         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2368         an entire server.
2369         (nnir-get-active): New function.
2370         (nnir-run-imap): Use it.
2371         (nnir-run-gmane): Who knew, gmane search returns an article score!
2372
2373         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2374         server on the current line with nnir.
2375
2376 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2379         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2380         left edge.
2381         (gnus-article-foldable-buffer): Skip past the prefix when determining
2382         raggedness.
2383
2384         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2385         the raw article, and change `C-u g' to show the article without doing
2386         treatments.
2387
2388         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2389         on to `gnus-treat-article'.
2390         (gnus-inhibit-article-treatments): New variable.
2391
2392         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2393
2394         * gnus-art.el (gnus-treatment-function-alist): Have
2395         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2396         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2397         sections.
2398
2399         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2400         parameter.
2401         (gnus-article-fill-cited-long-lines): New function.
2402         (gnus-article-fill-cited-article): Allow filling only long sections.
2403
2404         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2405         and non-punctuation (like after the apostrophe in "'We").
2406
2407         * gnus-sum.el (gnus-summary-select-article): Make sure
2408         gnus-original-article-buffer is alive.
2409
2410         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2411         reflect the order they're in in the digest.
2412
2413         * gnus.el (gnus-group-startup-message): Move point to the start of the
2414         buffer.
2415
2416         * nnimap.el (nnimap-capability): New function.
2417         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2418         is set.
2419
2420 2010-10-31  David Engster  <dengste@eml.cc>
2421
2422         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2423         conform with changes to gnus-completing-read.
2424
2425 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426
2427         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2428
2429 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2430
2431         * nnir.el: Move defvar, defcustom around to keep file organized
2432         and keep byte-compiler quiet.
2433         (nnir-read-parms): Accept search-engine as arg.
2434         (nnir-run-query): Pass search-engine as arg.
2435         (nnir-search-engine): Remove.
2436
2437 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438
2439         * shr.el (shr-generic): The text nodes should be text, not :text.
2440
2441         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2442         later in the file.
2443
2444 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2445
2446         * nnir.el: General clean up.  Allow searching with multiple engines.
2447         Allow separate extra-parameters for each engine.
2448         Batch queries when possible.
2449         (nnir-imap-default-search-key,nnir-method-default-engines):
2450         Add customize interface.
2451         (nnir-run-gmane): New engine.
2452         (nnir-engines): Use it.  Qualify all prompts with engine name.
2453         (nnir-search-engine): Remove global variable.
2454         (nnir-run-hyrex): Restore for now.
2455         (nnir-extra-parms,nnir-search-history): New variables.
2456         (gnus-group-make-nnir-group): Use them.
2457         (nnir-group-server): Remove in favor of gnus-group-server.
2458         (nnir-request-group): Avoid searching twice.
2459         (nnir-sort-groups-by-server): New function.
2460
2461 2010-10-30  Julien Danjou  <julien@danjou.info>
2462
2463         * gnus-group.el: Remove gnus-group-fetch-control.
2464
2465         * gnus-start.el (gnus-find-new-newsgroups):
2466         Remove gnus-check-first-time-used.
2467
2468         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2469
2470 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2471
2472         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2473         set on groups that don't have \* permanentflags.
2474
2475 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2478         control the background color.
2479         (shr-tag-img): Ignore very small web bug type images.
2480         (shr-put-image): Add help-echo alt texts to the images.
2481         (shr-tag-video): Show the video poster image.
2482
2483 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484
2485         * shr.el (shr-table-depth): New variable.
2486         (shr-tag-table-1): Only insert the images after the top-level table.
2487
2488         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2489
2490         * gnus-util.el (gnus-list-memq-of-list): New function.
2491
2492         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2493         selected.
2494         (nnimap-unsplittable-articles): New slot.
2495         (nnimap-new-articles): Use it.
2496
2497 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2498
2499         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2500         move to the previous line on `M-g'.
2501
2502 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2503
2504         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2505         *-request-group, which seems unnecessary.
2506
2507         * nnimap.el (nnimap-quote-specials): Function copied over from
2508         imap.el.
2509         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2510         they support that.  Suggested by Tom Regner.
2511
2512 2010-10-29  Julien Danjou  <julien@danjou.info>
2513
2514         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2515         defalias.
2516         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2517
2518         * gnus.el: Remove `gnus-nntp-service' variable.
2519         (gnus-secondary-servers): Make obsolete.
2520         (gnus-nntp-server): Make obsolete.
2521
2522         * gnus-start.el (gnus-1): Remove x-splash calls.
2523
2524         * gnus-ems.el (gnus-x-splash): Remove.
2525
2526         * gnus.el (gnus-group-startup-message): Simplify/update code.
2527
2528         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2529         definition.
2530
2531         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2532         capability before doing anything.
2533         (gnus-group-insert-group-line): Remove useless
2534         gnus-group-remove-excess-properties.
2535
2536 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2539
2540 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2543         config after reselecting.
2544
2545 2010-10-28  Julien Danjou  <julien@danjou.info>
2546
2547         * shr.el (shr-put-image): Use point even if only inserting text.
2548         (shr-put-image): Save excursion when inserting alt text on non-graphic
2549         display, so the behaviour is the same when we are on a graphic display.
2550
2551         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2552
2553 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2556         (gnus-mime-copy-part): Check coding system, not charset.
2557         (gnus-mime-view-part-externally): Never remove part.
2558         (gnus-mime-view-part-internally): Don't remove part here.
2559         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2560         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2561         multipart/alternative.
2562
2563         * mm-decode.el (mm-display-part): Take optional arg `force'.
2564
2565 2010-10-26  Julien Danjou  <julien@danjou.info>
2566
2567         * gnus-group.el (gnus-group-default-list-level): Add this function to
2568         compute the default list level.
2569         (gnus-group-default-list-level): Add possibility to use a function.
2570
2571 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2572
2573         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2574
2575         * gnus-group.el (gnus-group-completing-read)
2576         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2577         gnus-replace-in-string.
2578
2579 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2580
2581         * shr.el (shr-tag-div): Add.
2582
2583         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2584
2585 2010-10-25  Julien Danjou  <julien@danjou.info>
2586
2587         * gnus-util.el: Remove `gnus-with-local-quit'.
2588
2589         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2590
2591 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2592
2593         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2594         the original article buffer.
2595
2596 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597
2598         * nnimap.el (nnimap-request-head): New function.
2599         (nnimap-request-move-article): Try to be slighly faster by not
2600         requesting the entire message when moving.
2601         (nnimap-transform-headers): Don't bug out on bodiless articles.
2602         (nnimap-send-command): Have no outstanding messages if the IMAP server
2603         doesn't support streaming.
2604         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2605
2606 2010-10-24  Julien Danjou  <julien@danjou.info>
2607
2608         * message.el (message-default-headers): Fix type.
2609
2610 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611
2612         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2613         prefetching images.
2614
2615         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2616         backend for unknown groups.  This is mainly useful for nnimap groups.
2617
2618         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2619         group isn't covered by the agent.
2620
2621 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2622
2623         * nnir.el (nnir-method-default-engines): New variable.
2624         (nnir-run-query): Use it.
2625         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2626         (gnus-summary-nnir-goto-thread): Change group if needed.
2627
2628         * gnus-group.el (gnus-group-group-map): Add key binding for
2629         gnus-group-make-nnir-group.
2630
2631 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2632
2633         * shr.el (shr-tag-object): Add.
2634
2635         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2636         original article buffer live.
2637         (gnus-summary-select-article-buffer):
2638         Mention gnus-widen-article-buffer.
2639
2640 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * shr.el (shr-tag-strong): Add.
2643
2644 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2645
2646         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2647         group names.  They mess up the group buffer badly.
2648
2649         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2650
2651         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2652         instead of the summary one.
2653
2654 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2655
2656         * mml.el (mml-preview): Work properly when editing article.
2657
2658         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2659         gnus-have-read-active-file if it's already been in.
2660
2661 2010-10-22  Tom Tromey  <tromey@redhat.com>
2662
2663         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2664         gnus-group-completing-read.
2665
2666 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667
2668         * message.el (message-mode-map): Don't bind M-; to comment region, to
2669         allow the global comment-dwim to work.
2670
2671 2010-10-21  Julien Danjou  <julien@danjou.info>
2672
2673         * message.el (message-setup-1): Allow message-default-headers to be a
2674         function.
2675
2676 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2677
2678         * shr.el (shr-tag-table): Simplify.
2679
2680 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2681
2682         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2683         to avoid trying to snarf invalid stuff.
2684
2685         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2686
2687         * gnus.el (gnus-message-archive-group): Quote value.
2688         (gnus-message-archive-group): Mark as changed.
2689
2690         * shr.el (shr-add-font): Don't put the font properties on the newline
2691         or the indentation.
2692
2693         * message.el (message-fix-before-sending): Change options when sending
2694         non-printable characters.
2695
2696         * gnus.el (gnus-message-archive-method): Change the default to
2697         monthly outgoing groups.
2698
2699         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2700         that have gotten new numbers.
2701
2702         * nnimap.el (nnimap-request-replace-article): New function.
2703
2704 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2707         (nnrss-request-article): Don't use special html washing code.
2708
2709 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * shr.el (shr-tag-table): Remove useless nconc.
2712
2713 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2714
2715         * gnus-art.el (article-wash-html): Simplify and remove the charset
2716         stuff.  Use the normal html rendering code instead of the special html
2717         washing code.
2718
2719         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2720         `gnus-w3m' symbols.
2721         (mm-text-html-washer-alist): Remove.
2722
2723         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2724         (mm-inline-media-tests): Remove use.
2725         (mm-text-html-renderer): Change default to the `shr' symbol.
2726
2727         * mm-view.el (mm-inline-text-html): Remove use.
2728
2729         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2730         `gnus-blocked-images' to be a function.
2731         (gnus-article-wash-function): Remove.
2732
2733 2010-10-20  Julien Danjou  <julien@danjou.info>
2734
2735         * spam.el (spam-list-of-processors): Mark as obsolete.
2736
2737         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2738         (nnimap-insert-partial-structure): Fix boundary detection.
2739
2740 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2741
2742         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2743         run file-truename on remote files.  This can be expensive and even
2744         prevent one from editing drafts if some unrelated buffer has a stale
2745         connection.
2746
2747 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2750         kinsoku-eol regardless of shr-kinsoku-shorten.
2751         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2752         (shr-tag-table): Support caption, thead, and tfoot.
2753
2754 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755
2756         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2757         lines.
2758         (shr-save-contents): New command and keystroke.
2759
2760         * nndoc.el (nndoc-type-alist): Add git support.
2761         (nndoc-git-type-p): New function.
2762         (nndoc-transform-git-article): Ditto.
2763         (nndoc-transform-git-headers): Ditto.
2764         (nndoc-transform-git-headers): Generate Subject headers.
2765
2766         * shr.el (shr-parse-style): New function.
2767         (shr-tag-span): Ditto.
2768
2769         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2770         to `G G' to avoid collisions.
2771
2772 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2773
2774         * shr.el: Load kinsoku if necessary.
2775         (shr-kinsoku-shorten): New internal variable.
2776         (shr-find-fill-point): Make kinsoku shorten text line if
2777         shr-kinsoku-shorten is bound to non-nil.
2778         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2779         shr-indentation too when testing if table is wider than frame width.
2780         (shr-insert-table): Use `string-width' instead of `length' to measure
2781         text width.
2782         (shr-insert-table-ruler): Make sure indentation is done at bol.
2783
2784 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2785
2786         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2787         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2788         undecoded network data.
2789
2790 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2793         name in the mode line spec so that the mode line menu works
2794         (bug #2431).
2795
2796         * message.el (message-get-reply-headers): If we're fed `to-address',
2797         then always use that.
2798
2799         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2800         aren't so wide as to need to switch off the edit menu.
2801
2802         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2803         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2804
2805         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2806         `M-g'.
2807         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2808         the permanent marks.
2809
2810 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2811
2812         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2813         Splitting according to references/in-reply-to obeys the ignore-groups
2814         variable, while splitting by sender and subject do not.
2815
2816 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2819         alist, so that we can look for non-Unicode chars.
2820         (article-translate-strings): Allow both character and string maps.
2821
2822 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * shr.el (shr-insert): Don't insert space behind a wide character
2825         categorized as kinsoku-bol, or between characters both categorized as
2826         nospace.
2827
2828 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2829
2830         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2831         headers to gnus-newsgroup-headers.
2832
2833 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2834
2835         * shr.el (shr-tag-img): Don't align images -- since we're not
2836         rescaling, this often leads to ugly displays.
2837
2838 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2839
2840         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2841         duplicates.
2842
2843 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2844
2845         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2846         call.
2847
2848 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2849
2850         * gnus.el: Autoload gnus-html-show-images.
2851
2852         * nnimap.el: Use nnheader-message throughout.
2853
2854         * shr.el (shr-tag-img): Ignore images with no data.
2855
2856 2010-10-15  Julien Danjou  <julien@danjou.info>
2857
2858         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2859         a possibility to disable format=flow encoding when using hard newlines.
2860
2861 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2862
2863         * shr.el (shr-insert): Remove space inserted before or after a
2864         breakable character or at the beginning or the end of a line.
2865         (shr-find-fill-point): Do kinsoku; find the second best point or give
2866         it up if there's no breakable point.
2867
2868 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2869
2870         * nnimap.el (nnimap-open-connection): Message when opening connection
2871         for debugging purposes.
2872
2873         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2874         on every setup buffer call to allow this to change from article to
2875         article.
2876
2877         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2878         buffers where we have a wide table.
2879
2880 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2881
2882         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2883         uses *-request-thread.
2884
2885 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2886
2887         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2888         incantation, which is no longer valid.
2889
2890 2010-10-14  Julien Danjou  <julien@danjou.info>
2891
2892         * shr.el: Fix defcustom type (char -> character).
2893
2894 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2895
2896         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2897         programs.
2898
2899 2010-10-14  Julien Danjou  <julien@danjou.info>
2900
2901         * shr.el (shr-tag-a): Use url-link as widget type.
2902
2903         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2904         `gnus-group-get-icon'.
2905
2906 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2907
2908         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2909         This should make server editing work better.
2910
2911         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2912
2913         * tls.el (tls-program): Remove spurious %s from openssl.
2914
2915         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2916         (nnimap-parse-flags): Fix regexp.
2917
2918         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2919         probably work for CJVK text, too.
2920
2921         * nnimap.el (nnimap-extend-tls-programs): Remove.
2922         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2923
2924         * tls.el (tls-starttls-switches): Remove starttls hack.
2925         (open-tls-stream): Ditto.
2926         (tls-find-starttls-argument): Ditto.
2927
2928 2010-10-13  Julien Danjou  <julien@danjou.info>
2929
2930         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2931         responses.
2932
2933 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2936
2937         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2938         anything in Emacs.
2939
2940         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2941
2942 2010-10-13  Julien Danjou  <julien@danjou.info>
2943
2944         * shr.el (shr-width): Make shr-width a defcustom with default to
2945         fill-column.
2946         (shr-tag-img): Use shr-width rather than fill-column.
2947
2948 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * dgnushack.el (byte-optimize-apply)
2951         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2952
2953         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2954         position when (X-)Faces exist.
2955         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2956         avatars when called interactively.
2957
2958 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2961         gnus-article-x-face-too-ugly is bound.
2962
2963 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2966
2967         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2968         mailbox that doesn't exist.
2969
2970 2010-10-12  Julien Danjou  <julien@danjou.info>
2971
2972         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2973         (shr-get-image-data): Encode URL properly when fetching from cache.
2974         (shr-tag-img): Use aligned-to spaces to align correctly images.
2975
2976         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2977         before inserting the Gravatar.
2978
2979         * shr.el (shr-tag-img): Add align attribute support for <img>.
2980
2981 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2982
2983         * gnus-gravatar.el (gnus-art): Require.
2984
2985         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2986         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2987         Remove long obsoleted functions.
2988
2989 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2992
2993         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2994
2995         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2996         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2997         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2998         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2999         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3000         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3001         * sieve-manage.el, smime.el, spam.el:
3002         Fix comment for declare-function.
3003
3004 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * nnimap.el (nnimap-request-rename-group): Select group read-only
3007         before renaming it.
3008
3009         * shr.el (shr-insert): Fix up the white space only regexp.
3010
3011         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3012         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3013
3014         * shr.el (shr-current-column): New function.
3015         (shr-find-fill-point): New function.
3016
3017 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3018
3019         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3020         numbers.
3021
3022 2010-10-11  Julien Danjou  <julien@danjou.info>
3023
3024         * shr.el (shr-hr-line): Add.
3025         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3026         display hr lines.
3027         (shr-max-columns): Do not change state to nil if we just inserting
3028         spaces.
3029
3030 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3031
3032         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3033         select the last group.
3034
3035 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3036
3037         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3038
3039 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3040
3041         * dig.el (dig-mode-map): Declare and define in one step.
3042
3043 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3044
3045         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3046         for Gnus.
3047         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3048         (nnimap-update-qresync-info): Mark \Seen articles as read.
3049
3050         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3051         non-variable, too.
3052
3053         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3054         available.
3055         (nnimap-update-info): Rely more on the current active than the param
3056         active to avoid marking articles as read too much.
3057
3058         * auth-source.el (auth-source-create): Use (user-login-name) for the
3059         user name default.
3060
3061         * nnimap.el (nnimap-update-info): If the server doesn't return any
3062         useful info, just use the previous info.
3063         (nnimap-update-info): Prefer old info over start-article.
3064         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3065
3066 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3067
3068         * nnir.el (autoload): Clean up autoloads.
3069         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3070         Use key rather than value.
3071         (nnir-imap-search-other): New variable.
3072         (nnir-read-parm): Use it.
3073         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3074         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3075
3076 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3077
3078         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3079         the process, too.
3080
3081 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * spam.el (gnus-summary-mode-map): Bind to "$".
3084         Suggested by Russ Allbery.
3085
3086         * shr.el: Rework the way things are indented by <li> slightly.
3087
3088         * gnus.el (gnus-group-set-parameter): Fix typo.
3089
3090         * nnimap.el: Start implementing QRESYNC support.
3091
3092 2010-10-09  Julien Danjou  <julien@danjou.info>
3093
3094         * nnir.el (nnir-engines): Fix too many arguments.
3095
3096 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3099         group is the "last", so that the backends like nnfolder actually save
3100         their folders.
3101
3102         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3103         try to use that for the tls stream.
3104         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3105         UIDVALIDITY and find out which groups are read-only and not.
3106         (nnimap-get-flags): Use the same marks parsing code as the rest of
3107         nnimap.
3108
3109 2010-10-09  Julien Danjou  <julien@danjou.info>
3110
3111         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3112
3113         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3114         retrieving gravatars.
3115
3116         * shr.el (shr-table-corner): Add.
3117         (shr-table-line): Add.
3118         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3119
3120 2010-10-08  Julien Danjou  <julien@danjou.info>
3121
3122         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3123
3124 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3125
3126         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3127
3128         * gnus-sum.el (gnus-mark-article-as-unread)
3129         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3130         (gnus-summary-set-bookmark): Use it.
3131
3132         * gnus-msg.el (gnus-setup-message): Use it.
3133
3134         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3135
3136         * gnus.el (gnus-group-remove-parameter): Use it.
3137
3138         * gnus-group.el (gnus-group-make-web-group): Use it.
3139
3140         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3141
3142         * nnregistry.el: Update docs to mention manual.
3143
3144         * gnus-registry.el: Update docs to mention nnregistry.el.
3145         (gnus-registry-initialize): Don't install nnregistry refer method
3146         automatically.
3147         (gnus-registry-install-nnregistry): Remove it.
3148
3149 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * shr.el (shr-insert): Don't insert double spaces.
3152
3153 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3154
3155         * gnus-gravatar.el (gnus-treat-from-gravatar)
3156         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3157         called interactively.
3158
3159         * gnus-art.el (gnus-mime-view-part-externally)
3160         (gnus-mime-view-part-internally): Make predicate function passed to
3161         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3162         of a mime type.
3163
3164         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3165
3166 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3167
3168         * shr.el (require): Require cl when compiling.
3169         (shr-tag-hr): New function.
3170
3171         * nnimap.el (nnimap-update-info): Remove double setting of high.
3172         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3173         This makes nnimap work properly on Courier again.
3174
3175         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3176         the variable for backwards compatability.
3177
3178         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3179         the file name before using to avoid setting mm-default-directory to
3180         nil.
3181
3182         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3183         bidning gnus-agent variables.
3184
3185         * shr.el (shr-render-td): Use a cache for the table rendering function
3186         to avoid getting an exponential rendering behaviour in nested tables.
3187         (shr-insert): Rework the line-breaking algorithm.
3188         (shr-insert): Don't leave trailing spaces.
3189         (shr-insert-table): Also insert empty TDs.
3190         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3191
3192 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3193
3194         * gnus-sum.el (gnus-number): Rename from `number'.
3195         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3196         (gnus-summary-limit-children): Update uses correspondingly.
3197
3198 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3199
3200         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3201         (gnus-gravatar-transform-address): Don't show avatars of people of
3202         which mail addresses match gnus-gravatar-too-ugly.
3203
3204 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3205
3206         * shr.el (shr-table-widths): Expand TD elements to fill available
3207         space.
3208
3209 2010-10-07  Julien Danjou  <julien@danjou.info>
3210
3211         * nnimap.el (nnimap-request-rename-group): Add this method.
3212
3213 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3216         name from XEmacs' function-arglist.
3217
3218         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3219         gravatar under XEmacs.
3220
3221 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3222
3223         * auth-source.el: Update docs with TODO items.
3224
3225         * gnus-sync.el: Update docs to explain state and plans.
3226
3227         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3228         Hooks for mark updates.
3229         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3230
3231         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3232         hooks with arguments, which is needed for mark update hooks.
3233
3234 2010-10-06  Julien Danjou  <julien@danjou.info>
3235
3236         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3237         was matched.
3238
3239         * sieve-manage.el: Update example in `Commentary'.
3240
3241         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3242
3243         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3244         not 2000.
3245         (sieve-manage-authenticate): Re-add function.
3246
3247 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248
3249         * shr.el (shr-insert): Get 'space transition right.
3250         (shr-render-td): Only delete space at the end of the TD.
3251
3252         * nnimap.el (nnimap-open-connection): Prepare to support
3253         open-gnutls-stream.
3254
3255         * shr.el: Rearrange function order to be more logical.
3256
3257 2010-10-06  Julien Danjou  <julien@danjou.info>
3258
3259         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3260         (nnrss-discover-feed): Remove 404 URL in docstring.
3261
3262         * nnir.el: Fix Swish-E URL.
3263         Fix Namazu URL.
3264
3265         * message.el (message-change-subject): Remove 404 URL in a comment.
3266
3267 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3268
3269         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3270         called interactively.
3271
3272         * gnus-util.el (gnus-remove-if): Allow hash table.
3273         (gnus-remove-if-not): New function.
3274
3275         * gnus-art.el (gnus-mime-view-part-as-type)
3276         * gnus-score.el (gnus-summary-score-effect)
3277         * gnus-sum.el (gnus-read-move-group-name):
3278         Replace remove-if-not with gnus-remove-if-not.
3279
3280         * gnus-group.el (gnus-group-completing-read):
3281         Regard collection as a hash table if it is not a list.
3282
3283 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3284
3285         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3286
3287         * shr.el: Document the table-rendering algorithm.
3288
3289 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3292         for Emacsen having no `libxml-parse-html-region' support.
3293
3294 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3295
3296         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3297         invalid URLs.
3298
3299         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3300         line-broken.
3301         (shr-tag-img): Ignore image fetching errors.
3302         (shr-overlays-in-region): Compute overlay positions correctly.
3303
3304         * mm-decode.el (mm-shr): Require shr.
3305
3306         * gnus-art.el (gnus-blocked-images): Move variable here.
3307
3308         * shr.el (shr-insert-table): Bind free variable.
3309
3310         * mm-decode.el (mm-shr): Bind shr-content-function.
3311
3312         * shr.el (shr-content-function): New variable.
3313
3314         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3315         added for symmetry.
3316
3317         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3318
3319         * gnus-group.el (gnus-group-make-group): Doc fix.
3320
3321         * nnimap.el (nnimap-request-newgroups): Return success.
3322
3323         * shr.el (shr-find-elements): New function.
3324         (shr-tag-table): Put all the images after the table.
3325         (shr-tag-table): Really inhibit images inside the table.
3326         (shr-collect-overlays): Copy over overlays from the TD elements to the
3327         main document.
3328
3329         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3330         gnus-blocked-images.
3331
3332 2010-10-05  Julien Danjou  <julien@danjou.info>
3333
3334         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3335
3336         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3337         (gnus-html-maximum-image-size): Add this function.
3338         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3339
3340         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3341         server-value of the capability is nil.
3342
3343 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * shr.el (shr-tag-em): Add <EM> tag.
3346
3347 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3348
3349         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3350         customizable.
3351
3352         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3353         handing broken links to browse-url.
3354
3355 2010-10-05  Julien Danjou  <julien@danjou.info>
3356
3357         * gnus-util.el (gnus-emacs-completing-read)
3358         (gnus-iswitchb-completing-read): Use autoload rather than require.
3359
3360 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3363         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3364         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3365         iswitchb-temp-buflist for XEmacs.
3366
3367         * gnus-util.el (gnus-completing-read-function): Exclude
3368         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3369         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3370         XEmacs.
3371
3372         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3373         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3374
3375         * gnus-html.el: Don't require help-fns under XEmacs.
3376         (gnus-html-schedule-image-fetching): Work for XEmacs.
3377
3378         * mm-decode.el (mm-shr): Decode contents by charset.
3379
3380 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381
3382         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3383         unknown.
3384
3385         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3386         (shr-get-image-data): Ensure against the cache file missing.
3387
3388         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3389         for data.
3390
3391         * spam-report.el (spam-report-url-ping-plain): Don't query about
3392         killing the process.
3393
3394         * shr.el (shr-render-td): Protect against too-wide text.
3395
3396 2010-10-04  Julien Danjou  <julien@danjou.info>
3397
3398         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3399         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3400
3401         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3402         retrieved.
3403
3404 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3405
3406         * shr.el (browse-url): Require.
3407         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3408         lines.
3409         (shr-show-alt-text, shr-browse-image): New commands.
3410         (shr-browse-url, shr-copy-url): New commands.
3411
3412         * gnus-sum.el (gnus-widen-article-window): New variable.
3413         (gnus-summary-select-article-buffer): Use it.
3414
3415         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3416         without @ signs.
3417
3418 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3419
3420         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3421
3422 2010-10-04  Julien Danjou  <julien@danjou.info>
3423
3424         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3425         for XEmacs.
3426
3427 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3428
3429         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3430
3431         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3432         (nnimap-close-server): Implement.
3433
3434         * dgnushack.el (iswitchb): Require to shut up the compiler.
3435
3436         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3437         (shr-insert): Tweak line breaking.
3438         (shr-insert): Handle <pre> better.
3439         (shr-tag-li): Get <li> indentation right.
3440         (shr-tag-li): Get <li> indentation even righter.
3441         (shr-tag-blockquote): Ensure paragraph start.
3442         (shr-make-table): Tweak table generation.
3443         (shr-make-table): Fix typo.
3444
3445         * shr.el: Implement table rendering.
3446
3447 2010-10-04  Julien Danjou  <julien@danjou.info>
3448
3449         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3450
3451 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3452
3453         * shr.el (shr-insert): Use string anchors instead of line anchors.
3454
3455 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * shr.el: Add headings.
3458         (shr-ensure-paragraph): Actually work.
3459         (shr-tag-li): Make <ul> prettier.
3460         (shr-insert): Get white space at the beginning/end of elements right.
3461         (shr-tag-p): Collapse subsequent <p>s.
3462         (shr-ensure-paragraph): Don't insert double line feeds after blank
3463         lines.
3464         (shr-insert): \t is also space.
3465         (shr-tag-s): Fix "s" tag name function.
3466         (shr-tag-s): Fix face prop name.
3467
3468 2010-10-03  Julien Danjou  <julien@danjou.info>
3469
3470         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3471
3472         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3473         gnus-window-inside-pixel-edges.
3474
3475         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3476         gnus-ems.
3477
3478         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3479
3480         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3481         function.
3482
3483         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3484         resize choice.
3485
3486 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487
3488         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3489         beginning of the buffer.
3490
3491         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3492         article buffer again.
3493
3494         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3495
3496         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3497         when it's at the start of the buffer.
3498
3499         * shr.el (shr-tag-blockquote): Convert name.
3500         (shr-rescale-image): Use the right image-size variant.
3501
3502         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3503         buffer isn't shown, then select the current article first instead of
3504         bugging out.
3505         (gnus-summary-select-article-buffer): Show both the article and summary
3506         buffers again.
3507
3508         * shr.el (shr-fontize-cont): Protect against regions with no text.
3509         Rename tag functions to shr-tag-* for enhanced security.
3510         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3511
3512 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3513
3514         * shr.el (shr-insert):
3515         * pop3.el (pop3-movemail):
3516         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3517         loaded.
3518
3519 2010-10-03  Glenn Morris  <rgm@gnu.org>
3520
3521         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3522
3523         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3524
3525         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3526
3527         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3528
3529         * gnus-util.el (gnus-make-local-hook): Simplify.
3530
3531 2010-10-02  Julien Danjou  <julien@danjou.info>
3532
3533         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3534         (gnus-ido-completing-read): New function.
3535         (gnus-emacs-completing-read): New function.
3536         (gnus-completing-read): Use gnus-completing-read-function.
3537         Add gnus-completing-read-function.
3538
3539 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540
3541         * shr.el (shr-insert-document): Autoload.
3542         (shr-img): Be silent.
3543         (shr-insert): Add a newline after every picture before text.
3544         (shr-add-font): Use overlays for combining faces.
3545         (shr-insert): Pass upwards the text start point.
3546
3547         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3548         possible.
3549         (mm-shr): New function.
3550
3551 2010-10-02  Julien Danjou  <julien@danjou.info>
3552
3553         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3554         should go backward.
3555
3556 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3557
3558         * shr.el (shr): Fix typo in provide call.
3559
3560 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * shr.el: New file.
3563
3564         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3565
3566         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3567         completing read.
3568
3569 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3570
3571         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3572         we're being queried about.  Suggested by Dan Jacobson.
3573
3574         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3575         Suggested by Jason Eisner.
3576
3577         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3578         table, too.  Suggested by Stefan Wiens.
3579         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3580         the table unnecessary.  Suggested by Stefan Wiens.
3581
3582         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3583         longer needed, and probably doesn't work either, as pointed out by
3584         Stefan Wiens.
3585         (gnus-summary-exit): Remove call to the clearing function.
3586         (gnus-summary-exit-no-update): Ditto.
3587
3588         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3589         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3590         Reported by Stefan Monnier.
3591         (gnus-summary-save-in-rmail): Ditto.
3592
3593         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3594         article buffer, instead of both the article buffer and the summary
3595         buffer.  Sort of suggested by Dan Jacobson.
3596
3597         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3598
3599         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3600         Suggested by Dan Jacobson.
3601
3602         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3603         documentation clearer.
3604
3605         * message.el (message-shorten-references): Comment on the number "21".
3606         Suggested by Stefan Monnier.
3607
3608         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3609         Suggested by Dan Jacobson.
3610
3611         * gnus.el (gnus-large-newsgroup):
3612         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3613
3614         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3615         externalize attachments.  Bug reported by Steve Wen.
3616
3617         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3618         really message anything to the user.
3619
3620         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3621         directly.
3622
3623         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3624         messages in empty groups.
3625
3626 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3627
3628         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3629         non-UIDNEXT group.
3630
3631 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3632
3633         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3634         not the value from the collection.
3635
3636         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3637         values.  This sometimes happens on some groups that have no info.
3638         (nnimap-request-newgroups): New function.
3639
3640 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3641
3642         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3643         check into `gnus-registry-initialize'.
3644         (gnus-registry-initialize): Ditto.
3645         Fix and extend header docs.
3646
3647 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648
3649         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3650         regexp backtrace overflows.
3651
3652         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3653         for starttls that tls.el implements; i.e. openssl.
3654
3655         * tls.el (tls-starttls-switches): Give up on using starttls with
3656         gnutls-cli.
3657         (tls-program): Add --insecure to be consistent with the defaults from
3658         openssl s_client.  Now all three commands are insecure.
3659
3660 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * lpath.el: Bind completion-styles-alist for XEmacs.
3663
3664         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3665         (gravatar-create-image): New function that's an alias to
3666         gnus-xmas-create-image, gnus-create-image, or create-image.
3667         (gravatar-data->image): Use it.
3668
3669 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3670
3671         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3672         install the nnregistry refer method.
3673         (gnus-registry-install-hooks): Use it.
3674         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3675         unfollowed groups.
3676
3677 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3678
3679         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3680         expanding threads.
3681
3682 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3683
3684         * nnir.el: Use the server names without suffixes (bug #7009).
3685
3686         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3687         unencrypted to STARTTLS, if possible.
3688
3689 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3690
3691         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3692         headers before superseding.
3693
3694 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * nnrss.el (nnrss-use-local): Add documentation.
3697
3698         * nnimap.el (nnimap-extend-tls-programs): New function.
3699         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3700         (nnimap-wait-for-connection): Accept the greeting from the stupid
3701         output from openssl s_client -starttls, too.
3702
3703         * tls.el (tls-starttls-switches): New variable.
3704         (tls-find-starttls-argument): Use it.
3705         (open-tls-stream): Ditto.
3706
3707         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3708         (netrc-machine): Ditto.
3709
3710         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3711         article number.
3712         (nnimap-split-fancy): New variable.
3713         (nnimap-split-incoming-mail): Use it.
3714
3715         * nntp.el (nntp-server-list-active-group): Document.
3716
3717         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3718         SELECT to get the message-id.
3719
3720         * mail-source.el (mail-sources): Remove webmail support.
3721         (defvar): Ditto.
3722         (mail-source-fetcher-alist): Ditto.
3723         (mail-source-fetch-webmail): Remove.
3724
3725         * webmail.el: Remove -- doesn't seem relevant any more.
3726
3727         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3728
3729         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3730         the \r.
3731
3732 2010-09-30  Julien Danjou  <julien@danjou.info>
3733
3734         * gnus-agent.el (gnus-agent-add-group): Fix call to
3735         gnus-completing-read.
3736
3737 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3738
3739         * nndoc.el (nndoc-retrieve-groups): New function.
3740
3741         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3742         `default', use nnmail-split-methods.
3743         (nnimap-request-article): Downcase the NILs so that they are nil.
3744
3745         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3746         symbol.
3747
3748         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3749         code, since if the user has requested network, that's what they ought
3750         to get.
3751         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3752         (nnimap-split-rule): Mark as obsolete.
3753
3754         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3755         New variable.
3756
3757         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3758         correct slot, too.
3759
3760 2010-09-29  Julien Danjou  <julien@danjou.info>
3761
3762         * gnus.el (gnus-local-domain): Declare variable obsolete.
3763
3764         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3765         Fix history computing.
3766         (gnus-ido-completing-read): Require ido.
3767
3768 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3769
3770         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3771         build Gnus.
3772
3773         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3774         when interpreting the structures.
3775         (nnimap-request-accept-article): Add \r\n to the lines to make this
3776         work with Cyrus.
3777
3778         * nndraft.el (nndraft-request-expire-articles): Use the group name
3779         instead if "nndraft".  Fix found by Nils Ackermann.
3780
3781 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3782
3783         * nnregistry.el: Add.
3784
3785 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3786
3787         * nnmail.el (group, group-art-list, group-art):
3788         Remove unneeded directives.
3789
3790 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3793         (mm-mime-charset)
3794         * rfc2047.el (rfc2047-syntax-table)
3795         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3796
3797         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3798         rather than `insert-file-contents' and `eval-region'.
3799
3800         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3801         construction.
3802
3803         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3804
3805         * time-date.el: No need to require cl for Emacs 21.
3806
3807 2010-09-29  Julien Danjou  <julien@danjou.info>
3808
3809         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3810         replacement of `gnus-gravatar-relief' to mimic
3811         `gnus-faces-properties-alist'.
3812         Add :version property.
3813
3814 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3815
3816         * mail-source.el (mail-source-report-new-mail)
3817         * message.el (message-default-mail-headers)
3818         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3819
3820         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3821
3822 2010-09-28  Julien Danjou  <julien@danjou.info>
3823
3824         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3825         mail-address contains the same string as real-name.
3826
3827         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3828         non-blank in header, otherwise it'll get stripped.
3829
3830         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3831         real-name, and then for mail address rather than doing : or , search.
3832
3833 2010-09-27  Julien Danjou  <julien@danjou.info>
3834
3835         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3836         right completing-read function.
3837         (gnus-use-ido): New variable
3838         (gnus-completing-read-with-default): Remove.
3839         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3840         (gnus-agent-add-group):
3841         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3842         * mm-view.el (mm-view-pkcs7-decrypt):
3843         * mm-util.el (mm-codepage-setup):
3844         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3845         * mml-smime.el (mml-smime-openssl-sign-query):
3846         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3847         (mml-insert-multipart):
3848         * gnus-msg.el (gnus-summary-yank-message):
3849         * gnus-int.el (gnus-start-news-server):
3850         * mm-decode.el (mm-interactively-view-part):
3851         * gnus-dired.el (gnus-dired-attach):
3852         * gnus.el (gnus-read-method):
3853         * gnus-bookmark.el (gnus-bookmark-jump):
3854         * gnus-art.el (gnus-mime-view-part-as-type)
3855         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3856         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3857         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3858         * nnmairix.el (nnmairix-create-server-and-default-group)
3859         (nnmairix-update-groups, nnmairix-get-server)
3860         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3861         (nnmairix-get-group-from-file-path):
3862         * nnrss.el (nnrss-find-rss-via-syndic8):
3863         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3864         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3865         (gnus-group-browse-foreign-server):
3866         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3867         (gnus-summary-execute-command, gnus-summary-respool-article)
3868         (gnus-read-move-group-name):
3869         * gnus-score.el (gnus-summary-increase-score)
3870         (gnus-summary-score-effect):
3871         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3872
3873 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3874
3875         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3876         x-focus-frame.
3877
3878         * nnimap.el (auth-source-forget-user-or-password)
3879         (auth-source-user-or-password): Autoload.
3880
3881         * message.el (message-from-style, message-interactive)
3882         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3883         (message-yank-prefix, message-indentation-spaces, message-signature)
3884         (message-signature-file): Add comment.
3885
3886 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3887
3888         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3889         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3890         new articles.
3891
3892         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3893         parts.
3894         (nnimap-request-article): Work with the t setting, too.
3895
3896         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3897         that you don't get flashes of other buffers.
3898         (gnus-summary-show-complete-article): Intern before setting.
3899
3900 2010-09-27  David Engster  <dengste@eml.cc>
3901
3902         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3903         well as HEADERS.
3904         (nnmairix-retrieve-headers): Provide new argument for the above.
3905
3906 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3907
3908         * gnus-sum.el (gnus-summary-move-article): Don't alter
3909         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3910         group.
3911
3912         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3913
3914         * message.el (message-cite-prefix-regexp): Revert my last edit.
3915
3916         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3917         variable instead of the Gnus variable.
3918
3919         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3920
3921         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3922
3923         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3924         since some servers don't like it.
3925         (nnimap-open-connection): Forget credentials if the server says the
3926         password was wrong.
3927         (nnimap-parse-line): Protect against invalid data.
3928
3929         * gnus-sum.el (gnus-summary-move-article): Add comment.
3930         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3931         nothing alters it while scanning for new messages.
3932
3933         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3934         which may or may not help.
3935         (nnimap-open-connection): If we're doing a stream connection, and then
3936         discover we're on a STARTTLS-capable server, then open a STARTTLS
3937         connection instead.
3938
3939 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3940
3941         * nnimap.el (utf7): Require.
3942
3943         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3944         prefix.
3945
3946 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3947
3948         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3949
3950 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951
3952         * nnimap.el (nnimap-request-accept-article): Message the error on
3953         error.
3954
3955 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3958
3959 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3960
3961         * nndoc.el (nndoc-request-list): Return success always.
3962
3963         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3964         `fetch-old' -- we only want to fetch the articles we've requested.
3965         The rest are in the agent, probably.
3966         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3967         disappeared server" to something low.  It's not important.
3968
3969         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3970         arrived before the FETCH data.
3971
3972         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3973         target here, because we don't know the Gnus name of the group.
3974
3975         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3976         for the correct group.
3977
3978         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3979
3980         * gnus.el (gnus): Give a final warning after startup.
3981
3982         * gnus-util.el (gnus-action-message-log): New variable.
3983         (gnus-message): Use it.
3984         (gnus-final-warning): New function.
3985
3986         * nnimap.el (nnimap-open-connection): Record the greeting.
3987         (nnimap): Add greeting.
3988
3989 2010-09-26  Julien Danjou  <julien@danjou.info>
3990
3991         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3992         arguments.
3993         (gnus-html-wash-images): Fix spec computing to include start/end.
3994
3995         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3996
3997 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3998
3999         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4000         deletion.
4001         (nnimap-retrieve-headers): Don't select the group, because that's
4002         already done by nnimap-possibly-change-group.
4003
4004         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4005         (gnus-picon-transform-address): Use it.
4006
4007         * mail-source.el (mail-source-value): Revert previous patch.
4008
4009         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4010         on failure.
4011         (nnimap-open-connection): Look up both virtual and physical server name
4012         credentials.
4013
4014         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4015
4016 2009-02-07  Dave Love  <fx@gnu.org>
4017
4018         * tls.el (open-tls-stream): Don't query killing process.
4019
4020 2009-02-08  Dave Love  <fx@gnu.org>
4021
4022         * gnus-win.el (gnus-window-to-buffer-helper)
4023         (gnus-all-windows-visible-p): Function needn't be a symbol.
4024
4025         * mail-source.el (mail-source-value): Function needn't be a symbol.
4026
4027 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4028
4029         * message.el (message-cite-prefix-regexp): Remove } from the cite
4030         prefix.
4031
4032         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4033         highlight again, so that the highlight is correct.
4034
4035         * gnus-picon.el (gnus-picon): Remove again.
4036         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4037
4038         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4039         doing the header highlightling, so that the background colour of the
4040         picon is correct.
4041
4042         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4043         (gnus-picon): Ditto.
4044         (gnus-picon): Reinstate.  The background colour for picons is white.
4045         (gnus-picon-insert-glyph): Make the background white.
4046
4047         * nnml.el (nnml-open-nov): Don't return dead buffers.
4048
4049         * auth-source.el (auth-source-create): Query the user for whether to
4050         store the credentials.
4051
4052         * netrc.el (netrc-store-data): New function.
4053
4054         * auth-source.el (auth-source-user-or-password): Use the existing auth
4055         sources, if any, for creation.
4056
4057         * gnus.el (gnus-group-fast-parameter): Return the last matching
4058         parameter instead of the first matching parameter.
4059
4060 2010-09-26  Julien Danjou  <julien@danjou.info>
4061
4062         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4063
4064 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4065
4066         * mml2015.el (mml2015-use): Remove gpg support.
4067
4068         * mml1991.el (mml1991-function-alist): Remove gpg function.
4069         (mml1991-gpg-sign): Remove.
4070
4071 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4072
4073         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4074         (gnus-browse-unsubscribe-current-group): Document it.
4075         (gnus-browse-unsubscribe-group): Use it.
4076
4077 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4078
4079         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4080         address to the To list for easier response.
4081
4082         * gnus.el (gnus-play-startup-jingle): Remove.
4083         (gnus-splash): Don't play jingle.
4084         (gnus): Silence gnus-load message.
4085
4086         * gnus-art.el (gnus-treat-play-sounds): Remove.
4087
4088         * gnus.el (gnus-play-jingle): Remove audio support.
4089
4090         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4091
4092         * earcon.el: Remove -- no users.
4093
4094         * gnus-audio.el: Remove -- no users of this package.
4095
4096         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4097
4098         * gnus-start.el (gnus-setup-news): Remove nocem support.
4099
4100         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4101
4102         * gnus.el (gnus-use-nocem): Remove.
4103
4104         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4105         Remove.
4106
4107         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4108         uses NoCeM any more.
4109
4110         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4111         (gnus-button-ctan-handler): Ditto.
4112         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4113         (gnus-button-ctan-directory-regexp): Ditto.
4114         (gnus-button-handle-ctan): Ditto.
4115         (gnus-button-tex-level): Ditto.
4116         (gnus-button-alist): Remove CTAN stuff.
4117
4118 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4119
4120         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4121         nnimap-streaming test.
4122
4123         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4124         servers twice.
4125
4126         * nnimap.el (nnimap-open-connection): Add more error reporting when
4127         nnimap fails early.
4128
4129         * nnheader.el (nnheader-get-report-string): New function.
4130         (nnheader-get-report): Use it.
4131
4132         * gnus-int.el (gnus-check-server): Say what the error was when opening
4133         failed.
4134
4135         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4136         using streaming.
4137
4138 2010-09-25  Julien Danjou  <julien@danjou.info>
4139
4140         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4141         gnus-window-inside-pixel-edges.
4142
4143 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144
4145         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4146
4147         * mm-decode.el (mm-save-part): Allow saving to other directories the
4148         normal Emacs way.
4149
4150         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4151         Suggested by Jay Berkenbilt.
4152
4153         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4154         there isn't a single byte.
4155
4156         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4157         just do it.  It doesn't really seem to matter what the user responds
4158         here, I think, so it's just a confusing question.
4159
4160         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4161         non-streaming case.
4162
4163         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4164         (gnus-article-encrypt-body): Use it.
4165
4166         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4167         keystroke.
4168
4169         * nnimap.el (nnimap-find-wanted-parts-1):
4170         Use gnus-fetch-partial-articles.
4171
4172         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4173
4174         * nnimap.el (nnimap-insert-partial-structure): New function.
4175         (nnimap-get-partial-article): New function.
4176         (nnimap-request-article): Use it.
4177         (nnimap-wait-for-response): Return whether the wait was successful.
4178         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4179         retrieval wasn't successful.
4180         (nnimap-retrieve-group-data-early): Allow throttling servers.
4181         (nnimap-streaming): New variable.
4182         (nnimap-fetch-partial-articles): Remove.
4183
4184         * mm-decode.el (mm-with-part): Protect against killed buffers.
4185
4186         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4187         for prettier summary display.
4188
4189 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4190
4191         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4192
4193 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4194
4195         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4196         apparently third-party libraries depend on it.
4197
4198         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4199         before starting negotiation.
4200
4201         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4202         privacy reasons.
4203         (gnus-treat-mail-gravatar): Ditto.
4204
4205         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4206         buffer when inserting images.  Inserting text into the headers, for
4207         instance, can make them invalid.
4208
4209 2010-09-25  Julien Danjou  <julien@danjou.info>
4210
4211         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4212         variables.
4213
4214         * nnheader.el: Remove useless variables news-reply-yank-from and
4215         news-reply-yank-message-id.
4216
4217         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4218         variables.
4219
4220         * mml1991.el: Remove useless mml1991-verbose.
4221
4222         * gnus.el: Remove useless variable gnus-use-generic-from.
4223         Remove obsolete variable gnus-topic-indentation.
4224
4225         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4226
4227         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4228
4229         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4230
4231         * gnus-group.el: Remove useless gnus-group-icon-cache.
4232         Remove useless gnus-ephemeral-group-server.
4233
4234         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4235
4236         * mml2015.el: Remove useless mml2015-verbose.
4237
4238         * mml-smime.el: Remove useless mml-smime-verbose.
4239
4240         * gnus.el: Remove useless gnus-local-domain.
4241
4242         * gnus-gravatar.el (gnus-gravatar-transform-address):
4243         Use gnus-gravatar-size.
4244
4245         * gnus-art.el: Remove useless gnus-treat-translate.
4246
4247 2010-09-24  Julien Danjou  <julien@danjou.info>
4248
4249         * gnus-sum.el: Add support for Gravatars.
4250
4251         * gnus-art.el: Add support for Gravatars.
4252
4253         * gnus-gravatar.el: Add this file.
4254
4255         * gravatar.el: Add this file.
4256
4257 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4258
4259         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4260
4261         * gnus-group.el (gnus-group-fetch-faq): Remove.
4262
4263         * gnus.el (gnus-group-faq-directory): Remove.
4264
4265         * gnus-group.el (gnus-group-fetch-charter): Remove.
4266
4267         * gnus.el (gnus-group-charter-alist): Remove.
4268
4269         * gnus-group.el (gnus-group-archive-directory): Remove.
4270         (gnus-group-recent-archive-directory): Ditto.
4271         (gnus-group-make-archive-group): Remove.
4272
4273         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4274
4275         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4276         use the same article number for all the cached articles.
4277
4278         * nnimap.el (nnimap-command): Register the last command time so
4279         that we can use it for idling NOOPs.
4280         (nnimap-open-connection): Start the keeplive timer.
4281         (nnimap-make-process-buffer): Store all the process buffers.
4282         (nnimap-keepalive): New function.
4283
4284         * starttls.el (starttls-open-stream): Add autoload cookie.
4285
4286 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4287
4288         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4289         handling.
4290
4291 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4292
4293         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4294         its data structures.
4295
4296         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4297         instead of the cl.el copy-list.
4298         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4299         equalp.
4300
4301 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4304         and tool-bar-local-item-from-menu.
4305
4306         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4307         mode-line-highlight face for Emacs.
4308
4309         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4310         loading gnus-sum.elc; fix comment for canlock-verify.
4311         (gnus-article-jump-to-part): Use read-number.
4312         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4313         Remove Emacs pre-21 compatible code for help-echo.
4314         (gnus-article-next-page-1): No need to adjust the number of lines.
4315         (gnus-article-describe-bindings): Always use help-buffer.
4316
4317         * gnus-audio.el (gnus-audio-inline-sound)
4318         * gnus-cus.el (gnus-custom-mode)
4319         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4320
4321         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4322
4323         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4324         compatible code.
4325
4326 2010-09-24  Glenn Morris  <rgm@gnu.org>
4327
4328         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4329         visiting the fcc file in rmail-mode.
4330
4331         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4332
4333 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * nnir.el: Silence the byte compiler.
4336
4337         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4338         alias to browse-url-url-encode-chars if any.
4339         (gnus-html-encode-url): Use it.
4340
4341 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4342
4343         * gnus-start.el (gnus-use-backend-marks): New variable.
4344         (gnus-get-unread-articles-in-group): Use it.
4345
4346         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4347         makeover.
4348
4349 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4350
4351         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4352
4353 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4356         Remove.
4357         (gnus-setup-news-hook):
4358         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4359
4360         * gnus-int.el (gnus-request-update-info): Protect against backends not
4361         having the function.
4362
4363         * nnimap.el (nnimap-stream): Mention starttls.
4364         (nnimap-open-connection): Add starttls support.
4365
4366 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4367
4368         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4369
4370 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4371
4372         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4373         BODYSTRUCTUREs.
4374         (nnimap-transform-headers): Unfold quoted {42} headers.
4375
4376         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4377         the info.
4378         (gnus-get-unread-articles): Only call updatep on backends that support
4379         it.
4380
4381         * nnweb.el (nnweb-request-update-info): NOOP.
4382
4383         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4384
4385         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4386         since it only deals with marks.
4387
4388         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4389         gnus-request-marks, and make a new gnus-request-update-info.
4390
4391         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4392         the active instead of the high number, which is usually too low.
4393
4394 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4395
4396         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4397         * encrypt.el: Remove.
4398
4399 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4402         server in symbolic form.
4403
4404         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4405
4406 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4407
4408         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4409         (nnimap-update-info): Fix up code slightly.
4410
4411         * gnus-int.el (gnus-open-server): Add tracing for performance
4412         debugging.
4413
4414         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4415         (gnus-group-insert-group-line): Pass the real group name so that it
4416         gets the right data.
4417
4418         * gnus-start.el (gnus-get-unread-articles): Don't have
4419         `gnus-get-unread-articles-in-group' update info, since that can be
4420         really slow and doesn't seem to be needed?
4421
4422 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4423
4424         * time-date.el (date-to-time): Try using parse-time-string first before
4425         using the slower timezone-make-date-arpa-standard.
4426
4427 2010-09-22  Julien Danjou  <julien@danjou.info>
4428
4429         * gnus-group.el (gnus-group-insert-group-line):
4430         Call gnus-group-highlight-line.
4431         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4432         default hook list.
4433         (gnus-group-update-eval-form): Add new function.
4434         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4435         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4436
4437 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4438
4439         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4440         immediate, then expire all articles.
4441         (nnimap-update-info): Fix off-by-one errors.
4442         (nnimap-flags-to-marks): Would return no marks lists for group with no
4443         flags.  Instead return the other data.
4444
4445 2010-09-22  Julien Danjou  <julien@danjou.info>
4446
4447         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4448         Only return an icon.
4449         (gnus-group-insert-group-line): Compute icon to return.
4450
4451         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4452         (gnus-html-image-fetched): Only cache if
4453         gnus-html-image-automatic-caching is set.
4454         (gnus-html-image-fetched): Check for errors.
4455
4456 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4457
4458         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4459         once per method on `g'.  This ensures that backends like nnfolder don't
4460         open all their folders.
4461
4462         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4463         (nnimap-request-list): Nix out group in the correct buffer.
4464         (nnimap-parse-flags): Implement by using `read' instead of
4465         hand-parsing.
4466         (nnimap-flags-to-marks): Pass on permanent-flags.
4467         (nnimap-make-process-buffer): Record the server name.
4468         (nnimap-parse-flags): Fix typo.
4469         (nnimap-request-scan): Run split on the server in general, not just a
4470         single group.
4471
4472         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4473         parameter, and propagate this downwards.
4474
4475         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4476         since EXAMINE changes it on the server.
4477
4478         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4479         this command might take a while.
4480
4481 2010-09-22  Julien Danjou  <julien@danjou.info>
4482
4483         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4484         harmful if you have 2 images side-by-side, they can't be properly
4485         update on text deletion.  Using text-property is safer here.
4486         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4487         data.
4488
4489 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * nnimap.el (nnimap-expunge-inbox): Remove.
4492         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4493         (nnimap-expunge): Flip default to t.
4494
4495         * gnus.el (gnus-method-to-server): Don't push things to the cache
4496         unless it's unique.
4497         (gnus-server-to-method): Ditto.
4498
4499 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4500
4501         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4502
4503 2010-09-22  Julien Danjou  <julien@danjou.info>
4504
4505         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4506         get the start of data.
4507         (gnus-html-encode-url): Add this function to encode special chars in
4508         URL.
4509         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4510         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4511
4512         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4513         default.
4514         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4515
4516         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4517         images alt-text.
4518         (gnus-html-put-image): Put alt-text as help-echo.
4519
4520 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4523         * mm-util.el (mm-decompress-buffer)
4524         * nnir.el (nnir-run-find-grep)
4525         * pop3.el (pop3-list): Use 3rd arg of split-string.
4526
4527         * time-date.el (format-seconds): Comment fix.
4528
4529         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4530         and byte-optimize-form-code-walker.
4531         (dgnushack-make-auto-load): Don't advise make-autoload.
4532
4533         * lpath.el: Remove Emacs 21 stuff.
4534
4535 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4536
4537         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4538         outside the active range.  Suggested by Dan Christensen.
4539
4540         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4541         slightly later to avoid double-getting it.
4542
4543         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4544         previous patch.
4545
4546         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4547
4548 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4549
4550         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4551
4552 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4553
4554         * gnus-int.el (gnus-open-server): Give a better error message in the
4555         "go offline" case.
4556
4557         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4558         marks for nnimap, which is seldom the right thing to do.
4559
4560         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4561         (gnus-same-method-different-name): New function.
4562
4563         * nnimap.el (parse-time): Require.
4564
4565         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4566         method in the presence of many similar methods.
4567
4568         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4569
4570         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4571         nnml-inhibit-expiry.
4572
4573         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4574         find out whether methods are equal.
4575
4576         * nnimap.el (nnimap-find-expired-articles): New function.
4577         (nnimap-process-expiry-targets): New function.
4578         (nnimap-request-move-article): Request the article before looking at
4579         what the Message-ID is.  Fix found by Andrew Cohen.
4580         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4581
4582         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4583         for oldness in addition to being a predicate.
4584
4585         * nnimap.el (nnimap-request-group): When we have zero articles, return
4586         the right data to Gnus.
4587         (nnimap-request-expire-articles): Only delete articles immediately if
4588         the target is 'delete.
4589
4590         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4591         method, this would bug out.
4592
4593         * gnus-group.el (gnus-group-expunge-group): Rename from
4594         gnus-group-nnimap-expunge, and implemented as a normal interface
4595         function.
4596
4597         * gnus-int.el (gnus-request-expunge-group): New function.
4598
4599         * nnimap.el (nnimap-request-create-group): Implement.
4600         (nnimap-request-expunge-group): New function.
4601
4602 2010-09-21  Julien Danjou  <julien@danjou.info>
4603
4604         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4605         (gnus-html-cache-expired): Add new function.
4606         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4607         wethever we should display image for fetch it.
4608         Compute alt-text earlier to pass it to the fetching function too.
4609         (gnus-html-schedule-image-fetching): Change function argument to only
4610         get one image at a time, not a list.
4611         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4612         cache.
4613         (gnus-html-get-image-data): New function to retrieve image data from
4614         cache.
4615         (gnus-html-put-image): Change buffer argument to use image data rather
4616         than file, and place image above region rather than inserting a new
4617         one.  Do not take alt-text as argument, since it's useless now: we place
4618         the image above alt-text.
4619         (gnus-html-prune-cache): Remove.
4620         (gnus-html-show-images): Start to fetch image when we find one, do not
4621         push into a temporary list.
4622         (gnus-html-prefetch-images): Only fetch image if they have expired.
4623         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4624         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4625
4626 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4627
4628         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4629
4630 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4633         spec inser "*" if the group isn't active instead of 0.
4634
4635         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4636         opening the server.
4637         (nnimap-request-delete-group): Implement group deletion.
4638         (nnimap-transform-headers): Return the size of the entire message in
4639         the Bytes header, not just the size of the first part.
4640         (nnimap-request-move-article): When moving an article from nnimap,
4641         request the article first so the accepting form has an article to
4642         accept.  Reported by Dan Christensen.
4643         (nnimap-command): Make sure that the error message doesn't error out.
4644
4645 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4646
4647         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4648         we haven't requested anything.
4649
4650 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4651
4652         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4653         "".  Fix found by Andrew Cohen.
4654
4655         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4656         instead of -encode-string.
4657
4658 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4659
4660         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4661
4662         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4663         by mm-subst-char-in-string.
4664
4665 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4666
4667         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4668         waiting for the connection string.
4669
4670         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4671         arriving.
4672
4673         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4674         bogus characters.  This allows selecting certain Gmail groups.
4675
4676         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4677         (nnimap-fetch-partial-articles): New variable.
4678         (nnimap-open-connection): When looking for credentials, also use the
4679         nnimap-server-port.
4680         (nnimap-request-article): Return the group/article number, so that Gnus
4681         `^' works as expected.
4682         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4683
4684         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4685         comments.
4686         (gnus-methods-sloppily-equal): New function.
4687         (gnus): When using the development version of Gnus, load the gnus-load
4688         file.
4689
4690         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4691         `gnus-open-server' on each method before trying to scan them etc.
4692         This ensures that all the backend parameters are set correctly.
4693
4694         * nnimap.el (nnimap-authenticator): New variable.
4695         (nnimap-open-connection): Allow anonymous login.
4696         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4697         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4698
4699         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4700         patch, found by Knut Anders Hatlen.
4701
4702 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4703
4704         * gnus-agent.el (gnus-agent-batch-confirmation)
4705         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4706         to gnus-message.
4707         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4708         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4709         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4710         * gnus-int.el (gnus-open-server): Likewise.
4711         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4712         (gnus-score-check-syntax): Likewise.
4713         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4714         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4715         Likewise.
4716         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4717
4718 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4719
4720         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4721         calling conventions so that prefetch doesn't bug out.
4722
4723 2010-09-19  Julien Danjou  <julien@danjou.info>
4724
4725         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4726         rather than `subst-char-in-region' in order to be able to replace ASCII
4727         char by UTF-8 ones.
4728
4729         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4730         than curl.
4731         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4732         the right URL and ALT text on images.
4733         (gnus-html-wash-tags): Fix tag case.
4734         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4735         (gnus-article-html): Add -o display_ins_del=2 option.
4736         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4737
4738 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4739
4740         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4741         the extra mail headers, which sometimes seem to happen for unknown
4742         reasons.
4743
4744         * mail-parse.el (mail-header-encode-parameter): Define as
4745         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4746         (or most, perhaps?) mail readers don't understand the latter, but do
4747         understand the former.
4748
4749         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4750         to nil, so that no methods are automatically agentized.  I think this
4751         is probably what most users want.
4752
4753         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4754         from url-retrieve, for instance about invalid URLs.
4755
4756         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4757         groups that have no articles.
4758         (nnimap-request-article): Check that we really got an article when we
4759         requested one.
4760
4761         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4762         doesn't exist.
4763
4764         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4765         nntp buffer so the agent can save it.
4766         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4767         that CRLF doesn't get translated to \n.
4768         (nnimap-open-connection): Don't make 'shell commands only send \n.
4769
4770 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4771
4772         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4773         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4774         Update var name.
4775         (nnml-generate-nov-file): Use dolist.
4776         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4777         Use with-current-buffer.
4778
4779 2010-09-18  Julien Danjou  <julien@danjou.info>
4780
4781         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4782         parallel.
4783
4784 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4787         the range update right.
4788         (nnimap-request-group): Don't make `M-g' bug out on group with no
4789         marks.
4790         (nnoo): Require, so that other packages can require nnimap.
4791         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4792         command we're looking for.  This helps when the server sends more
4793         responses after we've gotten everything we expected.
4794         (nnimap): Add a `newlinep' field to keep track of end-of-line
4795         conventions.
4796         Don't send CRLF to things that don't want it.
4797         (nnimap-request-accept-article): Ditto.
4798
4799 2010-09-18  Julien Danjou  <julien@danjou.info>
4800
4801         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4802         than curl to retrieve images.
4803
4804 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4805
4806         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4807         the marks.
4808         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4809         (nnimap-wait-for-connection): New function.
4810         (nnimap-open-connection): If we have PREAUTH, don't query for login
4811         credentials.
4812         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4813         when doing a partial update.
4814
4815 2010-09-18  Julien Danjou  <julien@danjou.info>
4816
4817         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4818         tags.
4819
4820 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821
4822         * nnimap.el (nnimap-credentials): New function.
4823         (nnimap-open-connection): Use the new function to look for credentials
4824         also on the numeric equivalents of "imap" and "imaps".
4825
4826         * gnus-start.el (gnus-activate-group): Send the info to
4827         gnus-request-group.
4828
4829         * nnimap.el (nnimap-request-group): Have the "check" version of the
4830         function parse flags and update the info, so that a `M-g' get a total
4831         resync of all flags from the group.
4832
4833         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4834         to allow backends to alter the info on group selection.  Also alter all
4835         the backend -request-group functions to take the parameter.
4836
4837         * nnimap.el (nnimap-store-info): New function.
4838         (nnimap-update-info): Store the info for later usage.
4839         (nnimap-request-group): Use the stored info for the dont-check case, so
4840         that we don't retrieve all marks when we enter a group.
4841
4842         * nnimap.el: Use deffoo instead of defun for interface functions.
4843
4844         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4845         update the group info.  This makes the nndraft groups, for instance, go
4846         back to their old behaviour.
4847
4848         * gnus-sum.el (gnus-select-newsgroup): Indent.
4849
4850         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4851         in.
4852         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4853         nothing.
4854
4855         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4856         from methods that are denied.
4857
4858         * gnus-int.el (gnus-method-denied-p): New function.
4859
4860         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4861         store the password instead of netrc.
4862         (nnimap-open-connection): Don't error out when we can't make a
4863         connections.
4864
4865         * auth-source.el (auth-source-create): In the password prompt, say what
4866         we're querying for.  Also prompt for user name if that hasn't been
4867         given.
4868
4869         * nnimap.el (nnimap-with-process-buffer): Remove.
4870
4871 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872
4873         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4874         method when we're reading from the agent.
4875
4876         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4877
4878         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4879         that's probably most useful for users.
4880
4881         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4882         "failed" all the time.
4883
4884         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4885         ...)) with (with-current-buffer ... ).
4886
4887         * nntp.el (nntp-open-server): Return whether the open was successful or
4888         not.
4889
4890         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4891         select an unread unseen article first.
4892
4893         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4894         /etc/services, supply some sensible port defaults.
4895
4896         * dgnushack.el: Define netrc-credentials.
4897
4898 2010-09-17  Julien Danjou  <julien@danjou.info>
4899
4900         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4901
4902 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4903
4904         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4905         doesn't have any parameters.
4906
4907 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4908
4909         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4910         only upcased checks.
4911
4912         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4913
4914         * nnimap.el (nnimap-open-shell-stream): New function.
4915         (nnimap-open-connection): Use it.
4916         (nnimap-transform-headers): Get the number of lines in each message.
4917         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4918         number of lines.
4919         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4920         problem.
4921
4922         * utf7.el (utf7-encode): Autoload.
4923
4924         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4925         to allow the mail splitting to not return a default group.  This is
4926         useful for nnimap, which will leave unmatched mail in the inbox.
4927
4928         * nnimap.el: Rewritten.
4929
4930         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4931         nnimap usage.
4932
4933         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4934         if the move is internal, so that nnimap can do fast internal moves.
4935
4936         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4937         data.
4938         (gnus-read-active-for-groups): Support finishing the early retrieval of
4939         data.
4940
4941         * gnus-range.el (gnus-range-nconcat): New function.
4942
4943         * gnus-int.el (gnus-finish-retrieve-group-infos)
4944         (gnus-retrieve-group-data-early): New functions.
4945
4946 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4947
4948         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4949         (nnrss-retrieve-groups):
4950         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4951         (pop3-quit): Use with-current-buffer.
4952
4953 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4956         instead of nnheader-accept-process-output.
4957
4958         * dgnushack.el (dgnushack-compile): Add comment.
4959
4960         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4961
4962         * gnus-html.el (gnus-html-schedule-image-fetching)
4963         (gnus-html-prefetch-images): Replace process-kill-without-query by
4964         gnus-set-process-query-on-exit-flag.
4965
4966 2010-09-16  Romain Francoise  <romain@orebokech.com>
4967
4968         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4969
4970 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4971
4972         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4973         parameter to unintern is mandatory-ish in Emacs 24.
4974
4975         * gnus-html.el (gnus-html-schedule-image-fetching)
4976         (gnus-html-prefetch-images): Check for curl before using it.
4977
4978         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4979         depend on curl, which isn't essential.
4980
4981         * imap.el: Revert back to version
4982         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4983         seem problematic.
4984
4985 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4986
4987         * gnus-registry.el (gnus-registry-install-shortcuts):
4988         Explicitly pass `obarray' to `unintern' to avoid a warning.
4989
4990 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991
4992         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4993         change.
4994
4995         * nnrss.el (nnrss-request-list): Remove this function and related
4996         functions, including the moreover stuff.
4997
4998 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4999
5000         * nnrss.el (nnrss-retrieve-groups): New function.
5001
5002 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5003
5004         * .dir-locals.el: Add no-byte-compile cookie.
5005
5006 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5007
5008         * time-date.el (format-seconds): Comment fix.
5009
5010         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5011         for back end that doesn't support request-scan.
5012
5013 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014
5015         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5016         then do request scans from the backends.
5017
5018         * netrc.el (netrc-credentials): New conveniency function.
5019
5020         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5021         avoid running a hook per line, since this takes a lot of time,
5022         profiling shows.
5023         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5024         directly if gnus-visual-p is true.
5025
5026 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5029         groups; replace mapcar with dolist which is a bit faster; pass groups
5030         info to gnus-read-active-file-1.
5031         (gnus-read-active-file-1): Scan only specified groups if the new
5032         optional arg `infos' is given.
5033
5034 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5035
5036         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5037
5038         * pop3.el (pop3-movemail): Remove.
5039         (pop3-streaming-movemail): Rename to pop3-movemail.
5040
5041         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5042         don't restrict end-tag searches to the end of the line.
5043
5044 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5047         articles of every unchecked group to t, which means unknown since the
5048         server has never been opened.
5049
5050 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5051
5052         * gnus-html.el (gnus-html-show-alt-text): New command.
5053         (gnus-html-browse-image): Ditto.
5054         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5055         to browse the image directly.
5056         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5057         better.
5058
5059         * gnus-async.el (gnus-async-article-callback):
5060         Call `gnus-html-prefetch-images' unconditionally.
5061
5062         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5063         before feeding URLs to curl.
5064
5065 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5068         internal images as deletable by `W D D'.
5069
5070         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5071         (gnus-async-article-callback): Fix typo.
5072
5073 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5074
5075         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5076         current line to work around bugs in the output from w3m.
5077
5078         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5079         for groups that want that.
5080
5081         * nntp.el (nntp-wait-for-string): Supply a timeout for
5082         accept-process-output to ensure progress.
5083
5084         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5085         level to get unread articles from, then use that for foreign groups,
5086         too.
5087
5088         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5089         confuses the rest of the function.
5090
5091         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5092         for the methods that support -retrieve-groups, too.
5093
5094         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5095
5096 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5099         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5100
5101         * pop3.el: Require cl when compiling.
5102         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5103
5104 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5105
5106         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5107         that aren't going to be activated.
5108         (gnus-get-unread-articles): Fix up the last commit.
5109
5110         * gnus-html.el (gnus-article-html): Allow calling without specifying
5111         the handle.  In that case, dissect the buffer first.
5112
5113         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5114
5115         * nnimap.el (nnimap-open-connection): Revert the change that would look
5116         into authinfo for imaps instead of imap.
5117
5118         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5119         say that you don't want to call gnus-request-group with don-check, but
5120         do check the reponse.  This is for virtual groups only.
5121         (gnus-get-unread-articles): Count the archive groups as secondary, so
5122         that they're activated the same way as before.
5123
5124         * imap.el (imap-message-map): Removed optional buffer parameter, since
5125         no callers use it.
5126         (imap-message-get): Ditto.
5127         (imap-message-put): Ditto.
5128         (imap-mailbox-map): Ditto.
5129         (imap-mailbox-put): Ditto.
5130         (imap-mailbox-get): Ditto.
5131         (imap-mailbox-get): Revert last change for this function.
5132
5133         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5134         case-insensitively.
5135         (nnimap-debug): Remove.
5136
5137         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5138         to use `imap-fetch' instead.  According to the comments, this should be
5139         safe, since all other IMAP clients use the 1:* syntax.
5140         (imap-enable-exchange-bug-workaround): Removed.
5141         (imap-debug): Removed -- doesn't seem very useful.
5142
5143         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5144         mail from a file, and the file doesn't exist.
5145
5146         * imap.el (imap-log): New convenience function used throughout instead
5147         of repeating the same code all over the place.
5148
5149         * pop3.el (pop3-streaming-movemail): Return t for success.
5150
5151         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5152         .authinfo if we're using ssl connection.
5153
5154         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5155         already have if we're in a main Gnus `g' run.
5156
5157         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5158
5159 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5162
5163         * nnmh.el (nnmh-request-list-1): Bind `file'.
5164
5165         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5166         alias to set-process-query-on-exit-flag or process-kill-without-query.
5167         (pop3-open-server): Use it.
5168
5169 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5172         box to the Incoming file.  Fixes mistake in previous checkin.
5173
5174         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5175         request loop (for debugging purposes) removed.
5176
5177         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5178         culprit is more visible.
5179         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5180         (nnml-add-incremental-nov): New functions to do "incremental" nov
5181         updates, where we just append to the end of the existing nov files
5182         without reading/writing them in full.
5183
5184         * mail-source.el (mail-source-delete-crash-box): Really only check the
5185         incoming files once in a while.
5186
5187         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5188
5189         * mail-source.el (mail-source-delete-crash-box): Only check the
5190         incoming files for deletion once per day to save a lot of file
5191         accesses.
5192
5193         * pop3.el (pop3-logon): Fix up unbound variable typo.
5194
5195         * mail-source.el (pop3-streaming-movemail): Autoload.
5196
5197         * pop3.el (pop3-streaming-movemail):
5198         Respect pop3-leave-mail-on-server.
5199
5200         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5201         retrieval.
5202
5203         * pop3.el (pop3-process-filter): Remove unused function.
5204         (pop3-streaming-movemail, pop3-send-streaming-command)
5205         (pop3-wait-for-messages, pop3-write-to-file)
5206         (pop3-number-of-responses): New functions for streaming pop3
5207         retrieval.
5208
5209         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5210         come from no known methods.
5211         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5212         list.
5213
5214         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5215         message sizes.
5216         (pop3-movemail): Use erase-buffer instead of looping and deleting
5217         regions, which seems rather odd.
5218
5219         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5220         file once per `g' run.
5221
5222         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5223         directories.  This makes the draft queue directory work.
5224
5225         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5226         data from the backends, so that we only request the list of groups from
5227         each method once.  This should speed things up considerably.
5228
5229         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5230         detect that it's not implemented.
5231
5232         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5233         we actually do recurse down into the tree, but don't stat all leaf
5234         nodes.
5235
5236         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5237         then say so instead of bugging out.
5238
5239         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5240         files exist before trying to read them.
5241
5242         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5243         around <pre_int>.
5244
5245         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5246
5247         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5248
5249 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5250
5251         * mm-util.el (mm-image-load-path): Just return the image directories,
5252         not all directories in the path in addition to the image directories.
5253         (mm-image-load-path): Maintain a cache of the image directories so that
5254         the `g' command in Gnus doesn't have to stat dozens of directories each
5255         time.
5256
5257         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5258         (gnus-html-wash-tags): Add a new `i' command to insert images.
5259         (gnus-html-insert-image): New command and keystroke.
5260         (gnus-html-redisplay-with-images): New command and keystroke.
5261         (gnus-html-show-images): Rename command.
5262         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5263         spacers.
5264         (gnus-html-wash-tags): Decode entities at the end, so that entities
5265         inside the tags don't mess up the rest of the "parsing".
5266
5267         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5268         so that nnimap methods aren't agentized by default.  There's apparently
5269         many problems related to agent/imap behaviour.
5270
5271         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5272
5273         * gnus-html.el: Doc fix.
5274
5275 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5278         specifier-spec-list for Emacs 21.
5279
5280         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5281         glyph-width and glyph-height instead of display-graphic-p and
5282         image-size; make avoidance of displaying small images work for XEmacs.
5283
5284         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5285         for XEmacs.
5286
5287         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5288         of symbol that holds plist data.
5289         (gnus-process-plist): Remove plist of process after getting it.
5290
5291 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5292
5293         * message.el (message-generate-hashcash): Change default to
5294         'opportunistic if hashcash is installed.
5295
5296         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5297         (gnus-html-put-image): Only call image-size once, since it's somewhat
5298         time-consuming on remote X servers.
5299
5300 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5301
5302         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5303         type on data, not a file name.
5304
5305         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5306         window-pixel-edges for Emacs 21.
5307
5308         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5309         decoded contents.
5310         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5311
5312 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5313
5314         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5315         group line format, since it isn't very interesting.
5316
5317         * gnus-agent.el (gnus-agent-short-article),
5318         (gnus-agent-long-article): Increase values for these two variables,
5319         since most people are likely to have more network connection and
5320         storage than before.
5321
5322         * gnus.el (gnus-refer-article-method): Change default to 'current.
5323         When referring an article, the common behaviour is to refer it from the
5324         current select method, not the native select method.  The chances of
5325         the native select method having the message in question is rather slim
5326         these days.
5327
5328         * gnus-sum.el (gnus-auto-select-subject): Change default to
5329         `unseen-or-unread'.  I think it's likely that most people want to
5330         select an unseen article over a previously seen, but unread one.
5331
5332         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5333         means that in the article buffer none of the minor mode elements will
5334         be shown, usually, and this is not desirable in most cases.
5335
5336         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5337         that commands like `d' (and the like) go to the next line in the
5338         buffer, instead of the next unread article.  I think this is the
5339         behaviour that is most natural for most users.
5340         (gnus-single-article-buffer): Change default to nil, so that people can
5341         have as many article buffers open as they have summary buffer.  I think
5342         this is the most natural way for the groups to behave.
5343
5344         * message.el (message-generate-new-buffers): Change default to
5345         `unsent', so that all new message buffers start their names with the
5346         string "*unsent", and it's easier to find the buffers if you move from
5347         them.
5348
5349 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5352         small.  They're probably tracking images.
5353         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5354         (gnus-html-rescale-image): Yet another try at getting the image sizing
5355         right.
5356
5357         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5358         nntp-marks-file-name is nil.
5359
5360 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5361
5362         * gnus-html.el (gnus-html-wash-tags)
5363         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5364         Better logging.
5365
5366 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5369
5370         * gnus-html.el (gnus-html-wash-tags): Check the value of
5371         gnus-blocked-images in the summary buffer.
5372
5373 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5374
5375         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5376
5377 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5378
5379         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5380         like "a", it seems like.
5381         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5382         since it needs to be picked from the correct buffer.
5383
5384         * nnwfm.el: Remove.
5385
5386         * nnlistserv.el: Remove.
5387
5388 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5389
5390         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5391         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5392
5393 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5394
5395         * nnkiboze.el: Remove.
5396
5397         * nndb.el: Remove.
5398
5399         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5400         alt text.
5401         (gnus-html-rescale-image): Try to get the rescaling logic right for
5402         images that are just wide and not tall.
5403
5404         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5405         overshadow variable bindings.
5406
5407 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5408
5409         * gnus-html.el (gnus-html-wash-tags)
5410         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5411         Add extra logging.
5412
5413 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5414
5415         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5416         (gnus-max-image-proportion): New variable.
5417         (gnus-html-rescale-image): New function.
5418         (gnus-html-put-image): Rescale images.
5419
5420 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5421
5422         Fix up some byte-compiler warnings.
5423         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5424         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5425         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5426         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5427         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5428         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5429         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5430
5431 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * gnus-html.el (gnus-article-html): Decode contents by charset.
5434
5435 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5438         (gnus-html-frame-width, gnus-blocked-images)
5439         * message.el (message-prune-recipient-rules): Add custom version.
5440         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5441
5442         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5443         functions.
5444
5445         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5446         gnus-process-get.
5447
5448 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5449
5450         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5451         instead of lsub directly.
5452
5453 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5454
5455         * nnwarchive.el: Remove.
5456
5457         * gnus-soup.el: Remove.
5458
5459         * nnsoup.el: Remove.
5460
5461         * nnultimate.el: Remove.
5462
5463         * gnus-html.el (gnus-blocked-images): New variable.
5464
5465         * message.el (message-prune-recipients): New function.
5466         (message-prune-recipient-rules): New variable.
5467
5468         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5469         guess whether a long line is natural text or not.
5470
5471         * gnus-html.el (gnus-html-schedule-image-fetching):
5472         Use gnus-process-plist and friends for compatibility.
5473
5474 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5475
5476         * gnus-html.el: Require packages that define macros used in this file.
5477         (gnus-article-mouse-face): Declare to silence byte-compiler.
5478         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5479         process-get.
5480         (gnus-html-put-image): Use plist-get to avoid getf.
5481         (gnus-html-prefetch-images): Use with-current-buffer.
5482
5483 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * gnus-ems.el: Provide compatibility functions for
5486         gnus-set-process-plist.
5487
5488         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5489         header-line-format for XEmacs 21.4.
5490
5491         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5492         * gnus.el (gnus-valid-select-methods)
5493         * message.el (message-send-mail-partially-limit)
5494         * mm-decode.el (mm-text-html-renderer)
5495         * mml.el (mml-insert-mime-headers-always)
5496         * smiley.el (smiley-regexp-alist): Bump custom version.
5497
5498 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5499
5500         * gnus-html.el: require mm-url.
5501         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5502         with the url to `url'.
5503         (gnus-html-wash-tags): Support cid: URLs/images.
5504
5505 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5506
5507         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5508         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5509         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5510
5511         * gnus-move.el: Remove file, since it doesn't really work.
5512
5513         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5514         UTF-8.  This seems to fix problems with some German web feeds.
5515
5516         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5517         at the top so that the proper colours are applied.
5518
5519         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5520         don't have dots in their names.
5521
5522         * gnus-art.el (gnus-article-view-part): Doc fix.
5523
5524         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5525         XEmacs-compatible.
5526         (gnus-html-put-image): Don't do images on non-graphic displays.
5527
5528         * nnslashdot.el: Remove this unused backend.
5529
5530         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5531         actions.
5532         (gnus-undo-register-1): Revert last change.
5533
5534         * gnus-group.el (gnus-group-completing-read): Protect against not
5535         having completion-styles bound.
5536
5537         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5538         make broken recipients happier.
5539
5540         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5541
5542         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5543         point parameter.
5544
5545         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5546
5547         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5548         completion-styles for group selection.
5549
5550 2009-02-04  Andreas Schwab  <schwab@suse.de>
5551
5552         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5553         headers and regexp-quote the match if necessary.
5554
5555 2009-03-24  Miles Bader  <miles@gnu.org>
5556
5557         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5558         the blinking smiley.
5559
5560 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5561
5562         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5563         blink smiley.
5564
5565 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5566
5567         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5568         where the dribbel file lives exists.
5569
5570         * message.el (message-send-mail-partially-limit): Change the default to
5571         nil, since most people don't want this.
5572
5573         * mm-url.el (mm-url-decode-entities): Also decode entities like
5574         &#x3212.
5575
5576 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5577
5578         * gnus-sum.el (gnus-summary-idna-message):
5579         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5580         Hyperlink urls in docstrings with URL `...'.
5581
5582 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5583
5584         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5585         functions.
5586
5587 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5588
5589         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5590         say what the mouseover text should be.
5591
5592         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5593         version of the mm-w3m-safe-url-regexp variable to only download images
5594         in the groups where we want that to happen.
5595
5596         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5597
5598         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5599         easier debugging.
5600         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5601         big pictures in the article buffer.
5602
5603         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5604         gnus-article-html.
5605         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5606         w3m.
5607
5608         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5609
5610 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5611
5612         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5613         which doesn't exist.
5614
5615         * message.el (message-inhibit-ecomplete): New variable to allow some
5616         function to inhibit ecomplete address storage.
5617         (message-resend): Disable ecomplete message storage when resending
5618         messages.
5619
5620         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5621
5622 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5625         Save excursion while copying, moving, and deleting articles in order to
5626         prevent the cursor from jumping to unforeseen place.
5627
5628 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * lpath.el: No need to bind bookmark-current-buffer,
5631         bookmark-yank-point and bookmark-make-record-function.
5632
5633 2010-08-17  Glenn Morris  <rgm@gnu.org>
5634
5635         * gnus-sync.el: Require gnus components whose functions are used.
5636
5637         * gnus-art.el (bookmark-make-record-function):
5638         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5639         Declare for compiler.
5640
5641         * mm-url.el (mml-compute-boundary): Autoload.
5642
5643 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5644
5645         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5646
5647 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5648
5649         Typo fix "hoo4a" -> "hook".
5650
5651         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5652
5653 2010-08-14  Glenn Morris  <rgm@gnu.org>
5654
5655         * gnus-sync.el (gnus-sync): Fix defgroup version.
5656
5657 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5658
5659         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5660
5661         * gnus-sync.el: Fix docs.
5662         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5663         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5664
5665 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5666
5667         Optimizations for gnus-sync.el.
5668
5669         * gnus-sync.el: Add docs about gnus-sync-backend
5670         possibilities.
5671         (gnus-sync-save): Remove unnecessary message.
5672         (gnus-sync-read): Optimize and show what groups were skipped.
5673
5674 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5675
5676         Minor bug fixes for gnus-sync.el.
5677
5678         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5679         Don't read the sync on get-new-news.
5680
5681         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5682         quiet.
5683
5684         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5685         (fix typo).
5686
5687 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5688
5689         Make saving and restoring of hidden threads work with overlays.
5690         Patch applied by Ted Zlatanov.
5691
5692         * gnus-sum.el (gnus-hidden-threads-configuration)
5693         (gnus-restore-hidden-threads-configuration): Update to deal with text
5694         properties, rather than searching for a magic character.
5695
5696 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5697
5698         New gnus-sync.el library for synchronization of marks.
5699
5700         * gnus-sync.el: New library for synchronization of marks.
5701
5702         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5703         renamed from `gnus-registry-grep-in-list'.
5704
5705         * gnus-registry.el (gnus-registry-follow-group-p):
5706         Use `gnus-grep-in-list'.
5707
5708         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5709
5710 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5713         determining charset of text fails.
5714
5715 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * nnmail.el (nnmail-get-new-mail-1): Revert.
5718
5719         * nnml.el (nnml-active-number): Make sure names of newly created groups
5720         in nnml-group-alist are encoded.
5721
5722 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5725         containing non-ASCII characters in active file for nnml back end.
5726
5727 2010-07-24  David Engster  <dengste@eml.cc>
5728
5729         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5730         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5731
5732 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5733
5734         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5735         tag (Bug#6654).
5736
5737 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5740         the article buffer, not the summary buffer.
5741
5742 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5743
5744         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5745         Emacs 23 as well.
5746
5747 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5750         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5751
5752 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5753
5754         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5755         Patch applied by Karl Fogel.
5756
5757         * gnus-sum.el (gnus-summary-bookmark-make-record):
5758         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5759
5760 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5761
5762         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5763         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5764         C-w still not working correctly from Article buffers; Thierry's
5765         patch to fix that will be applied after this.
5766
5767         * gnus-art.el (bookmark-make-record-function): New local variable.
5768
5769         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5770         article buffer.
5771         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5772
5773 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5774
5775         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5776         on changes in bookmark.el.
5777
5778 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5781         `no-log' instead of message not to log prompt string.
5782
5783 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5784
5785         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5786         the *other* type of HTML form submission.
5787
5788 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5789
5790         * auth-source.el (auth-source-pick): If choice does not contain a
5791         questioned keyword, set the check to t.
5792
5793 2010-06-12  Romain Francoise  <romain@orebokech.com>
5794
5795         * gnus-util.el (gnus-date-get-time): Move up before first use.
5796
5797 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5798
5799         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5800         (gnus-article-edit-part): Bind it to make last part that is substituted
5801         or deleted visible.
5802         (gnus-mime-display-single): Buttonize part of which id equals to
5803         gnus-mime-buttonized-part-id.
5804
5805 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5806
5807         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5808         (gnus-dd-mmm): Use gnus-date-get-time.
5809         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5810         simplify logic.
5811         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5812         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5813
5814 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5815
5816         * auth-source.el (top): Autoload `secrets-list-collections',
5817         `secrets-create-item', `secrets-delete-item'.
5818         (auth-sources): Fix tag string.
5819         (auth-get-source, auth-source-retrieve, auth-source-create)
5820         (auth-source-delete): New defuns.
5821         (auth-source-pick): Rewrite in order to avoid 2 passes.
5822         (auth-source-forget-user-or-password): New parameter USERNAME.
5823         (auth-source-user-or-password): New parameters CREATE-MISSING and
5824         DELETE-EXISTING.  Retrieve password interactively, if needed.
5825
5826 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5827
5828         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5829         deleting unused directories when gnus-expert-user is t.
5830
5831 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5834         for each temp file when gnus-article-browse-delete-temp is ask.
5835
5836 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5837
5838         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5839         Lisp calls to delete-backward-char by calls to delete-char.
5840
5841 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5842
5843         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5844
5845 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5846
5847         * password-cache.el (password-cache-remove): Fix docstring.
5848
5849 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5852         article unless decoding article to be saved.
5853
5854 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5857         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5858         generated within the mm-with-unibyte-current-buffer macro.
5859
5860 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5863         to nil when we're in a mml-preview buffer and no group is selected.
5864
5865 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5866
5867         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5868         when catching the `C-g'.  Reported by "Leo".
5869
5870 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * message.el (message-forward-make-body-plain)
5873         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5874         multibyte-string-p.
5875
5876         * lpath.el: Revert.
5877
5878 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * message.el (message-forward-make-body-mml): Assume original message
5881         is multibyte string; error on unibyte.
5882         (message-forward-make-body-plain): Ditto; don't add excessive newline
5883         in body end.
5884
5885         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5886
5887 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5888
5889         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5890         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5891
5892 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * mm-extern.el (mm-extern-url): Don't use
5895         mm-with-unibyte-current-buffer.
5896         (mm-extern-cache-contents): Use with-current-buffer instead of
5897         save-excursion + set-buffer.
5898
5899 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * mm-util.el (mm-emacs-mule): Remove.
5902
5903 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5904
5905         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5906         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5907         change.
5908
5909 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5912         bind the default value of enable-multibyte-characters to nil.
5913
5914 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * message.el (message-forward-make-body-plain)
5917         (message-forward-make-body-mml):
5918         Don't use mm-with-unibyte-current-buffer.
5919
5920 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5921
5922         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5923
5924 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5925
5926         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5927         (Bug#5592).
5928
5929 2010-05-07  Julien Danjou  <julien@danjou.info>
5930
5931         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5932         it to mm-pipe-part.
5933
5934         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5935         it is given.
5936
5937 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * binhex.el (binhex-decode-region-internal)
5940         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5941         (dns-query)
5942         * nnweb.el (nnweb-gmane-search)
5943         * pgg-parse.el (pgg-parse-armor)
5944         * pgg.el (pgg-verify-region)
5945         * sha1.el (sha1-string-external)
5946         * uudecode.el (uudecode-decode-region-internal)
5947         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5948         XEmacs.
5949
5950         * gnus-art.el (gnus-article-browse-html-parts)
5951         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5952         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5953         make-temp-file.
5954
5955         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5956         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5957         compiling.
5958
5959         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5960         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5961         XEmacs when compiling.
5962
5963         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5964         gnus-pick-mode-off-hook for XEmacs when compiling.
5965         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5966         gnus-binary-mode-off-hook for XEmacs when compiling.
5967
5968         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5969         Return nil if char-charset is not available.
5970
5971         * imap.el (imap-disable-multibyte)
5972         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5973         macros.
5974
5975         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5976         instead of encode-coding-string.
5977
5978         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5979         'xemacs) instead of mm-emacs-mule to switch function definitions.
5980         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5981
5982         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5983         bind temporary-file-directory for XEmacs;
5984         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5985         timer-set-function for XEmacs 21.4 and SXEmacs;
5986         bind timer-list for XEmacs 21.4 and SXEmacs;
5987         fbind char-charset and find-charset-region for non-Mule XEmacs;
5988         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5989         encode-coding-region and encode-coding-string for XEmacs having no
5990         file-coding feature.
5991
5992 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5993
5994         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5995
5996 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5997
5998         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5999         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6000
6001 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6002
6003         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6004         alias `jka-compr-delete-temp-file' no longer exists.
6005
6006 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6007
6008         Use define-minor-mode in Gnus where applicable.
6009         * mml.el (mml-mode): Use define-minor-mode.
6010         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6011         (gnus-undo-mode): Use define-minor-mode.
6012         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6013         (gnus-dead-summary-mode): Use define-minor-mode.
6014         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6015         Initialize in declaration.
6016         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6017         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6018         (gnus-mailing-list-mode): Use define-minor-mode.
6019         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6020         (gnus-draft-mode): Use define-minor-mode.
6021         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6022         (gnus-dired-mode): Use define-minor-mode.
6023
6024 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6025
6026         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6027         handles on recursive mml-to-mime translation and check them for
6028         boundary delimiter collisions.  Reported by Greg Troxel.
6029
6030 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6033
6034 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6035
6036         * mm-util.el (mm-find-buffer-file-coding-system):
6037         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6038
6039 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6040
6041         * message.el (message-generate-headers): Record insertion of optional
6042         headers as well.  Otherwise the check to prevent repeated insertion of
6043         optional headers is a no-op.
6044
6045 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6046
6047         * smime.el: Don't mention CVS.
6048
6049         * nnrss.el (nnrss-fetch): Don't mention CVS.
6050
6051         * nnir.el: Don't mention CVS.
6052
6053 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6054
6055         * gnus-sum.el (gnus-summary-bookmark-make-record):
6056         Add `location' field.
6057
6058 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6059
6060         * lpath.el: Fbind bookmark-default-handler,
6061         bookmark-get-bookmark-record, bookmark-make-record-default,
6062         bookmark-prop-get for Emacs <23 and XEmacs.
6063
6064 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6065
6066         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6067         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6068         Use with-current-buffer to silence the byte-compiler.
6069         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6070         bother to require `gnus'.
6071         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6072
6073 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6074
6075         * gnus-sum.el (gnus-summary-bookmark-make-record)
6076         (gnus-summary-bookmark-jump): New functions.
6077         (gnus-summary-mode): Setup bookmark support.
6078
6079 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6080
6081         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6082         if set.
6083
6084 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6087         gnus-article-browse-html-save-cid-image; make it work recursively for
6088         forwarded messages as well.
6089         (gnus-article-browse-html-parts): Work when prefix arg is given.
6090         (gnus-article-browse-html-article): Doc fix.
6091
6092 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6093
6094         * message.el (message-default-mail-headers):
6095         (message-default-headers): Carry the value mail-default-headers over
6096         into message-default-mail-headers, rather than message-default-headers.
6097
6098 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6099
6100         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6101         charset.
6102
6103         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6104         charset into the <meta> tag when the article is encoded to utf-8.
6105
6106 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * gnus-art.el (gnus-article-browse-delete-temp-files):
6109         Delete directories as well.
6110         (gnus-article-browse-html-parts): Work for images that do not specify
6111         file names; delete temp directory when quitting; insert header at the
6112         right place; use file: scheme for image files.
6113
6114 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6115
6116         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6117         (gnus-article-browse-html-parts): Use it to make temporary cid image
6118         files in addition to html file so that browser may display them.
6119
6120 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6121
6122         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6123
6124 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6125
6126         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6127
6128 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6129
6130         * auth-source.el (auth-sources): Change default to be simpler.
6131         Explain about Secret Service API sources.  Improve Customize options.
6132         (auth-source-pick): Change to accept any number of search parameters.
6133         Implement fallbacks iteratively, not recursively.  Add scoring on the
6134         second pass and sort by score.  Call Secret Service API when needed.
6135         (auth-source-user-or-password): Use it.  Call Secret Service API
6136         directly when needed to get the user name and the password.
6137
6138 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6139
6140         * message.el (message-interactive): Doc fix.
6141         (message-qmail-inject-args): Reflow.
6142         (message-kill-to-signature): Fix typo in docstring.
6143
6144         * smiley.el (smiley-buffer): Fix typo in docstring.
6145
6146 2010-03-24  Glenn Morris  <rgm@gnu.org>
6147
6148         * mail-source.el (gnus-message): Declare.
6149         (mail-source-delete-old-incoming): Require gnus-util.
6150
6151 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6154
6155         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6156
6157         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6158         password-cache's default if it is not bound.
6159         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6160         password-cache-expiry's default if it is not bound.
6161
6162         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6163         available in Emacs 21.
6164
6165         * lpath.el: Suppress compiler warnings for:
6166         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6167         XEmacs;
6168         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6169         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6170         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6171
6172 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6173
6174         * auth-source.el (auth-sources): Fix up definition so extra parameters
6175         are always inline.
6176
6177 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6178
6179         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6180         wasn't updated after mismatch.  Clear cached mailbox info correctly
6181         when uidvalidity changes.
6182         (nnimap-group-prefixed-name): New function to avoid some code
6183         duplication.
6184         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6185         (nnimap-request-group): Use it.
6186         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6187         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6188         with many imap folders.  This is done by caching the group status from
6189         the imap server persistently in a group parameter `imap-status'.  (This
6190         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6191         but not persistently, so every Gnus startup was still very slow.)
6192
6193 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6194
6195         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6196         delete the extra newline.  Otherwise editing of :string and :number
6197         types don't work.
6198
6199 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6200
6201         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6202         secrets.el dependency.
6203         (auth-sources): Add optional user name.  Add secrets.el configuration
6204         choice (unused right now).
6205
6206 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6207
6208         * gnus-sum.el (gnus-summary-make-menu-bar):
6209         Let `gnus-registry-install-shortcuts' fill in the functions.
6210
6211         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6212         warnings.
6213         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6214         (gnus-registry-install-shortcuts): Populate and use it in a
6215         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6216
6217 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6218
6219         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6220         In-place substitutions for the group name encoding/decoding.
6221         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6222         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6223         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6224         (nnimap-update-unseen, nnimap-request-list)
6225         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6226         (nnimap-request-set-mark, nnimap-split-to-groups)
6227         (nnimap-split-articles, nnimap-request-newgroups)
6228         (nnimap-request-create-group, nnimap-request-accept-article)
6229         (nnimap-request-delete-group, nnimap-request-rename-group)
6230         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6231         `encoded-mbx' for consistency.
6232         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6233         variable `imap-current-mailbox'.
6234
6235         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6236         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6237
6238 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6239
6240         * pop3.el (pop3-display-message-size-flag): Display message size byte
6241         counts during POP3 download.
6242         (pop3-movemail): Use it.
6243         (pop3-list): Implement listing of available messages.
6244
6245 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6246
6247         * nnir.el (nnir-get-article-nov-override-function): New function to
6248         override the normal NOV retrieval.
6249         (nnir-retrieve-headers): Use it.
6250
6251 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6252
6253         * auth-source.el (netrc-machine-user-or-password): Autoload.
6254
6255 2010-03-19  Glenn Morris  <rgm@gnu.org>
6256
6257         Stop message.el from loading about 40 libraries it doesn't always need.
6258         The general approach is to autoload rather than require, and to
6259         require in the specific functions rather than the file.  (Bug#5642)
6260
6261         * gmm-utils.el: Don't require wid-edit.
6262         (widget-create-child-value, widget-convert, widget-default-get):
6263         Autoload.
6264
6265         * gnus-util.el: Don't require time-date, netrc.
6266         (message-fetch-field, gnus-group-name-decode): Declare rather than
6267         autoloading.
6268         (gnus-fetch-field): Require message.
6269         (gnus-decode-newsgroups): Require gnus-group.
6270
6271         * ietf-drums.el: Don't require time-date.
6272
6273         * message.el: Don't require hashcash, canlock, ecomplete.
6274         Do require mail-utils.  Require nnheader only when compiling.
6275         (smtpmail-default-smtp-server): Remove declaration.
6276         (message-send-mail-function): Check smtpmail-default-smtp-server
6277         is bound rather than requiring smtpmail.
6278         (message-auto-save-directory, message-insert-signature):
6279         Use expand-file-name rather than nnheader-concat.
6280         (nnheader-insert-file-contents): Autoload.
6281         (hashcash-wait-async): Declare.
6282         (message-send-mail): Only call gnus-setup-posting-charset if
6283         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6284         (message-send-mail-with-sendmail): Require sendmail.
6285         (canlock-password, canlock-password-for-verify): Declare.
6286         (message-canlock-password): Require canlock.
6287         (nnheader-get-report): Autoload.
6288         (gnus-setup-posting-charset): Declare.
6289         (message-send-news): Require gnus-msg.
6290         (message-make-references, message-make-in-reply-to): Use mail-header-id
6291         rather than the alias mail-header-message-id.
6292         (ecomplete-add-item, ecomplete-save): Declare.
6293         (message-put-addresses-in-ecomplete): Require ecomplete.
6294         (ecomplete-display-matches): Autoload.
6295
6296         * mm-decode.el: Don't require mailcap, gnus-util.
6297         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6298         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6299         Autoload.
6300         (mailcap-mime-extensions): Declare.
6301
6302         * mm-encode.el: Don't require mailcap.
6303         (mailcap-extension-to-mime): Autoload.
6304
6305         * mml-sec.el: Don't require password-cache.
6306
6307         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6308         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6309         (mml-minibuffer-read-type): Require mailcap.
6310         (mml-preview): Require gnus-msg.
6311
6312         * mml1991.el: Require password-cache.
6313         (password-cache-expiry): Remove declaration.
6314
6315         * mml2015.el: Require password-cache.
6316         (password-cache-expiry): Remove declaration.
6317
6318         * nneething.el (mailcap): Require mailcap.
6319
6320         * nnheader.el (declare-function): Add compatibility stub.
6321         (message-remove-header): Declare rather than autoload.
6322         (nnheader-replace-header): Require message.
6323
6324         * nnimap.el (declare-function): Add compatibility stub.
6325         (netrc-parse, netrc-machine-user-or-password): Declare.
6326         (nnimap-open-connection): Require netrc.
6327
6328         * nntp.el (declare-function): Add compatibility stub.
6329         (netrc-parse, netrc-machine, netrc-get): Declare.
6330         (nntp-send-authinfo): Require netrc.
6331
6332         * rfc2047.el: Don't require qp.
6333         (quoted-printable-encode-region, quoted-printable-decode-string):
6334         Autoload.
6335
6336         * sieve-mode.el: Don't require easymenu.
6337         (easy-menu-add-item): Autoload it.
6338
6339         * spam-stat.el (time-to-number-of-days): Autoload it.
6340
6341 2010-03-19  Glenn Morris  <rgm@gnu.org>
6342
6343         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6344
6345 2010-03-18  Glenn Morris  <rgm@gnu.org>
6346
6347         * hashcash.el (declare-function): Remove duplicate definition.
6348
6349 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6350
6351         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6352         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6353         value if any backslash escapes).
6354
6355 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6358         if it is available.  (bug#5647)
6359
6360         * lpath.el: Suppress compiler warning for coding-system-from-name for
6361         Emacs 21 and XEmacs.
6362
6363 2010-03-14  Juri Linkov  <juri@jurta.org>
6364
6365         * hmac-def.el:
6366         * hmac-md5.el:
6367         * netrc.el: Fix keywords.
6368
6369 2010-02-26  Glenn Morris  <rgm@gnu.org>
6370
6371         * message.el (message-send-mail-function): Change the default, so that
6372         it inherits from a customized send-mail-function.  (Bug#5643)
6373
6374 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6375
6376         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6377         shell-command-to-string signals an error (bug#5299).
6378
6379 2010-02-24  Glenn Morris  <rgm@gnu.org>
6380
6381         * message.el (message-smtpmail-send-it)
6382         (message-send-mail-with-mailclient): Doc fixes.
6383
6384 2010-02-16  Glenn Morris  <rgm@gnu.org>
6385
6386         * message.el (message-default-mail-headers): Change the default value
6387         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6388
6389 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6392         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6393
6394 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6395
6396         * time-date.el (date-to-time): Doc fix (Bug#5408).
6397
6398 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6399
6400         * message.el (message-mail): Just pass yank-action on to message-setup.
6401         (message-setup): Handle (FUN . ARGS) form of yank-action.
6402         (message-with-reply-buffer, message-widen-reply)
6403         (message-yank-original): Handle non-buffer values of
6404         message-reply-buffer (Bug#4080).
6405         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6406
6407 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6408
6409         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6410         Fix typo in docstring.
6411
6412 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6413
6414         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6415         response.
6416
6417 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6420
6421         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6422
6423         * message.el (message-check-news-header-syntax): Protect against a
6424         string that `rfc822-addresses' returns when parsing fails.
6425
6426 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6429         (gnus-previous-char-property-change): New functions.
6430
6431         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6432
6433 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6434
6435         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6436         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6437
6438 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6439
6440         * message.el (message-exchange-point-and-mark): Rework last change to
6441         avoid using optional arg of exchange-point-and-mark, for backward
6442         compatibility.
6443
6444 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6445
6446         * message.el (message-exchange-point-and-mark):
6447         Call exchange-point-and-mark with an argument rather than setting
6448         mark-active by hand (Bug#5175).
6449
6450 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * nntp.el (nntp-service-to-port): Work for service expressed with
6453         numeric string; replace [:digit:] with [0-9] for XEmacs.
6454
6455 2009-12-17  Glenn Morris  <rgm@gnu.org>
6456
6457         * gnus-group.el (gnus-bug-group-download-format-alist):
6458         Change emacs entry to debbugs.gnu.org.  Bump :version.
6459
6460 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6461
6462         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6463
6464 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6465
6466         * message.el (message-info): Explain why we use `Info-goto-node'.
6467
6468 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6469
6470         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6471
6472 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6473
6474         * message.el (message-completion-in-region): New compatibility function.
6475         (message-expand-group): Use it.
6476
6477 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6480         with no unread article should be listed if the 2nd arg `predicate' is
6481         given.
6482
6483 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6484
6485         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6486
6487 2009-11-29  Juri Linkov  <juri@jurta.org>
6488
6489         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6490         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6491         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6492
6493 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6494
6495         * sha1.el (sha1-string-external): default-directory "/" in case
6496         otherwise non-existent.  process-connection-type pipe for touch of
6497         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6498
6499 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6500
6501         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6502         it's comms related and sgml-mode.el has "comm" on that basis too.
6503
6504 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6507         containing tspecial characters if they have been already quoted.
6508
6509 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6510
6511         * dns-mode.el (auto-mode-alist): Purecopy string.
6512
6513 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6514
6515         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6516
6517 2009-10-24  Glenn Morris  <rgm@gnu.org>
6518
6519         * gnus-art.el (help-xref-stack-item): Define for compiler.
6520
6521 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6522
6523         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6524
6525 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6526
6527         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6528
6529 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6530
6531         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6532         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6533
6534 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6537         (gnus-overlays-in): New alias to overlays-in.
6538
6539         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6540         gnus-overlay-get, and gnus-delete-overlay.
6541         (gnus-summary-show-thread): Make it work as well for systems in which
6542         next-single-char-property-change is not available.
6543         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6544
6545         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6546         (gnus-overlay-get): New alias to extent-property.
6547         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6548
6549         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6550         SXEmacs.
6551
6552         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6553         SXEmacs.
6554
6555 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6556
6557         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6558
6559 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6560
6561         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6562         and XEmacs that don't have `remove-overlays'.
6563
6564 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6565
6566         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6567         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6568         selective display.  Use overlays instead.
6569
6570 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6571
6572         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6573
6574 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6575
6576         * spam-stat.el (spam-stat-load): Fix typo in message.
6577
6578 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6579
6580         * dig.el (dig-invoke): Fix typo in docstring.
6581         (query-dig): Reflow docstring.
6582
6583 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6584
6585         * gnus-art.el (gnus-article-encrypt-body):
6586         * message.el (message-check-recipients):
6587         * mm-util.el (mm-codepage-setup):
6588         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6589         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6590
6591 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6592
6593         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6594         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6595         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6596         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6597         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6598
6599 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6600
6601         * dig.el: Add "Keywords: comm", as per net-utils.el.
6602
6603 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6604
6605         * dig.el (dig-mode): Use define-derived-mode.
6606
6607 2009-09-19  Glenn Morris  <rgm@gnu.org>
6608
6609         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6610
6611 2009-09-18  Glenn Morris  <rgm@gnu.org>
6612
6613         * gnus-diary.el (gnus-diary-check-message):
6614         * message.el (message-insert-formatted-citation-line):
6615         * nnbabyl.el (top-level):
6616         * nndiary.el (nndiary-schedule):
6617         Fix typos in condition-case handlers.
6618
6619 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6622         configuration that provides the sole article window in a frame;
6623         position point correctly after deleting a part.
6624
6625 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6626
6627         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6628         (spam-resolve-registrations-routine): Use it to unregister articles
6629         that change status.
6630
6631 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6634         with XEmacs.
6635         (parse-time-string-chars): Use it.
6636
6637 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6638
6639         * imap.el (imap-interactive-login): Better messages.
6640         (imap-open): Fix bug with renamed buffer on reconnect.
6641         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6642         for easier debugging and cleaner code.  On successful (guessed based on
6643         server capabilities) secondary authentication, set imap-state
6644         correctly.
6645         (imap-last-authenticator): Define imap-last-authenticator as a variable
6646         to avoid warnings.
6647
6648 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * nnrss.el (nnrss-request-article): Remove binding of
6651         default-enable-multibyte-characters that has gotten needless by
6652         the 2007-07-13 change in rfc2047-encode-message-header.
6653
6654         * mml.el (mml-insert-multipart): Error on the message header.
6655         (mml-insert-part): Error on the message header; position point at
6656         the end of a MIME tag.
6657
6658 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * time-date.el (autoload): Expand define-obsolete-function-alias into
6661         defalias and make-obsolete for old Emacsen that Gnus supports.
6662         (with-no-warnings): Define it for old Emacsen.
6663         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6664         is available.
6665         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6666         float-time is available; suppress compile warning for time-to-seconds.
6667
6668         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6669         (gnus-float-time): Alias to float-time if it exists.
6670
6671         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6672         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6673         float-time is available; suppress compile warning for time-to-seconds.
6674
6675         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6676         XEmacs.
6677
6678 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6679
6680         * imap.el (imap-message-map): Docstring fix.
6681
6682 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6685         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6686         Add the optional argument `encoding' that overrides the default.
6687
6688         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6689         mm-encode-buffer.
6690
6691 2009-09-04  Glenn Morris  <rgm@gnu.org>
6692
6693         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6694         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6695         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6696         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6697         * mm-util.el (mm-with-unibyte-current-buffer)
6698         (mm-find-buffer-file-coding-system):
6699         * yenc.el (yenc-decode-region): Use default-value rather than
6700         default-enable-multibyte-characters.
6701
6702 2009-09-03  Glenn Morris  <rgm@gnu.org>
6703
6704         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6705         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6706         than default-enable-multibyte-characters.
6707
6708 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6709
6710         * gnus-art.el (gnus-article-read-summary-keys):
6711         Fix gnus-buffer-configuration's value temporarily used.
6712
6713 2009-09-02  Glenn Morris  <rgm@gnu.org>
6714
6715         * gnus-util.el (gnus-float-time): New function.
6716         * gnus-delay.el (gnus-delay-article):
6717         * gnus-sum.el (gnus-thread-latest-date):
6718         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6719         * nnspool.el (nnspool-request-newgroups):
6720         Use gnus-float-time rather than time-to-seconds.
6721         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6722
6723         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6724         (gnus-header-subject-face, gnus-header-newsgroups-face)
6725         (gnus-header-name-face, gnus-header-content-face):
6726         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6727         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6728         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6729         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6730         (gnus-cite-face-11):
6731         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6732         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6733         (gnus-server-closed-face, gnus-server-denied-face)
6734         (gnus-server-offline-face):
6735         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6736         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6737         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6738         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6739         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6740         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6741         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6742         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6743         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6744         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6745         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6746         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6747         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6748         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6749         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6750         (gnus-summary-high-undownloaded-face)
6751         (gnus-summary-low-undownloaded-face)
6752         (gnus-summary-normal-undownloaded-face)
6753         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6754         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6755         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6756         (gnus-splash-face):
6757         * message.el (message-header-to-face, message-header-cc-face)
6758         (message-header-subject-face, message-header-newsgroups-face)
6759         (message-header-other-face, message-header-name-face)
6760         (message-header-xheader-face, message-separator-face)
6761         (message-cited-text-face, message-mml-face):
6762         * sieve-mode.el (sieve-control-commands-face)
6763         (sieve-action-commands-face, sieve-test-commands-face)
6764         (sieve-tagged-arguments-face):
6765         * spam.el (spam-face):
6766         Mark face aliases with "-face" in the name as obsolete.
6767
6768 2009-09-01  Glenn Morris  <rgm@gnu.org>
6769
6770         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6771         than goto-line.
6772
6773 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6776         Don't move point if the command is invoked inside the message header.
6777
6778 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6779
6780         * imap.el (imap-send-command): Simplify.
6781         (imap-wait-for-tag): point-max -> buffer-size.
6782
6783 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6784
6785         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6786         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6787         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6788         * nnir.el (nnir-swish-e-index-file):
6789         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6790         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6791         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6792         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6793         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6794         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6795
6796 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6799         Don't save excursion.
6800
6801 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6802
6803         * nnheader.el (nnheader-find-file-noselect):
6804         * mm-util.el (mm-insert-file-contents):
6805         Use (default-value 'major-mode) instead of default-major-mode.
6806
6807 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6808
6809         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6810
6811 2009-08-26  Glenn Morris  <rgm@gnu.org>
6812
6813         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6814         than placing in files.el.
6815
6816 2009-08-25  Glenn Morris  <rgm@gnu.org>
6817
6818         * nnir.el (top-level): Don't require cl at run-time.
6819         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6820         Replace cl-function substitute with gnus-replace-in-string.
6821         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6822         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6823         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6824         simplified expansions.
6825
6826 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6827
6828         * dig.el (dig): Add autoload cookie.
6829
6830 2009-08-22  Glenn Morris  <rgm@gnu.org>
6831
6832         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6833         goto-line.
6834
6835 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6836
6837         * parse-time.el (parse-time-string-chars): Save match data.
6838
6839 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6840
6841         * parse-time.el (parse-time-string-chars): Compute using character
6842         classes, to handle non-ascii characters (Bug#3190).
6843
6844 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6847
6848         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6849         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6850         (gnus-mm-display-part, gnus-mime-display-single)
6851         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6852         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6853
6854         * gnus-sum.el
6855         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6856         (gnus-summary-move-article): Add expirable mark to articles copied or
6857         moved to group that has auto-expire turned on if the option is non-nil.
6858
6859 2009-07-24  Glenn Morris  <rgm@gnu.org>
6860
6861         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6862         Fix typo.  (Bug#3903)
6863
6864 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6867         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6868         that should not be used for draft articles.
6869         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6870         that has no concern in minor mode keys.
6871         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6872         Abolish.
6873
6874 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6877         article without making inquiry to a user for unknown encoding.
6878
6879         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6880         (nnmaildir--scan): Assume i-node and device number that file-attributes
6881         returns might be cons-cell.
6882
6883         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6884
6885         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6886
6887 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6888
6889         * auth-source.el: Remove docs now in auth.texi.  Don't use
6890         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6891         `auth-source-hide-passwords' and use them.
6892
6893 2009-07-15  Glenn Morris  <rgm@gnu.org>
6894
6895         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6896
6897 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6900         excessive whitespace from the default values of title and description.
6901
6902 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6905         mail-fetch-field to fetch Content-Description header in order to
6906         exclude newlines.
6907
6908 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6909
6910         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6911         format used by GnuPG 2.0.11.
6912
6913 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6916         to deleted part.
6917
6918 2009-05-30  David Engster  <dengste@eml.cc>
6919
6920         * nnmairix.el: Remove old documentation in the commentary block.
6921         (nnmairix-request-group): Do not update active file for nnml back ends.
6922         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6923         end so that overview files are ignored.
6924         (nnmairix-update-groups): Make updating the groups more robust by using
6925         marks.
6926         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6927         with dollar characters in message-id.
6928
6929 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6932         2008-12-25 in dns.el.
6933
6934 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6935
6936         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6937         could happen if the text is only composed of spaces and/or tabs.
6938
6939 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6940
6941         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6942         when sending a queued message to avoid extra mml tags.
6943
6944 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6947
6948 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6951         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6952         rmail-toggle-header for XEmacs;
6953         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6954
6955 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * gnus-dired.el: Remove autoload for gnus-setup-message.
6958         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6959         displaying Gnus logo; always use compose-mail.
6960
6961 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6964
6965 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6968         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6969         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6970         available.
6971         (gnus-nocem-epg-verify): New function.
6972
6973 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6974
6975         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6976
6977 2009-02-15  Glenn Morris  <rgm@gnu.org>
6978
6979         * gnus-util.el (rmail-insert-rmail-file-header)
6980         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6981         autoloads.
6982         (rmail-default-rmail-file): Remove unnecessary declaration.
6983         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6984
6985 2009-02-14  Glenn Morris  <rgm@gnu.org>
6986
6987         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6988         variable (only used in gnus-util, which declares it anyway).
6989         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6990         which was only needed by gnus-art (changed to not use it any more).
6991         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6992         only used in gnus-util, which autoloads it itself.
6993         (rmail-update-summary): Fix autoload.
6994
6995         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6996         rather than rmail-output-to-rmail-file.
6997
6998 2009-02-07  Glenn Morris  <rgm@gnu.org>
6999
7000         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7001         autoload of function that no longer exists.
7002         (rmail-toggle-header): Declare.
7003         (message-forward-rmail-make-body): Handle mbox Rmail.
7004
7005 2009-01-31  Glenn Morris  <rgm@gnu.org>
7006
7007         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7008         2009-01-09 change.
7009
7010 2009-01-31  Dave Love  <fx@gnu.org>
7011
7012         * imap.el (imap-fetch-safe): Bind debug-on-error.
7013         (imap-debug): Add imap-fetch-safe.
7014
7015 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7016
7017         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7018         (auth-source-forget-all-cached): New convenience function.
7019         (auth-source-user-or-password): Accept list of modes or a single mode.
7020
7021         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7022         auth-source modes.
7023
7024         * netrc.el (netrc-machine-user-or-password): Use list of
7025         auth-source modes.
7026
7027         * nnimap.el (nnimap-open-connection): Use list of
7028         auth-source modes.
7029
7030         * nntp.el (nntp-send-authinfo): Use list of
7031         auth-source modes.
7032
7033 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7034
7035         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7036         now.
7037
7038 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7039
7040         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7041         coding system in XEmacs; add a workaround for XEmacs.
7042
7043         * lpath.el: Fbind coding-system-aliasee.
7044
7045 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7048         of current-language-environment.
7049
7050 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7053         available at runtime.
7054
7055 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7058
7059 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7060
7061         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7062         the greatest positive fixnum value doesn't work under an XEmacs with
7063         bignum support; use the most-positive-fixnum constant instead,
7064         available since Emacs 21.1 with cl and XEmacs 21.1.
7065
7066 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7069         XEmacs gets not to work.
7070
7071 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * mm-util.el (mm-coding-system-priorities): Allow the value like
7074         "Japanese (UTF-8)" of current-language-environment.
7075
7076 2009-01-09  Glenn Morris  <rgm@gnu.org>
7077
7078         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7079         with last-command-event.
7080
7081 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7084         in the doc string.
7085
7086         * message.el (message-fix-before-sending): Amend comment.
7087
7088 2009-01-08  Dave Love  <fx@gnu.org>
7089
7090         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7091
7092 2009-01-07  David Engster  <dengste@eml.cc>
7093
7094         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7095         simplified server definitions by converting it via
7096         gnus-server-to-method.
7097
7098 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7101         parameter's operands.
7102
7103 2009-01-06  David Engster  <dengste@eml.cc>
7104
7105         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7106         primary select method (for gnus-group-mark-article-as-read).
7107
7108 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7109
7110         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7111         `(gnus)Face', not `(gnus)X-Face'.
7112
7113 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * mm-util.el (mm-ucs-to-char): New function.
7116
7117         * mm-url.el (mm-url-decode-entities): Use it.
7118
7119         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7120         unicode-to-char.
7121
7122 2009-01-05  Dave Love  <fx@gnu.org>
7123
7124         * time-date.el: Require cl for `declare'.
7125
7126 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7127
7128         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7129         Dave Love.
7130
7131 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7132
7133         * message.el (message-fix-before-sending): Add `eight-bit' to
7134         illegible-text check.
7135
7136 2009-01-03  Michael Olson  <mwolson@gnu.org>
7137
7138         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7139         `headers' is nil.  This can occur if the IMAP server does not have
7140         permissions to read messages from a folder, but can write new messages
7141         to the folder.
7142         (nnimap-request-article-part): Do not insert `data' if it is nil.
7143
7144         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7145         characters which will confuse `read', so skip past them.
7146
7147 2009-01-01  Dave Love  <fx@gnu.org>
7148
7149         * imap.el (imap-string-to-integer): Fix typo.
7150         (imap-fetch-safe): New function.
7151         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7152
7153         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7154
7155         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7156         (imap-parse-greeting): Fix doc strings.
7157         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7158         (imap-parse-flag-list): Make messages unique.
7159         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7160
7161         * nnimap.el: Fix author email.
7162         (nnimap-split-rule): Add FIXME comment.
7163         (nnimap-debug): Fix doc string.
7164
7165 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7166
7167         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7168
7169 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7172         nslookup if resolv.conf isn't available.
7173         (dns-query): Rename from query-dns.
7174         (dns-query-cached): Rename from query-dns-cached.
7175
7176 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7179         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7180         to check if those variables exist (first appeared in Emacs 18.50).
7181
7182 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * mm-util.el (mm-line-number-at-pos): New function.
7185
7186         * spam-report.el (spam-report-process-queue): Use it.
7187
7188 2008-12-24  David Engster  <dengste@eml.cc>
7189
7190         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7191         parameters that haven't existed as variables as buffer-local variables.
7192
7193 2008-12-23  Dave Love  <fx@gnu.org>
7194
7195         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7196         cadar.
7197
7198         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7199         imap-starttls-p.
7200         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7201
7202 2008-12-22  Dave Love  <fx@gnu.org>
7203
7204         * imap.el: Fix author email.  Doc fixes.
7205         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7206         reply.
7207
7208 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * spam-report.el (spam-report-gmane-max-requests): New constant.
7211         (spam-report-gmane-wait): New variable.
7212         (spam-report-gmane-ham, spam-report-gmane-spam)
7213         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7214         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7215         the server.
7216
7217         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7218         Add explanations.
7219
7220         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7221         nnheader-accept-process-output and nnheader-read-timeout if available.
7222         (pop3-movemail): Use it.
7223
7224         * message.el (message-check-news-body-syntax): Fix signature check if
7225         there's an attachment.
7226
7227 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * mm-util.el: Add comments to the mm- emulating functions.
7230
7231 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7232
7233         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7234         Reported by Stephen Berman <stephen.berman@gmx.net>.
7235
7236 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * mm-util.el (mm-substring-no-properties): New function.
7239         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7240         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7241         (mm-string-to-multibyte): Doc fix.
7242
7243         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7244
7245 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7246
7247         * mml.el (mml-attach-file): Strip text properties from file name.
7248         (Bug#1574)
7249
7250 2008-12-16  Glenn Morris  <rgm@gnu.org>
7251
7252         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7253
7254 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7257         knows since the charset specified might be a bogus alias that
7258         mm-charset-synonym-alist provides.
7259
7260 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7261
7262         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7263         "ISO_8859-1".
7264
7265         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7266
7267 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * mm-util.el (mm-charset-eval-alist):
7270         Define it before mm-charset-to-coding-system.
7271         (mm-charset-to-coding-system): Add optional argument `silent';
7272         define it before mm-charset-override-alist.
7273         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7274         default value if it can be used in Emacs currently running;
7275         silence mm-charset-to-coding-system.
7276
7277 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7280         `allow-override' which says whether to use `mm-charset-override-alist'.
7281         (rfc2047-decode-encoded-words): Use it.
7282
7283         * mm-util.el (mm-charset-override-alist): Fix custom type;
7284         add `(gb2312 . gbk)' to choices.
7285
7286 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7289         fast.
7290
7291         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7292
7293         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7294
7295 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7296
7297         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7298         on links.
7299
7300         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7301
7302 2008-12-03  Lute Kamstra  <lute@gnu.org>
7303
7304         * sha1.el: Remove leading * from docstrings of defcustoms,
7305         deffaces, defconsts and defuns.
7306
7307 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7308
7309         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7310         users' addresses that don't have domain parts.
7311         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7312         rather than message-narrow-to-head since there will be the message
7313         header separator.
7314
7315 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7316
7317         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7318         since the result is inserted in a unibyte buffer anyway.
7319         (nnimap-demule-use-string-to-multibyte): Remove.
7320         (nnimap-demule): Alias it to mm-string-to-multibyte.
7321
7322 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7325         variable for debugging bug#464 and bug#1174.
7326         (nnimap-demule): Use it.
7327
7328 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7329
7330         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7331         score calculation correctly.
7332
7333 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7334
7335         * message.el (message-send-mail): Just set the buffer to unibyte
7336         rather than use mm-with-unibyte-current-buffer which does a lot more.
7337         (message-send-mail-partially): Don't bother with
7338         mm-with-unibyte-current-buffer since it's already been made unibyte by
7339         message-send-mail.
7340
7341 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7342
7343         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7344
7345 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7346
7347         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7348
7349 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7352         require itself and to remove `with-no-warnings'.
7353
7354 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7355
7356         * starttls.el (starttls-any-program-available): Get the name of the
7357         available TLS layer program.
7358         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7359         well as the host name in the "opening" message.
7360
7361         * auth-source.el (auth-source-cache, auth-source-do-cache)
7362         (auth-source-user-or-password): Cache passwords and logins by default,
7363         allow override with `auth-source-do-cache'.
7364         (auth-source-forget-user-or-password): Allow users to remove cache
7365         entries if needed.
7366
7367 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7368
7369         * md4.el (md4-buffer): Fix typo in docstring.
7370         (md4, md4-64): Doc fixes.
7371         (md4-pack-int32): Reflow docstring.
7372
7373 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7374
7375         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7376         condition-case to only the forward-sexp call.
7377
7378 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7379
7380         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7381         quotes contained.  Make it more robust regardless by an extra
7382         condition-case wrapper.
7383
7384 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7387
7388 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7389
7390         * nnml.el (nnml-request-expire-articles): Check if the function set to
7391         `nnmail-expiry-target' returns the symbol `delete'.
7392
7393         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7394
7395         * nnmail.el (nnmail-expiry-target): Fix custom type.
7396
7397 2008-10-02  Glenn Morris  <rgm@gnu.org>
7398
7399         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7400         Silence compiler warning.
7401
7402 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7403
7404         * tls.el (open-tls-stream): Show the actual command being
7405         executed, instead of the format string.
7406
7407 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * lpath.el: Fbind codepage-setup for Emacs 23.
7410
7411 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7412
7413         * mml.el (mml-menu): Don't assume mml2015 is bound.
7414
7415 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7418         exists.
7419
7420 2008-09-27  Glenn Morris  <rgm@gnu.org>
7421
7422         * gnus-util.el (mail-header-remove-comments): Autoload it.
7423
7424 2008-09-27  Andreas Schwab  <schwab@suse.de>
7425
7426         * gnus-util.el (gnus-split-references): Strip comments.
7427         (gnus-parent-id): Likewise.
7428
7429 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7430
7431         * message.el (message-confirm-send): Fix version.
7432
7433 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * message.el (message-idna-to-ascii-rhs-1): Use
7436         mail-extract-address-components rather than mail-header-parse-addresses
7437         that is an alias by default to ietf-drums-parse-addresses that does not
7438         support non-ASCII names in headers' contents.
7439
7440 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7441
7442         * message.el (message-confirm-send): Fix variable documentation to
7443         avoid the "y/n" wording.
7444
7445 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7446
7447         * message.el (message-set-auto-save-file-name): Save to a different
7448         filename so multiple messages (especially drafts) can be recovered.
7449
7450 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7451
7452         * message.el (message-confirm-send): Add appropriate version.
7453
7454 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7455
7456         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7457         defvar.
7458
7459 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7460
7461         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7462         (mm-pkcs7-enveloped-magic): Ditto.
7463
7464 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7465
7466         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7467         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7468
7469 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7470
7471         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7472         default, it's better.
7473
7474 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7475
7476         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7477         summary line gnus-number property and ignore them (with a warning
7478         message).
7479
7480 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7483         macro caddr in the interactive form since it won't be expanded.
7484
7485 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7488         `charset'; fix name of function called recursively.
7489         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7490
7491 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7494         (gnus-mime-set-charset-parameters): New function.
7495         (gnus-mime-view-part-as-charset): Use it to correctly display part
7496         specifying wrong charset.
7497
7498 2008-09-08  David Engster  <dengste@eml.cc>
7499
7500         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7501         in completing-read for back end server.
7502
7503 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7504
7505         * message.el (message-confirm-send): New variable to confirm sending a
7506         message.
7507         (message-send): Use it.
7508
7509 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7510
7511         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7512
7513 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7516
7517 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7518
7519         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7520         prevent tracking too many groups.
7521         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7522         Use it.
7523
7524 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7525
7526         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7527         moving point to the bottom of the window in order to avoid recentering.
7528
7529 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7532
7533         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7534         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7535         (gnus-article-beginning-of-window): Fix calculation.
7536
7537 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7538
7539         * gnus-msg.el (gnus-summary-supersede-article)
7540         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7541         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7542         message header.
7543
7544 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7545
7546         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7547         pending output coming after the status change.
7548
7549 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7550
7551         * message.el:
7552         * gnus-start.el:
7553         * gnus-registry.el: Remove VMS support.
7554
7555 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7556
7557         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7558         macro.
7559         (rfc2104-hash): Use it.
7560
7561 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7562
7563         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7564         (gnus-summary-sort-by-most-recent-date): New commands.
7565         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7566         and menu entries.
7567
7568 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7571         don't redisplay article for raw contents; remove plural articles stuff.
7572
7573         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7574         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7575         on gnus-summary-save-article; display results properly.
7576
7577 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * lpath.el: No need to fbind ns-focus-frame.
7580
7581 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7584
7585 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * gnus-art.el (gnus-summary-save-in-pipe):
7588         Consider gnus-save-all-headers.
7589
7590 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7591
7592         * gnus-util.el (ns-focus-frame): Remove declaration.
7593         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7594         like x.
7595
7596 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7597
7598         * rfc2104.el (rfc2104-zero): Delete defconst.
7599         (rfc2104-hex-alist): Likewise.
7600         (rfc2104-hex-to-int): Delete func.
7601         (rfc2104-hexstring-to-bitstring): Likewise.
7602         (rfc2104-nybbles): New defconst.
7603         (rfc2104-hash): Rewrite for speed.
7604
7605 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * tls.el (open-tls-stream): Make it work with the 2nd argument
7608         BUFFER that is a string but does not exist as a buffer object, as
7609         mentioned in the doc-string.
7610
7611 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7614         SXEmacs.
7615
7616 2008-07-16  Glenn Morris  <rgm@gnu.org>
7617
7618         * gnus-util.el (ns-focus-frame): Declare for compiler.
7619
7620 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7623         set as a group parameter.
7624         (gnus-summary-save-in-pipe): Work when it is called independently.
7625         (gnus-summary-pipe-to-muttprint): Don't modify
7626         gnus-summary-pipe-output-default-command.
7627
7628 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7629
7630         * message.el (message-send-mail-with-sendmail):
7631         Display the error message.
7632
7633 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * gnus-art.el (gnus-default-article-saver):
7636         Add gnus-summary-save-in-pipe to choices.
7637         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7638         gnus-summary-pipe-output-default-command as the default command.
7639         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7640         instead of gnus-last-shell-command.
7641
7642         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7643         New user option.
7644         (gnus-summary-muttprint-program): Mention the value will be changed.
7645         (gnus-summary-save-article): Force showing of all headers.
7646         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7647
7648 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7649
7650         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7651
7652 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7653
7654         * nnimap.el (nnimap-id):
7655         * sieve-manage.el (sieve-manage-open): Doc fixes.
7656
7657 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7658
7659         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7660         if available.
7661
7662 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7663
7664         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7665
7666         * nnkiboze.el (nnkiboze-generate-group):
7667         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7668
7669         * nnmairix.el: Require CL.
7670
7671 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * dgnushack.el: Autoload get-display-table and put-display-table for
7674         XEmacs 21.5.
7675
7676         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7677         21.4 and SXEmacs.
7678
7679 2008-06-15  David Engster  <dengste@eml.cc>
7680
7681         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7682
7683 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7684
7685         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7686         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7687         runtime choice under XEmacs.
7688
7689         * gnus-sum.el (gnus-summary-set-display-table):
7690         Use `gnus-put-display-table', `gnus-get-display-table',
7691         `gnus-set-display-table' for the display table, instead of `aset'.
7692
7693         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7694         Use `gnus-put-display-table', `gnus-get-display-table',
7695         `gnus-set-display-table' for the display table.
7696
7697 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7698
7699         * nnmairix.el: Add autoloads.
7700
7701 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7702
7703         * nnmairix.el (nnmairix-delete-recreate-group)
7704         (nnmairix-update-and-clear-marks): Fix error messages.
7705
7706 2008-06-14  David Engster  <dengste@eml.cc>
7707
7708         * nnmairix.el: Upgrade to version 0.6.
7709         (nnmairix-group-toggle-propmarks-this-group)
7710         (nnmairix-group-toggle-readmarks-this-group)
7711         (nnmairix-group-delete-recreate-this-group)
7712         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7713         (nnmairix-remove-tick-mark-original-article): New commands.
7714         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7715         (nnmairix-propagate-marks-to-nnmairix-groups)
7716         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7717         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7718         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7719         functions needed for marks propagation and manipulation of read marks.
7720         (nnmairix-update-groups): New function.
7721         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7722         (nnmairix-determine-original-group-from-registry)
7723         (nnmairix-determine-original-group-from-path)
7724         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7725         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7726         New helper functions.
7727         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7728         keystrokes for new commands.
7729         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7730         (nnmairix-request-group): Check allow-fast group parameter.
7731         (nnmairix-request-create-group): Set allow-fast group parameter if
7732         nnmairix-allowfast-default is set.
7733         (nnmairix-close-group): Propagate marks upon closing if needed.
7734         (nnmairix-group-toggle-threads-this-group): Use new.
7735         nnmairix-group-toggle-parameter helper function.
7736         (nnmairix-search): Better check for empty search result.
7737         (nnmairix-goto-original-article): Use new helper functions for
7738         determining original article.
7739         (nnmairix-show-original-article): Make sure message-id is in brackets.
7740         (nnmairix-call-mairix-binary): Change variable name.
7741         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7742         helper function.
7743         (nnmairix-widget-toggle-activate): Fix doc string.
7744
7745 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * nnir.el: Require edmacro when compiling with XEmacs.
7748         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7749         available in Emacs 21.
7750
7751 2008-06-11  Glenn Morris  <rgm@gnu.org>
7752
7753         * gnus-util.el (x-focus-frame):
7754         * gnus.el (image-size):
7755         * mm-decode.el (image-size): Declare.
7756
7757         * gnus-picon.el (declare-function): Add compat definition.
7758         (image-size): Declare.
7759
7760         * gnus-group.el (tool-bar-map):
7761         * gnus-sum.el (tool-bar-map): Define for compiler.
7762
7763         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7764
7765         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7766
7767         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7768         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7769         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7770         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7771         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7772         * sieve-manage.el, spam-report.el, spam.el:
7773         Remove unnecessary eval-and-compile of autoloads.
7774
7775 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7776
7777         * auth-source.el: Precise Tramp doc.
7778
7779 2008-06-07  Glenn Morris  <rgm@gnu.org>
7780
7781         * nnmairix.el: Remove unnecessary eval-when-compile.
7782
7783 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7784
7785         * lpath.el: Fbind propertize for XEmacs 21.4.
7786
7787 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7788
7789         * nnir.el: Move here from ../contrib.
7790
7791 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7792
7793         * gnus-util.el (gnus-read-shell-command): New function.
7794         * mm-decode.el (mm-pipe-part):
7795         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7796
7797 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7800
7801 2008-06-03  Glenn Morris  <rgm@gnu.org>
7802
7803         * pop3.el (nnheader-accept-process-output): Autoload it.
7804
7805 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7806
7807         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7808         are not 2-digit hexadecimal characters that follow `%'s.
7809
7810 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7811
7812         * message.el (message-bogus-recipient-p): Fix type in doc string.
7813         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7814         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7815         Improve custom options.
7816         (message-bogus-recipient-p): Adjust accordingly.
7817
7818 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7819
7820         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7821         long-form month and day names.
7822
7823 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7824
7825         * dgnushack.el: Autoload debug, eudc-expand-inline and
7826         pgg-snarf-keys-region for XEmacs.
7827
7828         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7829
7830         * nnmairix.el: Require edmacro when compiling with XEmacs.
7831
7832 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7835         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7836
7837 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7838
7839         * auth-source.el: Add more docs.
7840
7841         * netrc.el (netrc-machine): Always match if the port is not given.
7842
7843 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7844
7845         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7846         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7847         retrieval faster in some cases, but might make CPU usage larger.
7848         If this has any bad side effects, we might revert this change.
7849
7850         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7851         seems to make mail retrieval much, much faster.
7852         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7853         unconditionally.
7854
7855         * gnus-draft.el (gnus-group-send-queue):
7856         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7857
7858 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7861
7862         * message.el (message-bogus-address-regexp): Fix and improve custom
7863         type.
7864         (message-setup-hook): Add message-check-recipients as custom option.
7865
7866 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7867
7868         * message.el (message-cite-function): Remove bogus autoload which crept
7869         in during merge from v5-10.
7870
7871 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7872
7873         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7874
7875         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7876
7877         * auth-source.el: Preliminary Tramp docs.
7878         (auth-sources): Change the default auth-sources to use
7879         EPA .gpg files.
7880
7881 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7882
7883         * nntp.el: Autoload `auth-source-user-or-password'.
7884         (nntp-send-authinfo): Use it.
7885
7886         * nnimap.el: Autoload `auth-source-user-or-password'.
7887         (nnimap-open-connection): Use it.
7888
7889         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7890         for the gnus-message function.
7891         (auth-source-user-or-password): Use it.
7892
7893 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7894
7895         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7896         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7897         (rfc2104-hash): Use it.
7898
7899 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7900
7901         * gnus-art.el (gnus-article-toggle-truncate-lines):
7902         Don't use `iff' in docstring.
7903
7904 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7905
7906         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7907
7908         * gnus-util.el (gnus-extract-address-component-name)
7909         (gnus-extract-address-component-email): Convenience functions around
7910         `gnus-extract-address-components'.
7911
7912         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7913         Use `gnus-extract-address-component-email' to fix bug of comparing full
7914         sender name to `user-mail-address'.
7915
7916 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7917
7918         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7919         catch/throw to optimize.
7920         (gnus-registry-find-keywords): Just use member to find a keyword.
7921
7922 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7923
7924         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7925         is current before calling gnus-server-prepare.
7926         (gnus-server-setup-buffer, gnus-server-update-server)
7927         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7928
7929 2008-05-04  Juri Linkov  <juri@jurta.org>
7930
7931         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7932         (mailcap-file-default-commands): Use mailcap-replace-in-string
7933         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7934         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7935
7936 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7937
7938         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7939
7940 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7941
7942         * gnus.el: Bump version to 0.11.
7943
7944 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7945
7946         * gnus.el: No Gnus v0.10 is released.
7947
7948 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7949
7950         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7951         hooks.
7952         (gnus-update-read-articles): Speed up non-marks-using users.
7953         (gnus-use-marks): Define gnus-use-marks.
7954         (gnus-propagate-marks): Rename variable to something more sensible.
7955
7956 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7957
7958         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7959         (gmm-image-load-path-for-library): Fix typos in docstrings.
7960         (gmm-message): Reflow docstring.
7961
7962 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7963
7964         * mail-source.el (mail-source-set-1, mail-source-bind):
7965         Move auth-source code out of the macro to clean it up and fix bugs.
7966
7967 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7968
7969         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7970         by sender if it's equal to user-mail-address, it's likely to be
7971         useless.
7972
7973         * mail-source.el (mail-source-bind): Don't use user or password if they
7974         are not bound.  Unintern them if they are nil.  Don't use server unless
7975         it's bound, and default it to empty string otherwise.
7976
7977 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7978
7979         * mail-source.el: Load auth-source.el.
7980         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7981         get user name or password, if auth-sources is set up.
7982
7983         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7984         strategy of splitting with parent.
7985         (gnus-registry-split-fancy-with-parent)
7986         (gnus-registry-post-process-groups): Use it and fix prior
7987         bug (returning a list as the split result).
7988
7989         * auth-source.el (auth-sources): Remove server parameter.
7990         (auth-source-pick, auth-source-user-or-password)
7991         (auth-source-user-or-password-imap)
7992         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7993         (auth-source-user-or-password-sftp)
7994         (auth-source-user-or-password-smtp): Remove server parameter.
7995
7996 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7997
7998         * smime.el (smime-sign-region, smime-encrypt-region)
7999         (smime-decrypt-region):
8000         Remove redundant calls to `generate-new-buffer-name'.
8001
8002 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8003
8004         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8005         Don't use QP for message/rfc822.
8006         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8007
8008 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8009
8010         * sieve-manage.el (sieve-string-bytes): Remove.
8011         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8012         correct byte-length only if the process's coding-system is the same as
8013         the one used internally by Emacs to represent strings.
8014
8015 2008-04-22  Juri Linkov  <juri@jurta.org>
8016
8017         * mailcap.el (mailcap-file-default-commands): New function.
8018
8019 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8020
8021         * message.el (message-signature-separator, message-cite-function):
8022         Change custom version.
8023
8024 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8025
8026         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8027         commands.
8028         (tls-checktrust): Ditto.
8029
8030 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8031
8032         * mm-decode.el (mm-display-external): Make temp file read-only.
8033
8034 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8035
8036         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8037         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8038         `C-c C-f d'.
8039
8040 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8041
8042         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8043
8044 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8045
8046         * gnus.el: Bump version to 0.9.
8047
8048 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8049
8050         * gnus.el: No Gnus v0.8 is released.
8051
8052 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8053
8054         * mail-source.el (mail-source-value):
8055         Prefer fboundp to functionp so it works with macros as well.
8056
8057 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8058
8059         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8060         Fix last change in case the element is not even a symbol.
8061
8062 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8063
8064         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8065         Prefer fboundp to functionp so it works with macros as well.
8066
8067 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8068
8069         * auth-source.el: Add docs.
8070         (auth-sources): Modify format to support server.
8071         (auth-source-pick, auth-source-user-or-password)
8072         (auth-source-user-or-password-imap)
8073         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8074         (auth-source-user-or-password-sftp)
8075         (auth-source-user-or-password-smtp): Add server parameter.
8076
8077 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8078
8079         * gnus-registry.el: Initialize the registry when gnus-registry-install
8080         is t.
8081
8082 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8083
8084         * compface.el (uncompface): Make buffer unibyte.
8085
8086 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8087
8088         * mail-source.el (mail-source-value):
8089         Prefer fboundp to functionp so it works with macros as well.
8090
8091 2008-04-05  Glenn Morris  <rgm@gnu.org>
8092
8093         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8094
8095 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8096
8097         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8098         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8099
8100         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8101         multibyteness after rather than before erasing it.
8102
8103         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8104         mm-with-multibyte.
8105         (gnus-request-article-this-buffer): Make sure the proper decoding is
8106         used if gnus-original-article-buffer happens to be unibyte.
8107
8108         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8109         default-enable-multibyte-characters.
8110
8111         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8112         default-enable-multibyte-characters.
8113
8114         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8115
8116         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8117
8118 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8119
8120         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8121         Fix last change in case the element is not even a symbol.
8122
8123 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8124
8125         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8126         (imap-message-copyuid-1): Use it.
8127         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8128         J. Williams in
8129         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8130
8131         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8132         imap-enable-exchange-bug-workaround.
8133         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8134
8135 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8136
8137         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8138         a 100 byte status-checks into a 2-3MB transfer for each group.
8139         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8140         to enable bug workaround or not.
8141         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8142
8143 2008-03-31  Glenn Morris  <rgm@gnu.org>
8144
8145         * message.el (mml2015-use): Declare for compiler.
8146         (message-info): Require mml2015 when appropriate.
8147
8148 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8151         whitespace.
8152
8153 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8154
8155         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8156         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8157         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8158         (nntp-service-to-port): New function.
8159         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8160         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8161         (nntp-open-netcat-stream): New function.
8162         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8163
8164 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8165
8166         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8167
8168 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8169
8170         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8171
8172 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8173
8174         * dns.el (dns-write): Use set-buffer-multibyte.
8175
8176 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8177
8178         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8179
8180 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * message.el (message-signature-separator): Change default.
8183         Improve custom type.
8184         (message-cite-function): Change default to
8185         message-cite-original-without-signature.
8186
8187         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8188         toggle.
8189
8190         * message.el (message-check-news-body-syntax): Fix signature check.
8191         (message-setup-1): Mark buffer as unmodified _after_ running
8192         message-setup-hook and handling message-alternative-emails.
8193         (message-shorten-references): Be more strict when building list of
8194         valid references to comply with GNKSA.
8195
8196         * gnus-group.el (gnus-read-ephemeral-bug-group)
8197         (gnus-read-ephemeral-debian-bug-group)
8198         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8199
8200         * message.el (message-info): Don't use booleanp which isn't supported
8201         in Emacs 21 and XEmacs.
8202
8203 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8204
8205         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8206         gnus-group-gmane-group-download-format.
8207         (gnus-group-read-ephemeral-gmane-group): Rename from
8208         gnus-group-read-ephemeral-gmane-group.
8209         (gnus-read-ephemeral-gmane-group-url): Rename from
8210         gnus-group-read-ephemeral-gmane-group-url.
8211         (gnus-bug-group-download-format-alist): New variable.
8212         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8213         (gnus-read-ephemeral-emacs-bug-group): New commands.
8214
8215 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8216
8217         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8218         (gnus-visible-headers): Improve custom type.
8219
8220 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8221
8222         * mml.el (mml-menu): Add workarounds for XEmacs.
8223
8224         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8225         X-Boundary header.
8226
8227         * message.el (message-simplify-recipients): Fix previous commit.
8228
8229 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8230
8231         * mm-util.el (mm-set-buffer-multibyte): New function.
8232         * mm-decode.el (mm-copy-to-buffer): Use it.
8233
8234         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8235         Prefer fboundp to functionp so it works with macros as well.
8236
8237 2008-03-19  Glenn Morris  <rgm@gnu.org>
8238
8239         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8240         Accidentally removed in the sync process with Emacs.
8241
8242 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8243
8244         * message.el (message-alter-recipients-discard-bogus-full-name):
8245         New function.
8246         (message-alter-recipients-function): New variable.
8247         (message-get-reply-headers): Use it.
8248         (message-replace-header): New helper function.
8249         (message-recipients-without-full-name): New variable.
8250         (message-simplify-recipients): New command.
8251
8252         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8253
8254         * message.el (message-info): Handle EasyPG manual.
8255
8256         * mml.el (mml-menu): Add entry for EasyPG.
8257
8258 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8259
8260         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8261         parameter.
8262
8263         * message.el (message-disassociate-draft): Specify drafts group name
8264         fully.
8265
8266 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8267
8268         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8269         Eliminate unnecessary duplicates from the match list.
8270
8271 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8274
8275         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8276
8277         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8278         args of `how-many' of which the XEmacs version doesn't take; declare
8279         Info-index-next as function.
8280
8281 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8282
8283         * gnus-score.el (gnus-score-headers): Fix handling of
8284         gnus-inhibit-slow-scoring.
8285
8286         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8287         string.
8288         (gnus-button-url-regexp): Improve handling of parenthesis.
8289         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8290         (gnus-button-handle-info-keystrokes): Handle index entries.
8291
8292 2008-03-15  Glenn Morris  <rgm@gnu.org>
8293
8294         * parse-time.el (parse-time-string): Simplify.
8295
8296 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8299         Incoming* files.
8300
8301 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8302
8303         * auth-source.el (auth-sources): Rename from auth-source-choices.
8304         (auth-source-pick): Use it.
8305
8306 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8307
8308         * binhex.el (binhex-decode-region-internal):
8309         * uudecode.el (uudecode-decode-region-internal):
8310         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8311         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8312         setting default-enable-multibyte-characters.
8313
8314 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8315
8316         * auth-source.el (auth-source-protocols)
8317         (auth-source-protocols-customize, auth-source-choices): Add and
8318         modified variable customizations and defaults.
8319         (auth-source-pick, auth-source-user-or-password)
8320         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8321         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8322         (auth-source-user-or-password-sftp)
8323         (auth-source-user-or-password-smtp): Use new variables and provide an
8324         interface to netrc.el.
8325
8326 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8329         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8330         Make sure the nntp port to specify is a string.
8331
8332 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8333
8334         * nntp.el: Use with-current-buffer.
8335         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8336         dubious mm-with-unibyte-current-buffer.
8337         (nntp-with-open-group-function): New function extracted from
8338         nntp-with-open-group macro.
8339         (nntp-with-open-group): Use the function, so it's easier to debug.
8340         Add indentation and debugging info.
8341         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8342         Recommend the use of the netcat alternatives.
8343
8344         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8345         Avoid mm-string-as-multibyte as well.
8346
8347         * nnweb.el (nnweb-insert-html):
8348         Remove use of nnheader-string-as-multibyte.
8349
8350         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8351         (nnheader-string-as-multibyte): Remove.
8352
8353         * mm-view.el: Use inhibit-read-only.
8354         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8355         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8356         or unibyte-string.
8357
8358         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8359         (mm-uu-yenc-extract): Use with-current-buffer.
8360
8361         * gnus-soup.el (gnus-soup-send-packet): Don't use
8362         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8363
8364         * nnmh.el: Use with-current-buffer.
8365         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8366         mm-string-as-multibyte on the output of mm-encode-coding-string.
8367
8368         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8369         (nnimap-request-move-article): Use with-current-buffer.
8370
8371         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8372         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8373         conversion uses string-make-unibyte rather than string-as-unibyte.
8374
8375         * gnus-msg.el: Use with-current-buffer.
8376
8377         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8378
8379 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8380
8381         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8382         string for caching if it is 'PIN.
8383
8384 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * lpath.el: Consider the case without Emacs/W3.
8387
8388 2008-03-08  Glenn Morris  <rgm@gnu.org>
8389
8390         * time-date.el (date-to-time, time-subtract, time-add)
8391         (safe-date-to-time): Doc fixes.
8392
8393 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8394
8395         * mail-source.el (mail-source-delete-old-incoming-confirm):
8396         Change default to nil.
8397         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8398
8399 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * lpath.el: Rearrange.
8402
8403         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8404         (gnus-article-goto-prev-page): Work for articles having ^L's.
8405
8406         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8407
8408         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8409
8410 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8411
8412         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8413         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8414         (gnus-bookmark-jump): Adjust some variable names.
8415
8416 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8417
8418         * auth-source.el: New package.
8419         (auth-source-choices): Add customization entry point variable.
8420
8421         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8422         bug.
8423
8424 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8425
8426         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8427         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8428         (gnus-registry-install-shortcuts): Rename from
8429         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8430         the `gnus-registry-mark-map' keymap dynamically from
8431         `gnus-registry-marks'.  The generated functions update the summary line
8432         when a registry mark is added or deleted, and will call
8433         `gnus-registry-install-p' (see the comments in the code).
8434         (gnus-registry-user-format-function-M): Use concat intelligently.
8435
8436         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8437         the registry mark functions.
8438
8439 2008-03-05  Glenn Morris  <rgm@gnu.org>
8440
8441         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8442         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8443         gnus-art.
8444         (top-level): No need to load own source when compiling.
8445
8446 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8447
8448         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8449         Suggested by <chris.anderton@zetnet.co.uk>.
8450
8451 2008-03-04  Glenn Morris  <rgm@gnu.org>
8452
8453         * gnus-sum.el (top-level): No need to require gnus when compiling,
8454         since unconditionally required near start of file.
8455         (gnus-summary-display-while-building): Move definition before use.
8456
8457 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8458
8459         * gnus-registry.el (gnus-registry-user-format-function-M):
8460         Add formatting function.
8461
8462 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8463
8464         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8465         with plists.
8466         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8467         Use new format.
8468
8469 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8472         `where-is-internal' that returns a range of key sequences.
8473
8474 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8475
8476         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8477
8478         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8479         (gnus-summary-jump-to-group): Consider windows on other displayed
8480         frames as well.  Similar changes might be needed elsewhere, but that's
8481         the one I've bumped into during my use.
8482
8483         * nndoc.el (nndoc-oe-dbx-type-p):
8484         * gnus-msg.el (gnus-debug):
8485         * gnus-group.el (gnus-update-group-mark-positions):
8486         Use mm-string-to-multibyte.
8487
8488 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8489
8490         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8491         doesn't handle NotDashEscaped.
8492
8493         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8494         (mml-dnd-attach-options): Fix typo in custom choice.
8495
8496         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8497         Change nndoc-article-type to mbox.
8498         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8499
8500         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8501         to nil, instead of html2text.
8502
8503         * imap.el (imap-debug): Add `imap-ping-server'.
8504
8505         * gnus-bookmark.el: Add FIXMEs.
8506
8507         * message.el (message-form-letter-separator)
8508         (message-send-form-letter-delay): New variables.
8509         (message-send-form-letter): Use them.  New command to send form
8510         letters.  Requested by Uwe Siart.
8511         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8512
8513 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8514
8515         * Update copyright years.
8516
8517 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8518
8519         Sync from EMACS_22_BASE.
8520
8521         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8522
8523 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8524
8525         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8526         empty author.
8527
8528 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8529
8530         * gnus-registry.el (gnus-registry-marks): Add variable for
8531         customization of marks and their appearance.
8532         (gnus-registry-read-mark): Use it.
8533         (gnus-registry-do-marks): Add utility function to loop through
8534         `gnus-registry-marks'.
8535         (gnus-registry-install-shortcuts-and-menus): Add function to install
8536         shortcuts and menus.
8537         (gnus-registry-initialize): Use it.
8538         (gnus-registry-default-mark): Clarify documentation.
8539
8540 2008-02-29  Glenn Morris  <rgm@gnu.org>
8541
8542         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8543         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8544         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8545         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8546         Change defcustom :version from 23.0 to 23.1.
8547
8548 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8549
8550         * gnus-registry.el (gnus-registry-follow-group-p)
8551         (gnus-registry-post-process-groups): Add functions to aid registry
8552         splitting and improve logging.  Clarify behavior in function
8553         documentation.
8554         (gnus-registry-split-fancy-with-parent): Use them.
8555
8556 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8557
8558         * gnus-art.el: Use with-current-buffer.
8559
8560 2008-02-27  David Engster  <dengste@eml.cc>
8561
8562         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8563         Express real group name in the response.
8564
8565 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8568         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8569         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8570         autoload gnus-registry-fetch-group when compiling.
8571         (nnmairix-request-group-with-article-number-correction):
8572         Remove unreferenced argument passed to nnmairix-call-backend.
8573
8574 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8575
8576         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8577         (mm-uu-extract): Improve face for low color ttys.
8578         Reported by Sascha Wilde.
8579
8580 2008-02-27  Glenn Morris  <rgm@gnu.org>
8581
8582         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8583         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8584         variables to defconsts.  Convert comments to doc-strings.
8585         (nnmairix-last-server, nnmairix-current-server): Convert from free
8586         variables to defvars.  Convert comments to doc-strings.
8587         (gnus-registry-fetch-group): Autoload.
8588         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8589         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8590         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8591         caddr.
8592         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8593         nnmairix-request-group-with-article-number-correction call.
8594         (nnmairix-fast, nnmairix-group): New, less general names, for free
8595         variables passed from nnmairix-request-group to
8596         nnmairix-request-group-with-article-number-correction.  Declare.
8597         (nnmairix-request-group-with-article-number-correction):
8598         Use nnmairix-fast, nnmairix-group rather than fast, group.
8599
8600 2008-02-26  David Engster  <dengste@eml.cc>
8601
8602         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8603         version 0.5.
8604
8605 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8606
8607         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8608         instead of making an extra function call.  Don't add the current group
8609         to articles only when they have the group.  Use
8610         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8611         Reported by David <de_bb@arcor.de>.
8612
8613 2008-02-24  Miles Bader  <miles@gnu.org>
8614
8615         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8616         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8617         (mm-find-mime-charset-region):
8618         * mm-bodies.el (mm-encode-body):
8619         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8620
8621 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8624         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8625
8626 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8627
8628         * mail-source.el (mail-source-delete-incoming): Change default.
8629         Supplement doc string.
8630
8631         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8632
8633 2008-02-14  Glenn Morris  <rgm@gnu.org>
8634
8635         * time-date.el (format-seconds): New function.
8636
8637 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8638
8639         * nnmail.el (nnmail-message-id-cache-file): Derive from
8640         `gnus-home-directory'.
8641
8642 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8643
8644         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8645         Document negative prefix.
8646
8647         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8648
8649 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8650
8651         * message.el (message-unsent-separator): Add the Exim bounce
8652         separator.
8653
8654 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8655
8656         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8657         list.
8658         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8659         recipient/signer list.
8660
8661 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * Makefile.in (datarootdir): Define.
8664         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8665         name that might contain whitespace.
8666
8667 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8668
8669         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8670         fbound (Emacs 23 unicode), signal an error.
8671
8672 2008-02-08  Glenn Morris  <rgm@gnu.org>
8673
8674         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8675
8676 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8677
8678         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8679         ports to the calls to `netrc-machine-user-or-password' in addition to
8680         "imap" and "imaps".
8681
8682 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8683
8684         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8685
8686         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8687
8688 2008-02-01  Kenichi Handa  <handa@m17n.org>
8689
8690         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8691         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8692         (rfc2104-hash): Convert the result of concat to unibyte string.
8693
8694 2008-02-01  Dave Love  <fx@gnu.org>
8695
8696         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8697         coding-system-for-read.
8698         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8699
8700 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8701
8702         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8703         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8704         <hanche@math.ntnu.no>.
8705
8706 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8707
8708         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8709
8710         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8711
8712 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8713
8714         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8715         * message.el (message-beginning-of-line): Use featurep instead of bound
8716         tests in order to resolve conditionals at compile time.
8717
8718 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8719
8720         * mail-source.el (mail-sources): Add `group' choice.
8721
8722         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8723         parameter `in-group' to control into which group the articles go.
8724         Add treatment of `group' mail-source.
8725
8726 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8729
8730         * mm-decode.el (mm-dissect-buffer): Decode description.
8731
8732         * mml.el (mml-to-mime): Encode message header first.
8733
8734 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8737         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8738
8739         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8740         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8741
8742 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8743
8744         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8745
8746 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8749         prefix keys.
8750         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8751         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8752         gnus-xmas.el.
8753
8754         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8755         (gnus-xmas-article-describe-bindings): New function.
8756         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8757         gnus-xmas-article-describe-bindings.
8758
8759         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8760
8761 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8762
8763         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8764         Add new variables for article mark management.
8765         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8766         list of extra data entries which, when present, will indicate that the
8767         article ID should not be trimmed from the registry.
8768         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8769         functions.
8770         (gnus-registry-read-mark): New function to read a mark name from the
8771         user.
8772         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8773         (gnus-registry-set-article-mark-internal): New functions to add and
8774         remove marks.
8775         (gnus-registry-get-article-marks): New function to show the marks for
8776         an article, or retrieve them for further use.
8777
8778 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8781         keys when no argument is given.
8782
8783 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * imap.el (imap-ping-server): New variable.
8786         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8787         (imap-ping-server): Minor doc string fixes.
8788
8789 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8790
8791         * imap.el (imap-ping-server): New function.
8792         (imap-opened): Call imap-ping-server.
8793
8794 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8795
8796         * gnus-sum.el (gnus-article-sort-by-random)
8797         (gnus-thread-sort-by-random): Fix doc strings.
8798         Reported by jidanni@jidanni.org.
8799
8800 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * gnus-art.el (gnus-article-describe-bindings): New function.
8803         (gnus-article-read-summary-keys): Use it.
8804         (gnus-article-mode-map): Bind `C-h b' to it.
8805
8806 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8809         XEmacs.
8810         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8811         Protect against non-character events.
8812
8813         * lpath.el: Fbind map-keymap for Emacs 21.
8814
8815 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8816
8817         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8818         New command.
8819         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8820         instead of END.  Change name of the temp file.
8821         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8822         customizable.
8823
8824 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8827         bind `S W' to gnus-article-wide-reply-with-original; set default
8828         binding to gnus-article-read-summary-send-keys.
8829         (gnus-article-read-summary-keys): Fix the order of keys; display
8830         continuation keys correctly in the echo area; describe bindings
8831         correctly when keys end with `C-h'.
8832         (gnus-article-read-summary-send-keys): New function.
8833         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8834         Work for gnus-article-read-summary-send-keys; display continuation keys
8835         correctly in the echo area.
8836         (gnus-article-reply-with-original): Ignore prefix argument.
8837         (gnus-article-wide-reply-with-original): New function.
8838
8839         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8840         Emacs 21.
8841
8842 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8843
8844         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8845         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8846
8847 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8848
8849         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8850         (gnus-group-read-ephemeral-gmane-group): New command.
8851
8852 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8853
8854         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8855
8856 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * message.el (message-send-mail-function): Increase custom version.
8859
8860         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8861         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8862
8863 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8864
8865         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8866         for the cases where imap-authenticate is called with a nil buffer
8867         parameter.
8868
8869 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8872         html parts correctly; support forwarded messages.
8873         (gnus-article-browse-html-article): Remove work buffers.
8874
8875         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8876         compiling.
8877         (netrc-bound-and-true-p): New macro.
8878         (netrc-parse): Use it instead of bound-and-true-p that is not available
8879         in XEmacs 21.4.
8880
8881 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8882
8883         * gnus-registry.el (gnus-registry-mark-article)
8884         (gnus-registry-article-marks): Add functionality to mark articles
8885         through the Gnus registry.
8886
8887         * encrypt.el: Clarify documentation for the new pgg method.
8888         (encrypt-file-alist): Add PGG option.
8889         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8890         functionality.  Abstract password key and messaging to external
8891         functions.
8892         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8893         (encrypt-message-method-and-cipher): Add new convenience external
8894         functions.
8895         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8896         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8897
8898         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8899         (netrc-parse): Use encrypt-file-alist to determine if
8900         encrypt-find-model or encrypt-insert-file-contents should be used.
8901
8902         * encrypt.el: Clarify documentation.  Load password-cache or
8903         password, whichever one is found first, instead of autoloading.
8904
8905 2007-12-19  Glenn Morris  <rgm@gnu.org>
8906
8907         * mml.el (message-options-set, message-narrow-to-head)
8908         (message-in-body-p, message-mail-p, message-encode-message-body):
8909         Autoload.
8910         (message-remove-header, message-narrow-to-headers-or-head)
8911         (message-subscribed-p, message-make-mail-followup-to)
8912         (message-position-on-field, message-news-p)
8913         (message-options-set-recipient, message-generate-headers)
8914         (message-sort-headers): Declare as functions.
8915
8916 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8917
8918         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8919         convention in doc string.
8920
8921 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8924         title to html parts.
8925         (gnus-article-browse-html-article): Pass message header to it.
8926
8927         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8928
8929 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8932         or password compatible with XEmacs.
8933
8934 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8935
8936         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8937         format document.
8938         (gnus-mime-delete-part): Don't write description line if empty.
8939         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8940
8941 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8942
8943         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8944         (gnus-summary-mark-read-and-unread-as-read)
8945         (gnus-summary-mark-current-read-and-unread-as-read)
8946         (gnus-summary-mark-unread-as-ticked): Doc fix.
8947         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8948
8949 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8952         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8953
8954 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8957         yes-or-no-p.
8958
8959 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * mm-decode.el (mm-add-meta-html-tag): New function.
8962         (mm-save-part-to-file, mm-pipe-part): Use it.
8963
8964         * gnus-art.el (gnus-article-browse-delete-temp-files):
8965         Use gnus-y-or-n-p instead of y-or-n-p.
8966         (gnus-article-browse-html-parts): Work with message/external-body; use
8967         mm-add-meta-html-tag.
8968
8969 2007-12-11  Glenn Morris  <rgm@gnu.org>
8970
8971         * gnus-cache.el: Require gnus-sum not just when compiling.
8972
8973         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8974
8975         * gnus-int.el (gnus-server-opened, gnus-status-message):
8976         Move definitions before use.
8977
8978         * mm-decode.el: Require gnus-util.
8979         (mm-remove-part): Only call delete-annotation on XEmacs.
8980
8981         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8982
8983         * nnmail.el: Require gnus-int.
8984
8985         * spam.el: Move `require's before `eval-when-compile's.
8986
8987         * gnus-ems.el (gnus-alive-p):
8988         * gnus-fun.el (message-goto-eoh):
8989         * gnus-util.el (gnus-group-name-decode):
8990         * mail-source.el (gnus-compress-sequence):
8991         * message.el (Info-goto-node, format-spec):
8992         * mm-bodies.el (message-options-get):
8993         * mm-decode.el (mm-view-pkcs7):
8994         * mm-util.el (gmm-write-region):
8995         * mml-smime.el (mml-compute-boundary)
8996         (gnus-completing-read-with-default):
8997         * mml.el (widget-button-press, gnus-make-hashtable):
8998         * mml1991.el (mm-decode-content-transfer-encoding)
8999         (mm-encode-content-transfer-encoding)
9000         (message-options-get, message-options-set):
9001         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9002         * nnfolder.el (gnus-request-group):
9003         * nnheader.el (ietf-drums-unfold-fws):
9004         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9005         * smime.el (gnus-run-mode-hooks):
9006         * spam-stat.el (gnus-message): Autoload.
9007
9008         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9009         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9010         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9011         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9012         Add declare-function compatibility definition.
9013
9014         * gnus-cache.el (nnvirtual-find-group-art):
9015         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9016         (gnus-add-image, gnus-add-wash-type):
9017         * gnus-group.el (nnkiboze-score-file):
9018         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9019         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9020         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9021         (message-tokenize-header, gnus-get-buffer-create)
9022         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9023         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9024         * gnus.el (gnus-group-decoded-name):
9025         * mail-source.el (imap-capability):
9026         * mm-bodies.el (message-options-set):
9027         * mm-decode.el (gnus-configure-windows):
9028         * mm-extern.el (message-goto-body):
9029         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9030         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9031         (epg-sub-key-validity, message-options-set):
9032         * mml.el (widget-event-point, gnus-configure-windows):
9033         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9034         * mml2015.el (epg-check-configuration, epg-configuration)
9035         (message-options-set):
9036         * nndb.el (nndb-request-article):
9037         * nnfolder.el (gnus-request-create-group):
9038         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9039         * nnmaildir.el (gnus-group-mark-article-read):
9040         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9041         * rfc1843.el (message-fetch-field):
9042         * spam.el (gnus-extract-address-components):
9043         Declare as functions.
9044
9045 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9046
9047         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9048
9049         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9050
9051         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9052         bind show-trailing-whitespace for XEmacs.
9053
9054 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9055
9056         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9057         new no-op macro for backward compatibility.
9058
9059         * imap.el (imap-string-to-integer): New function.
9060
9061 2007-12-09  Glenn Morris  <rgm@gnu.org>
9062
9063         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9064
9065         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9066         * message.el, mm-view.el, sieve-manage.el, smime.el:
9067         Add declare-function compatibility definition.
9068
9069         * gnus-art.el (w3-region, w3m-region, Info-menu):
9070         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9071         * gnus-sum.el (gnus-get-predicate):
9072         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9073         * message.el (mail-abbrev-in-expansion-header-p):
9074         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9075         (w3m-detect-meta-charset, w3m-region):
9076         * sieve-manage.el (password-read, password-cache-add)
9077         (password-cache-remove):
9078         * smime.el (password-read-and-add): Declare as functions.
9079
9080 2007-12-08  David Kastrup  <dak@gnu.org>
9081
9082         * gnus-sum.el (gnus-summary-simplify-subject-query):
9083         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9084         `message'.
9085
9086 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9089         it to bind idna-program, installation-directory, defined-colors, and
9090         face-attribute for XEmacs of the version that compiles defcustom forms.
9091
9092 2007-12-07  Glenn Morris  <rgm@gnu.org>
9093
9094         * gnus-art.el (article-make-date-line): Revert previous change.
9095
9096 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9097
9098         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9099
9100 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9101
9102         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9103         Call gnus-add-to-range ranges only once with a prepared article-list.
9104
9105 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9106
9107         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9108         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9109         group names with backslashes.
9110         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9111
9112 2007-12-06  Deepak Goel  <deego3@gmail.com>
9113
9114         * gnus-art.el (article-make-date-line):
9115         * gnus-start.el (gnus-load):
9116         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9117
9118 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * gnus-art.el (gnus-use-idna)
9121         * gnus-start.el (gnus-site-init-file)
9122         * message.el (message-use-idna)
9123         * mm-uu.el (mm-uu-hide-markers)
9124         * smiley.el (smiley-style): Revert changes that suppress warnings.
9125
9126 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9127
9128         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9129         specify charset to html source.
9130         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9131
9132 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9135         idna-program in order to suppress byte compile warning issued by XEmacs
9136         that came to byte compile the default value section of defcustom forms
9137         recently.
9138
9139         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9140         value of installation-directory.
9141
9142         * message.el (message-use-idna): Don't directly refer to the value of
9143         idna-program.
9144
9145         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9146
9147         * smiley.el (smiley-style): Don't directly call face-attribute.
9148
9149 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9150
9151         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9152
9153         * gnus-dired.el: Reduce Gnus dependencies.
9154         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9155         Don't require.  Use autoloads instead.
9156         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9157         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9158         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9159         (gnus-dired-mode): Adjust doc string.
9160         (gnus-dired-mail-mode): New variable.
9161         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9162         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9163         (gnus-dired-mail-buffers): New function.  Return mail or message
9164         composition buffers.
9165         (gnus-dired-attach): Use it.
9166         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9167         NO-DECODE.
9168         (gnus-dired-print): Use `gnus-print-buffer' depending on
9169         `gnus-dired-mail-mode'.
9170
9171 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9172
9173         * rfc2047.el (rfc2047-encoded-word-regexp)
9174         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9175         explaining what regexp patterns are for.
9176
9177 2007-12-04  Glenn Morris  <rgm@gnu.org>
9178
9179         * password.el: Move to password-cache.el.
9180
9181         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9182         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9183         * mml-smime.el (password-read, password-cache-add)
9184         (password-cache-remove):
9185         No need to autoload, since mml-sec requires password.
9186
9187         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9188         * message.el (gnus-extract-address-components):
9189         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9190
9191         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9192         password.
9193
9194 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9195
9196         * mailcap.el: Reduce dependencies.
9197         (mail-header-parse-content-type): Autoload.
9198         (mailcap-delete-duplicates): New alias.
9199         (mailcap-mime-info): Add optional argument NO-DECODE.
9200         (mailcap-mime-types): Use mailcap-delete-duplicates.
9201
9202         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9203
9204 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9205
9206         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9207         (imap-parse-status): Upcase status-att for servers that sends them
9208         lower-case (e.g., MS Exchange 2007).
9209
9210 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9211
9212         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9213         function.
9214
9215         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9216         (gnus-uu-yenc-article): New function.
9217
9218         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9219
9220         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9221
9222 2007-12-02  Glenn Morris  <rgm@gnu.org>
9223
9224         * binhex.el (binhex): New custom group.
9225         (binhex-decoder-program, binhex-decoder-switches)
9226         (binhex-use-external): Move to the binhex custom group.
9227
9228         * uudecode.el (uudecode): New custom group.
9229         (uudecode-decoder-program, uudecode-decoder-switches)
9230         (uudecode-use-external): Move to the uudecode custom group.
9231
9232         * netrc.el (top-level): Don't load `encrypt' features.
9233         (netrc-parse): Don't use encrypt.
9234         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9235
9236         * encrypt.el: Remove file.
9237
9238 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9241         matches on patches.
9242
9243         * gnus-art.el (gnus-article-browse-html-article):
9244         Mention `mm-text-html-renderer' in the doc string.
9245
9246         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9247         string.  Add comments.
9248
9249         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9250         if rhs is ASCII.
9251
9252 2007-12-01  Glenn Morris  <rgm@gnu.org>
9253
9254         * mail-source.el (top-level): Require format-spec before
9255         eval-when-compile.
9256
9257 2007-11-30  Glenn Morris  <rgm@gnu.org>
9258
9259         * encrypt.el: Require password, rather than autoloading password-read.
9260
9261 2007-11-29  Glenn Morris  <rgm@gnu.org>
9262
9263         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9264         (sasl-make-client, sasl-next-step, sasl-step-data)
9265         (sasl-step-set-data): Declare as functions.
9266
9267 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9268
9269         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9270
9271 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9272
9273         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9274         certs should be verified and what is to be done in the event of a
9275         verification failure.
9276
9277         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9278         caller can indicate whether the cache should be disregarded for this
9279         call.  This way the result of the call is reproducible at all times and
9280         can be considered a canonical server name for the supplied method.
9281         (gnus-agent-method-p): Canonicalize server names by pushing their
9282         method through `gnus-method-to-server' using the no-cache argument.
9283
9284         * gnus-srvr.el (gnus-server-insert-server-line):
9285         Call `gnus-method-to-server' with `no-cache' argument.
9286
9287         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9288         gnus-agent-possibly-synchronize-flags as this should be called when the
9289         server is actually being opened.
9290         (gnus-agent-possibly-synchronize-flags)
9291         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9292         flags file of an agentized server to the latter function.
9293
9294         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9295         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9296         after a connection has been established successfully.
9297
9298 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * gnus-art.el (article-display-face): Force to display face if called
9301         interactively; check if gnus-article-x-face-too-ugly matches author.
9302         (article-display-x-face): Display face even if From header is missing
9303         as article-display-face does.
9304
9305 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9306
9307         * hashcash.el (message-narrow-to-headers-or-head)
9308         (message-fetch-field, message-goto-eoh)
9309         (message-narrow-to-headers): Declare as functions.
9310
9311 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * mail-source.el (mail-sources): Default to fetch from file for
9314         compatibility with default of nnmail-spool-file.
9315
9316 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9319         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9320         to look for encoded word that should be encoded again.
9321         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9322         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9323         encoding pattern.
9324         (rfc2047-decode-region): Switch strict regexp and loose one according
9325         to rfc2047-allow-irregular-q-encoded-words.
9326
9327 2007-11-25  Romain Francoise  <romain@orebokech.com>
9328
9329         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9330
9331 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9332
9333         * tls.el (tls-program): Provide more custom choices from
9334         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9335         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9336
9337 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9338
9339         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9340         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9341
9342         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9343         `nnmail-spool-file'.
9344
9345         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9346         `nnmail-spool-file'.
9347
9348         * gnus-move.el (gnus-change-server): Ditto.
9349
9350         * gnus-kill.el (gnus-batch-score): Ditto.
9351
9352         * gnus-cache.el (gnus-jog-cache): Ditto.
9353
9354         * gnus-msg.el (gnus-summary-reply):
9355         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9356
9357 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9360         version.  Minor improvement to doc strings.
9361         (tls-program): Add comment.
9362
9363 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9364
9365         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9366         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9367         mismatch between the hostname provided in the certificate and the name
9368         of the host connnecting to.
9369         (open-tls-stream): Use them.  Check certificates against trusted root
9370         certificates.
9371
9372 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * gnus-cache.el (gnus-cache-generate-nov-databases):
9375         Use nnml-generate-nov-databases-directory instead of
9376         nnml-generate-nov-databases-1.
9377
9378 2007-11-24  Glenn Morris  <rgm@gnu.org>
9379
9380         * message.el (message-tool-bar-retro): Update for rename
9381         mail_send.xpm->mail-send.xpm.
9382
9383 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9386         `smime-ldap-search' for Emacs 22 and up.
9387
9388 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9389
9390         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9391
9392         * message.el (message-send-mail-function): Fix error convention.
9393         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9394         (message-widen-reply, message-send-mail, message-talkative-question)
9395         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9396         (message-clone-locals, message-send-news): Use with-current-buffer.
9397         (message-insert-or-toggle-importance): Remove unused var `valid'.
9398         (message-make-references): Remove unused var `new-references'.
9399         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9400
9401 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9402
9403         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9404         (spam-split-symbolic-return-positive): Reflow docstring.
9405         (spam-backends, spam-summary-exit-behavior)
9406         (spam-mark-ham-unread-before-move-from-spam-group)
9407         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9408         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9409         (spam-clear-cache, spam-backend-check, spam-install-backend)
9410         (spam-install-statistical-backend, spam-list-of-processors)
9411         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9412         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9413         (spam-check-crm114, spam-initialize, spam-unload-hook):
9414         Fix typos in docstrings.
9415
9416 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9419         been checked if they have never been read and those group levels are
9420         higher than the one that a user specified.
9421
9422 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9425         foreign groups unless a group level is specified by a user.
9426         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9427
9428 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9429
9430         * message.el (message-send-mail-function): Require sendmail.
9431
9432 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * message.el (message-send-mail-function): Check for smtpmail too.
9435
9436         * utf7.el (utf7-encode, utf7-decode): Use coding system
9437         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9438
9439         * message.el (message-send-mail-function): New function.
9440         (message-send-mail-function): Set default using
9441         message-send-mail-function.  Adjust doc string.
9442         (message-send-mail-with-mailclient): New function.
9443
9444 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9445
9446         * smime.el (from):
9447         * rfc2047.el (message-posting-charset):
9448         * qp.el (mm-use-ultra-safe-encoding):
9449         * pop3.el (parse-time-months):
9450         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9451         * nnml.el (files):
9452         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9453         (jka-compr-compression-info-list, ange-ftp-path-format)
9454         (efs-path-regexp):
9455         * nndiary.el (files):
9456         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9457         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9458         (epg-digest-algorithm-alist, inhibit-redisplay)
9459         (password-cache-expiry):
9460         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9461         (pgg-output-buffer, password-cache-expiry):
9462         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9463         (efs-path-regexp):
9464         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9465         (inhibit-redisplay):
9466         * mm-uu.el (file-name, start-point, end-point, entry)
9467         (gnus-newsgroup-name, gnus-newsgroup-charset):
9468         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9469         (latin-unity-ucs-list):
9470         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9471         (mm-uu-binhex-decode-function):
9472         * message.el (gnus-message-group-art, gnus-list-identifiers)
9473         (rmail-enable-mime-composing, gnus-local-organization)
9474         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9475         (gnus-read-active-file, facemenu-add-face-function)
9476         (facemenu-remove-face-function, gnus-article-decoded-p)
9477         (tool-bar-mode):
9478         * mail-source.el (display-time-mail-function):
9479         * gnus-util.el (nnmail-pathname-coding-system)
9480         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9481         (gnus-original-article-buffer, gnus-user-agent)
9482         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9483         (xemacs-codename, sxemacs-codename, emacs-program-version):
9484         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9485         * gnus-start.el (gnus-agent-covered-methods)
9486         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9487         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9488         (gnus-newsgroup-headers, gnus-group-list-mode)
9489         (gnus-group-mark-positions, gnus-newsgroup-data)
9490         (gnus-newsgroup-unreads, nnoo-state-alist)
9491         (gnus-current-select-method, mail-sources)
9492         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9493         (nnmail-spool-file, gnus-cache-active-hashtb):
9494         * gnus-mh.el (mh-lib-progs):
9495         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9496         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9497         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9498         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9499         (gnus-group-buffer):
9500         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9501         (font-lock-set-defaults):
9502         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9503         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9504         (gnus-summary-post-menu, total-parts, type, condition, length):
9505         * gnus-agent.el (gnus-agent-read-agentview):
9506         * flow-fill.el (show-trailing-whitespace):
9507         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9508         eval-and-compile wrappers for byte compiler pacifiers.
9509
9510         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9511         (mm-display-inline-fontify): Check for featurep 'xemacs not
9512         extent-list.
9513
9514         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9515         itimer-list.
9516         (mm-create-image-xemacs): Only do something for XEmacs.
9517         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9518
9519         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9520
9521         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9522         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9523
9524 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9525
9526         * nnimap.el (nnimap-split-download-body):
9527         * gnus-demon.el (gnus-demon):
9528         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9529
9530 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9533         New macros.
9534         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9535         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9536         copy data from unibyte buffer to multibyte current buffer.
9537         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9538         to copy data from unibyte current buffer to multibyte buffer.
9539         (nntp-make-process-buffer): Make process buffer unibyte.
9540
9541         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9542
9543 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9544
9545         * pop3.el (pop3-open-server): Accept and process data more robustly at
9546         connexion start to avoid spurious "POP SSL connexion failed" errors.
9547
9548 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9549
9550         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9551         read group names.
9552
9553 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9556
9557 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9560         (nnmail-save-active): Use a unibyte buffer when saving active file,
9561         which may contain non-ASCII group names.
9562
9563         * nnml.el (nnml-request-group): Decode group names in messages.
9564
9565 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * message.el (message-citation-line-function)
9568         (message-insert-formatted-citation-line): Fix spelling of
9569         `message-insert-formated-citation-line'.
9570
9571 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9574
9575 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9578         nnmail-pathname-coding-system.
9579
9580         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9581         that a user enters; decode group names in messages.
9582
9583         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9584
9585 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9588
9589         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9590
9591         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9592         risky local variable.
9593
9594         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9595
9596 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9597
9598         * encrypt.el: Improve documentation to fix function name typo.
9599         Reported by Daiki Ueno <ueno@unixuser.org>.
9600
9601 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9604         even if the point is not in the last page of an article.
9605         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9606         back to the previous page.
9607
9608 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9609
9610         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9611
9612 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9615
9616 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9617
9618         * message.el (message-check-news-body-syntax):
9619         Avoid mm-string-as-multibyte.
9620         (message-hide-headers): Don't assume (point-min)==1.
9621
9622 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9623
9624         * message.el (message-remove-blank-cited-lines): Fix if remove is
9625         given.
9626         (message-bogus-address-regexp): New variable.
9627         (message-bogus-recipient-p): New function.
9628         (message-check-recipients): New command.
9629         (message-syntax-checks): Add `bogus-recipient'.
9630         (message-fix-before-sending): Add `bogus-recipient'.
9631
9632         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9633         (gnus-treat-body-boundary): Don't test window-system.
9634
9635 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9636
9637         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9638
9639 2007-10-28  Miles Bader  <miles@gnu.org>
9640
9641         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9642         at compile-time too.
9643
9644 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9645
9646         * gnus-msg.el (gnus-message-setup-hook):
9647         Add `message-remove-blank-cited-lines' to options.
9648
9649 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * message.el (message-remove-blank-cited-lines): New function.
9652         Suggested by Karl Plästerer.
9653
9654 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9657         mapc.
9658
9659         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9660         (top-level): Use mapc to set functions to be traced for debugging.
9661
9662         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9663         called for effect with while loop.
9664
9665         * message.el (message-talkative-question): Replace mapcar called for
9666         effect with mapc.
9667
9668         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9669         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9670         called for effect with dolist.
9671
9672         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9673
9674         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9675         gnus-extra-headers and nnmail-extra-headers.
9676
9677         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9678         called for effect with dolist.
9679         (top-level): Use mapc to set functions to be traced for debugging.
9680
9681         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9682         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9683         dolist.
9684
9685         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9686         Replace mapcar called for effect with mapc.
9687         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9688         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9689         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9690         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9691
9692         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9693         remove-if that's a cl function.
9694
9695         * webmail.el (webmail-debug): Replace mapcar called for effect with
9696         dolist.
9697
9698         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9699         with mapc.
9700
9701 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9704         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9705         with while loop.
9706
9707         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9708         functions from article-* functions.
9709         (gnus-multi-decode-header): Replace mapcar called for effect with
9710         dolist.
9711
9712         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9713         (gnus-bookmark-show-details): Replace mapcar called for effect with
9714         while loop.
9715
9716         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9717         called for effect with while loop.
9718
9719         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9720         with dolist.
9721
9722         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9723         Replace mapcar called for effect with dolist.
9724
9725         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9726
9727         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9728         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9729         Replace mapcar called for effect with dolist.
9730         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9731         mapc.
9732
9733         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9734         Replace mapcar called for effect with dolist.
9735         (gnus-topic-list): Replace mapcar called for effect with mapc.
9736
9737         * gnus.el: Use mapc instead of mapcar to add autoloads.
9738
9739 2007-10-23  Richard Stallman  <rms@gnu.org>
9740
9741         * gnus-group.el (gnus-group-highlight): Mark as risky.
9742
9743 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * gnus.el (gnus-server-to-method): Return method found first in
9746         gnus-newsrc-alist.
9747
9748         * gnus-art.el (gnus-article-highlight-signature)
9749         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9750         button overlay without the front stickiness.
9751
9752 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9753
9754         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9755         overview buffer needed a catch to receive its throw.
9756         (gnus-agent-flush-cache): Declare as interactive to make this function
9757         easier to use.
9758
9759 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9760
9761         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9762         `next-line'.
9763
9764 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9767         exclude address matching message-dont-reply-to-names.
9768
9769 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * gnus-util.el (gnus-string<): New function.
9772
9773         * gnus-sum.el (gnus-article-sort-by-author)
9774         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9775
9776 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9779         the frame-focus tag is set in gnus-buffer-configuration.
9780
9781 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9784         the front stickiness.
9785
9786 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9787
9788         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9789         url pattern; remove duplicate one.
9790         (gnus-article-extend-url-button): New function.
9791         (gnus-article-add-buttons): Use it.
9792         (gnus-button-push): Use concatenated url that it makes.
9793
9794 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9795
9796         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9797
9798 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9799
9800         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9801         Don't hardcode point-min==1.
9802
9803 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9804
9805         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9806         Fix comment about "iso8859-1".
9807
9808 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9809
9810         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9811         ones returned from the verify-function.
9812
9813         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9814         Call mml2015-extract-cleartext-signature if extraction failed.
9815
9816 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9817
9818         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9819         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9820         failed.
9821
9822 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9823
9824         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9825
9826 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9827
9828         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9829         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9830         recommends to use EasyPG instead of PGG.
9831
9832         * pgg.el: Revert to revision 6.23.2.16.
9833
9834         * pgg-def.el: Revert to revision 6.6.2.14.
9835
9836         * pgg-gpg.el: Revert to revision 6.23.2.34.
9837
9838 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9839
9840         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9841         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9842         thread for both the null and zero (kill/expire thread) universal prefix
9843         cases.
9844         (gnus-summary-expire-thread): Add new function to expire a thread,
9845         using gnus-summary-kill-thread.
9846         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9847         shortcuts for gnus-summary-expire-thread.
9848         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9849         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9850
9851 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9852
9853         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9854         extras value, so an extras entry can be deleted.
9855         (gnus-registry-delete-extra-entry): Use it.
9856         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9857         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9858         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9859         storage through the gnus-registry, and provide an appropriate API for
9860         it.
9861
9862 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9865         Suggested by Leo <sdl.web@gmail.com>.
9866
9867         * gnus.el: Do.
9868
9869 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9870
9871         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9872         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9873
9874         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9875
9876         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9877         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9878
9879 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9882         newline.
9883         (nnmbox-request-accept-article): Don't change article in source buffer;
9884         narrow to header to use message-fetch-field rather than
9885         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9886         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9887         as delimiters; make sure article ends with newline.
9888         (nnmbox-delete-mail): Correct last position of article to be deleted;
9889         ignore X-Gnus-Newsgroup header in article body.
9890         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9891         positions; make sure article ends with newline.
9892
9893         * message.el (message-display-abbrev): Don't infloop when a user
9894         inserts SPC in the beginning of header.
9895
9896         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9897         coding-system-for-read and coding-system-for-write for XEmacs having no
9898         file-coding feature.
9899
9900         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9901
9902 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9903
9904         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9905         list of groups not followed by default.  Fix type to be regexp.
9906         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9907
9908 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9909
9910         * hmac-def.el (define-hmac-function): Switch from old-style to
9911         new-style backquotes.
9912
9913         * md4.el (md4-make-step): Likewise.
9914
9915 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9918         raw-text coding system when saving .newsrc file, which may contain
9919         non-ASCII group names.
9920
9921 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * gnus-cus.el (gnus-score-extra): New widget.
9924         (gnus-score-extra-convert): New function.
9925         (gnus-score-customize): Use it for Extra.
9926
9927 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9928
9929         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9930         (mml2015-mailcrypt-clear-verify): Use it.
9931         (mml2015-gpg-clear-verify): Use it.
9932         (mml2015-pgg-clear-verify): Use it.
9933         (mml2015-epg-clear-verify): Replace the current part with the output
9934         from GnuPG; don't extract the plaintext by itself.
9935
9936         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9937         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9938         mml2015-clear-verify-function; don't touch the armor headers or
9939         dash-escaped text here.
9940
9941 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9944         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9945         parts, or application/octet-stream as a last resort.
9946         (gnus-mime-view-part-as-type): Don't toggle display.
9947         (gnus-mime-view-part-as-charset): Don't turn off display before
9948         querying charset.
9949
9950         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9951         stuff to undisplayer function in Emacs.
9952         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9953
9954         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9955         text/calendar parts.
9956
9957 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9960         decoding text/calendar parts.
9961
9962         * message.el (message-forward-make-body-mime): Always mark body as
9963         having no illegible text; remove signed-or-encrypted argument.
9964         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9965
9966         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9967         (mml-generate-mime-1): Don't encode body if it is specified to be in
9968         raw form; don't make buffer be unibyte when inserting multibyte string.
9969
9970 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9971
9972         * sha1.el: Fix up comment style.
9973         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9974         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9975
9976         * hex-util.el: Fix up comment style.
9977         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9978
9979         * gnus-salt.el: Use with-current-buffer.
9980         (gnus-pick-setup-message): Fix long-standing typo.
9981
9982 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9983
9984         * imap.el (imap-logout-timeout): New variable.
9985         (imap-logout, imap-logout-wait): New functions.
9986         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9987
9988         * nnimap.el (nnimap-logout-timeout): New server variable.
9989         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9990         nnimap-logout-timeout.
9991
9992         * gnus-art.el (gnus-article-summary-command-nosave)
9993         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9994
9995 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * gnus.el (gnus-maximum-newsgroup): New variable.
9998
9999         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10000         according to gnus-maximum-newsgroup.
10001
10002         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10003         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10004         Limit the range of articles according to gnus-maximum-newsgroup.
10005
10006 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10007
10008         * gnus-art.el (gnus-sticky-article): Fix problems described in
10009         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10010         Don't perform gnus-configure-windows here; reuse existing sticky
10011         article buffer.
10012
10013         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10014         it doesn't exist in gnus-article-mode.
10015
10016 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10019         (gnus-agent-decoded-group-name): New function.
10020         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10021         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10022
10023 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10024
10025         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10026         Add binding for gnus-sticky-article.
10027         (gnus-summary-exit): Don't kill sticky article buffers.
10028
10029         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10030         article buffer.
10031         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10032         (gnus-kill-sticky-article-buffers): New commands.
10033
10034 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * nntp.el (nntp-xref-number-is-evil): New server variable.
10037         (nntp-find-group-and-number): If it is non-nil, don't trust article
10038         numbers in the Xref header.
10039
10040 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * gnus-agent.el (gnus-agent-read-group): New function.
10043         (gnus-agent-flush-group, gnus-agent-expire-group)
10044         (gnus-agent-regenerate-group): Use it.
10045         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10046         nnmail-pathname-coding-system.
10047
10048 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10049
10050         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10051
10052         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10053         that are unread as unread, and also as selected so that information of
10054         marks having been changed by a user may be updated when exiting group.
10055
10056 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10057
10058         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10059
10060 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10063         calculated ignoring signature parts to gnus-treat-article.
10064
10065 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10068         a point here in order to keep the window start.
10069         (gnus-insert-mime-security-button): Make a button overlay without the
10070         front stickiness.
10071         (gnus-mime-display-security): Goto the end of a button.
10072
10073         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10074
10075 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10078         group-name-at-point.
10079         (gnus-group-completing-read): New function that offers decoded
10080         non-ASCII group names for completion.
10081         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10082         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10083         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10084         (gnus-group-fetch-control): Use it.
10085         (gnus-fetch-group): Use group-name-at-point for the initial value
10086         rather than the default value; use gnus-alive-p.
10087
10088         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10089         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10090         (gnus-summary-post-news): Use gnus-group-completing-read.
10091
10092         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10093         (gnus-read-move-group-name): Decode group name for completion.
10094
10095 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10096
10097         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10098         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10099         Yamaoka slightly modified the code).
10100
10101 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10104         (nnmail-split-incoming): Bind it.
10105
10106         * nnml.el (nnml-group-name-charset): New function.
10107         (nnml-decoded-group-name): Use it; don't decode group name if
10108         nnmail-group-names-not-encoded-p is non-nil.
10109         (nnml-encoded-group-name): New function.
10110         (nnml-group-pathname): Inline nnml-decoded-group-name.
10111         (nnml-request-expire-articles): Decode group name in message.
10112         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10113         nnmail-pathname-coding-system.
10114         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10115         not decoded ones according to nnmail-group-names-not-encoded-p.
10116         (nnml-generate-active-info): Use nnml-encoded-group-name.
10117
10118 2007-08-08  Glenn Morris  <rgm@gnu.org>
10119
10120         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10121         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10122         doc-strings and comments.
10123
10124 2007-07-25  Glenn Morris  <rgm@gnu.org>
10125
10126         * Relicense all FSF files to GPLv3 or later.
10127
10128 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * gnus-sum.el (gnus-summary-move-article):
10131         Make gnus-summary-respool-article work.
10132
10133 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10136         string.
10137
10138 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10139
10140         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10141         that should be ignored when comparing distant RSS articles with local
10142         ones.
10143         (nnrss-make-hash-index): New function.  Create a hash index according
10144         to the ignored fields.
10145         (nnrss-check-group): Use it.
10146
10147 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10150
10151         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10152
10153         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10154         the new optional argument ENCODED is non-nil.
10155         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10156         coding system for encoding group name.
10157         (gnus-group-make-rss-group): Pass un-encoded group name to
10158         gnus-group-make-group.
10159         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10160         encoded.
10161
10162         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10163         Encode group name to which articles are moved or copied.
10164         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10165         coding system for encoding Newsgroup, Followup-To and Xref headers.
10166
10167         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10168         marks; use nnheader-file-coding-system to write a file.
10169         (nnagent-retrieve-headers): Bind file-name-coding-system to
10170         nnmail-pathname-coding-system.
10171
10172         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10173
10174         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10175         (nnml-request-article, nnml-request-create-group)
10176         (nnml-request-rename-group, nnml-find-id)
10177         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10178         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10179         (nnml-save-marks): Use nnml-group-pathname instead of
10180         nnmail-group-pathname.
10181
10182         (nnml-request-create-group, nnml-request-expire-articles)
10183         (nnml-request-move-article, nnml-request-delete-group)
10184         (nnml-deletable-article-p, nnml-possibly-create-directory)
10185         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10186         (nnml-open-marks): Bind file-name-coding-system to
10187         nnmail-pathname-coding-system.
10188
10189         (nnml-request-article): Pass server argument to nnml-find-group-number.
10190         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10191         Pass server argument to nnml-possibly-create-directory.
10192         (nnml-request-accept-article): Pass server argument to
10193         nnml-active-number and nnml-save-mail.
10194         (nnml-find-group-number): Pass server argument to nnml-find-id.
10195         (nnml-request-update-info): Pass server argument to
10196         nnml-marks-changed-p.
10197
10198         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10199         (nnml-save-mail, nnml-active-number): Add server argument.
10200
10201         (nnml-request-delete-group): Warn if group is missing.
10202         (nnml-get-nov-buffer): Decode group name.
10203         (nnml-generate-active-info): Encode group name.
10204         (nnml-open-marks): Decode group name in messages.
10205
10206 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10207
10208         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10209         if it is not specified.
10210         (gnus-article-pipe-part, gnus-article-save-part)
10211         (gnus-article-interactively-view-part, gnus-article-copy-part)
10212         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10213         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10214         (gnus-article-replace-part, gnus-article-delete-part)
10215         (gnus-article-view-part-as-type): Pass raw prefix argument to
10216         gnus-article-part-wrapper.
10217
10218 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * gnus-agent.el (gnus-agent-save-active):
10221         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10222
10223         * gnus-cache.el (gnus-cache-save-buffers)
10224         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10225         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10226         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10227         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10228         (gnus-cache-generate-active, gnus-cache-rename-group)
10229         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10230         (gnus-cache-update-overview-total-fetched-for):
10231         Bind file-name-coding-system to nnmail-pathname-coding-system.
10232         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10233         New variables.
10234         (gnus-cache-decoded-group-name): New function.
10235         (gnus-cache-file-name): Use it.
10236         (gnus-cache-generate-active): Use non-decoded group name for active.
10237
10238         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10239         right place.
10240         (gnus-write-active-file): Don't break non-ASCII group names.
10241
10242         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10243         nnmail-pathname-coding-system.
10244
10245         * lpath.el: Bind default-file-name-coding-system,
10246         file-name-coding-system and language-info-alist for XEmacs.
10247
10248         * gnus-uu.el (gnus-uu-decode-save): Typo.
10249
10250 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10251
10252         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10253
10254 2007-07-14  David Kastrup  <dak@gnu.org>
10255
10256         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10257         finishing actions if we did not edit the article.
10258
10259 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10262         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10263         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10264         (gnus-agent-flush-group, gnus-agent-flush-cache)
10265         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10266         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10267         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10268         (gnus-agent-regenerate-group)
10269         (gnus-agent-update-files-total-fetched-for)
10270         (gnus-agent-update-view-total-fetched-for):
10271         Bind file-name-coding-system to nnmail-pathname-coding-system.
10272         (gnus-agent-group-pathname): Don't encode file names by
10273         nnmail-pathname-coding-system.
10274         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10275         coding-system-for-write instead of buffer-file-coding-system to
10276         gnus-agent-file-coding-system.
10277
10278         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10279         Decode group name.
10280
10281         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10282
10283         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10284         (gnus-read-newsrc-el-file): Make group names unibyte.
10285
10286         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10287         nnmail-pathname-coding-system.
10288
10289         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10290         (nnrss-request-delete-group): Bind file-name-coding-system to
10291         nnmail-pathname-coding-system.
10292         (nnrss-read-server-data, nnrss-read-group-data):
10293         Bind file-name-coding-system correctly.
10294         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10295
10296         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10297         (nntp-server-to-method-cache): New variable.
10298         (nntp-group-pathname): New function that decodes non-ASCII group names.
10299         (nntp-possibly-create-directory, nntp-marks-changed-p)
10300         (nntp-save-marks, nntp-open-marks): Use it.
10301         (nntp-possibly-create-directory, nntp-open-marks):
10302         Bind file-name-coding-system to nnmail-pathname-coding-system.
10303         (nntp-open-marks): Decode group names when bootstrapping marks.
10304
10305         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10306         Newsgroups and Folowup-To headers.
10307
10308 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10311         (gnus-server-closed-face, gnus-server-denied-face)
10312         (gnus-server-offline-face): Remove variable.
10313         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10314
10315         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10316         of modifying message-stack directly for XEmacs.
10317
10318         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10319         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10320         if the coding-system argument is nil for XEmacs.
10321
10322         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10323         mm-charset-override-alist.
10324
10325         * rfc2047.el: Don't require base64; require rfc2045 for the function
10326         rfc2045-encode-string.
10327         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10328         to quote the parameter value.
10329
10330 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10333         form in gnus-group-name-charset-method-alist.
10334
10335         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10336         overrides the default layout edit-form.
10337
10338         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10339
10340         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10341
10342 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10343
10344         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10345         as unfetched articles.
10346
10347 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10348
10349         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10350
10351 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10354         original back end that keeps marks in the local system.
10355
10356 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10359         arg of pop-to-buffer for XEmacs.
10360         (gnus-article-read-summary-keys): Ditto; don't restore window
10361         configuration if summary command ends up with neither article buffer
10362         nor summary buffer; describe bindings if summary keys end with C-h.
10363
10364 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * message.el (message-fix-before-sending): Skip raw message part to be
10367         forwarded while checking illegible text.
10368         (message-forward-make-body-mime, message-forward-make-body):
10369         Mark signed or encrypted raw message as having no illegible text.
10370
10371 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10372
10373         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10374         (gnus-message-with-timestamp-1): New macro.
10375         (gnus-message-with-timestamp): New function.
10376         (gnus-message): Use them.
10377
10378         * nnheader.el (nnheader-message): Use them.
10379
10380 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10381
10382         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10383         .newsrc.eld file.
10384
10385 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * gnus-agent.el (gnus-agent-fetch-headers)
10388         (gnus-agent-retrieve-headers):
10389         Bind gnus-decode-encoded-address-function to identity.
10390
10391         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10392         available also when the server returns simply a dot.
10393
10394         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10395
10396 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10397
10398         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10399
10400 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * gnus-ems.el (gnus-x-splash): Make it work.
10403
10404         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10405         from being used.
10406
10407         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10408
10409 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10410
10411         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10412         4th and the 5th arguments.
10413
10414         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10415         the front stickiness.
10416         (gnus-article-summary-command-nosave): Correct the order of the
10417         arguments passed to pop-to-buffer.
10418         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10419         summary command ends up with the article buffer.
10420
10421         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10422         the same faces.
10423
10424 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10425
10426         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10427
10428 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10429
10430         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10431         * gnus-sum.el (gnus-summary-highlight):
10432         * pgg.el (pgg-sign-region, pgg-sign):
10433         * mail-source.el (mail-source-delete-old-incoming-confirm):
10434         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10435
10436 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10437
10438         * gnus-art.el (gnus-mime-view-part-externally)
10439         (gnus-mime-view-part-internally): Fix predicate function passed to
10440         completing-read.
10441
10442         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10443
10444         * gnus.el (gnus-update-message-archive-method): Add :version.
10445
10446 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * gnus.el (gnus-update-message-archive-method): New variable.
10449
10450         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10451         according to gnus-message-archive-method if
10452         gnus-update-message-archive-method is non-nil.
10453
10454 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10457         Suggested by Loic Dachary <loic@dachary.org>.
10458         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10459
10460 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * message.el (message-pop-to-buffer): Add switch-function argument.
10463         (message-mail): Pass switch-function argument to it.
10464
10465 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10466
10467         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10468         Improve doc string.
10469
10470 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10473         (gnus-header-content)
10474         * gnus-cite.el (gnus-cite-10)
10475         * gnus-srvr.el (gnus-server-closed)
10476         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10477         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10478         (gnus-group-mail-3-empty, gnus-group-mail-low)
10479         (gnus-group-mail-low-empty, gnus-splash)
10480         * message.el (message-header-to, message-header-cc)
10481         (message-header-subject, message-header-other, message-header-name)
10482         (message-header-xheader, message-separator, message-cited-text)
10483         (message-mml): Lighten colors of faces used for dark background.
10484
10485 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10486
10487         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10488         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10489
10490 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * message.el (message-narrow-to-headers-or-head):
10493         Ignore mail-header-separator in the body.
10494
10495 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10498         same as window size.
10499
10500 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10501
10502         * message.el (message-font-lock-keywords): Use message-header-xheader
10503         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10504         ahead of the anything pattern, to get it recognised.
10505
10506 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10509         spam.el loads uses it in the compiled defadvice form.
10510
10511 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10512
10513         * gnus-sum.el (gnus-articles-to-read)
10514         (gnus-summary-insert-old-articles): Don't truncate group name for
10515         `read-string'.
10516
10517         * gnus-util.el (gnus-limit-string): Delete this function.
10518
10519         * gnus-sum.el (gnus-simplify-subject-fully):
10520         Use `truncate-string-to-width' instead.
10521
10522 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10523
10524         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10525         Tell if, on summary exit, the next group has to be selected.
10526         (gnus-summary-exit): Use it.
10527
10528 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10529
10530         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10531         non-break space.
10532
10533 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10536         Check if group is not a directory.
10537         (nnfolder-request-expire-articles): Don't delete articles if the target
10538         group is not available.
10539
10540         * nnml.el (nnml-request-create-group): Properly check if group is not a
10541         file.
10542         (nnml-request-expire-articles): Don't delete articles if the target
10543         group is not available.
10544
10545         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10546         Don't quote characters that are within parentheses.
10547
10548 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10551         (gnus-handle-ephemeral-exit): Select article according to it.
10552
10553 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10554
10555         * message.el (message-insert-formated-citation-line): Remove newline.
10556         (message-citation-line-format): Add final \n here so that the user can
10557         avoid a blank line.
10558
10559 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10560
10561         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10562         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10563         Update lanl/arXiv support.
10564
10565 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10566
10567         * gnus.el: Bump version number.
10568
10569 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10570
10571         * gnus.el (gnus-version-number): Bump version.
10572
10573 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10574
10575         * gnus.el: No Gnus v0.6 is released.
10576
10577 2007-04-27  Didier Verna  <didier@xemacs.org>
10578
10579         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10580         * gmm-utils.el (gmm-regexp-concat): ... here.
10581         * message.el: Don't require 'gnus-util.
10582         (message-dont-reply-to-names): Handle name change above.
10583         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10584
10585 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10586
10587         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10588         since the initial value varies according to the system.
10589
10590 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10593
10594 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10595
10596         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10597
10598 2007-04-24  Didier Verna  <didier@xemacs.org>
10599
10600         Improve the type of gnus-ignored-from-addresses.
10601         * gnus-util.el (gnus-orify-regexp): New function.
10602         * message.el (gnus-util): Require it.
10603         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10604         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10605         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10606
10607 2007-04-24  Didier Verna  <didier@xemacs.org>
10608
10609         * gnus-sum.el:
10610         * gnus-utils.el: Fix some trailing whitespaces.
10611
10612 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10615         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10616         article's Message-ID; refer parent article in summary buffer.
10617
10618         * message.el (message-bounce): Call mime-to-mml.
10619
10620         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10621         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10622         optimize and/or forms properly.
10623
10624 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10625
10626         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10627         URL.
10628
10629 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10632
10633 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10636         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10637         displayed of multipart/alternative part if it is invoked from summary
10638         buffer.
10639
10640         * mm-view.el (mm-inline-text-html-render-with-w3m)
10641         (mm-inline-text-html-render-with-w3m-standalone)
10642         (mm-inline-render-with-function): Use mail-parse-charset by default.
10643
10644 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10645
10646         * parse-time.el (parse-time-string-chars): Check if CHAR
10647         is less than the length of parse-time-syntax.
10648
10649 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10650
10651         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10652         from gnus-newsgroup-processable.
10653
10654 2007-04-16  Didier Verna  <didier@xemacs.org>
10655
10656         * gnus-msg.el (gnus-configure-posting-styles):
10657         Handle message-signature-directory properly with :file syntax.
10658         Reported by "Leo".
10659
10660 2007-04-11  Didier Verna  <didier@xemacs.org>
10661
10662         New user option: message-signature-directory.
10663         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10664         * message.el (message-insert-signature): Ditto.
10665         * message.el (message-signature-file): Doc update.
10666         * message.el (message-signature-directory): New.
10667
10668 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * gnus-msg.el (gnus-inews-yank-articles):
10671         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10672
10673 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * message.el (message-yank-original): Make sure cited text ends with
10676         newline; don't exchange point and mark.
10677
10678 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10679
10680         * tls.el (open-tls-stream): Properly handle case where there
10681         is no associated buffer.
10682
10683 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10684
10685         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10686         message-yank-original, make sure (< mark TEXT point).
10687
10688 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10689
10690         * message.el (message-fill-column): New variable.
10691         (message-mode): Use it.  Add comment on a possible new hook.
10692
10693         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10694         (nnmail-get-new-mail): Reformat.
10695
10696         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10697
10698         * gmm-utils.el: Fix Commentary.
10699         (gmm-tool-bar-from-list): Fix typo in doc string.
10700
10701 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10702
10703         * message.el (message-yank-original): Don't switch point and mark
10704         unnecessarily to put point and mark as documented.
10705
10706 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10707
10708         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10709         from the message heads.
10710
10711 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10712
10713         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10714         article buffer does not have a window.  This may not be the best
10715         solution but is certainly better than setting the start of the null,
10716         that is the current, window.
10717
10718 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10721         (gnus-draft-setup): Run it.
10722
10723         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10724         gnus-score-fast-scoring.  Allow regexp.
10725         (gnus-score-headers): Use it.
10726
10727         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10728         XEmacs.
10729
10730         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10731         string.
10732         (gnus-button-alist): Also catch `<f1> k ...'.
10733         (gnus-treat-display-x-face): Fix doc string.
10734
10735 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10736
10737         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10738         evaluation of gnus-extended-version to ensure correct generation of the
10739         User-Agent header when message-generate-headers-first is used.
10740
10741 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10742
10743         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10744         hashcash-path is nil.  Don't call callback with incorrect number of
10745         parameters if val is 0.
10746
10747 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10748
10749         * message.el (message-required-news-headers):
10750         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10751
10752 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10753
10754         * tls.el (open-tls-stream): In handshake-waiting loop,
10755         don't wait more if there is output available to process.
10756
10757 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10758
10759         * tls.el (tls-program): Doc fix.
10760
10761 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * message.el (message-generate-new-buffers): Change the meaning of the
10764         nil value; add `standard' to the choices; treat t as `unique'; improve
10765         doc string.
10766         (gnus-select-frame-set-input-focus): Autoload.
10767         (message-buffer-name): Search for the existing message buffer if
10768         message-generate-new-buffers is nil or `standard'; treat the value t of
10769         message-generate-new-buffers as `unique'.
10770         (message-pop-to-buffer): Raise the frame already displaying the message
10771         buffer; clear the echo area after querying.
10772         (message-setup): Pass the `continue' argument to compose-mail.
10773         (message-mail): Prefer `switch-function' if it is given; search for the
10774         existing message buffer if the `continue' argument is non-nil; pass
10775         continue and switch-function arguments to compose-mail by way of
10776         message-setup.
10777         (message-mail-other-window): Adjust argument of message-setup.
10778         (message-mail-other-frame): Ditto.
10779
10780 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10781
10782         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10783         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10784         to turn font-lock on when turning gnus-message-citation-mode on.
10785
10786 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10787
10788         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10789         (mml-smime-function-alist): New variable; add epg as the backend.
10790         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10791         mml-smime- functions instead.
10792         * mm-view.el: Require smime.
10793
10794 2007-03-05  Didier Verna  <didier@xemacs.org>
10795
10796         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10797         instead of just inheritance for posting styles.
10798         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10799
10800 2007-02-24  Chris Moore  <dooglus@gmail.com>
10801
10802         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10803         * pgg-pgp.el (pgg-pgp-encrypt-region):
10804         * pgg-gpg.el (pgg-gpg-encrypt-region):
10805         Check pgg-encrypt-for-me if no other recipients.
10806
10807 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10808
10809         * tls.el (tls-certtool-program): Fix custom type.
10810
10811 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10812
10813         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10814         and point-at-eol instead of line-(beginning|end)-position.
10815
10816         * assistant.el (assistant-parse-buffer): Ditto.
10817
10818         * netrc.el (netrc-parse-services): Ditto.
10819
10820 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10821
10822         * mml2015.el (mml2015-epg-find-usable-key): New function.
10823         (mml2015-epg-sign): Use it.
10824         (mml2015-epg-encrypt): Use it.
10825
10826 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * message.el (message-make-in-reply-to): Quote name containing
10829         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10830         if there are special characters.  Reported by NAKAJI Hiroyuki
10831         <nakaji@jp.freebsd.org>.
10832
10833 2007-02-27  Didier Verna  <didier@xemacs.org>
10834
10835         Include the group parameters as well as the topic ones in the
10836         inheritance filter process.
10837         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10838         argument GROUP-PARAMS-LIST.
10839         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10840
10841 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10842
10843         * nntp.el (nntp-never-echoes-commands)
10844         (nntp-open-connection-functions-never-echo-commands): New variables.
10845         (nntp-send-command): Use them.
10846
10847 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10848
10849         * mml2015.el (mml2015-epg-verify): Simplify.
10850
10851 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10852
10853         * mml.el (mml-content-disposition-alist): New user option.
10854         (mml-content-disposition): New function.
10855         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10856         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10857
10858 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10859
10860         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10861         verification.
10862
10863 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10864
10865         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10866         articles posted in the last 24 hours.
10867
10868 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10869
10870         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10871
10872 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10873
10874         * nntp.el (nntp-send-command): Don't wait for echoes when
10875         nntp-open-ssl-stream is used.
10876
10877 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10880         (gnus-message-add-citation-keywords)
10881         (gnus-message-remove-citation-keywords): Remove.
10882         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10883         directly, make the variables in font-lock-defaults buffer-local, add
10884         gnus-message-citation-keywords to them and then update the value of
10885         font-lock-keywords.
10886
10887 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * message.el (message-cite-original-1): Don't call
10890         gnus-article-highlight-citation.
10891
10892         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10893         citations; fix line count.
10894
10895 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10898         (gnus-message-add-citation-keywords)
10899         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10900         versions of font-lock-add-keywords and font-lock-remove-keywords to
10901         work with XEmacs correctly.
10902
10903 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10904
10905         * gnus-cite.el (gnus-cite-face-list): Set the values of
10906         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10907         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10908         (gnus-message-cite-prefix-regexp): New variable.
10909         (gnus-message-search-citation-line): Use it; protect against long
10910         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10911         the 0th match data for Emacs.
10912         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10913         (gnus-message-add-citation-keywords): Append keywords rather than
10914         prepending; emulate font-lock-add-keywords if it is not available.
10915         (gnus-message-remove-citation-keywords):
10916         Emulate font-lock-remove-keywords if it is not available.
10917
10918         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10919
10920         * message.el (message-cite-prefix-regexp): Set the value of
10921         gnus-message-cite-prefix-regexp.
10922
10923 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10924
10925         * nnweb.el (nnweb-google-parse-1): Update parser.
10926
10927 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10928
10929         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10930
10931 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10932
10933         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10934         regexp.
10935
10936 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10939         string-to-multibyte.
10940         (uudecode-decode-region-internal): Use it.
10941
10942         * lpath.el: Fbind string-as-multibyte for XEmacs.
10943
10944 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10945
10946         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10947         Fix custom choice.
10948
10949         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10950
10951 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10952
10953         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10954
10955         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10956         `write-region' to respect `mm-inhibit-file-name-handlers'.
10957
10958 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10959
10960         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10961         Use gnus-home-directory instead of "~/" or "$HOME".
10962
10963 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10964
10965         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10966         to mention filename.
10967         Add comments at beginning regarding usage.
10968         (encrypt-write-file-contents): Change interactive so a string is
10969         acceptable.  If the file has no associated model, show an error instead
10970         of a nonsense prompt.
10971
10972 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10973
10974         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10975         Thanks to Yoshihiko Yamada for kind notification of this typo.
10976
10977 2007-01-12  Kenichi Handa  <handa@m17n.org>
10978
10979         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10980         multibyte buffer.
10981
10982 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10983
10984         * gnus-score.el (gnus-score-fast-scoring): New variable.
10985         (gnus-score-headers): Use it.
10986
10987         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10988
10989         * message.el (message-cite-original-1):
10990         Call gnus-article-highlight-citation if requested.
10991         (message-make-from): Allow name and address as optional arguments.
10992
10993         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10994
10995         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10996         bugs to doc string.
10997         (gnus-button-alist): Add mid\\|message-id.
10998         (gnus-button-fetch-group): Extend for use in
10999         `browse-url-browser-function'.
11000         (gnus-button-url-regexp): Try to catch paired parentheses like in
11001         Wikipedia URLs.
11002
11003         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11004         Suggested by Simon Krahnke <overlord@gmx.li>.
11005
11006 2007-01-13  Romain Francoise  <romain@orebokech.com>
11007
11008         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11009         Update copyright.
11010
11011 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11012
11013         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11014
11015 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11016
11017         * gnus-registry.el (gnus-registry-unfollowed-groups)
11018         (gnus-registry-split-fancy-with-parent): Fix documentation.
11019
11020 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11021
11022         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11023         from nnweb groups.
11024
11025 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11026
11027         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11028         Xref urls.  Erase buffer before requesting head.
11029
11030         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11031
11032 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11033
11034         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11035         customizable.
11036
11037 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11038
11039         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11040         no signing key is found.
11041         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11042         no encrypting and/or signing key is found.
11043
11044 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11045
11046         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11047
11048 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11049
11050         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11051         headers read from disk with the ones newly found in the current search.
11052         This should no longer cause problems, because the article numbers in
11053         Gmane's `nov.php' output are ignored since the previous change.
11054
11055 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11056
11057         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11058
11059 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11060
11061         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11062         replace-regexp-in-string; bind url-version; fbind display-images-p and
11063         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11064         find-face and set-itimer-function for Emacs; bind itimer-list for
11065         Emacs.
11066
11067         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11068
11069 2007-01-01  Romain Francoise  <romain@orebokech.com>
11070
11071         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11072
11073 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11074
11075         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11076         `define-minor-mode' macro definition expanded properly.
11077         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11078         exclude it there.
11079
11080         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11081         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11082         `fboundp' test.
11083         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11084         This is OK to autoload in (S)XEmacs now.
11085
11086 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11087
11088         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11089         keystroke.
11090         (gnus-summary-limit-to-singletons): Fix typo.
11091
11092         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11093         else fails.
11094
11095 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11096
11097         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11098         docstring.
11099
11100         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11101         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11102         (gnus-summary-insert-dormant-articles): Fix typo in message.
11103
11104 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11105
11106         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11107         nil for XEmacs.
11108         (gnus-message-citation-mode): Don't autoload in XEmacs.
11109
11110         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11111
11112 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11113
11114         * nnimap.el (nnimap-expunge-search-string):
11115         Mention nnimap-search-uids-not-since-is-evil in docstring.
11116
11117 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11118
11119         * spam.el: Revert to make-obsolete-variable because
11120         define-obsolete-variable-alias is not supported in Emacs 21.
11121
11122         * spam.el (spam-ifile-path, spam-ifile-database-path)
11123         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11124         make-obsolete-variable.
11125         (spam-bsfilter-path, spam-bsfilter-program)
11126         (spam-spamassassin-path, spam-spamassassin-program)
11127         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11128         Don't use "path" inappropriately.
11129         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11130         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11131         variable names.
11132
11133 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11134
11135         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11136         summary buffer.
11137
11138         * password.el (password-cache-remove): Use clear-string to burn
11139         password, if available.
11140
11141 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11142
11143         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11144
11145         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11146
11147         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11148         (gnus-message-highlight-citation): Move defcustom here from
11149         gnus-cite.el.
11150         (gnus-message-citation-mode): Autoload.
11151
11152         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11153         checks to make it compile with XEmacs.
11154         (gnus-message-citation-mode): New minor mode.
11155         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11156         (gnus-message-highlight-citation): New variables.
11157         (gnus-message-search-citation-line)
11158         (gnus-message-add-citation-keywords)
11159         (gnus-message-remove-citation-keywords)
11160         (turn-on-gnus-message-citation-mode)
11161         (turn-off-gnus-message-citation-mode): New functions.
11162
11163 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11164
11165         * gnus-cite.el: Enable highlighting of different citation levels in
11166         message-mode.
11167
11168 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * message.el (message-make-fqdn): Fix comment.
11171         (message-bogus-system-names): Add ".local".
11172
11173         * spam.el (spam-ifile-path, spam-ifile-program)
11174         (spam-ifile-database-path, spam-ifile-database)
11175         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11176         Don't use "path" inappropriately.
11177         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11178         strings.
11179         (spam-check-ifile, spam-ifile-register-with-ifile)
11180         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11181         Use new variable names.
11182
11183         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11184         (gnus-treat-display-smileys): Simplify using
11185         gnus-image-type-available-p.
11186
11187         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11188         available.
11189
11190         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11191         Use `display-images-p' if available.
11192
11193 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11196         one after turning on the buffer's multibyteness instead of decoding
11197         them directly in the unibyte buffer that causes unexpected conversion
11198         in Emacs 23 (unicode).
11199
11200 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11201
11202         * message.el (message-generate-hashcash): Fix custom type.
11203
11204 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11205
11206         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11207
11208 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11211         disconnect icons.  Add help text.
11212
11213 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11214
11215         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11216         negated to be consistent with the others we handle.
11217
11218 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11219
11220         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11221         version of gnus-summary-buffer to something, so that we can use two
11222         article buffers at the same time.
11223
11224 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11225
11226         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11227         trigger all the extra headers.
11228         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11229         sorting.
11230
11231 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11232
11233         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11234         solid groups.
11235
11236 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11237
11238         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11239
11240 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * legacy-gnus-agent.el: Add Copyright notice.
11243
11244 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11245
11246         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11247
11248 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11249
11250         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11251
11252         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11253         to make it work reliably in CVS Emacs.
11254         (gnus-summary-limit-strange-charsets-predicate)
11255         (gnus-summary-limit-to-predicate): New functions.
11256
11257 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11258
11259         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11260         specifying array size.
11261         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11262         array if it is too small.
11263         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11264         (gnus-sort-threads-loop): New function.
11265
11266 2006-12-06  Chris Moore  <dooglus@gmail.com>
11267
11268         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11269         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11270
11271 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11272
11273         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11274         options.
11275
11276 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11277
11278         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11279         DOS-ing the recipient.
11280
11281         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11282         the headers when creating the mapping to avoid mismappings.
11283         (nnweb-gmane-create-mapping): Always nix out old mapping.
11284
11285 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11288         and mm-verify-option to never.
11289
11290 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11291
11292         * message.el (message-signed-or-encrypted-p): New function.
11293         (message-forward-make-body): Use it.
11294
11295         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11296         Replace encode-coding-string with mm-encode-coding-string.
11297
11298 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * nneething.el (nneething-decode-file-name):
11301         Replace decode-coding-string with mm-decode-coding-string.
11302
11303         * gnus-int.el (gnus-open-server): Say failed server's name.
11304
11305 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11306
11307         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11308         strings to a single string.  Quote `errors-file-name'.
11309         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11310         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11311         Adjust calls.  Use `shell-quote-argument'.
11312
11313 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11314
11315         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11316         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11317
11318         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11319         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11320         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11321         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11322         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11323         (gnus-subscribe-newsgroup, gnus-1):
11324         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11325         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11326         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11327         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11328
11329 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11330
11331         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11332         keystroke.
11333         (gnus-summary-limit-to-bodies): Implement headersp.
11334
11335 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11336
11337         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11338
11339 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11340
11341         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11342
11343 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11344
11345         * message.el (message-generate-hashcash): Expand range of values to
11346         include `opportunistic'.
11347         (message-send-mail): Use it.
11348
11349 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11350
11351         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11352         and comment it.
11353
11354         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11355
11356 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11357
11358         * gnus-util.el (gnus-extract-address-components): Improve comment.
11359
11360 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * gnus-util.el (gnus-extract-address-components): Work with address in
11363         which the name portion contains @.
11364
11365         * lpath.el: Fbind custom-autoload.
11366
11367 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11368
11369         * gnus.el (gnus-start): Move custom group up.
11370         (gnus-select-method): Don't autoload, but make it available for
11371         `customize-variable'.
11372         (gnus-getenv-nntpserver): Don't autoload.
11373
11374 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11375
11376         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11377
11378 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * message.el (message-sendmail-extra-arguments): New variable.
11381         (message-send-mail-with-sendmail): Use it.
11382
11383 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11384
11385         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11386         mm-with-unibyte-current-buffer to make string unibyte.
11387
11388         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11389         mm-string-as-multibyte.
11390
11391 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11392
11393         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11394         Reported by Werner Koch <wk@gnupg.org>.
11395
11396 2006-11-14  Daiki Ueno  <ueno@p360>
11397
11398         * mml2015.el: Autoload epa-select-keys when compiling.
11399
11400 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11401
11402         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11403         message-options.
11404         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11405
11406 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11407
11408         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11409         EasyPG (< 0.0.6).
11410         (mml2015-always-trust): New user option.
11411         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11412         prompt.
11413
11414 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * nntp.el (nntp-authinfo-force): New variable.
11417         (nntp-send-authinfo): Use it.
11418
11419 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11422         decode encoded words.  Improve prompt.  Add comment about forwarding.
11423         (message-replacement-char): Move up.
11424
11425 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11426
11427         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11428         instead of gnus-intersection because arguments of gnus-sorted-nunion
11429         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11430
11431 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11434         (message-simplify-subject-functions):
11435         Enable message-strip-subject-encoded-words by default.
11436
11437 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * message.el (message-strip-subject-encoded-words): New function.
11440         (message-simplify-subject-functions): New variable.
11441         (message-simplify-subject): Use it.  Fix typo in doc string.
11442         Support message-strip-subject-encoded-words.
11443
11444 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11445
11446         * gnus-diary.el (gnus-diary-delay-format-function):
11447         * nndiary.el (nndiary-reminders):
11448         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11449
11450 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11451
11452         * gnus-art.el (article-hide-boring-headers): Fetch date from
11453         gnus-original-article-buffer to avoid problems with localized date
11454         strings.
11455
11456 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11457
11458         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11459
11460 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11461
11462         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11463         New variables.
11464         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11465         (mm-charset-synonym-alist): Move some entries to
11466         mm-codepage-iso-8859-list.
11467         (mm-charset-synonym-alist, mm-charset-override-alist):
11468         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11469
11470 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11473
11474 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11475
11476         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11477         with Emacs 21 and XEmacs.
11478
11479 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11480
11481         * spam.el (spam-parse-address): New function for better parsing,
11482         catching errors, etc.
11483         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11484
11485 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11486
11487         * mm-view.el: Add interactive arg to html2text autoload.
11488
11489 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11490
11491         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11492
11493 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11494
11495         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11496         New variables.
11497         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11498         (mm-charset-synonym-alist): Move some entries to
11499         mm-codepage-iso-8859-list.
11500
11501         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11502
11503 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11504
11505         * message.el (message-citation-line-format)
11506         (message-insert-formated-citation-line): Fix implementation of %E, %N
11507         and %n according to the doc string.
11508
11509 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11510
11511         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11512         Use car-safe to avoid bad parses.
11513
11514 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11515
11516         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11517         names.
11518
11519         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11520
11521 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11522
11523         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11524         header.
11525
11526         * message.el (message-draft-headers): Add Date.
11527         (message-headers-to-generate): Fix typo in docstring.
11528
11529         * nndraft.el (nndraft-required-headers): New variable.
11530         (nndraft-generate-headers): Use it.
11531
11532         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11533
11534 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11535
11536         * gnus-registry.el (gnus-registry-wash-for-keywords)
11537         (gnus-registry-find-keywords): New functions to allow easy searching of
11538         articles that are in the registry.
11539
11540 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11541
11542         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11543         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11544         Reported by Damien Elmes <damien@repose.cx>.
11545
11546 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11547
11548         * gnus.el (gnus-mime): Remove unused custom group.
11549
11550 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11551
11552         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11553         "blank line" when searching for end of armor headers.
11554
11555 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11556
11557         * gmm-utils.el (gmm-write-region): Fix variable name.
11558
11559 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11560
11561         * gmm-utils.el (gmm-write-region): New function based on compatibility
11562         code from `mm-make-temp-file'.
11563
11564         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11565
11566         * nnmaildir.el (nnmaildir--update-nov)
11567         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11568         Use `gmm-write-region'.
11569
11570 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11573         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11574
11575         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11576
11577         * message.el (message-replacement-char): New variable.
11578         (message-fix-before-sending): Use it.
11579         (message-simplify-subject): New function to remove duplicate code.
11580         (message-reply, message-followup): Use it.
11581
11582         * gnus-sum.el (gnus-summary-make-menu-bar):
11583         Clarify gnus-summary-limit-to-articles.
11584
11585 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11586
11587         * gnus-util.el (gnus-with-local-quit): New macro.
11588
11589         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11590
11591 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11592
11593         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11594         ignore non-string data.
11595
11596 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11597
11598         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11599         non-string data (needs to be done in the registry too).
11600
11601 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11602
11603         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11604         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11605         (gnus-registry-split-fancy-with-parent)
11606         (gnus-registry-fetch-simplified-message-subject-fast)
11607         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11608         Remove text properties on ingress into the registry and when it's saved.
11609         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11610         registry from entries with no groups.
11611
11612 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11613
11614         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11615         function to remove string properties.
11616
11617 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * gmm-utils.el (gmm): Adjust custom version.
11620
11621         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11622         Adjust custom version.
11623
11624         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11625
11626 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11627
11628         * gnus-art.el (gnus-insert-prev-page-button)
11629         (gnus-insert-next-page-button): Simplify.  Reformat.
11630
11631 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11632
11633         * gnus-art.el (gnus-insert-prev-page-button)
11634         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11635
11636 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11637
11638         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11639
11640 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11641
11642         * gnus-art.el (gnus-insert-mime-button)
11643         (gnus-insert-mime-security-button):
11644         Apply gnus-article-button-face to MIME and security buttons.
11645
11646 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11647
11648         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11649         readable.
11650
11651 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11652
11653         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11654
11655 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11656
11657         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11658         `browse-url-of-file' instead of `browse-url'.
11659
11660 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11661
11662         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11663         regexp.  Articles containing quotation were cut prematurely.
11664
11665 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11666
11667         * message.el (message-cite-original-1): Use nobody by default for the
11668         value of From header.
11669         (message-reply): Ditto.
11670
11671 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11672
11673         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11674         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11675         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11676
11677 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11678
11679         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11680         mails in the doc string.  Add some URLs in comment.
11681         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11682
11683 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11684
11685         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11686         backslashes handling and the way to find boundaries of quoted strings.
11687
11688 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11689
11690         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11691         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11692         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11693         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11694
11695 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11698         doc string.
11699         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11700
11701 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * lpath.el: Fbind epg-check-configuration.
11704
11705 2006-09-06  Simon Josefsson  <jas@extundo.com>
11706
11707         * mml2015.el (mml2015-use): Doc fix, mention epg.
11708
11709 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11710
11711         * mml2015.el (mml2015-use): Default to epg, if available.
11712
11713 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11714
11715         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11716         message-sender.
11717         (mml1991-epg-encrypt): Ditto.
11718         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11719         message-sender.
11720         (mml2015-epg-encrypt): Ditto.
11721
11722 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11723
11724         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11725         several common directories.
11726
11727 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11728
11729         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11730         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11731
11732 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * gnus-art.el (article-decode-encoded-words): Make it fast.
11735
11736 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11739
11740         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11741         in quoted string into `\'.
11742
11743 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11746         Use standard-syntax-table.
11747
11748 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * gnus-art.el (gnus-decode-address-function): New variable.
11751         (article-decode-encoded-words): Use it to decode headers which are
11752         assumed to contain addresses.
11753         (gnus-mime-delete-part): Remove useless `or'.
11754
11755         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11756         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11757         (gnus-nov-parse-line): Use it to decode From header.
11758         (gnus-get-newsgroup-headers): Ditto.
11759         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11760
11761         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11762         (mail-decode-encoded-address-string): New alias.
11763
11764         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11765         New function.
11766         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11767         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11768         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11769         (rfc2047-decode-string): Ditto.
11770         (rfc2047-decode-address-region): New function.
11771         (rfc2047-decode-address-string): New function.
11772
11773 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11774
11775         * message.el (message-caesar-buffer-body): Allow rotating headers.
11776
11777         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11778
11779         * message.el (message-insert-formated-citation-line): Fix %f.
11780         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11781
11782 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11785         (gnus-bookmark-mouse-available-p): New macro.
11786         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11787         (gnus-bookmark-bmenu-show-infos): Use it.
11788         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11789         (gnus-bookmark-bmenu-hide-infos): Ditto.
11790         (gnus-bookmark-remove-properties): New function.
11791         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11792         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11793         (gnus-bookmark-write-file): Bind coding-system-for-write.
11794         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11795         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11796         group before selecting it.
11797         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11798         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11799         quit-window if it is not available; use gnus-mouse-2 and bind it to
11800         gnus-bookmark-bmenu-select-by-mouse.
11801         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11802         (gnus-bookmark-bmenu-select-by-mouse): New function.
11803
11804 2006-08-13  Romain Francoise  <romain@orebokech.com>
11805
11806         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11807         space.
11808
11809 2006-08-10  Romain Francoise  <romain@orebokech.com>
11810
11811         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11812         (dns-mode-soa-auto-increment-serial): New user option.
11813         (dns-mode-soa-maybe-increment-serial): New function.
11814         (dns-mode): Add the latter to `write-contents-functions'.
11815
11816 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * compface.el (uncompface): Use binary rather than raw-text-unix.
11819
11820 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * compface.el (uncompface): Make sure the eol conversion doesn't take
11823         place when communicating with the external programs.
11824         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11825
11826 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11829
11830 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11831
11832         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11833         Make it more robust by parsing author and date independently.
11834
11835 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11838
11839 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11840
11841         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11842         first matching secret key.
11843         (mml2015-epg-encrypt): Ditto.
11844
11845         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11846         first matching secret key.
11847         (mml1991-epg-encrypt): Ditto.
11848
11849         * mml2015.el (mml2015-encrypt-to-self): New user option.
11850         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11851         mml2015-epg-encrypt-to-self is set.
11852
11853         * mml1991.el (mml1991-encrypt-to-self): New variable.
11854         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11855         mml1991-epg-encrypt-to-self is set.
11856
11857         * mml2015.el (mml2015-signers): New user option.
11858         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11859         (mml2015-epg-encrypt): Allow to select signing keys.
11860
11861         * mml1991.el (mml1991-signers): New variable.
11862         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11863         (mml1991-epg-encrypt): Allow to select signing keys.
11864
11865 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * nnheader.el (nnheader-insert-head): Make it work even if the file
11868         uses CRLF for the line-break code.
11869
11870 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11871
11872         * mml2015.el: Require mml-sec instead of password.
11873         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11874         (mml2015-cache-passphrase): Inherit the default value from
11875         mml-secure-cache-passphrase.
11876         (mml2015-passphrase-cache-expiry): Inherit the default value from
11877         mml-secure-passphrase-cache-expiry.
11878
11879         * mml1991.el: Require mml-sec instead of password.
11880         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11881         (mml1991-cache-passphrase): Inherit the default value from
11882         mml-secure-cache-passphrase.
11883         (mml1991-passphrase-cache-expiry): Inherit the default value from
11884         mml-secure-passphrase-cache-expiry.
11885
11886         * mml-sec.el: Require password.
11887         (mml-secure-verbose): New user option.
11888         (mml-secure-cache-passphrase): New user option.
11889         (mml-secure-passphrase-cache-expiry): New user option.
11890
11891 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11892
11893         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11894         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11895         andreas@altroot.de (Andreas Vögele).
11896
11897         FIXME: Use `tiny change'?
11898
11899 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11900
11901         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11902         workaround for the url package included with Emacs.
11903
11904         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11905
11906 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11909         correctly.  This fixes a bug caused by the 2006-05-12 change.
11910
11911 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11912
11913         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11914         some information about the error when saying that the `bogus' mail
11915         group will be used.
11916
11917 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11918
11919         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11920         string.
11921
11922 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11923
11924         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11925
11926 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11927
11928         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11929
11930 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11931
11932         * mml1991.el (mml1991-function-alist): Add epg.
11933         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11934         (mml1991-epg-encrypt): New functions.
11935
11936 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11937
11938         * mml2015.el (mml2015-verbose): New variable.
11939         (mml2015-cache-passphrase): Ditto.
11940         (mml2015-passphrase-cache-expiry): Ditto.
11941         (mml2015-function-alist): Add epg.
11942         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11943         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11944         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11945         New functions.
11946
11947 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11948
11949         * message.el (message-cite-original-1): Preserve region when removing
11950         quoted text due to X-No-Archive in order to avoid bogus attribution
11951         when citing multiple messages.
11952
11953 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11954
11955         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11956         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11957
11958 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * gnus-diary.el (gnus-user-format-function-d)
11961         (gnus-user-format-function-D): Autoload.
11962
11963         * imap.el (Commentary): Fix typo.
11964
11965         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11966         2006-04-22 contribution.
11967
11968 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11969
11970         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11971         It didn't really fix the bogosity I'm seeing with solid web groups.
11972
11973 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11974
11975         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11976         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11977         created using server names.  If we use the feature without declaring
11978         it, Gnus does not properly manage server and group state.
11979
11980         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11981         bound.
11982
11983 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11984
11985         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11986         looking up the method using GROUP's prefix before inventing a new one.
11987         It is used on killed/unknown groups in various places where returning
11988         an all-new method isn't expected by the caller.
11989
11990         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11991         and match semantics of gnus-group-real-prefix.
11992
11993 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11994
11995         * nnmail.el (nnmail-broken-references-mailers): New variable.
11996         (nnmail-ignore-broken-references): New function generalizing
11997         nnmail-fix-eudora-headers.
11998         (nnmail-fix-eudora-headers): Now obsolete.
11999
12000         * gnus-art.el (gnus-button-handle-custom):
12001         Support `customize-apropos*'.
12002
12003 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12004
12005         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12006
12007         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12008         articles.
12009
12010 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * message.el (message-cite-reply-above): New variable.
12013         (message-yank-original): Use it.
12014
12015 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12018
12019 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12020
12021         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12022         as read.
12023
12024         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12025
12026 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12029         (gnus-bookmark-default-file): Use gnus-directory.
12030         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12031         Remove "*" in doc string.
12032         (gnus-bookmark-write-file): Simplify.
12033         (gnus-bookmark-maybe-sort-alist): Use `when'.
12034         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12035         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12036         Add FIXME about Emacs 21 and XEmacs compatibility.
12037         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12038         compatibility.
12039         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12040         compatibility.
12041         (gnus-bookmark-menu-heading): Fix version.
12042
12043 2006-06-19  Bastien Guerry  <bzg@altern.org>
12044
12045         * gnus-bookmark.el: New file.
12046
12047 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * message.el (message-syntax-checks): Doc fix.
12050
12051 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12052
12053         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12054         unsubscribed groups as if they were killed ones.  It causes duplicate
12055         entries in gnus-newsrc-alist.
12056
12057 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * message.el (message-syntax-checks): Doc fix.
12060         (message-send-mail): Add check for continuation headers.
12061         (message-check-news-header-syntax): Fix regexp used to check for
12062         continuation headers.
12063
12064 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12067
12068 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12069
12070         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12071
12072 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12075         default-truncate-lines.
12076
12077 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12078
12079         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12080         to fill the utf-8 entry.
12081
12082         * lpath.el: Fbind unicode-precedence-list.
12083
12084 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12085
12086         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12087
12088 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12089
12090         * gnus-agent.el (directory-files-and-attributes): Move all the way
12091         forward (the third and final move).
12092         (gnus-agent-read-agentview): Trap reconstruction errors due to
12093         nonexistent directory.  Handle by returning nil.
12094
12095 2006-05-30  Didier Verna  <didier@xemacs.org>
12096
12097         * message.el (message-dont-reply-to-names): Update the custom type.
12098         * message.el (message-dont-reply-to-names): New defsubst: potentially
12099         convert a list of regexps into a single one.
12100         * message.el (message-get-reply-headers): Use it.
12101         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12102
12103 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * gnus-agent.el (directory-files-and-attributes): Move forward.
12106
12107 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12108
12109         * gnus-ml.el (gnus-mailing-list-subscribe)
12110         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12111         (gnus-mailing-list-message): Fix doc strings.
12112
12113 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12114
12115         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12116         of doing it manually.
12117
12118 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12119
12120         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12121         comment.
12122
12123 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12124
12125         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12126         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12127         (gnus-agent-read-local): All symbols allocated in my-obarray.
12128         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12129         (gnus-agent-regenerate-group): Check numeric names to see if they are
12130         messages or groups.
12131         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12132         better way of do this...)
12133
12134         * gnus-cache.el (gnus-agent-total-fetched-for):
12135         Ignore 'dummy.group' (there should be a better way of do this...)
12136
12137 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12138
12139         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12140         (gnus-saved-headers): Ditto.
12141         (gnus-default-article-saver): Mention functions may have properties.
12142         (gnus-article-save): Override gnus-save-all-headers and
12143         gnus-saved-headers by :headers property which saver function may have.
12144         (gnus-summary-save-in-file): Add :headers property.
12145         (gnus-summary-write-to-file): Ditto.
12146
12147         * gnus-sum.el (gnus-summary-save-article): Bind
12148         gnus-prompt-before-saving to t when saving many articles in a file;
12149         always show all headers.
12150
12151         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12152
12153 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12154
12155         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12156         marks.
12157
12158         * message.el (message-indent-citation): Add optional arguments to allow
12159         using it outside of message buffers.
12160
12161         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12162         (gnus-article-treat-unfold-headers): Use it.
12163         (gnus-article-truncate-lines): New variable.
12164         (gnus-article-mode): Use it.
12165         (gnus-article-toggle-truncate-lines): New function.
12166
12167         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12168         Add gnus-article-toggle-truncate-lines.
12169
12170         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12171         coding system in XEmacs, use binary.
12172
12173 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12174
12175         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12176         after-load-alist.
12177
12178         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12179         this function should save decoded articles.
12180         (gnus-summary-write-to-file): Use property to specify this function
12181         should save decoded articles and specify gnus-summary-save-in-file
12182         should be used to save articles other than the first one when saving
12183         many articles.
12184         (gnus-summary-save-body-in-file): Use property to specify this
12185         function should save decoded articles.
12186         (gnus-summary-write-body-to-file): Use property to specify this
12187         function should save decoded articles and specify
12188         gnus-summary-save-body-in-file should be used to save articles other
12189         than the first one when saving many articles.
12190
12191         * gnus-sum.el (gnus-summary-save-article): Simplify.
12192
12193 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * gnus-art.el (gnus-default-article-saver):
12196         Add gnus-summary-write-body-to-file.
12197         (gnus-article-save-coding-system): Don't use coding system object
12198         in XEmacs.
12199         (gnus-read-save-file-name): Add optional `dir-var' argument which
12200         specifies directory in which files are saved; work even if optional
12201         `variable' argument is not specified.
12202         (gnus-summary-write-to-file): Read file name.
12203         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12204         (gnus-summary-write-body-to-file): New function.
12205
12206         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12207         (gnus-summary-local-variables): Add it.
12208         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12209         (gnus-summary-save-article): Remove optional `decode' argument;
12210         determine whether to decode articles by the value of
12211         gnus-default-article-saver; when saving many files using
12212         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12213         it first and use gnus-summary-save-in-file or
12214         gnus-summary-save-body-in-file thereafter unless
12215         gnus-prompt-before-saving is always; move point to article which
12216         will be saved.
12217         (gnus-summary-save-article-file): Revert.
12218         (gnus-summary-write-article-file): Revert.
12219         (gnus-summary-save-article-body-file): Revert.
12220         (gnus-summary-write-article-body-file): New function.
12221
12222 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * gnus-art.el (gnus-default-article-saver): Doc fix.
12225         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12226         from gnus-summary-save-article-coding-system, and default to a
12227         certain coding system.
12228         (gnus-output-to-file): Add coding cookie and encode text according
12229         to gnus-article-save-coding-system; don't use mm-append-to-file.
12230
12231         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12232         gnus-art.el and rename to gnus-article-save-coding-system.
12233         (gnus-summary-save-article): Require gnus-art; don't show all
12234         headers if it decodes articles; don't add coding cookie here;
12235         don't bind mm-text-coding-system-for-write.
12236         (gnus-summary-save-article-file): Save decoded articles.
12237         (gnus-summary-write-article-file): When saving many files, use
12238         gnus-summary-write-to-file first and gnus-summary-save-in-file
12239         thereafter unless gnus-prompt-before-saving is always.
12240         (gnus-summary-save-article-body-file): Save decoded articles.
12241
12242         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12243
12244 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12245
12246         * nnrss.el (nnrss-check-group): Bind hash-index.
12247
12248 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12249
12250         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12251         its hash index.  Store this hash in `nnrss-group-data'.
12252         (nnrss-read-group-data): Update accordingly.
12253
12254 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12255
12256         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12257         entry.
12258
12259         * gnus-sum.el (gnus-summary-make-menu-bar):
12260         Add gnus-article-browse-html-article.
12261
12262 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12263
12264         * gnus-sum.el (gnus-summary-mime-map):
12265         Add gnus-article-browse-html-article.
12266
12267         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12268
12269 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12270
12271         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12272         suitable coding systems in customize.
12273
12274 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12275
12276         * mail-source.el (mail-sources): Fix custom type.
12277
12278 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12279
12280         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12281         (gnus-summary-expire-articles-now): Shorten prompt.
12282
12283         * gmm-utils.el (wid-edit): Require.
12284         (defun-gmm): Rename from `gmm-defun-compat'.
12285         (gmm-image-search-load-path): Use it.
12286         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12287
12288 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12289
12290         * gnus-sum.el (gnus-summary-save-article-coding-system):
12291         New variable.
12292         (gnus-summary-save-article): Add optional `decode' argument.
12293         If it is set and gnus-summary-save-article-coding-system is non-nil,
12294         save decoded article.
12295         (gnus-summary-write-article-file): Save decoded article if
12296         gnus-summary-save-article-coding-system is non-nil.
12297
12298         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12299         type.
12300
12301 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12304
12305 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12308         first to test gnus-single-article-buffer which may be buffer-local.
12309
12310         * gnus-sum.el (gnus-summary-setup-buffer):
12311         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12312         group; make gnus-article-buffer, gnus-article-current, and
12313         gnus-original-article-buffer always buffer-local.
12314         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12315         group.
12316         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12317
12318 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12319
12320         * nnml.el (nnml-request-compact-group): Compressed files might not
12321         have .gz extension.
12322
12323 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12324
12325         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12326         (mm-copy-to-buffer): Use with-current-buffer.
12327         (mm-display-part): Simplify.
12328         (mm-inlinable-p): Add optional arg `type'.
12329
12330 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12331
12332         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12333         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12334         Try harder to show the attachment internally or externally using
12335         gnus-mime-view-part-as-type.
12336
12337 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12338
12339         * message.el (message-from-style, message-signature-separator)
12340         (message-user-organization-file, message-send-mail-function)
12341         (message-citation-line-function, message-yank-prefix)
12342         (message-indent-citation-function, message-signature)
12343         (message-signature-file, message-signature-insert-empty-line):
12344         Remove autoloads.
12345
12346         * gnus-art.el (gnus-buttonized-mime-types):
12347         Remove "multipart/signed".  Revert 2006-04-26 change.
12348
12349 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12350
12351         * gnus.el (gnus-version-number): Bump version.
12352
12353 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12354
12355         * gnus.el: No Gnus v0.5 is released.
12356
12357 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12358
12359         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12360         fetching articles by message-id.
12361
12362 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12363
12364         * message.el (hashcash): Require hashcash as normal.
12365
12366         * ecomplete.el (ecomplete-highlight-match-line):
12367         Use point-at-eol.
12368         (ecomplete-highlight-match-line): Use `highlight', because that
12369         face exists in both Emacs and XEmacs.
12370
12371         * message.el (message-display-abbrev): Use point-at-bol.
12372
12373         * mail-source.el: Don't require timer/timer-funcs.
12374
12375         * gnus-async.el: Ditto.
12376
12377         * password.el: Ditto.
12378
12379         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12380
12381         * mm-url.el: Ditto.
12382
12383         * gnus-xmas.el: Don't require timer-funcs.
12384
12385         * mm-util.el: Require timer/timer-funcs.
12386
12387 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12388
12389         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12390         Close.
12391
12392 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12395         unibyte after clear-decrypt function runs.
12396
12397         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12398         returns as a unibyte string.
12399
12400 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * lpath.el: Revert.
12403
12404         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12405         (pgg-gpg-process-sentinel): Revert.
12406
12407         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12408         (pgg-pgp-lookup-key): Revert.
12409
12410         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12411         (pgg-pgp5-lookup-key): Revert.
12412
12413         * pgg.el (pgg-fetch-key): Revert.
12414
12415 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * lpath.el: Fbind string-as-multibyte for XEmacs.
12418
12419         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12420         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12421         (mml1991-pgg-encrypt): Ditto.
12422
12423         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12424         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12425         a multibyte buffer.
12426
12427         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12428         (pgg-pgp-lookup-key): Ditto.
12429
12430         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12431         (pgg-pgp5-lookup-key): Ditto.
12432
12433         * pgg.el (pgg-fetch-key): Ditto.
12434
12435 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12436
12437         * message.el (message-user-organization-file): Check several
12438         locations of the organization file.
12439
12440         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12441         Add gnus-article-view-part-as-type.
12442
12443         * gnus-art.el (gnus-article-view-part-as-type): New function.
12444
12445         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12446         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12447
12448         * mml.el: Simplify autoload.
12449         (mml-mode): defvar dnd-protocol-alist instead of using
12450         symbol-value.
12451         (mml-default-directory): New variable.
12452         (mml-minibuffer-read-file): Use it.
12453         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12454
12455         * message.el (message-citation-line-format): New variable.
12456         (message-insert-formated-citation-line): New function.
12457         (message-citation-line-function):
12458         Add `message-insert-formated-citation-line' to custom type.
12459
12460         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12461         to doc string.
12462
12463         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12464         depending on mm-verify-option.
12465
12466 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12467
12468         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12469         binding pgg-* variables; reimplement the section which prevents
12470         MIME header from being signed.
12471         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12472         pgg-text-mode; remove a blank line at the top of body.
12473
12474         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12475         lines at the top of body; use gnus-newsgroup-charset if there's no
12476         Charset header.
12477
12478 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * message.el (message-self-insert-commands): Doc fix.
12481
12482         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12483         (mm-uu-pgp-encrypted-test): Ditto.
12484         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12485         between header and body; return application/pgp-encrypted handle
12486         if decryption failed; decode decrypted body by charset.
12487
12488         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12489         element match to application/pgp-*.
12490
12491 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12492
12493         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12494         HTML.
12495
12496 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12497
12498         * mail-source.el (mail-source-call-script): Message the error
12499         string.
12500
12501 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12502
12503         * gnus-util.el (gnus-byte-compile): Use it.
12504
12505 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12506
12507         * gnus-util.el (kill-empty-logs): New function.
12508
12509 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12510
12511         * message.el (message-mail-alias-type): Doc fix.
12512         (message-mail-alias-type-p): New function.
12513         (message-send): Use it.
12514         (message-mode): Ditto.
12515         (message-strip-forbidden-properties): Ditto.
12516
12517         * ecomplete.el (ecomplete-database-file-coding-system):
12518         New variable.
12519         (ecomplete-save): Use it.
12520         (ecomplete-setup): Use it.
12521
12522 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12523
12524         * message.el (message-self-insert-commands): New variable.
12525         (message-strip-forbidden-properties): Use it.
12526
12527 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12528
12529         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12530         that doesn't make XEmacs choke.
12531
12532 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * gnus-util.el (gnus-replace-in-string):
12535         Prefer replace-regexp-in-string over of replace-in-string.
12536
12537 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * gnus-util.el (gnus-select-frame-set-input-focus):
12540         Use select-frame-set-input-focus if it is available in XEmacs; use
12541         definition defined in Emacs 22 for old Emacsen.
12542
12543         * dgnushack.el: Autoload unmorse-region for XEmacs.
12544
12545         * lpath.el: Bind cursor-in-non-selected-windows and
12546         select-frame-set-input-focus for XEmacs.
12547
12548 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12549
12550         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12551
12552 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12553
12554         * gnus-registry.el (gnus-registry-cache-save): Remove text
12555         properties when saving via the temp buffer.
12556
12557 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12558
12559         * message.el (message-generate-hashcash): Honor custom type.
12560
12561 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12562
12563         * message.el (message-generate-hashcash): Default to non-nil when
12564         hashcash is found.
12565
12566         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12567         (gnus-refer-thread-limit): Increase default to 500.
12568
12569         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12570
12571         * flow-fill.el (fill-flowed): Allow delete-space.
12572
12573 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12574
12575         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12576         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12577         Remove autoloads.
12578
12579 2006-04-18  Simon Josefsson  <jas@extundo.com>
12580
12581         * message.el (message-generate-hashcash): Default to.
12582
12583 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12584
12585         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12586         concatenating segments rather than before concatenating them.
12587
12588 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12589
12590         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12591
12592 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12593
12594         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12595
12596         * message.el (message-forward-make-body-plain):
12597         Allow message-forward-ignored-headers to be a list.
12598         (message-remove-ignored-headers): Factor out into function.
12599         (message-forward-make-body-mml): Use it.
12600
12601         * imap.el (imap-quote-specials): New function.
12602         (imap-login-auth): Quote specials.
12603
12604         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12605         (rfc2231-parse-string): Allow concatanation of parameters that
12606         aren't contiguous.  The test case is
12607           (mail-header-parse-content-type "message/external-body;
12608             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12609             access-type=LOCAL-FILE;
12610             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12611
12612 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12613
12614         * nntp.el (nntp-accept-process-output): Return the value of
12615         `nnheader-accept-process-output'.
12616
12617 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12618
12619         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12620         (gnus-button-alist): Recognize more diff formats.
12621         (gnus-button-patch): Strip directory.
12622
12623 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12624
12625         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12626         Emacs 22 when setting focus.
12627
12628 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12629
12630         * gnus-art.el (gnus-article-treat-types): Do treatment of
12631         text/x-verbatim parts.
12632         (gnus-button-patch): New command.
12633
12634         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12635         addresses that contain invalid characters.
12636
12637 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12638
12639         * message.el (message-put-addresses-in-ecomplete):
12640         Use gnus-replace-in-string.
12641         (message-is-yours-p): Use the more correct
12642         mail-header-parse-address instead of
12643         mail-extract-address-components.
12644         (message-put-addresses-in-ecomplete): Fix typo.
12645
12646         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12647         keystroke.
12648
12649         * gnus-art.el (gnus-treatment-function-alist): Change order of
12650         newsgroups/generic header folding to avoid double-folding.
12651
12652         * message.el (message-hidden-headers): Add X-Draft-From.
12653
12654         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12655         New command.
12656         (gnus-summary-repeat-search-article-backward): New command.
12657
12658         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12659         groups in the parent topic.
12660
12661 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12662
12663         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12664         (spam-extra-header-to-number): Return the CRM114 number as a
12665         number instead of a string.
12666
12667 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12668
12669         * gnus-art.el (gnus-face-properties-alist): Move here from
12670         gnus-fun.
12671
12672         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12673
12674 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12675
12676         * message.el (message-strip-forbidden-properties): Only display on
12677         self-insert-command.
12678
12679         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12680         reindent.
12681         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12682
12683 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12684
12685         * smiley.el (smiley-style): Fix typo.
12686
12687 2006-03-23  Kenichi Handa  <handa@m17n.org>
12688
12689         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12690         instead of set-buffer-multibyte.
12691
12692 2006-03-23  Kenichi Handa  <handa@m17n.org>
12693
12694         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12695         buffer and then decode the buffer text if necessary.
12696         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12697         first, and after mm-encode-body, change the buffer to unibyte.
12698
12699 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12700
12701         * hashcash.el (hashcash-insert-payment-async-2):
12702         Use message-goto-eoh instead of doing it manually.
12703         (mail-add-payment): Use message-narrow-to-header instead of trying
12704         to do the same itself.
12705
12706         * message.el (message-hidden-headers): Add Face.
12707
12708         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12709         reparenting code.
12710         (gnus-summary-reparent-children): Refactored out code.
12711         (gnus-summary-thread-map): New keystroke.
12712         (gnus-summary-reparent-children): Make into command.
12713
12714         * smiley.el (smiley-style): Default to `medium' if using a large
12715         font.
12716
12717         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12718         does it itself.
12719
12720         * message.el (message-point-in-header-p): Simplify definition.
12721
12722 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12723
12724         * nnagent.el (nnagent-request-set-mark): Silence log file
12725         writing.
12726         (nnagent-request-set-mark): Use write-region instead of
12727         append-to-file.
12728
12729         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12730         strange select method.
12731
12732         * ecomplete.el (ecomplete-display-matches): Get highlightling
12733         right.
12734         (ecomplete-display-matches): Use literals.
12735         (ecomplete-display-matches): Disable message logging.
12736
12737         * message.el (message-display-abbrev): Small optimization.
12738
12739         * ecomplete.el (ecomplete-display-matches): Allow automatic
12740         display.
12741
12742         * message.el (message-strip-forbidden-properties):
12743         Display abbrevs.
12744         (message-display-abbrev): Get automatic display right.
12745
12746         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12747         keystrokes.
12748
12749 2006-04-13  Romain Francoise  <romain@orebokech.com>
12750
12751         TODO: Backport to v5-10!
12752
12753         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12754         Move here (and rename) from gnus-registry.el.
12755
12756         * gnus-registry.el: Require gnus-util.
12757         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12758
12759 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12760
12761         * gnus-group.el (gnus-group-catchup-current):
12762         Change if-then-else-if-then-else into cond.
12763         (gnus-group-catchup): Indent.
12764         (group-name-at-point): New function.
12765         (gnus-fetch-group): Provide default from thing at point.
12766
12767 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12768
12769         * message.el (message-display-abbrev): Fix regexp.
12770
12771         * ecomplete.el (ecomplete-highlight-match-line):
12772         Reimplement choosing.
12773         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12774         dead variables.
12775
12776         * message.el (message-newline-and-indent): Remove debugging.
12777         (message-display-abbrev): Use new implementation.
12778
12779 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12780
12781         * gnus-art.el (gnus-article-mode):
12782         Set cursor-in-non-selected-windows to nil.
12783
12784         * smiley.el: Revert previous change.
12785         (smiley-data-directory): defvar it before using it in the
12786         defcustom of `smiley-style'.
12787
12788 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12789
12790         * message.el (message-newline-and-indent): New function.
12791
12792         * ecomplete.el: Implement more bits.
12793
12794         * message.el (message-put-addresses-in-ecomplete): Clean up the
12795         string.
12796
12797         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12798
12799         * gnus-sum.el (gnus-summary-save-parts):
12800         Bind gnus-summary-save-parts-counter and use it to make unique file
12801         names.
12802
12803         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12804
12805         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12806         parameter to say whether to actually parse the individual
12807         addresses.
12808
12809         * message.el (message-put-addresses-in-ecomplete): New function.
12810         (ecomplete): Require.
12811         (message-mail-alias-type): Add ecomplete as an option.
12812
12813 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12814
12815         * flow-fill.el (fill-flowed): Remove trailing space from blank
12816         quoted lines.
12817
12818 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12819
12820         * smiley.el (smiley-style): Move definition later to avoid a
12821         compilation warning.
12822
12823 2006-04-12  Kenichi Handa  <handa@m17n.org>
12824
12825         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12826         buffer and then decode the buffer text if necessary.
12827         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12828         first, and after mm-encode-body, change the buffer to unibyte.
12829         Use mm-disable-multibyte instead of set-buffer-multibyte.
12830
12831 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12834         Content-Type header instead of Content-Disposition header.
12835         (gnus-mime-inline-part): Ditto.
12836         (gnus-mime-view-part-as-charset): Ignore charset that the part
12837         specifies.
12838
12839         * mm-decode.el (mm-display-part): Work with external parts and
12840         usual parts similarly.
12841
12842         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12843         instead of gnus-display-mime.
12844
12845         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12846         instead of with-temp-buffer.
12847
12848         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12849         tag to summarized topics part in order to encode non-ASCII text.
12850
12851 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12852
12853         * smiley.el (smiley-style): New variable.
12854         (smiley-directory): New function.
12855         (smiley-data-directory): Derive from `smiley-style' using
12856         `smiley-directory'.
12857         (smiley-regexp-alist): Add new entries.
12858
12859         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12860         (gnus-article-browse-delete-temp): Add :version.
12861
12862 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12863
12864         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12865         the sieve region.
12866
12867 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12868
12869         * gnus.el (gnus-version-number): Bump version.
12870
12871 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12872
12873         * gnus.el: No Gnus v0.4 is released.
12874
12875 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12876
12877         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12878         layout.
12879
12880         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12881         unknown charset.
12882
12883         * message.el (message-header-synonyms): Add Original-To to the
12884         default.
12885
12886         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12887         optional parameter.
12888
12889 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12890
12891         * gnus-fun.el (gnus): Require it for gnus-directory.
12892
12893 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12896
12897 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12898
12899         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12900
12901 2006-04-05  Simon Josefsson  <jas@extundo.com>
12902
12903         * password.el (password-reset): New function.
12904
12905 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12906
12907         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12908         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12909
12910 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12911
12912         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12913         Some whitespace was matched into the url, which broke browsing hits
12914         > 100 when mm-url-use-external was nil.
12915
12916 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12917
12918         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12919         Check gnus-extra-headers for 'Newsgroups.
12920
12921         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12922         bound.
12923
12924 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12925
12926         * pgg-gpg.el: Clean up process buffers every time gpg processes
12927         complete.
12928
12929 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12932         doc string.
12933
12934 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12935
12936         * pgg-gpg.el (pgg-gpg-process-filter)
12937         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12938
12939         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12940         lines, temporary fix.
12941
12942 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12943
12944         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12945
12946 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12947
12948         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12949         default-enable-multibyte-characters.  This reverts the change from
12950         revision 6.17 which is no longer necessary because the passphrase
12951         is sent separately now.  GnuPG messages are unreadable under
12952         multibyte locales with default-enable-multibyte-characters set to
12953         nil.
12954
12955 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12956
12957         * message.el (message-tool-bar-gnome): Move "spell".
12958
12959 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12960
12961         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12962         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12963         instead.
12964
12965 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12966
12967         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12968         Improve newsgroups handling for NNTP overviews which don't include
12969         Newsgroups.
12970
12971 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12972
12973         * message.el (message-resend): Bind message-generate-hashcash to nil.
12974
12975 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12976
12977         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12978         when searching for already-paid recipients.
12979
12980 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12981
12982         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12983         passphrases when it is not needed.
12984         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12985         passphrase stuff from gpg, should only be necessary when you use
12986         gpg with a smartcard.
12987
12988 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * mml.el (mml-insert-mime): Ignore cached contents of
12991         message/external-body part.
12992
12993         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12994         (mm-insert-part): Ditto.
12995
12996 2006-03-23  Simon Josefsson  <jas@extundo.com>
12997
12998         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12999         Reiner.
13000         (pgg-gpg-use-agent-p): Use it again.
13001
13002 2006-03-23  Simon Josefsson  <jas@extundo.com>
13003
13004         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13005         older emacsen.
13006         (pgg-gpg-use-agent-p): Don't use it.
13007
13008 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13009
13010         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13011         if we can.
13012
13013 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13014
13015         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13016         (pgg-gpg-update-agent): New function.
13017         (pgg-gpg-use-agent-p): New function.
13018         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13019         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13020         (pgg-gpg-sign-region): Use it.
13021
13022 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13025         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13026
13027 2006-03-21  Simon Josefsson  <jas@extundo.com>
13028
13029         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13030         <wilde@sha-bang.de>.
13031         (pgg-gpg-use-agent): New variable.
13032         (pgg-gpg-process-region): Use it.
13033         (pgg-gpg-encrypt-region): Likewise.
13034         (pgg-gpg-encrypt-symmetric-region): Likewise.
13035         (pgg-gpg-decrypt-region): Likewise.
13036         (pgg-gpg-sign-region): Likewise.
13037         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13038
13039 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13040
13041         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13042
13043         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13044         Add comment on version.
13045
13046 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13047
13048         * smiley.el: Add missing test smiley.
13049
13050 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * mm-decode.el (mm-with-part): New macro.
13053         (mm-get-part): Use it; work with message/external-body as well.
13054         (mm-save-part): Treat name and filename equally.
13055
13056         * mm-extern.el (mm-extern-cache-contents): New function.
13057         (mm-inline-external-body): Use it; force the part to be displayed;
13058         move undisplayer added to the cached handle to the parent.
13059
13060         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13061         (gnus-mime-view-part-as-type): Work with message/external-body.
13062
13063         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13064
13065 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13068         images in image-load-path.  [Sync with image.el, revision 1.60, in
13069         Emacs.]
13070
13071 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13072
13073         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13074         path rather than symbol.  Always return list of directories.
13075         Guarantee that image directory comes first.  [Sync with image.el,
13076         revision 1.59, in Emacs.]
13077
13078         * message.el (message-make-tool-bar): Adjust to new API of
13079         `gmm-image-load-path-for-library'.
13080
13081         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13082
13083         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13084
13085 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13086
13087         * gnus-art.el (gnus-article-only-boring-p):
13088         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13089         intangible text.
13090         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13091
13092 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13093
13094         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13095         Use `defun' instead of `gmm-defun-compat'.
13096
13097 2006-03-14  Simon Josefsson  <jas@extundo.com>
13098
13099         * message.el (message-unique-id): Don't use message-number-base36
13100         if (user-uid) is a float.
13101         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13102
13103 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13106
13107         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13108         empty line between a part and a message part.
13109
13110 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13111
13112         * smiley.el: Add more test smileys.
13113         (smiley-data-directory, smiley-regexp-alist)
13114         (gnus-smiley-file-types): Fix doc strings.
13115         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13116         adding new elements.
13117         (smiley-mouse-map): Unused code.  Make it a comment.
13118
13119 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13120
13121         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13122         scan latest NoCeM messages instead of old ones.
13123         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13124         delimiters that are recently used.
13125         (gnus-nocem-load-cache): Add autoload cookie.
13126
13127         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13128
13129         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13130         level which is larger than gnus-use-nocem is specified.
13131
13132         * gnus-group.el (gnus-group-get-new-news): Ditto.
13133
13134 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13135
13136         * gnus-util.el (gnus-tool-bar-update): New function.
13137
13138         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13139         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13140
13141         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13142
13143         * gnus-group.el (gnus-group-redraw-when-idle)
13144         (gnus-group-redraw-check): Remove.
13145         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13146
13147 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13148
13149         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13150         if optional last element is specified in splits (FIELD VALUE...).
13151
13152 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13153
13154         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13155         to gmm-image-load-path-for-library.  Call with no-error argument.
13156         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13157
13158         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13159
13160         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13161
13162         * gmm-utils.el (gmm-image-load-path): Remove alias.
13163
13164 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13165
13166         * gmm-utils.el (gmm-image-load-path): Add alias.
13167
13168         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13169         nnml-generate-nov-databases-1.
13170         (nnml-generate-nov-databases): Use it.
13171         (nnml-generate-nov-databases-directory): Document no-active
13172         argument.
13173
13174         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13175         directory if path is t.  Add no-error.
13176
13177         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13178         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13179
13180         * gnus-art.el (gnus-article-browse-delete-temp-files):
13181         Simplify resetting gnus-article-browse-html-temp-list.
13182
13183         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13184         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13185         Add example to docstring.  Rename local variables.  Move error
13186         checks to default case in cond and simplify.
13187
13188 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13189
13190         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13191         handle is multipart when calling it recursively.
13192         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13193
13194 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13195
13196         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13197         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13198
13199 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13200
13201         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13202         is loaded.
13203
13204         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13205         loaded.
13206
13207 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13208
13209         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13210         to "Emacs 23 (unicode)" in doc string.
13211
13212         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13213         "Emacs 23 (unicode)" in comment.
13214
13215 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13216
13217         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13218
13219         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13220         characters 160 through 255 in Emacs 23.
13221
13222 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13223
13224         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13225         gnus-article-browse-html-temp.
13226         (gnus-article-browse-delete-temp): Make it customizable.
13227         Add `file'.  Adjust doc string.
13228         (gnus-article-browse-delete-temp-files): Add argument.
13229         Allow query for each file.  Adjust doc string.
13230         (gnus-article-browse-html-parts):
13231         Add `gnus-article-browse-delete-temp-files' to
13232         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13233
13234 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13235
13236         * gnus-art.el (gnus-article-browse-html-temp)
13237         (gnus-article-browse-delete-temp): New variables.
13238         (gnus-article-browse-delete-temp-files): New function.
13239         (gnus-article-browse-html-parts): Use it.
13240
13241 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13242
13243         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13244
13245         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13246         string.
13247
13248         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13249         gnus-summary-insert-new-articles when unplugged.
13250         Remove gnus-summary-search-article-forward.
13251
13252         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13253         display-visual-class instead of display-color-cells.
13254
13255 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * dgnushack.el: Autoload customize-group for XEmacs.
13258
13259         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13260         message/* containing non-ASCII text properly.
13261
13262 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13263
13264         * message.el: Require gmm-utils, remove autoloads.
13265         (message-tool-bar): Set default based on
13266         gmm-tool-bar-style.
13267         (message-tool-bar-gnome): Add gmm-customize-mode.
13268
13269         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13270         gmm-tool-bar-style.
13271         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13272
13273         * gnus-group.el (gnus-group-tool-bar): Set default based on
13274         gmm-tool-bar-style.
13275         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13276
13277         * gmm-utils.el (gmm-image-directory): Rename variable from
13278         gmm-image-load-path.
13279         (gmm-image-load-path): Use gmm-image-directory.
13280         (gmm-customize-mode): New function.
13281         (gmm-tool-bar-style): New variable.
13282
13283         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13284         gnus-group-redraw-line-number.
13285         (gnus-group-redraw-check): Simplify.
13286         (gnus-group-tool-bar-update): Remove redraw check.
13287         (gnus-group-make-tool-bar): Add redraw check.
13288
13289 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13290
13291         * gnus-art.el (gnus-button): Add missing parentheses.
13292
13293 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13294
13295         * lpath.el: Fbind line-number-at-pos.
13296
13297 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13300
13301 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13302
13303         * gnus-art.el (gnus-button): New face.
13304         (gnus-article-button-face): Use it.
13305
13306         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13307         Add gnus-summary-next-page.  Re-order.
13308
13309         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13310         next-node are now included.
13311         (gnus-group-redraw-line-number): New internal variable.
13312         (gnus-group-redraw-check): Helper function for updating the tool
13313         bar.
13314         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13315
13316         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13317
13318         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13319         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13320         Use it to match format of Spamassassin 3.0 and later.
13321         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13322         (spam-check-bogofilter)
13323         (spam-bogofilter-register-with-bogofilter): Fix args of
13324         `gnus-error' calls.
13325
13326 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13329         unnecessary interaction when sending queued mails.
13330         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13331
13332 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13333
13334         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13335         first or last are nil.
13336
13337 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13338
13339         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13340
13341 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13342
13343         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13344
13345 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13346
13347         * dns.el (query-dns): Protect more against buggy tcp output.
13348
13349 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13350
13351         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13352         nov.php.
13353
13354 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13355
13356         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13357         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13358         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13359         output on the server side.
13360         (nnweb-google-create-mapping): Update regexps and add some
13361         progress indication.
13362
13363 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13364
13365         * gnus-group.el (gnus-group-tool-bar-gnome):
13366         Fix gnus-agent-toggle-plugged.  Re-order icons.
13367         (gnus-group-tool-bar-gnome):
13368         Add gnus-group-{prev,next}-unread-group.
13369         (gnus-group-tool-bar-gnome): Re-order icons.
13370
13371         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13372         Move gnus-summary-insert-new-articles.
13373
13374         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13375         Fix comments.
13376
13377         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13378         also available in Emacs 21.3.
13379
13380         * message.el (message-fix-before-sending): Change "Emacs 22" to
13381         "Emacs 23 (unicode)" in comment.
13382
13383         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13384         "Emacs 23 (unicode)" in comment.
13385
13386         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13387         comment.
13388         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13389
13390         * mm-view.el (mm-fill-flowed): Add :version.
13391
13392 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13393
13394         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13395         and load-path.
13396
13397 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13398
13399         * message.el: Autoload gmm-image-load-path.
13400         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13401         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13402         consitency.
13403
13404         * gmm-utils.el (gmm-image-load-path): Also search in
13405         "../etc/images".  Don't set gmm-image-load-path if we don't find
13406         the image.
13407
13408 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * gmm-utils.el (gmm-image-load-path): Don't make
13411         `gmm-image-load-path' include subdirectories which the second arg
13412         `image' might specify.
13413
13414         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13415         subdirectory to icon file names.
13416
13417         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13418
13419 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13420
13421         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13422         gmm-image-load-path calls.
13423
13424         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13425
13426         * message.el (message-make-tool-bar): Ditto.
13427
13428         * mml.el (mml-preview): Add comment concerning tool bar icons.
13429
13430         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13431         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13432
13433         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13434         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13435
13436         * message.el (message-tool-bar-gnome): Use new icon names.
13437         (message-make-tool-bar): Use `gmm-image-load-path'.
13438
13439         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13440         New functions from MH-E.
13441         (gmm-image-load-path): New variable from MH-E.
13442         (gmm-image-load-path): New function from MH-E.  Add arguments
13443         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13444         *-image-load-path-called-flag.
13445
13446 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13447
13448         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13449
13450 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13451
13452         * nnimap.el (nnimap-request-move-article): Change folder back to
13453         source group before deleting.
13454
13455 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13456
13457         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13458
13459         * gnus-art.el (mm-url-insert-file-contents-external):
13460         Autoload mm-url.
13461
13462         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13463
13464 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13467         coding system which mm-charset-to-coding-system returns for a
13468         given charset is valid.
13469
13470 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13471
13472         * html2text.el (html2text-remove-tag-list):
13473         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13474
13475 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13476
13477         * gnus-cus.el: Revert 2005-10-17 change.
13478
13479 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * gnus-art.el (article-strip-banner):
13482         Call article-really-strip-banner only when the regexp match is made.
13483
13484 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13485
13486         * gnus-art.el (article-strip-banner):
13487         Use gnus-extract-address-components instead of
13488         mail-header-parse-addresses to make it work with non-ASCII text;
13489         remove mail-encode-encoded-word-string.
13490
13491         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13492         values which are surrounded with \"...\"; make it never cause a
13493         Lisp error; give up parsing of parameters if it failed in
13494         extracting type.
13495
13496 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13497
13498         * smime.el (smime-cert-by-ldap-1): Fix bug where
13499         `smime-ldap-search' returns results without userCertificates.
13500
13501 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13504
13505 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13506
13507         * spam.el (spam-check-spamassassin-headers): Adapt format for
13508         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13509         <ari@mbf.ocn.ne.jp>.
13510         (spam-list-of-processors): Add spam-use-gmane.
13511
13512 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13515         make-temp-file; make it work with XEmacs as well.
13516
13517         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13518         mm-make-temp-file.
13519
13520         * mm-decode.el (mm-display-external): Use the 3rd arg of
13521         mm-make-temp-file.
13522         (mm-create-image-xemacs): Ditto.
13523
13524 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13527         with message-narrow-to-headers.
13528         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13529         (gnus-draft-check-draft-articles): New function.
13530         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13531
13532 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13533
13534         * gnus-art.el (gnus-article-browse-html-parts):
13535         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13536         Don't use suffix argument for mm-make-temp-file for Emacs 21
13537         compatibility.  Remove useless `format'.
13538
13539 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13540
13541         * nnweb.el (nnweb-google-wash-article): Update regexps.
13542         (nnweb-group-alist): Use defvoo instead of defvar.
13543
13544 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13547         re-loading nn* modules.
13548
13549 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13550
13551         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13552         for `tool-bar-mode' and don't check it's default-value.
13553
13554         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13555
13556         * message.el (message-make-tool-bar): Ditto.
13557
13558         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13559         `substring'.  Shorten tmp-file name.
13560
13561         * gnus.el: Remove bogus comment.
13562
13563 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13564
13565         * gnus-art.el (gnus-article-browse-html-parts): New function.
13566         (gnus-article-browse-html-article): New function for viewing html
13567         articles with a browser.
13568
13569 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13570
13571         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13572         in elisp.
13573         (pgg-gpg-encrypt-symmetric-region): Ditto.
13574         (pgg-gpg-sign-region): Ditto.
13575
13576         * pgg-def.el (pgg-text-mode): New variable.
13577
13578         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13579         (mml2015-pgg-encrypt): Ditto.
13580
13581         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13582         (mml1991-pgg-encrypt): Ditto.
13583
13584 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13585
13586         * nnfolder.el (nnfolder-insert-newsgroup-line):
13587         Use message-make-date instead of current-time-string.
13588
13589         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13590         to gnus-decoded which mm-uu might set.
13591
13592 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13593
13594         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13595         don't decode quoted parameters; remove misimported Emacs code.
13596         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13597         (rfc2231-decode-encoded-string): Don't use split-string which
13598         behaves differently according to Emacs version; use
13599         mm-decode-coding-region to convert charset to coding-system.
13600         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13601         (rfc2231-encode-string): Remove misimported Emacs code.
13602
13603 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13606         when calling mail-header-parse-content-type.
13607         (article-de-quoted-unreadable): Ditto.
13608         (article-de-base64-unreadable): Ditto.
13609         (article-wash-html): Ditto.
13610
13611         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13612         calling mail-header-parse-content-type and
13613         mail-header-parse-content-disposition.
13614         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13615         mail-header-parse-content-type.
13616
13617         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13618         insert charset and format parameters; encode description after
13619         inserting it to buffer.
13620         (mml-insert-parameter): Fold lines properly even if a parameter is
13621         segmented into two or more lines; change the max column to 76.
13622
13623         * rfc1843.el (rfc1843-decode-article-body): Don't use
13624         ignore-errors when calling mail-header-parse-content-type.
13625
13626         * rfc2231.el (rfc2231-parse-string): Return at least type if
13627         possible; don't cause an error even if it fails in parsing of
13628         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13629         (rfc2231-encode-string): Don't break lines at the beginning, leave
13630         it to mml-insert-parameter.
13631
13632         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13633         calling mail-header-parse-content-type.
13634
13635 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13636
13637         * spam-report.el (spam-report-gmane-use-article-number):
13638         Improve doc string.
13639         (spam-report-gmane-internal): Check if a suitable header was found
13640         in the article.
13641
13642 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13645         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13646
13647 2006-02-05  Romain Francoise  <romain@orebokech.com>
13648
13649         Update copyright notices of all files in the gnus directory.
13650
13651 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13652
13653         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13654
13655 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13656
13657         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13658         segmented lines of parameter value to cope with Thunderbird 1.5
13659         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13660         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13661         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13662
13663 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13664
13665         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13666         parts.
13667
13668 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13669
13670         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13671         there's only one active file for all servers.
13672         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13673         solid groups.  Gnus might have used a FAST request to select the group.
13674         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13675         and nnweb-search redundantly in the active file.
13676         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13677         (nnweb-request-create-group): Don't use ARGS.
13678         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13679         initialisations.  Let nnoo do the work.
13680
13681 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13684         Say the part has been decoded.
13685
13686         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13687
13688 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13689
13690         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13691         mailcap-viewer-test-cache when there's no 'test clause, since that
13692         will invert the meaning of a "nil" test previously determined by
13693         mailcap-mailcap-entry-passes-test.
13694
13695 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13698         compiling.
13699
13700         * gnus-sum.el: Ditto.
13701
13702         * message.el: Don't bind tool-bar-map when compiling.
13703
13704 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13705
13706         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13707
13708 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13709
13710         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13711         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13712         current Google Groups.
13713
13714 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13715
13716         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13717         and tool-bar-mode.
13718
13719         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13720         and tool-bar-mode.
13721
13722         * message.el (message-tool-bar-update): Simplify.
13723         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13724
13725         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13726         gnus-summary-buffer.
13727         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13728         gnus-summary-reply.
13729
13730         * gmm-utils.el (gmm): Add :version.
13731
13732 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13733
13734         * Makefile.in (clean): New rule.
13735         (distclean): Use it.
13736
13737 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13738
13739         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13740         Don't autoload.
13741
13742 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gmm-utils.el (gmm-verbose): Add :group.
13745
13746 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13747
13748         * message.el: Change some comments WRT tool-bars.
13749
13750         * gnus-sum.el (gnus-summary-tool-bar)
13751         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13752         (gnus-summary-tool-bar-zap-list): New variables.
13753         (gnus-summary-make-tool-bar): Complete rewrite using
13754         `gmm-tool-bar-from-list'.
13755
13756         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13757         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13758         New variables.
13759         (gnus-group-make-tool-bar): Complete rewrite using
13760         `gmm-tool-bar-from-list'.
13761         (gnus-group-tool-bar-update): New function.
13762
13763         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13764
13765 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13768         is dissected into a single part of which the type is the same as
13769         the given one; decode charset.
13770
13771 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13772
13773         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13774         into alists as symbol not string, since that's what
13775         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13776         look for.
13777
13778 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13779
13780         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13781         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13782
13783         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13784
13785 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13788         (gnus-xmas-mime-security-button-menu): New function.
13789
13790         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13791         (gnus-mime-security-button-menu): New definition.
13792         (gnus-mime-security-button-map): Use them.
13793         (gnus-mime-security-button-menu): New function.
13794         (gnus-insert-mime-security-button): Addition to help echo.
13795         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13796         (gnus-mime-security-pipe-part): New functions.
13797
13798         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13799         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13800
13801         * mm-decode.el (mm-handle-set-disposition): Remove.
13802         (mm-handle-set-description): Remove.
13803
13804 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13805
13806         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13807         (mm-w3m-standalone-supports-m17n-p): New function.
13808         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13809         w3m usage.
13810
13811         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13812         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13813
13814 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13815
13816         * message.el (message-tool-bar-zap-list):
13817         Use gmm-tool-bar-zap-list as custom type.
13818         (message-tool-bar-update): New function.
13819         (message-tool-bar, message-tool-bar-gnome)
13820         (message-tool-bar-retro): Add message-tool-bar-update.
13821         (message-tool-bar-gnome): Add flyspell-buffer.
13822
13823         * gnus-util.el (gnus-error): Describe `args'.
13824
13825         * gmm-utils.el (gmm-error): Describe `args'.
13826         (gmm-tool-bar-zap-list): New widget.
13827         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13828
13829 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13832         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13833         the number of recursive calls.
13834
13835         * mm-decode.el (mm-handle-set-disposition): New macro.
13836         (mm-handle-set-description): New macro.
13837
13838 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13839
13840         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13841         encoding.
13842
13843 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13844
13845         * message.el (message-tool-bar-zap-list, message-tool-bar)
13846         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13847         (message-tool-bar-local-item-from-menu): Remove.
13848         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13849         (message-make-tool-bar): New function.
13850         (message-mode): Use `message-make-tool-bar'.
13851
13852         * gmm-utils.el: New file.
13853         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13854         (gmm-lazy): New widget copied from `nnmail.el'.
13855         (gmm-tool-bar-from-list): New function for creating customizable
13856         tool bars.
13857         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13858         output.
13859         (gmm): Add :prefix to defgroup.
13860
13861 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13862
13863         * gmm-utils.el (gmm-widget-p): New function.
13864
13865 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13866
13867         * mml.el (mml-attach-file): Describe `description' in doc string.
13868         (mml-menu): Add Emacs MIME manual and PGG manual.
13869
13870 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13871
13872         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13873
13874 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13875
13876         * nntp.el (nntp-end-of-line): Doc fix.
13877
13878 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13879
13880         * imap.el (imap-open): Handle case where buffer is a buffer
13881         object.
13882
13883 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13884
13885         * gnus-delay.el (gnus-delay): Don't autoload.
13886         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13887         to be re-loaded when customizing the `gnus-delay' group.
13888
13889 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13890
13891         * message.el (message-insert-citation-line): Use newlines.
13892
13893 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13894
13895         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13896         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13897         these routines, so the passphrase can be managed externally and
13898         passed in to the system.
13899         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13900         pgg-add-passphrase-to-cache function.
13901
13902         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13903         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13904         these routines, so the passphrase can be managed externally and
13905         passed in to the system.
13906         (pgg-pgp5-sign-region): Use new name of
13907         pgg-add-passphrase-to-cache function.
13908
13909 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13910
13911         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13912         part of the decoded armor to find the key-identifier.
13913         (pgg-gpg-lookup-key-owner): New function to return the
13914         human-readable identifier of a key owner.
13915         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13916         itself.
13917         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13918         the key value) if we have a key and can match it against a secret
13919         key.  Also, added a note pointing out fact that the prompt only
13920         indicates the first matching key.
13921
13922         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13923         pgg-decrypt-region.
13924         (pgg-add-passphrase-to-cache): Rename from
13925         `pgg-add-passphrase-cache' to reduce confusion (all callers
13926         changed).
13927         (pgg-remove-passphrase-from-cache): Rename from
13928         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13929         changed).
13930         (pgg-read-passphrase, pgg-add-passphrase-cache)
13931         (pgg-remove-passphrase-cache): Add informative docstrings.
13932         (pgg-decrypt): Convey provided passphrase in subordinate call to
13933         pgg-decrypt-region.
13934
13935 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13936
13937         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13938         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13939         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13940         'passphrase' argument, so the passphrase can be managed externally
13941         and then passed in to the system.
13942
13943         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13944         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13945         so the passphrase cache can be used reliably with identifiers
13946         besides a pgp packet's key id.
13947
13948         * pgg-gpg.el (pgg-gpg-encrypt-region)
13949         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13950         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13951         these routines, so the passphrase can be managed externally and
13952         passed in to the system.
13953
13954         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13955         'notruncate' argument, so the passphrase cache can be used
13956         reliably with identifiers besides a pgp packet's key id.
13957
13958 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13959
13960         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13961         symmetric encryption.
13962         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13963         encrypted session key.
13964         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13965         message ask for the passphrase in a proper way.
13966
13967         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13968         New user commands for symmetric encryption.
13969
13970 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13973
13974         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13975
13976 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13977
13978         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13979
13980 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13981
13982         * mm-decode.el (mm-inlined-types): Add application/pgp.
13983         (mm-automatic-display): Ditto.
13984
13985         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13986         part as text.
13987
13988 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * nnrss.el: Update copyright.
13991         (nnrss-opml-import): Query whether to subscribe to each entry.
13992
13993         * gnus-art.el:
13994         * gnus-sum.el:
13995         * gnus-xmas.el:
13996         * messagexmas.el:
13997         * mm-uu.el:
13998         * mm-view.el: Update copyright.
13999
14000 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14001
14002         * message.el (message-info): New function.
14003         (message-mode-menu): Add it.
14004         Update copyright.
14005
14006         * ChangeLog: Fix and update copyright.
14007
14008 2006-01-13  Romain Francoise  <romain@orebokech.com>
14009
14010         * message.el (message-forward-subject-name-subject): Prefer the
14011         address to 'nowhere' if the sender has no name.
14012         Fix typo.  Update copyright year.
14013
14014 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-art.el (article-wash-html):
14017         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14018         (gnus-article-wash-html-with-w3m-standalone): New function.
14019
14020         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14021         mm-inline-text-html-render-with-w3m-standalone.
14022         (mm-text-html-washer-alist): Map w3m-standalone to
14023         gnus-article-wash-html-with-w3m-standalone.
14024         (mm-inline-text-html-render-with-w3m-standalone): New function.
14025
14026 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14027
14028         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14029         Improve LaTeX.
14030
14031 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14034         (nnrss-request-article): Render text/plain parts as HTML.
14035
14036         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14037         the buffer.
14038
14039 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14040
14041         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14042         custom definition of `gnus-posting-styles'.
14043
14044         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14045         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14046
14047 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14048
14049         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14050         Use nntp for bug archive.
14051
14052 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14053
14054         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14055         parts.
14056         (nnrss-normalize-date): New function converts ISO 8601 date into
14057         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14058         (nnrss-check-group): Use it.
14059
14060 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14061
14062         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14063
14064         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14065         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14066         (nnrss-insert-w3): Ditto.
14067
14068 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14071         the articles to be forwarded including the case where neither a
14072         number of articles nor a region is specified.
14073
14074 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14075
14076         * nnrss.el (nnrss-request-article): Fix last change; fill
14077         text/plain parts.
14078
14079 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14080
14081         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14082         in text/plain part.
14083         (nnrss-check-group): Don't add excessive newline to dc:subject.
14084
14085 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14086
14087         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14088         article.
14089
14090 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14091
14092         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14093         (nnml-use-compressed-files, nnml-save-mail): Support other
14094         comression programs such as bzip2.
14095
14096 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14097
14098         * dns.el (query-dns): Make sure we check the buffer size before
14099         removing tcp headers.
14100
14101 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14102
14103         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14104         remove MIME buttons associated with multipart/alternative parts.
14105         (gnus-mime-display-alternative): Tag buttons using `article-type'
14106         text property.
14107
14108         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14109         associated with multipart/alternative parts.
14110
14111         * gnus-art.el (gnus-signature-separator): Fix custom type.
14112
14113         * mm-decode.el (mm-inlined-types): Fix custom type.
14114         (mm-keep-viewer-alive-types): Ditto.
14115         (mm-automatic-display): Ditto.
14116         (mm-attachment-override-types): Ditto.
14117         (mm-inline-override-types): Ditto.
14118         (mm-automatic-external-display): Ditto.
14119
14120 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14121
14122         * spam-report.el (spam-report-user-mail-address)
14123         (spam-report-user-agent): New variables.
14124         (spam-report-url-ping-plain): Use spam-report-user-agent.
14125
14126 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14127
14128         * gnus-art.el (gnus-button-handle-custom): Do not just use
14129         `customize-apropos' for any "M-x customize-*" button but the
14130         function called for.  Accept both the function name and its
14131         argument in order to achieve this.
14132         (gnus-button-alist): Remove support for "custom:" URL's.
14133         Pass function name to `gnus-button-handle-custom' in case of "M-x
14134         customize-*" buttons.
14135
14136 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14139         multipart/alternative and add xref to mm-discouraged-alternatives
14140         in doc string.
14141
14142         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14143         gnus-buttonized-mime-types in doc string.
14144
14145 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14146
14147         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14148         Suggest image/.* in the doc string.
14149
14150 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14151
14152         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14153         message-marks (Debian bug #342521).
14154
14155 2005-12-12  Simon Josefsson  <jas@extundo.com>
14156
14157         * password.el (password-read-from-cache): Add.
14158         (password-read): Use it.
14159
14160 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14161
14162         * rfc2047.el (rfc2047-charset-to-coding-system):
14163         Recognize us-ascii as a MIME charset.
14164
14165         * mm-bodies.el (mm-decode-content-transfer-encoding):
14166         Protect against the case where the 2nd arg TYPE is nil.
14167
14168 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14169
14170         * pop3.el (pop3-stream-type): Fix custom version.
14171
14172         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14173
14174 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14175
14176         * mm-decode.el (mm-display-external): Add missing cdr.
14177
14178 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14179
14180         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14181         RFC1524) if it is in mailcap or add a suffix according to
14182         mailcap-mime-extensions when generating a temp filename; postpone
14183         deleting a temp file for 2 seconds for some wrappers, shell
14184         scripts, and so on, which might exit right after having started a
14185         viewer command as a background job.
14186
14187 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14188
14189         * nntp.el (nntp-marks-directory): Fix custom group.
14190
14191         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14192         steps when < 10.
14193
14194         * gnus-start.el (gnus-no-server-1):
14195         Mention `gnus-level-default-subscribed' in doc string.
14196
14197 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14198
14199         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14200         parens.
14201
14202 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14203
14204         * gnus-xmas.el (gnus-use-toolbar): Revert.
14205         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14206         gnus-use-toolbar is default.
14207
14208         * messagexmas.el (message-use-toolbar): Revert.
14209         (message-setup-toolbar): Use global default-toolbar if
14210         message-use-toolbar is default.
14211
14212 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14213
14214         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14215         according to default-toolbar-visible-p.
14216
14217         * messagexmas.el (message-use-toolbar): Ditto.
14218
14219 2005-11-26  Dave Love  <fx@gnu.org>
14220
14221         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14222         (tls-program, tls-success): Provide openssl alternative.
14223
14224         * starttls.el: Doc fixes.
14225         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14226         SERVICE to PORT.
14227
14228         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14229         port null or service name.
14230         (starttls-negotiate): Autoload.
14231
14232 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14233
14234         * message.el (message-kill-to-signature): Fix interactive spec.
14235
14236 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * pop3.el (pop3-open-server): Recognize a string as a service name.
14239
14240 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14241
14242         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14243
14244 2005-11-23  Dave Love  <fx@gnu.org>
14245
14246         Add pop3s, pop3/starttls.
14247
14248         * pop3.el (pop3-authentication-scheme): Clarify doc.
14249         (open-tls-stream, starttls-open-stream): Autoload.
14250         (pop3-stream-type): New.
14251         (pop3-open-server): Use it.
14252
14253         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14254         for POP.
14255         (mail-source-keyword-map): Add :stream for POP.
14256         (mail-source-fetch-pop): Use pop3-stream-type.
14257
14258 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14259
14260         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14261         of current-time-string.
14262
14263 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14264
14265         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14266         date header.
14267
14268 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14269
14270         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14271         it can seriously impact performance as it bypasses the agent's
14272         local caches.
14273
14274 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14275
14276         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14277         must be explicitly online rather than "not explicitly offline" for
14278         its flags to be synchronized.
14279
14280         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14281         that gnus-uu-unmark-thread will function correctly.
14282
14283         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14284         1024K is instead displayed as 1M.
14285
14286 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14287
14288         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14289
14290 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14291
14292         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14293
14294 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14295
14296         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14297         error message to display actual error condition.
14298         (gnus-agent-save-local): Avoid saving symbols that are bound to
14299         nil as they simply result in a warning message in
14300         gnus-agent-read-local.
14301
14302 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14305         rather than make-variable-buffer-local for file-precious-flag.
14306
14307 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14308
14309         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14310         for duplicates which are removed.  The invalid sort check then
14311         triggers a rescan after the sort as sorting may have moved
14312         duplicate entries such that they can be cheaply detected.
14313
14314 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14317
14318 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14319
14320         * gnus-agent.el (gnus-agent-article-alist-save-format):
14321         Change internal variable to a custom variable.  Change default value
14322         from compressed(2) to uncompressed(1).
14323         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14324         support for uncompressed agentview files.  Taken together, reading
14325         the agentview file should now be 6-7 times faster.
14326
14327 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14328
14329         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14330         as a buffer-local variable.  This avoids creating truncated
14331         dribble files as a result of a hang up, eg.
14332
14333 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14334
14335         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14336         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14337         XEmacs.
14338
14339 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14340
14341         * gnus-start.el (gnus-start-draft-setup):
14342         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14343
14344         * gnus.el (gnus-splash): Change custom group.
14345         (gnus-group-get-parameter, gnus-group-parameter-value):
14346         Describe allow-list argument.
14347
14348         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14349         string.
14350
14351 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14352
14353         * gnus-art.el (gnus-default-article-saver): Add user-defined
14354         `function' to custom type.
14355
14356 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14357
14358         * imap.el (imap-open): Handle case where buffer is a buffer
14359         object.
14360
14361 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14362
14363         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14364         long lines.
14365         (gnus-cache-delete-group): Wrap doc strings.
14366
14367         * gnus-agent.el (gnus-agent-rename-group)
14368         (gnus-agent-delete-group): Wrap doc strings.
14369
14370 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14371
14372         * messagexmas.el (message-use-toolbar): Change the valid values
14373         into default, top, bottom, left, and right.
14374         (message-toolbar-thickness): New variable.
14375         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14376         well.
14377         (message-setup-toolbar): Make it work.
14378
14379         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14380         (gnus-use-toolbar): Change the valid values into default, top,
14381         bottom, left, and right.
14382         (gnus-toolbar-thickness): New variable.
14383         (gnus-xmas-setup-toolbar): New function.
14384         (gnus-xmas-setup-group-toolbar): Use it.
14385         (gnus-xmas-setup-summary-toolbar): Use it.
14386
14387 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14388
14389         * gnus-start.el (gnus-1): Add "native" to
14390         gnus-predefined-server-alist.
14391
14392         * gnus.el (gnus-method-to-server): Don't add "native" to the
14393         lists here, because that leads to problems when
14394         gnus-select-method is bound.
14395
14396 2005-11-09  Simon Josefsson  <jas@extundo.com>
14397
14398         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14399         use (not sort-by-date) instead.
14400
14401 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14402
14403         * gnus-delay.el (gnus-delay-group): Don't autoload.
14404         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14405         to be re-loaded when customizing the `gnus-delay' group.
14406
14407 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14408
14409         * message.el: Revert last changes.
14410         (message-insert-citation-line): Use newlines.
14411
14412 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14413
14414         * message.el (message-courtesy-message)
14415         (message-mark-insert-begin, message-mark-insert-end)
14416         (message-elide-ellipsis, message-cancel-message)
14417         (message-add-header, message-change-subject)
14418         (message-cross-post-followup-to-header)
14419         (message-cross-post-insert-note, message-reduce-to-to-cc)
14420         (message-widen-reply, message-delete-not-region)
14421         (message-kill-to-signature, message-insert-signature)
14422         (message-insert-importance-high, message-insert-importance-low)
14423         (message-insert-or-toggle-importance)
14424         (message-insert-disposition-notification-to)
14425         (message-indent-citation, message-yank-original)
14426         (message-cite-original-without-signature, message-cite-original)
14427         (message-insert-citation-line, message-position-on-field)
14428         (message-fix-before-sending, message-send-mail-partially)
14429         (message-send-mail, message-send-mail-with-sendmail)
14430         (message-send-mail-with-qmail, message-send-news)
14431         (message-check-news-header-syntax, message-generate-headers)
14432         (message-insert-courtesy-copy, message-fill-address)
14433         (message-fill-header, message-shorten-references)
14434         (message-setup-1, message-cancel-news)
14435         (message-forward-make-body-plain, message-forward-make-body-mime)
14436         (message-forward-make-body-mml, message-encode-message-body)
14437         (message-forward-make-body-digest-plain)
14438         (message-forward-make-body-digest-mime)
14439         (message-use-alternative-email-as-from): Insert `hard-newline'
14440         instead of ordinary newlines.
14441
14442 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14443
14444         * message.el (message-generate-headers): Downcase the argument
14445         given to message-check-element.
14446
14447 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14448
14449         * nntp.el (nntp-authinfo-rejected): New error condition.
14450         (nntp-wait-for): Use new error condition to signal authentication
14451         error.
14452         (nntp-retrieve-data): Rethrow new error condition to break out of
14453         recursive call to nntp-send-authinfo.
14454
14455 2005-11-08  Romain Francoise  <romain@orebokech.com>
14456
14457         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14458         (gnus-summary-exit-map): Bind to `Z p'.
14459         (gnus-summary-make-menu-bar): Add menu item.
14460
14461 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14464         (gnus-treat-*): Add `first' in all doc strings.
14465
14466         * gnus-group.el (gnus-group-compact-group): Fix typo.
14467
14468 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14469
14470         * gnus.el (gnus-parameters-case-fold-search): New variable.
14471         (gnus-parameters-get-parameter): Use it.
14472
14473         * gnus-score.el (gnus-home-score-file): Doc fix.
14474
14475 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14476
14477         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14478
14479 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * mm-util.el (mm-special-display-p): New function.
14482
14483         * mml.el (mml-preview): Use it; doc fix.
14484
14485 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14486
14487         * imap.el (imap-open): Handle case where buffer is a buffer object.
14488
14489 2005-10-29  Romain Francoise  <romain@orebokech.com>
14490
14491         * message.el (message-fix-before-sending): Fix comment.
14492
14493 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14494
14495         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14496
14497 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14498
14499         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14500         Used in gnus-score.el.
14501
14502 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14503
14504         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14505
14506 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14507
14508         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14509         whitespace removed in revision 7.8.  Use concatenated string to
14510         protect trailing whitespace.
14511
14512 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14513
14514         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14515         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14516         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14517         Courier IMAP ("some version from 2004").  Mostly based on similar
14518         code in the same function.
14519
14520 2005-10-26  Didier Verna  <didier@xemacs.org>
14521
14522         * gnus-group.el (gnus-group-compact-group): Invalidate original
14523         article buffer.
14524         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14525         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14526         NOV database and in article itself.
14527         Invalidate article backlog.
14528
14529 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14530
14531         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14532
14533 2005-10-26  Simon Josefsson  <jas@extundo.com>
14534
14535         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14536         part of 2004-07-25 change.
14537
14538 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * message.el (message-display-completion-list): New function.
14541         (message-expand-group): Use it; make sure the Completions buffer
14542         is modifiable.
14543 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14544
14545         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14546         user-mail-name is an empty string.
14547
14548 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14549
14550         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14551         depending on gnus-score-decay-constant.
14552
14553         * encrypt.el (encrypt-insert-file-contents)
14554         (encrypt-write-file-contents): Don't use `gnus-message'.
14555
14556         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14557         arguments.
14558         (mm-uu-type-alist): Add message-marks and insert-marks.
14559         Pass arguments to mm-uu-verbatim-marks-extract.
14560         (mm-uu-hide-markers): New variable.
14561         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14562
14563         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14564         (gnus-convert-image-to-face-command): Use "convert" by default to
14565         allow other input image formats.
14566         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14567         accordingly.
14568
14569 2005-10-23  Simon Josefsson  <jas@extundo.com>
14570
14571         * imap.el (imap-gssapi-program): Align command line parameters
14572         with latest GNU SASL.
14573         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14574
14575 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14576
14577         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14578         HTML.
14579         (nnslashdot-request-article): Ditto.
14580
14581         * lpath.el (featurep): Add nobreak-char-display.
14582
14583 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14584
14585         * mail-source.el (mail-source-fetch-pop): Require pop3.
14586         (mail-source-check-pop): Ditto.
14587
14588 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14589
14590         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14591         errors.
14592
14593 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14594
14595         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14596         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14597
14598         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14599
14600         * mm-bodies.el (mm-decode-string):
14601         Call `mm-charset-to-coding-system' with allow-override argument.
14602
14603 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14604
14605         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14606         (rfc2047-charset-to-coding-system): New function.
14607         (rfc2047-decode-encoded-words): New function.
14608         (rfc2047-decode-region): Use them.
14609         (rfc2047-decode-cte): Remove.
14610         (rfc2047-parse-and-decode): Remove.
14611         (rfc2047-decode): Remove.
14612
14613 2005-10-15  Kenichi Handa  <handa@m17n.org>
14614
14615         * rfc2047.el (rfc2047-decode-cte): New function.
14616         (rfc2047-decode-region): Change the way to decode successive
14617         encoded-words: decode B- or Q-encoding in each encoded-word,
14618         concatenate them, and decode it as charset.
14619
14620 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * lpath.el: Fbind codepage-setup for XEmacs.
14623
14624 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14625
14626         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14627         widget-move-and-invoke.
14628         (gnus-custom-mode): Use gnus-custom-map.
14629
14630 2005-10-15  Bill Wohler  <wohler@newt.com>
14631
14632         * message.el (message-tool-bar-map): Rename image file from
14633         mail_send to mail/send.
14634
14635 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14636
14637         * message.el (message-expand-group): Pass the common
14638         prefix substring of completion to `display-completion-list'.
14639
14640 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14641
14642         * mml-sec.el (mml-secure-method): New internal variable.
14643         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14644         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14645         New functions using mml-secure-method.
14646
14647         * mml.el (mml-mode-map): Add key bindings for those functions.
14648         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14649         Harder <harder@myrealbox.com>.
14650         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14651         Goto end of message if point is the headers of the message.
14652
14653         * message.el (message-in-body-p): New function.
14654
14655         * assistant.el: Autoload gnus-util and netrc.
14656
14657         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14658         Use `mm-charset-override-alist' only when decoding.
14659
14660         * mm-bodies.el (mm-decode-body):
14661         Call `mm-charset-to-coding-system' with allow-override argument.
14662
14663         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14664         `filename' from Content-Disposition if Content-Type doesn't
14665         provide `name'.
14666         (gnus-mime-view-part-as-type): Set default instead of
14667         initial-input.
14668
14669 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14670
14671         * format-spec.el (format-spec): Propagate text properties of % spec.
14672
14673 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14674
14675         * gnus-art.el (gnus-treat-predicate): Add `first'.
14676
14677 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14678
14679         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14680         (mm-charset-override-alist): New variable.
14681         (mm-charset-to-coding-system): Use it.
14682         (mm-codepage-setup): New helper function.
14683         (mm-charset-eval-alist): New variable.
14684         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14685         Warn about unknown charsets.
14686
14687         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14688
14689 2005-10-04  David Hansen  <david.hansen@gmx.net>
14690
14691         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14692         (nnrss-check-group): Ditto.
14693
14694 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14695
14696         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14697         Rename x-gnus-verbatim to x-verbatim.
14698         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14699
14700         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14701         x-verbatim.
14702
14703         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14704
14705         * gnus-util.el (gnus-remove-duplicates): Remove.
14706
14707         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14708         instead of gnus-remove-duplicates.
14709
14710         * message.el (message-remove-duplicates): Remove.
14711         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14712         message-remove-duplicates.
14713
14714         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14715         available, else use implementation from `delete-dups'.
14716
14717         * message.el (message-insert-expires): New function.
14718         (message-mode-map): Add key binding.
14719         (message-mode-field-menu): Add menu entry.
14720         (message-mode): Document it.
14721         (message-make-expires-date): Use `message-make-date'.
14722
14723 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14724
14725         * message.el (message-make-expires-date): New function.
14726
14727 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * Makefile.in (list-installed-shadows): New entry.
14730         (install): Use it.
14731         (remove-installed-shadows): New entry.
14732
14733         * dgnushack.el (dgnushack-default-load-path): New variable.
14734         (dgnushack-find-lisp-shadows): New function.
14735         (dgnushack-remove-lisp-shadows): New function.
14736
14737 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14738
14739         * Makefile.in (install-el-elc): New entry.
14740         (install): Use it so that .el files are necessarily installed.
14741
14742 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14745
14746 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14747
14748         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14749         function rather than the diff-mode.el package.
14750         (mm-display-external): Use with-current-buffer.
14751         (mm-viewer-completion-map, mm-viewer-completion-map):
14752         Move initialization inside declaration.
14753
14754 2005-09-29  Simon Josefsson  <jas@extundo.com>
14755
14756         * spam.el: Load hashcash when compiling, to avoid warnings.
14757         Don't autoload mail-check-payment.
14758         (spam-check-hashcash): Define unconditionally, since hashcash.el
14759         is part of Gnus now.  Ignore errors from payment checking.
14760
14761 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14762
14763         * message.el (message-bold-region, message-unbold-region):
14764         Rename from `bold-region' and `unbold-region'.
14765
14766         * message.el: Remove useless autoloads.
14767
14768 2005-09-28  Simon Josefsson  <jas@extundo.com>
14769
14770         * message.el (message-use-idna): Default to t.
14771         (message-use-idna): Test whether encoding works too.  Doc fix.
14772
14773 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * nntp.el (nntp-warn-about-losing-connection): Remove.
14776
14777 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14778
14779         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14780         customizable.  Change default value.
14781         (mm-uu-diff-groups-regexp): Change default value.
14782         (mm-uu-type-alist): Add doc string.
14783         (mm-uu-configure): Add doc string.  Make it interactive.
14784         (mm-uu-tex-groups-regexp): New variable.
14785         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14786         (mm-uu-type-alist): Add LaTeX documents.
14787         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14788         of "text/verbatim".
14789         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14790
14791         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14792         instead of "text/verbatim".
14793
14794         * message.el (message-mark-inserted-region)
14795         (message-mark-insert-file): Use slrn style marks when called with
14796         prefix argument.
14797
14798 2005-09-27  Simon Josefsson  <jas@extundo.com>
14799
14800         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14801
14802 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14803
14804         * message.el (message-remove-duplicates): New function.
14805         Implementation borrowed from `gnus-remove-duplicates'.
14806         (message-idna-to-ascii-rhs): Also encode idna addresses in
14807         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14808         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14809         only ask about the same idna domain once per header and also tell
14810         in what header to replace the idna domain.
14811
14812         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14813         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14814         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14815         a header is decoded and not just the last one.
14816
14817 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14818
14819         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14820         has been decoded.
14821
14822         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14823         (mm-insert-part): Don't modify text if it has been decoded.
14824
14825         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14826         decoded.
14827
14828         * mm-view.el (mm-inline-text): Don't strip text props unless
14829         decoding enriched or richtext parts.
14830
14831 2005-09-25  Romain Francoise  <romain@orebokech.com>
14832
14833         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14834         * gnus-start.el (gnus-subscribe-interactively):
14835         * gnus-uu.el (gnus-uu-grab-articles):
14836         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14837         space.
14838
14839 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14840
14841         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14842         * mm-view.el (mm-view-pkcs7-decrypt):
14843         * gnus-sum.el (gnus-summary-limit-to-extra)
14844         (gnus-summary-respool-article, gnus-read-move-group-name):
14845         * gnus-score.el (gnus-summary-increase-score):
14846         * gnus-util.el (gnus-completing-read-with-default):
14847         * gnus-art.el (gnus-read-save-file-name)
14848         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14849         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14850         * message.el (message-check-news-header-syntax):
14851         Follow convention for reading with the minibuffer.
14852
14853 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14854
14855         * spam-report.el (spam-report-url-ping-plain):
14856         Use gnus-extended-version as User-Agent.
14857
14858         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14859         default value is nil.
14860
14861         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14862         (mm-uu-verbatim-marks-extract): New function.
14863         (mm-uu-extract): New face.
14864         (mm-uu-copy-to-buffer): Use it.
14865
14866         * spam-report.el (spam-report-gmane-ham): Rename from
14867         `spam-report-gmane-unspam'.
14868         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14869         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14870
14871         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14872         Autoload.
14873         (spam-report-gmane-unregister-routine):
14874         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14875
14876 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14877
14878         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14879         (spam-report-gmane-unregister-routine): Add support for gmane
14880         unregistration.
14881
14882         * spam-report.el (spam-report-gmane-unspam)
14883         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14884         (spam-report-gmane): Change to take a single article and do unspam
14885         registration.
14886
14887 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14888
14889         * mm-url.el (mm-url-decode-entities): Fix regexp.
14890
14891 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14892
14893         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14894         default to nil, to be able to use Gnus at all.  If the default
14895         switches to something else, then the function should be fixed not
14896         be exceedingly slow.
14897
14898 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14899
14900         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14901         fail hard.
14902
14903         * spam-report.el: Add better Keywords line.
14904
14905         * spam.el: Add Maintainer and better Keywords line.
14906
14907 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14908
14909         * gnus-art.el (gnus-article-replace-part)
14910         (gnus-mime-replace-part): New functions.
14911         (gnus-mime-action-alist, gnus-mime-button-commands)
14912         (gnus-mime-save-part-and-strip): Add file argument.
14913         (gnus-article-part-wrapper): Add interactive argument.
14914
14915         * gnus-sum.el (gnus-summary-mime-map):
14916         Add `gnus-article-replace-part'.
14917
14918 2005-09-19  Didier Verna  <didier@xemacs.org>
14919
14920         The nnml compaction feature:
14921         * nnml.el (nnml-request-compact-group): New function.
14922         * nnml.el (nnml-request-compact): New function.
14923         * gnus-int.el (gnus-request-compact-group): New function.
14924         * gnus-int.el (gnus-request-compact): New function.
14925         * gnus-group.el (gnus-group-compact-group): New function.
14926         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14927         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14928         * gnus-srvr.el (gnus-server-compact-server): New function.
14929         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14930         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14931
14932 2005-09-18  Deepak Goel  <deego@gnufans.org>
14933
14934         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14935         format spec.
14936
14937 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14940
14941 2005-09-15  Romain Francoise  <romain@orebokech.com>
14942
14943         * message.el (message-fill-paragraph): Clarify docstring.
14944
14945 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14946
14947         * gnus-art.el (gnus-mime-display-part): Protect against broken
14948         MIME messages.
14949
14950 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14953         before parsing header.
14954
14955 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14956
14957         * html2text.el (html2text-replace-list): Add new entities.
14958
14959 2005-09-11  Romain Francoise  <romain@orebokech.com>
14960
14961         * message.el (message-alternative-emails): Improve docstring.
14962         (message-setup-1): Call `message-use-alternative-email-as-from'
14963         after `message-setup-hook' to give it precedence over posting
14964         styles, etc.
14965         (message-use-alternative-email-as-from): Add docstring.
14966         Remove the original From header if present.
14967
14968         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14969         (nnml-save-mail): Use it.
14970
14971         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14972         articles.  Add new argument `silent'.
14973         (gnus-uu-mark-all): Report the total number of marked articles.
14974
14975 2005-09-10  Romain Francoise  <romain@orebokech.com>
14976
14977         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14978         (gnus-uu-mark-series): Likewise.
14979
14980 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14981
14982         * spam-report.el (spam-report-gmane): Fix generation of spam
14983         report URL.
14984
14985 2005-09-10  Simon Josefsson  <jas@extundo.com>
14986
14987         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14988         t, based on discussion on the ding list with Robert Epprecht
14989         <epprecht@solnet.ch>.
14990
14991 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14992
14993         * spam-report.el (spam-report-gmane): Make it work without
14994         X-Report-Spam header.  Gmane now only provides Archived-At.
14995         This is only used if `spam-report-gmane-use-article-number' is nil.
14996         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14997
14998         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14999         make `gnus-summary-sort-by-recipient' work with threading.
15000
15001         * nnweb.el (nnweb-google-wash-article): Print a message if article
15002         is not available.
15003
15004 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15005
15006         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15007         change.  Decode text/* parts content before displaying.
15008
15009 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15010
15011         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15012
15013 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15016
15017         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15018         url-package-name, url-package-version,
15019         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15020         w3m-display-inline-images, and w3m-minor-mode-map.
15021
15022 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15023
15024         * message.el (message-tab-body-function): Fix mismatched custom type.
15025
15026         * gnus.el (gnus-group-change-level-function): Ditto.
15027
15028         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15029
15030         * gnus-art.el (gnus-signature-limit)
15031         (gnus-article-mime-part-function): Ditto.
15032
15033 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15034
15035         * mml.el (mml-mode): Silence the byte compiler.
15036
15037         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15038         using `(sit-for 0)' before moving the point to the specified part;
15039         skip unbuttonized parts.
15040         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15041         return to the summary window if gnus-auto-select-part is non-nil.
15042
15043 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15044
15045         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15046         New variables.
15047         (mml-dnd-attach-file, mml-mode): Use them.
15048
15049         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15050         Make fetching article by MID work again for Google Groups.
15051         Add FIXME concerning gnus-group-make-web-group.
15052
15053         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15054         Don't depend on Gnus by using mail-extract-address-components if
15055         gnus-extract-address-components is not bound.
15056
15057 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15058
15059         * gnus-art.el (gnus-mime-display-security): Don't display the
15060         signature, but only the signed part.
15061
15062 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15065
15066         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15067         list, not listp.
15068
15069 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15070
15071         * mm-encode.el (mm-encode-content-transfer-encoding):
15072         Likewise when encoding.
15073
15074         * mm-bodies.el (mm-decode-content-transfer-encoding):
15075         De-canonicalize CRLF for all text content types, not just
15076         text/plain.
15077
15078 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15081         valid article; point arrow and cursor at the MIME button.
15082
15083 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15084
15085         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15086         Suggested by Dan Christensen <jdc@uwo.ca>.
15087
15088         * mm-decode.el (mm-save-part): Enable change of prompt.
15089
15090 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15091
15092         * gnus-msg.el (gnus-inews-add-send-actions):
15093         Make `message-post-method' lambda parameter ARG `&optional'.
15094
15095 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15096
15097         * gnus-sum.el (gnus-summary-mime-map):
15098         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15099         gnus-article-jump-to-part.
15100
15101         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15102         (gnus-article-edit-part): Use it.
15103         (gnus-article-part-wrapper): Add no-handle argument.
15104         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15105         New functions.
15106
15107 2005-08-29  Romain Francoise  <romain@orebokech.com>
15108
15109         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15110         docstring.
15111         (gnus-face-from-file): Likewise.
15112
15113 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15114
15115         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15116         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15117         non-nil.
15118         (gnus-auto-select-part): New variable.
15119         (gnus-article-jump-to-part): New function.
15120         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15121         (gnus-mime-delete-part): Allow selecting specified part after
15122         deleting or stripping parts.
15123         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15124         part if argument is bogus.
15125
15126 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15127
15128         * gnus-art.el (w3m-minor-mode-map):
15129         * gnus-spec.el (gnus-newsrc-file-version):
15130         * gnus-util.el (nnmail-active-file-coding-system)
15131         (gnus-original-article-buffer, gnus-user-agent):
15132         * gnus.el (gnus-ham-process-destinations)
15133         (gnus-parameter-ham-marks-alist)
15134         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15135         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15136         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15137         * mm-decode.el (gnus-current-window-configuration):
15138         * mm-extern.el (gnus-article-mime-handles):
15139         * mm-url.el (url-current-object, url-package-name)
15140         (url-package-version):
15141         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15142         (smime-keys, w3m-cid-retrieve-function-alist)
15143         (w3m-current-buffer, w3m-display-inline-images)
15144         (w3m-minor-mode-map):
15145         * mml-smime.el (gnus-extract-address-components):
15146         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15147         (gnus-newsrc-hashtb, message-default-charset)
15148         (message-deletable-headers, message-options)
15149         (message-posting-charset, message-required-mail-headers)
15150         (message-required-news-headers):
15151         * mml1991.el (mc-pgp-always-sign):
15152         * mml2015.el (mc-pgp-always-sign):
15153         * nnheader.el (nnmail-extra-headers):
15154         * rfc1843.el (gnus-decode-encoded-word-function)
15155         (gnus-decode-header-function, gnus-newsgroup-name):
15156         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15157
15158 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15159
15160         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15161         the end of the date treatments.
15162
15163 2005-08-15  Simon Josefsson  <jas@extundo.com>
15164
15165         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15166         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15167         Capello and Romain Francoise.
15168         (pgg-fetch-key-function): Remove, not used?
15169         (pgg-insert-url-with-w3): Require url, to get
15170         url-insert-file-contents regardless of where it is defined.
15171
15172 2005-08-13  Romain Francoise  <romain@orebokech.com>
15173
15174         * message.el (message-cite-original-1): New function.
15175         (message-cite-original): Use it.
15176         (message-cite-original-without-signature): Ditto.
15177
15178 2005-08-08  Romain Francoise  <romain@orebokech.com>
15179
15180         * message.el (message-yank-empty-prefix): New variable.
15181         (message-indent-citation): Use it.
15182         (message-cite-original-without-signature): Respect X-No-Archive.
15183
15184 2005-08-08  Simon Josefsson  <jas@extundo.com>
15185
15186         * pgg.el: Autoload url-insert-file-contents instead of loading
15187         w3/url.
15188         (pgg-insert-url-with-w3): Don't load url here.
15189
15190 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15191
15192         * message.el (message-kill-to-signature): Don't insert newline at
15193         bol.
15194         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15195
15196 2005-08-06  Romain Francoise  <romain@orebokech.com>
15197
15198         * message.el (message-user-fqdn): Fix typo in docstring.
15199
15200 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15201
15202         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15203
15204         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15205
15206 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * mm-bodies.el (mm-encode-body): Use coding system rather than
15209         charset to encode text.
15210
15211         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15212         number of charsets if utf-8 is available (XEmacs).
15213
15214 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15215
15216         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15217         taken from `gnus-button-mid-or-mail-regexp'.
15218         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15219         (gnus-button-alist): Improve regexp for domain part of the MIDs
15220         for news:localpart@domain buttons.
15221         (gnus-button-ctan-directory-regexp): Update.
15222
15223 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * sieve-manage.el (sieve-manage-interactive-login):
15226         Use make-local-variable rather than make-variable-buffer-local.
15227         (sieve-manage-open): Ditto.
15228         (sieve-manage-authenticate): Ditto.
15229
15230         * mml.el (mml-generate-mime-1): Make the content type default to
15231         text/plain if the filename is not specified.
15232
15233 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15236         instead of insert-buffer.
15237
15238         * message.el (message-yank-original): Ditto; set the mark at the
15239         end of the yanked message.
15240
15241 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15244         lines to scroll rather than to stop it.
15245
15246         * mml.el (mml-generate-default-type): Add doc string.
15247         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15248         default to application/octet-stream when determining the content
15249         type if it is not specified for the part or the mml contents; add
15250         a comment about mml-generate-default-type.
15251
15252 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15253
15254         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15255         make it default to application/octet-stream when determining the
15256         content type if it is not specified for the external contents.
15257
15258 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15261         segmented parameter but also other parameters might be there.
15262
15263 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15264
15265         * mm-decode.el (mm-display-external): Delete temp file, directory
15266         and buffer immediately if the external process is exited.
15267
15268 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15269
15270         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15271         fewer lines than that of scroll-margin.
15272         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15273
15274 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15275
15276         * gnus-art.el (gnus-article-next-page): Revert.
15277         (gnus-article-beginning-of-window): New macro.
15278         (gnus-article-next-page-1): Use it.
15279         (gnus-article-prev-page): Ditto.
15280         (gnus-article-edit-part): Use insert-buffer-substring instead of
15281         insert-buffer.
15282         (gnus-article-edit-exit): Ditto.
15283
15284         * gnus-util.el (gnus-beginning-of-window): Remove.
15285         (gnus-end-of-window): Remove.
15286
15287         * lpath.el: Don't bind header-line-format and scroll-margin.
15288
15289 2005-07-25  Simon Josefsson  <jas@extundo.com>
15290
15291         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15292         to have the url package without w3.  Reported by Daiki Ueno
15293         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15294
15295 2005-07-20  Didier Verna  <didier@xemacs.org>
15296
15297         * gnus-diary.el: Remove the description comment (nndiary is now
15298         properly documented in the Gnus manual).
15299         Fix the spelling of "Back End".
15300         * nndiary.el: Ditto.
15301         Fix the copyright notice.
15302
15303 2005-07-18  Romain Francoise  <romain@orebokech.com>
15304
15305         * gnus-sum.el (gnus-summary-to-prefix)
15306         (gnus-summary-newsgroup-prefix): New variables.
15307         (gnus-summary-from-or-to-or-newsgroups): Use them.
15308
15309 2005-07-17  Romain Francoise  <romain@orebokech.com>
15310
15311         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15312         space as it's generally not especially interesting to the user.
15313
15314 2005-07-16  Romain Francoise  <romain@orebokech.com>
15315
15316         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15317         nil to avoid prompting and file modification if one of the
15318         messages at the top of the nnfolder file contains a copyright
15319         notice.
15320         Update copyright notice.
15321
15322         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15323         instead of `current-time-string' as the latter creates a time
15324         string that is not RFC 2822 compliant (it lacks the zone).
15325         Update copyright notice.
15326
15327 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15328
15329         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15330         for text/rtf.  Display default in prompt.  Pass default for M-n.
15331
15332         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15333
15334 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15335
15336         * gnus-msg.el (gnus-button-mailto):
15337         Remove save-selected-window-window hackery because it relies on
15338         save-selected-window internals.
15339
15340 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15341
15342         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15343         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15344         (gnus-article-prev-page): Ditto.
15345
15346         * gnus-util.el (gnus-beginning-of-window): New function.
15347         (gnus-end-of-window): New function.
15348
15349         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15350
15351 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15352
15353         * gnus-score.el (gnus-score-edit-all-score):
15354         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15355         gnus-message.
15356
15357 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15358
15359         * gnus-msg.el (gnus-button-mailto):
15360         Remove save-selected-window-window hackery because it relies on
15361         save-selected-window internals.
15362
15363 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15366         add-minor-mode.
15367         (gnus-binary-mode): Ditto.
15368
15369         * gnus-topic.el (gnus-topic-mode): Ditto.
15370
15371 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15372
15373         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15374         (gnus-article-prev-page): Take scroll-margin into consideration.
15375
15376 2005-07-04  Lute Kamstra  <lute@gnu.org>
15377
15378         Update FSF's address in GPL notices.
15379
15380 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15381
15382         * gnus.el (gnus-exit):
15383         * gnus-group.el (gnus-group-icons):
15384         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15385
15386         * gnus-nocem.el (gnus-nocem):
15387         * message.el (message-various, message-buffers, message-sending)
15388         (message-interface, message-forwarding, message-insertion)
15389         (message-headers, message-news, message-mail):
15390         * pgg-gpg.el (pgg-gpg):
15391         * pgg-parse.el (pgg-parse):
15392         * pgg-pgp.el (pgg-pgp):
15393         * pgg-pgp5.el (pgg-pgp5):
15394         * pop3.el (pop3): Finish `defgroup' description with period.
15395
15396 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15397
15398         * gnus-art.el (article-display-face): Improve the efficiency.
15399         (article-display-x-face): Ditto; remove grey x-face stuff.
15400
15401 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15402
15403         * gnus-art.el (article-display-face): Correct the position in
15404         which Faces are inserted.
15405
15406 2005-06-29  Didier Verna  <didier@xemacs.org>
15407
15408         * gnus-art.el (article-display-face): Display faces in correct
15409         order.
15410
15411 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15414         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15415         (gnus-nocem-check-article): Fetch the Type header.
15416         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15417         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15418         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15419         make sure gnus-nocem-hashtb is initialized.
15420         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15421         (gnus-nocem-unwanted-article-p): Ditto.
15422
15423         * pgg.el (pgg-verify): Return the verification result.
15424
15425 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15426
15427         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15428         is ascii.
15429
15430 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15431
15432         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15433         `show-nonbreak-escape'.
15434
15435 2005-06-23  Lute Kamstra  <lute@gnu.org>
15436
15437         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15438
15439         * dig.el (dig-mode):
15440         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15441
15442 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15443
15444         * nnimap.el (nnimap-split-download-body): Fix spellings.
15445
15446 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15447
15448         * gnus-art.el (gnus-article-encrypt-body):
15449         * gnus-cus.el (gnus-score-customize):
15450         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15451         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15452
15453 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15454
15455         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15456         header by looking for magic "MII" at the beginnig.
15457
15458 2005-06-16  Miles Bader  <miles@gnu.org>
15459
15460         * gnus-xmas.el (gnus-xmas-group-startup-message):
15461         Use renamed gnus-splash face.
15462
15463         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15464         (assistant-field-face): New backward-compatibility alias for renamed
15465         face.
15466         (assistant-render-text): Use renamed assistant-field face.
15467
15468         * spam.el (spam): Remove "-face" suffix from face name.
15469         (spam-face): New backward-compatibility alias for renamed face.
15470         (spam-face, spam-initialize): Use renamed spam face.
15471
15472         * message.el (message-header-to, message-header-cc)
15473         (message-header-subject, message-header-newsgroups)
15474         (message-header-other, message-header-name)
15475         (message-header-xheader, message-separator, message-cited-text)
15476         (message-mml): Remove "-face" suffix from face names.
15477         (message-header-to-face, message-header-cc-face)
15478         (message-header-subject-face, message-header-newsgroups-face)
15479         (message-header-other-face, message-header-name-face)
15480         (message-header-xheader-face, message-separator-face)
15481         (message-cited-text-face, message-mml-face):
15482         New backward-compatibility aliases for renamed faces.
15483         (message-font-lock-keywords): Use renamed message faces.
15484
15485         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15486         (sieve-test-commands, sieve-tagged-arguments):
15487         Remove "-face" suffix from face names.
15488         (sieve-control-commands-face, sieve-action-commands-face)
15489         (sieve-test-commands-face, sieve-tagged-arguments-face):
15490         New backward-compatibility aliases for renamed faces.
15491         (sieve-control-commands-face, sieve-action-commands-face)
15492         (sieve-test-commands-face, sieve-tagged-arguments-face):
15493         Use renamed sieve faces.
15494
15495         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15496         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15497         (gnus-group-news-3-empty, gnus-group-news-4)
15498         (gnus-group-news-4-empty, gnus-group-news-5)
15499         (gnus-group-news-5-empty, gnus-group-news-6)
15500         (gnus-group-news-6-empty, gnus-group-news-low)
15501         (gnus-group-news-low-empty, gnus-group-mail-1)
15502         (gnus-group-mail-1-empty, gnus-group-mail-2)
15503         (gnus-group-mail-2-empty, gnus-group-mail-3)
15504         (gnus-group-mail-3-empty, gnus-group-mail-low)
15505         (gnus-group-mail-low-empty, gnus-summary-selected)
15506         (gnus-summary-cancelled, gnus-summary-high-ticked)
15507         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15508         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15509         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15510         (gnus-summary-low-undownloaded)
15511         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15512         (gnus-summary-low-unread, gnus-summary-normal-unread)
15513         (gnus-summary-high-read, gnus-summary-low-read)
15514         (gnus-summary-normal-read, gnus-splash):
15515         Remove "-face" suffix from face names.
15516         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15517         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15518         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15519         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15520         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15521         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15522         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15523         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15524         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15525         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15526         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15527         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15528         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15529         (gnus-summary-normal-ticked-face)
15530         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15531         (gnus-summary-normal-ancient-face)
15532         (gnus-summary-high-undownloaded-face)
15533         (gnus-summary-low-undownloaded-face)
15534         (gnus-summary-normal-undownloaded-face)
15535         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15536         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15537         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15538         (gnus-splash-face):
15539         New backward-compatibility aliases for renamed faces.
15540         (gnus-group-startup-message): Use renamed gnus faces.
15541
15542         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15543         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15544         (gnus-server-agent): Remove "-face" suffix from face names.
15545         (gnus-server-agent-face, gnus-server-opened-face)
15546         (gnus-server-closed-face, gnus-server-denied-face)
15547         (gnus-server-offline-face):
15548         New backward-compatibility aliases for renamed faces.
15549         (gnus-server-agent-face, gnus-server-opened-face)
15550         (gnus-server-closed-face, gnus-server-denied-face)
15551         (gnus-server-offline-face): Use renamed gnus faces.
15552
15553         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15554         Remove "-face" suffix from face names.
15555         (gnus-picon-xbm-face, gnus-picon-face):
15556         New backward-compatibility aliases for renamed faces.
15557
15558         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15559         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15560         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15561         (gnus-cite-11): Remove "-face" suffix from face names.
15562         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15563         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15564         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15565         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15566         New backward-compatibility aliases for renamed faces.
15567         (gnus-cite-attribution-face, gnus-cite-face-list)
15568         (gnus-article-boring-faces): Use renamed gnus faces.
15569
15570         * gnus-art.el (gnus-signature, gnus-header-from)
15571         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15572         (gnus-header-content): Remove "-face" suffix from face names.
15573         (gnus-signature-face, gnus-header-from-face)
15574         (gnus-header-subject-face, gnus-header-newsgroups-face)
15575         (gnus-header-name-face, gnus-header-content-face):
15576         New backward-compatibility aliases for renamed faces.
15577         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15578
15579         * gnus-sum.el (gnus-summary-selected-face)
15580         (gnus-summary-highlight): Use renamed gnus faces.
15581         * gnus-group.el (gnus-group-highlight): Likewise.
15582
15583 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15584
15585         * gnus-sieve.el (gnus-sieve-article-add-rule):
15586         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15587         * spam-stat.el (spam-stat-buffer-change-to-spam)
15588         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15589
15590         * message.el (message-is-yours-p):
15591         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15592
15593 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15594
15595         * mm-view.el (mm-inline-text): Withdraw the last change.
15596
15597 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15598
15599         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15600         executing enriched-decode.
15601
15602 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15603
15604         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15605         charset of tar files.
15606
15607 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15608
15609         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15610
15611 2005-06-04  Lute Kamstra  <lute@gnu.org>
15612
15613         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15614         information is never recorded.
15615
15616 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15617
15618         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15619
15620 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * pop3.el (pop3-apop): Run md5 in the binary mode.
15623
15624         * starttls.el (starttls-set-process-query-on-exit-flag):
15625         Use eval-and-compile.
15626
15627 2005-05-31  Simon Josefsson  <jas@extundo.com>
15628
15629         * smime.el (smime-replace-in-string): Define.
15630         (smime-cert-by-ldap-1): Use it.
15631
15632 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15633
15634         * gnus-art.el (article-display-x-face): Replace
15635         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15636
15637         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15638         set-process-query-on-exit-flag or process-kill-without-query.
15639
15640         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15641         loop instead of replace-regexp.
15642
15643         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15644         instead of process-kill-without-query if it is available.
15645
15646         * lpath.el: Fbind ldap-search-entries.
15647
15648         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15649         instead of find-file-hooks if it is available.
15650
15651         * mml1991.el: Bind pgg-default-user-id when compiling.
15652
15653         * mml2015.el: Bind pgg-default-user-id when compiling.
15654
15655         * nndraft.el (nndraft-request-associate-buffer):
15656         Use write-contents-functions instead of write-contents-hooks if it is
15657         available.
15658
15659         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15660         instead of find-file-hooks if it is available.
15661
15662         * nntp.el (nntp-open-connection): Replace
15663         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15664         (nntp-open-ssl-stream): Ditto.
15665         (nntp-open-tls-stream): Ditto.
15666
15667         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15668         set-process-query-on-exit-flag or process-kill-without-query.
15669         (starttls-open-stream-gnutls): Use it instead of
15670         process-kill-without-query.
15671         (starttls-open-stream): Ditto.
15672
15673 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15674
15675         * smime.el (smime-cert-by-ldap-1): Don't use
15676         replace-regexp-in-string.
15677
15678 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15679
15680         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15681
15682         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15683         in PEM format.  Adjust to the XEmacs compability.
15684
15685 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15686
15687         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15688         by `string-to-number'.
15689         * gnus-agent.el (gnus-agent-regenerate-group)
15690         (gnus-agent-fetch-articles): Ditto.
15691         * gnus-art.el (gnus-button-fetch-group): Ditto.
15692         * gnus-cache.el (gnus-cache-generate-active)
15693         (gnus-cache-articles-in-group): Ditto.
15694         * gnus-group.el (gnus-group-set-current-level)
15695         (gnus-group-insert-group-line): Ditto.
15696         * gnus-score.el (gnus-score-set-expunge-below)
15697         (gnus-score-set-mark-below, gnus-summary-score-effect)
15698         (gnus-summary-score-entry): Ditto.
15699         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15700         (gnus-soup-pack): Ditto.
15701         * gnus-spec.el (gnus-xmas-format): Ditto.
15702         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15703         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15704         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15705         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15706         * nndb.el (nndb-get-remote-expire-response): Ditto.
15707         * nndiary.el (nndiary-parse-schedule-value)
15708         (nndiary-string-to-number, nndiary-request-replace-article)
15709         (nndiary-request-article): Ditto.
15710         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15711         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15712         * nneething.el (nneething-make-head): Ditto.
15713         * nnfolder.el (nnfolder-request-article)
15714         (nnfolder-retrieve-headers): Ditto.
15715         * nnheader.el (nnheader-file-to-number): Ditto.
15716         * nnkiboze.el (nnkiboze-request-article): Ditto.
15717         * nnmail.el (nnmail-process-unix-mail-format)
15718         (nnmail-process-babyl-mail-format): Ditto.
15719         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15720         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15721         (nnmh-request-create-group, nnmh-request-list-1)
15722         (nnmh-request-group, nnmh-request-article): Ditto.
15723         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15724         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15725         * nnsoup.el (nnsoup-make-active): Ditto.
15726         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15727         * nntp.el (nntp-find-group-and-number)
15728         (nntp-retrieve-headers-with-xover): Ditto.
15729         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15730         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15731         (pgg-format-key-identifier): Ditto.
15732         * pop3.el (pop3-last, pop3-stat): Ditto.
15733         * qp.el (quoted-printable-decode-region): Ditto.
15734
15735         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15736         of concat.
15737
15738 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15739
15740         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15741
15742         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15743
15744         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15745
15746         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15747
15748         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15749
15750         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15751
15752         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15753         (gnus-carpal-mode): Ditto.
15754
15755         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15756         (gnus-browse-mode): Ditto.
15757
15758         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15759
15760         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15761
15762 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15763
15764         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15765
15766 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15767
15768         * gnus-util.el (gnus-run-mode-hooks): New function.
15769
15770         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15771
15772         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15773         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15774
15775 2005-05-27  Lute Kamstra  <lute@gnu.org>
15776
15777         * dns-mode.el (dns-mode): Specify customization group.
15778
15779 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15780
15781         * gnus-agent.el (gnus-agent-make-mode-line-string):
15782         Use mode-line-highlight as mouse-face.
15783
15784 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * canlock.el (canlock): Change the parent group to news.
15787
15788         * deuglify.el (gnus-outlook-deuglify): Add :group.
15789
15790         * dig.el (dig): Add :group.
15791
15792         * dns-mode.el (dns-mode): Add :group.
15793
15794         * encrypt.el (encrypt): Add :group.
15795
15796         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15797         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15798         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15799         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15800         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15801
15802         * gnus-diary.el (gnus-diary): Add :group.
15803
15804         * gnus.el (gnus-group-news-1-face): Add :group.
15805         (gnus-group-news-1-empty-face): Ditto.
15806         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15807         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15808         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15809         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15810         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15811         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15812         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15813         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15814         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15815         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15816         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15817         (gnus-summary-high-ticked-face): Ditto.
15818         (gnus-summary-low-ticked-face): Ditto.
15819         (gnus-summary-normal-ticked-face): Ditto.
15820         (gnus-summary-high-ancient-face): Ditto.
15821         (gnus-summary-low-ancient-face): Ditto.
15822         (gnus-summary-normal-ancient-face): Ditto.
15823         (gnus-summary-high-undownloaded-face): Ditto.
15824         (gnus-summary-low-undownloaded-face): Ditto.
15825         (gnus-summary-normal-undownloaded-face): Ditto.
15826         (gnus-summary-high-unread-face): Ditto.
15827         (gnus-summary-low-unread-face): Ditto.
15828         (gnus-summary-normal-unread-face): Ditto.
15829         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15830         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15831
15832         * hashcash.el (hashcash): New custom group.
15833         (hashcash-default-payment): Add :group.
15834         (hashcash-payment-alist): Ditto.
15835         (hashcash-default-accept-payment): Ditto.
15836         (hashcash-accept-resources): Ditto.
15837         (hashcash-path): Ditto.
15838         (hashcash-extra-generate-parameters): Ditto.
15839         (hashcash-double-spend-database): Ditto.
15840         (hashcash-in-news): Ditto.
15841
15842         * message.el (message-minibuffer-local-map): Add :group.
15843
15844         * netrc.el (netrc): Add :group.
15845
15846         * sieve-manage.el (sieve-manage-log): Add :group.
15847         (sieve-manage-default-user): Diito.
15848         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15849         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15850         (sieve-manage-authenticators): Ditto.
15851         (sieve-manage-authenticator-alist): Ditto.
15852         (sieve-manage-default-port): Ditto.
15853
15854         * sieve-mode.el (sieve-control-commands-face): Add :group.
15855         (sieve-action-commands-face): Ditto.
15856         (sieve-test-commands-face): Ditto.
15857         (sieve-tagged-arguments-face): Ditto.
15858
15859         * smime.el (smime): Add :group.
15860
15861         * spam-report.el (spam-report): Add :group.
15862
15863         * spam.el (spam, spam-face): Add :group.
15864
15865 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15866
15867         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15868         return \n.\n.\n at the end of articles.  Protect against that.
15869         (nntp-with-open-group): Allow debugging.
15870
15871         * nnheader.el (mail-header-set-extra): Make into a function
15872         because I just could't understand how to quote the list properly.
15873
15874         * dns.el (query-dns-cached): New function.
15875
15876 2005-05-26  Lute Kamstra  <lute@gnu.org>
15877
15878         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15879
15880 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15883
15884         * gnus-art.el: Don't autoload mail-extract-address-components.
15885
15886         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15887         eval-and-compile to evaluate it.
15888
15889         * hashcash.el: Don't autoload executable-find.
15890
15891         * nndb.el: Don't declare the nndb back end two or more times; don't
15892         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15893
15894         * nntp.el: Autoload format-spec instead of format; use
15895         eval-and-compile to evaluate autoload forms.
15896
15897 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15898
15899         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15900
15901 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15902
15903         * gnus.el (gnus-version-number): Bump version.
15904
15905 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15906
15907         * gnus.el: No Gnus v0.3 is released.
15908
15909 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15910
15911         * lpath.el (featurep): Bind show-nonbreak-escape.
15912
15913 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * gnus-art.el (gnus-article-edit-part): Disable undo.
15916
15917 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15918
15919         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15920         gnus-article-date-lapsed-new-header is t if date timer is active;
15921         skip headers in which the original date value is empty.
15922         (gnus-article-save-original-date): Redefine it as a macro.
15923         (gnus-display-mime): Use it.
15924
15925 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15926
15927         * gnus-art.el (article-date-ut): Support converting date in
15928         forwarded parts as well.
15929         (gnus-article-save-original-date): New function.
15930         (gnus-display-mime): Use it.
15931
15932 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15933
15934         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15935         enclosure element of <item>.
15936
15937 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15938
15939         * message.el (message-kill-buffer-query): Rename from
15940         `message-kill-buffer-query-if-modified'.  Add :version.
15941
15942 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15943
15944         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15945         window layout.
15946
15947 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * mml.el: Autoload dnd when compiling.
15950
15951 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15952
15953         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15954         x-dnd-*.
15955
15956 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * qp.el (quoted-printable-encode-region): Save excursion.
15959
15960 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15961
15962         * message.el (message-kill-buffer-query-if-modified): Add new variable
15963         so the user can kill a modified message buffer quickly.
15964         (message-kill-buffer): Use it.
15965
15966 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15967
15968         * lpath.el: Fbind display-time-event-handler; don't fbind
15969         string-to-multibyte.
15970
15971         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15972
15973 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15974
15975         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15976         contained in text because xml.el decodes entities) with LFs.
15977
15978 2005-04-11  Lute Kamstra  <lute@gnu.org>
15979
15980         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15981         differently.
15982
15983 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15984
15985         * mm-util.el (mm-detect-coding-region): Typo.
15986
15987 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15988
15989         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15990
15991 2005-04-06  Deepak Goel  <deego@gnufans.org>
15992
15993         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15994         user-function allow user modifications of the scores.
15995         (spam-stat-score-buffer-user): New function, to allow
15996         user-computed modifications to the score.
15997         (spam-stat-score-buffer-user-functions): List of additional
15998         scoring functions.
15999         (spam-stat-error-holder): Global temporary error holder.
16000         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16001         variable.
16002
16003 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16004
16005         * gnus-registry.el (gnus-registry-clean-empty-function)
16006         (gnus-registry-trim, gnus-registry-fetch-groups)
16007         (gnus-registry-delete-group): Groups that match
16008         `gnus-registry-ignored-groups' are removed from the registry
16009         entries, not just ignored for splitting.  This helps clean up the
16010         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16011         to get all the groups a message ID is in.
16012
16013         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16014         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16015         (spam-stat-score-buffer-user-functions): Add :number custom type.
16016
16017 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16018
16019         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16020         argument in XEmacs.
16021
16022         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16023         (nnrss-request-group): Decode group name first.
16024         (nnrss-request-article): Make a text/plain article if mml-to-mime
16025         failed.
16026         (nnrss-get-encoding): Return a compatible encoding according to
16027         nnrss-compatible-encoding-alist.
16028         (nnrss-find-el): Use consp instead of listp.
16029         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16030
16031 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16034         which Emacs 20 doesn't support.
16035         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16036
16037 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16038
16039         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16040         silence the byte compiler inside the defun.
16041
16042         * gnus-demon.el (parse-time-string): Add autoload.
16043
16044         * gnus-delay.el (parse-time-string): Add autoload.
16045
16046         * gnus-art.el (parse-time-string): Add autoload.
16047
16048         * nnultimate.el (parse-time): Require for `parse-time-string'.
16049
16050 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16051
16052         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16053
16054         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16055
16056         * smime.el (smime-ldap-host-list): Add :version.
16057
16058 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16059
16060         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16061         pass it to `gnus-browse-read-group'.
16062         (gnus-browse-read-group): Add NUMBER argument and pass it to
16063         `gnus-group-read-ephemeral-group'.
16064
16065         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16066         argument and pass it to `gnus-group-read-group'.
16067
16068 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16069
16070         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16071         mm-xemacs-find-mime-charset-1 if we have the mule feature
16072         available at runtime.
16073
16074 2005-03-25  Werner Lemberg  <wl@gnu.org>
16075
16076         * nnmaildir.el: Replace `illegal' with `invalid'.
16077
16078 2005-03-23  Lute Kamstra  <lute@gnu.org>
16079
16080         * time-date.el: Add comment on time value formats.
16081         Don't require parse-time.
16082         (with-decoded-time-value): New macro.
16083         (encode-time-value): New function.
16084         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16085         (days-to-time): Return a valid time value when arg is huge.
16086         (time-since): Use time-subtract.
16087         (time-to-number-of-days): Use time-to-seconds.
16088
16089 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16090
16091         * gnus-start.el (gnus-display-time-event-handler):
16092         Check display-time-timer at runtime rather than only at load time
16093         in case display-time-mode is turned off in the mean time.
16094
16095 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16096
16097         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16098         used.
16099
16100         * nneething.el (nneething-map-file-directory): Derive from
16101         `gnus-directory'.
16102
16103         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16104         the To/Cc button.
16105
16106 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16107
16108         * nnmaildir.el (nnmaildir-request-accept-article):
16109         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16110
16111 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16112
16113         * gnus-async.el: Require timer-funcs at compile time when in
16114         XEmacs for `run-with-idle-timer'.
16115
16116 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16117
16118         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16119         autoloaded function.
16120
16121 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16122
16123         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16124
16125 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16126
16127         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16128
16129 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16130
16131         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16132         Add gnus-expert-user to default.
16133
16134 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16135
16136         * nnimap.el (nnimap-open-server): Ditto.
16137
16138         * imap.el (imap-authenticate): Fix typo.
16139
16140 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16141
16142         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16143         buffer (since IMAP server might return FETCH response out of
16144         order, and the nntp buffer must be sorted).
16145
16146 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16147
16148         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16149         comparison on string.
16150
16151         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16152         (gnus-agent-score): Rename category keywords to match gnus-cus.
16153         (gnus-agent-summary-fetch-series): Modify to protect against
16154         gnus-agent-summary-fetch-group clearing processable flags.
16155         (gnus-agent-synchronize-group-flags): Update live group buffer as
16156         synchronization may occur due to the user toggle the plugged
16157         status.
16158         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16159         successfully downloaded.
16160         (gnus-agent-expire-group-1): Avoid using markers when the overview
16161         is in ascending order; greatly improves performance.
16162         (gnus-agent-regenerate-group):
16163         Use gnus-agent-synchronize-group-flags to reset read status in both
16164         gnus and server.
16165         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16166
16167 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16168
16169         * message.el: Don't autoload former message-utils variables.
16170         (message-strip-subject-trailing-was): Change doc string.
16171
16172         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16173         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16174         (nnweb-google-search): Add "hl=en" here.
16175         (nnweb-google-parse-1, nnweb-google-create-mapping):
16176         Don't hardcode URL.
16177
16178 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16179
16180         * message.el (message-get-reply-headers, message-followup):
16181         Mention related variables `message-use-followup-to' and
16182         `message-use-mail-followup-to', in the information buffer.
16183
16184         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16185         of broken groups(-beta).google.com.
16186
16187 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16188
16189         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16190         parameter to invoked gnus-request-move-article; remove the
16191         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16192         all at once instead of once per article.
16193         (gnus-summary-remove-process-mark): Accept a list of articles as
16194         well as a single article for processing.
16195
16196         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16197         parameter.
16198
16199         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16200
16201         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16202
16203         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16204         parameter.
16205
16206         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16207         parameter.
16208
16209         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16210         parameter and remove the gnus-sum-hint-move-is-internal variable.
16211
16212         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16213         parameter.
16214
16215         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16216         parameter.
16217
16218         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16219         parameter.
16220
16221         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16222
16223         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16224         parameter.
16225
16226         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16227         parameter.
16228
16229 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16230
16231         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16232         a more conservative way.
16233
16234 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16235
16236         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16237         buffer, so it moves the window's cursor.
16238
16239 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16240
16241         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16242         `mm-dissect-multipart' and receive the from field as an (optional)
16243         argument from `mm-dissect-multipart'.
16244         (mm-dissect-multipart): Receive the from field as an argument and
16245         pass it on when we call `mm-dissect-buffer' on MIME parts.
16246         Fixes verification/decryption of signed/encrypted MIME parts.
16247
16248 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16249
16250         * gnus-sum.el (gnus-summary-move-article):
16251         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16252         whatever it calls (right now, only nnimap-request-move article
16253         respects it).
16254
16255         * nnimap.el (nnimap-request-move-article):
16256         When gnus-sum-hint-move-is-internal is set, don't do the extra
16257         nnimap-request-article.
16258
16259 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16260
16261         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16262
16263         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16264         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16265
16266         * gnus-sum.el (gnus-summary-caesar-message):
16267         Apply `gnus-treat-article' after rotation.
16268
16269         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16270         doc string.
16271
16272 2005-02-22  Simon Josefsson  <jas@extundo.com>
16273
16274         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16275         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16276         <arne@arnested.dk>.
16277         (encrypt): Add password-cache and password-cache-expiry as group
16278         members.
16279
16280 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16281
16282         * smime.el (smime-ldap-host-list): Doc fix.
16283         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16284         cache) password.
16285         (smime-sign-region): Use it.
16286         (smime-decrypt-region): Use it.
16287         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16288         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16289         fails.
16290         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16291         certificate from DER to PEM format rather than calling openssl.
16292
16293         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16294
16295         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16296         for signing/encryption.
16297
16298         * mml.el (mml-parse-1): Use them.
16299
16300 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16301
16302         * nnrss.el (nnrss-verbose): Remove.
16303         (nnrss-request-group): Use `nnheader-message' instead.
16304
16305 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16306
16307         * nnrss.el (nnrss-verbose): New variable.
16308         (nnrss-request-group): Make it say nnrss is requesting a group.
16309
16310 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16311
16312         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16313         Handle news URL with given port correctly.
16314
16315 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16316
16317         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16318         containing special characters.
16319
16320         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16321
16322         * mml.el (mime-to-mml): Ditto.
16323
16324         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16325         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16326         (rfc2047-decode-region): Quote decoded words containing special
16327         characters when rfc2047-quote-decoded-words-containing-tspecials
16328         is non-nil.
16329
16330 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16331
16332         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16333
16334         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16335
16336 2005-02-15  Simon Josefsson  <jas@extundo.com>
16337
16338         * nnimap.el (nnimap-debug): Doc fix.
16339
16340         * imap.el (imap-debug): Doc fix.
16341
16342 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16343
16344         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16345
16346 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16347
16348         * gnus.el (spam-contents): Improve docs for spam-contents
16349         parameter in its variable incarnation.
16350
16351 2005-02-14  Simon Josefsson  <jas@extundo.com>
16352
16353         * smime-ldap.el: Use require instead of load-library for ldap.
16354         (smime-ldap-search): Indent.
16355         (smime-ldap-search-internal): Shorten line.
16356
16357         * smime.el (smime-cert-by-dns): Add doc-string.
16358         (smime-cert-by-ldap-1): Indent.
16359
16360         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16361         mml-smime-get-dns-ldap.
16362         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16363
16364 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16365
16366         * smime.el: Require smime-ldap.
16367         (smime-ldap-host-list): New variable.
16368         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16369
16370         * mml-smime.el (mml-smime-encrypt-query): New function.
16371         (mml-smime-encrypt-query): Use it.
16372
16373         * smime-ldap.el: New file.
16374
16375 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16378
16379 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16380
16381         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16382         argument in doc string.  Make query for type more clear.
16383
16384 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16385
16386         * gnus.el (gnus-group-startup-message): Search for gnus images in
16387         etc/images/gnus.
16388         * mm-util.el (mm-image-load-path): Likewise.
16389         * smiley.el (smiley-data-directory): Search for smilies in
16390         etc/images/smilies.
16391
16392 2005-02-09  Kim F. Storm  <storm@cua.dk>
16393
16394         Change Emacs release version from 21.4 to 22.1 throughout.
16395         Change Emacs development version from 21.3.50 to 22.0.50.
16396
16397 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16398
16399         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16400
16401         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16402         non-Mule XEmacs as well.
16403         (mm-decompress-buffer): Signal an error intentionally if it does
16404         not decompress compressed data because auto-compression-mode is
16405         disabled.
16406
16407 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16408
16409         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16410         an ID in the registry even if it has no groups.
16411
16412 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16413
16414         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16415         merge it into mm-decompress-buffer.
16416         (gnus-mime-copy-part): Use the MIME part charset, the value which
16417         a user specified or gnus-newsgroup-charset for decoding, like
16418         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16419         save-buffer what was used.  Suggested by Kevin Ryde
16420         <user42@zip.com.au>.
16421         (gnus-mime-inline-part): Allow the name parameter as well as the
16422         filename parameter; force decompressing of compressed data; always
16423         display contents being not decoded as unibyte.
16424
16425         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16426         as well as the filename parameter.
16427
16428         * mm-util.el (mm-decompress-buffer):
16429         Merge gnus-mime-jka-compr-maybe-uncompress.
16430         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16431         of compressed data.
16432
16433 2005-02-08  Simon Josefsson  <jas@extundo.com>
16434
16435         * imap.el (imap-log): Doc fix.
16436
16437 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16438
16439         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16440         the coding cookies; decompress compressed parts.
16441
16442         * mml.el (mml-generate-mime-1): Add the charset parameter according
16443         to the value which a user specified manually or the coding cookie.
16444
16445         * mm-util.el (mm-string-to-multibyte): New function.
16446         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16447         (mm-coding-system-to-mime-charset): New function.
16448         (mm-decompress-buffer): New function.
16449         (mm-find-buffer-file-coding-system): New function.
16450
16451         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16452         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16453         parts.
16454
16455 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16456
16457         * mm-view.el (mm-display-inline-fontify): Decode a part according
16458         to the charset parameter.
16459
16460 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16461
16462         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16463         prefix arg is neither nil nor a number, as info specifies.
16464
16465 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16466
16467         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16468         timestamps.
16469
16470 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16471
16472         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16473         groups error checking and notify user.
16474
16475 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16476
16477         * message.el (message-send-mail-function): Check existence of
16478         sendmail-program first before using default value
16479         `message-send-mail-with-sendmail'.  Otherwise use more generic
16480         `smtpmail-send-it'.
16481
16482 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * nntp.el (nntp-request-update-info): Always return nil.
16485
16486 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16487
16488         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16489
16490 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16491
16492         * message.el (message-beginning-of-line): Change the behavior when
16493         invoked between BOL and : so that it first moves backward.
16494
16495 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16496
16497         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16498         article buffer when editing of the article is discarded.
16499         (gnus-article-prepare): Revert.
16500
16501 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16502
16503         * gnus-art.el (gnus-article-prepare):
16504         Remove message-strip-forbidden-properties from the local hook.
16505
16506 2005-01-27  Simon Josefsson  <jas@extundo.com>
16507
16508         * password.el (password-cache-add): Only start one timer per key.
16509         Reported by Derek Atkins <warlord@MIT.EDU>.
16510
16511 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16512
16513         * run-at-time.el: Remove.  It is no longer needed as
16514         timer-funcs.el in the xemacs-base package has a working version of
16515         `run-at-time'.
16516
16517         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16518
16519         * password.el: Require timer-funcs instead of run-at-time in
16520         XEmacs.
16521         Remove `password-run-at-time' macro.
16522         (password-cache-add): Use `run-at-time' instead of
16523         `password-run-at-time'.
16524
16525         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16526         Remove `nnheader-cancel-function-timers' alias,
16527         `cancel-function-timers' exists in XEmacs in timer-funcs.
16528
16529         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16530         for `run-with-idle-timer'.
16531
16532         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16533         for `run-at-time'.
16534
16535         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16536         for `with-timeout'.
16537
16538         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16539         the same as for XEmacs 21.4.
16540         No need to ignore `run-with-idle-timer', this function exists in
16541         XEmacs now in timer-funcs.el in the xemacs-base package.
16542         (dgnushack-compile): No need to delete
16543         run-at-time.el from the list of files to compile because it
16544         doesn't exist anymore.
16545
16546 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16549         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16550
16551 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16552
16553         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16554         sensitively.
16555
16556 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16557
16558         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16559
16560 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16561
16562         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16563         which will be inserted according to the multibyteness of a buffer
16564         rather than the type of contents.  Suggested by ARISAWA Akihiro
16565         <ari@mbf.ocn.ne.jp>.
16566
16567         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16568         of string which old xml.el may return rather than a string.
16569
16570 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16571
16572         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16573
16574 2005-01-16  Simon Josefsson  <jas@extundo.com>
16575
16576         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16577         idn/idna.el isn't available.
16578         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16579         <michael@waxrat.com>.
16580
16581         * hashcash.el: Remove non-FSF copyright header.
16582
16583         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16584         (hashcash-generate-payment): Use it.
16585         (hashcash-generate-payment-async): Use it.
16586
16587 2005-01-15  Simon Josefsson  <jas@extundo.com>
16588
16589         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16590         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16591
16592         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16593         gnus-summary-idna-message.
16594         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16595         (gnus-summary-idna-message): New function.
16596
16597 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16598
16599         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16600         gnus-novice-user.
16601
16602 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * nnrss.el (nnrss-request-delete-group): Delete entries in
16605         nnrss-group-alist as well.
16606         (nnrss-save-server-data): Insert newline.
16607
16608 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16609
16610         * gnus.el (gnus-user-agent): Use list of symbols instead of
16611         symbols.  Display full version number for (S)XEmacs.
16612         Optionally display (S)XEmacs codename.
16613
16614         * gnus-util.el (gnus-emacs-version): Update for new
16615         `gnus-user-agent'.
16616
16617         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16618         Gnus version.
16619
16620 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16621
16622         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16623         which is unreadable in some setups.
16624
16625 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16626
16627         * gnus-spec.el (gnus-update-format-specifications): Flush the
16628         group format spec cache if it doesn't support decoded group names.
16629
16630 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16631
16632         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16633         Allow to apply decay on score files matching a regexp.
16634
16635 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16638         compatibility in %g and %c.
16639
16640 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16643         name for only %g and %c.
16644         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16645         of gnus-tmp-group to decoded group name.
16646         (gnus-group-make-rss-group): Exclude `/'s from group names.
16647
16648 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16649
16650         * nnrss.el (nnrss-get-encoding): Fix regexp.
16651
16652 2004-12-27  Simon Josefsson  <jas@extundo.com>
16653
16654         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16655         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16656         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16657
16658 2004-12-17  Kim F. Storm  <storm@cua.dk>
16659
16660         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16661
16662         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16663
16664 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16665
16666         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16667
16668 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16669
16670         * nnrss.el: Require rfc2047 and mml.
16671         (nnrss-file-coding-system): New variable.
16672         (nnrss-format-string): Redefine it as an inline function.
16673         (nnrss-decode-group-name): New function.
16674         (nnrss-string-as-multibyte): Remove.
16675         (nnrss-retrieve-headers): Decode group name; don't use
16676         nnrss-format-string.
16677         (nnrss-request-group): Decode group name.
16678         (nnrss-request-article): Decode group name; allow a Message-ID as
16679         well as an article number; don't use nnrss-format-string; encode a
16680         Message-ID string which may contain non-ASCII characters; use
16681         mml-to-mime to compose a MIME article.
16682         (nnrss-request-expire-articles): Decode group name.
16683         (nnrss-request-delete-group): Decode group name.
16684         (nnrss-fetch): Clarify error message.
16685         (nnrss-read-server-data): Use insert-file-contents instead of load;
16686         bind file-name-coding-system; use multibyte buffer.
16687         (nnrss-save-server-data): Bind coding-system-for-write to the
16688         value of nnrss-file-coding-system; bind file-name-coding-system;
16689         add coding cookie.
16690         (nnrss-read-group-data): Use insert-file-contents instead of load;
16691         bind file-name-coding-system; use multibyte buffer.
16692         (nnrss-save-group-data): Bind coding-system-for-write to the
16693         value of nnrss-file-coding-system; bind file-name-coding-system.
16694         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16695         make it work with non-ASCII text.
16696         (nnrss-find-el): Make it work with old xml.el as well.
16697
16698 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16699
16700         * nnrss.el (nnrss-get-encoding): New function.
16701         (nnrss-fetch): Use unibyte buffer initially; bind
16702         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16703         decode contents according to the encoding attribute.
16704         (nnrss-save-group-data): Add coding cookie.
16705         (nnrss-mime-encode-string): New function.
16706         (nnrss-check-group): Use it to encode subject and author.
16707
16708 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16709
16710         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16711         imaginary variable.
16712
16713 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16716         correctly even if there are wide characters.
16717
16718 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16719
16720         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16721         downcased symbol names; make a new cache instead of reusing
16722         bbdb-hashtable.
16723
16724 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16725
16726         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16727         concatenating segments rather than before concatenating them.
16728         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16729
16730         * message.el (message-get-reply-headers): Bind `extra'.
16731
16732 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16733
16734         * message.el (message-extra-wide-headers): New variable.
16735         (message-get-reply-headers): Use it.
16736
16737 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16740         (gnus-agent-group-pathname): Ditto.
16741
16742         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16743
16744         * gnus-group.el (gnus-group-make-group): Decode group name.
16745         (gnus-group-make-rss-group): Register the group data after opening
16746         the nnrss group.
16747
16748 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16749
16750         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16751         by expiry now get marked as read.
16752
16753 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16754
16755         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16756
16757 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16758
16759         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16760         unify Latin characters in XEmacs.
16761         (mm-find-mime-charset-region): Use it.
16762
16763 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16764
16765         * gnus-util.el (gnus-delete-directory): New function.
16766
16767         * gnus-agent.el (gnus-agent-delete-group): Use it.
16768
16769         * gnus-cache.el (gnus-cache-delete-group): Use it.
16770
16771 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16774         names.
16775
16776 2004-12-16  Simon Josefsson  <jas@extundo.com>
16777
16778         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16779
16780 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16781
16782         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16783
16784         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16785         (gnus-group-set-current-level): Decode group name.
16786
16787 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16788
16789         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16790         failed.
16791
16792 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * gnus-group.el (gnus-group-delete-group): Decode group name.
16795         (gnus-group-make-rss-group): Encode group name.
16796         (gnus-group-catchup-current): Decode group name.
16797         (gnus-group-kill-group): Decode group name.
16798
16799 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16800
16801         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16802
16803 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16804
16805         * gnus-group.el (gnus-group-make-rss-group):
16806         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16807
16808         * gnus-start.el (gnus-setup-news): Honor user's setting to
16809         gnus-message-archive-method.  Suggested by Lute Kamstra
16810         <lute@gnu.org>.
16811
16812 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16813
16814         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16815         global counterparts of the buffer-local variables.
16816
16817 2004-11-16  Romain Francoise  <romain@orebokech.com>
16818
16819         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16820         counterparts of the buffer-local variables.
16821
16822 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16823
16824         * message.el (message-forbidden-properties): Fix typo in doc
16825         string.
16826
16827 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16828
16829         * gnus-util.el (gnus-replace-in-string): Add doc string.
16830
16831         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16832         to avoid problems when splitting mails with many recipients.
16833
16834 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16835
16836         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16837         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16838
16839 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16840
16841         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16842         if there is no hashtable in memory or file modification time is
16843         newer than cached timestamp.
16844
16845 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16846
16847         * gnus-sum.el (gnus-summary-limit-to-recipient):
16848         Implement not-matching option.
16849
16850 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16851
16852         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16853         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16854         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16855         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16856         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16857         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16858
16859 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16860
16861         * message.el (message-forward-make-body-mml): Remove headers
16862         according to message-forward-ignored-headers if a message is decoded.
16863
16864 2004-12-02  Romain Francoise  <romain@orebokech.com>
16865
16866         * message.el (message-forward-make-body-plain): Always remove
16867         headers according to message-forward-ignored-headers.
16868
16869 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16870
16871         * spam.el (spam-summary-prepare-exit): Remove the
16872         gnus-summary-limit pop for now, it has problems with ham marks for
16873         me.
16874
16875 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16876
16877         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16878         correctly.
16879
16880 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16881
16882         * format-spec.el (format-spec): Message the char.
16883
16884 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16885
16886         * gnus-art.el (gnus-split-methods): Reformat comments.
16887
16888         * spam.el (spam-summary-prepare-exit): Remove article limits
16889         before exiting the summary buffer.
16890
16891 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16892
16893         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16894         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16895
16896         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16897         order to silence the byte compiler.
16898
16899         * spam.el: Fix the way to silence the byte compiler, which
16900         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16901         bbdb-search-simple, spam-BBDB-register-routine,
16902         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16903         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16904         spam-stat-buffer-is-spam, spam-stat-load,
16905         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16906         spam-stat-save and spam-stat-split-fancy.
16907
16908 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16911         which may confuse users.
16912         (canlock-password-for-verify): Ditto.
16913
16914         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16915
16916         * gnus-art.el (gnus-emphasis-alist): Ditto.
16917
16918         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16919
16920         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16921
16922         * gnus-start.el (gnus-save-killed-list): Ditto.
16923
16924         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16925         (gnus-sum-thread-tree-root): Ditto.
16926         (gnus-sum-thread-tree-false-root): Ditto.
16927         (gnus-sum-thread-tree-single-indent): Ditto.
16928
16929         * message.el (message-courtesy-message): Ditto.
16930         (message-archive-note): Ditto.
16931         (message-subscribed-address-file): Ditto.
16932         (message-user-fqdn): Ditto.
16933
16934         * spam-report.el (spam-report-gmane-regex): Ditto.
16935
16936         * spam.el (spam-blackhole-good-server-regex): Ditto.
16937
16938 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * mml.el (mml-preview): Widen the message buffer before copying
16941         the contents to the preview buffer; sort headers before previewing.
16942
16943         * message.el (message-hidden-headers): Fix the way to avoid a bug
16944         in the `repeat' widget in Emacs 21.3 or earlier.
16945
16946 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16947
16948         * message.el (message-hidden-headers): Default to "^References:".
16949         Improve customization type.  Suggested by Reiner Steib
16950         <Reiner.Steib@gmx.de>.
16951
16952 2004-11-25  Romain Francoise  <romain@orebokech.com>
16953
16954         * message.el (message-strip-forbidden-properties): Remove check for
16955         obsolete `message-hidden' text property, hidden headers are not
16956         accessible in the buffer anymore.
16957
16958 2004-11-22  Romain Francoise  <romain@orebokech.com>
16959
16960         * message.el (message-header-format-alist): Add `From' in list
16961         so that it can be sorted.
16962         (message-fix-before-sending): Widen and sort headers before
16963         sending.
16964         (message-hide-headers): Use narrowing to hide headers by moving
16965         them to the top of the buffer and narrowing to the region
16966         underneath.
16967
16968 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16969
16970         * message.el (message-strip-forbidden-properties):
16971         Bind buffer-read-only (etc) to nil.
16972
16973 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16976         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16977
16978 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16979
16980         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16981
16982 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16983
16984         * dns.el (query-dns): Use sit-for to time instead of
16985         accept-process-output, since that doesn't seem to work on udp
16986         sockets.
16987
16988 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16989
16990         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16991
16992 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16993
16994         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16995         doc string.  Improve doc string.
16996
16997 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * nntp.el (nntp-request-update-info): Return nil if
17000         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17001         may not call gnus-activate-group which uselessly issues the GROUP
17002         commands for all nntp groups and wastes time.  Reported by Romain
17003         Francoise <romain@orebokech.com>.
17004
17005         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17006
17007 2004-11-15  Simon Josefsson  <jas@extundo.com>
17008
17009         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17010         headers separately.
17011         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17012         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17013
17014 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17015
17016         * gnus-start.el (gnus-convert-old-newsrc):
17017         Assign legacy-gnus-agent to 5.10.7.
17018
17019 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17020
17021         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17022         start of the lines.
17023
17024 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17025
17026         * hashcash.el (hashcash-default-payment): Change default to 20.
17027         (hashcash-default-accept-payment): Change default to 20.
17028         (hashcash-process-alist): New variable.
17029         (hashcash-generate-payment-async): Add.
17030         (hashcash-already-paid-p): Add.
17031         (hashcash-insert-payment): Don't generate payments twice.
17032         (hashcash-insert-payment-async): Add.
17033         (hashcash-insert-payment-async-2): Add.
17034         (hashcash-cancel-async): Add.
17035         (hashcash-wait-async): Add.
17036         (hashcash-processes-running-p): Add.
17037         (hashcash-wait-or-cancel): Add.
17038         (mail-add-payment): New optional argument.  Conditionally start
17039         asynchronous calculation.
17040         (mail-add-payment-async): Add.
17041
17042         * message.el (message-send-mail): Wait for asynchronous hashcash
17043         results.  Don't clobber existing X-Hashcash headers.
17044         (message-setup-1): Call mail-add-payment-async when
17045         message-generate-hashcash is non-nil.
17046
17047 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17048
17049         * message.el (message-use-alternative-email-as-from): Examine the
17050         From header as well; use message-make-from in order to include a
17051         user's full name.
17052
17053 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17054
17055         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17056         default; improve customization type.
17057         (gnus-emphasis-custom-with-format): New macro.
17058         (gnus-emphasis-custom-value-to-external): New function.
17059         (gnus-emphasis-custom-value-to-internal): New function.
17060
17061 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17062
17063         * dns.el (query-dns): Resolve reverse addresses.
17064
17065 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17066
17067         * gnus-group.el (gnus-group-get-new-news): Use it.
17068
17069         * gnus-start.el (gnus-check-reasonable-setup): New function.
17070
17071 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17072
17073         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17074         "Args out of range" error.  Reported by Arnaud Giersch
17075         <arnaud.giersch@free.fr>.
17076
17077 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17078
17079         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17080
17081 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17082
17083         * spam.el (spam group): Add :version.
17084
17085         * pgg-def.el (pgg group): Add :version.
17086
17087 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17088
17089         * gnus-art.el (gnus-article-edit-article): Don't associate the
17090         article buffer with a draft file.  This is a temporary measure
17091         against the 2004-08-22 change to gnus-article-edit-mode.
17092
17093 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17096         (html2text-format-tags): Remove unused variable `attr'.
17097
17098 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17099
17100         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17101
17102         * tls.el (tls-process-connection-type, tls-success)
17103         (tls-certtool-program): Add :version.
17104
17105         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17106         (starttls-extra-arguments, starttls-process-connection-type)
17107         (starttls-connect, starttls-failure, starttls-success): Add :version.
17108
17109         * spam-stat.el (spam-stat): Add :version.
17110
17111         * sieve.el (sieve): Add :version.
17112
17113         * sha1.el (sha1): Add :version.
17114         (sha1-use-external): Remove redundant version.
17115
17116         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17117         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17118         (nnmail-split-fancy-match-partial-words)
17119         (nnmail-split-lowercase-expanded): Add :version.
17120
17121         * nndiary.el (nndiary): Add :version.
17122
17123         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17124
17125         * mml-sec.el (mml-default-sign-method)
17126         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17127         Add :version.
17128
17129         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17130
17131         * mm-url.el (mm-url-use-external, mm-url-program)
17132         (mm-url-arguments): Add :version.
17133
17134         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17135         (mm-attachment-file-modes, mm-decrypt-option)
17136         (mm-w3m-safe-url-regexp): Add :version.
17137
17138         * message.el (message-cite-prefix-regexp)
17139         (message-sendmail-envelope-from, message-minibuffer-local-map)
17140         (message-user-fqdn, message-completion-alist): Add :version.
17141
17142         * gnus-win.el (gnus-configure-windows-hook)
17143         (gnus-use-frames-on-any-display): Add :version.
17144
17145         * gnus-art.el (gnus-article-address-banner-alist)
17146         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17147         (gnus-treat-from-picon, gnus-treat-mail-picon)
17148         (gnus-treat-x-pgp-sig): Add :version.
17149
17150         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17151         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17152         (gnus-summary-article-delete-hook)
17153         (gnus-summary-display-while-building): Add :version.
17154
17155         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17156         (gnus-get-top-new-news-hook): Add :version.
17157
17158         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17159         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17160
17161         * gnus-registry.el (gnus-registry): Add :version.
17162
17163         * gnus-spec.el (gnus-use-correct-string-widths)
17164         (gnus-make-format-preserve-properties): Add :version.
17165
17166         * gnus.el (gnus-group-charter-alist)
17167         (gnus-group-fetch-control-use-browse-url)
17168         (gnus-install-group-spam-parameters): Add :version.
17169
17170         * gnus-diary.el (gnus-diary): Add :version.
17171
17172         * gnus-delay.el (gnus-delay): Add :version.
17173
17174         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17175         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17176         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17177         Add :version.
17178
17179         * gnus-agent.el (gnus-agent-max-fetch-size)
17180         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17181         (gnus-agent-prompt-send-queue): Add :version.
17182
17183         * deuglify.el (gnus-outlook-deuglify): Add :version.
17184
17185         * html2text.el: Beautify code.  Improve doc strings.
17186         Some checkdoc cleanup.
17187         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17188
17189 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17190
17191         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17192
17193 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17194
17195         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17196         when package is loaded.
17197
17198         * spam.el (spam-summary-score-preferred-header): Add global preference
17199         for people who want to override the default SpamAssassin over
17200         Bogofilter preference (when both are set).
17201         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17202         (spam-user-format-function-S):
17203         Check spam-summary-score-preferred-header.
17204         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17205         (spam-user-format-function-S): Format the score correctly.
17206
17207 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17210         signature file.  Suggested by Manoj Srivastava
17211         <srivasta@golden-gryphon.com>.
17212
17213         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17214         iso-2022-jp even in the Japanese language environment.
17215         Suggested by Jason Rumney <jasonr@gnu.org>.
17216
17217 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17220         use the same characters as the dummy marks; make it free from
17221         getting affected by the language environment.
17222         (gnus-summary-read-group-1): Update mark positions only when the
17223         format spec is updated.
17224
17225         * gnus-spec.el (gnus-update-format-specifications): Return a list
17226         of updated types.
17227
17228 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17229
17230         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17231         of boundp to check if display-warning is available.
17232
17233 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17234
17235         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17236
17237 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17238
17239         * nnspool.el (nnspool-spool-directory): Use news-path if the
17240         news-directory variable is not bound.
17241
17242         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17243         function instead of display-warning if it is not available.
17244
17245 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17246
17247         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17248         v5-10: Use `point-at-bol'.
17249
17250 2004-10-26  Simon Josefsson  <jas@extundo.com>
17251
17252         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17253         <chenggao@gmail.com>.
17254
17255 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17256
17257         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17258         instead.
17259
17260 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17261
17262         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17263         to remove a server from the nnimap-server-buffer-alist.
17264         (nnimap-open-connection, nnimap-close-server): Use it.
17265
17266         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17267
17268 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17269
17270         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17271         running the major-mode function.
17272
17273 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17274
17275         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17276         dummy marks in the right way.
17277
17278 2004-10-18  David Edmondson  <dme@dme.org>
17279
17280         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17281         excessively.
17282
17283 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17284
17285         * gnus-util.el (gnus-split-references): Accept a nil references
17286         string and go on blissfully.
17287
17288         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17289         cases where the references string is non-nil but has no references.
17290
17291         * encrypt.el: Add autoload tags.
17292
17293         * spam.el (spam-resolve-registrations-routine): Remove article
17294         from unregistration list too.  Reported by David Hanak
17295         <dhanak@isis.vanderbilt.edu>
17296
17297 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17298
17299         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17300         nil.  Change custom type.
17301
17302 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17303
17304         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17305
17306         * gnus-sum.el (gnus-summary-move-article): Use it.
17307
17308 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17309
17310         * encrypt.el: Add autoload cookies.
17311
17312         * spam.el (spam-backend-article-list-property)
17313         (spam-backend-get-article-todo-list)
17314         (spam-backend-put-article-todo-list)
17315         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17316         Resolve registrations separately.
17317         (spam-register-routine): Format comments.
17318         (spam-unregister-routine, spam-register-routine): Always call with
17319         specific-articles, no default list.
17320         (spam-summary-prepare-exit): Use the spam-classifications function.
17321
17322         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17323         gnus-encrypt.el.
17324
17325         * encrypt.el: Copied from gnus-encrypt.el.
17326
17327         * gnus-encrypt.el: Commented that it's obsolete.
17328
17329 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17330
17331         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17332         (gnus-score-save): Use it.
17333
17334         * message.el (message-bury): Use `window-dedicated-p'.
17335
17336 2004-10-15  Simon Josefsson  <jas@extundo.com>
17337
17338         * pop3.el (top-level): Don't require nnheader.
17339         (pop3-read-timeout): Add.
17340         (pop3-accept-process-output): Add.
17341         (pop3-read-response, pop3-retr): Use it.
17342
17343 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17344
17345         * spam.el (spam-register-routine): Move comment.
17346         (spam-verify-bogofilter): Use 'unknown for the initial
17347         spam-bogofilter-valid state, not 'never.
17348
17349         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17350         for netrc-machine.
17351
17352         * nnimap.el (nnimap-open-connection):
17353         Use netrc-machine-user-or-password.
17354
17355 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17356
17357         * gnus-registry.el (gnus-registry-unload-hook):
17358         Set as a variable with add-hook.
17359
17360         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17361         of news-path.
17362
17363         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17364
17365         * spam.el: Delete duplicate `provide'.
17366         (spam-unload-hook): Set as a variable with add-hook.
17367
17368 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17369
17370         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17371         in the doc string.
17372
17373         * message.el (message-ignored-news-headers)
17374         (message-ignored-supersedes-headers)
17375         (message-ignored-resent-headers)
17376         (message-forward-ignored-headers): Improve custom type.
17377
17378 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17379
17380         * message.el (message-tokenize-header): Fix 2004-09-06 change
17381         which used point-min in the wrong place.
17382
17383 2004-10-12  Simon Josefsson  <jas@extundo.com>
17384
17385         * tls.el (tls-certtool-program): New variable.
17386         (tls-certificate-information): New function, based on
17387         ssl-certificate-information.
17388
17389 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17390
17391         * compface.el: Move the version of ELisp-based uncompface program
17392         to the contrib directory because of the copyright problem.
17393
17394 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17395
17396         * message.el (message-kill-buffer): Raise the current frame.
17397
17398 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17399
17400         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17401
17402         * gnus.el (message-y-or-n-p): Autoload.
17403
17404         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17405         (pop3-password-required, pop3-authentication-scheme)
17406         (pop3-leave-mail-on-server): Make customizable.
17407         (pop3): New custom group.
17408         (pop3-retr): Remove `sleep-for' statements.
17409         Suggested by Dave Love <fx@gnu.org>.
17410
17411         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17412         Windows/DOS.
17413
17414         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17415         (imap-parse-body): Fix incorrect use of `assert'.
17416         Suggested by Dave Love <fx@gnu.org>.
17417
17418         * mml.el (mml-minibuffer-read-disposition): Require match.
17419         Suggested by Dave Love <fx@gnu.org>.
17420
17421 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17422
17423         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17424         doc string.
17425
17426 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17427
17428         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17429
17430 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17431
17432         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17433         instead of calling `mm-insert-inline', to decode text/* parts
17434         before displaying them.
17435
17436 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17437
17438         * mm-uu.el (mm-uu-text-plain-type): New variable.
17439         (mm-uu-pgp-signed-extract-1): Use it.
17440         (mm-uu-pgp-encrypted-extract-1): Use it.
17441         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17442         bind mm-uu-text-plain-type with that value.
17443         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17444         mm-uu-dissect.
17445
17446 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * gnus-group.el (gnus-update-group-mark-positions):
17449         * gnus-sum.el (gnus-update-summary-mark-positions):
17450         * message.el (message-check-news-body-syntax):
17451         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17452         of string-as-multibyte.
17453
17454 2004-10-05  Juri Linkov  <juri@jurta.org>
17455
17456         * gnus-group.el (gnus-update-group-mark-positions):
17457         * gnus-sum.el (gnus-update-summary-mark-positions):
17458         * message.el (message-check-news-body-syntax):
17459         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17460         8-bit unibyte values to a multibyte string for search functions.
17461
17462 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17463
17464         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17465         (mm-uu-dissect-text-parts): New function.
17466
17467         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17468         dissect text parts.
17469
17470         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17471         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17472
17473         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17474
17475         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17476         Use gnus-current-topics instead of gnus-current-topic.
17477
17478 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17479
17480         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17481
17482 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17483
17484         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17485         where approriate.
17486
17487         * nnml.el (nnml-generate-active-info): do.
17488
17489         * nndiary.el (nndiary-generate-active-info): do.
17490
17491         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17492         (gnus-topic-move): do.
17493
17494         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17495         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17496
17497         * gnus-srvr.el (gnus-server-prepare)
17498         (gnus-server-open-all-servers): do.
17499
17500         * gnus-msg.el (gnus-summary-cancel-article)
17501         (gnus-summary-resend-message)
17502         (gnus-summary-mail-crosspost-complaint): do.
17503
17504         * gnus-move.el (gnus-change-server): do.
17505
17506         * gnus-group.el (gnus-group-unmark-all-groups)
17507         (gnus-group-set-current-level): do.
17508
17509 2004-10-04  Simon Josefsson  <jas@extundo.com>
17510
17511         * message.el (message-generate-hashcash): Doc fix.
17512
17513 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17514
17515         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17516         avoid infinite recursion via gnus-get-function.
17517
17518 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17519
17520         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17521
17522         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17523
17524         * nnmail.el (nnmail-split-history): do.
17525
17526         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17527         (nnml-request-delete-group): do.
17528
17529         * nnslashdot.el (nnslashdot-read-groups): do.
17530
17531         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17532         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17533
17534         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17535         (nnspool-sift-nov-with-sed): Use last.
17536         (nnspool-retrieve-headers-with-nov): Use mapc.
17537         (nnspool-request-newgroups): Use dolist.
17538         (nnspool-request-group): Use last.
17539
17540         * nntp.el (nntp-read-server-type): Use dolist.
17541
17542         * nnvirtual.el (nnvirtual-create-mapping)
17543         (nnvirtual-update-read-and-marked): Use dolist.
17544         (nnvirtual-convert-headers): Simplify.
17545
17546 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17547
17548         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17549         Add support for sync'ing tick marks.
17550
17551 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17552
17553         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17554         there's no visible header.
17555
17556 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17557
17558         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17559         When necessary, pass full group name to gnus-request-set-marks.
17560
17561 2004-10-01  Simon Josefsson  <jas@extundo.com>
17562
17563         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17564         acroread.
17565
17566 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17567
17568         * spam-report.el (spam-report-gmane): Fix interactive.
17569
17570         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17571
17572         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17573         when writing file.
17574         (gnus-agent-synchronize-flags): Don't default to being
17575         interactive.
17576
17577 2004-09-30  Simon Josefsson  <jas@extundo.com>
17578
17579         * message.el (message-generate-hashcash): Add.
17580         (message-send-mail): Use it, call mail-add-payment.
17581
17582 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17583
17584         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17585
17586 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17587
17588         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17589         gnus-requst-update-info with explicit code to sync the in-memory
17590         info read flags with the marks being sync'd to the backend.
17591
17592         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17593
17594 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17595
17596         * spam.el (spam-verify-bogofilter): Add new function.
17597         (spam-check-bogofilter)
17598         (spam-bogofilter-register-with-bogofilter): Use it.
17599         (spam-verify-bogofilter): Add small fixes.
17600
17601 2004-09-28  Simon Josefsson  <jas@extundo.com>
17602
17603         * hashcash.el (hashcash-generate-payment): Revert.
17604
17605 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17606
17607         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17608         Use gnus-extract-references instead of gnus-split-references.
17609
17610         * gnus-util.el (gnus-extract-references): Add new function, analogous
17611         to gnus-split-references but extracts only the message-ID without
17612         anything extra.
17613
17614         * hashcash.el (hashcash-generate-payment)
17615         (hashcash-check-payment): Do the right thing if hashcash-path is
17616         nil (because the hashcash program could not be found).
17617
17618         * spam.el (spam-use-hashcash): Remove comment.
17619
17620 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17621
17622         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17623         (gnus-cache-enter-article, gnus-cache-remove-article)
17624         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17625
17626         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17627
17628         * gnus-art.el (article-hide-boring-headers)
17629         (article-translate-strings, article-display-face)
17630         (gnus-article-mime-match-handle-first)
17631         (gnus-article-highlight-headers)
17632         (gnus-article-add-buttons-to-head): do.
17633
17634 2004-09-27  Simon Josefsson  <jas@extundo.com>
17635
17636         * hashcash.el: New version, from
17637         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17638         ../contrib/.
17639
17640 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17643
17644 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17645
17646         * gnus-dup.el (gnus-dup-open): Use mapc.
17647         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17648
17649         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17650         Reported by Stefan Wiens <s.wi@gmx.net>.
17651
17652         * gnus.el (gnus-shutdown): Use dolist.
17653
17654         * gnus-undo.el (gnus-undo): Use mapc.
17655
17656         * nnrss.el (nnrss-generate-active): do.
17657
17658         * message.el (message-cite-original-without-signature)
17659         (message-cite-original): Use mapc.
17660         (message-do-actions, message-make-forward-subject): Use dolist.
17661
17662 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17663
17664         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17665         deletion to remove entire duplicate line.  Fixes merged article
17666         number bug.
17667
17668 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17669
17670         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17671         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17672         first ask if you want to open a server and then, even when you
17673         responded with no, asking if you want to synchronize the server's
17674         flags.
17675         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17676         multi-line expressions.
17677         (gnus-agent-synchronize-group-flags): New internal function.
17678         Updates marks in memory (in the info structure) AND in the
17679         backend.
17680
17681         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17682
17683         * nnagent.el (nnagent-request-set-mark):
17684         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17685         method, to ensure that synchronization updates marks in the
17686         backend and in the info (in memory) structure.
17687
17688 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17689
17690         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17691         convention fully; don't miss the root article of a thread; make
17692         the X-Draft-From header with correct article numbers.
17693
17694 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17695
17696         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17697         unless plugged.  Disable the agent so that an open failure causes
17698         an error.
17699
17700         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17701         Revert 2004-09-21 change.  The backend must be opened while
17702         synchronizing flags even when the backend stores the flags
17703         locally.
17704
17705 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17706
17707         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17708         in `header' match.  Reported by Svend Tollak Munkejord.
17709
17710         * message.el (message-cite-original): Fix use of
17711         `message-cite-articles-with-x-no-archive'.
17712
17713 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17714
17715         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17716         (gnus-window-to-buffer): Ditto.
17717
17718         * mml.el (mml-preview-buffer): New variable.
17719         (mml-preview): Manage window layout with gnus-buffer-configuration.
17720
17721         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17722         X-Draft-From header even if those articles aren't quoted.
17723
17724 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17725
17726         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17727         (gnus-request-set-mark, gnus-request-update-mark): Use new
17728         g-s-t-u-l-m to decide to use backend even when unplugged.
17729
17730 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17731
17732         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17733         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17734
17735 2004-09-20  Simon Josefsson  <jas@extundo.com>
17736
17737         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17738         "utf-16-le".
17739
17740 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17741
17742         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17743
17744 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17745
17746         * uudecode.el (uudecode-use-external): Add :version.
17747
17748         * smime.el (smime-CA-file, smime-encrypt-cipher)
17749         (smime-dns-server): Add :version.
17750
17751         * smiley.el (gnus-smiley-file-types): Add :version.
17752
17753         * sha1.el (sha1-use-external): Add :version.
17754
17755         * pgg-def.el (pgg-query-keyserver): Add :version.
17756
17757         * nnmail.el (nnmail-fancy-expiry-targets)
17758         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17759         Add :version.
17760
17761         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17762         (nnimap-retrieve-groups-asynchronous): Add :version.
17763         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17764
17765         * mml.el (mml-content-disposition-parameters)
17766         (mml-insert-mime-headers-always): Add :version.
17767
17768         * mm-util.el (mm-coding-system-priorities): Add :version.
17769
17770         * mm-decode.el (mm-inline-text-html-with-images)
17771         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17772         (mm-verify-option): Add :version.
17773         (mm-text-html-renderer): Change :version.
17774
17775         * message.el (message-fcc-externalize-attachments)
17776         (message-required-headers, message-draft-headers)
17777         (message-subject-trailing-was-query)
17778         (message-subject-trailing-was-ask-regexp)
17779         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17780         (message-mark-insert-end, message-archive-header)
17781         (message-archive-note, message-cross-post-default)
17782         (message-cross-post-note, message-followup-to-note)
17783         (message-cross-post-note-function, message-use-mail-followup-to)
17784         (message-subscribed-address-functions)
17785         (message-subscribed-address-file, message-subscribed-addresses)
17786         (message-subscribed-regexps, message-allow-no-recipients)
17787         (message-yank-cited-prefix, message-signature-insert-empty-line)
17788         (message-hidden-headers, message-hierarchical-addresses)
17789         (message-mail-user-agent, message-use-idna)
17790         (message-valid-fqdn-regexp)
17791         (message-strip-special-text-properties, message-header-synonyms)
17792         (message-beginning-of-line, message-tab-body-function): Add :version.
17793         (message-insert-canlock, message-wide-reply-confirm-recipients):
17794         Change :version.
17795
17796         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17797         and :version.
17798         (mail-source-delete-old-incoming-confirm)
17799         (mail-source-movemail-program): Add :version.
17800
17801         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17802         (gnus-agent-cache, gnus-agent): Change :version.
17803
17804         * gnus-util.el (gnus-use-byte-compile): Change :version.
17805
17806         * gnus-sum.el (gnus-summary-make-false-root-always)
17807         (gnus-summary-default-high-score)
17808         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17809         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17810         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17811         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17812         (gnus-sum-thread-tree-single-indent)
17813         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17814         (gnus-sum-thread-tree-leaf-with-other)
17815         (gnus-sum-thread-tree-single-leaf): Add :version.
17816         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17817         (gnus-article-loose-mime): Change :version.
17818
17819         * gnus-start.el (gnus-backup-startup-file)
17820         (gnus-save-startup-file-via-temp-buffer): Add :version.
17821
17822         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17823         (gnus-server-offline-face): Add :version.
17824
17825         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17826
17827         * gnus-msg.el (gnus-gcc-externalize-attachments)
17828         (gnus-debug-files, gnus-debug-exclude-variables)
17829         (gnus-discouraged-post-methods): Change :version.
17830         (gnus-confirm-mail-reply-to-news)
17831         (gnus-confirm-treat-mail-like-news): Add :version.
17832
17833         * gnus-int.el (gnus-server-unopen-status): Add :version.
17834
17835         * gnus-group.el (gnus-group-jump-to-group-prompt)
17836         (gnus-large-ephemeral-newsgroup)
17837         (gnus-fetch-old-ephemeral-headers): Add :version.
17838
17839         * gnus-fun.el (gnus-x-face-directory)
17840         (gnus-convert-pbm-to-x-face-command)
17841         (gnus-convert-image-to-x-face-command)
17842         (gnus-convert-image-to-face-command): Add :version.
17843
17844         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17845
17846         * gnus-cite.el (gnus-cite-blank-line-after-header)
17847         (gnus-article-boring-faces): Add :version.
17848
17849         * gnus-art.el (gnus-buttonized-mime-types)
17850         (gnus-inhibit-mime-unbuttonizing)
17851         (gnus-treat-display-face)
17852         (gnus-treat-body-boundary): Change :version.
17853         (gnus-body-boundary-delimiter, gnus-picon-databases)
17854         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17855         (gnus-treat-date-english, gnus-treat-fold-headers)
17856         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17857         (gnus-treat-mail-picon, gnus-treat-wash-html)
17858         (gnus-article-encrypt-protocol)
17859         (gnus-use-idna, gnus-article-over-scroll)
17860         (gnus-mime-display-multipart-alternative-as-mixed)
17861         (gnus-mime-display-multipart-related-as-mixed)
17862         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17863         (gnus-ctan-url, gnus-button-ctan-handler)
17864         (gnus-button-handle-ctan-bogus-regexp)
17865         (gnus-button-ctan-directory-regexp)
17866         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17867         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17868         (gnus-button-man-level, gnus-button-emacs-level)
17869         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17870
17871         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17872         (gnus-agent-go-online): Change :version.
17873         (gnus-agent-expire-unagentized-dirs)
17874         (gnus-agent-auto-agentize-methods): Add :version.
17875
17876         * flow-fill.el (fill-flowed-display-column)
17877         (fill-flowed-encode-column): Add :version.
17878
17879         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17880         (gnus-outlook-deuglify-unwrap-max)
17881         (gnus-outlook-deuglify-cite-marks)
17882         (gnus-outlook-deuglify-unwrap-stop-chars)
17883         (gnus-outlook-deuglify-no-wrap-chars)
17884         (gnus-outlook-deuglify-attrib-cut-regexp)
17885         (gnus-outlook-deuglify-attrib-verb-regexp)
17886         (gnus-outlook-deuglify-attrib-end-regexp)
17887         (gnus-outlook-display-hook): Add :version.
17888
17889         * binhex.el (binhex-use-external): Add :version.
17890
17891 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17892
17893         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17894         and `invisible'.
17895
17896 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17897
17898         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17899         in gnus-registry-trim.
17900
17901 2004-09-13  Simon Josefsson  <jas@extundo.com>
17902
17903         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17904
17905         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17906
17907         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17908         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17909         <yamaoka@jpl.org>.
17910         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17911         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17912         <yamaoka@jpl.org>.
17913
17914         * sieve.el (sieve-manage-mode): Ditto.
17915
17916 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17917
17918         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17919
17920 2004-09-11  Simon Josefsson  <jas@extundo.com>
17921
17922         * dns-mode.el: Add.
17923
17924         * mm-view.el (mm-display-dns-inline): Add.
17925
17926         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17927         (mm-automatic-display): Ditto.
17928
17929         * mailcap.el (mailcap-mime-data): Add text/dns.
17930         (mailcap-mime-extensions): Map .soa to text/dns.
17931
17932 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17933
17934         * gnus-art.el (article-decode-mime-words, article-babel)
17935         (gnus-article-highlight-signature, gnus-article-add-buttons)
17936         (gnus-signature-toggle): Remove unnecessary bindings of
17937         `inhibit-read-only' inherited from v5.10 merge.
17938
17939 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17940
17941         * nntp.el (nntp): New customization group.
17942         (nntp-authinfo-file): Add customization group.
17943
17944         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17945
17946         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17947
17948         * gnus.el (to-address, to-list, subscribed)
17949         (large-newsgroup-initial): Ditto.
17950
17951         * flow-fill.el (fill-flowed-display-column)
17952         (fill-flowed-encode-column): Ditto.
17953
17954 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17955
17956         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17957         Use point-min rather than 1.
17958         (message-send-mail): Use buffer-size rather than point-max.
17959
17960         * gnus-sum.el (gnus-summary-search-article-forward):
17961         Signal a specific `search-failed' rather than a generic `error'.
17962
17963         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17964         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17965         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17966
17967 2004-09-10  Simon Josefsson  <jas@extundo.com>
17968
17969         * nndb.el (require): Remove tcp and duplicate cl.
17970
17971 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17972
17973         * gnus-agent.el (directory-files-and-attributes): Move forward.
17974
17975 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17976
17977         * gnus-agent.el (directory-files-and-attributes):
17978         Optionally defined to support XEmacs.
17979
17980 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17981
17982         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17983         to avoid run-time CL dependencies.
17984         (gnus-agent-unfetch-articles): New function.
17985         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17986         article numbers even when local .overview file is missing.
17987         (gnus-agent-read-article-number): New function.  Only accepts
17988         27-bit article numbers.
17989         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17990         Use gnus-agent-read-article-number.
17991         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17992         from backend while recognizing that article numbers in .overview
17993         must be valid.
17994         (gnus-agent-update-files-total-fetched-for):
17995         Use directory-files-and-attributes to improve performance.
17996         * gnus-int.el (gnus-request-move-article):
17997         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17998         improve performance.
17999
18000         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18001         some users confused by references to .newsrc when they only have a
18002         .newsrc.eld file.
18003         (gnus-convert-mark-converter-prompt)
18004         (gnus-convert-converter-needs-prompt): Fix use of property list.
18005         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18006         New function.  Used internally to only display 'gnus converting
18007         files' message when actually necessary.
18008
18009         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18010         methods now autoloaded.
18011
18012 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18013
18014         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18015         identifiers.
18016
18017 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18018
18019         * gnus-picon.el: Fix indentation and closing parenthesis.
18020
18021 2004-09-01  Simon Josefsson  <jas@extundo.com>
18022
18023         * message.el (message-canlock-generate): Require sha1, not
18024         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18025         to require within a function.  Sadly, if sha1.el isn't loaded, the
18026         let binding in m-c-g will hide the defcustom definition, which is
18027         bad.)
18028
18029         * canlock.el: Require sha1, not sha1-el.
18030
18031         * message.el: Don't autoload sha1 (there is a autoload cookie in
18032         sha1.el).
18033
18034         * sha1-el.el: Rename to sha1.el.
18035
18036 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18037
18038         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18039
18040 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18041
18042         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18043
18044 2004-08-30  Kim F. Storm  <storm@cua.dk>
18045
18046         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18047
18048         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18049         Add :group 'nnimap.
18050
18051 2004-08-30  Andreas Schwab  <schwab@suse.de>
18052
18053         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18054         ?* and ?\;.
18055
18056         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18057         and ?\' to symbol instead of whitespace.
18058
18059 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18060
18061         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18062
18063         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18064         instead of re-search-forward.
18065
18066         * gnus-uu.el (gnus-uu-save-article): Ditto.
18067         (gnus-uu-post-encode-uuencode): Ditto.
18068
18069         * html2text.el (html2text-clean-list-items): Ditto.
18070         (html2text-clean-dtdd): Ditto.
18071         (html2text-format-tags): Ditto.
18072
18073         * message.el (message-send-mail-with-sendmail): Fix regexp.
18074         (message-fill-field-general): Use search-forward instead of
18075         re-search-forward.
18076         (unbold-region): Ditto.
18077
18078         * nnrss.el (nnrss-request-article): Ditto.
18079
18080         * nnslashdot.el (nnslashdot-request-article): Ditto.
18081
18082         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18083
18084         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18085         "Unrecognized menu descriptor" error in XEmacs.
18086
18087 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18088
18089         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18090         parent article of a sparse article in the thread hashtb.
18091
18092 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18093
18094         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18095         (nnmail-expand-newtext): Lowercase expanded entries if
18096         nnmail-split-lowercase-expanded is non-nil.
18097
18098 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18099
18100         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18101
18102         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18103         of gnus-tmp-news-method into string under XEmacs.  It will be
18104         passed to gnus-correct-length which takes only a string argument.
18105
18106 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18107
18108         * gnus-util.el (gnus-bind-print-variables): New macro.
18109         (gnus-prin1): Use it.
18110         (gnus-prin1-to-string): Use it.
18111         (gnus-pp): New function.
18112         (gnus-pp-to-string): New function.
18113
18114         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18115         Replace pp-to-string with gnus-pp-to-string.
18116         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18117         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18118         * gnus-msg.el (gnus-debug): Ditto.
18119         * gnus-score.el (gnus-score-save): Ditto.
18120         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18121         gnus-pp-to-string.
18122         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18123         with gnus-pp.
18124         * score-mode.el (gnus-score-pretty-print): Ditto.
18125         * webmail.el (webmail-debug): Ditto.
18126
18127 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18128
18129         * gnus-art.el (article-display-face, article-display-x-face):
18130         Use buffer-read-only.
18131
18132 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18133
18134         * gnus-art.el (article-hide-list-identifiers):
18135         Bind inhibit-read-only as t.
18136
18137 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18138
18139         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18140
18141 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18142
18143         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18144         (gnus-narrow-to-page): Don't assume point-min == 1.
18145         (gnus-article-edit-mode): Derive from message-mode.
18146
18147         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18148         point-min == 1.
18149
18150         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18151         Disable incorrect use of `assert'.
18152
18153         * message.el (message-mode): Set comment-start-skip.
18154
18155
18156 2004-08-22  Sam Steingold  <sds@gnu.org>
18157
18158         * pop3.el (pop3-leave-mail-on-server): New user variable.
18159         (pop3-movemail): Delete mail only when it is nil.
18160
18161 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18162
18163         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18164
18165         * mml.el (mml-preview): Use `pop-to-buffer'.
18166
18167         * message.el (message-goto-mail-followup-to): Insert after "To".
18168         (message-carefully-insert-headers): Add comment.
18169
18170         * gnus.el: Remove unused variable `gnus-article-check-size'.
18171
18172         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18173
18174         * gnus-art.el (gnus-button-alist):
18175         Improve `gnus-button-handle-library' entry.
18176
18177 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18178
18179         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18180         Use downcase, since XEmacs capitalizes error messages differently.
18181
18182 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18183
18184         * nntp.el: Add (require 'gnus) due to reference to
18185         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18186
18187 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18188
18189         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18190         Bind `mm-fill-flowed'.
18191
18192         * mm-decode.el (mm-dissect-singlepart): Check it.
18193
18194 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18195
18196         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18197         'imap' for netrc parsing.
18198
18199 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18200
18201         * mailcap.el (mailcap-mime-data): Mark as risky.
18202
18203 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18204
18205         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18206         may be included in the encoded word.
18207         (rfc2047-encode): Don't append a space if the encoded word
18208         includes close parenthesis.
18209
18210 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18211
18212         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18213         of text within parentheses.
18214
18215 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18216
18217         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18218         (gnus-encrypt-write-file-contents): Make the password key the file
18219         name PLUS the cipher, not just the cipher.  Also remove failed
18220         passwords from the cache.
18221
18222 2004-08-06  Simon Josefsson  <jas@extundo.com>
18223
18224         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18225         Doc fix.
18226
18227 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18228
18229         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18230         LWSP.
18231
18232 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18233
18234         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18235         Try to append in-reply-to: data to the references: header.
18236
18237         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18238         (netrc-parse): Use gnus-encrypt.el functions.
18239
18240         * gnus-encrypt.el: Add new file for encryption support; currently
18241         does only a few GPG ciphers and an internal XOR cipher.
18242
18243         * password.el: Add comments on using password-read-and-add.
18244         (password-read-and-add): Add function to read and add the
18245         password to the cache at once.
18246
18247 2004-07-28  Simon Josefsson  <jas@extundo.com>
18248
18249         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18250         parameter (but don't use it, for now).
18251
18252         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18253         instead of hard coding to nil.
18254
18255 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18256
18257         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18258         as mm-inline-image-xemacs does.
18259
18260 2004-07-26  Simon Josefsson  <jas@extundo.com>
18261
18262         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18263         Revert part of 2004-07-17 change below.
18264
18265 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18266
18267         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18268         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18269
18270 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18271
18272         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18273         quotes that actually start with ">" at the beginning of the
18274         lines.
18275
18276 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18277
18278         * rfc2047.el (rfc2047-encode-region): Fix last change.
18279         (rfc2047-encode-parameter): Remove useless concat.
18280
18281 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18282
18283         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18284         encode special characters; fix some kind of misconfigured headers;
18285         signal a real error if debug-on-quit or debug-on-error is non-nil.
18286         (rfc2047-encode-max-chars): New variable.
18287         (rfc2047-encode-1): Use it.
18288         (rfc2047-encode-parameter): New function.
18289
18290         * mml.el (mml-insert-parameter): Remove an excessive space.
18291
18292 2004-07-17  Simon Josefsson  <jas@extundo.com>
18293
18294         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18295         Kai Grossjohann <kai@emptydomain.de>.
18296         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18297         (gnus-group-make-menu-bar): Ditto.
18298
18299         * gnus-util.el (gnus-group-server): Add.
18300
18301 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18302
18303         * message.el (message-clone-locals): Clone sendmail and smtp
18304         variables.
18305
18306 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18307
18308         * rfc2047.el (rfc2047-encode-region): Fix last change.
18309
18310 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18311
18312         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18313         characters as non-special.
18314
18315 2004-07-09  Simon Josefsson  <jas@extundo.com>
18316
18317         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18318         Users will lose all flag changes made while unplugged with
18319         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18320         good default.  See numerous reports on ding mailing list.
18321
18322 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18323
18324         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18325         add generate-head-function and generate-article-function to the
18326         rfc822-forward entry.
18327         (nndoc-rfc822-forward-generate-article): New function.
18328         (nndoc-rfc822-forward-generate-head): New function.
18329
18330         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18331
18332 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18333
18334         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18335         respect display group parameter and gnus-summary-expunge-below.
18336         (gnus-articles-to-read): Remove unused reference to display group
18337         parameter.
18338
18339 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18340
18341         * nnheader.el (nnheader-uniquify-message-id): New experimental
18342         variable.
18343         (nnheader-nov-read-message-id): Use it.
18344
18345         * spam-report.el (spam-report-gmane): Add interactive.
18346
18347 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18348
18349         * mm-encode.el (mm-content-transfer-encoding-defaults):
18350         Use qp-or-base64 for the application/* types.
18351
18352 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18353
18354         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18355
18356 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18357
18358         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18359         trim value.
18360
18361 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18362
18363         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18364         New macro and function.
18365         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18366
18367 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18368
18369         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18370         after-load-alist.
18371
18372 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18373
18374         * gnus-group.el (gnus-group-get-new-news-this-group):
18375         Don't update info that isn't there.
18376
18377 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18378
18379         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18380         entry.
18381
18382 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18383
18384         * mm-view.el (mm-inline-render-with-function): Use multibyte
18385         buffer; decode html source by charset.
18386
18387         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18388
18389         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18390         Mule-UCS is loaded under XEmacs.
18391         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18392
18393 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18394
18395         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18396
18397 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18398
18399         * mm-util.el (mm-coding-system-p): Return a coding-system.
18400         (mm-mime-mule-charset-alist): Use shift_jis instead of
18401         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18402         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18403         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18404         instead of japanese-shift-jis and iso-latin-1 respectively in
18405         order to share the default value with both Emacs and XEmacs-mule.
18406         (mm-mule-charset-to-mime-charset):
18407         Make mm-coding-system-priorities effective.
18408         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18409         while predicating of candidates upon the priorities.
18410
18411 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18412
18413         * gnus-sum.el (gnus-summary-make-menu-bar):
18414         Add gnus-uu-invert-processable.
18415
18416         * gnus.el: Autoload gnus-uu-invert-processable.
18417
18418 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18419
18420         * mm-util.el (mm-with-multibyte-buffer): New macro.
18421
18422         * rfc2047.el (rfc2047-encode-string): Use it.
18423         (rfc2047-encode-region): Move point to the end of the region after
18424         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18425
18426 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18427
18428         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18429         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18430
18431 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18432
18433         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18434         (gnus-cite-parse): Ignore quoted envelope From_.
18435         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18436
18437 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18438
18439         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18440         invalid addresses.
18441
18442 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18443
18444         * spam.el: Change section markers, revise TODO list.
18445         (spam-backends): Make new master list of all installed backends.
18446         (spam-summary-exit-behavior): Add new variable to determine how
18447         messages moves are done at summary exit.
18448         (spam-move-spam-nonspam-groups-only)
18449         (spam-process-ham-in-nonham-groups)
18450         (spam-process-ham-in-spam-groups): Remove variables, the
18451         spam-summary-exit-behavior variable should be used to manage this
18452         behavior.
18453         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18454         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18455         and spam-old-spam-articles.
18456         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18457         Add empty variables, placeholders for the backends they represent.
18458         (spam-set-difference): Move, unchanged.
18459         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18460         unless the user has a processor variable.
18461         (spam-classifications, spam-classification-valid-p)
18462         (spam-backend-properties, spam-backend-property-valid-p)
18463         (spam-backend-function-type-valid-p)
18464         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18465         (spam-report-articles-gmane, spam-report-articles-resend):
18466         Remove functions, they are not needed.
18467         (spam-install-backend-super, spam-backend-list)
18468         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18469         (spam-backend-function, spam-backend-ham-registration-function)
18470         (spam-backend-spam-registration-function)
18471         (spam-backend-ham-unregistration-function)
18472         (spam-backend-spam-unregistration-function)
18473         (spam-backend-statistical-p, spam-backend-mover-p)
18474         (spam-install-backend-alias, spam-install-checkonly-backend)
18475         (spam-install-mover-backend, spam-install-nocheck-backend)
18476         (spam-install-backend, spam-install-statistical-backend)
18477         (spam-install-statistical-checkonly-backend): Add backend installation
18478         support.
18479         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18480         (spam-group-processor-p): Use the new backend code and respect the
18481         summary exit behavior.
18482         (spam-mark-spam-as-expired-and-move-routine): Remove.
18483         (spam-summary-prepare): Change to use the new spam-old-articles
18484         variable.
18485         (spam-copy-or-move-routine, spam-copy-spam-routine)
18486         (spam-move-spam-routine, spam-copy-ham-routine)
18487         (spam-move-ham-routine): Add code to copy/move ham or spam.
18488         (spam-fetch-field-fast): Improve doc and code, plus allow the
18489         'number request.
18490         (spam-list-of-checks, spam-list-of-statistical-checks):
18491         Remove variables.
18492         (spam-split, spam-find-spam): Use the new backend code.
18493         (spam-registration-functions): Remove variable.
18494         (spam-unregister-routine): Add convenience wrapper.
18495         (spam-log-undo-registration, spam-register-routine)
18496         (spam-log-processing-to-registry)
18497         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18498         where possible.
18499         (spam-check-gmane-xref, spam-check-regex-headers)
18500         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18501         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18502         (spam-check-bogofilter-headers, spam-check-spamoracle)
18503         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18504         (spam-check-crm114-headers): Use the spam-split-group that
18505         spam-split prepares, no need to determine it every time.
18506
18507         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18508         to the nnheader-parse-naked-head call.
18509
18510         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18511
18512         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18513         the nnheader-nov-read-message-id call.
18514
18515 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18516
18517         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18518         gnus-activate-group twice.  Suggested by Markus Peter
18519         <warp@spin.de>.
18520
18521 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18522
18523         * gnus-art.el (gnus-article-time-format): Exchange the order of
18524         day and month in the default value; fix customization type.
18525         (article-date-ut): Use add-text-properties.
18526         (article-make-date-line): Use message-make-date instead of
18527         current-time-string.
18528
18529         * message.el (message-fetch-field): Don't use set-text-properties.
18530         (message-make-date): Simplify.
18531
18532         * messagexmas.el (message-xmas-make-date): New function.
18533         (message-xmas-redefine): Defalias message-make-date to it.
18534
18535 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18536
18537         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18538         (rfc2047-encode-region): Treat text within parentheses as special;
18539         show the original text when error has occurred.
18540
18541         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18542         already-computed method to gnus-activate-group.
18543
18544         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18545         same select-methods identical Lisp objects.
18546
18547         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18548         object when modifying the info.
18549
18550 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18551
18552         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18553         gnus-opened-servers since it has never been opened with the new
18554         configuration yet.
18555
18556 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18557
18558         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18559         arg to nnheader-generate-fake-message-id.
18560
18561 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18562
18563         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18564         number and build a fake message ID localized to a group and
18565         article number (so it's repeatable from that point on).
18566         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18567         ID format.
18568
18569         * gnus-sum.el (gnus-get-newsgroup-headers):
18570         Call nnheader-generate-fake-message-id with the article number.
18571
18572 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18573
18574         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18575         end-of-buffer.
18576
18577 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18578
18579         * message.el (message-ignored-supersedes-headers): Add Approved.
18580
18581 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18582
18583         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18584         goto-char.
18585         (rfc2047-encode): Fold the line before encoding.
18586
18587 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18588
18589         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18590         folding -- not all headers can be folded, and this should be done
18591         by the message composition mode.  Probably.  I think.
18592
18593 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18594
18595         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18596         fast.
18597
18598         * gnus-ems.el (gnus-remove-image): Don't use
18599         message-text-with-property; remove only the image found first.
18600
18601         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18602         found first.
18603
18604 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18605
18606         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18607
18608 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18609
18610         * message.el (message-text-with-property): Make it fast and accept
18611         optional arguments.
18612         (message-strip-forbidden-properties): Use it.
18613         (message-fix-before-sending): Follow the m-t-w-p change.
18614
18615         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18616
18617 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18618
18619         * gnus-art.el (article-hide-headers): Don't change the buffer
18620         mistakenly when performing mml-preview even if
18621         gnus-single-article-buffer is nil.
18622
18623 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18624
18625         * message.el (message-expand-name-databases): New user option.
18626         (message-expand-name): Use it.
18627
18628 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18629
18630         * spam.el (spam-report-articles-resend)
18631         (spam-report-resend-register-routine): Allow ham reporting.
18632         (spam-report-resend-register-ham-routine): Add wrapper.
18633         (spam-registration-functions): Add ham resending functions.
18634         (spam-list-of-processors): Add ham resend processor.
18635
18636         * gnus.el (ham-resend-to): Add new group parameter.
18637         (spam-process): Add ham resend option.
18638
18639         * spam-report.el (spam-report-resend): Allow reporting ham.
18640         (spam-report-resend-ham): Add wrapper.
18641
18642 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18643
18644         * message.el (message-cite-articles-with-x-no-archive):
18645         New variable.
18646         (message-cite-original): Use it.
18647
18648 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18649
18650         * message.el (message-cite-original): Respect X-No-Archive.
18651
18652 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18653
18654         * gnus-art.el (article-hide-headers): Refer to the values for
18655         gnus-ignored-headers and gnus-visible-headers in the summary
18656         buffer since a user may have set them as group parameters.
18657
18658 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18659
18660         * assistant.el (assistant-node-name): Add convenience function.
18661         (assistant-render-text, assistant-render-node): Add error handling,
18662         plus handle multiple next nodes.
18663         (assistant-find-next-node): Comment out for now.
18664         (assistant-find-next-nodes): Add function, returns list of next
18665         nodes.
18666
18667 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18668
18669         * mail-source.el (mail-source-directory): Fix doc-string.
18670
18671 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18672
18673         * assistant.el (assistant-render-text, assistant-eval): Add :set
18674         widget type, which is different because it takes and returns a
18675         list.  Much hilarity ensues.
18676
18677 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18678
18679         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18680
18681         * gnus-group.el (gnus-group-get-new-news-this-group):
18682         Add doc-string.
18683
18684         * gnus-start.el (gnus-activate-group): Add doc-string.
18685
18686 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18687
18688         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18689
18690 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18691
18692         * assistant.el (assistant-render-text): Try to add a :set
18693         widget, more to come.
18694
18695         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18696         strings.
18697         (spam-report-articles-resend)
18698         (spam-register-routine): Do registration iff any articles warrant
18699         it.
18700         (spam-summary-prepare-exit): Change log message for nil group
18701         destinations.
18702
18703 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18704
18705         * spam.el (spam-report-resend-register-routine):
18706         Allow spam-report-resend-to to be a group parameter or a global value.
18707
18708 2004-05-26  Simon Josefsson  <jas@extundo.com>
18709
18710         * starttls.el: Merge with my GNUTLS based starttls.el.
18711         (starttls-gnutls-program, starttls-use-gnutls)
18712         (starttls-extra-arguments, starttls-process-connection-type)
18713         (starttls-connect, starttls-failure, starttls-success):
18714         New variables.
18715         (starttls-program, starttls-extra-args): Doc fix.
18716         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18717         New functions.
18718         (starttls-negotiate, starttls-open-stream):
18719         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18720         function if it is set.
18721
18722 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18723
18724         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18725         structured fields.
18726
18727 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18728
18729         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18730
18731 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18732
18733         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18734         Add variable.
18735         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18736         assigning the spam-mark to new messages.
18737
18738 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18739
18740         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18741
18742 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18743
18744         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18745
18746         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18747         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18748         default.
18749
18750 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18751
18752         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18753         correct data.
18754
18755 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18756
18757         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18758         (spam-group-processor-p): Fix function.
18759         (spam-group-processor-multiple-p)
18760         (spam-group-spam-processor-report-gmane-p)
18761         (spam-group-spam-processor-report-resend-p)
18762         (spam-group-spam-processor-bogofilter-p)
18763         (spam-group-spam-processor-blacklist-p)
18764         (spam-group-spam-processor-ifile-p)
18765         (spam-group-ham-processor-ifile-p)
18766         (spam-group-spam-processor-spamoracle-p)
18767         (spam-group-spam-processor-crm114-p)
18768         (spam-group-ham-processor-bogofilter-p)
18769         (spam-group-spam-processor-stat-p)
18770         (spam-group-ham-processor-stat-p)
18771         (spam-group-ham-processor-whitelist-p)
18772         (spam-group-ham-processor-BBDB-p)
18773         (spam-group-ham-processor-spamoracle-p)
18774         (spam-group-ham-processor-copy-p): Remove functions with some
18775         prejudice against unneeded code.
18776         (spam-report-articles-resend)
18777         (spam-report-resend-register-routine): Allow the group/topic
18778         spam-resend-to value to override spam-report-resend-to.
18779         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18780         properly now.
18781
18782         * gnus.el (spam-resend-to): Add group/topic parameter.
18783         (spam-process): Move the OBSOLETE processors to the end of the
18784         choices.
18785
18786 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18787
18788         * spam-report.el (spam-report-resend-to, spam-report-resend):
18789         Start with resend-to set to nil, and then ask the user if necessary.
18790         (spam-report-resend): spam-report-resend takes a list of articles, not
18791         separate article numbers.
18792
18793 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18794
18795         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18796         addition to emacs-w3m.
18797
18798 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18799
18800         * assistant.el (assistant-authinfo-data): New function.
18801         (assistant-eval): Eval for entire assistant.
18802
18803         * netrc.el (netrc-services-file): New variable.
18804         (netrc-parse-services): New function.
18805         (netrc-find-service-name): New function.
18806         (netrc-find-service-number): New function.
18807         (netrc-port-equal): New function.
18808         (netrc-machine): Use it.
18809
18810         * nnimap.el (nnimap-open-connection): Use netrc.
18811
18812         * gnus-util.el (gnus-netrc-get): Remove aliases.
18813
18814         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18815
18816         * assistant.el (wid-edit): Fix compilation.
18817
18818         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18819
18820 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18821
18822         * gnus-util.el (gnus-set-file-modes): New function.  (small
18823         patch).
18824
18825 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18826
18827         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18828
18829         * assistant.el (assistant-render-node): Fix up rendering and
18830         read-only text.
18831         (assistant-render-node): Reset.
18832         (assistant-make-read-only): Not sticky.
18833
18834 2004-05-20  Danny Siu  <dsiu@adobe.com>
18835
18836         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18837         centered even when gnus-auto-center-summary is t.
18838
18839 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18840
18841         * dns.el (dns-get-txt-answer): New function.
18842         (dns-read-txt): Ditto.
18843         (query-dns): Use it.
18844
18845 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18846
18847         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18848         active for foreign groups even if the group level is higher than
18849         the specified value.
18850
18851 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18852
18853         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18854         non-active groups.
18855
18856         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18857
18858 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18859
18860         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18861
18862 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18863
18864         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18865         (spam-crm114-header, spam-crm114-spam-switch)
18866         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18867         (spam-crm114-positive-spam-header)
18868         (spam-crm114-database-directory, spam-list-of-processors)
18869         (spam-group-spam-processor-crm114-p)
18870         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18871         (spam-generic-score, spam-list-of-checks)
18872         (spam-list-of-statistical-checks, spam-registration-functions)
18873         (spam-check-crm114-headers, spam-crm114-score)
18874         (spam-check-crm114, spam-crm114-register-with-crm114)
18875         (spam-crm114-register-spam-routine)
18876         (spam-crm114-unregister-spam-routine)
18877         (spam-crm114-register-ham-routine)
18878         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18879         From asjo@koldfront.dk (Adam Sjøgren).
18880
18881         * gnus.el: Add spam-use-crm114.
18882
18883         * spam.el (spam-list-of-processors, spam-registration-functions):
18884         Add spam-use-resend.
18885         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18886         (spam-report-articles-gmane): Add doc fix.
18887         (spam-report-articles-resend, spam-report-resend-register-routine):
18888         Add wrappers around spam-report-resend-to.
18889
18890         * spam-report.el (spam-report-resend-to, spam-report-resend):
18891         Add support for resending spam.
18892         (spam-report-gmane): Fix line length >80.
18893
18894         * gnus.el (spam-process): Add spam-use-resend.
18895
18896 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18897
18898         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18899         number of processed spam messages.
18900         (spam-ham-copy-or-move-routine): Return the number of processed
18901         ham messages.
18902         (spam-summary-prepare-exit): Use the above values to decide
18903         whether status messages shouled be displayed.
18904
18905 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18906
18907         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18908         `rfc2047-encoding-function-alist' in order to avoid conflicting
18909         with the old version.
18910         (rfc2047-encode-region): Concatenate words containing non-ASCII
18911         characters in structured fields; don't encode space-delimited
18912         ASCII words even in unstructured fields; don't break words at
18913         char-category boundaries.
18914         (rfc2047-encode-1): New function.
18915         (rfc2047-encode): Use it; encode text so that it occupies the
18916         maximum width within 76-column; work correctly on Q encoding for
18917         iso-2022-* charsets.
18918         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18919         sure not to break a line just after the header name.
18920         (rfc2047-b-encode-region): Remove.
18921         (rfc2047-b-encode-string): New function.
18922         (rfc2047-q-encode-region): Remove.
18923         (rfc2047-q-encode-string): New function.
18924
18925         * mm-util.el (mm-replace-in-string): New function.
18926
18927 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18928
18929         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18930         Really get it right.
18931         (gnus-inews-make-draft): Really.
18932
18933 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18934
18935         * nnmh.el (nnmh-request-list-1): Don't check the link count
18936         before descending.  (small patch)
18937
18938 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18939
18940         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18941         stuff.
18942
18943         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18944         Match on real group name.
18945
18946         * gnus-art.el (gnus-signature-limit): Doc fix.
18947
18948         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18949
18950         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18951
18952 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18953
18954         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18955         isn't a string.
18956
18957 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18958
18959         * gnus-draft.el (gnus-draft-send):
18960         Bind rfc2047-encode-encoded-words.
18961
18962         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18963         (rfc2047-encodable-p): Say that =? needs encoding.
18964         (rfc2047-encode-encoded-words): New variable.
18965
18966         * gnus-group.el (gnus-group-select-group): Doc fix.
18967
18968         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18969
18970         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18971         to nil.
18972
18973         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18974
18975         * nnheader.el (nnheader-get-lines-and-char): New function.
18976
18977 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18978
18979         * gnus-msg.el (gnus-summary-followup-with-original):
18980         Document yanking of region when active.
18981
18982 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18983
18984         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18985         groups if the group level is higher than the specified value.
18986
18987 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18988
18989         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18990         (gnus-group-jump-to-group): Add prefix argument using
18991         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18992         non-active group.
18993
18994         * compface.el (uncompface): Be verbose when changing
18995         `uncompface-use-external'.
18996
18997         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18998         handle manual section.
18999
19000 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19001
19002         * gnus-art.el (gnus-button-alist): Revert previous change.
19003
19004 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19005
19006         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19007
19008 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19009
19010         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19011         whether backend can accept message.
19012
19013         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19014
19015 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19016
19017         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19018         Avoid creating directory when nntp-marks-is-evil is true.
19019         Reported by Reiner Steib.
19020
19021 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19022
19023         * gnus-picon.el (gnus-picon-style): New variable.
19024         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19025         (gnus-picon-transform-address): Support `gnus-picon-style'.
19026         From Jesper Harder <harder@ifa.au.dk>.
19027
19028 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19029
19030         * message.el (message-fill-field): Return point.
19031         (message-generate-headers): Go to end of field.
19032
19033         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19034         stuff for non-living groups.
19035
19036 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19037
19038         * gnus-art.el (gnus-article-followup-with-original)
19039         (gnus-article-reply-with-original): gnus-mark-active-p ->
19040         gnus-region-active-p.
19041
19042 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19043
19044         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19045         only when there is spam or ham to be processed.
19046
19047 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19048
19049         * mail-source.el (mail-source-delete-crash-box): Refactor.
19050         (mail-source-fetch): Use it.
19051         (mail-source-fetch-file): Ditto.
19052         (mail-source-fetch-directory): Run postscript in loop.
19053         (mail-source-fetch-pop): Delete.
19054         (mail-source-fetch-maildir): Ditto.
19055         (mail-source-fetch-imap): Ditto.
19056
19057         * imap.el (imap-authenticators): Comment out sasl.
19058
19059         * message.el (message-skip-to-next-address): New function.
19060         (message-fill-header-address): Refactor.
19061         (message-fill-address): Use it.
19062         (message-delete-address): Use it.
19063         (message-fill-header-general): Refactor.
19064         (message-fill-field-address): Rename.
19065         (message-narrow-to-field): Find the start of the header.
19066         (message-header-format-alist): Don't pre-fill.
19067         (message-fill-header): Remove.
19068         (message-insert-header): New function.
19069         (message-shorten-references): Use it.
19070
19071         * rfc2047.el (rfc2047-field-value): Strip props.
19072
19073         * mail-parse.el (mail-header-make-address): New alias.
19074
19075         * ietf-drums.el (ietf-drums-make-address): New function.
19076
19077         * imap.el: Add compiler directives.
19078
19079         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19080
19081         * gnus-art.el (article-decode-idna-rhs): Don't use
19082         message-idna-inside-rhs-p.
19083
19084 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19085
19086         * message.el (message-idna-inside-rhs-p): Remove.
19087         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19088
19089         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19090         false positives.
19091
19092 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19093
19094         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19095
19096 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19097
19098         * nneething.el (nneething-file-name): Don't create spurious
19099         files.
19100
19101         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19102         (gnus-inews-do-gcc): Remove sleep.
19103
19104         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19105         part under point.
19106
19107         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19108         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19109
19110 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19111
19112         * spam.el (spam-summary-prepare-exit): Fix (length).
19113
19114 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19115
19116         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19117         as expired without moving it" message when there are spam
19118         messages left.
19119
19120 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19121
19122         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19123         header is not nil.
19124
19125 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19126
19127         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19128         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19129         (nntp-marks-changed-p): New arg SERVER.
19130         (nntp-request-update-info): Adjust caller.
19131
19132 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19133
19134         * nntp.el (nntp-save-marks): Pass missing arg.
19135
19136 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19137
19138         * nntp.el: Support marks.
19139         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19140         (nntp-marks-modtime, nntp-marks-directory): New variables.
19141         (nntp-request-set-mark, nntp-request-update-info)
19142         (nntp-possibly-create-directory, nntp-marks-changed-p)
19143         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19144         New functions.
19145
19146 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19147
19148         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19149         (gnus-xmas-redefine): Rename.
19150
19151         * gnus-score.el (gnus-score-insert-help):
19152         Use gnus-select-lowest-window.
19153
19154         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19155         appt-select-lowest-window and rename to gnus-select-lowest-window.
19156
19157         * gnus.el: do.
19158
19159 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19160
19161         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19162         encodings of MIME-encoded words, in order to improve
19163         interoperability with several broken MUAs.
19164
19165 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19166
19167         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19168         tags, only when charsets are not specified in headers.
19169         (mm-inline-text-html-render-with-w3m): Ditto.
19170
19171         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19172         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19173
19174 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19175
19176         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19177         instead of MIME-decoded from fields when checking
19178         `gnus-article-address-banner-alist'.
19179
19180 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19181
19182         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19183         description rather than subject.
19184
19185 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19186
19187         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19188
19189 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19190
19191         * gnus.el (gnus-version-number): Bump.
19192
19193 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19194
19195         * gnus.el: No Gnus v0.2 is released.
19196
19197 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19198
19199         * gnus-agent.el (gnus-agent-read-agentview):
19200         Inline gnus-uncompress-range.
19201
19202 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19203
19204         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19205         `exec-installed-p'.
19206
19207 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19208
19209         * gnus.el (spam-process, spam-autodetect-methods):
19210         Add bsfilter and bsfilter-headers.
19211
19212         * spam.el (spam-bsfilter): New customize group.
19213         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19214         (spam-bsfilter-header, spam-bsfilter-probability-header)
19215         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19216         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19217         (spam-bsfilter-database-directory): New options.
19218         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19219         (spam-list-of-statistical-checks, spam-registration-functions):
19220         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19221         (spam-bsfilter-score): New command.
19222         (spam-check-bsfilter-headers, spam-check-bsfilter)
19223         (spam-bsfilter-register-with-bsfilter)
19224         (spam-bsfilter-register-spam-routine)
19225         (spam-bsfilter-unregister-spam-routine)
19226         (spam-bsfilter-register-ham-routine)
19227         (spam-bsfilter-unregister-ham-routine): New functions.
19228         (spam-generic-score): Support bsfilter; Accept an optional argument
19229         to recalcurate spam score even if scoring header has already been
19230         added.
19231         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19232         optional argument to recalcurate spam score even if scoring header
19233         has already been added.
19234
19235 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19236
19237         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19238         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19239         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19240         link is missing.
19241
19242 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19243
19244         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19245         (html2text-get-attr): Rewrite.
19246
19247         * message.el (message-setup-1): Remove redundant put-text-property
19248         on mail-header-separator.
19249
19250 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19251
19252         * gnus-registry.el (gnus-registry-cache-whitespace)
19253         (gnus-registry-action, gnus-registry-spool-action)
19254         (gnus-registry-split-fancy-with-parent): Change message levels
19255         from 5 to 3 or 7, as needed.
19256
19257         * spam.el (spam-summary-prepare-exit)
19258         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19259         (spam-split, spam-find-spam, spam-log-undo-registration)
19260         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19261         level from 5 to 6.
19262
19263 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19264
19265         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19266         2004-03-04 change).
19267
19268 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19269
19270         * sieve-manage.el (sieve-manage-open):
19271         * nnweb.el (nnweb-insert-html):
19272         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19273         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19274         * nnspool.el (nnspool-request-group):
19275         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19276         * nnml.el (nnml-request-update-info):
19277         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19278         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19279         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19280         (nnimap-request-set-mark):
19281         * nnfolder.el (nnfolder-request-update-info):
19282         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19283         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19284         * gnus-uu.el (gnus-uu-find-articles-matching):
19285         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19286         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19287         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19288         * gnus-nocem.el (gnus-nocem-scan-groups):
19289         * gnus-int.el (gnus-start-news-server):
19290         * gnus-group.el (gnus-group-make-kiboze-group)
19291         (gnus-group-browse-foreign-server):
19292         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19293         Use mapc when appropriate.
19294
19295 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19296
19297         FIXME: Make separate entries for each person.
19298
19299         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19300         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19301         <shields@msrl.com>:
19302
19303         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19304         may need for spam sorting and scoring.
19305         (spam-user-format-function-S): Add user format function suitable for
19306         general use.
19307         (spam-article-sort-by-spam-status): Add sorting function for summary
19308         sorting.
19309         (spam-extra-header-to-number): Add function to get a score from a
19310         header.
19311         (spam-summary-score): Add function to get a numeric score from the
19312         headers.
19313         (spam-generic-score): Fix function doc, was in wrong place.
19314         (spam-initialize): Take symbols when it's run, and install the
19315         extra headers that spam-necessary-extra-headers thinks we need.
19316
19317 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19318
19319         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19320         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19321
19322 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19323
19324         * gnus-sum.el (gnus-set-global-variables)
19325         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19326         (gnus-article-get-xrefs, gnus-summary-best-group)
19327         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19328         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19329         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19330         Use with-current-buffer.
19331
19332 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19333
19334         * spam.el (spam-summary-prepare-exit): Simplify logic.
19335         (spam-fetch-article-header): Read the article header if it's not
19336         available.
19337         (spam-list-articles): Simplify logic.
19338         (spam-filelist-register-routine): Fix bug with unregister-list.
19339
19340         * gnus-registry.el: Fix comments at beginning.
19341
19342 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19343
19344         * message.el (message-cater-to-broken-inn): Remove.
19345         (message-shorten-references): Make sure the total folded length of
19346         References is shorter than 998 characters to cater to a bug in INN
19347         2.3.  Also, don't pretend that references aren't folded -- this
19348         hasn't worked for a while.
19349
19350 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19351
19352         * gnus-agent.el (gnus-agentize):
19353         gnus-agent-send-mail-real-function no longer set to current value
19354         of message-send-mail-function but rather a lambda that calls
19355         message-send-mail-function.  The change makes the agent real-time
19356         responsive to user changes to message-send-mail-function.
19357
19358 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19359
19360         * legacy-gnus-agent.el
19361         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19362         help from Florian Weimer <fw@deneb.enyo.de>
19363
19364 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19365
19366         * nnmail.el (nnmail-cache-insert): Revert last change.
19367
19368 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19369
19370         * nnmail.el (nnmail-cache-insert): Always check whether
19371         nnmail-cache-ignore-groups matches a group name.
19372
19373 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19374
19375         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19376         (spam-find-spam, spam-log-processing-to-registry)
19377         (spam-log-registered-p, spam-log-unregistration-needed-p)
19378         (spam-log-undo-registration): Use gnus-message instead of
19379         gnus-error, none of these errors are fatal.
19380
19381         * gnus-registry.el (gnus-registry-clean-empty-function)
19382         (gnus-registry-clean-empty): Remove only empty entries without
19383         extra data.
19384
19385 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19386
19387         * spam-stat.el (spam-stat-buffer-change-to-spam)
19388         (spam-stat-buffer-change-to-non-spam): Change (error) to
19389         (gnus-message 8) invocation.
19390
19391 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19392
19393         * nntp.el (nntp-via-netcat-command): New variable.
19394         (nntp-via-netcat-switches): New variable.
19395         (nntp-open-via-rlogin-and-netcat): New function.
19396         (nntp-open-connection-function): Doc fix.
19397         (nntp-telnet-command): Doc fix.
19398         (nntp-end-of-line): Doc fix.
19399         (nntp-via-rlogin-command): Doc fix.
19400         (nntp-via-user-name): Doc fix.
19401         (nntp-via-address): Doc fix.
19402
19403 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19404
19405         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19406         error in Emacs 21.1.
19407
19408 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19409
19410         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19411
19412 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19413
19414         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19415         (gnus-agent-with-refreshed-group): New macro.
19416         (gnus-agent-rename-group): New function.
19417         (gnus-agent-delete-group): New function.
19418         (gnus-agent-save-group-info): Use gnus-command-method when
19419         `method' parameter is nil.  Don't write nil entries into the
19420         active file.
19421         (gnus-agent-get-group-info): New function.
19422         (gnus-agent-fetch-articles):
19423         Use gnus-agent-update-files-total-fetched-for to increment disk space
19424         used.
19425         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19426         Use gnus-agent-update-view-total-fetched-for to increment disk space
19427         used.
19428         (gnus-agent-get-local): Add optional parameters to avoid calling
19429         gnus-group-real-name and gnus-find-method-for-group.
19430         (gnus-agent-set-local): Delete stored entry if either min, or max,
19431         are nil.
19432         (gnus-agent-fetch-session): Reworded error/quit messages.
19433         On quit, use gnus-agent-regenerate-group to record existance of any
19434         articles fetched to disk before the quit occurred.
19435         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19436         gnus-agent-update-view-total-fetched-for, and
19437         gnus-agent-update-files-total-fetched-for to decrement disk space
19438         used.
19439         (gnus-agent-retrieve-headers):
19440         Use gnus-agent-update-view-total-fetched-for to increment disk space
19441         used.
19442         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19443         with gnus-agent-update-files-total-fetched-for to decrement disk
19444         space and fresh group buffer.
19445         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19446         (gnus-agent-need-update-total-fetched-for): New variable.
19447         (gnus-agent-update-files-total-fetched-for): New function.
19448         (gnus-agent-update-view-total-fetched-for): New function.
19449         (gnus-agent-total-fetched-for): New function.
19450
19451         * gnus-cache.el (gnus-cache-save-buffers):
19452         Use gnus-cache-update-overview-total-fetched-for to change disk space
19453         used by this group.
19454         (gnus-cache-possibly-enter-article):
19455         Use gnus-cache-update-file-total-fetched-for to increment disk space
19456         used by this group.
19457         (gnus-cache-possibly-remove-article):
19458         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19459         used by this group.
19460         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19461         (gnus-cache-rename-group): New function.
19462         (gnus-cache-delete-group): New function.
19463         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19464         (gnus-cache-need-update-total-fetched-for): New variable.
19465         (gnus-cache-with-refreshed-group): New macro.
19466         (gnus-cache-update-file-total-fetched-for): New function.
19467         (gnus-cache-update-overview-total-fetched-for): New function.
19468         (gnus-cache-rename-group-total-fetched-for): New function.
19469         (gnus-cache-delete-group-total-fetched-for): New function.
19470         (gnus-cache-total-fetched-for): New function.
19471
19472         * gnus-group.el: Require gnus-sum and autoload functions to
19473         resolve warnings when gnus-group.el compiled alone.
19474         (gnus-group-line-format): Documented new %F.
19475         (size of Fetched data) group line format; identifies disk space
19476         used by agent and cache.
19477         (gnus-group-line-format-alist): Defined new F format.
19478         (gnus-total-fetched-for): New function.
19479         (gnus-group-delete-group): No longer update
19480         gnus-cache-active-altered as gnus-request-delete-group now keeps
19481         the cache in sync.
19482         (gnus-group-list-active): Let the agent store a server's active
19483         list if currently plugged.
19484
19485         * gnus-int.el (gnus-request-delete-group):
19486         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19487         local disk in sync with the server.
19488         (gnus-request-rename-group):
19489         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19490         local disk in sync with the server.
19491
19492         * gnus-start.el (gnus-get-unread-articles):
19493         Cosmetic simplification to logic.
19494
19495         * gnus-util.el (gnus-rename-file): New function.
19496
19497 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19498
19499         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19500
19501 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19502
19503         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19504         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19505
19506 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19507
19508         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19509         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19510
19511 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19512
19513         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19514
19515 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19516
19517         * spam.el (spam-set-difference): Add function to replace
19518         gnus-set-difference in spam.el.
19519         (spam-summary-prepare-exit): Use spam-set-difference.
19520
19521 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19522
19523         * gnus-registry.el (gnus-registry-cache-file): Update to use
19524         gnus-dribble-directory OR gnus-home-directory OR ~.
19525         (gnus-registry-split-fancy-with-parent): Fix doc.
19526
19527 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19528
19529         * message.el (message-exchange-point-and-mark):
19530         Use message-mark-active-p.  Suggested by Jesper Harder
19531         <harder@ifa.au.dk>.
19532
19533 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19534
19535         * message.el (message-exchange-point-and-mark): Don't activate
19536         region if it was inactive.  Suggested by Hiroshi Fujishima
19537         <pooh@nature.tsukuba.ac.jp>.
19538
19539 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19540
19541         * gnus-art.el (article-display-face): Display Faces in the same
19542         order as X-Faces.
19543
19544 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19545
19546         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19547
19548 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19549
19550         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19551         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19552         (gnus-article-mime-hierarchy): Remove.
19553         (gnus-article-mime-hierarchy-next): Remove.
19554         (gnus-article-mode): Revert 2004-03-19 change.
19555         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19556         (gnus-insert-mime-button): Revert 2004-03-19 change.
19557         (gnus-mime-accumulate-hierarchy): Remove.
19558         (gnus-mime-enter-multipart): Remove.
19559         (gnus-mime-leave-multipart): Remove.
19560         (gnus-mime-display-part): Revert 2004-03-19 change.
19561         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19562
19563         * mml.el (mml-preview): Revert 2004-03-19 change.
19564
19565 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19566
19567         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19568
19569 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19570
19571         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19572         t while entering a file name using the mm-with-multibyte macro.
19573         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19574
19575         * mm-util.el (mm-with-multibyte): New macro.
19576
19577 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19578
19579         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19580         New user option.
19581         (gnus-mime-multipart-functions): Doc and customization fix.
19582         (gnus-article-mime-hierarchy): New variable.
19583         (gnus-article-mime-hierarchy-next): New variable.
19584         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19585         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19586         gnus-article-mime-hierarchy-next to nil.
19587         (gnus-insert-mime-button): Show hierarchy numbers.
19588         (gnus-mime-accumulate-hierarchy): New function.
19589         (gnus-mime-enter-multipart): New function.
19590         (gnus-mime-leave-multipart): New function.
19591         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19592         (gnus-mime-display-alternative): Show hierarchy numbers.
19593
19594         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19595         gnus-article-mime-hierarchy-next to nil.
19596
19597 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19598
19599         * dns.el: Don't require gnus-xmas.
19600
19601 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19602
19603         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19604         inline PGP.
19605         (mml-menu): Disable mml-quote-region if mark is inactive.
19606
19607 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19608
19609         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19610         when the group's active is not available.
19611
19612 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19613
19614         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19615         error.
19616
19617 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19618
19619         * imap.el (imap-store-password): New variable.
19620         (imap-interactive-login): Use it.
19621         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19622
19623 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19624
19625         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19626         window-start and hscroll to summary window.
19627
19628 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19629
19630         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19631         conversion message to newsrc-dribble when an actual conversion is
19632         performed.
19633
19634 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19635
19636         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19637
19638 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19639
19640         * mm-decode.el (mm-complicated-handles): New function reviving
19641         former definition of mm-multiple-handles.
19642
19643         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19644         (gnus-mime-delete-part): Use it.
19645
19646 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19647
19648         * gnus-agent.el (gnus-agent-read-local):
19649         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19650         avoid the implicit assumption that they will always be equal.
19651         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19652         coding-system-for-write, as the with-temp-file macro first prints
19653         to a buffer then saves the buffer.
19654
19655 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19656
19657         * gnus-art.el (gnus-article-edit-part): New function.
19658         (gnus-mime-save-part-and-strip): Use it; do query instead of
19659         signaling an error; don't use mm-multiple-handles.
19660         (gnus-mime-delete-part): Ditto.
19661
19662 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19663
19664         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19665         old file versions.
19666         (gnus-group-prepare-hook): Remove function that converted list
19667         form of gnus-agent-expire-days to group properties.
19668
19669         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19670         (gnus-request-accept-article): Re-indented.
19671
19672         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19673         converters to handle old agent file formats.  Add logic for a
19674         "backup before upgrading warning".
19675         (gnus-convert-mark-converter-prompt): Developers can mark
19676         functions as needing (default), or not needing,
19677         gnus-convert-old-newsrc's "backup before upgrading warning".
19678         (gnus-convert-converter-needs-prompt): Tests whether the user
19679         should be protected from potentially irreversable changes by the
19680         function.
19681
19682         * legacy-gnus-agent.el: New.  Provides converters that are only
19683         loaded when gnus-convert-old-newsrc needs to call them.
19684
19685 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19686
19687         * mail-source.el (mail-source-touch-pop): Doc fix.
19688
19689         * message.el (message-smtpmail-send-it): Doc fix.
19690
19691 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19692
19693         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19694
19695         * nnmail.el (nnmail-split-fancy): do.
19696
19697         * gnus-kill.el (gnus-kill, gnus-execute): do.
19698
19699 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19700
19701         * gnus-sum.el (gnus-widget-reversible-match)
19702         (gnus-widget-reversible-to-internal)
19703         (gnus-widget-reversible-to-external): New functions.
19704         (gnus-widget-reversible): New widget.
19705         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19706
19707 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19708
19709         * gnus-sum.el (gnus-thread-sort-functions)
19710         (gnus-article-sort-functions): Document `(not F)' items.
19711
19712 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19713
19714         * spam.el (spam-use-gmane-xref): Add new backend.
19715         (spam-gmane-xref-spam-group): Add variable to control the name of the
19716         Gmane spam group.
19717         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19718         (spam-regex-headers-spam, spam-regex-headers-ham)
19719         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19720         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19721         backends and checks.
19722         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19723
19724         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19725         an autodetect method.
19726
19727 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19728
19729         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19730         articles are being added to a group.
19731         (gnus-request-replace-article): Inform the agent that articles
19732         need to be uncached as the cached contents are no longer valid.
19733
19734 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19735
19736         * binhex.el: Don't autoload executable-find.
19737
19738         * canlock.el: Don't autoload mail-fetch-field.
19739
19740         * dgnushack.el: Autoload c-mode for XEmacs.
19741
19742         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19743
19744         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19745         rmail-dont-reply-to and rmail-output.
19746
19747         * gnus-score.el: Don't autoload ffap-string-at-point.
19748
19749         * gnus-setup.el: Don't autoload sc-cite-original.
19750
19751         * imap.el: Don't autoload base64-decode-string,
19752         base64-encode-string and md5.
19753
19754         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19755         and rmail-msg-restore-non-pruned-header.
19756
19757         * mm-decode.el: Don't autoload executable-find.
19758
19759         * mm-url.el: Don't autoload executable-find.
19760
19761         * mm-view.el: Don't autoload diff-mode.
19762
19763         * nndb.el: Don't autoload news-reply-mode, news-setup,
19764         cancel-timer and telnet.
19765
19766         * password.el: Don't autoload run-at-time for Emacs.
19767
19768         * sha1-el.el: Don't autoload executable-find.
19769
19770         * sieve-mode.el: Don't autoload c-mode.
19771
19772         * uudecode.el: Don't autoload executable-find.
19773
19774 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19775
19776         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19777         (gnus-agent-possibly-alter-active): Avoid null in numeric
19778         comparison.
19779         (gnus-agent-set-local): Refuse to save null in local object table.
19780         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19781         list of articles that will be marked as unread.
19782
19783 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19784
19785         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19786
19787 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19788
19789         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19790         language tags.
19791
19792 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19793
19794         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19795         Don't bind "obarray".
19796
19797         * gnus-sum.el (gnus-thread-sort-functions):
19798         Add `gnus-thread-sort-by-most-recent-number' and
19799         `gnus-thread-sort-by-most-recent-date'.
19800         Reported by Kai Grossjohann <kai@emptydomain.de>.
19801
19802 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19803
19804         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19805
19806 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19807
19808         * gnus-cus.el (gnus-agent-customize-category):
19809         Remove ignore-errors macro reference that required cl to be loaded at
19810         run-time.
19811
19812         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19813         single-interval range of the form (min . max).  Previously the
19814         range had to look like ((min . max)).  Likewise, return
19815         (min . max) rather than ((min . max)).
19816         (gnus-range-map): Use gnus-range-normalize to accept
19817         single-interval range.
19818
19819         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19820         the cache, but not the agent, now appear with their usual face.
19821
19822         * dgnushack.el (loaddir): New variable that is bound to the
19823         directory containing the dgnushack.el file. Use loaddir, rather
19824         than srcdir, to update load-path. Change lets dgnushack compile
19825         code in directories other than GNUS/lisp.
19826
19827 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19828
19829         * lpath.el: Don't bind w3m-safe-url-regexp.
19830
19831         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19832         w3m-safe-url-regexp variable buffer-local.
19833
19834         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19835
19836 2004-02-27  Simon Josefsson  <jas@extundo.com>
19837
19838         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19839         gnus-group-real-prefix.
19840         (gnus-summary-move-article): Use it, instead of
19841         gnus-group-real-prefix.
19842
19843 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19844
19845         * lpath.el: Bind w3m-safe-url-regexp.
19846
19847         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19848         w3m-safe-url-regexp variable buffer-local and set it as the value
19849         of mm-w3m-safe-url-regexp.
19850
19851         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19852
19853         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19854         parsing gnus-posting-styles when the message is not for replying.
19855
19856         * dgnushack.el: Autoload sgml-mode for XEmacs.
19857
19858         * nnrss.el (nnrss-opml-export):
19859         Use mm-set-buffer-file-coding-system instead of
19860         set-buffer-file-coding-system.
19861
19862 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19863
19864         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19865         of checkdoc.el).
19866         * nnrss.el: do.
19867         * gnus-mlspl.el: do.
19868         * gnus-ml.el: do.
19869         * gnus-srvr.el: do.
19870
19871         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19872
19873 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19874
19875         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19876         Corrections to custom-manual links.
19877
19878         * gnus-art.el (gnus-article): Ditto.
19879
19880         * mm-decode.el (mime-display, mime-security): Ditto.
19881
19882 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19883
19884         * flow-fill.el: Typo.
19885
19886 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19887
19888         * spam-wash.el: New file.
19889
19890 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19891
19892         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19893
19894 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19895
19896         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19897         to be run with new-articles as LIST1, not LIST2.
19898         (spam-registration-functions): Add spam-use-ham-copy as a nil
19899         registration backend.
19900
19901 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19902
19903         * spam-stat.el (spam-stat-washing-hook): New option.
19904         (spam-stat-buffer-words): Use it.
19905         (spam-stat-process-directory, spam-stat-test-directory):
19906         Use insert-file-contents-literally.
19907         (spam-stat-coding-system): New variable.
19908         (spam-stat-load, spam-stat-save): Use it.
19909
19910 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19911
19912         * spam-report.el (spam-report-plug-agent):
19913         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19914
19915 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19916
19917         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19918         Allow / in mailto URLs.
19919
19920 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19921
19922         * spam-report.el (spam-report-process-queue): Fix interactive use.
19923         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19924         (spam-report-unplug-agent): Doc fixes.
19925         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19926         (spam-report-agentize, spam-report-deagentize): Autoload.
19927
19928 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19929
19930         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19931
19932         * message.el (message-setup-fill-variables): Add mml tags to
19933         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19934         <ajk@iu.edu>.
19935         (message-mode): Don't modify paragraph-separate there.
19936
19937 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19938
19939         * compface.el (uncompface-use-external): Default to undecided.
19940         (uncompface-use-external-threshold): New variable.
19941         (uncompface-float-time): New macro.
19942         (uncompface): Determine whether to use the external decoder if
19943         uncompface-use-external is undecided.
19944
19945 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19946
19947         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19948         after images.
19949
19950         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19951
19952 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19953
19954         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19955
19956         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19957
19958         * gnus-sum.el (gnus-summary-limit-to-age)
19959         (gnus-summary-limit-children): do.
19960
19961         * gnus-int.el (gnus-request-scan): do.
19962
19963         * gnus-group.el (gnus-group-suspend): do.
19964
19965         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19966
19967         * gnus-cite.el (gnus-cite-parse-attributions): do.
19968
19969         * gnus-agent.el (gnus-summary-set-agent-mark)
19970         (gnus-agent-regenerate-group): do.
19971
19972         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19973
19974         * binhex.el (binhex-decode-region-internal): do.
19975
19976 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19977
19978         * gnus-fun.el (gnus-face-properties-alist): New user option.
19979         (gnus-display-x-face-in-from): Use it.
19980
19981         * gnus-art.el (article-display-face): Ditto.
19982
19983         * compface.el (uncompface-use-external): Default to nil.
19984
19985 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19986
19987         * nntp.el (nntp-erase-buffer): New function.
19988         (nntp-retrieve-data, nntp-send-command)
19989         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19990         (nntp-possibly-change-group): Use it.
19991
19992         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19993         Use with-current-buffer.
19994
19995 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19996
19997         * compface.el: Merge the ELisp-based uncompface program.
19998         (compface): New customization group.
19999         (uncompface-use-external): New user option.
20000         (uncompface): Call uncompface-internal if uncompface-use-external
20001         is nil.
20002         (uncompface-internal): New function.  Note that there are also
20003         some other functions and variables added for this function.
20004
20005 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20006
20007         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20008         if necessary.
20009
20010 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20011
20012         * spam-report.el (spam-report-unplug-agent)
20013         (spam-report-plug-agent, spam-report-deagentize)
20014         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20015         Add support for the Agent in spam-report: when unplugged, report to a
20016         file; when plugged, submit all the requests.
20017
20018         * spam.el (spam-register-routine): Fix message about
20019         registration.
20020
20021 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20022
20023         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20024         dependencies.
20025         (rfc2047-encode): Use it.
20026
20027         * gnus-art.el (gnus-button-marker-list): Move before first
20028         reference.
20029
20030         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20031         (imap-parse-body): Fix format string mismatch.
20032
20033         * gnus-score.el (gnus-summary-increase-score): do.
20034
20035         * nnrss.el (nnrss-close): New function.
20036
20037 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20038
20039         * nnrss.el (nnrss-make-filename): New function.
20040         (nnrss-request-delete-group, nnrss-read-server-data)
20041         (nnrss-save-server-data, nnrss-read-group-data)
20042         (nnrss-save-group-data): Use it.
20043         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20044         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20045         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20046
20047 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20048
20049         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20050
20051 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20052
20053         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20054         files.
20055
20056         * message.el (message-generate-headers-first): Don't quote nil
20057         and t in docstrings.
20058
20059         * imap.el (imap-id): do.
20060
20061         * gnus-agent.el (gnus-agent-consider-all-articles)
20062         (gnus-agent-queue-mail): do.
20063
20064 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20065
20066         * spam-report.el (spam-report-process-queue): New function.
20067         Process requests from `spam-report-requests-file'.
20068         (spam-report-process-queue): Doc fix.
20069
20070 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20071
20072         * spam.el (spam-register-routine)
20073         (spam-log-processing-to-registry, spam-log-registered-p)
20074         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20075         Change "check" to "spam-check" for semi-clarity.
20076
20077 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20078
20079         * pop3.el: Require nnheader.
20080
20081         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20082
20083         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20084
20085         * gnus-picon.el: Require cl.
20086
20087         * gnus-fun.el: Require gnus-ems and gnus-util.
20088
20089         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20090
20091         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20092
20093         * gnus-art.el (gnus-article-edit-mode): Define before first
20094         reference.
20095
20096 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20097
20098         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20099         (gnus-uu-post-encoded): Use point-at-bol.
20100
20101         * gnus-topic.el (gnus-group-active-topic-p): do.
20102
20103         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20104
20105         * gnus-group.el (gnus-group-kill-region): do.
20106
20107         * gnus-art.el (article-date-ut): do.
20108
20109         * message.el (message-fetch-field): Remove redundant
20110         case-fold-search binding.
20111         (message-narrow-to-field): Simplify.
20112
20113 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20114
20115         * spam.el (spam-directory): Derive from `gnus-directory'.
20116
20117         * spam-report.el (spam-report-url-to-file)
20118         (spam-report-requests-file): New function and variable for offline
20119         reporting.
20120         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20121         and user defined function.
20122         (spam-report-url-ping-mm-url): Remove doubled slash.
20123
20124 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20125
20126         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20127
20128 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20129
20130         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20131         Fix format string mismatch.
20132
20133         * sieve.el (sieve-deactivate-all): do.
20134
20135         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20136
20137         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20138
20139         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20140
20141         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20142
20143 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20144
20145         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20146         the list of checks.
20147
20148 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20149
20150         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20151         padding.
20152
20153 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20154
20155         * mm-view.el (mm-fill-flowed): New variable.
20156         (mm-inline-text): Use it.
20157
20158 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20159
20160         * spam.el (spam-spamassassin-register-ham-routine)
20161         (spam-spamassassin-register-spam-routine): Fix function names.
20162
20163 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20164
20165         * gnus.el (gnus-tmp-grouplens): Remove.
20166         (gnus-summary-line-format): Remove grouplens.
20167
20168         * gnus-group.el (gnus-group-line-format): Ditto.
20169
20170         * gnus-spec.el (gnus-format-specs): Ditto.
20171         (gnus-update-format-specifications): Flush the group format spec
20172         cache if there's the grouplens stuff.
20173         (gnus-parse-simple-format): Replace %l with the empty string.
20174
20175 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20176
20177         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20178         omission.
20179
20180 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20181
20182         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20183         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20184
20185 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20186
20187         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20188         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20189         New macros and functions.
20190         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20191         Handle > NLINK_MAX messages.
20192         * nnmaildir.el (nnmaildir-request-set-mark):
20193         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20194
20195 2004-01-25  Alex Schroeder  <alex@gnu.org>
20196
20197         * spam-stat.el (spam-stat-process-directory-age): New option.
20198         (spam-stat-process-directory): Use it.
20199
20200 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20201
20202         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20203         (spam-stat-save): Accept prefix argument.
20204
20205 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20206
20207         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20208         links" error.
20209
20210 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20211
20212         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20213         the rest of the and/or forms.
20214
20215 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20216
20217         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20218         compatibility with old .newsrc.eld files.
20219
20220         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20221
20222         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20223
20224         * gnus-start.el (gnus-1): do.
20225
20226         * gnus-group.el (gnus-group-line-format-alist): do.
20227
20228         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20229
20230         * gnus-gl.el: Remove.
20231
20232 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20233
20234         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20235         marks consisting of a single range {for example, (3 . 5)} rather
20236         than a list of a single range { ((3 . 5)) }.
20237
20238 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20239
20240         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20241         Use with-current-buffer.
20242         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20243         avoid consing a string.
20244
20245         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20246         Remove obsolete entries for big5 and gb2312.
20247
20248 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20249
20250         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20251         uncompressed list.
20252
20253 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20254
20255         * spam-stat.el (spam-stat-strip-xref): New function.
20256         (spam-stat-process-directory): Use it.
20257
20258         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20259         here -- it's done in message-fetch-field.
20260
20261 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20262
20263         * gnus-agent.el (gnus-agent-queue-mail)
20264         (gnus-agent-prompt-send-queue): New variables.
20265         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20266         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20267         "nndraft:queue" along to gnus-draft-send.
20268         Use gnus-agent-prompt-send-queue.
20269         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20270         is "nndraft:queue".  Suggested by Gaute Strokkenes
20271         <gs234@srcf.ucam.org>
20272
20273         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20274         (agent-enable-undownloaded-faces): Add.
20275         (gnus-agent-cat-groups): Use eval-and-compile, not
20276         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20277         method of gnus-agent-cat-groups even when the buffer has been
20278         evaled.
20279         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20280         delete gnus-agent-save-active-1.
20281         (gnus-agent-save-groups): Delete.  Identical to
20282         gnus-agent-save-active.
20283         (gnus-agent-write-active): No longer adjust agent's copy of active
20284         file as agent's adjustments are now stored in their own
20285         file.  Remove optional parameter.
20286         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20287         servers.  Add use of min/max range limits from server's local
20288         file.
20289         (gnus-agent-save-alist): Remove unused optional argument.
20290         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20291         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20292         (gnus-agent-set-local): A per-server file that keeps min/max range
20293         limits for articles known to the agent.  Provides a fast mechanism
20294         for altering many active ranges.
20295         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20296         active file (local makes it unnecessary).
20297         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20298
20299         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20300         (agent-enable-undownloaded-faces): Add.
20301
20302         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20303         disable it when sending to "nndraft:queue".
20304         (gnus-group-send-queue): Add safety check to avoid sending queue
20305         when unplugged.
20306
20307         * gnus-group.el (gnus-group-catchup): Use new
20308         gnus-sequence-of-unread-articles, not
20309         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20310         numbers of articles.  Use gnus-range-map to avoid having to
20311         uncompress the unread list.
20312         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20313         Fix invalid ange-ftp reference.
20314
20315         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20316         (gnus-sorted-range-intersection): Intersection of two ranges
20317         without requiring that they first be uncompressed.
20318
20319         * gnus-start.el (gnus-activate-group): Unless blocked by the
20320         caller, possibly expand the active range to include both cached
20321         and agentized articles.
20322         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20323         multiple version-dependent converters.
20324         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20325         gnus-agent-save-active.
20326         (gnus-save-newsrc-file): Save dirty agent range limits.
20327
20328         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20329         gnus-agent-possibly-alter-active.
20330         (gnus-adjust-marked-articles): Faster handling of simple lists.
20331
20332 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20333
20334         * spam-stat.el (spam-stat-test-directory): New optional argument
20335         displays a list of files detected.  Suggested by Andrew Cohen
20336         <cohen@andy.bu.edu>.
20337         (spam-stat-buffer-words-with-scores): Don't narrow and change
20338         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20339
20340 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20341
20342         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20343         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20344         (spam-spamassassin-arguments)
20345         (spam-spamassassin-spam-flag-header)
20346         (spam-spamassassin-positive-spam-flag-header)
20347         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20348         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20349         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20350         (spam-list-of-processors, spam-list-of-checks)
20351         (spam-list-of-statistical-checks, spam-registration-functions)
20352         (spam-check-spamassassin-headers, spam-check-spamassassin)
20353         (spam-spamassassin-score)
20354         (spam-spamassassin-register-with-sa-learn)
20355         (spam-spamassassin-register-spam-routine)
20356         (spam-spamassassin-register-ham-routine)
20357         (spam-assassin-register-spam-routine)
20358         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20359         (spam-bogofilter-score): Fix to show article before scoring.
20360
20361 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20362
20363         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20364         default scoring function.
20365         (spam-generic-score): Call spam-spamassassin-score if
20366         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20367         spam-bogofilter-score otherwise.
20368
20369         * gnus.el (spam-process, spam-autodetect-methods):
20370         Add spamassassin and spamassassin-headers.
20371
20372 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20373
20374         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20375         Suppress unnecessary messages.
20376
20377 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20378
20379         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20380         make-hash-table.
20381
20382 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20383
20384         * canlock.el (base64-encode-string): Don't autoload it.
20385
20386 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20387
20388         * run-at-time.el: Remove useless (require 'itimer),
20389         eval-and-compile and (featurep 'xemacs).
20390
20391 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20392
20393         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20394         GROUP is a virtual group.
20395
20396 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20397
20398         * gnus.el: Autoload `message-y-or-n-p'.
20399
20400 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20401
20402         * pgg-parse.el: Remove unnecessary (require 'custom).
20403
20404         * pgg-def.el: do.
20405
20406         * nnmail.el: do.
20407
20408         * gnus-undo.el: do.
20409
20410         * gnus-picon.el: do.
20411
20412         * gnus-util.el: do.
20413
20414 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20415
20416         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20417
20418 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20419
20420         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20421         handle, as well as a list.
20422
20423         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20424         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20425         (mm-w3m-cid-retrieve): Simplify.
20426
20427 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20428
20429         * message.el (message-kill-to-signature): Allow prefix arg to
20430         specify number of lines to keep before signature.
20431
20432 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20433
20434         * message.el (message-kill-to-signature): Change docstring.
20435
20436 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20437
20438         * canlock.el: Always require sha1-el.
20439         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20440
20441         * message.el: Autoload sha1 only when compiling.
20442
20443         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20444         eudc-expand-inline for XEmacs.
20445
20446 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20447
20448         * message.el (message-canlock-generate): Require sha1-el.
20449
20450 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20451
20452         * message.el (message-expand-name): Silence the byte compiler.
20453
20454         * lpath.el: Add detect-coding-system.
20455
20456         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20457         cus-edit.
20458
20459 2004-01-13  Simon Josefsson  <jas@extundo.com>
20460
20461         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20462         Invoke gnus-score-mode.
20463         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20464
20465         * gnus-range.el (gnus-compress-sequence): Doc fix.
20466         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20467
20468 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20469
20470         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20471
20472 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20473
20474         * spam.el (spam-get-article-as-string): Update to use
20475         gnus-request-article-this-buffer, much simpler.
20476         (spam-get-article-as-buffer): Remove.
20477
20478 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20479
20480         * message.el (message-expand-name): Use EUDC if the user uses that.
20481
20482 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20483
20484         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20485         character for the encoding to avoid consing a string.
20486
20487         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20488         unnecessarily.
20489
20490         * mm-util.el (mm-replace-chars-in-string): Remove.
20491
20492         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20493         of mm-replace-chars-in-string.
20494
20495 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20496
20497         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20498
20499         * mm-util.el (mm-subst-char-in-string): Support inplace.
20500
20501         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20502         a new string in every iteration.  Use shy groups.
20503
20504 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20505
20506         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20507         * gnus-soup.el (gnus-soup-group-brew):
20508         * gnus-msg.el (gnus-put-message):
20509         * gnus-move.el (gnus-group-move-group-to-server):
20510         * gnus-kill.el (gnus-batch-score):
20511         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20512         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20513         (gnus-group-update-group, gnus-group-read-group)
20514         (gnus-group-make-group, gnus-group-make-help-group)
20515         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20516         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20517         (gnus-group-sort-by-unread, gnus-group-catchup)
20518         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20519         (gnus-group-yank-group, gnus-group-set-info)
20520         (gnus-group-list-groups):
20521         * gnus.el (gnus-generate-new-group-name):
20522         * gnus-delay.el (gnus-delay-send-queue):
20523         * nnvirtual.el (nnvirtual-catchup-group):
20524         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20525         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20526         (gnus-group-prepare-topics, gnus-topic-check-topology):
20527         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20528         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20529         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20530         (gnus-group-make-articles-read):
20531         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20532         (gnus-group-change-level, gnus-kill-newsgroup)
20533         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20534         (gnus-get-unread-articles, gnus-make-articles-unread)
20535         (gnus-make-ascending-articles-unread): Use accessor
20536         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20537         to get group information for improved readability.
20538
20539
20540 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20541
20542         * gnus-art.el (article-decode-mime-words, article-babel)
20543         (gnus-article-highlight-signature, gnus-article-add-buttons)
20544         (gnus-signature-toggle): Use gnus-with-article-buffer.
20545
20546         * gnus-art.el (gnus-article-highlight-headers)
20547         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20548
20549         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20550         (gnus-article-set-globals, gnus-request-article-this-buffer)
20551         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20552         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20553         (gnus-mime-display-alternative): Use with-current-buffer.
20554
20555 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20556
20557         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20558         also under 80 char limit, and call gnus-error if needed.
20559         (spam-fetch-article-header): Fix - it was a
20560         buffer-local variable (gnus-newsgroup-data).
20561         (spam-find-spam): Use spam-generate-fake-headers, forget about
20562         spam-insert-fake-headers.
20563         (spam-insert-fake-headers): Remove.
20564
20565 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20566
20567         * deuglify.el (gnus-article-outlook-unwrap-lines)
20568         (gnus-outlook-rearrange-article)
20569         (gnus-outlook-repair-attribution-outlook)
20570         (gnus-outlook-repair-attribution-block)
20571         (gnus-outlook-repair-attribution-other): Remove redundant
20572         save-excursion.
20573
20574 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20575
20576         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20577         (spam-fetch-field-subject-fast)
20578         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20579         (spam-fetch-article-header): Add functions to deal with Gnus
20580         internals for fast retrieval of article header data.
20581         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20582
20583 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20584
20585         * pop3.el (pop3-md5): Remove.
20586         (pop3-apop): Replace pop3-md5 with md5.
20587
20588         * mm-bodies.el: base64 is always built-in.
20589
20590         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20591         Use with-current-buffer.
20592
20593 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20594
20595         * canlock.el (canlock-insert-header): Remove excessive grouping in
20596         regexp.
20597
20598         * gnus-sum.el (gnus-summary-read-document): Ditto.
20599
20600         * gnus-uu.el (gnus-uu-part-number): Ditto.
20601
20602         * html2text.el (html2text-remove-tags): Ditto.
20603         (html2text-format-tags): Ditto.
20604         (html2text-format-single-elements): Ditto.
20605
20606         * mml.el (mml-parse-1): Ditto.
20607
20608 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20609
20610         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20611
20612         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20613
20614         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20615
20616         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20617
20618 2003-11-15  Simon Josefsson  <jas@extundo.com>
20619
20620         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20621         (pgg-gpg-lookup-key): Use regexp match instead of
20622         split-string (split-string is different between emacs 21.2 and
20623         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20624
20625 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20626
20627         * gnus-art.el (gnus-mime-view-all-parts)
20628         (gnus-article-part-wrapper, gnus-article-view-part):
20629         Use with-current-buffer.
20630
20631 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20632
20633         * spam.el (spam-disable-spam-split-during-ham-respool)
20634         (spam-spamoracle-database, spam-cache-lookups)
20635         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20636         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20637         (spam-group-ham-marks, spam-group-spam-marks)
20638         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20639         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20640         also add spam-use-blackholes to the statistical checks.
20641         (spam-fetch-field-fast): Add interface to fetching fields, may
20642         become a macro.
20643         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20644         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20645         (spam-insert-fake-headers): Fake an article when needed.
20646         (spam-find-spam): Fake article when possible.
20647         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20648         (spam-check-bogofilter-headers): Use message-fetch-field instead
20649         of nnmail-fetch-field.
20650
20651 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20652
20653         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20654
20655 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20656
20657         * spam.el (spam-split): Do not require spam-use-CHECK to be
20658         enabled if that check is passed to spam-split explicitly; also
20659         fix so 'spam doesn't get converted to spam-split-group when
20660         spam-split-symbolic-return is t.
20661         (spam-find-spam): Find registrations of the article and use those
20662         instead of re-running spam-split to find the spam/ham
20663         classification of the article.
20664         (spam-log-processing-to-registry, spam-log-registered-p)
20665         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20666         Use gnus-error instead of gnus-message.
20667         (spam-log-registration-type): Add function to determine the
20668         classification of a message based on registry entries; will
20669         return nil if both 'spam and 'ham are found.
20670         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20671         a reasonably fast local cache without the loading errors.
20672         (spam-cache-lookups): Set to t by default.
20673         (spam-find-spam): Don't try to guess spam-cache-lookups.
20674         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20675         spam-caches entry.
20676         (spam-filelist-build-cache, spam-filelist-check-cache):
20677         Fix caching of whitelist/blacklist entries.
20678         (spam-check-whitelist, spam-check-blacklist):
20679         Invoke spam-from-listed-p with a type, not a cache variable.
20680         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20681
20682 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20683
20684         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20685
20686         * nnmail.el (nnmail-split-fancy): do.
20687
20688         * mml.el (mml-parse): do.
20689
20690         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20691         (gnus-score-adaptive): do.
20692
20693 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20694
20695         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20696         (gnus-mime-button-map): Don't set keymap parent.
20697         (gnus-button-ctan-directory-regexp): Use shy grouping.
20698         (gnus-prev-page-map): Don't set keymap parent.
20699         (gnus-prev-page-map): Remove duplicated one.
20700         (gnus-next-page-map): Don't set keymap parent.
20701         (gnus-mime-security-button-map): Ditto.
20702
20703         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20704         version number.
20705
20706         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20707
20708 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20709
20710         * canlock.el (canlock-sha1-function): Remove.
20711         (canlock-sha1-function-for-verify): Remove.
20712         (canlock-openssl-program): Remove.
20713         (canlock-openssl-args): Remove.
20714         (canlock-ignore-errors): Remove.
20715         (canlock-sha1-with-openssl): Remove.
20716         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20717         (canlock-verify): Don't use canlock-ignore-errors.
20718
20719         * sha1-el.el (sha1-string-external): Make it can return a string
20720         in binary form.
20721         (sha1-region-external): Ditto.
20722         (sha1-string-internal): Ditto.
20723         (sha1-region-internal): Ditto.
20724         (sha1-region): Ditto.
20725         (sha1-string): Ditto.
20726         (sha1): Ditto.
20727
20728 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20729
20730         * spam.el (spam-report-articles-gmane): New command.
20731
20732 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20733
20734         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20735
20736         * run-at-time.el (run-at-time-saved): Remove.
20737         (run-at-time): Doc fix.
20738
20739 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20740
20741         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20742         (gnus-summary-limit-map): Add it.
20743         (gnus-summary-make-menu-bar): do.
20744
20745 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20746
20747         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20748         Make attempt at some caching support (done for BBDB only now).
20749         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20750         addresses to be checked.
20751         (spam-clear-cache-BBDB): Add function, to be invoked by
20752         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20753         (spam-check-BBDB): Check and use the caches, if
20754         spam-cache-lookups is on, remove superfluous (provide).
20755
20756 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20757
20758         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20759
20760 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20761
20762         * run-at-time.el (run-at-time-saved): Move to after the definition
20763         of `run-at-time'.
20764
20765         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20766
20767 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20768
20769         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20770         mm-w3m-local-map-property.
20771
20772         * mm-view.el (mm-w3m-mode-map): Remove.
20773         (mm-w3m-local-map-property): Remove.
20774         (mm-inline-text-html-render-with-w3m): Don't use
20775         mm-w3m-local-map-property.
20776
20777 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20778
20779         * run-at-time.el: New file.
20780
20781         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20782         under Emacs.
20783
20784         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20785         of gnus-set-text-properties.
20786
20787         * gnus-uu.el (gnus-uu-save-article): Ditto.
20788
20789         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20790
20791         * gnus-cite.el (gnus-cite-parse): Ditto.
20792
20793         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20794         of gnus-.
20795
20796         * gnus-xmas.el (run-at-time): Require run-at-time.
20797
20798         * gnus.el: Change calls to nnheader-run-at-time and
20799         password-run-at-time throughout to use run-at-time directly.
20800
20801         * password.el: Remove definition of run-at-time.
20802
20803         * nnheaderxm.el: Remove definition of run-at-time.
20804
20805 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20806
20807         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20808         in prompt.
20809
20810 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20811
20812         * messagexmas.el (message-xmas-redefine): Alias
20813         `message-make-caesar-translation-table' to
20814         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20815         version.
20816
20817         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20818         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20819         `gnus-xmas-set-text-properties'.
20820         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20821         `gnus-xmas-completing-read'.
20822         (gnus-xmas-completing-read): Removed.
20823         (gnus-xmas-open-network-stream): Removed.
20824
20825         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20826         XEmacs version.
20827
20828         * dns.el (dns-make-network-process): Use `open-network-stream'
20829         instead of `gnus-xmas-open-network-stream'.
20830
20831         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20832
20833         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20834
20835 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20836
20837         * gnus-art.el (gnus-mime-display-alternative)
20838         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20839         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20840         Don't use gnus-local-map-property.
20841
20842         * gnus-util.el (gnus-local-map-property): Remove.
20843
20844         * mm-view.el (mm-view-pkcs7-decrypt):
20845         Replace gnus-completing-read-maybe-default with completing-read.
20846
20847         * gnus-util.el (gnus-completing-read): do.
20848         (gnus-completing-read-maybe-default): Remove.
20849
20850 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20851
20852         * password.el: Only autoload `run-at-time' if not XEmacs.
20853         Only autoload the itimer functions if XEmacs.
20854
20855 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20856
20857         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20858         XEmacsen.
20859
20860         * dgnushack.el: Autoload executable-find for XEmacs.
20861
20862 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20863
20864         * gnus-art.el (gnus-read-string): Remove.
20865         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20866         read-string.
20867
20868 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20869
20870         * netrc.el: Autoload password-read.
20871         (netrc): Add configuration group.
20872         (netrc-encoding-method, netrc-openssl-path):
20873         Add variables for encoding and decoding of files with symmetric
20874         ciphers.
20875         (netrc-encode): Add assistant function to encode a file with
20876         netrc-encoding-method.
20877         (netrc-parse): Add interactive parameter, added optional
20878         decoding if netrc-encoding-method is non-nil but otherwise
20879         behavior is standard.
20880         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20881         Do s/encode/encrypt/ everywhere.
20882
20883         * spam.el: Remove executable-find autoload.
20884
20885 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20886
20887         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20888
20889         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20890
20891 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20892
20893         * gnus-art.el (gnus-treat-ansi-sequences)
20894         (article-treat-ansi-sequences): New variable and function.
20895         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20896
20897         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20898         Use it.
20899
20900 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20901
20902         * mm-util.el (mm-quote-arg): Remove.
20903
20904         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20905         shell-quote-argument.
20906
20907         * gnus-uu.el (gnus-uu-command): do.
20908
20909         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20910
20911         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20912         with make-char.
20913
20914         * mm-util.el (mm-make-char): Remove.
20915
20916         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20917         add-minor-mode.
20918
20919         * gnus-undo.el (gnus-undo-mode): do.
20920
20921         * gnus-topic.el (gnus-topic-mode): do.
20922
20923         * gnus-sum.el (gnus-dead-summary-mode): do.
20924
20925         * gnus-start.el (gnus-slave-mode): do.
20926
20927         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20928
20929         * gnus-ml.el (gnus-mailing-list-mode): do.
20930
20931         * gnus-gl.el (gnus-grouplens-mode): do.
20932
20933         * gnus-draft.el (gnus-draft-mode): do.
20934
20935         * gnus-dired.el (gnus-dired-mode): do.
20936
20937         * gnus-ems.el (gnus-add-minor-mode): Remove.
20938
20939         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20940         Replace gnus-char-width with char-width.
20941
20942         * gnus-ems.el (gnus-char-width): Remove.
20943
20944         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20945         Replace gnus-char-width with char-width.
20946
20947         * gnus-ems.el (gnus-char-width): Remove.
20948
20949         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20950         definition.
20951         Remove Emacs 20 hash table compatibility code.
20952
20953         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20954         20 compatibility code.
20955
20956         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20957
20958         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20959
20960         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20961         Replace with point-at-{eol,bol}.
20962
20963         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20964
20965         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20966
20967         * flow-fill.el (fill-flowed-point-at-bol)
20968         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20969
20970         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20971         Replace with point-at-{eol,bol} throughout all files.
20972
20973 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20974
20975         * ntlm.el (ntlm-string-as-unibyte): New macro.
20976         (ntlm-build-auth-response): Use it.
20977
20978         Remove Emacs 20 stuff:
20979         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20980         (butlast, mapc, remove): Remove the compiler macros.
20981         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20982         of delq and copy-sequence.
20983         * gnus-art.el (popup-menu): Remove the compiler macro.
20984         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20985         Emacs 20.
20986
20987 2004-01-05  Simon Josefsson  <jas@extundo.com>
20988
20989         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20990         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20991         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20992         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20993         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20994         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20995         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20996         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20997         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20998         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20999         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21000         string-xor into ntlm-string-xor.
21001         Suggested by Jesper Harder <harder@myrealbox.com>.
21002
21003         * ntlm.el: Don't include poem.
21004
21005         * md4.el (print-int32, print-string-hexa): Remove.
21006         Suggested by Jesper Harder <harder@myrealbox.com>.
21007
21008         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21009
21010         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21011         probably breaks emacs with DL patch, but do we care? Is anyone
21012         still using the DL stuff?)
21013
21014         * sieve-manage.el: Use the password package.
21015         (sieve-manage-read-passwd): Remove.
21016         (sieve-manage-interactive-login): Use password.  Re-add
21017         condition-case around loop.
21018
21019         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21020         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21021         Use the password package.
21022
21023 2003-02-19  Simon Josefsson  <jas@extundo.com>
21024
21025         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21026         token.
21027
21028 2002-08-07  Simon Josefsson  <jas@extundo.com>
21029
21030         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21031         (sieve-manage-authenticators):
21032         (sieve-manage-authenticator-alist): Add some SASL mechs.
21033         (sieve-sasl-auth): New function.
21034         (sieve-manage-cram-md5-auth):
21035         (sieve-manage-plain-auth): Rewrite using SASL library.
21036         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21037         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21038         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21039         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21040
21041 2004-01-05  Simon Josefsson  <jas@extundo.com>
21042
21043         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21044         New files.
21045
21046 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21047
21048         * gnus-group.el (gnus-no-groups-message): Update.
21049
21050         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21051
21052 2003-11-09  Simon Josefsson  <jas@extundo.com>
21053
21054         * imap.el: Support for ID IMAP extension (RFC 2971).
21055         (imap-local-variables): Add imap-id.
21056         (imap-id): New variable.
21057         (imap-id): New function.
21058         (imap-parse-response): Parse untagged ID response.
21059         * nnimap.el (nnimap-id): New variable.
21060         (nnimap-open-connection): Use it.
21061
21062 2003-12-28  Simon Josefsson  <jas@extundo.com>
21063
21064         * gnus-score.el (gnus-score-edit-all-score): New.
21065         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21066
21067 2004-01-04  Simon Josefsson  <jas@extundo.com>
21068
21069         * password.el: Add.
21070
21071 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21072
21073         * dns.el (dns-query-types): Fix typo.
21074         (dns-query-types): New function.
21075         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21076         PTR and SOA replies, see RFC 1035.
21077
21078 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21079
21080         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21081
21082         * Move to Changelog.2.
21083
21084 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21085
21086         * gnus.el (gnus-version-number): Bump version.
21087
21088 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21089
21090         * gnus.el: No Gnus v0.1 is released.
21091
21092 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21093
21094         * gnus.el: No Gnus v0.0 is released.
21095
21096 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21097
21098         * gnus.el (gnus-version-number): Bump.
21099         (gnus-version): No.
21100
21101 See ChangeLog.2 for earlier changes.
21102
21103   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21104
21105   This file is part of GNU Emacs.
21106
21107   GNU Emacs is free software: you can redistribute it and/or modify
21108   it under the terms of the GNU General Public License as published by
21109   the Free Software Foundation, either version 3 of the License, or
21110   (at your option) any later version.
21111
21112   GNU Emacs is distributed in the hope that it will be useful,
21113   but WITHOUT ANY WARRANTY; without even the implied warranty of
21114   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21115   GNU General Public License for more details.
21116
21117   You should have received a copy of the GNU General Public License
21118   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21119
21120 ;; Local Variables:
21121 ;; coding: utf-8
21122 ;; fill-column: 79
21123 ;; add-log-time-zone-rule: t
21124 ;; End: